/*! 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;
}*/

.buffer select {
	max-width: 200px;
}

.social-networks,
#nav > ul,
#nav .drop-slide ul,
#footer .office-address {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.social-networks:after,
#nav:after,
#nav > ul:after,
#nav .drop-slide ul:after,
#footer .office-address:after,
.holder:after,
.news-post .visual: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: #727272;
	background: #fff;
	font: 16px/1.2 "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body .buffer {
	color:#444;
	font: 16px/1.45 "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
}

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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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 #727272;
	padding: .4em .5em;
	min-width: 70px;
}

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

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

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

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

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #727272;
}

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

.offset:before { 
  display: block; 
  content: " "; 
  height: 150px;      /* Give height of your fixed element */
  margin-top: -150px; /* Give negative margin of your fixed element */   
  visibility: hidden; 
}

.buffer .issuedesc {
	display:none;
}

#header {
	position: fixed;
	padding: 19px 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	background: rgba(255, 255, 255, .91);
	-webkit-transition: right .5s ease, left .5s ease;
	transition: right .5s ease, left .5s ease;
}

#header .holder {
	max-width: 1312px;
}

.logo {
	width: 213px;
	height: 36px;
	float: left;
	margin: 0 0 0 10px;
}

.logo img {
	width: 100%;
}

.logo a {
	display: block;
}

.search-form {
	overflow: hidden;
	margin: 0 0 16px;
	padding: 0;
}

.search-form .row {
	overflow: hidden;
	background: #c9c9c9;
	position: relative;
}

.search-form input[type="search"] {
	height: 35px;
	background: #c9c9c9;
	color: #727272;
	border: none;
	width: 100%;
	outline: none;
}

.search-form .btn-search {
	font-size: 18px;
	line-height: 1;
	width: 35px;
	height: 35px;
	background: #c9c9c9;
	color: #fff;
	border: none;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.search-form .btn-search:hover {
	background: #fff;
	color: #c9c9c9;
}

.search-form .btn-search .icon-search {
	margin: 0 -7px;
}

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

.social-networks li {
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.social-networks li a {
	white-space: nowrap;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #004dac;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.social-networks li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.social-networks li a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.social-networks li a:hover {
	background: #002b60;
}

.nav-drop .social-networks {
	margin: 0 0 35px;
}

.nav-active .nav-drop {
	right: 0;
}

#nav > ul > li {
	font-size: 14px;
	line-height: 18px;
	margin: 0 7px 7px;
	font-weight: 500;
	color: #004dac;
	text-transform: uppercase;
}

#nav > ul > li.active a {
	color: #f21c15;
}

#nav > ul > li > a {
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	color: #004dac;
}

#nav > ul > li > a:hover {
	color: #f21c15;
}

#nav .drop-slide {
	padding: 10px 0 0;
	margin: 0 -35px;
}

#nav .drop-slide ul {
	border-top: 3px solid #f21c15;
}

#nav .drop-slide ul li {
	font-size: 13px;
	line-height: 17px;
}

#nav .drop-slide ul li a {
	text-decoration: none;
	color: #fff;
	padding: 9px 40px;
	background: #004dac;
	display: block;
	border-bottom: 1px solid #598bc9;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	text-transform: none;
	text-align: left;
}

#nav .drop-slide ul li a:hover {
	background: #f21c15;
}

.form-wrap {
	overflow: hidden;
	letter-spacing: -6px;
	margin: 0 0 31px;
}

.form-wrap > * {
	letter-spacing: 0;
}

.nav-opener {
	width: 35px;
	height: 25px;
	position: absolute;
	top: 24px;
	right: 13px;
	display: block;
}

.nav-opener .menu-text {
	font-size: 17px;
	line-height: 21px;
	display: none;
	font-weight: 800;
	text-transform: uppercase;
	color: #1550a4;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -60px;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: #004dac;
	border-radius: 2px;
	position: absolute;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.nav-opener span {
	top: 49%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.bg-holder {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 31px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.buffer h1,
.buffer h2 {
	color: #444;
}

.btn {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding: 18px 10px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	width: 170px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.btn:after {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	border: 1px solid #f21c15;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.btn:hover:after {
	opacity: 1;
	visibility: visible;
}

.btn-prev,
.btn-next {
	font-size: 21px;
	line-height: 1;
	width: 45px;
	height: 45px;
	text-decoration: none;
	background: rgba(0, 0, 0, .7);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	z-index: 3;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.btn-prev:hover,
.btn-next:hover {
	background: black;
}

.btn-prev span,
.btn-next span {
	position: absolute;
	margin: 0 0 0 -3px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-next {
	left: auto;
	right: 0;
}

.btn-next span {
	margin: 0 0 0 3px;
}

.internal-banner {
    min-height: 330px;
    position: relative;
}

.banner-title {
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0 auto;
}

.banner-title h1 {
	text-align:center;
}

.imgwrap {
    width: 100%;
    overflow: hidden;
    max-height: 330px;
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    z-index: -1;
    margin: 0;
}

.bg-stretch .overlay {
    z-index: 1;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /*Standard*/
    width: 100%;
    height: 100%;
    position: absolute;
}

.bg-stretch img {
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
}

.main-content-full {
	padding: 30px 0;
}

.main-content {
	float:left;
	width:70%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	margin: 30px 0;
}

.sidebar {
	margin: 30px 0;
	float:right;
	width:30%;
}

.navlinks {
	background: #ebebeb;
}

.navlinks h2 {
	font: 800 28px/1.2 "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	color: #1550a4;
	text-transform: uppercase;
	text-align:center;
}

.navlinks .line {
	    padding: 15px 0 12px;
}

.navlinks .line:after {
    height: 7px;
    width: 100px;
}

.sidebar .navlinks ul {
    padding: 0;
    margin: 0;
}

.sidebar .navlinks ul li {
    list-style-type: none;
    padding: 0;
}

.sidebar .navlinks ul li a {
    text-decoration: none;
    color: #1550a4;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 7px 20px;
    font-weight: 500;
    font-size: 13px;
}

.sidebar .navlinks ul li a:hover {
	background: #f21c15;
	color: #fff;
	font-weight:bold;
}



.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	min-height: 495px;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .text-holder {
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	color: #fff;
	padding: 80px 42px 38px;
}

.cycle-gallery .text-holder p {
	margin: 0 0 26px;
}

.cycle-gallery .bg-holder {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	z-index: -1;
}

.cycle-gallery .bg-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.cycle-gallery .bg-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.cycle-gallery .bg-holder:before {
	content: "";
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100px;
	opacity: .8;
	z-index: -1;
	background-image: url("../images/banner-overlay.png");
	background-size:100% 100%;
	background-repeat: repeat-x;
}

.cycle-gallery .bg-holder:after {
	vertical-align: bottom;
}

.cycle-gallery .bg-holder .holder {
	width: 100%;
}

.cycle-gallery .bg-holder .hold-wrap {
	width: 100%;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	margin: 32px 0 0;
}

.slick-gallery .btn-prev,
.slick-gallery .btn-next {
	border: none;
	background: rgba(0, 0, 0, .9);
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.slick-gallery .btn-prev:hover,
.slick-gallery .btn-next:hover {
	background: black;
}

.slick-gallery .btn-prev:before,
.slick-gallery .btn-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "\e905";
	font-family: "icomoon";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 -2px;
}

.slick-gallery .btn-next:before {
	content: "\e906";
	margin: 0 0 0 2px;
}

.line {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 22px;
}

.line:after {
	width: 97px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #f21c15;
	margin: 0 auto;
}

.help-block {
	overflow: hidden;
}

.help-block .mobile-box {
		display:none;
}

.help-block .info {
	white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-decoration: none;
    display: block;
}

.help-block h2 {
	text-transform: uppercase;
	position: relative;
	margin: 0 0 19px;
	display: block;
}

.help-block .text-holder {
	text-align: center;
	background: #2f2f2f;
	padding: 29px 20px 24px;
	overflow: hidden;
}

.help-block .text-holder .btn-view {
	margin: 0 auto;
	background: #2f2f2f;
}

.help-block .help-gallery .slide {
	position: relative;
	height: 358px;
}

.help-block .help-gallery .caption {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	padding: 23px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.help-block .help-gallery .caption p {
	margin: 0;
}

.subscribe-block {
	position: relative;
	z-index: 1;
}


.subscribe-block .holder {
	position: relative;
	z-index: 1;
	max-width: 710px;
	padding: 0 10px;
	margin: 0 auto;
}

.subscribe-block:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: "";
	background: rgba(0, 77, 172, .89);
}


.subscribe-block.lighter:after {
	background: #ebebeb;
}

.subscribe-block .bg-holder,
.subscribe-block .bg-hold {
	position: static;
	padding: 44px 16px 41px;
}

.subscribe-block .heading {
	text-align: center;
	margin: 0 0 36px;
}

.subscribe-block .heading h2 {
	font-size: 45px;
	line-height: .85;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 13px;
}

.subscribe-block.lighter .heading h2 {
	color: #1550a4;
}

.subscribe-block .heading .subtitle {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.subscribe-block.lighter .subtitle {
	color: #1550a4;
}

.signup-form {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.signup-form .row {
	overflow: hidden;
}

.signup-form input[type="email"] {
	font-size: 14px;
	line-height: 18px;
	border: none;
	background: #fff;
	height: 62px;
	color: #000;
	padding: 5px 28px;
	width: 100%;
	margin: 0 0 16px;
	font-weight: 400;
	outline: none;
	box-shadow: none;
}

.signup-form input[type="email"]::-webkit-input-placeholder {
	color: #999;
}

.signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.signup-form input[type="email"]:-moz-placeholder {
	color: #999;
}

.signup-form input[type="email"]:-ms-input-placeholder {
	color: #999;
}

.signup-form input[type="email"].placeholder {
	color: #999;
}

.signup-form .btn-submit {
	font-size: 18px;
	line-height: 22px;
	border: none;
	background: #f21c15;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.signup-form .btn-submit:hover {
	background: #c9110b;
}

.key-block {
	padding: 34px 0 49px;
}

.key-block h2 {
	color: #004dac;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 39px;
}

.key-block .btn-holder {
	text-align: center;
}

.key-block .btn-view {
	background: none;
	border-color: #313131;
	color: #313131;
}

.key-gallery {
	padding: 0 18px;
	margin: 0 0 36px;
}

.key-gallery .slide {
	height: 270px;
	position: relative;
}

.key-gallery .btn-prev,
.key-gallery .btn-next {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid #151c34;
	display: block !important;
	left: -60px;
	background: none;
	color: #151c34;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}


.key-gallery .btn-prev:after,
.key-gallery .btn-next:after {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.key-gallery .btn-prev:hover,
.key-gallery .btn-next:hover {
	opacity: .6;
}

.key-gallery .btn-next:after {
	content: "\e901";
}

.key-gallery .info {
	white-space: nowrap;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
	color: #fff;
	font-weight: 400;
	padding: 5px 15px;
	text-decoration: none;
	display: block;
}

.key-gallery .info:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.key-gallery .info > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.key-gallery .info .title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0;
}

.key-gallery .info p {
	margin: 0;
}

.news-block {
	background: #ebebeb;
	padding: 39px 0 90px;
}

.news-block h2 {
	text-align: center;
	color: #004dac;
	text-transform: uppercase;
	margin: 0 0 42px;
}

.news-block .row-wrap {
	max-width: 256px;
	margin: 0 auto;
}

.news-block .three-col {
	overflow: hidden;
	margin: 0 0 30px;
}

.news-block .three-col .col {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
}

.news-block h3 {
	font-size: 16px;
	line-height: 20px;
	color: #35353f;
	font-family: "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-weight: 500;
	margin: 0 0 16px;
}

.news-block .img-holder {
	position: relative;
	height: 190px;
	overflow:hidden;
}

.news-block .img-holder img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.news-block .text-holder {
	font-size: 13px;
	line-height: 20px;
	font-family: "Open Sans", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	text-align: center;
	padding: 26px 35px 41px;
	color: #727272;
	background: #fff;
}

.news-block .text-holder p {
	margin: 0 0 20px;
}

.news-block .btn-more {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-transform: capitalize;
	background: none;
	border-color: #eee;
	padding: 10px;
	width: 121px;
	font-family: "Open Sans", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-weight: 400;
}

.news-block .time {
	font-size: 12px;
	line-height: 16px;
	font-family: "Open Sans", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	background: #f21c15;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 14px;
}

.news-block .time strong {
	font-size: 22px;
	line-height: 26px;
	display: block;
	font-weight: 700;
}

.news-block .btn-holder {
	text-align: center;
}

.news-block .btn-view {
	background: none;
	color: #313131;
	border-color: #313131;
}

.news-title {
	font-size: 30px;
	text-align:center;
}

.searcher {
	margin: 0 0 40px;
}

.news-comments,
.fb-comments {
	display: none !important;
}

.news-post {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	background:#f8f8f8;
	margin: 0 0 35px;
	padding: 20px;
}

.news-post h2 {
	text-align:center;
	font: 600 20px/1.2 "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
}

.news-post h2 a {
	text-decoration: none;
    color: #004dac;
}

.news-post .date-box {
	text-align:center;
	display:block;
	margin: 20px auto;
	color: #f21c15;
	font: 500 16px/1.2 "Raleway", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.news-post .visual {
	float:left;
	height: 150px;
	overflow:hidden;
}

.news-post .visual img {
	height: 150px;
	width: auto;
	margin: 0 20px 0 0;
}

.news-post .btn {
	background: #fff;
	color: #555;
	display:block;
	border: 1px solid #666;
	margin: 0 auto;
}

.news-post .meta {
	clear:both;
}

.news-holder .btn-holder {
	display:block;
	width: 100%;
	text-align:center;
}

.news-holder .btn-box {
	display:inline-block;
}

.news-holder .btn-box .btn {
	background: #004dac;
	color:#fff;
	width: 245px;
	margin: 10px;
}

#footer {
	background: #004dac;
	position: relative;
	padding: 82px 0 25px;
}

#footer .icon-holder {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #ebebeb;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: -61px;
	left: 0;
	right: 0;
}

#footer .icon-holder.internal {
	z-index:1;
}

#footer .icon-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#footer .contact-bar {
	max-width: 230px;
	margin: 0 auto;
	overflow: hidden;
}

#footer h2 {
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}

#footer .right-col {
	width: 230px;
	float: right;
}

#footer .office-address {
	text-align: center;
	margin: 0 0 37px;
}

#footer .office-address li {
	margin: 0 0 21px;
	color: #fff;
}

#footer .office-address h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 2px;
}

#footer .office-address address {
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	font-style: normal;
}

#footer .office-address dl {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	overflow: hidden;
	margin: 0;
}

#footer .office-address dl dt {
	display: inline-block;
	vertical-align: top;
}

#footer .office-address dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
}

#footer .office-address dl dd a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

#footer .office-address dl dd a:hover {
	color: #001f46;
}

#footer .btn-holder {
	overflow: hidden;
}

#footer .btn-holder .btn-box {
	margin: 0 0 17px;
}

#footer .btn-holder .btn {
	border-color: #fff;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	background: none;
	-webkit-transition: color .4s ease, background .4s ease;
	transition: color .4s ease, background .4s ease;
}

#footer .btn-holder .btn:hover {
	background: #fff;
	color: #004dac;
}

#footer .btn-holder .btn:hover:after {
	display: none;
}

/* Slider */

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

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

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

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

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

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

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

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

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

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?yfpc6k');
  src:  url('../fonts/icomoon.eot?yfpc6k#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yfpc6k') format('truetype'),
    url('../fonts/icomoon.woff?yfpc6k') format('woff'),
    url('../fonts/icomoon.svg?yfpc6k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-wider:before {
	content: "\e905";
}

.icon-right-wider:before {
	content: "\e906";
}

.icon-left:before {
	content: "\e900";
}

.icon-right:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e902";
}

.icon-icon:before {
	content: "\e903";
}

.icon-youtube:before {
	content: "\e604";
}

.icon-ico-facebook-01:before {
	content: "\e904";
}

.icon-ico-twitter-01:before {
	content: "\e913";
}

#wrapper {
	position: relative;
	overflow: hidden;
	-webkit-transition: margin .5s ease;
	transition: margin .5s ease;
}

.nav-active {
	overflow: hidden;
}

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

.holder {
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
}

@media (max-width: 1320px) {
	.bg-stretch img {
	    max-width: inherit;
	    width: 1334px;
	    left: 50%;
	    margin: 0 0 0 -664px;
	    position: relative;
	    display: block;
	}
}

@media (min-width: 480px) {
	.help-block .help-gallery .slide {
		height: 282px;
	}

	.key-gallery .slide {
		margin: 0 16px;
	}

}

@media (min-width: 768px) {
	#header {
		padding: 20px 0;
	}

	.logo {
		width: 364px;
		height: 61px;
		margin: 0 0 0 30px;
	}

	.nav-opener {
		top: 54px;
		right: 35px;
	}

	.nav-opener .menu-text {
		display: inline-block;
		left: -63px;
	}

	h1 {
		font-size: 48px;
		line-height: 52px;
	}

	h2 {
		font-size: 41px;
		line-height: 49px;
	}

	.cycle-gallery .slide {
		min-height: 728px;
	}

	.cycle-gallery .text-holder {
		font-size: 20px;
		line-height: 27px;
		padding: 180px 0 0;
		max-width: 520px;
		margin: 0 0 75px 130px;
	}

	.cycle-gallery .text-holder p {
		margin: 0 0 40px;
	}

	.cycle-gallery .bg-holder:before {
		min-height: 300px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		width: 55px;
		height: 55px;
		font-size: 28px;
		margin: 61px 0 0;
	}

	.line:after {
		width: 129px;
		height: 11px;
	}

	.help-block h2 {
		width: 420px;
		float: left;
		margin: 0;
		padding: 0 0 0 6px;
	}

	.help-block h2 span:after {
		margin: 0;
	}

	.help-block .text-holder {
		text-align: left;
		padding: 24px 30px 32px;
	}

	.help-block .text-holder .btn-view {
		float: right;
		margin: 9px 0 0;
	}

	.help-block .help-gallery .caption {
		font-size: 17px;
		line-height: 21px;
		padding: 18px 12px;
	}

	.subscribe-block .bg-holder,
	.subscribe-block .bg-hold {
		padding: 91px 46px 92px;
	}

	.subscribe-block .heading {
		margin: 0 0 48px;
	}

	.subscribe-block .heading h2 {
		font-size: 72px;
		line-height: 76px;
		margin: 0 0 4px;
	}

	.subscribe-block .heading .subtitle {
		font-size: 20px;
		line-height: 24px;
	}

	.signup-form input[type="email"] {
		width: calc(100% - 156px);
		float: left;
		height: 62px;
		margin: 0;
	}

	.signup-form .btn-submit {
		width: 156px;
		float: left;
		height: 62px;
	}

	.key-block {
		padding: 39px 0 50px;
	}

	.key-block h2 {
		margin: 0 0 47px;
	}

	.key-gallery {
		max-width: 606px;
		margin: 0 auto 36px;
		padding: 0;
	}

	.key-gallery .btn-next {
		left: auto;
		right: -60px;
	}

	.news-block {
		margin: 0;
		max-width: none;
		padding: 49px 0 101px;
	}

	.news-block h2 {
		margin: 0 0 65px;
	}

	.news-block .row-wrap {
		min-width: 700px;
	}

	.news-block .three-col {
		margin: 0 -12px 26px;
		padding: 0 0 18px;
	}

	.news-block .three-col .col-wrap {
		padding: 0 12px;
		width: 50%;
		float: left;
	}

	.news-block h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 18px;
	}

	.news-block .img-holder {
		height: 220px;
	}

	.news-block .text-holder {
		font-size: 14px;
		line-height: 23px;
		padding: 46px 35px 110px;
		position: relative;
	}

	.news-block .text-holder p {
		margin: 0 0 34px;
	}

	.news-block .btn-more {
		font-size: 14px;
		line-height: 18px;
		padding: 13px;
		position: absolute;
		bottom: 46px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 140px;
	}

	.news-block .time {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 16px;
	}

	.news-block .time strong {
		font-size: 25px;
		line-height: 29px;
	}

	#footer .contact-bar {
		max-width: none;
	}

	#footer h2 {
		text-align: left;
		margin: 0 0 18px;
	}

	#footer .left-col {
		width: 424px;
		float: left;
		margin: 0 0 0 44px;
	}

	#footer .right-col {
		margin: 4px 17px 0 0;
	}

	#footer .office-address {
		text-align: left;
		margin: 0 -10px 37px;
	}

	#footer .office-address li {
		width: 50%;
		float: left;
		padding: 0 10px;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 260px;
		height: 44px;
		margin: 21px 0 0;
	}

	.nav-drop {
		width: calc(100% - 280px);
		float: right;
	}

	.visible-sm {
		display: none !important;
	}

	#nav {
		width: 100%;
		text-align: right;
		display: table;
	}

	#nav > ul > li {
		font-size: 13px;
		line-height: 17px;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 15px;
		position: relative;
	}

	#nav > ul > li:first-child,
	#nav > ul > li:nth-child(2) {
		margin: 0;
	}

	#nav > ul > li:hover .has-drop-down-a {
		color: #f21c15;
	}

	#nav > ul > li:hover .drop-slide {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav > ul > li:last-child .drop-slide {
		left: auto !important;
		right: 0 !important;
	}

	#nav .drop-slide {
		position: absolute !important;
		height: auto !important;
		display: block !important;
		margin: 0 !important;
		top: 100% !important;
		left: 0 !important;
		width: 243px;
		z-index: 4;
		padding: 16px 0 0 !important;
		-webkit-transition: opacity .5s ease, top .5s ease, visibility .5s ease, -webkit-transform .5s ease;
		transition: opacity .5s ease, top .5s ease, visibility .5s ease, transform .5s ease;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	#nav .drop-slide ul li a {
		padding: 9px 18px;
	}

	.form-wrap {
		width: 420px;
		vertical-align: top;
		text-align: right;
		float: right;
		margin: 0 0 20px;
	}

	.form-wrap .search-form {
		width: 199px;
		float: right;
		margin: 0;
		display: table-header-group;
	}

	.form-wrap .social-networks {
		width: 190px;
		float: right;
		margin: 0 0 0 12px;
	}

	.form-wrap .social-networks li {
		padding: 0 0 0 11px;
	}

	.form-wrap .social-networks li:first-child {
		padding: 0;
	}

	.nav-opener {
		display: none;
	}

	.cycle-gallery .slide {
		min-height: 798px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		margin: 68px 0 0;
	}

	.help-block h2 {
		width: auto;
		margin: 0 0 60px;
		max-width: 220px;
	}

	.help-block .text-holder {
		text-align: left;
		width: 333px;
		float: left;
	}

	.help-block .text-holder .btn-view {
		margin: 0;
		float: none;
	}

	.help-block .help-gallery {
		width: calc(100% - 333px);
		float: left;
	}

	.help-block .help-gallery .slide {
		height: 310px;
	}

	.help-block .help-gallery .caption {
		font-size: 20px;
		line-height: 24px;
	}

	.key-block {
		padding: 39px 0 78px;
	}

	.key-block h2 {
		margin: 0 0 56px;
	}

	.key-gallery {
		max-width: 850px;
		margin: 0 auto 40px;
	}

	.news-block {
		padding: 49px 0 100px;
	}

	.news-block .row-wrap {
		max-width: 956px;
	}

	.news-block .three-col {
		margin: 0 -21px 26px;
	}

	.news-block .three-col .col-wrap {
		padding: 0 21px;
		width: 33.33%;
	}

	.news-block .text-holder {
		padding: 46px 35px 90px;
	}

	#footer .left-col {
		margin: 0;
		width: 458px;
	}

	#footer .right-col {
		width: 492px;
		margin: 0;
		padding: 45px 0 0;
	}

	#footer .btn-holder {
		margin: 0 -16px;
	}

	#footer .btn-holder .btn-box {
		width: 50%;
		float: left;
		padding: 0 16px;
	}
}

@media (min-width: 1025px) {
	.cycle-gallery .bg-holder:before {
		min-height: 400px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 19px 0 27px;
	}

	.logo {
		width: 364px;
		height: 61px;
		margin: 16px 0 0 11px;
	}

	.nav-drop {
		width: calc(100% - 390px);
	}

	#nav > ul > li {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 0 7px;
	}

	.form-wrap {
		width: 382px;
		margin: 0 0 25px;
	}

	.form-wrap .social-networks {
		width: 171px;
		text-align: right;
	}

	.form-wrap .social-networks li {
		padding: 0 0 0 6px;
	}

	h1 {
		margin: 0 0 15px;
	}

	.cycle-gallery .text-holder {
		margin: 0 0 75px 35px;
	}

	.line {
		padding: 0 0 20px;
	}

	.help-block h2 {
		margin: 0 0 103px;
	}

	.help-block .text-holder {
		padding: 40px 46px 32px;
	}

	.help-block .text-holder .btn-view {
		margin: 0 0 0 5px;
	}

	.help-block .help-gallery .slide {
		height: 366px;
	}

	.help-block .help-gallery .caption {
		font-size: 22px;
		line-height: 26px;
		padding: 24px 12px;
	}

	.subscribe-block .bg-holder,
	.subscribe-block .bg-hold {
		padding: 94px 46px 92px;
	}

	.key-gallery {
		max-width: 970px;
	}

	.key-gallery .slide {
		margin: 0 27px;
	}

	.news-block .row-wrap {
		max-width: 1100px;
	}
}

@media (min-width: 1300px) {
	#nav > ul > li {
		margin: 0 0 0 21px;
	}
}

@media (max-width: 1023px) {
	.nav-active #header {
		left: -242px;
		right: 242px;
	}

	.nav-drop {
		background: #fff;
		position: fixed;
		top: 0;
		right: -242px;
		width: 242px;
		padding: 25px 20px;
		-webkit-transition: right .5s ease;
		transition: right .5s ease;
		overflow-y: auto;
		height: 100vh;
	}

	#nav > ul > li.active:hover .has-drop-down-a {
		color: #f21c15;
	}

	.form-wrap {
		display: table;
		width: 100%;
	}

	.form-wrap .social-networks {
		display: table-footer-group;
	}

	.news-block .col-wrap:last-child {
		display: none;
	}

	.nav-active #wrapper {
		margin: 0 242px 0 -242px;
	}
}

@media (max-width: 767px) {
	.news-block .col-wrap:nth-last-child(2) {
		display: none;
	}

	.help-block .mobile-box {
		display:block;
	}

	.help-block .desktop-box .btn {
		display:none;
	}

	.main-content, .sidebar {
		padding: 0;
		float:none;
		width: 100%;
	}

	.key-block h2 {
	    margin: 0 0 20px;
	}

	.key-gallery .btn-prev {
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 99;
    margin: 0 0 0 -32px;
    outline: none;
    display: block;
    padding: 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	}

	.key-gallery .btn-next {
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 0 0 32px;
    text-align: center;
    outline: none;
	}

	.slick-list {
    padding: 68px 0 0 0;
	}
}

