/*! 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: 'NexaLight';
  src: url("../fonts/Nexa_Free_Light-webfont.eot");
  src: url("../fonts/Nexa_Free_Light-webfont.eot%3F") format("embedded-opentype"), url("../fonts/Nexa_Free_Light-webfont.woff2") format("woff2"), url("../fonts/Nexa_Free_Light-webfont.woff") format("woff"), url("../fonts/Nexa_Free_Light-webfont.ttf") format("truetype"), url("../fonts/Nexa_Free_Light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NexaBold';
  src: url("../fonts/Nexa_Free_Bold-webfont.eot");
  src: url("../fonts/Nexa_Free_Bold-webfont.eot%3F") format("embedded-opentype"), url("../fonts/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("../fonts/Nexa_Free_Bold-webfont.woff") format("woff"), url("../fonts/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("../fonts/Nexa_Free_Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "myicons";
  src: url("../fonts/myicons.eot");
  src: url("../fonts/myicons.eot%3F") format("embedded-opentype"), url("../fonts/myicons.woff") format("woff"), url("../fonts/myicons.ttf") format("truetype"), url("../fonts/myicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "myicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fi-"]:before,
[class*=" fi-"]:before {
  font-family: "myicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-facebook:before {
  content: "\61"; }

.fi-linkedin:before {
  content: "\62"; }

.fi-email:before {
  content: "\63"; }

.fi-twitter:before {
  content: "\64"; }

.fi-stack-overflow:before {
  content: "\65"; }

* {
  box-sizing: border-box; }

ul {
  list-style: none;
  padding: 0; }

a {
  text-decoration: none; }

.red {
  color: #ba1f1f; }

.heading {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: 'nexaBold';
  letter-spacing: 2px; }
  .heading:after {
    display: block;
    content: "";
    width: 110px;
    height: 1px;
    background-color: #ba1f1f;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 8px; }

.hide-small {
  display: none !important; }
  @media (min-width: 768px) {
    .hide-small {
      display: block !important; } }

.hide-big {
  display: block !important; }
  @media (min-width: 768px) {
    .hide-big {
      display: none !important; } }

.toast {
  background-color: #323232;
  color: #fff;
  font-family: 'nexaBold';
  letter-spacing: 2px;
  position: fixed;
  bottom: 10%;
  right: 10%;
  padding: 18px;
  text-transform: uppercase;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
  animation: toast-down 5s ease-in 1s;
  animation-fill-mode: both;
  z-index: -1; }

@keyframes toast-down {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    z-index: auto; }
  8% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  95% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  99% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    z-index: auto; }
  100% {
    z-index: -1;
    opacity: 0; } }

body {
  font-size: 12px;
  color: #5e5e5e;
  letter-spacing: 1px; }

.section {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.container {
  max-width: 950px;
  width: 100%;
  text-align: center; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#modal {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s ease-in; }
  #modal .modal-container {
    width: 90vw;
    max-height: 630px;
    max-width: 562px;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: relative; }
    @media (min-width: 768px) {
      #modal .modal-container {
        font-size: 14px; } }
    #modal .modal-container .container-header {
      position: relative;
      height: 70px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'nexaBold';
      letter-spacing: 2px; }
      #modal .modal-container .container-header .title {
        text-transform: uppercase; }
      #modal .modal-container .container-header .x {
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        line-height: 1;
        cursor: pointer; }
        #modal .modal-container .container-header .x img {
          height: 15px;
          width: 15px; }
          @media (min-width: 768px) {
            #modal .modal-container .container-header .x img {
              width: 20px;
              height: 20px; } }
        @media (min-width: 768px) {
          #modal .modal-container .container-header .x {
            right: 24px; } }
    #modal .modal-container .container-content {
      position: relative; }
      #modal .modal-container .container-content img {
        width: 100%;
        display: block; }
  #modal.show {
    z-index: 1000;
    opacity: 1 !important; }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  font-family: 'nexaBold';
  letter-spacing: 2px; }
  header.header .background {
    transition: height .2s ease-in, opacity .2s ease-in;
    height: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: #e54242;
    opacity: 0; }
  header.header.solid .background {
    opacity: 1;
    height: 60px; }
    @media (min-width: 768px) {
      header.header.solid .background {
        height: 68px; } }
  header.header .container {
    margin: 0 auto;
    transition: all .2s ease-in;
    padding: 15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 768px) {
      header.header .container {
        padding: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  header.header .logo {
    transition: all .2s ease-in;
    width: 61px;
    height: 29px;
    float: left; }
    @media (min-width: 768px) {
      header.header .logo {
        width: 122px;
        height: 58px; } }
  @media (min-width: 768px) {
    header.header.shrink .container {
      padding: 5px; } }
  @media (min-width: 768px) {
    header.header.shrink .logo {
      width: 70px; } }
  header.header nav.nav {
    transition: opacity .4s ease-in, top 0s ease .4s,  z-index 0s ease .4s;
    position: fixed;
    left: 0;
    top: -100%;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: -100;
    overflow: hidden; }
    header.header nav.nav ul {
      list-style: none;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 60%;
      width: 60%; }
      @media (min-width: 768px) {
        header.header nav.nav ul {
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0 20px;
          width: auto;
          height: auto; } }
      header.header nav.nav ul li {
        display: inline-block;
        transform: translate3d(-50%, 0, 0);
        width: 100%;
        opacity: 0; }
        header.header nav.nav ul li:nth-child(1) {
          transition: all 150ms ease-in 100ms; }
        header.header nav.nav ul li:nth-child(2) {
          transition: all 150ms ease-in 200ms; }
        header.header nav.nav ul li:nth-child(3) {
          transition: all 150ms ease-in 300ms; }
        header.header nav.nav ul li:nth-child(4) {
          transition: all 150ms ease-in 400ms; }
        @media (min-width: 768px) {
          header.header nav.nav ul li {
            opacity: 1;
            transform: translate3d(0, 0, 0) !important;
            width: auto; }
            header.header nav.nav ul li:hover:after {
              content: '';
              display: block;
              background-color: #fff;
              height: 1px;
              width: 52px;
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translateX(-50%); } }
      header.header nav.nav ul a {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        display: block;
        font-size: 30px;
        padding: 10px; }
        @media (min-width: 768px) {
          header.header nav.nav ul a {
            font-size: inherit; } }
      @media (min-width: 768px) {
        header.header nav.nav ul {
          width: auto; } }
    @media (min-width: 768px) {
      header.header nav.nav {
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        z-index: auto;
        opacity: 1; } }

.toggle {
  float: right;
  padding: 11px; }
  .toggle span {
    display: block;
    background-color: #fff;
    width: 22px;
    height: 2px;
    transition: all .2s ease-in;
    transform-origin: 0% 50%; }
    .toggle span:first-child {
      margin-bottom: 6px; }
  @media (min-width: 768px) {
    .toggle {
      display: none; } }

body.show {
  overflow: hidden; }
  body.show nav.nav {
    top: 0;
    opacity: 1;
    z-index: -1;
    transition: opacity .5s ease-in; }
    body.show nav.nav ul li {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  body.show .toggle {
    z-index: 200; }
    body.show .toggle span {
      transform: rotate(-45deg) translate3d(0px, 5px, 0); }
      body.show .toggle span:first-child {
        transform: rotate(45deg) translate3d(0px, -5px, 0); }

.footer {
  height: 215px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313131; }
  .footer img {
    height: 45px;
    width: 95px;
    margin-bottom: 10px; }
  .footer .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer .social a {
      transition: all .2s ease-in-out;
      padding: 5px;
      color: #313131;
      font-size: 24px;
      background-color: rgba(255, 255, 255, 0.2);
      line-height: 1;
      height: 40px;
      width: 40px;
      margin: 3px 6px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer .social a:hover {
        background-color: white; }
      @media (min-width: 768px) {
        .footer .social a {
          height: 20px;
          width: 20px;
          margin: 5px;
          font-size: 12px;
          padding: 0; } }
  .footer p {
    font-size: 11px; }

.home {
  color: #fff;
  height: 600px;
  position: relative;
  background: #BA3434 url(../img/v9/image_bannerbg_00.jpg) no-repeat center -200px fixed;
  background-size: cover; }
  .home h1 {
    text-transform: uppercase;
    font-size: 24px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px;
    max-width: 50%;
    text-align: center;
    line-height: 1.2;
    font-family: 'nexaBold';
    letter-spacing: 2px; }
    .home h1 span {
      display: block; }
      @media (min-width: 768px) {
        .home h1 span {
          display: inline; } }
  .home div.scroller {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-family: 'nexaLight';
    letter-spacing: 2px; }
    .home div.scroller img {
      transition: all .3s ease-in;
      display: block;
      text-align: center;
      margin: 20px auto;
      height: 10px;
      width: 20px; }
      @media (min-width: 768px) {
        .home div.scroller img {
          opacity: 0; } }
  .home:hover div.scroller img {
    opacity: 1;
    transform: translate3d(0, 10px, 0); }

@media screen and (max-height: 830px) {
  .home {
    background: #e54242 url(../img/v9/image_bannerbg_00.jpg) no-repeat center bottom fixed;
    background-size: cover; } }

.about {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .about {
      height: 870px; } }
  .about h1, .about h2 {
    font-family: 'nexaBold';
    letter-spacing: 2px; }
  .about .container {
    width: 756px;
    max-width: 95%; }
    .about .container [class^='item'] {
      width: 25%;
      line-height: 20px; }
    .about .container .item1 h2, .about .container .item1 p {
      text-align: left; }
    .about .container .item2 h2, .about .container .item2 p {
      text-align: center; }
    .about .container .item3 h2, .about .container .item3 p {
      text-align: right; }
  .about .about-us {
    max-width: 95%; }
    .about .about-us h2 {
      text-align: left; }
    .about .about-us p {
      text-align: justify;
      line-height: 20px; }
  .about .do {
    width: 776px;
    max-width: 98%; }
    .about .do h2 {
      text-align: left; }
      @media (min-width: 768px) {
        .about .do h2 {
          text-align: center; } }
    .about .do ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .about .do ul {
          height: 140px; } }
      .about .do ul li {
        height: 40px;
        width: 100%;
        background-color: #d63e3e;
        color: #fff;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        font-family: 'nexaLight';
        letter-spacing: 2px; }
        .about .do ul li:nth-child(4) {
          background-color: #313131; }
          .about .do ul li:nth-child(4):hover {
            background-color: #5a5a5a; }
          .about .do ul li:nth-child(4):active {
            background-color: #222; }
        .about .do ul li:nth-child(5) {
          background-color: #313131; }
          .about .do ul li:nth-child(5):hover {
            background-color: #5a5a5a; }
          .about .do ul li:nth-child(5):active {
            background-color: #222; }
        .about .do ul li:nth-child(6) {
          background-color: #313131; }
          .about .do ul li:nth-child(6):hover {
            background-color: #5a5a5a; }
          .about .do ul li:nth-child(6):active {
            background-color: #222; }
        @media (min-width: 768px) {
          .about .do ul li {
            width: calc(50% - 20px); }
            .about .do ul li:nth-child(3n) {
              margin-bottom: 0; } }
        .about .do ul li:hover {
          background-color: #de6565; }
        .about .do ul li:active {
          background-color: #952b2b; }
  .about hr {
    width: 756px;
    height: 1px;
    background-color: #d6d6d6;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .about h1 {
    margin-bottom: 45px; }
  .about h2 {
    font-size: 14px;
    text-transform: uppercase; }

.twitter {
  height: 150px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background: #0f0f0f url("../img/v9/image_twitterbg_00.jpg") no-repeat;
  background-size: cover; }
  .twitter .tweet-text a {
    color: #ba1f1f; }
  @media (min-width: 768px) {
    .twitter {
      height: 224px; } }
  .twitter .hide-big {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'nexaLight';
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 5px; }
  .twitter .heading {
    font-family: 'nexaLight';
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 18px; }
    .twitter .heading:after {
      background-color: #fff;
      content: none; }
    .twitter .heading span {
      font-size: 16px;
      padding: 0; }
      @media (min-width: 768px) {
        .twitter .heading span {
          font-size: 20px; } }
    @media (min-width: 768px) {
      .twitter .heading {
        font-family: 'nexaBold';
        letter-spacing: 2px;
        margin-top: 0;
        margin-bottom: 15px; }
        .twitter .heading:after {
          content: ''; } }
  .twitter .small {
    font-size: 10px;
    opacity: .2;
    margin: 0 5px; }

.team {
  padding: 30px; }
  .team .heading {
    margin-bottom: 30px; }
  .team .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: column;
    flex-flow: column; }
    .team .container .item {
      width: 100%;
      margin-bottom: 15px;
      text-align: left; }
      .team .container .item img {
        width: 25%;
        float: left;
        max-width: 320px;
        margin-bottom: 19px;
        margin-right: 30px; }
      .team .container .item h3 {
        font-size: 14px;
        margin: 0;
        text-transform: uppercase;
        color: #3f3f3f;
        font-family: 'nexaBold';
        letter-spacing: 2px; }
      .team .container .item h4 {
        font-size: 11px;
        font-weight: 300;
        margin: 0;
        margin-bottom: 4px; }
      .team .container .item a {
        transition: all .3s ease-in;
        font-size: 12px;
        color: #b1b1b1; }
        .team .container .item a .symbol {
          transition: all .3s ease-in;
          color: #b1b1b1;
          font-size: 26px;
          padding: 0;
          margin-top: -5px; }
          .team .container .item a .symbol:before {
            content: none; }
        .team .container .item a:hover {
          color: #009fe9; }
          .team .container .item a:hover .symbol {
            color: #009fe9; }
  @media (min-width: 768px) {
    .team {
      height: 498px; }
      .team .heading {
        margin-bottom: 45px; }
      .team .container {
        -ms-flex-flow: row;
        flex-flow: row; }
        .team .container .item {
          width: 194px;
          text-align: center;
          margin: 0;
          max-width: 23%; }
          .team .container .item img {
            height: auto;
            width: 194px;
            float: none;
            max-width: 100%; }
          .team .container .item h4 {
            margin-bottom: 6px; } }

.clients {
  background-color: #e54242;
  color: #fff; }
  .clients .heading {
    margin-top: 60px; }
    .clients .heading:after {
      background-color: #fff; }
  .clients .work-grid {
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    width: 95%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .clients .work-grid > div {
      cursor: pointer;
      overflow: hidden;
      width: 45%; }
      .clients .work-grid > div div {
        margin: 4%; }
        .clients .work-grid > div div:after {
          content: '';
          display: block;
          padding-top: 100%; }
  .clients .clients-grid {
    width: 100%;
    background-color: #e65454;
    margin-top: 80px; }
    .clients .clients-grid .clients-flex {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      max-width: 920px;
      margin: 0 auto;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      max-width: 80%;
      padding: 50px 0; }
      .clients .clients-grid .clients-flex img {
        height: 35px;
        margin: 20px 0;
        width: 60%; }
        .clients .clients-grid .clients-flex img:nth-child(4) {
          height: 50px; }
  @media (min-width: 768px) {
    .clients .heading {
      margin-top: 120px; }
    .clients .work-grid > div {
      width: 30%; }
      .clients .work-grid > div:nth-child(3n + 1) {
        margin-left: 0; }
    .clients .clients-grid .clients-flex img {
      width: auto;
      max-width: 15%; }
      .clients .clients-grid .clients-flex img:nth-child(4) {
        height: 35px; } }

.contact {
  height: 780px;
  padding: 30px; }
  .contact .heading, .contact p {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5; }
  .contact p a {
    display: inline-block;
    color: #000; }
  .contact label.error {
    display: none !important; }
  .contact form {
    margin-bottom: 20px; }
    .contact form > div {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 16px; }
    .contact form ::-webkit-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    .contact form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      text-transform: uppercase; }
    .contact form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      text-transform: uppercase; }
    .contact form :-ms-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    .contact form input, .contact form textarea {
      margin-bottom: 20px;
      background-color: #4a4a4a;
      border: 0;
      outline: 0;
      box-shadow: none;
      color: #fff;
      padding-left: 10px; }
    .contact form input {
      height: 40px;
      width: 100%;
      margin-right: 20px; }
    .contact form textarea {
      width: 100%;
      height: 100px;
      padding-top: 10px;
      resize: none; }
    .contact form button {
      transition: all .2s ease-in;
      height: 40px;
      width: 100%;
      background-color: #fff;
      text-transform: uppercase;
      border: 3px solid #4a4a4a;
      outline: 0;
      box-shadow: none; }
  @media (min-width: 768px) {
    .contact {
      height: 540px; }
      .contact .heading, .contact p {
        margin-bottom: 30px; }
      .contact form > div {
        height: 165px;
        width: 626px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-direction: column;
        flex-direction: column; }
      .contact form input, .contact form textarea {
        margin-bottom: 20px;
        background-color: #4a4a4a;
        border: 0;
        outline: 0;
        box-shadow: none;
        color: #fff;
        padding-left: 20px; }
        .contact form input:active, .contact form input:focus, .contact form textarea:active, .contact form textarea:focus {
          background-color: #313131; }
      .contact form input {
        height: 40px;
        width: 302px;
        margin-right: 20px; }
        .contact form input:nth-child(3) {
          margin-bottom: 0; }
      .contact form textarea {
        width: 302px;
        height: 65px;
        padding-top: 10px; }
      .contact form button {
        height: 40px;
        width: 302px;
        background-color: #fff;
        text-transform: uppercase;
        border: 3px solid #4a4a4a;
        outline: 0;
        box-shadow: none; }
        .contact form button:hover {
          background-color: #4a4a4a;
          color: #fff; }
        .contact form button:active {
          background-color: #313131;
          color: #fff;
          border: 3px solid #313131; } }
  .contact .err {
    background-color: #be0000 !important; }
    .contact .err:active, .contact .err:focus {
      background-color: #be0000 !important; }
  .contact .error-message,
  .contact .success-message {
    color: #fff;
    padding: 13px;
    width: 100%;
    font-size: 12px;
    opacity: 0;
    transition: opacity .5s ease-in-out; }
    @media (min-width: 768px) {
      .contact .error-message,
      .contact .success-message {
        width: 562px;
        text-align: center; } }
    .contact .error-message.show,
    .contact .success-message.show {
      opacity: 1; }
  .contact .error-message {
    background-color: #be0000; }
  .contact .success-message {
    background-color: #73bf77; }

/*# sourceMappingURL=main.css.map */
