/*! 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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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("fonts/icomoon.eot?8tfa3c");
  src: url("fonts/icomoon.eot?8tfa3c#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8tfa3c") format("truetype"), url("fonts/icomoon.woff?8tfa3c") format("woff"), url("fonts/icomoon.svg?8tfa3c#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-film:before {
  content: "\e903"; }

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

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

.icon-location2:before {
  content: "\e948"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-rss:before {
  content: "\ea9b"; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: inherit; }

.jcf-select .jcf-select-opener {
  display: none;
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ff4213; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 24px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px .5em;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #ff4213 !important; }

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

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-weight: bold;
  margin: 0 0 0.5em; }

h1, .h1 {
  font-size: 48px;
  font-weight: 900; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 56px; } }

h2, .h2 {
  font-size: 36px;
  font-weight: 900; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 48px; } }

h3, .h3 {
  font-size: 28px;
  font-weight: 900; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 36px; } }

h4, .h4 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 24px; } }

h5, .h5 {
  font-size: 14px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 12px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 14px; } }

p {
  margin: 0 0 1em; }

a {
  color: #0086cc;
  text-decoration: none;
  -webkit-transition: color 0.3s;
          transition: color 0.3s; }
  a:hover, a:focus {
    color: #ff4213; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
.jcf-select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  padding: 0.25em 0.5em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  .jcf-select:focus,
  textarea:focus {
    border-color: #ff4213; }
  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,
  .jcf-select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #868686; }
  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,
  .jcf-select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #868686; }
  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,
  .jcf-select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #868686; }
  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,
  .jcf-select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #868686; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  .jcf-select.placeholder,
  textarea.placeholder {
    color: #868686; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 130px; }
  @media (min-width: 768px) {
    textarea {
      height: 224px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#wrapper {
  position: relative; }

.content-wrap {
  max-width: 1105px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.background-image {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.title-section {
  text-align: center;
  letter-spacing: -.01em; }

.subtitle-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.02em; }

#header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
  #header.scroll-bg {
    background-color:rgba(0, 0, 0, 0.88); }
    @media (max-width: 767px) {
      #header.scroll-bg .menu {
        background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.75) 10px, rgba(0, 0, 0, 0.75) 98%, transparent 100%);
        background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0.75) 10px, rgba(0, 0, 0, 0.75) 98%, transparent 100%); } }
  #header .content-wrap {
    max-width: 1382px;
    padding: 15px 10px 10px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #header .content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 33px 10px 28px; } }

.logo {
  display: inline-block;
  max-width: 75%;
  margin-top: -3px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.8px;
  margin-left: 4px; }
  @media (min-width: 480px) {
    .logo {
      max-width: none; } }
  .logo img {
    width: 100%;
    max-width: 260px; }
  .logo strong {
    color: #0086cc;
    font-weight: 900; }
  .logo:hover {
    color: #fff; }

.nav-opener {
  display: inline-block;
  float: right;
  z-index: 5;
  width: 40px;
  text-align: center;
  text-indent: -9999px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, border-color 0.3s; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    content: '';
    display: block;
    width: 85%;
    height: 3px;
    margin: 4px auto 4px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.45s;
            transition: background-color 0.3s, transform 0.45s; }
  .nav-opener:hover {
    border-color: #bbb; }

.menu {
  opacity: 0;
  position: absolute;
  z-index: -4;
  top: 50px;
  right: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 10px, rgba(0, 0, 0, 0.75) 98%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.75) 10px, rgba(0, 0, 0, 0.75) 98%, transparent 100%);
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .menu {
      opacity: 1;
      z-index: 4;
      position: static;
      top: auto;
      right: auto;
      bottom: 0;
      left: auto;
      background: transparent; } }

.main-menu {
  display: block;
  margin: 0;
  padding: 1em 2em;
  list-style: none;
  font-weight: 700; }
  @media (min-width: 768px) {
    .main-menu {
      display: inline-block;
      margin: 0;
      padding: 0; } }
  .main-menu > li {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .main-menu > li {
        display: inline-block;
        position: relative;
        margin: 0 5px;
        vertical-align: middle; } }
    @media (min-width: 1024px) {
      .main-menu > li {
        margin: 0 13.5px; } }
    .main-menu > li:last-child {
      margin-right: 0; }
  .main-menu a {
    display: inline-block;
    margin: .2em 0;
    padding: 2px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff; }
    @media (min-width: 768px) {
      .main-menu a {
        margin: 0; } }
    @media (min-width: 1024px) {
      .main-menu a {
        padding: 2px 6px;
        font-size: 21px; } }
  .main-menu a:hover {
      color: #bbb; }
  .main-menu .btn a {
    border: 2px solid currentColor; }
  .main-menu .active > a {
    color: #bbb; }
  .main-menu .active > a:before {
      width: 100%; }

  .main-menu .btn-nb a {
    }


.sub-menu {
  display: none;
  margin: 0 0 0 2em;
  padding: 0;
  list-style: none;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 220px;
      margin: 0;
      padding: 8px 2px; }
      .sub-menu:before {
        content: '';
        position: absolute;
        z-index: 3;
        top: 0;
        right: -.5em;
        bottom: -.5em;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); } }
  .sub-menu li {
    position: relative;
    z-index: 4;
    text-transform: none; }
    @media (min-width: 768px) {
      .sub-menu li {
        padding: 3px 0; } }

.menu-item-has-children > a {
  display: inline-block;
  position: relative;
  z-index: 6;
  vertical-align: top;
  border: none; }
  @media (min-width: 768px) {
    .menu-item-has-children > a:after {
      content: '';
      display: inline-block;
      margin-left: 8px;
      border: 5px solid transparent;
      border-top: 7px solid currentColor;
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); } }

@media (min-width: 768px) {
  .menu-item-has-children:hover {
    background-color: rgba(0, 0, 0, 0.4); }
    .menu-item-has-children:hover > a {
      color: #bbb; }
    .menu-item-has-children:hover .sub-menu {
      display: block;
      z-index: 1; } }

@media (max-width: 767px) {
  .menu-item-has-children.visible > a {
    color: #bbb; }
  .menu-item-has-children.visible .sub-menu {
    display: block;
    z-index: 1; } }

.nav-active .menu {
  opacity: 1;
  z-index: 4; }

.nav-active .nav-opener {
  position: relative;
  z-index: 10;
  background-color: #0086cc; }
  @media (min-width: 768px) {
    .nav-active .nav-opener {
      display: none; } }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after {
    background-color: #fff;
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg); }
  .nav-active .nav-opener:before {
    background-color: #fff;
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg); }

.intro-section {
  display: table;
  position: relative;
  width: 100%;
  max-height: 700px;
  height: 100vh; }
  .intro-section .content-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .intro-section img {
    max-height: 45vh;
    width: 100%;
    max-width: 900px; }

.video-section {
  padding: 40px 0;
  font-size: 20px;
  letter-spacing: -.6px; }
  @media (min-width: 768px) {
    .video-section {
      padding: 120px 0;
      font-size: 30px; } }
  .video-section .content-wrap {
    max-width: 960px; }

.video-box {
  margin: 60px -15px 0 -15px; }
  .video-box iframe {
    width: 100%;
    height: 54.547vw;
    border: none; }
    @media (min-width: 960px) {
      .video-box iframe {
        height: 540px; } }

.row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px; }

.row-item {
  max-width: 275px;
  margin-bottom: 15px;
  padding: 0 12.5px; }

.channels-section {
  padding: 67px 0 26px;
  overflow: hidden; }
  .channels-section .row-list {
    padding-top: 7px; }
  .channels-section .row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 275px; }

.channel-img {
  display: block;
  position: relative; }
  .channel-img img {
    width: 100%; }
  .channel-img .logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .channel-img:hover .logo-wrap {
    opacity: .8; }

.channel-content {
  max-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 21px 26px;
  background-color: #f8f8f8; }
  .channel-content p:last-child {
    margin-bottom: 0; }

.scope-section {
  padding: 40px 0 0; }
  .scope-section .row-list {
    padding-top: 15px; }

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

.scope-img img {
  width: 50%; }

.scope-content {
  padding: 12px 26px;
  text-align: center; }
  .scope-content h3 {
    margin-bottom: 7px; }
  .scope-content a {
    color: inherit; }
    .scope-content a:hover {
      color: #ff4213; }

.exclusive-section {
  padding: 28px 0 0; }

.exclusive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
  text-align: center; }
  @media (min-width: 480px) {
    .exclusive-list {
      text-align: left; } }

.exclusive-item {
  min-width: 280px;
  margin-bottom: 41px;
  padding: 0 10px;
  font-size: 18px; }
  @media (min-width: 480px) {
    .exclusive-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .exclusive-item {
      font-size: 24px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .exclusive-item {
      padding: 0 39px; } }

.exclusive-img {
  width: 130px;
  min-width: 130px;
  margin: 0 auto; }

.exclusive-img img {
  width: 50%; }

.exclusive-content {
  margin-bottom: 7px; }
  @media (min-width: 480px) {
    .exclusive-content {
      padding-left: 32px; } }
  .exclusive-content h3 {
    margin-bottom: 11px;
    letter-spacing: -.02em; }
  .exclusive-content p {
    margin-bottom: 0;
    letter-spacing: -.015em; }
  .exclusive-content a {
    color: inherit; }
    .exclusive-content a:hover {
      color: #ff4213; }

.news-section {
  padding: 34px 0; }

.news-list {
  margin: 0;
  padding: 8px 0 0;
  list-style: none; }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
  padding: 8px 8px 8px 24px;
  background-color: #f8f8f8; }

.news-content {
  padding-top: 10px;
  padding-right: 20px;
  font-size: 14px; }
  .news-content .magazine {
    display: inline-block;
    margin-bottom: 13px;
    padding: 3px 7px;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff4213; }
  .news-content .h2 {
    margin-bottom: .619em;
    font-size: 22px; }
    @media (min-width: 768px) {
      .news-content .h2 {
        font-size: 42px; } }
  .news-content a {
    color: inherit; }
    .news-content a:hover {
      color: #ff4213; }

.news-img {
  display: none; }
  @media (min-width: 768px) {
    .news-img {
      display: block; } }

.contact-section {
  padding: 34px 0; }
  .contact-section .title-section {
    margin-bottom: 35px; }

.contact-form {
  padding: 27px 26px 24px;
  font-size: 18px;
  background-color: #f8f8f8;
  margin: 0 -15px 20px; }
  @media (min-width: 768px) {
    .contact-form {
      font-size: 24px;
      display: inline-block;
      width: calc(100% - 370px);
      margin-right: 0 -4px 0 0;
      vertical-align: top; } }
  .contact-form label {
    display: block;
    margin-bottom: 10px;
    letter-spacing: -.35px; }
    @media (min-width: 768px) {
      .contact-form label {
        margin-bottom: 20px; } }
    .contact-form label .label-text {
      display: block; }
      @media (min-width: 768px) {
        .contact-form label .label-text {
          margin: 0 0 15px 2px; } }
    .contact-form label mark {
      color: #ff4213;
      background-color: transparent; }
  .contact-form input[type='submit'] {
    padding: 0.25em 0.5em;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #ff4213;
    margin-bottom: 10px; }
  .contact-form .capcha {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle; }

.contact-aside {
  max-width: 330px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .contact-aside {
      display: inline-block;
      width: 330px;
      margin-right: -4px;
      margin-left: 40px;
      font-size: 20px;
      vertical-align: top; } }
  .contact-aside .contacts-link {
    padding-top: 5px; }
    @media (min-width: 768px) {
      .contact-aside .contacts-link {
        max-width: 300px; } }
    .contact-aside .contacts-link > * {
      display: inline-block;
      position: relative;
      margin-bottom: 28px;
      padding-left: 51px;
      font-weight: bold;
      vertical-align: top;
      letter-spacing: -.02em;
      color: inherit; }
    .contact-aside .contacts-link a:hover {
      color: #ff4213; }
    .contact-aside .contacts-link img {
      position: absolute;
      top: 50%;
      left: -5px;
      color: #ff4213;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .contact-aside .contacts-link .phone {
      font-size: 36px; }
      .contact-aside .contacts-link .phone img {
        top: calc(50% - 3px); }
    .contact-aside .contacts-link .mail {
      font-size: 24px; }
      .contact-aside .contacts-link .mail img {
        left: 1px; }
    .contact-aside .contacts-link .address {
      font-weight: normal;
      font-style: normal; }

.ecosystem-section {
  padding: 53px 0 0;
  font-size: 28px; }

.ecosystem-cont {
  position: relative;
  padding-top: 55px;
  font-size: 22px; }
  @media (min-width: 768px) {
    .ecosystem-cont {
      margin-top: 60px; } }

.ecosystem-logo {
  display: none; }
  @media (min-width: 768px) {
    .ecosystem-logo {
      display: block;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40%; } }
  @media (min-width: 1024px) {
    .ecosystem-logo {
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: auto; } }

.ecosystem-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  @media (min-width: 480px) {
    .ecosystem-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.ecosystem-item {
  margin: 0 auto 15px;
  text-align: center; }
  @media (min-width: 480px) {
    .ecosystem-item {
      width: 50%;
      text-align: left; } }
  @media (min-width: 768px) {
    .ecosystem-item {
      margin: 0 auto 75px; } }
  @media (min-width: 480px) {
    .ecosystem-item:nth-child(2n) {
      text-align: right; } }
  .ecosystem-item:last-child {
    text-align: center; }
    @media (min-width: 768px) {
      .ecosystem-item:last-child {
        margin: -69px auto 43px; } }

.ecosystem-item-content {
  display: inline-block;
  max-width: 205px;
  text-align: center;
  vertical-align: top;
  margin: 0 auto; }
  .ecosystem-item-content img {
    width: 53%;
    margin-bottom: 15px; }

.audience-section {
  padding: 62px 0 15px;
  color: #000; }

.audience-list {
  max-width: 768px;
  margin: 0 auto;
  padding: 10px 0 0;
  list-style: none; }

.audience-item {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  margin-bottom: 40px;
  padding: 0 0 0 65px;
  font-size: 24px;
  vertical-align: top;
  letter-spacing: -.025em; }
  @media (min-width: 480px) {
    .audience-item {
      width: 50%; } }
  @media (min-width: 768px) {
    .audience-item {
      padding: 0 120px 0 85px;
      margin-bottom: 58px; } }
  .audience-item img {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px; }
    @media (min-width: 768px) {
      .audience-item img {
        width: 60px;
        left: 3px;
        top: 10%; } }
  .audience-item a {
    color: inherit; }
    .audience-item a:hover {
      color: #ff4213; }
  .audience-item strong {
    font-size: 30px;
    line-height: .7;
    letter-spacing: -.02em;
    color: #ff4213; }
    @media (min-width: 768px) {
      .audience-item strong {
        font-size: 60px; } }
  .audience-item p {
    margin-bottom: 0; }

.medialogos-section {
	padding: 40px 10px 10px 10px;
	text-align: center;
}
.medialogos-section img {
  display: inline-block;
  width: 15%;
  max-height: 30px;
  margin: 0 30px 30px 0; }
  @media (max-width: 480px) {
    .medialogos-section img {
      margin: 0 15px 15px 0; } }

#footer {
  padding: 74px 0 42px;
  text-align: center; }
  #footer h4 {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: .15px; }

.subscribe-form {
  max-width: 331px;
  margin: 0 auto 31px;
  padding: 21px 0 0;
  font-size: 15px;
  line-height: 1.3333; }
  .subscribe-form p {
    margin: 0 0 1.6em; }
  .subscribe-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subscribe-form input {
    height: 40px; }
  .subscribe-form input[type='submit'] {
    width: 55px;
    min-width: 55px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background-color: #0086cc;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
    .subscribe-form input[type='submit']:hover {
      background-color: #ff4213; }
  .subscribe-form input:not([type='submit']) {
    width: 100%;
    padding: .4em .9em;
    color: #333;
    border: none; }

.social-networks {
  margin: 0 auto 39px;
  padding: 0;
  list-style: none;
  font-size: 17px; }
  .social-networks li {
    display: inline-block;
    margin: 0 8px; }
  .social-networks a {
    display: inline-block;
    width: 2.1em;
    height: 2.1em;
    line-height: 1.9em;
    vertical-align: middle;
    color: #001a33;
    border-radius: 50%;
    background-color: #0086cc;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
    .social-networks a:hover {
      background-color: #ff4213; }

.copyright {
  font-size: 14px;
  color: #33495c; }
/*# sourceMappingURL=main.css.map */
.copyright a {
  color: #33495c; }

.wrapper2 {
	background: url(../images/bg-content.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.productmenu {
	display: table;
	margin: 25px auto 0 auto;
}
.productmenu li {
	text-align: center;
    float: left;
    list-style: none;
    margin-right: 30px;
	display:inline-block;
    *display:inline;/*For IE7*/
    *zoom:1;/*For IE7*/
}
.productmenu li a{
	font-size: 0.750em;
    text-decoration: none;
    color: #FFFFFF;
	border: 1px solid #fff;
	padding: 0 15px;
	line-height: 45px;
    display: block;
}
.productmenu li a:hover {
    text-decoration: none;
    color: #ccc;
    border: 1px solid #ccc;
}
.team-section {
  padding: 37px 0; }
  @media (min-width: 768px) {
    .team-section {
      padding: 57px 0; } }
  .team-section .content-wrap {
    max-width: 1180px; }

.team-item {
  margin-bottom: 41px;
  padding: 0 10px;
  font-size: 14px; }
  @media (min-width: 480px) {
    .team-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 420px;
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .team-item {
      font-size: 16px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .team-item {
      padding: 0 39px; } }
  @media (min-width: 1200px) {
    .team-item {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.team-img {
  background-color: #f8f8f8; }
  @media (min-width: 480px) {
    .team-img {
      width: 150px;
      min-width: 150px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .team-img {
      width: 200px;
      min-width: 200px; } }

.team-content {
  background-color: #f8f8f8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 22px 10px; }
  @media (min-width: 768px) {
    .team-content {
      padding: 22px 10px 10px 23px; } }
  .team-content h3 {
    font-weight: 700; }
    @media (min-width: 768px) {
      .team-content h3 {
        font-size: 26px;
        margin-bottom: 7px; } }
  .team-content p {
    margin-bottom: 25px; }
  .team-content .contacts-link a {
    font-size: 18px;
    display: block;
    width: auto;
    font-weight: 700;
    margin-bottom: 7px;
    color: #ff4213;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
    .team-content .contacts-link a img {
      width: 16px;
      margin-right: 11px; }
    .team-content .contacts-link a span {
      vertical-align: middle; }
    .team-content .contacts-link a:hover {
      opacity: .7; }
@media (max-width: 600px) {
	.productmenu {
    margin-right: 30px; }
	.productmenu li {
    margin-bottom: 15px;
	display:block;
	width: 100%; }