/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import "../css/fontello-embedded.css";
@import "../css/fontello.css";
@import "../font/MyIcons/flaticon.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,latin-ext);
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  margin: 0.2em 0;
  background: #D78C8C;
  color: #000;
  padding: 1em;
  text-align: center;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
}
ol {
  counter-reset: olcounter;
}
ol li {
  list-style: none;
  position: relative;
  counter-increment: olcounter;
}
ol li:before {
  content: counter(olcounter) ".";
  margin-right: 5px;
}
#container {
  width: 100%;
}
.button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300 !important;
}
@keyframes preloadingLogo {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.preload_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10001;
}
.preload_overlay .logo {
  background: url(../img/neurosoft_logo_min.svg) no-repeat center;
  width: 64px;
  height: 58px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: preloadingLogo 3s linear alternate infinite;
  -moz-animation: preloadingLogo 3s linear alternate infinite;
  -o-animation: preloadingLogo 3s linear alternate infinite;
  animation: preloadingLogo 3s linear alternate infinite;
}
/*.row {
    max-width: none;
    margin:0;
    .row {
        max-width: none;
        margin:0;
    }
    }*/
* {
  outline: none !important;
}
@media screen and (max-width: 1280px) {
  * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
input,
textarea {
  -webkit-border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0px !important;
  -moz-background-clip: padding !important;
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
@media screen and (max-width: 1280px) {
  input,
  textarea {
    -webkit-appearance: none !important;
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: -moz-text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  color: #01abcf;
}
h1,
.h1 {
  font-weight: 100;
  font-size: 72px;
  font-size: 7.2rem;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
h2,
.h2 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 48px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3 {
  font-weight: 300;
}
p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
p.lead {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4.8rem;
}
.form_output {
  display: none;
}
.form_output.in {
  display: block;
}
img {
  width: 100%;
  height: auto;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
p.center {
  text-align: center;
}
form.out .row {
  -webkit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  padding: 0 18px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.btn:before {
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
  content: "";
  background: #fff !important;
  z-index: 1;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: -1;
}
.btn span {
  position: relative;
  z-index: 2;
}
.ie .btn:before {
  display: none;
}
.ie .btn:hover {
  background-color: #fff !important;
}
.btn:hover {
  color: #01253d !important;
}
.btn:hover:before {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.btn.trigger_map:focus,
.btn.trigger_map:active {
  color: #fff;
}
.ie .btn.trigger_map:hover {
  background-color: #fff;
}
.btn.blue {
  border: 1px solid #01abcf !important;
  color: #01abcf;
}
.btn.blue:before {
  background: #fff;
}
.ie .btn.blue:hover {
  background-color: #01abcf;
}
.btn.blue:hover {
  color: #fff !important;
  border: 1px solid #01abcf;
}
.btn.blue:hover:before {
  background: #01abcf !important;
}
.btn.blue.inverted {
  background: #01abcf;
  color: #fff;
}
.btn.blue.inverted:before {
  background: #fff !important;
}
.btn.blue.inverted:hover {
  color: #01abcf !important;
  border-color: #fff;
}
.ie .btn.blue.inverted:hover {
  background-color: #fff;
}
.btn.navyblue {
  border: 1px solid #01253d !important;
  color: #01253d;
}
.btn.navyblue:before {
  background: #fff;
}
.btn.navyblue:hover {
  color: #fff !important;
  border: 1px solid #01253d;
}
.btn.navyblue:hover:before {
  background: #01253d !important;
}
.ie .btn.navyblue:hover {
  background-color: #01253d;
}
.btn.navyblue.inverted {
  background: #01253d;
  color: #fff;
}
.btn.navyblue.inverted:before {
  background: #fff !important;
}
.btn.navyblue.inverted:hover {
  color: #01253d !important;
  border-color: #fff;
}
.ie .btn.navyblue.inverted:hover {
  background-color: #fff;
}
.btn.full_navyblue {
  border: 1px solid #01253d !important;
  background: #01253d !important;
  color: #fff;
}
.btn.full_navyblue:before {
  background: #01253d !important;
}
.btn.full_navyblue:hover {
  color: #fff !important;
  border: 1px solid #01abcf !important;
}
.btn.full_navyblue:hover:before {
  background: #01abcf !important;
}
.ie .btn.full_navyblue:hover {
  background-color: #01abcf;
}
.btn.full_blue {
  border: 1px solid #01abcf !important;
  background: #01abcf !important;
  color: #fff;
}
.btn.full_blue:before {
  background: #01253d !important;
}
.btn.full_blue:hover {
  color: #fff !important;
  border: 1px solid #01253d !important;
}
.btn.full_blue:hover:before {
  background: #01253d !important;
}
.ie .btn.full_blue:hover {
  background-color: #01253d;
}
body {
  -webkit-text-size-adjust: none;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.columns {
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}
.sidebar {
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  transition: 250ms linear;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  width: 100%;
  height: 96px;
  top: auto;
  line-height: 96px;
  position: absolute;
  z-index: 10000;
  background: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    width: 100%;
    height: 96px;
    top: 65%;
    line-height: 96px;
    position: absolute;
    z-index: 10000;
    background: #fff;
    bottom: 0;
    left: 0;
  }
}
.sidebar a {
  color: #737373;
}
.sidebar a:hover {
  color: #01abcf !important;
}
.sidebar a#logo {
  overflow: hidden;
  text-indent: -9999px;
  width: 131px;
  height: 112px;
  background: url(../img/neurosoft_logo_pion.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin: -30px 0 0 -65px;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  transition: 250ms linear;
  -webkit-transition-property: margin;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  z-index: 9999;
}
.sidebar a#tigger_mobile_nav {
  display: none;
  line-height: 96px;
}
.sidebar nav.desktop {
  display: block;
  width: 100%;
  background: #fff;
  height: 100%;
}
.sidebar nav.desktop ul.main {
  display: inline-block;
  width: 100%;
  float: left;
  list-style: none;
  padding-left: 24px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar nav.desktop ul.main li {
  padding-right: 24px;
  display: inline-block;
  line-height: 96px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar nav.desktop ul.main li a {
  line-height: 96px;
  font-weight: 400 !important;
  color: #737373 !important;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  transition: 250ms linear;
}
.sidebar nav.desktop ul.main li a span {
  display: none;
}
.sidebar nav.desktop ul.main li a.menu:after {
  font-family: "fontello";
  content: '\e809';
  position: relative;
  top: 0px;
  padding-left: 12px;
}
.sidebar nav.desktop ul.main li a:hover {
  color: #01253d !important;
}
.sidebar nav.desktop .left-side .active a,
.sidebar nav.desktop .right-side .active a {
  color: #01253d !important;
}
.sidebar nav.desktop .left-side {
  float: left;
}
.sidebar nav.desktop .right-side {
  float: right;
}
.sidebar nav.desktop ul.second {
  display: inline-block;
  width: auto;
  float: right;
  list-style: none;
  padding-right: 24px !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar nav.desktop ul.second li {
  padding-right: 32px;
  display: inline-block;
  line-height: 96px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar nav.desktop ul.second li a {
  line-height: 96px;
  font-weight: 400 !important;
  color: #737373 !important;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  transition: 250ms linear;
}
.sidebar nav.desktop ul.second li a span {
  display: none;
}
.sidebar nav.desktop ul.second li a.menu:after {
  font-family: "fontello";
  content: '\e804';
  position: relative;
  top: 1px;
  padding-left: 6px;
}
.sidebar nav.desktop ul.second li a:hover {
  color: #01253d !important;
}
.sidebar nav.desktop ul.second li.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
  background: #fff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.sidebar nav.desktop ul.second li:last-child {
  padding-right: 0 !important;
}
.sidebar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 96px;
  line-height: 96px;
}
.sidebar.fixed.scrolled:before {
  content: none;
}
.sidebar.fixed.scrolled a#logo {
  width: 56px;
  height: 56px;
  background-image: url(../img/neurolex_logo_no_text.svg);
}
.sidebar.fixed a#logo {
  background-size: contain;
  margin-top: 15px;
  background: url(../img/neurolex_logo.svg) no-repeat center top;
  height: 92px;
  width: 102px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.sidebar.fixed:before {
  content: '';
  display: block;
  width: 164px;
  height: 164px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -20px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.sidebar.fixed a#tigger_mobile_nav {
  line-height: 96px;
}
.sidebar.fixed nav ul.main li,
.sidebar.fixed nav ul.second li {
  line-height: 96px !important;
}
.sidebar.fixed nav ul.main li a,
.sidebar.fixed nav ul.second li a {
  line-height: 96px !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar.fixed .search {
  height: 40px;
  padding: 0 36px 0 112px;
}
.sidebar.fixed .search input {
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: none;
  border-top: 1px solid #737373;
}
.sidebar.fixed .search.in {
  top: 47px;
}
.sidebar .search {
  background: #fff;
  height: 72px;
  width: 50%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  padding: 0 36px 0 112px;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
.sidebar .search input {
  background: transparent;
  height: 72px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  border: none;
  color: #01253d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #737373;
}
.sidebar .search input::-webkit-input-placeholder {
  color: #01253d;
}
.sidebar .search input:-moz-placeholder {
  color: #01253d;
}
.sidebar .search input::-moz-placeholder {
  color: #01253d;
}
.sidebar .search input:-ms-input-placeholder {
  color: #01253d;
}
.sidebar .search.in {
  top: -72px;
}
@media screen and (max-width: 1200px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 96px;
    line-height: 96px;
  }
  .sidebar a#logo {
    background-size: 95px;
    margin-top: -8px;
    background: url(../img/neurosoft_logo_min.svg) no-repeat center top;
    height: 90px;
    width: 101px;
  }
  .sidebar a#tigger_mobile_nav {
    line-height: 96px !important;
  }
  .sidebar nav ul.main li,
  .sidebar nav ul.second li {
    line-height: 96px !important;
  }
  .sidebar nav ul.main li a,
  .sidebar nav ul.second li a {
    line-height: 96px !important;
  }
  .sidebar .search {
    height: 40px;
    padding: 0 36px 0 112px;
  }
  .sidebar .search input {
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: none;
    border-top: 1px solid #737373;
  }
  .sidebar .search.in {
    top: 47px;
  }
  .sidebar nav.desktop {
    display: none;
  }
  .sidebar a#tigger_mobile_nav {
    line-height: 96px;
  }
  .sidebar.fixed a#tigger_mobile_nav {
    line-height: 48px;
  }
  .sidebar a#tigger_mobile_nav {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    right: 24px;
    top: 0;
    color: #737373 !important;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -o-transition: 100ms linear;
    transition: 100ms linear;
  }
  .sidebar a#tigger_mobile_nav span {
    display: none;
  }
  .sidebar a#tigger_mobile_nav:after {
    font-family: "fontello";
    content: '\e809';
    position: relative;
    top: 0px;
    padding-left: 12px;
  }
  .sidebar a#tigger_mobile_nav:hover {
    color: #01253d !important;
  }
}
.burgee {
  position: fixed;
  top: -4px;
  left: 24px;
  z-index: 9000;
  display: none;
}
.burgee.offset {
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  transition: 250ms linear;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  top: 44px;
}
@media screen and (min-width: 1200px) {
  .burgee {
    display: block;
  }
}
.overlay-hugeinc nav.mobile {
  padding: 0 42px;
  text-align: center;
}
.overlay-hugeinc nav.mobile ul li {
  margin-bottom: 0 !important;
}
.overlay-hugeinc nav.mobile form {
  position: relative;
  margin: 48px 0 0 0;
  padding: 0;
}
.overlay-hugeinc nav.mobile form input[type="text"] {
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 80%;
  left: 10%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: none;
  border-bottom: 2px dotted #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 72px 0 18px;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.overlay-hugeinc nav.mobile form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.overlay-hugeinc nav.mobile form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.overlay-hugeinc nav.mobile form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.overlay-hugeinc nav.mobile form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.overlay-hugeinc nav.mobile form button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  right: 10%;
  background: none !important;
  color: #fff;
  font-size: 16px;
  display: block;
}
.overlay-hugeinc nav.mobile form button:hover,
.overlay-hugeinc nav.mobile form button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.overlay-hugeinc nav.mobile form button:hover:before,
.overlay-hugeinc nav.mobile form button:focus:before {
  color: #01abcf !important;
}
.overlay-hugeinc nav.mobile form button span {
  display: none;
}
section#intro {
  background: #01253d;
  display: block;
  /*    height: 100%;*/
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  height: 65%;
  margin-top: 96px;
  max-height: 500px;
  /*    .bx-pager {
        position: absolute;
        z-index:100;
        width: auto;
        bottom:540px;
        margin-left: -28px;
        left:50%;
        }*/
}
section#intro .button {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
section#intro h1 {
  color: #fff;
  margin-bottom: 24px;
}
section#intro a {
  color: #fff;
}
section#intro a.play {
  display: block;
  position: absolute;
  top: 42px;
  left: 42px;
  background: url(../img/play.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
}
section#intro a.play span {
  display: none;
}
section#intro .wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
section#intro .slide_prev {
  position: absolute;
  z-index: 100;
  left: 80px;
  top: 50%;
  width: 16px;
  height: 55px;
  margin-top: -72px;
  background: url(../img/arrow_big.png) no-repeat left center;
}
section#intro .slide_prev:hover {
  background-position: right;
}
section#intro .slide_next {
  position: absolute;
  z-index: 100;
  right: 80px;
  top: 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 16px;
  height: 55px;
  margin-top: -72px;
  background: url(../img/arrow_big.png) no-repeat left center;
}
section#intro .slide_next:hover {
  background-position: right;
}
section#intro .slide_prev a,
section#intro .slide_next a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
section#intro #slide_pager {
  width: 100%;
  position: absolute;
  display: none;
  z-index: 100;
  left: 0;
  bottom: 72px;
  text-align: center;
  margin-top: 96px;
}
section#intro #slide_pager a {
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  background: #737373;
  margin: 0 3px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#intro #slide_pager a span {
  display: none;
}
section#intro #slide_pager a.active {
  background: #fff;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
section#intro #main_slider {
  width: 100%;
}
section#intro #main_slider .slide {
  width: 100%;
  background-size: cover;
  background-position: center !important;
  /*            background-image: none !important;*/
}
section#intro #main_slider .slide .caption {
  background: rgba(0, 118, 191, 0.8);
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 75px 42px 32px;
  background-image: none !important;
}
section#intro #main_slider .slide .caption h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 12px !important;
  padding: 0 !important;
  font-weight: 500;
}
section#intro #main_slider .slide .caption p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 12px !important;
}
section#intro #main_slider .slide img {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
section#intro #main_slider .slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png) repeat;
}
section#intro .bx-wrapper,
section#intro .bx-viewport {
  margin: 0 !important;
}
section#intro .slide_prev {
  left: 12px;
  top: 222px;
}
section#intro .slide_next {
  right: 12px;
  top: 222px;
}
@media screen and (min-width: 1024px) {
  section#intro {
    height: 65%;
    margin-top: 96px;
  }
  section#intro .bx-wrapper,
  section#intro .bx-viewport {
    height: 100% !important;
  }
  section#intro .slide_prev {
    left: 10%;
    top: 50%;
    margin-top: -76px;
  }
  section#intro .slide_next {
    right: 10%;
    top: 50%;
    margin-top: -76px;
  }
  section#intro #main_slider {
    width: 100%;
    height: 100%;
  }
  section#intro #main_slider .slide {
    width: 100%;
    height: 100%;
  }
  section#intro #main_slider .slide .caption {
    padding: 24px 0;
    position: absolute;
    z-index: 3;
    padding: 24px !important;
    max-width: 700px;
    top: 50%;
    left: 50%;
    /*.translate3d(-50%,-50%,0);*/
    -webkit-transform: translate(-50%, -50%) translateZ(0px);
    -moz-transform: translate(-50%, -50%) translateZ(0px);
    -o-transform: translate(-50%, -50%) translateZ(0px);
    -ms-transform: translate(-50%, -50%) translateZ(0px);
    transform: translate(-50%, -50%) translateZ(0px);
  }
  .ie section#intro #main_slider .slide .caption {
    top: 40%;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .ie section#intro #main_slider .slide .caption h1 {
    max-width: 700px;
    margin: 0 auto;
  }
  section#intro #main_slider .slide .caption h1 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
    font-weight: 500;
    margin-bottom: 12px !important;
    padding: 0 !important;
  }
  section#intro #main_slider .slide .caption p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 24px !important;
  }
  section#intro #main_slider .slide img {
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
    height: 100% !important;
  }
  section#intro #main_slider .slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) repeat;
  }
  section#intro a.trigger_scroll {
    bottom: 140px !important;
  }
}
@media screen and (min-width: 1280px) {
  section#intro #slide_pager {
    display: block;
    width: 100%;
    /*bottom:30%;*/
  }
}
section#intro a.trigger_scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: block;
  height: 38px;
  width: 12px;
  text-align: center;
  line-height: 48px;
  background: url(../img/arrow_small.png);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 100;
  margin-left: -6px;
}
section#intro a.trigger_scroll:hover {
  background-position: right;
}
section#intro a.trigger_scroll span {
  display: none;
}
section#intro ul#lang {
  margin-top: 14px;
  border: none;
  max-width: 120px;
  position: absolute;
  list-style: none;
  z-index: 100;
  top: 26px;
  right: 80px;
  /*        @media screen and (max-width: 1279px) {
            max-width:none !important;
            width:100% !important;
            margin-top:0 !important;
            top:108px !important;
            .scale(1.1);
            right:0 !important;
            text-align:center !important;
            }*/
}
section#intro ul#lang li {
  text-align: center;
  display: inline-block;
  padding-left: 2px;
}
section#intro ul#lang li a {
  line-height: 24px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: 100 !important;
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 42px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 42px;
  -moz-background-clip: padding;
  border-radius: 42px;
  background-clip: padding-box;
}
section#intro ul#lang li a.current_language {
  background: #01253d;
  color: #01abcf;
}
@media screen and (max-width: 1024px) {
  section#intro ul#lang {
    display: none !important;
  }
}
section#intro .newsletter_button {
  margin-top: 14px;
  border: none;
  max-width: 124px;
  position: absolute;
  list-style: none;
  z-index: 100;
  top: 104px;
  right: 0px;
}
section#intro .newsletter_button a {
  line-height: 89px;
  color: #fff;
  display: block;
  height: 89px;
  width: 124px;
  background: url(../img/newsletter_button.png) no-repeat;
}
@media screen and (max-width: 1024px) {
  section#intro .newsletter_button {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  section#intro {
    height: auto;
  }
}
#products header p {
  color: #737373;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #products header p {
    padding: 0 10%;
  }
}
#products .row {
  position: relative;
}
#products .row a.area:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 38px;
  background: url(../img/arrow_small.png) no-repeat right;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 25px;
}
#products .row a.area:hover:after {
  background-position: left;
}
#products .row .overlay-wrapper:after {
  transition: background-color 0.6s ease-in;
  content: '';
  display: block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
#products .row .overlay-wrapper .active .overlay {
  background: none !important;
}
#products .row .overlay-wrapper .active .overlay,
#products .row .overlay-wrapper .active .tile_content {
  z-index: 5;
}
#products .row.overlay-active .area {
  display: none;
}
#products .row.overlay-active .overlay-wrapper:after {
  background-color: rgba(0, 118, 191, 0.98);
  transition: all 0.6s ease-out;
  z-index: 4;
}
#products .tile_content {
  display: none;
  text-align: center;
}
#products .tile_content li {
  font-size: 1.6rem;
}
#products .tile_content .resized {
  top: 45px;
  transform: none;
}
#products .tile_content .close {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
}
#products .tile_content .close:before,
#products .tile_content .close:after {
  content: '';
  display: block;
  height: 21px;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 5px;
  right: 15px;
}
#products .tile_content .close:before {
  transform: rotate(45deg);
}
#products .tile_content .close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  #products .overlay-active .overlay-wrapper:after {
    content: none;
  }
  #products .overlay-active .overlay-wrapper .active {
    height: auto;
  }
  #products .overlay-active .overlay-wrapper .active .tile_content {
    position: relative;
    background-color: rgba(0, 118, 191, 0.98);
  }
  #products .overlay-active .overlay-wrapper .active .tile_content h1,
  #products .overlay-active .overlay-wrapper .active .tile_content .sub_heading {
    display: none;
  }
  #products .overlay-active .overlay-wrapper .active .image-wrapper:after {
    content: '';
    display: block;
    background-color: rgba(91, 194, 231, 0.8);
    width: 100%;
    height: 100%;
  }
  #products .overlay-active .overlay-wrapper .active .overlay {
    height: 260px;
  }
  #products .overlay-active .overlay-wrapper .active .overlay:after {
    width: 100%;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 118, 191, 0.6);
    transition: background-color 0.4s ease-out;
  }
  #products .overlay-active .overlay-wrapper .overlay {
    transition: background-color 0.4s ease-in;
  }
  #products .overlay-active .tile_content {
    padding: 45px 15px;
    position: relative;
    width: 100%;
  }
  #products .overlay-active .tile_content .close {
    right: 5px;
    top: 5px;
  }
  #products .overlay-wrapper .image-wrapper {
    max-height: 260px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  #products .overlay-wrapper .tile_content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    width: 990px;
    transform: translateY(-50%);
  }
  #products .overlay-wrapper .columns.active {
    position: static;
  }
  #products .overlay-wrapper .active .overlay {
    display: none;
  }
}
.tiles_with_overlay {
  color: #fff;
  position: relative;
}
.tiles_with_overlay header h1 {
  color: #01253d;
  font-weight: 300;
}
.tiles_with_overlay .row {
  max-width: none;
}
.tiles_with_overlay .row .large-4 {
  height: auto;
  position: relative;
  background-size: cover;
  padding: 0 !important;
  overflow: hidden;
}
.tiles_with_overlay .row .large-4:hover .overlay {
  background: none !important;
}
.tiles_with_overlay .row .large-4:hover .overlay:after {
  width: 100%;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tiles_with_overlay .row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 51, 72, 0.85);
  background-image: url(../img/pattern.png);
  text-align: center;
}
.tiles_with_overlay .row .overlay:after {
  position: absolute;
  content: "";
  background: rgba(91, 194, 231, 0.8);
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.tiles_with_overlay .row .overlay h1 {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
.tiles_with_overlay .row a.area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-indent: -9999px;
}
@media screen and (max-width: 1280px) {
  .tiles_with_overlay .row .overlay h1 {
    padding-bottom: 12px;
  }
}
.tiles_with_overlay .row a.area:after {
  right: 14px;
}
.tiles_with_overlay .trigger_scroll {
  margin: 0 !important;
  left: auto !important;
  right: 42px !important;
  bottom: 42px !important;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tiles_with_overlay h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
.tiles_with_overlay h1 a {
  color: #fff;
}
.tiles_with_overlay p {
  font-size: 16px;
  font-size: 1.6rem;
}
.tiles_with_overlay a.trigger_scroll {
  position: absolute;
  bottom: 72px;
  left: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  width: 48px;
  height: 48px;
  color: #fff;
  margin-left: -24px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
}
.tiles_with_overlay a.trigger_scroll span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tiles_with_overlay .row .large-4 {
    height: auto;
  }
  .tiles_with_overlay .row .large-4:not(.active) {
    max-height: 260px;
  }
  .tiles_with_overlay .row .overlay {
    padding: 60px 24px 0;
    background-color: rgba(0, 51, 72, 0.2) !important;
  }
  .tiles_with_overlay .row a.area:after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tiles_with_overlay .row .large-4 {
    /*                a.area:after{
                    background-position: left !important;
                    }*/
  }
  .tiles_with_overlay .row .large-4 .overlay:after {
    width: 100% !important;
    left: 0 !important;
    /*                        .opacity(1) !important;*/
  }
  .tiles_with_overlay .row .large-4 img {
    width: 100%;
    height: auto;
  }
}
section.stream_eu article h2 a {
  color: #01253d;
}
section#news,
section#job_offers {
  padding: 72px 0;
  text-align: center;
}
section#news.features,
section#job_offers.features {
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
}
section#news.features h1,
section#job_offers.features h1 {
  margin-bottom: 12px !important;
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
section#news .related_slider article,
section#job_offers .related_slider article {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
section#news .bx-prev,
section#job_offers .bx-prev,
section#news .bx-next,
section#job_offers .bx-next {
  width: 16px;
  height: 272px;
  top: 0 !important;
  display: block;
  bottom: auto !important;
  background: url(../img/arrow_big.png) no-repeat right center;
  position: absolute;
}
section#news .bx-prev:hover,
section#job_offers .bx-prev:hover,
section#news .bx-next:hover,
section#job_offers .bx-next:hover {
  background-position: left center;
}
section#news .bx-prev,
section#job_offers .bx-prev {
  left: -44px;
}
section#news .bx-next,
section#job_offers .bx-next {
  right: -44px;
}
section#news .bx-next,
section#job_offers .bx-next {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  section#news .bx-wrapper,
  section#job_offers .bx-wrapper {
    padding: 0 42px;
  }
  section#news .bx-prev,
  section#job_offers .bx-prev {
    left: 12px;
  }
  section#news .bx-next,
  section#job_offers .bx-next {
    right: 12px;
  }
}
section#news h1,
section#job_offers h1 {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 24px;
}
section#news h2 .large-6:nth-child(2),
section#job_offers h2 .large-6:nth-child(2) {
  padding-left: 42px;
}
section#news .columns:last-child,
section#job_offers .columns:last-child {
  float: left !important;
}
section#news .row,
section#job_offers .row {
  max-width: none;
}
section#news article,
section#job_offers article {
  text-align: left;
  padding-bottom: 42px;
}
section#news article h2,
section#job_offers article h2 {
  margin-bottom: 12px;
}
section#news article p,
section#job_offers article p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
section#news article img,
section#job_offers article img {
  margin-bottom: 12px;
}
section#news article .social,
section#job_offers article .social {
  padding-top: 10px;
}
section#news article .social a,
section#job_offers article .social a {
  padding: 0 4px;
  color: #737373;
}
section#news article .social a span,
section#job_offers article .social a span {
  display: none;
}
section#news article .social a:hover,
section#job_offers article .social a:hover {
  color: #01abcf;
}
@media screen and (min-width: 768px) {
  section#news .large-4,
  section#job_offers .large-4 {
    float: left !important;
    width: 33.333333% !important;
  }
  section#news .large-4:nth-child(1),
  section#job_offers .large-4:nth-child(1) {
    padding-left: 42px;
  }
  section#news .large-4:nth-child(2),
  section#job_offers .large-4:nth-child(2) {
    padding-left: 24px;
    padding-right: 24px;
  }
  section#news .large-4:nth-child(3),
  section#job_offers .large-4:nth-child(3) {
    padding-right: 42px;
  }
}
@media screen and (max-width: 1024px) {
  section#news,
  section#job_offers {
    background-attachment: scroll !important;
  }
}
section#error_404 {
  padding: 72px 0;
  text-align: center;
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
}
section#error_404 h1 {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  section#error_404 .large-4 {
    float: left !important;
    width: 33.333333% !important;
  }
  section#error_404 .large-4:nth-child(1) {
    padding-left: 42px;
  }
  section#error_404 .large-4:nth-child(2) {
    padding-left: 24px;
    padding-right: 24px;
  }
  section#error_404 .large-4:nth-child(3) {
    padding-right: 42px;
  }
}
@media screen and (max-width: 1024px) {
  section#error_404 {
    background-attachment: scroll !important;
  }
}
section#offer {
  padding: 0;
  background: #01253d url(../img/bgr_structure.jpg) center center repeat fixed;
  color: #fff;
  position: relative;
  text-align: center;
}
section#offer header h1 {
  padding: 0;
  margin: 0;
}
section#offer header h1.navy {
  color: #01253d;
}
section#offer header h1.blue {
  color: #0076bf;
}
section#offer .wrap {
  padding-top: 72px;
}
section#offer .row {
  max-width: none;
}
section#offer .columns {
  padding: 0 48px 52px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#offer h1 {
  text-align: center;
  margin-top: 0;
  color: #fff;
  padding: 72px 0 24px;
  font-size: 36px;
  font-size: 3.6rem;
}
section#offer p.subtitle {
  max-width: 33.33333%;
  margin: 0 auto;
}
section#offer h2 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
}
section#offer h3 {
  margin-bottom: 14px;
}
section#offer p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 24px;
}
section#offer a.img {
  width: 190px;
  height: 190px;
  display: inline-block;
  -webkit-border-radius: 190px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 190px;
  -moz-background-clip: padding;
  border-radius: 190px;
  background-clip: padding-box;
  border: 2px solid #fff;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  position: relative;
}
section#offer a.img.disabled {
  cursor: default;
}
section#offer a.img:hover {
  -webkit-box-shadow: 0px 0px 290px #52b4d7 inset;
  -moz-box-shadow: 0px 0px 290px #52b4d7 inset;
  box-shadow: 0px 0px 290px #52b4d7 inset;
  border: 2px solid rgba(82, 180, 215, 0.7);
}
section#offer a.img span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
section#offer a.img span.ico_its {
  background: url(../img/ico_sprite_its.png) 0 0 no-repeat;
  width: 48px;
  height: 55px;
  margin-top: 27px;
  margin: -26px auto;
}
section#offer a.img span.ico_court {
  background: url(../img/ico_sprite_court.png) 0 0 no-repeat;
  width: 60px;
  height: 56px;
  margin-top: 27px;
  margin: -26px auto;
}
section#offer a.img span.ico_business {
  background: url(../img/ico_sprite_business.png) 0 0 no-repeat;
  width: 24px;
  height: 56px;
  margin-top: 27px;
  margin: -28px auto;
}
section#offer a.img span.ico_digital {
  background: url(../img/ico_sprite_digital.png) 0 0 no-repeat;
  width: 75px;
  height: 56px;
  margin: -36px auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  section#offer .large-3 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1281px) {
  section#offer .large-3 {
    width: 25%;
    float: left;
  }
}
@media screen and (max-width: 1024px) {
  section#offer {
    background-attachment: scroll !important;
  }
}
section#news h1 {
  text-align: center;
  margin-top: 0;
  color: #01253d;
  padding: 0 0 24px;
  font-size: 36px;
  font-size: 3.6rem;
}
section#news article img {
  border: 1px solid #f0f0f0;
}
section#news article h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
section#news article h2 a:hover {
  color: #01abcf;
}
.article_list {
  display: block;
  overflow: hidden;
}
.article_list article {
  width: 33.33%;
  float: left;
}
.article_list article:nth-child(3n+1) {
  padding-left: 42px;
  padding-right: 0;
  clear: left;
}
.article_list article:nth-child(3n+2) {
  padding-left: 21px;
  padding-right: 21px;
}
.article_list article:nth-child(3n+3) {
  padding-right: 42px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .article_list article {
    width: 100% !important;
    float: none !important;
  }
  .article_list article:nth-child(3n+1) {
    padding-left: 24px;
    padding-right: 24px;
  }
  .article_list article:nth-child(3n+2) {
    padding-left: 24px;
    padding-right: 24px;
  }
  .article_list article:nth-child(3n+3) {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .article_list article {
    position: relative;
    top: 72px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
  }
  .article_list article.in {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 0;
  }
}
.nav_next_prev {
  text-align: center;
}
.nav_next_prev .btn_next,
.nav_next_prev .btn_prev {
  display: inline-block;
}
.nav_next_prev .btn_next a,
.nav_next_prev .btn_prev a {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #01253d;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
}
.nav_next_prev .btn_next a:hover,
.nav_next_prev .btn_prev a:hover {
  background: #01abcf;
}
article img {
  border: 1px solid #f0f0f0;
}
article .bx-wrapper .bx-pager.bx-default-pager a {
  background: #01abcf;
}
article .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #01253d;
}
section#quotes {
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
  padding: 72px 0;
  min-height: 520px;
}
section#quotes .wrap {
  position: relative;
  height: 448px;
}
section#quotes .wrap .person_1 {
  display: block;
  position: absolute;
  background: url(../img/temp/person01.png) 0 0 no-repeat;
  width: 235px;
  height: 427px;
  left: 10px;
  bottom: 0;
}
section#quotes .wrap .person_2 {
  display: block;
  position: absolute;
  background: url(../img/temp/person02.png) 0 0 no-repeat;
  width: 256px;
  height: 431px;
  right: 10px;
  bottom: 0;
}
section#quotes h1 {
  text-align: center;
  margin-top: 0;
  color: #01253d;
  padding: 0 0 24px;
  font-size: 36px;
  font-size: 3.6rem;
}
section#quotes .large-6:nth-child(1) {
  padding-right: 24px;
  text-align: left;
}
section#quotes .large-6:nth-child(1) article blockquote {
  float: right;
}
section#quotes .large-6:nth-child(2) {
  padding-left: 24px;
  text-align: right;
}
section#quotes article {
  position: relative;
}
section#quotes article .img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 120px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 120px;
  -moz-background-clip: padding;
  border-radius: 120px;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  section#quotes {
    background-attachment: scroll !important;
    padding: 42px 24px;
  }
  section#quotes .wrap .person_1,
  section#quotes .wrap .person_2 {
    display: none;
  }
  section#quotes blockquote {
    max-width: none !important;
  }
  section#quotes blockquote cite {
    margin-bottom: 42px;
  }
}
blockquote {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #737373;
  border-left: 0;
  padding: 0;
  background: url('../img/bgr_quote.png') 0 0 no-repeat;
  padding-left: 36px;
  font-style: italic;
}
blockquote.short {
  max-width: 305px;
}
blockquote cite {
  font-size: 16px;
  font-size: 1.6rem;
  color: #01253d;
  font-style: normal;
  font-weight: 500;
}
section#clients {
  padding: 0 0 48px;
  background: #ececec;
  color: #fff;
  text-align: center;
}
section#clients .title_icon {
  background: #ececec;
}
section#clients h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 24px;
}
section#clients .slider ul li {
  background: none;
  list-style: none;
}
section#clients .slider ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #737373;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  height: auto;
  -webkit-transition: 130ms linear;
  -moz-transition: 130ms linear;
  -o-transition: 130ms linear;
  transition: 130ms linear;
}
section#clients .slider ul li a img {
  max-width: 90%;
  display: inline-block;
  width: auto;
}
section#clients .owl-theme .owl-controls {
  margin-top: 30px;
}
section#clients .owl-theme .owl-controls .owl-page span {
  background: #01abcf;
}
section#clients .owl-theme .owl-controls .owl-page.active span {
  background: #01253d;
}
.socials {
  display: inline-block;
  width: auto;
  margin: 0 auto 24px;
  float: none;
  overflow: auto;
  padding-left: 0px;
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.socials.v2 {
  min-height: none;
  margin: 0 auto;
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
  text-align: right;
  padding: 0 151px 0 0;
}
.socials.v2 a {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.socials a {
  display: block;
  float: left;
  width: 58px;
  color: #fff;
  height: 58px;
  text-align: center;
  text-rendering: optimizeLegibility;
  line-height: 58px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 23px;
  -webkit-transition: 130ms linear;
  -moz-transition: 130ms linear;
  -o-transition: 130ms linear;
  transition: 130ms linear;
  background: #01253d;
  margin-right: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 72px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 72px;
  -moz-background-clip: padding;
  border-radius: 72px;
  background-clip: padding-box;
  margin-right: 10px;
}
.socials a:last-child {
  margin-right: 0 !important;
}
.socials a span {
  display: none;
}
.socials a:hover {
  background: #01abcf;
}
.socials a.prezi {
  background: #01253d url(../img/prezi.png) no-repeat center;
}
.socials a.prezi:hover {
  background: #01abcf url(../img/prezi.png) no-repeat center;
}
.socials p.title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01abcf;
  font-weight: 100;
  margin-top: 18px;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  clear: both;
  float: none;
}
@media screen and (max-width: 1240px) {
  .socials.v2 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
.footer {
  width: 100%;
  background: #01253d url(../img/bgr_structure.jpg) center center repeat fixed;
  clear: both;
  color: #fff;
  text-align: center;
  height: auto;
}
.footer .dotacje {
  display: block;
  min-height: 74px;
  background: #FFF;
  text-align: center;
}
.footer .dotacje img {
  height: auto;
  width: auto;
}
.footer .dotacje img:first-child {
  margin-right: 66px;
}
@media screen and (max-width: 600px) {
  .footer .dotacje img {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.footer address {
  font-style: normal;
  display: block;
  line-height: 24px;
  float: none;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  padding-left: 0;
  padding-top: 118px;
}
.footer address a {
  color: #01abcf;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.footer address a:hover {
  color: #fff;
}
.footer address span {
  padding-right: 12px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .row {
  max-width: none;
}
.footer nav {
  padding: 72px 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.footer nav p.title {
  color: #01abcf;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.footer nav ul {
  list-style: none;
  margin-bottom: 18px;
}
.footer nav ul li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.footer nav ul li a:hover {
  color: #01abcf;
}
.footer .large-4,
.footer .large-8 {
  padding: 0 !important;
}
.footer #meet-with-us {
  background-color: #fff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 60px;
}
.footer #meet-with-us h1 {
  padding-bottom: 60px;
  margin: 0;
  color: #737373;
}
.footer #meet-with-us .image-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.footer #meet-with-us a {
  display: inline-block;
}
.footer #meet-with-us a img {
  width: auto;
}
.footer #meet-with-us a p {
  font-size: 1.4rem;
  padding-top: 30px;
  color: #737373;
}
.footer #meet-with-us a p:first-line {
  font-weight: bold;
  color: #01253d;
}
@media screen and (max-width: 767px) {
  .footer #meet-with-us a {
    width: 100%;
  }
  .footer #meet-with-us a:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer #meet-with-us a:nth-of-type(2) {
    padding-left: 155px;
    padding-right: 155px;
  }
}
.footer footer {
  width: 100%;
  color: #fff;
  background: #01253d;
  display: block;
  overflow: auto;
  min-height: 42px;
  line-height: 42px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer footer .wrap div.copy {
  float: left;
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .footer footer .wrap div.copy {
    width: auto;
  }
}
.footer footer .wrap div.author {
  float: right;
  width: 45%;
  text-align: right;
}
.footer footer .wrap div.author a {
  color: #01abcf;
}
.footer footer .wrap div.author a:hover {
  color: #fff;
}
.footer footer .wrap a.icon-up-open-big {
  width: 10%;
  float: left;
  display: none;
  min-height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.footer footer .wrap a.icon-up-open-big span {
  display: none;
}
.footer footer .wrap a.icon-up-open-big:hover,
.footer footer .wrap a.icon-up-open-big:focus {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .footer footer .wrap a.icon-up-open-big {
    display: block;
  }
}
.footer footer a {
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .footer {
    text-align: left;
  }
  .footer nav ul {
    margin-bottom: 42px;
  }
  .footer .large-4 {
    width: 33.222222% !important;
    float: left !important;
  }
  .footer .large-8 {
    width: 66.77777% !important;
    float: left !important;
  }
}
@media screen and (max-width: 767px) {
  .footer address,
  .footer .socials {
    padding-left: 0 !important;
  }
  .footer address {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    background-attachment: scroll !important;
  }
  .footer .wrap {
    padding: 0 24px !important;
  }
  .footer .socials a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .footer address,
  .footer .socials {
    padding-left: 42px;
  }
}
aside.c2a {
  position: fixed;
  height: 42px;
  line-height: 42px;
  z-index: 10000;
  width: 100%;
  left: 0;
  bottom: -42px;
  background: #01abcf;
  color: #d0f7ff;
  -webkit-transition: 100ms linear;
  -moz-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  display: none;
}
aside.c2a a {
  color: #fff;
}
aside.c2a span {
  padding: 12px 12px 12px 0;
}
aside.c2a address {
  font-style: normal;
  width: 44%!important;
  float: left;
}
aside.c2a.in {
  bottom: 0;
}
aside.c2a #twitter {
  width: 50%;
  float: left;
}
aside.c2a.bottom {
  background: #01253d !important;
  bottom: 42px;
}
aside.c2a a.icon-twitter {
  position: absolute;
}
aside.c2a .widget_tp_widget_recent_tweets {
  display: inline-block;
  width: 100%;
  padding-left: 32px;
}
aside.c2a .widget_tp_widget_recent_tweets h1 {
  display: none !important;
}
aside.c2a .widget_tp_widget_recent_tweets a.twitter_time {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
aside.c2a .widget_tp_widget_recent_tweets ul li {
  position: relative;
  background: none !important;
  padding: 0 !important;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  aside.c2a {
    display: block;
  }
}
ul.pagination {
  text-align: center;
  width: 100%;
}
ul.pagination li {
  display: inline-block;
  float: none;
}
ul.pagination li a {
  font-size: 16px;
  font-size: 1.6rem;
}
div.has_social {
  position: relative;
  /*    overflow: hidden;*/
  margin: 0 0 24px 0;
  padding: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
div.has_social img {
  margin-bottom: 0 !important;
}
div.has_social .social {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0);
}
div.has_social .social .social_wrapper {
  text-align: center;
  width: 100%;
  display: block;
}
div.has_social .social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  color: #01253d !important;
  text-align: center;
  line-height: 48px;
}
div.has_social .social a:hover {
  color: #01abcf !important;
}
@media screen and (min-width: 1025px) {
  div.has_social .social {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0%;
    background: rgba(0, 51, 73, 0.8);
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
  }
  div.has_social .social a {
    width: 48px;
    height: 48px;
    background: #fff;
  }
  div.has_social .social .social_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    /*                .transform(translate(0,-50%),translateZ(0));*/
  }
  div.has_social .social:hover,
  div.has_social .social:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
div.has_social:hover .social {
  opacity: 1;
}
time {
  font-size: 12px;
  margin: 12px 0;
  display: block;
  text-transform: uppercase;
  color: #01abcf;
}
section h1 {
  text-align: center;
  margin-top: 0;
  color: #01253d;
  padding: 0 0 24px;
  font-size: 36px;
  font-size: 3.6rem;
}
section#header {
  display: block;
  position: relative;
  padding: 168px 0;
  background: url(../img/bgr_structure_neurolex.jpg);
  background-size: cover;
}
section#header h1 {
  color: inherit;
}
section#header h1 a {
  color: inherit;
}
section#header h2 {
  color: inherit;
}
section#header a.trigger_scroll {
  position: absolute;
  bottom: 96px;
  left: 50%;
  display: block;
  height: 38px;
  width: 12px;
  text-align: center;
  line-height: 48px;
  background: url(../img/arrow_small.png);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 100;
  margin-left: -6px;
  text-indent: -9999px;
  overflow: hidden;
}
section#header a.trigger_scroll:hover {
  background-position: right;
}
section#header a.trigger_scroll span {
  display: none;
}
section#header ul.breadcrumbs {
  position: absolute;
  width: 700px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 42px;
  background: none;
  border: none;
  color: inherit;
  z-index: 10;
  background: rgba(0, 51, 73, 0.8);
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
section#header ul.breadcrumbs li {
  font-size: 14px;
  font-size: 1.4rem;
  float: none;
  display: inline-block;
}
section#header ul.breadcrumbs li.unavailable a {
  color: #fff;
}
section#header ul.breadcrumbs li:hover a {
  text-decoration: none !important;
}
section#header ul.breadcrumbs a {
  color: #01abcf;
}
section#header ul.breadcrumbs a:hover {
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  section#header ul.breadcrumbs {
    position: relative;
    bottom: 0;
  }
}
section#header .wrap:first-child {
  position: relative;
  z-index: 10;
}
section#header .wrap:first-child .caption {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 700px;
  padding: 48px;
  background: rgba(0, 118, 191, 0.8);
}
section#header .wrap:first-child h2 {
  text-align: center;
}
section#header.small {
  color: #fff;
  background-color: #01253d;
}
section#header.small .header_img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#header.small .header_img img {
  width: 100%;
  height: auto;
}
section#header.medium {
  background-color: #01253d;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
section#header.medium .wrap:first-child {
  z-index: 5;
  position: relative;
  height: 100%;
}
section#header.medium .wrap:first-child p {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}
section#header.medium .wrap:first-child .btn {
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 180px;
  text-align: center;
}
section#header.medium .wrap:first-child .btn span {
  margin-left: 12px;
}
section#header.medium .wrap:first-child .btn:hover {
  color: #01253d !important;
}
section#header.contact {
  padding-left: 0;
  padding-right: 0;
  position: static !important;
  overflow: hidden;
}
section#header.contact .trigger_scroll {
  z-index: 3;
  bottom: -64px !important;
}
section#header.contact .trigger_map {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 5;
  margin-right: 0;
  background: #01253d;
}
section#header.contact .wrap {
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  position: relative;
  overflow: visible !important;
}
section#header.contact .wrap.out {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.ie section#header.contact .wrap.out {
  visibility: hidden;
}
section#header.contact .wrap:first-child {
  z-index: 5;
  position: relative;
  height: 100%;
}
section#header.contact h1 {
  margin-bottom: 30px;
}
section#header.contact #map {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  z-index: 1;
  top: 0;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
}
section#header.contact #map img {
  max-width: none;
}
section#header.contact #map.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
section#header.contact .newsletter {
  padding: 70px 0 100px;
}
section#header.contact form {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 700px;
}
section#header.contact form h1,
section#header.contact form .h1 {
  margin-bottom: 12px;
  padding: 0;
}
section#header.contact form h2 {
  color: #fff;
  margin-top: 0;
  font-weight: 100;
  margin-bottom: 12px;
}
section#header.contact form input,
section#header.contact form textarea {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px dotted #fff !important;
  color: #fff;
  font-weight: 300;
  padding: 0;
}
section#header.contact form input::-webkit-input-placeholder,
section#header.contact form textarea::-webkit-input-placeholder {
  color: #fff;
}
section#header.contact form input:-moz-placeholder,
section#header.contact form textarea:-moz-placeholder {
  color: #fff;
}
section#header.contact form input::-moz-placeholder,
section#header.contact form textarea::-moz-placeholder {
  color: #fff;
}
section#header.contact form input:-ms-input-placeholder,
section#header.contact form textarea:-ms-input-placeholder {
  color: #fff;
}
section#header.contact form input {
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
section#header.contact form textarea {
  height: 96px;
  resize: none;
  padding: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#header.contact form .unhappy {
  background: url(../img/ico_error.png) no-repeat right 0;
  padding-right: 42px !important;
}
section#header.contact form button {
  margin: 0 auto;
}
section#header.contact form .large-6 {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section#header.contact form .large-4:nth-child(1) {
    padding: 0 12px 0 0;
  }
  section#header.contact form .large-4:nth-child(2) {
    padding: 0 6px;
  }
  section#header.contact form .large-4:nth-child(3) {
    padding: 0 0 0 12px;
  }
  section#header.contact form .large-12 {
    padding: 0;
  }
}
section#header.case {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
section#header.case .trigger_scroll {
  z-index: 3;
}
section#header.case .trigger_map {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 5;
  margin-right: 0;
  background: #01253d;
}
section#header.case .wrap {
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
}
section#header.case .wrap.out {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
section#header.case .wrap:first-child {
  z-index: 5;
  position: relative;
  height: 100%;
}
section#header.case #map {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  z-index: 1;
  top: 0;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
}
section#header.case #map img {
  max-width: none;
}
section#header.case #map.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
section#header.job .trigger_scroll {
  /*  position: absolute;
            bottom:96px;
            bottom:0;
            right:0;*/
}
section#header.job .caption {
  background: none !important;
}
section#header.video {
  position: relative;
  overflow: hidden;
  background: #01253d !important;
}
section#header.video .wrap {
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
}
section#header.video .wrap.out {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
section#header.video .wrap:first-child {
  z-index: 5;
  position: relative;
  height: 100%;
}
section#header.video .wrap:first-child p {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}
section#header.video .wrap:first-child .btn {
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 180px;
  text-align: center;
}
section#header.video .wrap:first-child .btn span {
  margin-left: 12px;
}
section#header.video .wrap:first-child .btn:hover {
  color: #01253d !important;
}
section#header.video .trigger_scroll {
  z-index: 100;
}
section#header.video .trigger_video_close {
  position: absolute;
  z-index: 100;
  margin-left: -56px;
  right: 50px;
  top: 100px;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
section#header.video .trigger_video_close.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section#header {
    padding: 124px 0 142px !important;
  }
  section#header .wrap:first-child {
    position: relative;
    z-index: 10;
  }
  section#header .wrap:first-child .caption {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 12px !important;
    z-index: 3;
    width: 100%;
    max-width: 700px;
    background: rgba(0, 118, 191, 0.8);
  }
  section#header .wrap:first-child h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section#header .wrap:first-child h2 {
    text-align: center;
  }
  section#header.contact form {
    padding: 0 12px;
  }
  section#header.contact form .large-4:nth-child(1) {
    padding: 0;
  }
  section#header.contact form .large-4:nth-child(2) {
    padding: 0;
  }
  section#header.contact form .large-4:nth-child(3) {
    padding: 0;
  }
  section#header.contact form .large-12 {
    padding: 0;
  }
  section#header.contact .trigger_map {
    right: 50%;
    margin-right: -71px;
    bottom: 86px;
  }
  section#header.contact .contact_msg {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  section#header {
    padding: 168px 0;
  }
  section#header.small,
  section#header.medium {
    background-attachment: scroll !important;
  }
  section#header .wrap {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  section#header.small {
    min-height: 60%;
  }
  section#header.medium {
    min-height: 80%;
  }
  section#header .over_video {
    min-height: 100%;
  }
  section#header .bg_video {
    top: -60px !important;
  }
}
@media screen and (max-width: 480px) {
  section#header {
    padding: 96px 0 24px 0 !important;
  }
  section#header a.trigger_scroll,
  section#header a.trigger_map {
    display: none !important;
  }
  section#header .wrap:first-child h1 {
    padding-bottom: 12px;
  }
  section#header .bg_video {
    display: none !important;
  }
}
section#header .over_video {
  background: rgba(0, 51, 73, 0.85);
  display: block;
  z-index: 1;
}
section#header .over_video,
section#header video {
  position: absolute;
  min-width: 100%;
  top: 0;
  min-height: 100%;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
section#header video {
  min-height: 100%;
}
#video {
  overflow: hidden;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  z-index: 1;
  top: 0;
  color: #000;
  width: 100%;
  height: 100%;
}
#video img {
  position: relative;
  z-index: 99;
}
#video.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#video .video_wrap video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  #video .video_wrap video {
    height: 50%;
  }
}
table.job {
  width: 100%;
  margin-bottom: 24px;
  border: none;
}
table.job tr {
  background: none !important;
  padding-bottom: 2px;
}
table.job tr td {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px dotted #737373;
  padding: 18px;
  margin: 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
table.job tr td span {
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 8px;
}
table.job tr:last-child td {
  border: none;
}
table.job tr:nth-child(1) td:before {
  background-position: 0 0;
}
table.job tr:nth-child(2) td:before {
  background-position: 0 -24px;
}
table.job tr:nth-child(3) td:before {
  background-position: 0 -48px;
}
table.job tr:nth-child(4) td:before {
  background-position: 0 -72px;
}
article.default {
  padding: 96px 0;
  overflow: auto;
}
article.default h1 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  article.default h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
article.default h2 {
  margin-top: 48px;
  margin-bottom: 24px;
}
article.default hgroup h2 {
  margin-top: 0;
  margin-bottom: 48px;
}
article.default .social {
  padding: 42px 0;
}
article.default .social h3 {
  display: inline-block;
  width: auto;
  padding-right: 24px;
}
article.default .social a {
  padding: 0 4px;
  color: #fff;
  display: inline-block;
  background: #01253d;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
}
article.default .social a span {
  display: none;
}
article.default .social a:hover {
  color: #fff;
  background: #01abcf;
}
article.default blockquote {
  margin: 42px 0;
}
article.default .large-5:nth-child(2n-1) {
  padding-right: 24px;
}
article.default .large-5:nth-child(2n) {
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  article.default {
    padding: 42px 18px;
  }
  article.default .small-8 {
    width: 100%;
  }
  article.default .large-5 {
    padding: 0 10px !important;
  }
}
article.project_eu {
  padding: 72px 0 0;
}
article.project_eu hgroup h1 {
  color: #01253d;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 72px;
}
article.project_eu h2 {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
article.project_eu_single {
  padding: 72px 0;
}
article.project_eu_single hgroup h1 {
  color: #01253d;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 72px;
}
article.project_eu_single h2 {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
article.project_eu_single ul.logos {
  list-style: none;
  padding: 72px 0 0 0;
  margin: 0;
  text-align: center;
}
article.project_eu_single ul.logos li {
  display: inline-block;
  padding: 0 20px;
}
article.project_eu_single ul.logos li:before {
  display: none;
}
article.project_eu_single ul.logos li img {
  width: auto;
  height: auto;
  border: none !important;
  margin-bottom: 20px;
}
article.double {
  padding: 96px 0;
  overflow: auto;
}
article.double h1 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 1px;
  margin-bottom: 24;
}
article.double h2 {
  margin-top: 48px;
  margin-bottom: 0;
}
article.double .row {
  max-width: none;
}
article.double .large-6:nth-child(1) {
  padding-right: 24px;
}
article.double .large-6:nth-child(2) {
  padding-left: 24px;
}
article.double .large-8 {
  padding-right: 72px;
}
article.double .large-4:nth-child(1) {
  padding-right: 12px;
}
@media screen and (max-width: 1024px) {
  article.double .large-4:nth-child(1) {
    padding-right: 0;
  }
}
article.double .large-4:nth-child(2) {
  padding: 0 6px;
}
@media screen and (max-width: 1024px) {
  article.double .large-4:nth-child(2) {
    padding: 0;
  }
}
article.double .large-4:nth-child(3) {
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  article.double .large-4:nth-child(3) {
    padding-left: 0;
  }
}
article.double .external h2 {
  color: #01253d !important;
}
article.double hgroup h1 {
  margin-bottom: 0;
}
article.double hgroup h2 {
  margin-top: 0;
  margin-bottom: 48px;
}
article.double form input {
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  border: 1px solid #01253d;
  border-right: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  width: 70%;
  float: left;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  background: none;
}
article.double form input::-webkit-input-placeholder {
  color: #737373;
}
article.double form input:-moz-placeholder {
  color: #737373;
}
article.double form input::-moz-placeholder {
  color: #737373;
}
article.double form input:-ms-input-placeholder {
  color: #737373;
}
article.double form input:focus,
article.double form input:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
article.double form .unhappy {
  background: url(../img/ico_error_navy.png) no-repeat right 0;
  padding-right: 42px !important;
}
article.double form textarea {
  height: 124px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
article.double form button {
  width: 30%;
  height: 42px;
  float: left;
}
article.double form .btn {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
article.double form .btn:hover {
  color: #01253d !important;
}
article.double form .btn:hover:before {
  background: #fff !important;
}
@media screen and (max-width: 1024px) {
  article.double {
    padding: 42px 18px;
  }
  article.double .large-8 {
    padding-right: 0;
  }
  article.double h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 12;
  }
}
article.double ul,
article.text ul,
article.double ol,
article.text ol {
  margin: 18px 0;
  padding-left: 24px;
  list-style: none;
}
article.double ul li,
article.text ul li,
article.double ol li,
article.text ol li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 18px;
}
article.double ul li:before,
article.text ul li:before,
article.double ol li:before,
article.text ol li:before {
  position: absolute;
  top: 8px;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  background: #737373;
  display: block;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
article.job {
  padding: 96px 112px;
}
article.media {
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
article.media h1 {
  margin-bottom: 0 !important;
  text-align: center;
  color: #01253d;
}
article.media h2 {
  margin-top: 0;
  text-align: center;
  color: #01253d;
}
article.media .large-4 {
  padding: 0 !important;
}
article.media .large-4 h2 {
  text-align: left;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
}
article.media .large-4:nth-child(1) {
  padding-right: 24px !important;
}
@media screen and (max-width: 1024px) {
  article.media .large-4:nth-child(1) {
    padding-right: 0 !important;
  }
}
article.media .large-4:nth-child(2) {
  padding: 0 12px !important;
}
@media screen and (max-width: 1024px) {
  article.media .large-4:nth-child(2) {
    padding: 0 !important;
  }
}
article.media .large-4:nth-child(3) {
  padding-left: 24px !important;
}
@media screen and (max-width: 1024px) {
  article.media .large-4:nth-child(3) {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  article.media {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media screen and (max-width: 1024px) {
  article.media {
    background-attachment: scroll !important;
  }
}
.post_gallery {
  /*background: @gray_light;*/
  /*width: 33%;*/
  display: block;
  margin: 24px auto;
  overflow: hidden;
  position: relative;
}
.post_gallery.left {
  float: left;
  margin-right: 24px;
}
.post_gallery.right {
  float: right;
  margin-left: 24px;
}
.post_gallery img {
  cursor: url(../img/cursor_next.png), pointer;
}
.post_gallery h3 {
  color: #737373;
  font-size: 20px;
  font-size: 2rem;
}
.post_gallery ul.slider {
  list-style-type: none;
  margin: 0;
}
.post_gallery ul.slider li {
  width: 100%;
  padding-left: 0;
}
.post_gallery ul.slider li:before {
  display: none;
}
.post_gallery .bx-controls-direction {
  position: absolute;
  bottom: -24px;
  width: 100%;
}
.post_gallery .bx-controls-direction .bx-prev {
  position: absolute !important;
  bottom: 24px;
  left: 0;
}
.post_gallery .bx-controls-direction .bx-next {
  position: absolute !important;
  bottom: 24px !important;
  right: 0;
}
.post_image ul.slider {
  list-style-type: none;
  margin: 0;
}
.post_image ul.slider li {
  width: 100%;
  padding-left: 0;
}
.post_image ul.slider li:before {
  display: none;
}
.dark_structure {
  background: #f0f0f0 url(../img/bgr_structure.jpg) center center repeat fixed !important;
}
@media screen and (max-width: 1024px) {
  .dark_structure {
    background-attachment: scroll !important;
  }
}
.product_logo {
  display: inline-block;
  width: auto;
  height: auto;
}
.product_logo img {
  width: auto;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 130ms ease-out;
  -moz-transition: 130ms ease-out;
  -o-transition: 130ms ease-out;
  transition: 130ms ease-out;
}
.product_logo:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
section#about_info {
  padding: 0;
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
  position: relative;
  overflow: hidden;
}
section#about_info .columns {
  padding: 48px 0;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  text-align: center;
}
section#about_info .button_wrap {
  text-align: center;
  padding: 0 0 24px;
}
section#about_info p.subtitle {
  max-width: 33.33333%;
  margin: 0 auto;
}
section#about_info h2 {
  color: #01253d;
  margin-bottom: 0;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
}
section#about_info a.img {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px !important;
  display: inline-block;
  -webkit-border-radius: 140px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 140px;
  -moz-background-clip: padding;
  border-radius: 140px;
  background-clip: padding-box;
  overflow: hidden;
  float: none;
  margin-bottom: 12px;
}
section#about_info a.ico span[class^="icon"] {
  font-size: 48px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
section#about_info a.ico span[class^="icon"].active {
  color: #01abcf !important;
}
section#about_info a.ico:hover,
section#about_info a.ico.active {
  color: #01abcf;
}
section#about_info h3 a:hover,
section#about_info h3 a.active {
  color: #01abcf;
}
section#about_info p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  section#about_info {
    background-attachment: scroll !important;
  }
  section#about_info .large-4 {
    padding: 24px 0;
    width: 33.3333%;
    float: left;
  }
  section#about_info .large-3 {
    padding: 24px 0;
    width: 25%;
    float: left;
  }
  section#about_info .large-2 {
    padding: 18px 0 !important;
  }
  section#about_info h2 {
    color: #01253d;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  section#about_info .large-4,
  section#about_info .large-3 {
    width: 100%;
    float: none;
  }
  section#about_info .large-4 p,
  section#about_info .large-3 p {
    margin-bottom: 0 !important;
  }
  section#about_info .columns {
    padding: 18px 12px;
  }
}
a.ico span[class^="icon"] {
  font-size: 48px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
a.ico:hover {
  color: #01abcf;
}
section.cooperation_section,
section.people_section {
  position: relative;
}
.dark_bg_blue,
section.cooperation_section header,
section.people_section header {
  background-color: #01253d !important;
}
section.cooperation_section .row,
section.people_section .row {
  max-width: none;
}
section.cooperation_section h1,
section.people_section h1 {
  text-align: center;
  margin-top: 0;
  padding: 0;
  font-size: 36px;
  font-size: 3.6rem;
}
section.cooperation_section .people_container,
section.people_section .people_container {
  position: relative;
  /*position: relative;
        height: 100%;
        overflow: hidden;*/
}
section.cooperation_section .people_container .mCSB_horizontal > .mCSB_container,
section.people_section .people_container .mCSB_horizontal > .mCSB_container {
  margin-bottom: 0;
}
section.cooperation_section .people_container .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools,
section.people_section .people_container .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  z-index: 20;
}
section.cooperation_section #trigger_scroll_left,
section.people_section #trigger_scroll_left {
  position: fixed;
  left: 0;
  top: 5%;
  width: 96px;
  display: block;
  height: 600px;
  background: none;
  z-index: 1000;
}
section.cooperation_section #trigger_scroll_right,
section.people_section #trigger_scroll_right {
  position: fixed;
  right: 0;
  display: block;
  top: 5%;
  width: 96px;
  height: 600px;
  background: none;
  z-index: 1000;
}
section.cooperation_section .people,
section.people_section .people {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*height: 100%;
        position: absolute;
        top:0;
        left:0;
        z-index: 1;
        overflow: hidden;*/
  background: #01253d;
  text-align: center;
}
section.cooperation_section .people .person,
section.people_section .people .person {
  /*      width: 450px;*/
  width: 25%;
  height: auto;
  margin-right: -4px;
  vertical-align: top;
  display: inline-block;
  /* ---=== PERSON ===---
            .transform(translate3d(0,0,0));
            .transition(300ms,ease-out); */
  text-align: center;
  transition: background 0.05s ease-in;
}
section.cooperation_section .people .person img,
section.people_section .people .person img {
  -webkit-border-radius: 160px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 160px;
  -moz-background-clip: padding;
  border-radius: 160px;
  background-clip: padding-box;
  transition: transform 0.1s ease-in;
  /* ---=== PERSON ===---
                .transform(translate(-50%,0),translateZ(0));
                .transition(transform 200ms,linear);
                */
}
section.cooperation_section .people .person .caption,
section.people_section .people .person .caption {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 90%;
  margin: 0;
}
section.cooperation_section .people .person .caption p.name,
section.people_section .people .person .caption p.name {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 12px;
}
section.cooperation_section .people .person .caption p.position,
section.people_section .people .person .caption p.position {
  padding-left: 12px;
  color: #fff;
  min-height: 26px;
}
section.cooperation_section .people .person .description,
section.people_section .people .person .description {
  background: #0074bc;
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
section.cooperation_section .people .person:hover,
section.people_section .people .person:hover {
  cursor: pointer;
}
section.cooperation_section section#cooperation .people .person .description_content p,
section.people_section section#cooperation .people .person .description_content p {
  margin-left: 180px;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  section.cooperation_section .people,
  section.people_section .people {
    background: #01253d !important;
    overflow: hidden !important;
    width: 100% !important;
  }
  section.cooperation_section .people .person,
  section.people_section .people .person {
    height: auto !important;
    width: 100%  !important;
    overflow: auto !important;
    padding-top: 196px;
    text-align: center;
    position: relative;
  }
  section.cooperation_section .people .person img,
  section.people_section .people .person img {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 160px;
    height: 160px;
    display: block;
    margin: 24px 0 12px -80px !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  section.cooperation_section .people .person .caption,
  section.people_section .people .person .caption {
    padding: 0;
    width: auto;
    max-width: none;
  }
  section.cooperation_section .people .person .caption p.name,
  section.people_section .people .person .caption p.name {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
  }
  section.cooperation_section .people .person .caption p.position,
  section.people_section .people .person .caption p.position {
    padding: 0 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  section.cooperation_section .people .person .description,
  section.people_section .people .person .description {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    padding: 12px 24px 24px;
    color: #fff;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    width: 100% !important;
    height: auto;
    position: relative !important;
    background: none !important;
    display: block !important;
  }
  section.cooperation_section .people .person .description_content img,
  section.people_section .people .person .description_content img {
    display: none;
  }
  section.cooperation_section .people .person:after,
  section.people_section .people .person:after {
    display: none !important;
  }
  section.cooperation_section .people .person:hover,
  section.people_section .people .person:hover {
    width: 100% !important;
  }
  section.cooperation_section .people .person:hover .caption p.position,
  section.people_section .people .person:hover .caption p.position {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  section.cooperation_section .people:hover,
  section.people_section .people:hover {
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  section.cooperation_section .people .person,
  section.people_section .people .person {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  section.cooperation_section .people .person .description,
  section.people_section .people .person .description {
    display: none;
    padding-top: 75px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  section.cooperation_section .people .person .description_content,
  section.people_section .people .person .description_content {
    width: 975px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  section.cooperation_section .people .person .description_content img,
  section.people_section .people .person .description_content img {
    float: left;
  }
  section.cooperation_section .people .person .description_content p,
  section.people_section .people .person .description_content p {
    margin-left: 275px;
    padding-right: 80px;
  }
  section.cooperation_section .people .person .description_content p.description_name,
  section.people_section .people .person .description_content p.description_name {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  section.cooperation_section .people .person .description .close,
  section.people_section .people .person .description .close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  section.cooperation_section .people .person .description .close:before,
  section.people_section .people .person .description .close:before,
  section.cooperation_section .people .person .description .close:after,
  section.people_section .people .person .description .close:after {
    content: '';
    display: block;
    height: 21px;
    background-color: #fff;
    width: 2px;
    position: absolute;
    top: 5px;
    right: 15px;
  }
  section.cooperation_section .people .person .description .close:before,
  section.people_section .people .person .description .close:before {
    transform: rotate(45deg);
  }
  section.cooperation_section .people .person .description .close:after,
  section.people_section .people .person .description .close:after {
    transform: rotate(-45deg);
  }
  section.cooperation_section .people .person:hover,
  section.people_section .people .person:hover,
  section.cooperation_section .people .person:focus,
  section.people_section .people .person:focus {
    background: rgba(0, 116, 188, 0.45);
  }
  section.cooperation_section .people .person:hover .caption p.position,
  section.people_section .people .person:hover .caption p.position,
  section.cooperation_section .people .person:focus .caption p.position,
  section.people_section .people .person:focus .caption p.position {
    color: #01abcf;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1414px) {
  section.cooperation_section .people .person,
  section.people_section .people .person {
    padding-top: 85px;
    padding-bottom: 55px;
  }
  section.cooperation_section .people .person .description p,
  section.people_section .people .person .description p {
    font-size: 1.5rem;
  }
  section.cooperation_section img,
  section.people_section img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  section.cooperation_section .people .person,
  section.people_section .people .person {
    padding-top: 105px;
  }
  section.cooperation_section .people .person .description p,
  section.people_section .people .person .description p {
    top: 54%;
  }
}
@media screen and (min-width: 1415px) {
  section.cooperation_section .people .person img,
  section.people_section .people .person img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1025px) {
  section.cooperation_section .people .person {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  section.cooperation_section .people .person .description p {
    margin-left: 180px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.cooperation_section .people .person {
    padding-top: 50px;
  }
}
.image-hide {
  visibility: hidden;
  width: 180px !important;
  height: 140px !important;
}
section#awards .columns {
  padding: 48px 0 48px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  text-align: center;
}
section#awards .large-3 {
  width: 20%;
}
section#awards a.ico {
  font-size: 60px;
}
section#awards p.subtitle {
  max-width: 33.33333%;
  margin: 0 auto;
}
section#awards h1 {
  text-align: center;
  margin-top: 0;
  color: #01253d;
  padding: 0 0 24px;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 72px 0 0;
}
section#awards h2 {
  color: #01253d;
  margin-top: 12px;
  margin-bottom: 0;
}
section#awards a.img {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px !important;
  display: inline-block;
  -webkit-border-radius: 140px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 140px;
  -moz-background-clip: padding;
  border-radius: 140px;
  background-clip: padding-box;
  overflow: hidden;
  float: none;
  margin-bottom: 12px;
}
section#awards p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  section#awards .columns {
    text-align: left;
    padding: 12px;
  }
  section#awards a.ico {
    display: inline-block;
    float: left;
  }
  section#awards h2 {
    text-align: left;
  }
  section#awards p {
    text-align: left;
  }
  section#awards .large-3 {
    width: 100% !important;
    float: none !important;
  }
}
section#locations {
  padding-bottom: 42px;
}
section#locations .columns {
  padding: 18px 0 24px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section#locations p.subtitle {
  max-width: 33.33333%;
  margin: 0 auto;
}
section#locations h1 {
  text-align: center;
  padding: 72px 0 0;
}
section#locations h2 {
  color: #01253d;
  margin-bottom: 0;
}
section#locations a.img {
  width: 96px;
  height: 96px;
  display: inline-block;
  -webkit-border-radius: 96px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 96px;
  -moz-background-clip: padding;
  border-radius: 96px;
  background-clip: padding-box;
  margin-bottom: 12px;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  position: relative;
  background: #01abcf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section#locations a.img span {
  display: none;
}
section#locations a.img:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/ico_location.png) no-repeat center;
  -webkit-border-radius: 96px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 96px;
  -moz-background-clip: padding;
  border-radius: 96px;
  background-clip: padding-box;
}
section#locations a.img:hover {
  -webkit-box-shadow: 0px 0px 150px #01253d inset;
  -moz-box-shadow: 0px 0px 150px #01253d inset;
  box-shadow: 0px 0px 150px #01253d inset;
}
section#locations p {
  font-size: 16px;
  font-size: 1.6rem;
}
section#locations a {
  color: inherit;
}
section#locations a:hover {
  color: #01253d;
}
section#locations .company_email {
  overflow: auto;
  padding: 24px 0 18px;
  border-top: 1px solid #ededed;
  font-size: 18px;
  font-size: 1.8rem;
}
section#locations .company_email a {
  color: #01abcf;
}
section#locations .large-3 {
  width: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  section#locations {
    text-align: center;
    vertical-align: top;
  }
  section#locations .large-3 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1280px) {
  section#locations .large-3 {
    width: 20%;
    display: block;
    float: left;
  }
}
section#why_job {
  padding-bottom: 72px;
}
section#why_job .columns {
  padding: 48px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  text-align: center;
}
section#why_job p.subtitle {
  max-width: 33.33333%;
  margin: 0 auto;
}
section#why_job h1 {
  text-align: center;
  padding: 72px 0 0;
}
section#why_job h2 {
  color: #01253d;
  margin-bottom: 12px;
}
section#why_job a.img {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px !important;
  display: inline-block;
  -webkit-border-radius: 140px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 140px;
  -moz-background-clip: padding;
  border-radius: 140px;
  background-clip: padding-box;
  overflow: hidden;
  float: none;
  margin-bottom: 12px;
}
section#why_job p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  section#why_job {
    padding-bottom: 42px;
  }
  section#why_job .columns {
    padding: 18px 24px;
  }
}
section#job_form {
  padding-bottom: 72px;
  background: #01abcf;
}
section#job_form h1,
section#job_form .h1 {
  text-align: center;
  padding: 72px 0 48px;
  color: #d0f7ff;
}
section#job_form form {
  padding: 0;
  margin: 0;
}
section#job_form label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}
section#job_form input {
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0;
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px dotted #fff;
  background: none;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#job_form input::-webkit-input-placeholder {
  color: #fff;
}
section#job_form input:-moz-placeholder {
  color: #fff;
}
section#job_form input::-moz-placeholder {
  color: #fff;
}
section#job_form input:-ms-input-placeholder {
  color: #fff;
}
section#job_form textarea {
  height: 124px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 24px;
  border-bottom: 2px dotted #fff;
  background: none;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#job_form textarea::-webkit-input-placeholder {
  color: #fff;
}
section#job_form textarea:-moz-placeholder {
  color: #fff;
}
section#job_form textarea::-moz-placeholder {
  color: #fff;
}
section#job_form textarea:-ms-input-placeholder {
  color: #fff;
}
section#job_form .file_upload {
  margin-bottom: 30px;
}
section#job_form .file_upload input {
  position: absolute;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
section#job_form .file_upload .file_path {
  display: inline-block;
  line-height: 42px;
  color: white;
  padding-left: 12px;
}
section#job_form .file_upload .btn {
  background-color: transparent;
  border: 1px solid white !important;
}
section#job_form .file_upload .btn,
section#job_form .file_upload .file_path {
  vertical-align: middle;
}
section#job_form .unhappy {
  background: url(../img/ico_error.png) no-repeat right 0;
  padding-right: 42px !important;
}
section#job_form .large-4 {
  padding: 0;
}
section#job_form .large-4:nth-child(1) {
  padding-right: 24px;
}
section#job_form .large-4:nth-child(2) {
  padding: 0 12px;
}
section#job_form .large-4:nth-child(3) {
  padding-left: 24px;
}
section#job_form #feedback {
  background: url(../img/ico_error.png) left center no-repeat;
  padding-left: 42px;
  color: #fff;
  font-weight: 500;
  display: none;
}
section#job_form .uploading {
  display: none;
  width: 52px;
  height: 52px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  section#job_form {
    padding: 0 24px;
  }
  section#job_form .large-4:nth-child(1) {
    padding: 0;
  }
  section#job_form .large-4:nth-child(2) {
    padding: 0;
  }
  section#job_form .large-4:nth-child(3) {
    padding: 0;
  }
}
section#how_it_works {
  background: #01253d url(../img/bgr_structure.jpg) center center repeat fixed;
  padding: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
section#how_it_works .thumbnails img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
section#how_it_works .thumbnails a {
  overflow: auto;
  display: block;
  width: 33.33333%;
  float: left;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  position: relative;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section#how_it_works .thumbnails a.active span.counter {
  color: #01abcf !important;
  border-color: #01abcf !important;
}
section#how_it_works .thumbnails a.active:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
section#how_it_works .thumbnails a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
  content: "";
  background: rgba(1, 37, 61, 0.4);
}
section#how_it_works .thumbnails a span.counter {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0px);
  -moz-transform: translate(-50%, -50%) translateZ(0px);
  -o-transform: translate(-50%, -50%) translateZ(0px);
  -ms-transform: translate(-50%, -50%) translateZ(0px);
  transform: translate(-50%, -50%) translateZ(0px);
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  line-height: 48px;
  text-align: center;
}
section#how_it_works h1 {
  color: #fff;
}
section#how_it_works ul.slider {
  margin-top: 0;
  position: relative;
  height: 100%;
}
section#how_it_works ul.slider li {
  height: auto;
  overflow: auto;
}
section#how_it_works ul.slider li h2 {
  color: #fff;
  margin: 48px 0;
  padding: 0 112px;
  font-weight: 100;
  font-size: 42px;
  font-size: 4.2rem;
}
section#how_it_works ul.slider li p {
  display: inline-block;
  width: 70%;
  padding: 0 140px !important;
}
section#how_it_works .bx-controls-direction a {
  top: auto;
  bottom: 72px;
}
section#how_it_works .bx-pager.bx-default-pager a {
  background: #fff;
}
section#how_it_works .bx-pager.bx-default-pager a.active {
  background: #01253d;
}
section#how_it_works .bx-prev,
section#how_it_works .bx-next {
  width: 16px;
  height: 100%;
  top: 0 !important;
  display: block;
  bottom: auto !important;
  background: url(../img/arrow_big.png) no-repeat left center;
  position: absolute;
}
section#how_it_works .bx-prev:hover,
section#how_it_works .bx-next:hover {
  background-position: right center;
}
section#how_it_works .bx-prev {
  left: 0;
}
section#how_it_works .bx-next {
  right: 0;
}
section#how_it_works .bx-next {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
section#how_it_works .bx-wrapper {
  margin-bottom: 0 !important;
}
section#how_it_works #how_prev,
section#how_it_works #how_next {
  position: absolute !important;
  top: 0;
  width: 24px !important;
  height: 100%;
  display: block !important;
  z-index: 100 !important;
}
section#how_it_works #how_prev {
  left: 12px;
}
section#how_it_works #how_next {
  right: 12px;
}
@media screen and (max-width: 1024px) {
  section#how_it_works {
    background-attachment: scroll !important;
  }
  section#how_it_works ul.slider li {
    padding: 42px 0;
  }
  section#how_it_works ul.slider li h2 {
    color: #fff;
    margin: 0;
    font-weight: 100;
    padding: 0 48px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
section#features {
  background: #fff;
  padding: 72px 0;
}
section#features .bx-wrapper,
section#features .bx-viewport {
  margin: 0 !important;
}
section#features h1 {
  font-size: 42px;
  font-size: 4.2rem;
}
section#features article {
  padding-bottom: 24px;
}
section#features article h2 {
  margin-bottom: 12px;
}
section#features article img {
  width: 100%;
  height: auto;
}
section#features article .large-6:first-child {
  padding-right: 24px;
}
section#features .large-8 {
  padding-right: 72px;
}
section#features .large-8 img {
  margin-bottom: 12px;
}
section#features .large-8 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
section#features .large-8 h2 a:hover {
  color: #01abcf;
}
section#features ul.technology {
  list-style: none;
  clear: both;
}
section#features ul.technology li {
  display: block;
  min-height: 60px;
  position: relative;
  padding-top: 14px;
  margin-bottom: 18px;
  padding-left: 76px;
  font-size: 18px;
  font-size: 1.8rem;
  /*            &.ico1:hover:before {
                background-position: -60px 0;
            }
            &.ico2:hover:before {
                background-position: -60px -60px;
            }
            &.ico3:hover:before {
                background-position: -60px -120px;
            }
            &.ico4:hover:before {
                background-position: -60px -180px;
                }*/
}
section#features ul.technology li a {
  display: inline-block;
  margin-bottom: 12px;
}
section#features ul.technology li a:hover {
  color: #01abcf;
}
section#features ul.technology li:before {
  width: 60px;
  height: 60px;
  display: inline-block;
  marign-top: 24px;
  content: "";
  background-image: url(../img/ico_tech_sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section#features ul.technology li.ico1:before {
  background-position: 0 0;
}
section#features ul.technology li.ico2:before {
  background-position: 0 -60px;
}
section#features ul.technology li.ico3:before {
  background-position: 0 -120px;
}
section#features ul.technology li.ico4:before {
  background-position: 0 -180px;
}
@media screen and (max-width: 1024px) {
  section#features .large-8 {
    padding-left: 24px;
    padding-right: 24px;
  }
  section#features .large-4 {
    padding: 0 !important;
  }
  section#features h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 12;
    padding-left: 24px;
    padding-right: 24px;
  }
  section#features ul.technology {
    padding: 0 24px;
  }
}
section#pressroom_contact {
  padding: 72px;
  background: #01abcf;
  color: #fff;
}
@media screen and (max-width: 480px) {
  section#pressroom_contact {
    padding: 72px 0;
  }
}
section#pressroom_contact h1 {
  color: #d0f7ff;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
}
section#pressroom_contact h2 {
  color: #01253d;
  margin-bottom: 12px;
  font-weight: 500;
}
section#pressroom_contact input {
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  margin-bottom: 24px;
}
section#pressroom_contact textarea {
  height: 124px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
}
section#pressroom_contact .img_wrap {
  width: 240px;
  height: 240px;
  -webkit-border-radius: 240px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 240px;
  -moz-background-clip: padding;
  border-radius: 240px;
  background-clip: padding-box;
  overflow: hidden;
  float: right;
  margin-right: 42px;
  background: #fff url(../img/bgr_structure_light.jpg) center center repeat fixed;
}
section#pressroom_contact .img_wrap img {
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  section#pressroom_contact .img_wrap {
    background-attachment: scroll !important;
  }
}
section#pressroom_contact address {
  font-style: normal;
}
section#pressroom_contact address ul {
  list-style: none;
}
section#pressroom_contact address ul li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #d0f7ff;
}
section#pressroom_contact address ul li a {
  color: #fff;
}
section#pressroom_contact address ul li a:hover,
section#pressroom_contact address ul li a:focus {
  color: #d0f7ff;
}
section#pressroom_contact button {
  color: #fff !important;
}
section#pressroom_contact .columns {
  float: left !important;
}
.tooltip {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin-top: -12px;
  margin-left: 10px;
  background: #01253d;
}
.tooltip .nub {
  border-color: transparent transparent #01253d transparent !important;
}
section#timeline {
  padding: 0;
  color: #fff;
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
}
section#timeline .year {
  width: 300px;
  height: 26px;
  margin-bottom: 96px;
  float: left;
  background: #eaeaea;
  border-bottom: 12px solid #b3e5f0;
  padding: 0 42px 0;
  text-align: center;
  -webkit-transition: 100ms linear;
  -moz-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
  position: relative;
  /*        &:first-child {
            margin-left: 42px;
        }
        &:last-child {
            margin-right: 42px;
            }*/
}
section#timeline .year .caption {
  position: absolute;
  bottom: -58px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  font-style: italic;
  color: #01253d;
  right: -14px;
  display: inline-block;
  width: auto;
}
section#timeline .year .caption:before {
  position: absolute;
  bottom: 28px;
  left: 50%;
  height: 48px;
  width: 2px;
  margin-left: -1px;
  background: #b3e5f0;
  content: "";
}
section#timeline .year .events {
  height: 42px;
  width: 100%;
  position: absolute;
  bottom: -28px;
  left: 0;
  background: none;
}
section#timeline .year .events a.point {
  position: absolute;
  left: 0;
  display: block;
  z-index: 10;
  top: 0;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 42px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 42px;
  -moz-background-clip: padding;
  border-radius: 42px;
  background-clip: padding-box;
  background: #fff;
  -webkit-transition: 100ms linear;
  -moz-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
  border: 6px solid #b3e5f0;
}
section#timeline .year .events a.point span {
  display: none;
}
section#timeline .year .events a.point:hover,
section#timeline .year .events a.point.active {
  background: #01253d;
}
section#timeline .year .content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 100ms linear;
  -moz-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
}
section#timeline .year .content h3 {
  color: #fff !important;
  margin-bottom: 12px;
}
section#timeline .year .content.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
section#timeline .year.active {
  background: #01253d;
}
section#timeline .year.slide {
  height: 400px;
  padding-top: 72px;
}
@media screen and (max-width: 1024px) {
  section#timeline {
    background-attachment: scroll !important;
  }
}
section#timeline_content {
  background: #f0f0f0 url(../img/bgr_structure_light.jpg) center center repeat fixed;
  overflow: hidden;
}
section#timeline_content .content {
  text-align: center;
  padding: 0 230px 42px;
  display: none;
}
section#timeline_content .content h2 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #01abcf;
}
section#timeline_content .content time {
  display: block;
  width: 100%;
  margin: 0 0 24px;
}
section#timeline_content.show {
  /*        height: auto;
padding-bottom: 42px;*/
}
@media screen and (max-width: 1024px) {
  section#timeline_content {
    background-attachment: scroll !important;
  }
  section#timeline_content .content {
    padding: 12px 24px;
  }
}
section#dictionary_index {
  padding: 0;
  background: #f0f0f0;
}
section#dictionary_index .row {
  max-width: none;
}
section#dictionary_index ul {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
}
section#dictionary_index ul li {
  display: inline-block;
  width: 4%;
  height: 72px;
}
section#dictionary_index ul li a {
  display: block;
  width: 100%;
  height: 72px;
  background: #f0f0f0;
  font-weight: 100;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 72px;
}
section#dictionary_index ul li a:hover {
  background: #01abcf;
  color: #fff;
}
section#dictionary_index form {
  max-width: 400px;
  margin: 42px auto 18px;
  display: block;
}
section#dictionary_index form input {
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #01253d;
  border-right: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  width: 70%;
  float: left;
  background-repeat: no-repeat;
  background: none;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#dictionary_index form input::-webkit-input-placeholder {
  color: #737373;
}
section#dictionary_index form input:-moz-placeholder {
  color: #737373;
}
section#dictionary_index form input::-moz-placeholder {
  color: #737373;
}
section#dictionary_index form input:-ms-input-placeholder {
  color: #737373;
}
section#dictionary_index form input:focus,
section#dictionary_index form input:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
section#dictionary_index form .unhappy {
  background: url(../img/ico_error_navy.png) no-repeat right 0;
  padding-right: 42px !important;
}
section#dictionary_index form textarea {
  height: 124px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  background-repeat: no-repeat;
  background-position: right -42px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#dictionary_index form button {
  width: 30%;
  height: 42px;
  float: left;
}
section#dictionary_index form .btn {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
section#dictionary_index form .btn:hover {
  color: #01253d !important;
}
section#dictionary_index form .btn:hover:before {
  background: #fff !important;
}
section#dictionary {
  padding: 72px 0;
}
section#dictionary .row {
  max-width: none;
}
section#dictionary .large-1 {
  text-align: center;
}
section#dictionary h1 {
  display: inline-block;
  width: auto;
  float: none;
}
section#dictionary h1 .msg {
  -webkit-transition: 120ms linear;
  -moz-transition: 120ms linear;
  -o-transition: 120ms linear;
  transition: 120ms linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
section#dictionary h1:hover .msg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
section#dictionary article {
  margin-bottom: 18px;
  margin-top: 6px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
section#dictionary article span {
  color: #01abcf;
  font-weight: 500;
}
section#dictionary article.out {
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
section#dictionary .large-4 {
  float: left !important;
}
@media screen and (min-width: 1025px) {
  section#dictionary .large-4:nth-child(3n+2) {
    padding: 0 18px;
  }
}
section#dictionary .large-4:nth-child(3n+1) {
  clear: left;
}
div.request {
  padding-top: 72px;
}
div.request .row {
  color: #747474;
}
@media screen and (min-width: 768px) {
  div.request .row {
    display: none;
  }
}
div.request .col1,
div.request .col2,
div.request .col3,
div.request .col4,
div.request .col5,
div.request .col6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  padding: 12px;
}
div.request .col1 {
  background: #01abcf;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
div.request .col1 span {
  display: block;
  width: 100%;
  font-weight: 500;
  font-style: normal;
}
div.request .col3,
div.request .col4,
div.request .col5,
div.request .col6 {
  width: 25%;
  float: left;
  min-height: 100px;
  text-align: center;
}
div.request .col3 span,
div.request .col4 span,
div.request .col5 span,
div.request .col6 span {
  display: block;
  width: 100%;
  margin-top: 6px;
}
div.request .col4,
div.request .col6 {
  background: #f6f6f6;
}
div.request .col3,
div.request .col5 {
  background: #e9e9e9;
}
div.request hgroup h1 {
  margin-bottom: 12px;
}
div.request a.download {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #747474;
}
div.request a.download:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  content: "";
}
div.request a.download:hover,
div.request a.download:focus {
  color: #01253d;
}
div.request table {
  width: 100%;
  border: none !important;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  div.request table {
    display: none;
  }
}
div.request table tr:nth-child(even) {
  background: #e9e9e9;
}
div.request table td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  padding: 12px 0 12px 18px;
  border: none;
  color: #747474;
  background: none;
}
div.request table td:nth-child(1) {
  width: 23%;
}
div.request table td:nth-child(2) {
  width: 11%;
}
div.request table td:nth-child(3) {
  width: 14%;
}
div.request table td:nth-child(4) {
  width: 14%;
}
div.request table td:nth-child(5) {
  width: 13%;
}
div.request table td:nth-child(6) {
  width: 25%;
}
div.request table thead td {
  background: #01abcf;
  color: #fff !important;
  padding: 16px 0 16px 18px;
  font-weight: 500;
}
.container.landing h1.icon {
  text-transform: uppercase;
  font-size: 3.4rem;
}
.container.landing h1.icon.white {
  color: white;
}
.container.landing h1.icon.white span:after {
  background: white;
}
.container.landing h1.icon.navy {
  color: #01253d;
}
.container.landing h1.icon.navy span:after {
  background: #01253d;
}
.container.landing h1.icon.blue {
  color: #0076bf;
}
.container.landing h1.icon.blue span:after {
  background: #0076bf;
}
.container.landing h1.icon span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.container.landing h1.icon span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 2px;
  content: '';
  display: block;
  background: #01253d;
}
.container.landing h1.icon span.icon:before {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.our_vision {
  background-size: cover;
  background-position: center top;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  section.our_vision {
    padding: 80px 0;
  }
}
section.our_vision .wrap {
  padding: 0 20px;
}
section.our_vision h1 {
  color: white;
}
section.our_vision p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  section.our_vision p {
    padding: 0 10%;
  }
}
section.map {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
}
section.map .neurolex_info {
  background-color: rgba(0, 118, 191, 0.95);
}
section.map .neurolex_info h1,
section.map .neurolex_info p,
section.map .neurolex_info a {
  color: #fff;
}
section.map .neurolex_info h1 {
  margin-bottom: 5px;
  padding-bottom: 0;
}
section.map .neurolex_info p {
  font-weight: 400;
  margin-bottom: 25px;
}
section.map .neurolex_info p:last-child {
  margin-bottom: 0;
}
section.map.show {
  height: auto;
}
section.map.show #map {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.map.show #map {
    position: relative;
  }
}
@media screen and (min-width: 1240px) {
  section.map.show {
    height: 550px;
  }
  section.map.show #map {
    position: absolute;
  }
  section.map.show .neurolex_info {
    position: absolute;
    left: 11%;
    top: 35px;
    padding: 35px 68px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1240px) {
  section.map .neurolex_info {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 9999;
  }
}
section.map .map {
  height: 300px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.map .map {
    height: 400px;
  }
}
@media screen and (min-width: 1240px) {
  section.map .map {
    height: 550px;
  }
}
section.map .trigger_close_map {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 60px;
}
section#case_study {
  background-color: #323232;
}
section#case_study .case_study_icon:before {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  margin-bottom: 10px;
  text-align: center;
  background: url(../img/case_study_icon.svg) center center no-repeat;
}
section#case_study .icon-youtube-play {
  position: relative;
}
section#case_study .icon-youtube-play:before {
  text-indent: 0;
  position: absolute;
  height: 25px;
  font-size: 25px;
  top: -30px;
  right: 0;
  left: 0;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  section#case_study .row .overlay {
    padding-top: 20%;
  }
}
header.title_icon {
  background-color: white;
  text-align: center;
  padding: 40px;
}
section.news {
  padding: 46px 0 0 0;
}
section.news .columns {
  padding: 0;
}
section.news .row {
  max-width: 1437px;
}
section.news h1 span.icon:before {
  position: absolute;
  content: "";
  background: url("../img/icon-newspaper.png") no-repeat;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
section.news .news-wrapper {
  padding: 45px 0;
}
section.news .load-btn-wrapper {
  padding: 71px 0 97px 0;
}
@media screen and (max-width: 1200px) {
  section.news .columns {
    width: 100%;
  }
}
section.news-list .row,
article.single-article .row {
  max-width: none;
}
section.news-list .featured-article-wrapper,
article.single-article .featured-article-wrapper,
section.news-list .title-wrapper,
article.single-article .title-wrapper {
  position: relative;
  width: 100%;
  height: 564px;
  z-index: 1;
  background-size: cover !important;
}
section.news-list .featured-article-wrapper:before,
article.single-article .featured-article-wrapper:before,
section.news-list .title-wrapper:before,
article.single-article .title-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(1, 37, 61, 0.75);
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.news-list .featured-content,
article.single-article .featured-content,
section.news-list .title-content,
article.single-article .title-content {
  text-align: center;
  z-index: 3;
  position: relative;
  top: 48%;
  transform: translate(0, -50%);
  padding: 0 30px;
}
section.news-list .featured-content h1,
article.single-article .featured-content h1,
section.news-list .title-content h1,
article.single-article .title-content h1 {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 42px;
  padding: 0;
  margin: 0 0 15px 0;
}
section.news-list .featured-content .article-publish-date,
article.single-article .featured-content .article-publish-date,
section.news-list .title-content .article-publish-date,
article.single-article .title-content .article-publish-date,
section.news-list .featured-content .see-more,
article.single-article .featured-content .see-more,
section.news-list .title-content .see-more,
article.single-article .title-content .see-more {
  display: inline-block;
  clear: both;
  color: #fff;
}
section.news-list .featured-content .article-publish-date,
article.single-article .featured-content .article-publish-date,
section.news-list .title-content .article-publish-date,
article.single-article .title-content .article-publish-date {
  margin: 0 0 16px 0;
}
section.news-list .featured-content .article-publish-date:before,
article.single-article .featured-content .article-publish-date:before,
section.news-list .title-content .article-publish-date:before,
article.single-article .title-content .article-publish-date:before {
  top: -11px;
  left: 59%;
  transform: translate(-50%, 0);
}
section.news-list .featured-content .see-more,
article.single-article .featured-content .see-more,
section.news-list .title-content .see-more,
article.single-article .title-content .see-more {
  margin: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.news-list .featured-content .see-more:hover,
article.single-article .featured-content .see-more:hover,
section.news-list .title-content .see-more:hover,
article.single-article .title-content .see-more:hover {
  color: #01abcf;
}
section.news-list .featured-content .see-more:after,
article.single-article .featured-content .see-more:after,
section.news-list .title-content .see-more:after,
article.single-article .title-content .see-more:after {
  right: -14px;
  top: 2px;
}
section.news-list .articles-wrapper,
article.single-article .articles-wrapper {
  padding: 46px 0 23px 0;
}
section.news-list .articles-wrapper .row,
article.single-article .articles-wrapper .row {
  max-width: 1437px;
  margin: 0 auto;
}
section.news-list .articles-wrapper .columns,
article.single-article .articles-wrapper .columns {
  padding: 0;
}
section.news-list .articles-wrapper .article-wrapper,
article.single-article .articles-wrapper .article-wrapper {
  margin: 0 0 47px 0;
}
@media screen and (min-width: 1024px) {
  section.news-list,
  article.single-article {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1200px) {
  section.news-list .columns {
    width: 100%;
  }
}
article.single-article .single-article-content {
  padding: 61px 70px 0 70px;
}
article.single-article .single-article-content p {
  font-size: 16px;
}
article.single-article .single-article-content .row {
  max-width: 991px;
}
@media screen and (max-width: 1200px) {
  article.single-article .single-article-content {
    padding: 61px 30px 0 30px;
  }
}
article.single-article .article-intro p {
  font-size: 20px;
  word-spacing: 0.051em;
  line-height: 1.51em;
  margin: 0 0 39px 0;
  font-weight: 400;
}
article.single-article .article-paragraph p {
  line-height: 1.88em;
  word-spacing: 0.01em;
  margin: 0 0 39px 0;
}
article.single-article .article-quote {
  margin: 89px 0 47px 0;
  padding: 0 9px 0 42px;
}
article.single-article .article-quote p {
  color: #c8c8c8;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.91em;
}
article.single-article .article-quote p:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon-quote-mark.png") no-repeat;
  top: -10px;
  left: -36px;
  width: 18px;
  height: 13px;
}
article.single-article .article-quote .quote-author {
  float: right;
  color: #01abcf;
  font-size: 14px;
  font-weight: 600;
}
article.single-article .article-with-img {
  margin: 0 0 26px 0;
}
article.single-article .article-with-img .text-wrapper,
article.single-article .article-with-img .image-wrapper {
  display: block;
  float: left;
}
article.single-article .article-with-img .text-wrapper {
  width: 53%;
}
article.single-article .article-with-img .text-wrapper p {
  line-height: 1.88em;
  word-spacing: 0.01em;
}
article.single-article .article-with-img .image-wrapper {
  width: 46%;
  padding: 7px 0 0 0;
}
@media screen and (max-width: 991px) {
  article.single-article .article-with-img {
    margin: 0 0 40px 0;
  }
  article.single-article .article-with-img .text-wrapper,
  article.single-article .article-with-img .image-wrapper {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
article.single-article .img-left .text-wrapper {
  padding: 0 0 0 67px;
}
article.single-article .img-right .text-wrapper {
  padding: 0 67px 0 0;
}
article.single-article .article-list {
  margin: 0 0 39px 0;
}
article.single-article .article-list p {
  line-height: 1.88em;
  word-spacing: 0.01em;
}
article.single-article .article-list ul li {
  list-style-type: none;
  line-height: 1.88em;
  word-spacing: 0.01em;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 53px;
  margin: 0 0 6px 0;
}
article.single-article .article-list ul li:before {
  content: "•";
  position: absolute;
  left: 29px;
  top: 1px;
  color: #01abcf;
  font-size: 20px;
}
article.single-article .article-list ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
  line-height: 1.88em;
  word-spacing: 0.01em;
  font-size: 16px;
  padding: 0 0 0 53px;
  margin: 0 0 6px 0;
}
article.single-article .article-list ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0.5em;
  width: 2em;
  text-align: right;
  color: #01abcf;
  font-size: 16px;
}
article.single-article .article-gallery {
  margin: 0 0 92px 0;
}
article.single-article .article-gallery .slick-slider {
  margin-bottom: 0;
}
article.single-article .article-gallery .slick-dots {
  bottom: -39px;
}
article.single-article .article-gallery .slick-dots li {
  margin: 0;
}
article.single-article .article-gallery .slick-dots li button:before {
  font-size: 28px;
}
article.single-article .article-gallery .slick-dots li.slick-active button:before {
  color: #01abcf;
  font-size: 41px;
}
@media screen and (max-width: 991px) {
  article.single-article .text-wrapper,
  article.single-article .image-wrapper {
    width: 100%;
  }
  article.single-article .img-right .text-wrapper,
  article.single-article .img-left .text-wrapper {
    padding: 0;
  }
}
section.see-more-articles {
  background: url("../img/bgr-snowflakes.jpg") no-repeat;
  background-size: cover;
  padding: 69px 0 0 0;
}
section.see-more-articles .columns {
  padding: 0;
}
section.see-more-articles .row {
  max-width: 1437px;
}
section.see-more-articles h2 {
  font-size: 42px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #01abcf;
  margin: 0 0 62px 0;
}
section.see-more-articles .load-btn-wrapper {
  padding: 70px 0 89px 0;
}
section.see-more-articles .load-btn {
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  section.see-more-articles .columns {
    width: 100%;
  }
}
.article-wrapper {
  padding: 0 30px;
  position: relative;
}
.article-wrapper figure {
  margin: 0;
}
.article-wrapper h3 a {
  color: #01253d;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 24px 0;
  line-height: 29px;
  letter-spacing: 0.016em;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.article-wrapper h3 a:hover {
  color: #01abcf;
}
.article-wrapper .article-image-wrapper {
  position: relative;
}
.article-wrapper .article-image-wrapper .article-thumb {
  display: block;
  height: 259px;
  width: 100%;
  background-size: cover !important;
}
.article-wrapper .article-image-wrapper .image-wrapper-overlay {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 37, 61, 0.65);
  z-index: 3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.article-wrapper .article-image-wrapper .image-wrapper-overlay img {
  width: 5%;
  height: 12%;
  position: relative;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
.article-wrapper .article-image-wrapper:hover .image-wrapper-overlay {
  opacity: 1;
}
.article-wrapper .article-intro {
  color: #737373;
  font-size: 16px;
  margin: 0 0 33px 0;
  letter-spacing: 0.025em;
  word-spacing: 0.031em;
  line-height: 24px;
  padding: 0 17px 0 0;
}
.article-wrapper .article-content-wrapper {
  padding: 33px 25px 5px 34px;
}
.article-wrapper .article-content-options {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 49px 0 64px;
}
.article-wrapper .see-more {
  display: inline-block;
}
.article-wrapper .see-more:after {
  top: 2px;
  right: -11px;
}
.article-wrapper .article-publish-date {
  display: inline-block;
  text-align: right;
}
.article-wrapper .article-publish-date:before {
  top: 7px;
  left: -33px;
}
.article-wrapper .option-left {
  width: 50%;
  float: left;
  text-align: left;
}
.article-wrapper .option-right {
  width: 50%;
  float: left;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .article-wrapper .article-content-wrapper {
    padding: 33px 0 5px 0;
  }
  .article-wrapper .article-content-options {
    padding: 0 37px 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .article-wrapper {
    width: 60%;
    margin: 0 auto 90px auto !important;
  }
  .article-wrapper .article-content-wrapper {
    padding: 33px 36px 5px 36px;
  }
  .article-wrapper .article-content-options {
    padding: 0 62px 0 65px;
  }
}
@media screen and (max-width: 991px) {
  .article-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .article-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .article-wrapper .article-content-wrapper {
    padding: 33px 0 5px 0;
  }
  .article-wrapper .article-content-options {
    padding: 0 30px 0 30px;
  }
}
.see-more {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #01253d;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.see-more:hover {
  color: #01abcf;
}
.see-more:after {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/icon-arrow-right.png") no-repeat;
  width: 7px;
  height: 10px;
}
.article-publish-date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  position: relative;
  color: #01253d;
  font-size: 15px;
}
.article-publish-date:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/icon-line.png") no-repeat;
  width: 38px;
  height: 2px;
}
.load-btn-wrapper {
  text-align: center;
}
.load-btn {
  display: inline-block;
  color: #01253d;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  border: 2px solid #01253d;
  padding: 13px 25px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
}
.load-btn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
  top: 0;
  left: 0;
  content: "";
  background: #01253d !important;
  z-index: 1;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: -1;
}
.load-btn:hover {
  color: #fff !important;
}
.load-btn:hover:before {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media only screen and (min-width: 64.063em) {
  [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
}
.add-clear .alm-reveal:before,
.add-clear .alm-reveal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.add-clear .alm-reveal:after {
  clear: both;
}
.alm-btn-wrap {
  text-align: center;
}
.news-list-load-btn {
  display: inline-block;
  color: #01253d;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  border: 2px solid #01253d;
  padding: 13px 25px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  background: #fff !important;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
  z-index: 11;
}
.news-list-load-btn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 140ms linear;
  -moz-transition: 140ms linear;
  -o-transition: 140ms linear;
  transition: 140ms linear;
  top: 0;
  left: 0;
  content: "";
  background: #01253d !important;
  z-index: 1;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: -1;
}
.news-list-load-btn:hover {
  color: #fff !important;
}
.news-list-load-btn:hover:before {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 30px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 42px;
  margin: 7px 0;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 24px;
  margin: 6px auto;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_draggerRail {
  background: #eaeaea;
  /* rgba fallback */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #01253d;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  cursor: move !important;
  width: 24px !important;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #01abcf;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 24px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 24px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #737373;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -42px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: -42px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0;
  left: 0;
  background: rgba(1, 37, 61, 0.95);
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .overlay .overlay-close {
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
    top: 6px !important;
    right: 6px !important;
  }
}
/* Menu style */
.overlay nav {
  text-align: left;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay nav p.title {
  color: #01abcf;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}
.overlay nav p.title a {
  color: #01abcf;
}
.overlay nav .row {
  max-width: 1400px;
}
.overlay nav .col {
  width: 16.666666%;
  float: left;
  padding: 0 24px;
}
.overlay nav .col_1 {
  width: 24%;
  float: none;
  padding: 0 24px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-height: 480px) {
  .overlay nav {
    top: 32px !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .overlay nav p.title {
    display: none !important;
  }
  .overlay nav ul li {
    min-height: none !important;
    padding: 0 !important;
  }
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  padding-bottom: 14px;
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 16px;
  font-size: 1.6rem;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #01abcf;
}
.overlay .search_row {
  max-width: 80%;
  margin: 0 auto;
}
.overlay .search_row form {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.overlay .search_row form input[type="text"] {
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 80%;
  left: 10%;
  height: 72px;
  line-height: 72px;
  color: #fff;
  border: none;
  border-bottom: 2px dotted #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 72px 0 18px;
  font-weight: 100 !important;
  font-size: 34px;
  font-size: 3.4rem;
}
.overlay .search_row form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.overlay .search_row form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.overlay .search_row form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.overlay .search_row form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.overlay .search_row form button {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  right: 10%;
  background: none !important;
  color: #fff;
  font-size: 24px;
  display: block;
}
.overlay .search_row form button:hover,
.overlay .search_row form button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.overlay .search_row form button:hover:before,
.overlay .search_row form button:focus:before {
  color: #01abcf !important;
}
.overlay .search_row form button span {
  display: none;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
    * 	Core Owl Carousel CSS File
    *	v1.3.3
    */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
   * 	Owl Carousel Owl Demo Theme
   *	v1.3.3
   */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #869791;
  -webkit-transition: 200ms linear;
  -moz-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
