/*! 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;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts19/icomoon.ttf?4pvdfo") format("truetype"), url("../fonts19/icomoon.woff?4pvdfo") format("woff"), url("../fonts19/icomoon.svg?4pvdfo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.gallery .slick-arrow:before,
.btn:before,
.main-menu > li > a.has-drop-down-a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-capitol:before {
  content: "";
}

.icon-email-me:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-star-rate:before {
  content: "";
}

.icon-dots:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-youtube.circle:before {
  content: "";
}

.icon-arrow-t:before {
  content: "";
}

.icon-arrow-point-to-right:before {
  content: "";
}

.icon-facebook.circle:before {
  content: "";
}

.icon-twitter.circle:before {
  content: "";
}

.icon-instagram.circle:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

/* Slick slider styles */

.gallery {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.gallery .slick-track,
.gallery .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;
}

.benefits-section .benefits-list,
.social-section .share-list,
.twitter-block .news-list,
.twitter-block .title-list,
.main-menu,
.main-menu .drop ul,
.social-list,
#footer .contact-list,
#footer .links-list,
.social-networks {
  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;
}

.buffer .news-comments,
.buffer .fb-comments,
.buffer .vidlinkbox {
  display: none;
}

body,
#aspnetForm {
  color: #555;
  background: #fff;
  font: 20px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#aspnetForm {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 43px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #91d3ee;
}

.buffer a {
  color: #b92727;
  text-decoration: underline;
}

.buffer a.btn {
  color: #fff;
  text-decoration: none;
}

.buffer a:hover {
  color: #941e1e;
}

.buffer a.btn:hover {
  color: #fff;
}

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 #999;
  padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

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;
}

.benefits-section {
  position: relative;
  z-index: 10;
}

.benefits-section .benefits-list {
  background: #b92727;
  box-shadow: -18px 18px 56.42px 9px rgba(0, 0, 0, .24);
  color: #fff;
  max-width: 1030px;
  margin: 0 auto;
  padding: 43px 0 35px;
}

.benefits-section .benefits-list li {
  width: 100%;
}

.benefits-section .benefits-list li a {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 24px 5px;
}

.benefits-section .benefits-list li a:hover {
  background: #204373;
}

.benefits-section .benefits-list .img-block {
  width: 25%;
  padding: 0 10px 0 0;
  text-align: center;
  display: block;
}

.benefits-section .benefits-list .text-block {
  font-size: 14px;
  line-height: 1.3;
  width: 75%;
  display: block;
}

.benefits-section .benefits-list .text-block .blurb {
  margin: 0 0 1em;
  display: block; 
 }

.benefits-section .benefits-list .block-title {
  display: block;
  font: 700 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.benefits-section .benefits-list [class^="icon-"],
.benefits-section .benefits-list [class*=" icon-"] {
  font-size: 50px;
}

.benefits-section .benefits-list .icon-folder,
.benefits-section .benefits-list .icon-display {
  font-size: 40px;
}

.about-section .img-frame {
  min-height: 335px;
}

.about-section .text-frame {
  padding: 45px 25px 65px;
}

.about-section .text-frame p {
  margin: 0 0 10px;
  letter-spacing: -.02em;
}

.about-section .btn-holder {
  padding: 15px 0 0;
}

.video-section {
  position: relative;
  overflow: hidden;
  font: 900 14px/16px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.video-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-section a {
  color: #fff;
  padding: 0 25px;
}

.video-section a:before {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

.video-section a:hover {
  color: #fff;
}

.video-section a:hover:before {
  opacity: 0;
}

.video-section .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-section .container:before {
  content: "";
  display: block;
  width: 0;
  min-height: 290px;
}

.social-section {
  color: #fff;
}

.social-section .heading-link {
  color: #fff;
  display: block;
  margin: 0 0 20px;
  font: 700 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-section .heading-link:hover {
  color: #91d3ee;
}

.social-section .heading-link .icon-like {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  font-size: 22px;
}

.social-section .holder {
  position: relative;
  width: 100%;
}

.social-section .img-icon {
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 50px;
}

.social-section .img-icon:hover {
  color: #91d3ee;
}

.social-section .share-list {
  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;
  font-weight: 500;
  font-size: 14px;
  margin: 0 -15px;
}

.social-section .share-list li {
  padding: 0 15px;
}

.social-section .share-list li a {
  color: #fff;
}

.social-section .share-list li a:hover {
  color: #91d3ee;
}

.social-section .share-list [class^="icon-"],
.social-section .share-list [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 3px 0 0;
}

.social-section .social-networks {
  width: auto;
  font-size: 54px;
  margin: 0 -9px;
}

.social-section .social-networks li {
  padding: 0 9px;
}

.social-section .social-networks li a {
  color: #204373;
}

.social-networks-block {
  padding: 16px 0 9px;
}

.facebook-block {
  position: relative;
  box-shadow: -18px 18px 56.42px 9px rgba(0, 0, 0, .24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook-block:after {
  content: "";
  display: block;
  width: 0;
  min-height: 330px;
}

.facebook-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 67, 115, .7);
}

.facebook-block .holder {
  padding: 15px 40px 17px;
}

.facebook-block .title {
  display: block;
  font-size: 17px;
  line-height: 18px;
}

.facebook-block .title a {
  color: #fff;
}

.facebook-block .title a:hover {
  color: #91d3ee;
}

.facebook-block p {
  margin: 0;
}

.twitter-block {
  position: relative;
  box-shadow: -18px 18px 56.42px 9px rgba(0, 0, 0, .24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.45;
}

.twitter-block .holder {
  padding: 28px 25px 8px;
}

.twitter-block .img-icon {
  margin: 0 0 15px;
}

.twitter-block:after {
  content: "";
  display: block;
  width: 0;
  min-height: 440px;
}

.twitter-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .54);
}

.twitter-block .news-list > li {
  margin: 0 0 30px;
}

.twitter-block .title-list {
  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;
  font: 700 12px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 5px;
}

.twitter-block .title-list li {
  position: relative;
  padding: 0 0 0 10px;
}

.twitter-block .title-list li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.twitter-block .title-list li:first-child {
  padding: 0;
}

.twitter-block .title-list li:first-child:before {
  display: none;
}

.instagram-block {
  width: 100%;
}

.instagram-block .instagram-frame {
  box-shadow: -18px 18px 56.42px 9px rgba(0, 0, 0, .24);
  background: #b92727;
  width: 100%;
  position: relative;
  padding: 23px 55px 47px;
}

.instagram-block .img-icon {
  margin: 0 0 10px;
}

.gallery {
  box-shadow: -18px 18px 56.42px 9px rgba(0, 0, 0, .24);
}

.gallery .image-frame {
  display: block;
  padding-top: 100%;
}

.gallery .slick-arrow {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  margin: -5px 0 0;
}

.gallery .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.gallery .slick-arrow:hover {
  color: #91d3ee;
}

.gallery .slick-prev {
  left: -32px;
  right: auto;
}

.gallery .slick-prev:before {
  content: "";
}

.gallery .slick-next {
  right: -32px;
  left: auto;
}

.gallery .slick-next:before {
  content: "";
}

.subscribe-block {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  background: rgba(32, 67, 115, .9);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  padding: 20px 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.subscribe-block.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.subscribe-block .container {
  max-width: 1288px;
  position: relative;
}

.subscribe-block .subscribe-heading {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0 5px;
}

.subscribe-block .subscribe-heading .title {
  font: 30px/1 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  margin: 0 0 5px;
}

.subscribe-block .subscribe-heading .title b {
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 900;
}

.subscribe-block .form-close {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 18px;
  line-height: 1;
}

.subscribe-block .form-close:hover {
  color: #b92727;
}

.subscribe-block .subscribe-form-holder .input-holder {
  width: 100%;
}

.subscribe-block .subscribe-form-holder .input-holder:after {
  display: none;
}

.subscribe-block .subscribe-form-holder form {
  width: 100%;
}

.subscribe-block .subscribe-form-holder label {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  color: #fff;
  font: 900 13px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-block .subscribe-form-holder input[type=text],
.subscribe-block .subscribe-form-holder input[type=email] {
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  height: 47px;
  border: 0;
  margin-bottom: 15px;
}

.subscribe-block .subscribe-form-holder button[type=submit],
.subscribe-block .subscribe-form-holder input[type=submit] {
  padding: 12px 10px 8px;
  min-width: 80px;
  border: none;
  font: 700 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
  border-radius: 0;
}

.subscribe-block .subscribe-form-holder button[type=submit]:before,
.subscribe-block .subscribe-form-holder input[type=submit]:before {
  margin: -3px 12px 1px 0;
  font-size: 29px;
  line-height: 1;
}

.subscribe-block .subscribe-form-holder button[type=submit]:hover,
.subscribe-block .subscribe-form-holder input[type=submit]:hover {
  background: #6d1717;
}

.intro-video .video-holder {
  position: relative;
  overflow: hidden;
}

.intro-video .video-holder:after,
.hero-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%); 
}

.intro-video .video-contant {
  width: 100%;
}

.intro-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro-video .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.intro-video .container:before {
  content: "";
  display: block;
  width: 0;
  min-height: 220px;
}

.intro-video h1,
.intro-video .h1 {
  color: #fff;
  margin: 0;
  line-height: 44px;
  text-shadow: 2px 2px 6px #333;
}

.intro-video .intro-form {
  max-width: 575px;
  margin: 0 auto;
}

.intro-video .intro-form .btn {
  border: none;
  width: 30%;
  min-width: auto;
}

.intro-video .intro-form input[type="email"] {
  border-color: transparent;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  width: 70%;
}

.intro-video .intro-form label {
  width: 100%;
}

.intro-video .intro-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #b92727;
}

a.btn:hover {
  color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
}

.section-heading .decor {
  position: relative;
  display: block;
  width: 230px;
  text-align: center;
  margin: 0 auto;
}

.section-heading .decor:before,
.section-heading .decor:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #b92727;
  height: 3px;
}

.section-heading .decor:before {
  left: 0;
  right: 58%;
}

.section-heading .decor:after {
  right: 0;
  left: 58%;
}

.section-heading h2,
.section-heading .h2 {
  color: #fff;
  margin: 0;
}

.section-heading.dark h2,
.section-heading.dark .h2 {
  color: #204373;
}

.section-heading .style {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.btn {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  background: #b92727;
  color: #fff;
  font: 700 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 18px 25px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 196px;
  text-align: center;
}

.btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 27px;
  margin: 0 20px 0 0;
  color: #fff;
}

.btn:hover {
  background: #204373;
}

.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: padding .3s ease-in-out, background .3s ease-in-out;
  transition: padding .3s ease-in-out, background .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
}

#header.header-fixed {
  width: 100% !important;
  background: #fff;
  box-shadow: inset 0 -2px 3px -1px rgba(0, 0, 0, .35);
}

.nav-active #header.header-fixed {
  box-shadow: none;
}

.nav-active #header {
  background-color: #204373;
}

.nav-active #header.header-fixed .logo .fixed {
  display: none;
}

.nav-active #header.header-fixed .logo .static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

#header .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 192px);
  padding: 0 0 14px;
}

#header .holder > .options {
  margin: 0;
}

#header .contact-btn {
  font-size: 16px;
  padding: 9px 23px 7px;
}

#header .options {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 0;
}

.header-fixed#header .search-open-btn:hover {
  color: #b92727;
}

.nav-active .header-fixed#header .search-open-btn:hover {
  color: #b92727;
}

.logo a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.header-fixed .logo a {
  color: #555;
}

.nav-active .logo a {
  color: #fff !important;
}

.logo .logo-img {
  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;
}

.logo .logo-img img {
  margin: 0 5px 9px 0;
  width: 38px;
  height: 60px;
}

.logo .top-text {
  display: block;
  font: 7px/1.1 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 2px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.header-fixed .logo .top-text {
  color: #b92727;
}

.nav-active .logo .top-text {
  color: #fff !important;
}

.logo .hero {
  display: block;
  font: 28px/1 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
}

.logo .hero mark {
  background: transparent;
  font-weight: 900;
  color: inherit;
}

.logo .bottom-text {
  display: block;
  font: 10px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
}

.logo .fixed {
  display: none;
}

.header-fixed .logo .static {
  display: none;
}

.header-fixed .logo .fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 0 0;
}

.header-fixed .logo .logo-img .bottom-text {
  font-size: 13px;
}

.nav-open-btn {
  width: 30px;
  height: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
  -webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, background .3s ease-in-out;
  transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 4px;
  background: #fff;
  border-radius: 1px;
}

.nav-open-btn:before {
  top: 0;
}

.nav-open-btn:after {
  top: 16px;
}

.nav-open-btn span {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 4px;
  background: #fff;
  border-radius: 1px;
  text-indent: -9999px;
}

.header-fixed .nav-open-btn:before,
.header-fixed .nav-open-btn:after,
.header-fixed .nav-open-btn span {
  background: #b92727;
}

.nav-active .nav-open-btn:before,
.nav-active .nav-open-btn:after,
.nav-active .nav-open-btn span {
  background: #fff !important;
}

.main-menu {
  font: 700 26px/1 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.main-menu > li {
  position: relative;
  margin: 0 0 25px;
}

.main-menu > li.active a {
  color: #b92727;
}

.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;
}

.main-menu > li > a.has-drop-down-a:before {
  -webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, background .3s ease-in-out;
  transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
  content: "";
  position: absolute;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin: 0 0 0 9px;
}

.main-menu > li.hover > a {
  color: #b92727;
}

.main-menu > li.hover > .has-drop-down-a {
  z-index: 3;
}

.main-menu a {
  color: inherit;
  text-decoration: none;
  font-style: normal;
}

.main-menu .drop {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
  opacity: 0;
  max-height: 0;
  font-size: 16px;
  display: block;
}

.main-menu .drop:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
}

.main-menu .drop ul li {
  margin-bottom: 15px;
}

.main-menu .drop ul li:last-child {
  margin-bottom: 0;
}

.main-menu .drop ul a {
  font-weight: 400;
}

.main-menu .hover > .drop {
  opacity: 1 !important;
  max-height: 500px;
  z-index: 2;
}

.search-open-btn {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 1;
  padding: 6px 25px;
  margin: 0;
  position: relative;
}

.search-open-btn:hover {
  color: #b92727;
}

.search-open-btn:after,
.search-open-btn:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b92727;
  position: absolute;
  left: 0;
}

.search-open-btn:after {
  left: auto;
  right: 0;
}

.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: 100px;
}

.search-close-btn:hover {
  color: red;
}

.search {
  margin: 0 0 17px;
}

.search input[type=search],
.search input[type=text] {
  border: none;
  color: #555;
  background: #fff;
  height: 35px;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  font-weight: 500;
  border-right: 0;
  width: calc(100% - 40px);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
  color: #555;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #555;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
  color: #555;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
  color: #555;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
  color: #555;
}

.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: none;
  background: none;
  width: 42px;
  height: 35px;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  background-color: #b92727;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
  background-color: #fff;
  color: #b92727;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
  outline: none;
}

.search .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search form {
  width: 100%;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  margin: 0 -5px;
}

.social-list li {
  padding: 0 5px;
}

.social-list a {
  text-decoration: none;
  color: inherit;
}

.social-list a:hover {
  color: #b92727;
}

#footer {
  padding: 150px 0 15px;
}

#footer .contact-list li a {
  color: #fff;
}

#footer .contact-list li a:hover {
  color: #b92727;
}

#footer .block-title {
  display: block;
  font: 700 20px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
}

#footer .columns-block {
  color: #fff;
  font-size: 14px;
  padding: 40px 0 0;
}

#footer .img-block {
  display: none;
}

#footer address {
  font-style: normal;
  margin: 0;
}

#footer .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 700 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 14px;
}

#footer .links-list li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

#footer .links-list li:last-child:after {
  display: none;
}

#footer .links-list li a {
  color: #fff;
}

#footer .links-list li a:hover {
  color: #b92727;
}

#footer .address-column .col {
  padding: 0 0 25px;
}

.social-networks {
  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;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 -5px;
}

.social-networks li {
  padding: 0 5px;
}

.social-networks li a {
  color: #fff;
}

.social-networks li a:hover {
  color: #b92727;
}

.hero-section {
  min-height: 520px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.hero-section .section-heading {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.hero-section .section-heading h1 {
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 60px;
  padding: 10px 0;
}

.hero-section .section-heading h1 a {
  color: #fff;
  pointer-events: none;
  cursor: default;
  padding: 30px;
}

.content-section {
  padding: 60px 0 200px;
  font-size: 16px;
  letter-spacing: -.02em;
}

.content-section h1 {
  color:#1f4373;
  font-size: 40px;
}

.content-section h2 {
  font-size: 34px;
}

@media (min-width: 768px) {
  .benefits-section {
    padding: 0 35px;
    margin: -42px 0 0;
  }

  .benefits-section .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 22px 13px;
  }

  .benefits-section .benefits-list li {
    width: 50%;
  }

  .benefits-section .benefits-list li a {
    padding: 25px 24px 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .benefits-section .benefits-list .img-block {
    padding: 0 10px 0 0;
    width: auto;
  }

  .benefits-section .benefits-list .text-block {
    width: calc(100% - 80px);
  }

  .benefits-section .benefits-list .icon-folder,
  .benefits-section .benefits-list .icon-display {
    font-size: 50px;
  }

  .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 0 0;
  }

  .about-section .img-frame {
    width: 45%;
    min-height: 560px;
  }

  .about-section .text-frame {
    width: 55%;
    padding: 25px 25px 130px 25px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-section .section-heading {
    text-align: left;
  }

  .about-section .section-heading .decor {
    margin: 0 0 -5px;
  }

  .video-section {
    font-size: 18px;
    line-height: 38px;
  }

  .video-section p {
    margin: 0 0 5px;
  }

  .social-section {
    margin: -90px 0 0;
  }

  .social-section .social-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-section .social-networks {
    font-size: 70px;
    margin: 0 -12px;
  }

  .social-section .social-networks li {
    padding: 0 12px;
  }

  .social-networks-block {
    width: 49%;
    padding: 10px 0 0;
  }

  .facebook-block {
    width: 51%;
    height: 100%;
    margin: 41px 0 0;
  }

  .facebook-block:after {
    min-height: 310px;
  }

  .facebook-block .holder {
    padding: 15px 25px 40px;
  }

  .twitter-block {
    width: 49%;
    height: 100%;
  }

  .twitter-block .holder {
    padding: 15px 25px;
  }

  .twitter-block .img-icon {
    margin: 0 0 12px;
  }

  .twitter-block .news-list p {
    margin: 0 0 7px;
  }

  .twitter-block .title-list {
    margin: 0 0 5px;
  }

  .twitter-block .title-list li {
    padding: 0 0 0 15px;
  }

  .instagram-block {
    width: 51%;
    margin: -130px 0 0;
    padding: 0 0 0 20px;
  }

  .instagram-block .instagram-frame {
    padding: 23px 70px 27px;
    max-width: 305px;
    margin: 0 auto;
  }

  .instagram-block .img-icon {
    margin: 0;
  }

  .subscribe-block {
    padding: 0;
  }

  .subscribe-block .person-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subscribe-block .person-frame .img-holder {
    width: 120px;
    height: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .subscribe-block .subscribe-heading {
    font-size: 16px;
    padding: 0 20px;
    width: 35%;
  }

  .subscribe-block .subscribe-heading .title {
    font-size: 22px;
    margin: 0 0 15px;
  }

  .subscribe-block .subscribe-form-holder {
    min-width: 340px;
  }

  .subscribe-block .subscribe-form-holder .input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-block .subscribe-form-holder label {
    font-size: 16px;
  }

  .subscribe-block .subscribe-form-holder input[type=text],
  .subscribe-block .subscribe-form-holder input[type=email] {
    margin-bottom: 0;
  }

  .subscribe-block .subscribe-form-holder button[type=submit],
  .subscribe-block .subscribe-form-holder input[type=submit] {
    margin-left: 7px;
    min-width: 120px;
  }

  .intro-video .container:before {
    min-height: 530px;
  }

  .intro-video h1,
  .intro-video .h1 {
    line-height: 94px;
  }

  h1,
  .h1 {
    font-size: 87px;
  }

  h2,
  .h2 {
    font-size: 48px;
  }

  .section-heading .decor {
    margin: 0 auto -5px;
  }

  #header {
    padding: 17px 0 4px;
  }

  #header > .container {
    padding: 0 20px;
    max-width: 1508px;
  }

  #header .social-list {
    margin: 4px 18px 0 0;
  }

  #header .holder {
    max-width: calc(100% - 303px);
    padding: 0;
  }

  #header .contact-btn {
    margin: 0 0 0 25px;
  }

  #header .options {
    padding: 0 34px 0 0;
  }

  .header-fixed#header {
    padding: 5px 0;
  }

  .header-fixed#header .social-list {
    color: #555;
  }

  .nav-active .header-fixed#header .social-list {
    color: #fff;
  }

  .header-fixed#header .search-open-btn {
    color: #555;
  }

  .nav-active .header-fixed#header .search-open-btn {
    color: #fff;
  }

  .logo {
    padding: 0;
  }

  .logo .logo-img img {
    width: 56px;
    height: 92px;
    margin: 0 10px 5px 0;
  }

  .logo .top-text {
    font-size: 11px;
    letter-spacing: 2.7px;
  }

  .logo .hero {
    font-size: 43px;
  }

  .logo .bottom-text {
    font-size: 15px;
  }

  .search-active .nav-drop {
    opacity: 1;
  }

  .main-menu {
    font-size: 42px;
  }

  .main-menu > li {
    margin: 0 0 30px;
  }

  .main-menu > li > a.has-drop-down-a:before {
    margin: 0 0 0 14px;
    font-size: 30px;
  }

  .main-menu .drop {
    font-size: 24px;
  }

  .main-menu .drop ul li {
    margin-bottom: 16px;
  }

  .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(32, 67, 115, .9);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 140px 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;
    width: calc(100% - 50px);
    font-size: 16px;
    padding: 10px;
  }

  .search button[type=submit],
  .search input[type=submit] {
    height: 50px;
    width: 70px;
  }

  #footer {
    padding: 152px 0 110px;
  }

  #footer .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0 0;
    max-width: 640px;
    margin: 0 auto;
  }

  #footer .img-block {
    width: 50%;
    display: block;
  }

  #footer .address-column {
    width: 50%;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-active .main-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .benefits-section {
    margin: -92px 0 0;
  }

  .benefits-section .benefits-list li {
    width: 33.33%;
  }

  .about-section .img-frame {
    width: 47%;
    min-height: 680px;
  }

  .about-section .text-frame {
    width: 53%;
    padding: 25px calc((100vw - 1170px) / 2) 135px 70px;
  }

  .about-section .text-frame .holder-block {
    padding: 0 15px 0 0;
  }

  .about-section .btn-holder {
    padding: 25px 0 0;
  }

  .video-section {
    font-size: 24px;
    line-height: 40px;
  }

  .video-section p {
    margin: 0 0 36px;
  }

  .video-section .container:before {
    min-height: 350px;
  }

  .social-section {
    font-size: 18px;
    margin: -125px 0 0;
  }

  .social-section .heading-link {
    font-size: 20px;
    margin: 0 0 55px;
  }

  .social-section .heading-link .icon-like {
    font-size: 30px;
    margin: 0 10px 0 0;
  }

  .social-section .img-icon {
    font-size: 62px;
    line-height: 94px;
  }

  .social-section .share-list {
    font-size: 13px;
  }

  .social-section .social-networks {
    font-size: 80px;
    margin: 0 -19px;
  }

  .social-section .social-networks li {
    padding: 0 19px;
  }

  .social-networks-block {
    padding: 47px 0 0;
  }

  .facebook-block {
    margin: 70px 0 0;
  }

  .facebook-block:after {
    min-height: 500px;
  }

  .facebook-block .holder {
    padding: 15px 40px 75px;
  }

  .facebook-block .title {
    font-size: 24px;
    line-height: 28px;
  }

  .twitter-block {
    line-height: 1.35;
  }

  .twitter-block .holder {
    padding: 55px 25px 15px;
  }

  .twitter-block .img-icon {
    margin: 0 0 10px;
  }

  .twitter-block:after {
    min-height: 710px;
  }

  .twitter-block .news-list > li {
    margin: 0 0 40px;
  }

  .twitter-block .news-list p {
    margin: 0 0 17px;
  }

  .twitter-block .title-list {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .twitter-block .title-list li {
    padding: 0 0 0 20px;
  }

  .twitter-block .title-list li:before {
    left: 10px;
  }

  .instagram-block {
    margin: -204px 0 0;
    padding: 0 0 0 30px;
  }

  .instagram-block .instagram-frame {
    padding: 30px 110px 40px;
    max-width: 485px;
  }

  .gallery .slick-arrow {
    margin: -15px 0 0;
  }

  .gallery .slick-arrow:before {
    font-size: 44px;
  }

  .gallery .slick-prev {
    left: -60px;
  }

  .gallery .slick-next {
    right: -60px;
  }

  .subscribe-block .person-frame {
    padding: 0 56px 0 29px;
  }

  .subscribe-block .person-frame .img-holder {
    width: 154px;
    height: 164px;
  }

  .subscribe-block .subscribe-heading .title {
    font-size: 30px;
  }

  .subscribe-block .form-close {
    right: 74px;
    top: 14px;
  }

  .subscribe-block .subscribe-form-holder {
    max-width: 47%;
    margin: 13px 0 0 0;
  }

  .subscribe-block .subscribe-form-holder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subscribe-block .subscribe-form-holder button[type=submit],
  .subscribe-block .subscribe-form-holder input[type=submit] {
    min-width: 150px;
  }

  .intro-video .container:before {
    min-height: 700px;
  }

  h2,
  .h2 {
    font-size: 60px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  .section-heading h2,
  .section-heading .h2 {
    margin: 0 0 10px;
  }

  #header {
    padding: 25px 0;
  }

  #header > .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #header .holder {
    max-width: calc(100% - 200px);
    padding: 0;
  }

  #header .holder > .options {
    margin: 0 0 5px;
  }

  #header .options {
    padding: 0;
  }

  .header-fixed#header {
    padding: 10px 0;
  }

  .logo .logo-img img {
    margin: 0 5px 9px 0;
    width: 38px;
    height: 60px;
  }

  .logo .top-text {
    font-size: 7px;
    letter-spacing: 1.8px;
  }

  .logo .hero {
    font-size: 28px;
  }

  .logo .bottom-text {
    font-size: 10px;
  }

  .nav-open-btn {
    display: none;
  }

  .main-menu {
    font-size: 16px;
    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 -14px;
    color: #fff;
  }

  .main-menu > li {
    padding: 0 14px;
    margin: 0;
  }

  .main-menu > li.active a {
    color: inherit;
  }

  .main-menu > li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #b92727;
  }

  .main-menu > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
  }

  .main-menu > li > a.has-drop-down-a:before {
    display: none;
  }

  .main-menu .drop {
    opacity: 1;
    position: absolute;
    top: 46px;
    font-size: 14px;
    line-height: 1.2;
    left: 0;
    width: 168px;
    max-height: none;
    display: none;
    text-align: left;
    background-color: rgba(255, 255, 255, .9);
    color: #111;
    padding: 20px 17px 20px;
    font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }

  .main-menu .drop ul li {
    margin-bottom: 18px;
  }

  .main-menu .drop ul a:hover {
    color: #b92727;
  }

  .is-touch-device .main-menu .hover > .drop {
    display: block;
  }

  .header-fixed .main-menu {
    color: #555;
  }

  .search-open-btn {
    padding: 6px 14px;
  }

  .search form {
    max-width: 700px;
  }

  #footer {
    padding: 170px 0 60px;
  }

  #footer .block-title {
    font-size: 24px;
  }

  #footer .columns-block {
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  #footer .img-block {
    width: 35%;
  }

  #footer .address-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
    height: 100%;
    padding: 44px 98px 0 40px;
  }

  #footer .address-column .col {
    width: 50%;
    padding: 0 0 20px;
  }

  #footer .address-column .col:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1024px) and (max-width: 1405px) {
  .nav-drop {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .main-menu > li:nth-last-child(2) .drop,
  .main-menu > li:nth-last-child(1) .drop {
    left: auto;
    right: 5px;
  }
}

@media (min-width: 1200px) {
  .social-section .social-networks {
    font-size: 104px;
  }

  #header {
    padding: 5px 0;
  }

  #header .holder {
    max-width: calc(100% - 449px);
    padding: 16px 0 0;
  }

  .header-fixed#header {
    padding: 5px 0;
  }

  .header-fixed#header .holder {
    padding: 5px 15px 0 0;
  }

  .logo {
    padding: 0 0 0 14px;
  }

  .logo .logo-img img {
    width: 68px;
    height: 131px;
    margin: 0px 25px -6px 0;
  }

  .logo .top-text {
    font-size: 14px;
    letter-spacing: 2.1px;
  }

  .logo .hero {
    font-size: 54px;
  }

  .logo .bottom-text {
    font-size: 19px;
  }

  .header-fixed .logo .logo-img img {
    width: 47px;
    height: 100%;
    margin: 0 10px 0 0;
  }

  .header-fixed .logo .logo-img .top-text {
    font-size: 10px;
  }

  .header-fixed .logo .logo-img .hero {
    font-size: 38px;
  }

  .nav-wrap {
    padding: 0 12px 0 0;
  }

  .main-menu .drop {
    left: 20px;
  }

  #footer .img-block {
    margin: -80px 0 0;
  }
}

@media (min-width: 1400px) {
  #header .holder {
    padding: 40px 15px 0 0;
  }

  .header-fixed#header .holder {
    padding: 20px 15px 0 0;
  }

  .main-menu {
    margin: 0;
  }

  .main-menu > li {
    padding: 0 16px;
  }

  .search-open-btn {
    padding: 6px 25px;
  }
}

@media (max-width: 1023px) {
  .facebook-block .text-block {
    line-height: 1.5;
  }

  .twitter-block .news-list > li:last-child {
    display: none;
  }

  body,
  #aspnetForm {
    font-size: 14px;
    line-height: 1.75;
  }

  .nav-drop {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #204373;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    left: 0;
    padding: 57px 0 30px;
  }

  .nav-drop .inner {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 24px;
    height: calc(100vh - 204px);
  }

  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
  }

  .main-menu > li > a.has-drop-down-a {
    margin: 0 30px 0 0;
  }

  .main-menu .drop {
    visibility: hidden;
  }

  .main-menu .hover > .drop {
    padding: 15px 0 1px;
    visibility: visible;
  }

  #footer .address-column .col {
    line-height: 1.45;
  }
}

@media (max-width: 767px) {

  .hero-section {
    min-height: 400px;
  }

  .about-section .btn-holder {
    text-align: center;
  }

  .video-section h2,
  .video-section .h2 {
    line-height: 1;
  }

  .social-section .container {
    padding: 0;
  }

  .subscribe-block {
    text-align: center;
  }

  .subscribe-block .person-frame .img-holder {
    display: none;
  }

  .subscribe-block .subscribe-form-holder button[type=submit],
  .subscribe-block .subscribe-form-holder input[type=submit] {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }

  .intro-video .video-contant {
    padding: 50px 0 0;
  }

  .intro-video .intro-form {
    padding: 0 10px;
  }

  .intro-video .intro-form .btn {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 15%;
    text-align: center;
  }

  .intro-video .intro-form .btn:before {
    font-size: 20px;
    margin: 0;
  }

  .intro-video .intro-form input[type="email"] {
    height: 35px;
    width: 85%;
  }

  .section-heading h2,
  .section-heading .h2 {
    line-height: 1.6;
  }

  .nav-active #header .social-list {
    opacity: 1;
    visibility: visible;
  }

  #header .social-list {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }

  #header .holder > .search {
    display: none;
  }

  .nav-open-btn {
    margin: 0 -6px 0 0;
  }

  .nav-drop {
    padding: 53px 0 30px;
  }

  .nav-drop .inner {
    height: calc(100vh - 130px);
  }

  .main-menu > li > a.has-drop-down-a {
    margin: 0 20px 0 0;
  }

  .search-open-btn {
    display: none;
  }

  .search-close-btn {
    display: none;
  }

  .search .search-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

