/*
Theme Name: Akvola Theme Boostrap

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:se akvolaThemeBootstrap
Tags:two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, editor-style, custom-menu,custom-colors,featured-images,full-width-template,theme-options
*/
/*
 * Main Classes
 *--------------*/
@font-face {
  font-family: 'MinionPro-It';
  src: url("assets/fonts/MinionPro-It.eot?v=4.7.0");
  src: url("assets/fonts/MinionPro-It.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/MinionPro-It.woff") format("woff"), url("assets/fonts/MinionPro-It.ttf?v=4.7.0") format("truetype"), url("assets/fonts/MinionPro-It.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  outline: none !important; }

.rounded-20, .tech-pops .tech-pops-content div, .market-options .market-options-content .content, .media-box .content, .our-solutions .col-md-5 img, body.single-market_and_app .entry-content img, .headquarters iframe {
  border-radius: 5px; }

.rounded-20-bottom, .media-box .content .footer {
  border-radius: 0px 0px 5px 5px; }

.rounded-20-top, .media-box .content .head {
  border-radius: 5px 5px 0px 0px; }

.rounded-4, .footer-akvola .contact-form-home .contact-form-home-content input, .footer-akvola .contact-form-home .contact-form-home-content input[type="submit"], .pagination span, .pagination a, body.single-announcements .sidebar .see-all a, body.single-events .sidebar .see-all a, body.single-job_opening .sidebar .see-all a, .subscribe_newsletter input, .subscribe_newsletter select, .subscribe_newsletter input[type="submit"], .subscribe_newsletter .wpcf7-response-output {
  border-radius: 4px; }

.rounded-4-bottom, #main-menu .dropdown-menu {
  border-radius: 0px 0px 4px 4px; }

.rounded-4-top {
  border-radius: 4px 4px 0px 0px; }

.rounded-10 {
  border-radius: 5px; }

.rounded-10-bottom {
  border-radius: 0px 0px 5px 5px; }

.rounded-10-top {
  border-radius: 5px 5px 0px 0px; }

html {
  height: 100%;
  min-height: 100%; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #6d6e70;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  overflow-x: hidden; }

p {
  font-size: 17px; }

.relative {
  position: relative !important; }

.full-wh {
  display: table-cell;
  width: 1%;
  height: 100vh;
  vertical-align: middle; }

.height-100p {
  height: 100%; }

.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.main-container {
  z-index: 2;
  overflow: hidden; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-small {
  padding-top: 50px; }

.section-content {
  margin-top: 100px; }

.section-title {
  margin-bottom: 10px; }

.section-subtitle {
  margin-bottom: 0; }

.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.mt {
  margin-top: 50px; }

.no-pb {
  padding-bottom: 0; }

/*
 * Buttons
 *---------*/
.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 9px 22px;
  font-family: inherit;
  color: #fff !important;
  border-color: #00adeb !important;
  background-color: #00adeb !important; }
  .btn:hover, .btn.hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn:focus, .btn.focus {
    color: #fff !important;
    border-color: #dd3333 !important;
    background-color: #dd3333 !important; }
  .btn:hover, .btn.hover {
    color: #fff !important;
    border-color: #ff7777 !important;
    background-color: #ff7777 !important; }
  .btn:active, .btn.active {
    color: #fff !important;
    border-color: #dd3333 !important;
    background-color: #dd3333 !important; }

/*
 * Inputs
 *--------*/
.form-control {
  padding: 9px 22px;
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .form-control:hover, .form-control.hover, .form-control:focus, .form-control.focus, .form-control:active, .form-control.active {
    padding: 9px 22px;
    height: auto;
    font-family: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 1px #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/*
 * List
 *------*/
.list {
  list-style: none;
  margin: 1px 0 0 1px;
  padding: 20px 10px;
  overflow: hidden; }
  .list li {
    padding: 0 0 20px 30px;
    cursor: pointer;
    border-left: solid 1px #f3f3f3; }
    .list li .title {
      margin-bottom: 10px;
      font-weight: 500; }
    .list li:last-child {
      border-left: none; }
    .list li::before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: block;
      content: '';
      position: absolute;
      left: 18px;
      width: 16px;
      height: 16px;
      background: #fff;
      border: solid 1px #00adeb; }
    .list li:hover::before {
      background: #00adeb; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-inline li {
    display: inline-block; }

/*
 * Pagination
 *------------*/
.page-numbers {
  margin: 0px;
  float: left;
  padding: 0px; }
  .page-numbers li {
    display: inline-block; }
    .page-numbers li a, .page-numbers li span {
      cursor: pointer;
      -webkit-border-radius: 2px !important;
      -moz-border-radius: 2px !important;
      border-radius: 2px !important;
      color: #6d6e70;
      font-weight: 100;
      border: 1px solid #ddd;
      float: left;
      line-height: 1.42857;
      margin-left: -1px;
      padding: 6px 12px;
      position: relative;
      text-decoration: none; }
    .page-numbers li a:hover, .page-numbers li span:hover, .page-numbers li a.hover, .page-numbers li span.hover, .page-numbers li a:focus, .page-numbers li span:focus, .page-numbers li a.focus, .page-numbers li span.focus {
      color: #fff !important;
      background: #00adeb !important;
      border-color: #00adeb !important; }
    .page-numbers li a.current, .page-numbers li span.current {
      color: #fff !important;
      background: #00adeb;
      border-color: #00adeb; }

/*
 * Progress
 *----------*/
.progress {
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .progress .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #00adeb; }

/*
 * Panels
 *--------*/
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 0; }
  .panel + .panel {
    margin-top: 0 !important; }
  .panel .panel-heading {
    padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
    .panel .panel-heading .panel-title a {
      display: block;
      padding: 10px 15px; }
      .panel .panel-heading .panel-title a .collapse-icon {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        float: right; }
      .panel .panel-heading .panel-title a.collapsed .collapse-icon {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
  .panel.panel-theme {
    border: solid 1px #eee; }
    .panel.panel-theme + .panel-theme {
      border-top: none; }
    .panel.panel-theme .panel-heading {
      border: none; }
      .panel.panel-theme .panel-heading a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: 300 !important; }
        .panel.panel-theme .panel-heading a:not(.collapsed) {
          color: #fff;
          background: #00adeb; }
    .panel.panel-theme .panel-body {
      border-top: solid 1px #eee !important; }
  .panel:last-child .panel-heading {
    border-bottom-width: 1px; }

/*
 * Tags
 *------*/
.tagcloud a, .tags a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 5px 5px 0;
  color: #6d6e70;
  border: solid 1px #eee;
  font-size: 12px !important; }

.tagcloud a:hover, .tags a:hover {
  color: #fff;
  text-decoration: none;
  background: #00adeb;
  border: solid 1px #00adeb; }

/*
 * Social Inline
 *---------------*/
.social-inline {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .social-inline {
      margin-left: calc(50% - 62px); } }
  .social-inline li {
    display: block;
    float: left;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-inline li a {
      display: inline-block;
      width: 44px;
      height: 44px;
      text-align: center;
      font-size: 0px;
      color: #FFF; }
    .social-inline li:hover {
      text-decoration: none;
      color: #fff; }
  .social-inline .social-fa-twitter {
    background-image: url("assets/img/icon-twitter.svg"); }
    .social-inline .social-fa-twitter:hover {
      background-image: url("assets/img/icon-twitter-hover.svg"); }
  .social-inline .social-fa-linkedin {
    background-image: url("assets/img/icon-linkedin.svg"); }
    .social-inline .social-fa-linkedin:hover {
      background-image: url("assets/img/icon-linkedin-hover.svg"); }

/*
 * Social Share
 *--------------*/
.social-share {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: table;
  width: 100%; }
  .social-share li {
    display: table-cell;
    text-align: center; }
    .social-share li a {
      display: block;
      line-height: 32px;
      padding: 0 5px;
      border: solid 1px #eee;
      border-right-width: 0; }
      .social-share li a:hover {
        color: #fff;
        background: #00adeb;
        border-color: #00adeb; }
    .social-share li:last-child a {
      border-right-width: 1px; }

/*
 * Typography
 *------------*/
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  color: #333;
  font-weight: 400;
  margin: 0 0 30px; }

h3, h4 {
  margin-bottom: 15px; }

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

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #00adeb; }
  a:hover, a.hover, a:focus, a.focus {
    color: #6d6e70;
    text-decoration: none; }

.strong, strong {
  font-weight: 500; }

blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #00adeb; }

p {
  margin: 0 0 30px; }

/*
 * Iconography
 *------------*/
.fa-1dot5 {
  font-size: 1.5em; }

/*
 * Backgrounds
 *-------------*/
.bg-light-gray {
  background: #f5f5f5; }

.bg-tuna {
  background: #32323a url(../img/bg-tuna.jpg); }

/*
 * Text Colors & Effects
 *-----------------------*/
.text-white {
  color: #fff; }

.text-theme {
  color: #00adeb; }

/*
 * Magnific
 *----------*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important; }

.mfp-figure::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .0;
  -webkit-backface-visibility: hidden; }
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0; }
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .9; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: .0; }

/*
 * Scroll To Top Element
 *-----------------------*/
.scroll-to-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: .0;
  width: 32px;
  height: 32px;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #334b6f;
  border: 1px solid #FFF; }
  .scroll-to-top .icon {
    font-size: 18px; }
  .scroll-to-top.in {
    opacity: .7;
    -webkit-animation: 0.3s animationZoomIn;
    -o-animation: 0.3s animationZoomIn;
    animation: 0.3s animationZoomIn; }
  .scroll-to-top:hover {
    opacity: 1.0; }

/*
 * Preloader
 *-----------*/
#preloader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; }

.loaded #preloader {
  background: rgba(255, 255, 255, 0.3); }

.loader {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: solid 2px transparent;
  border-top-color: #89b7f3;
  -webkit-animation: loaderAnimation 1s ease-in-out infinite;
  -o-animation: loaderAnimation 1s ease-in-out infinite;
  animation: loaderAnimation 1s ease-in-out infinite; }
  .loader::before {
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 96px;
    height: 96px;
    border: solid 2px transparent;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top-color: #f5817f;
    -webkit-animation: loaderAnimation 1.4s ease-in infinite;
    -o-animation: loaderAnimation 1.4s ease-in infinite;
    animation: loaderAnimation 1.4s ease-in infinite; }

/*
 * Gallery Item
 *--------------*/
.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8); }
  .gallery-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%; }
  .gallery-image::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .0;
    background: rgba(255, 255, 255, 0.8); }
  .gallery-image::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
    opacity: 0;
    background: #00adeb;
    font-family: 'FontAwesome', sans-serif; }
  .gallery-image:hover::before {
    opacity: .7; }
  .gallery-image:hover::after {
    -webkit-animation: 0.5s animationZoomIn;
    -o-animation: 0.5s animationZoomIn;
    animation: 0.5s animationZoomIn;
    opacity: 1.0; }
  .gallery-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

/*--------------------------------------------------------------------------------------------------------------------
 * Header
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Brand & Navigation
 *--------------------*/
.header {
  height: 96px; }

.menu-item-language a {
  width: 2ch;
  overflow: hidden;
  white-space: nowrap; }

header#home {
  height: 500px;
  background-image: url("assets/img/primary-bg-image.jpg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

body.home header#home {
  height: 1500px;
  background-image: url("assets/img/primary-bg-image.jpg");
  background-position: center center;
  background-size: 100% 100%; }

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  min-height: 1px;
  font-size: 13px;
  border: none; }
  .navbar .information {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 32px;
    font-weight: 100;
    line-height: 32px;
    border-bottom: solid 1px #eee; }
    .navbar .information i.fa {
      font-size: 12px; }
    .navbar .information a, .navbar .information span {
      display: block;
      float: left;
      padding-left: 7px;
      padding-right: 12px;
      border-left: solid 1px #eee;
      color: #6d6e70;
      font-weight: 100 !important; }
    .navbar .information a .icon {
      display: inline-block;
      text-align: center;
      width: 24px; }
    .navbar .information a:hover {
      color: #fff;
      background: #00adeb;
      border-color: #00adeb; }
    .navbar .information .social {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      .navbar .information .social li {
        display: block;
        float: left; }
        .navbar .information .social li a {
          display: block;
          padding-left: 0;
          padding-right: 0;
          width: 32px;
          line-height: 32px;
          vertical-align: middle;
          border-right: solid 1px #eee;
          border-left: none; }
          .navbar .information .social li a:hover {
            color: #fff;
            background: #00adeb;
            border-color: #00adeb; }
  .navbar .brand {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    line-height: 64px;
    vertical-align: middle; }
    .navbar .brand .logo-small {
      display: none; }
    .navbar .brand .logo-big {
      display: inline-block; }
  .navbar .nav li a {
    margin: 15px 5px;
    padding: 7px 15px;
    color: #FFF;
    text-shadow: none;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar .nav li a:hover, .navbar .nav li a.hover, .navbar .nav li a:focus, .navbar .nav li a.focus {
      color: #00adeb;
      background-color: transparent;
      border-color: #00adeb; }
    @media screen and (max-width: 1220px) {
      .navbar .nav li a {
        padding: 7px 10px; } }
    @media screen and (max-width: 1170px) {
      .navbar .nav li a {
        padding: 7px 10px; } }
    @media screen and (max-width: 1130px) {
      .navbar .nav li a {
        padding: 7px 6px;
        font-size: 16px; } }
    @media screen and (max-width: 1050px) {
      .navbar .nav li a {
        padding: 7px 0px;
        font-size: 15px; } }
    @media screen and (max-width: 850px) {
      .navbar .nav li a {
        padding: 7px 0px;
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .navbar .nav li a span {
        padding-left: 2px;
        padding-right: 2px; }
      .navbar .nav li a span.icon-bar {
        padding: 0px; } }
  .navbar .nav li.active > a {
    border: 0px; }
    .navbar .nav li.active > a > span {
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .navbar .nav li.active > a > span:hover {
        border-bottom: 2px solid #00adeb; }
    @media screen and (max-width: 767px) {
      .navbar .nav li.active > a {
        border-bottom: 0px; } }
  .navbar .nav li.dropdown .dropdown-menu {
    /*
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    */
    text-transform: capitalize;
    border-top: solid 6px #1A4B82;
    left: 4px;
    right: auto;
    background-color: #EFEFF0;
    margin-top: -6px;
    margin-left: 15px; }
  .navbar .nav ul.dropdown-menu li > a {
    padding: 7px 15px; }
  .navbar .nav ul.dropdown-menu li.active > a {
    border: 0px; }
    .navbar .nav ul.dropdown-menu li.active > a span {
      border-bottom: 0px; }
      .navbar .nav ul.dropdown-menu li.active > a span:hover {
        border: 0px; }
  .navbar .navbar-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 12px;
    margin-bottom: 12px;
    border: solid 1px #FFF; }
    .navbar .navbar-toggle .icon-bar {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #FFF; }
    .navbar .navbar-toggle:hover {
      border-color: #00adeb; }
      .navbar .navbar-toggle:hover .icon-bar {
        background: #00adeb; }
  .navbar.navbar-fill .nav li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 22px;
    padding-bottom: 22px; }
  .navbar.navbar-fill .nav li.dropdown .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar.navbar-underline .nav li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 22px;
    padding-bottom: 20px;
    background: transparent;
    border-bottom: solid 2px transparent; }
    .navbar.navbar-underline .nav li a:hover, .navbar.navbar-underline .nav li a.hover, .navbar.navbar-underline .nav li a:focus, .navbar.navbar-underline .nav li a.focus {
      color: #00adeb;
      border-bottom-color: #00adeb; }
  .navbar.navbar-underline .nav li.active > a, .navbar.navbar-underline .nav li.active a {
    color: #00adeb;
    border-bottom-color: #00adeb; }
  .navbar.navbar-underline .nav li.dropdown .dropdown-menu {
    border-top: none; }
    .navbar.navbar-underline .nav li.dropdown .dropdown-menu a {
      padding-top: 10px;
      padding-bottom: 10px; }
  .navbar.affix-top {
    position: fixed; }
    .navbar.affix-top .nav li a {
      margin-top: 25px;
      margin-top: 19px;
      margin-bottom: 10px; }
  .navbar.affix {
    position: fixed; }
    .navbar.affix .information {
      height: 0;
      border-bottom-width: 0; }
    .navbar.affix .brand {
      line-height: 55px; }
    .navbar.affix .navbar-toggle {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .navbar.affix .navbar-toggle {
          margin-top: 12px; } }
    .navbar.affix.navbar-fill .nav li a {
      padding-top: 17px;
      padding-bottom: 17px; }
    .navbar.affix.navbar-underline .nav li a {
      padding-top: 17px;
      padding-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .navbar.affix .nav li a {
        margin-top: 0px;
        line-height: 18px; } }

.no-mobile .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block; }

.team-member {
  margin-bottom: 30px; }
  .team-member .image {
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden; }
    .team-member .image img {
      width: 100%;
      max-width: 100%; }
  .team-member .name {
    margin-bottom: 10px; }
  .team-member .post {
    display: block;
    margin-bottom: 10px;
    color: #00adeb; }
  .team-member .text {
    margin-bottom: 10px; }

/*--------------------------------------------------------------------------------------------------------------------
 * Modal
 *--------------------------------------------------------------------------------------------------------------------*/
.modal {
  text-align: center;
  white-space: nowrap; }
  .modal .modal-dialog {
    display: inline-block;
    margin: 0;
    width: 500px;
    max-width: 98%;
    text-align: left;
    white-space: normal;
    vertical-align: middle; }
    .modal .modal-dialog .modal-content {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 20px 20px 0;
      border: none;
      opacity: .0; }
      .modal .modal-dialog .modal-content .modal-header {
        border-bottom: none; }
        .modal .modal-dialog .modal-content .modal-header .modal-title {
          text-transform: uppercase; }
  .modal .close {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .modal::before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle; }
  .modal.fade.in .modal-content {
    opacity: 1.0; }

.modal-result {
  margin-bottom: 30px; }

.result-icon {
  position: relative;
  margin-bottom: 30px; }
  .result-icon .icon-border {
    position: relative;
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto; }
    .result-icon .icon-border .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 48px;
      line-height: 128px;
      text-align: center;
      color: #00adeb; }
    .result-icon .icon-border svg {
      z-index: 1;
      width: 100%;
      height: 100%; }
      .result-icon .icon-border svg circle {
        /*  fill: none;
          stroke: $link_color;
          stroke-width: 1;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-dasharray: 39 39;
          stroke-dashoffset: -39;
          -webkit-transition: stroke-dashoffset 0.5s;
          -moz-transition: stroke-dashoffset 0.5s;
          -ms-transition: stroke-dashoffset 0.5s;
          -o-transition: stroke-dashoffset 0.5s;
          transition: stroke-dashoffset 0.5s;*/ }
    .result-icon .icon-border::after {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: solid 3px #eee; }

.in .icon-border .icon {
  -webkit-animation: 0.5s bounceIn;
  -o-animation: 0.5s bounceIn;
  animation: 0.5s bounceIn; }
.in .icon-border svg circle {
  /*  stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.5s linear 0.5s;
    -moz-transition: stroke-dashoffset 0.5s linear 0.5s;
    -ms-transition: stroke-dashoffset 0.5s linear 0.5s;
    -o-transition: stroke-dashoffset 0.5s linear 0.5s;
    transition: stroke-dashoffset 0.5s linear 0.5s;*/ }

/*--------------------------------------------------------------------------------------------------------------------
 * Footer
 *--------------------------------------------------------------------------------------------------------------------*/
footer.footer {
  padding-top: 45px;
  background-color: #00AEEF; }
  footer.footer .footer-bootom {
    background-color: #334b6f;
    overflow: hidden; }
  footer.footer p {
    margin-bottom: 10px; }
  footer.footer .logo {
    margin-bottom: 20px; }
  footer.footer .footer-col {
    margin-bottom: 30px; }
  footer.footer .subtitle {
    margin-bottom: 5px; }
  footer.footer .post {
    margin-bottom: 10px; }
    footer.footer .post .image {
      width: 60px;
      height: 60px;
      overflow: hidden; }
    footer.footer .post .text {
      margin-bottom: 5px; }
  footer.footer .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer.footer .menu li {
      position: relative;
      padding-left: 15px; }
      footer.footer .menu li a {
        display: block;
        padding-bottom: 4px;
        font-weight: 500;
        color: #6d6e70; }
      footer.footer .menu li::before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        display: block;
        content: '';
        position: absolute;
        top: 7px;
        left: 2px;
        width: 5px;
        height: 5px;
        background: #6d6e70; }
      footer.footer .menu li:hover a {
        color: #00adeb; }
      footer.footer .menu li:hover::before {
        background-color: #00adeb; }

.section-page-header {
  margin-top: -500px;
  height: 500px; }
  .section-page-header .container, .section-page-header .container .row {
    height: 500px; }
  .section-page-header .container .row {
    margin: 0px; }
  .section-page-header .title {
    font-size: 5em;
    padding: 0;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    white-space: pre-line; }
    @media screen and (max-width: 767px) {
      .section-page-header .title {
        font-size: 3em; } }
    @media screen and (max-width: 620px) {
      .section-page-header .title {
        font-size: 3em; } }
    @media screen and (max-width: 550px) {
      .section-page-header .title {
        font-size: 3em; } }
  .section-page-header .blog-post {
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .section-page-header .blog-post .meta {
      margin-bottom: 0px;
      padding-bottom: 0px; }
  .section-page-header .subtitle {
    font-family: 'MinionPro-It', sans-serif;
    font-size: 2em;
    color: #BCBEC0; }

body.home .section-page-header {
  margin-top: -350px;
  height: 350px; }
  body.home .section-page-header .container .row .col-md-12 {
    text-align: center; }

body.single-announcements header#home, body.single-events header#home, body.single-job_opening header#home {
  height: 400px; }
body.single-announcements .section-page-header, body.single-events .section-page-header, body.single-job_opening .section-page-header {
  margin-top: -400px;
  height: 400px; }
  body.single-announcements .section-page-header .container, body.single-announcements .section-page-header .container .row, body.single-events .section-page-header .container, body.single-events .section-page-header .container .row, body.single-job_opening .section-page-header .container, body.single-job_opening .section-page-header .container .row {
    height: 400px; }

/*
 * Widget: Menu
 *--------------*/
#secondary .widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #secondary .widget ul a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6d6e70;
    border-bottom: solid 1px #eee; }
    #secondary .widget ul a:hover {
      color: #00adeb;
      padding-left: 10px; }

.page-404 h1 {
  font-size: 80px;
  font-weight: 600; }

/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .header {
    height: 64px; }

  .breadcrumb {
    float: none;
    text-align: left !important;
    padding-left: 0 !important; } }
@media screen and (max-width: 767px) {
  .brand .logo-big {
    display: none !important; }
  .brand .logo-small {
    display: inline-block !important; }

  .slider {
    text-align: center; }

  .stat {
    margin-bottom: 30px; }

  .footer .signup-form .btn-theme {
    display: block;
    width: 100%; }

  .blog-post .social-inline {
    float: none !important; } }
@media screen and (max-width: 480px) {
  .testimonials-carousel .owl-controls {
    position: static; }

  .footer .footer-col {
    float: none;
    width: 100%; }
  .footer hr {
    display: none; } }
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.akvolaThemeBootstrap-bar {
  position: relative; }
  .akvolaThemeBootstrap-bar:before {
    content: "";
    position: absolute;
    width: 6px;
    height: calc(100% + 6em);
    background: rgba(76, 76, 76, 0.2);
    top: -3em;
    left: -3em;
    z-index: -1; }
  .akvolaThemeBootstrap-bar:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 0;
    background: #75b17d;
    top: -3em;
    left: -3em;
    z-index: -1;
    -o-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out; }
  .akvolaThemeBootstrap-bar:hover:after {
    height: calc(100% + 6em); }

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  text-align: right; }

header.page-header {
  background: #f2f2f2;
  color: #7c7c7c;
  margin-left: -6em;
  margin-right: -6em;
  margin-top: -3em;
  margin-bottom: 3em;
  text-align: center;
  padding: 1.5em; }
  header.page-header h1 {
    margin: 0;
    letter-spacing: -1px; }

span.logo_text {
  font-size: 0px;
  margin-bottom: 5px;
  margin-top: 17px;
  background-image: url("assets/img/akvola-logo.svg");
  background-repeat: no-repeat;
  width: 300px;
  height: 30px;
  margin-left: 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
  @media screen and (max-width: 1170px) {
    margin-top: 19px;
    width:200px;
  }
  */
  /*
  @media screen and (max-width: 950px) {
    margin-top: 20px;
    width:120px;
  }
  */ }
  @media screen and (max-width: 1000px) {
    span.logo_text {
      width: 230px; } }
  @media screen and (max-width: 1000px) {
    span.logo_text {
      width: 180px; } }
  @media screen and (max-width: 840px) {
    span.logo_text {
      width: 150px; } }
  @media screen and (max-width: 767px) {
    span.logo_text {
      margin-top: 17px;
      width: 150px; } }

.affix-top span.logo_text {
  height: 65px;
  margin-top: 15px;
  margin-top: 30px; }
  @media screen and (max-width: 1000px) {
    .affix-top span.logo_text {
      margin-top: 22px; } }
  @media screen and (max-width: 767px) {
    .affix-top span.logo_text {
      margin-top: 17px;
      width: 150px; } }

@media screen and (max-width: 767px) {
  nav#navigation {
    background-color: #334b6f; } }

div#main-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    div#main-menu {
      background-color: #334b6f;
      border-bottom: 2px solid #00adeb;
      border-top: 5px solid #00adeb;
      background-size: 0% 0%; }
      div#main-menu a {
        color: #fff;
        padding-left: 5%;
        font-weight: 600; } }

nav#navigation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#navigation p.site-description {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 18px; }

.affix-top img.custom-logo {
  max-height: 60px;
  width: auto;
  margin-top: 3px; }

.affix img.custom-logo {
  max-height: 45px;
  width: auto;
  margin-top: 5px; }

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

.caption-text {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 25px;
  display: block; }

h2.screen-reader-text {
  display: none; }

.search-field {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: none;
  font-family: inherit;
  height: auto;
  padding: 9px 10px;
  font-weight: normal; }

.search-submit {
  background-color: #00adeb !important;
  border-color: #00adeb !important;
  border-radius: 3px;
  color: #fff !important;
  font-family: inherit;
  padding: 9px 10px;
  transition: all 0.3s ease-in-out 0s;
  border: none; }

.homes-boxes {
  text-align: center;
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.3333%; }
  @media screen and (max-width: 767px) {
    .homes-boxes {
      width: 100%; } }
  .homes-boxes img, .homes-boxes svg {
    width: 40%; }
  .homes-boxes h3 {
    color: #00ADEB;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold; }
  .homes-boxes p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-size: 17px; }
  .homes-boxes ul {
    font-size: 17px;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px; }
    .homes-boxes ul li {
      font-size: 17px; }

.text-home {
  color: #6D6E71;
  font-family: "MinionPro-It",sans-serif;
  font-size: 24px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-top: 55px;
  padding-bottom: 50px; }
  .text-home p {
    font-size: 24px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center; }
  @media screen and (max-width: 550px) {
    .text-home {
      padding: 10px;
      padding-top: 60px;
      padding-bottom: 60px; } }

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #00ADEB;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both; }

#footer-sponsors {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px; }
  #footer-sponsors::after {
    content: " ";
    clear: both;
    display: block; }
  #footer-sponsors li {
    float: left;
    text-align: center;
    width: 20%;
    display: block;
    margin: 0px;
    height: 120px;
    line-height: 100px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #footer-sponsors li {
        width: 100%;
        text-align: center;
        height: auto; } }
    #footer-sponsors li img {
      vertical-align: middle;
      max-height: 120px;
      line-height: 100px;
      width: 90%;
      filter: grayscale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-filter: grayscale(100%); }
      @media screen and (max-width: 767px) {
        #footer-sponsors li img {
          max-height: none; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #footer-sponsors li img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); } }
      #footer-sponsors li img:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0); }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          #footer-sponsors li img:hover {
            filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
            /* Firefox 10+, Firefox on Android */
            filter: gray;
            /* IE6-9 */ } }
  #footer-sponsors .slick-slide img {
    display: inline; }
  #footer-sponsors button {
    display: none; }

.footer-akvola .contact-form-home {
  padding-bottom: 55px; }
  .footer-akvola .contact-form-home .request-free {
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .footer-akvola .contact-form-home .request-free {
        line-height: 50px;
        margin-bottom: 20px; } }
  .footer-akvola .contact-form-home .request-free-text {
    font-family: "MinionPro-It",sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #FFF;
    text-align: center;
    display: block; }
  .footer-akvola .contact-form-home .button-submit:after {
    content: ' ';
    clear: both;
    display: block; }
  .footer-akvola .contact-form-home .contact-form-home-content {
    padding-top: 30px; }
    .footer-akvola .contact-form-home .contact-form-home-content input {
      width: 100%;
      font-family: 'Open Sans', sans-serif;
      color: #6D6E71;
      font-weight: 300;
      padding: 10px;
      font-size: 14px;
      border: 0px; }
    .footer-akvola .contact-form-home .contact-form-home-content input[type="submit"] {
      border: 1px solid #FFF;
      background-color: transparent;
      color: #FFF;
      margin-top: 25px;
      width: 64%;
      width: 90.6%;
      width: 100%;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 14px; }
      .footer-akvola .contact-form-home .contact-form-home-content input[type="submit"]:hover {
        background-color: #FFF;
        color: #00ADEB;
        cursor: pointer; }

.footer-bootom .row {
  padding-top: 10px;
  padding-bottom: 10px; }
.footer-bootom .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #FFF;
  margin-top: 15px; }
  .footer-bootom .copyright a {
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
    .footer-bootom .copyright a:hover {
      text-decoration: underline; }

.tech-pops {
  margin-top: 35px;
  padding-left: 55px;
  padding-right: 55px; }
  .tech-pops:before, .tech-pops:after {
    content: ' ';
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .tech-pops {
      padding-left: 7%;
      padding-right: 7%; } }
  .tech-pops .tech-pops-content {
    width: 48%;
    float: left; }
    @media screen and (max-width: 1050px) {
      .tech-pops .tech-pops-content {
        width: 100%; }
        .tech-pops .tech-pops-content:nth-child(2) {
          margin-top: 35px; } }
    .tech-pops .tech-pops-content div {
      background-color: #EDEDED;
      padding: 30px;
      padding-left: 40px;
      padding-right: 40px; }
      @media screen and (max-width: 1050px) {
        .tech-pops .tech-pops-content div {
          padding: 10%; } }
      .tech-pops .tech-pops-content div h4 {
        color: #3B425A;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin: 0px;
        font-size: 28px; }
      .tech-pops .tech-pops-content div h5 {
        font-family: 'Open Sans', sans-serif;
        color: #6D6E71;
        font-weight: 700;
        margin: 0px;
        margin-top: 25px;
        font-size: 16px;
        font-size: 20px; }
      .tech-pops .tech-pops-content div ul {
        margin-top: 0px;
        padding-top: 0px; }
        .tech-pops .tech-pops-content div ul li {
          font-family: 'Open Sans', sans-serif;
          color: #6D6E71;
          margin-left: -15px;
          padding-left: 15px;
          font-size: 18px; }
  .tech-pops .tech-pops-content + .tech-pops-content {
    margin-left: 4%; }
    @media screen and (max-width: 1050px) {
      .tech-pops .tech-pops-content + .tech-pops-content {
        margin-left: 0%; } }
  .tech-pops .col-md-4 {
    width: 33.3333%; }
    @media screen and (max-width: 1050px) {
      .tech-pops .col-md-4 {
        width: 100%; } }
  .tech-pops .tech-pops-content.col-md-4 + .tech-pops-content.col-md-4 {
    margin-left: 0%; }

.container-video {
  width: 90.34%;
  margin-left: 4.83%;
  margin-right: 4.83%; }
  .container-video .margin-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px; }
  .container-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body .dropdown-menu > li > a {
  color: #334b6f; }
  body .dropdown-menu > li > a:hover {
    background-color: transparent; }

.navbar .nav li a > .menu-item a {
  color: #334b6f; }
  .navbar .nav li a > .menu-item a:hover {
    background-color: transparent; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 100%; }

body.menu-on-content #main-menu, body .affix #main-menu {
  background-color: #334b6f;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    body.menu-on-content #main-menu, body .affix #main-menu {
      background-color: #334b6f; } }

body .navbar .nav .dropdown-menu > li > a {
  color: #334b6f;
  line-height: 15px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0px; }

body .navbar .nav .dropdown-menu > li > a:hover {
  color: #00adeb; }

body .navbar .nav .dropdown-menu > li.current-menu-item > a {
  background-color: #00adeb;
  color: #FFF; }

#lang_sel_list {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px;
  margin-top: -1px; }
  #lang_sel_list li {
    width: 40px; }
    #lang_sel_list li a {
      margin-right: 10px;
      padding: 2px;
      text-transform: none;
      font-size: 13px;
      width: 30px;
      text-align: center;
      font-family: "Open Sans",sans-serif; }
    #lang_sel_list li a.lang_sel_other {
      color: #FFF; }
    #lang_sel_list li a.lang_sel_sel {
      background: #FFF none repeat scroll 0 0;
      color: #334b6f; }
  #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_other {
    background-color: transparent; }
  @media screen and (max-width: 767px) {
    #lang_sel_list {
      display: none; } }

.affix #lang_sel_list {
  display: none; }

.full-content {
  width: 100%; }

.market-list .items-rows {
  clear: both; }
.market-list div.type_of_wastewater {
  margin-left: 5%;
  width: calc(30% - 1px);
  float: left; }
  .market-list div.type_of_wastewater:nth-child(3n +1) {
    margin-left: 0px; }
  @media screen and (max-width: 767px) {
    .market-list div.type_of_wastewater {
      width: 100%;
      padding-left: 10%;
      padding-right: 10%;
      float: none;
      margin-left: 0px; } }
.market-list h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #00adeb; }
.market-list p {
  font-family: "Open Sans",sans-serif;
  font-size: 17px; }
.market-list strong {
  font-weight: 700; }

.affix-top {
  height: 90px; }
  @media screen and (max-width: 767px) {
    .affix-top {
      height: 64px; } }

.affix {
  height: 54px; }
  @media screen and (max-width: 767px) {
    .affix {
      height: 64px; } }

.pre-footer, .main-container > .container, .see-media {
  padding-bottom: 50px; }

.market-list h4, .market-list p {
  text-align: left; }

.market-list h4 {
  font-size: 26px;
  line-height: 28px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.market-options {
  padding-bottom: 25px; }
  .market-options .content {
    padding: 50px; }
    @media screen and (max-width: 1050px) {
      .market-options .content {
        padding: 20px; } }
    .market-options .content h4 {
      color: #3b425a;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 25px;
      width: 100%; }
    .market-options .content .list-downloads {
      list-style: none;
      margin-left: -19px; }
      .market-options .content .list-downloads a {
        color: #6d6e71;
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        line-height: 25px;
        background-image: url(assets/img/application_pdf.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
        padding-left: 30px; }
        .market-options .content .list-downloads a:hover {
          color: #00adeb; }
        .market-options .content .list-downloads a i {
          font-size: 11px; }
    .market-options .content .list-options {
      list-style-type: square;
      color: #6d6e71;
      font-family: "Open Sans",sans-serif;
      font-size: 15px; }
  .market-options .market-options-content {
    padding-left: 55px;
    padding-right: 55px; }
    @media screen and (max-width: 767px) {
      .market-options .market-options-content {
        padding-left: 10%;
        padding-right: 10%; } }
    @media screen and (max-width: 1050px) {
      .market-options .market-options-content:after, .market-options .market-options-content:before {
        content: ' ';
        display: block;
        clear: both; }
      .market-options .market-options-content:nth-child(2) {
        margin-top: 35px; } }
    .market-options .market-options-content .content {
      width: 48%;
      float: left;
      background-color: #ededed; }
      @media screen and (max-width: 1050px) {
        .market-options .market-options-content .content {
          width: 100%; } }
  .market-options .market-options-content + .market-options-content .content {
    margin-left: 4%; }
    @media screen and (max-width: 1050px) {
      .market-options .market-options-content + .market-options-content .content {
        margin-left: 0px; } }

.see-media {
  background: #ededed; }

.media-box {
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 12px;
  width: 31.3333333%; }
  @media screen and (max-width: 1050px) {
    .media-box {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .media-box {
      width: 100%; } }
  .media-box:nth-child(2) {
    margin-left: 3%; }
    @media screen and (max-width: 1050px) {
      .media-box:nth-child(2) {
        margin-left: 4%; } }
    @media screen and (max-width: 767px) {
      .media-box:nth-child(2) {
        margin-left: 0%; } }
  .media-box:nth-child(3) {
    margin-left: 3%; }
    @media screen and (max-width: 1050px) {
      .media-box:nth-child(3) {
        width: 100%;
        margin-left: 0px; } }
  .media-box .content {
    background-color: #FFF;
    /*
    .body > div {
      border-bottom: 1px solid #c8cacc;
    }
    */ }
    .media-box .content .head {
      background-color: #334b6f; }
      .media-box .content .head h3 {
        font-family: "Open Sans",sans-serif;
        font-weight: 700;
        font-size: 25px;
        color: #FFF;
        width: 100%;
        text-align: center;
        line-height: 50px;
        padding: 0px;
        margin: 0px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
    .media-box .content .body {
      background-color: #FFF; }
      .media-box .content .body ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
    .media-box .content .footer {
      clear: both;
      line-height: 20px;
      background-color: #FFF;
      padding-bottom: 5px;
      padding-top: 15px; }
      .media-box .content .footer a {
        color: #c8cacc;
        font-family: "Open Sans",sans-serif;
        font-weight: 700;
        font-size: 20px;
        font-weight: 700;
        padding: 15px; }
        .media-box .content .footer a:hover {
          cursor: pointer;
          color: #00adeb; }
  .media-box .announcements .entry-title {
    font-size: 14px;
    font-weight: normal; }
  .media-box .upcoming-events .h-event {
    height: 75px;
    margin-bottom: 10px;
    display: block; }
  .media-box .upcoming-events a.p-name {
    font-size: 14px; }
  .media-box .upcoming-events p {
    font-size: 13px;
    font-weight: normal; }
  .media-box .upcoming-events .div-table-col {
    text-align: center;
    vertical-align: middle;
    height: 75px;
    position: relative;
    width: 31.5%; }
    .media-box .upcoming-events .div-table-col img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    @supports (-ms-ime-align: auto) {
      .media-box .upcoming-events .div-table-col img {
        position: static; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .media-box .upcoming-events .div-table-col img {
        position: static; } }
  .media-box .upcoming-events .div-table-col-mer {
    text-align: left;
    height: 75px;
    display: table;
    padding-left: 5%;
    width: 68.5%; }
    .media-box .upcoming-events .div-table-col-mer .align-middle {
      display: table-cell;
      vertical-align: middle; }
    .media-box .upcoming-events .div-table-col-mer h6, .media-box .upcoming-events .div-table-col-mer span {
      vertical-align: middle;
      display: inline-block; }

.announcements .body {
  padding: 15px;
  padding-top: 5px; }
.announcements div.row {
  margin: 0px; }
.announcements div.row > article {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e9ea; }
.announcements button {
  width: 15%;
  float: left;
  background-image: url("assets/img/icon-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38%;
  border: 0px;
  background-color: #FFF; }
.announcements p {
  color: #00adeb;
  margin: 0px;
  padding: 0px; }
.announcements span {
  color: #bcbec0; }
.announcements .date {
  font-size: 13px; }
.announcements li {
  clear: both; }
.announcements div.row {
  margin-top: 10px; }

.upcoming-events .body {
  padding: 10px; }
.upcoming-events h6 {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-weight: 700;
  color: #00adeb;
  margin: 0px;
  padding: 0px; }
.upcoming-events p {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 17px;
  color: #bcbec0;
  margin: 0px;
  padding: 0px;
  line-height: 20px; }
.upcoming-events .div-table {
  display: table;
  width: 100%;
  border-spacing: 5px;
  /*cellspacing:poor IE support for  this*/ }
.upcoming-events .div-table-row {
  display: table-row;
  width: auto;
  clear: both; }
.upcoming-events .div-table-row-space {
  height: 10px; }
.upcoming-events .div-table-col {
  float: left;
  /*fix for  buggy browsers*/
  display: table-column;
  width: 31.5%; }
.upcoming-events .div-table-col-mer {
  width: 68.5%;
  padding-left: 5%; }

.media-coverage .body {
  padding: 15px; }
  .media-coverage .body div.item {
    content: ' ';
    clear: both;
    display: block; }
    .media-coverage .body div.item:after, .media-coverage .body div.item:before {
      content: ' ';
      clear: both;
      display: block; }
.media-coverage .div-table-col {
  display: table-column;
  float: left;
  width: 31.5%; }
.media-coverage .div-table-col-mer {
  padding-left: 5%;
  width: 68.5%; }
.media-coverage .div-table {
  border-spacing: 5px;
  display: table;
  width: auto; }
.media-coverage .div-table-row {
  clear: both;
  display: table-row;
  width: auto; }
.media-coverage img {
  width: 100%; }
.media-coverage div.date {
  display: block;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #bcbec0;
  line-height: 20px; }
.media-coverage h6 {
  margin: 0px;
  padding: 0px; }
  .media-coverage h6 a {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: normal;
    color: #00adeb;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 20px; }
    .media-coverage h6 a:hover {
      cursor: pointer;
      color: #6d6e70; }
.media-coverage p {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 17px;
  color: #bcbec0;
  margin: 0px;
  padding: 0px;
  font-weight: normal; }
.media-coverage .article-time span {
  font-size: 13px;
  font-weight: normal; }

.pre-footer .archive ul, .main-container .archive ul {
  padding: 0px; }

.pre-footer h2 {
  margin-top: 0px; }

.back-for-element {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1; }

.our-team-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 40px; }
  .our-team-list li {
    box-sizing: border-box;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    min-height: 1px;
    padding: 5px 10px;
    position: relative;
    width: 292px;
    vertical-align: top;
    text-align: left;
    width: calc(33% - 1px);
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .our-team-list li {
        width: calc(50% - 1px); } }
    @media screen and (max-width: 590px) {
      .our-team-list li {
        width: calc(100% - 1px); } }
  .our-team-list h3 {
    color: #00adeb;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center; }
  .our-team-list .member-job {
    color: #334b6f;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: center; }
  .our-team-list .member-desc {
    border-top: 1px solid #00adeb;
    padding-top: 10px;
    line-height: 28px; }
  .our-team-list .member-links {
    text-align: center;
    height: 27px; }
    .our-team-list .member-links i, .our-team-list .member-links span {
      padding: 5px;
      font-size: 18px;
      color: #6d6e70; }
      .our-team-list .member-links i:hover, .our-team-list .member-links span:hover {
        color: #00adeb;
        cursor: pointer; }
  .our-team-list .member-img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    border-bottom-color: #888888;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #888888;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #888888;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #888888;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: #888888;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: auto;
    line-height: 21px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 50%;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 25%; }
  .our-team-list .member-img img {
    border-bottom-color: #888888;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #888888;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #888888;
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: #888888;
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 100%;
    border: 1px solid #fff; }
  .our-team-list .member-img:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  .our-team-list .member-img:hover img {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff; }

#investors-company-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 40px; }
  #investors-company-list li {
    box-sizing: border-box;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    min-height: 1px;
    padding: 5px 10px;
    position: relative;
    width: 292px;
    vertical-align: top;
    text-align: left;
    width: calc(33% - 1px);
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      #investors-company-list li {
        width: calc(50% - 1px); } }
    @media screen and (max-width: 590px) {
      #investors-company-list li {
        width: calc(100% - 1px); } }
  #investors-company-list .member-name {
    display: none; }
  #investors-company-list h3 {
    color: #00adeb;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center; }
  #investors-company-list .member-job {
    color: #334b6f;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center; }
  #investors-company-list .member-desc {
    border-top: 1px solid #00adeb;
    padding-top: 10px;
    line-height: 28px; }
  #investors-company-list .member-img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    color: #888888;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: 100px;
    line-height: 150px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    width: 50%;
    cursor: pointer;
    margin-left: 25%; }
  #investors-company-list .member-img > div {
    height: 100px; }
  #investors-company-list .member-img img {
    display: block;
    max-width: 100%;
    width: 100%; }
  #investors-company-list .member-img:hover img {
    /*
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor:pointer;
    border-radius:100%;
    border: 1px solid #fff;
    */ }

#operators-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 40px; }
  #operators-list li {
    box-sizing: border-box;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    min-height: 1px;
    padding: 5px 10px;
    position: relative;
    width: 292px;
    vertical-align: top;
    text-align: left;
    width: calc(33% - 1px);
    float: left; }
  #operators-list h3 {
    color: #00adeb;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center; }
  #operators-list .member-job {
    color: #334b6f;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center; }
  #operators-list .member-desc {
    border-top: 1px solid #00adeb;
    padding-top: 10px;
    line-height: 28px; }
  #operators-list .member-img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    color: #888888;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: auto;
    line-height: 21px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
    overflow: hidden; }
  #operators-list .member-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

#investors-person-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 40px; }
  #investors-person-list li {
    box-sizing: border-box;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    min-height: 1px;
    padding: 5px 10px;
    position: relative;
    width: 292px;
    vertical-align: top;
    text-align: left;
    width: calc(33% - 1px);
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      #investors-person-list li {
        width: calc(50% - 1px); } }
    @media screen and (max-width: 590px) {
      #investors-person-list li {
        width: calc(100% - 1px); } }
  #investors-person-list h3 {
    color: #00adeb;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center; }
  #investors-person-list .member-job {
    color: #334b6f;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center; }
  #investors-person-list .member-desc {
    border-top: 1px solid #00adeb;
    padding-top: 10px;
    line-height: 28px; }
  #investors-person-list .member-img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    border-bottom-color: #888888;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #888888;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #888888;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #888888;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: #888888;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: auto;
    line-height: 21px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 50%;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 25%; }
  #investors-person-list .member-img img {
    border-bottom-color: #888888;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #888888;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #888888;
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: #888888;
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 100%;
    border: 1px solid #fff; }
  #investors-person-list .member-img:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  #investors-person-list .member-img:hover img {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff; }

.values-content {
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (max-width: 767px) {
    .values-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .values-content:after, .values-content:before {
    display: table;
    content: ' ';
    clear: both; }
  .values-content h2 {
    margin-bottom: 25px; }

.content-values h3 {
  color: #334b6f;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 600; }
.content-values p {
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .content-values p {
      width: 100%; } }
.content-values .row {
  margin-bottom: 40px; }
.content-values .col-md-4 {
  text-align: center; }
  .content-values .col-md-4 img {
    width: 50%; }

.mission-boxes {
  text-align: center; }
  .mission-boxes img, .mission-boxes svg {
    width: 45%; }
  .mission-boxes h3 {
    color: #334b6f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .mission-boxes p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-size: 17px; }

.mission-content {
  background-color: #f1f2f7;
  padding-top: 40px;
  padding-bottom: 40px; }
  .mission-content h2 {
    margin-top: 20px; }
  .mission-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mission-content ul li {
      width: 60%;
      margin-left: 20%;
      text-align: center;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #6d6e70; }
      @media screen and (max-width: 767px) {
        .mission-content ul li {
          width: 80%;
          margin-left: 10%; } }
      .mission-content ul li:last-child {
        border-bottom: 0px; }
      .mission-content ul li h3 {
        color: #334b6f;
        font-family: "Lato",sans-serif;
        font-size: 25px;
        line-height: 35px;
        padding: 0px;
        margin: 0px; }

.vision-content {
  padding-bottom: 40px;
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (max-width: 767px) {
    .vision-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .vision-content p {
    font-size: 17px;
    line-height: 34px;
    line-height: 30px; }
  .vision-content h2 {
    margin-top: 55px; }

.our-services {
  background-color: #ededed;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 40px; }
  .our-services h2 {
    margin-top: 0px; }
  .our-services .service-element {
    padding: 0px; }
    .our-services .service-element svg, .our-services .service-element img {
      width: 60%;
      margin-left: 20%;
      margin-left: 22%;
      width: 56%; }
    .our-services .service-element h3 {
      font-family: 'Lato', sans-serif;
      font-weight: bold;
      text-align: center;
      color: #334b6f;
      font-size: 20px; }
    @media screen and (max-width: 991px) {
      .our-services .service-element {
        margin-bottom: 40px; } }
  .our-services:before, .our-services:after {
    content: ' ';
    clear: both;
    display: block; }

.our-solutions {
  margin-bottom: 50px; }
  .our-solutions .col-md-5 {
    padding-left: 0px;
    padding-right: 0px; }
    .our-solutions .col-md-5 img {
      width: 90%;
      margin-left: 0%; }
      @media screen and (max-width: 991px) {
        .our-solutions .col-md-5 img {
          width: 100%;
          margin-bottom: 20px; } }
  .our-solutions h3 {
    font-family: 'Open Sans', sans-serif;
    color: #00adeb;
    font-size: 30px; }
  .our-solutions p {
    font-size: 17px;
    line-height: 30px; }

body.page-solutions .main-container > .container, body.page-id-56 .main-container > .container, body.page-losungen .main-container > .container {
  padding-bottom: 0px; }

ol.announcements {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 40px; }
  ol.announcements li {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #f1f2f7;
    margin-top: 25px;
    padding-top: 25px; }
  ol.announcements article.article span {
    color: #6d6e71;
    font-family: 'Open Sans', sans-serif; }
  ol.announcements article.article h2.post-title {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #00adeb;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 25px; }
    ol.announcements article.article h2.post-title a {
      color: #00adeb; }
  ol.announcements article.article .article-content {
    padding-bottom: 25px; }
  ol.announcements article.article .article-content p {
    color: #6d6e71;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px; }

ol.events {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 40px; }
  ol.events li {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #f1f2f7;
    margin-top: 25px;
    padding-top: 25px; }
  ol.events article.article span {
    color: #6d6e71;
    font-family: 'Open Sans', sans-serif; }
  ol.events article.article h2.post-title {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #00adeb;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 5px; }
    ol.events article.article h2.post-title a {
      color: #00adeb; }
  ol.events article.article .article-content p {
    color: #6d6e71;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px; }
  ol.events article.article::after, ol.events article.article::before {
    content: ' ';
    clear: both;
    display: block; }
  ol.events div.date {
    font-size: 13px; }
    ol.events div.date strong {
      font-weight: 700; }
  ol.events .event-end-time {
    padding-bottom: 15px;
    /*
    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      background-color: #d91f43;
    }
    */ }
  ol.events div.ln-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 180px;
    margin-left: 2%;
    transition: background-size 200ms ease-in-out 0s;
    width: 90%; }
  ol.events .more {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    display: inline-block;
    float: right;
    line-height: 32px;
    width: auto;
    background-color: #00adeb;
    border: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #00adeb;
    z-index: 2;
    padding: 0 19px;
    border: 1px solid #00adeb;
    font-weight: 700; }
    ol.events .more:hover {
      background-color: #FFF;
      color: #00adeb; }
    ol.events .more:before {
      clear: both;
      content: ' '; }

ol.in-the-news {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 40px; }
  ol.in-the-news li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px; }
  ol.in-the-news::after, ol.in-the-news::before {
    content: ' ';
    clear: both;
    display: block; }
  ol.in-the-news article.link_to_file:hover {
    cursor: pointer; }
  ol.in-the-news article.article {
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 20px 0; }
    ol.in-the-news article.article div.ln-img {
      width: 30%;
      height: 180px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      float: left;
      margin-left: 55px;
      -webkit-transition: background-size 200ms ease-in-out;
      -moz-transition: background-size 200ms ease-in-out;
      -o-transition: background-size 200ms ease-in-out;
      -ms-transition: background-size 200ms ease-in-out;
      transition: background-size 200ms ease-in-out; }
      @media (max-width: 767px) {
        ol.in-the-news article.article div.ln-img {
          width: 100%;
          margin-left: 0%; } }
      ol.in-the-news article.article div.ln-img:hover {
        background-size: 130%; }
    ol.in-the-news article.article div.ln-tx {
      padding: 8px;
      padding-top: 15px;
      height: 140px;
      float: left;
      width: 60.4%;
      padding-top: 0px;
      padding-left: 2%; }
      ol.in-the-news article.article div.ln-tx h2 {
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 19px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 10px; }
        ol.in-the-news article.article div.ln-tx h2 a {
          font-size: 20px;
          color: #00adeb; }
      ol.in-the-news article.article div.ln-tx p {
        margin: 0.85em 0; }
      @media (max-width: 767px) {
        ol.in-the-news article.article div.ln-tx {
          width: 100%;
          margin-top: 15px;
          padding: 0px; } }
    ol.in-the-news article.article div.ln-tx-noimg {
      padding: 8px;
      padding-top: 15px;
      height: 140px;
      float: left;
      width: 100%;
      padding-top: 0px;
      padding-left: 2%; }
      ol.in-the-news article.article div.ln-tx-noimg h2 {
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 19px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 10px; }
        ol.in-the-news article.article div.ln-tx-noimg h2 a {
          font-size: 20px;
          color: #00adeb;
          text-transform: uppercase; }
    ol.in-the-news article.article div.ln-data {
      margin-bottom: 8px; }
    ol.in-the-news article.article div.external-link {
      text-align: right;
      padding-left: 5px;
      float: right; }

.post-navigation .nav-previous {
  float: left; }
  .post-navigation .nav-previous a {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 22px;
    padding: 2px 9px 1px 9px;
    text-decoration: none;
    width: auto;
    border-width: 1px;
    border-style: solid;
    margin-right: 3px; }

.pagination {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
  line-height: 13px;
  display: block;
  clear: both;
  margin-top: 0px;
  padding-top: 25px;
  /*
  &::after,&::before {
    content: ' ';
    clear: both;
    display:block;
  }
  */ }
  .pagination .pagination-meta {
    float: right;
    margin: 0; }
  .pagination span, .pagination a {
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding: 2px 9px 1px 9px;
    text-decoration: none;
    width: auto;
    border-width: 1px;
    border-style: solid;
    margin-right: 3px;
    background-color: #00adeb;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    display: block; }
    .pagination span:hover, .pagination a:hover {
      color: #334b6f;
      cursor: pointer;
      border: 1px solid #FFF; }
  .pagination span.pagination-meta:hover {
    color: #fff;
    cursor: initial;
    border: 1px solid #FFF; }
  .pagination .current {
    font-weight: bold;
    color: #334b6f;
    border: 1px solid #334b6f; }

@media screen and (max-width: 991px) {
  .news-events .row, .job-opening .row {
    margin-left: 0px;
    margin-right: 0px; } }

body.single-announcements h3, body.single-events h3, body.single-job_opening h3 {
  color: #00adeb;
  font-family: "Lato",sans-serif;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    body.single-announcements h3, body.single-events h3, body.single-job_opening h3 {
      margin-top: 40px; } }
body.single-announcements h2, body.single-events h2, body.single-job_opening h2 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    body.single-announcements h2, body.single-events h2, body.single-job_opening h2 {
      font-size: 28px; } }
body.single-announcements .content-post, body.single-events .content-post, body.single-job_opening .content-post {
  padding-left: 40px;
  color: #6d6e70; }
  @media screen and (max-width: 991px) {
    body.single-announcements .content-post, body.single-events .content-post, body.single-job_opening .content-post {
      padding-left: 15px;
      padding-right: 15px; } }
body.single-announcements .content, body.single-events .content, body.single-job_opening .content {
  color: #6d6e70; }
body.single-announcements .announcements p, body.single-announcements .announcements span, body.single-announcements .announcements div, body.single-announcements .announcements .navigation, body.single-announcements .announcements .information,
body.single-announcements .announcements p, body.single-announcements .announcements span, body.single-announcements .announcements div, body.single-announcements .announcements .navigation, body.single-announcements .announcements .information, body.single-events .announcements p, body.single-events .announcements span, body.single-events .announcements div, body.single-events .announcements .navigation, body.single-events .announcements .information,
body.single-events .announcements p, body.single-events .announcements span, body.single-events .announcements div, body.single-events .announcements .navigation, body.single-events .announcements .information, body.single-job_opening .announcements p, body.single-job_opening .announcements span, body.single-job_opening .announcements div, body.single-job_opening .announcements .navigation, body.single-job_opening .announcements .information,
body.single-job_opening .announcements p, body.single-job_opening .announcements span, body.single-job_opening .announcements div, body.single-job_opening .announcements .navigation, body.single-job_opening .announcements .information {
  color: #6d6e70;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px; }
body.single-announcements .sidebar, body.single-events .sidebar, body.single-job_opening .sidebar {
  padding: 40px 0 0 50px; }
  @media screen and (max-width: 991px) {
    body.single-announcements .sidebar, body.single-events .sidebar, body.single-job_opening .sidebar {
      padding-left: 0px; } }
  @media screen and (max-width: 767px) {
    body.single-announcements .sidebar, body.single-events .sidebar, body.single-job_opening .sidebar {
      padding: 0px;
      padding-left: 15px;
      padding-right: 15px; } }
  body.single-announcements .sidebar ul, body.single-events .sidebar ul, body.single-job_opening .sidebar ul {
    margin: 0px;
    padding: 0px;
    border-top: 1px #D9D9D9 solid;
    list-style: none;
    list-style-type: none; }
    body.single-announcements .sidebar ul li, body.single-events .sidebar ul li, body.single-job_opening .sidebar ul li {
      padding: 0px;
      font-size: 12px;
      border-bottom: 1px solid #D9D9D9; }
      body.single-announcements .sidebar ul li div.article, body.single-events .sidebar ul li div.article, body.single-job_opening .sidebar ul li div.article {
        padding: 5px; }
      body.single-announcements .sidebar ul li a, body.single-events .sidebar ul li a, body.single-job_opening .sidebar ul li a {
        padding: 10px 0px;
        font-weight: 300;
        font-size: 15px;
        display: block;
        text-transform: uppercase;
        color: #00adeb;
        font-family: 'Open Sans', sans-serif; }
        body.single-announcements .sidebar ul li a:hover, body.single-events .sidebar ul li a:hover, body.single-job_opening .sidebar ul li a:hover {
          color: #334b6f;
          cursor: pointer; }
  body.single-announcements .sidebar .see-all, body.single-events .sidebar .see-all, body.single-job_opening .sidebar .see-all {
    margin-top: 25px; }
    body.single-announcements .sidebar .see-all a, body.single-events .sidebar .see-all a, body.single-job_opening .sidebar .see-all a {
      background-color: #00adeb;
      color: #fff;
      font-family: "Open Sans",sans-serif;
      padding: 10px;
      transition: all 0.3s ease-in-out 0s;
      text-align: center;
      color: #FFF;
      font-size: 15px;
      font-weight: bold;
      width: 100%;
      display: block; }
      body.single-announcements .sidebar .see-all a:hover, body.single-events .sidebar .see-all a:hover, body.single-job_opening .sidebar .see-all a:hover {
        color: #334b6f;
        cursor: pointer; }
@media screen and (max-width: 767px) {
  body.single-announcements .pagination-meta, body.single-events .pagination-meta, body.single-job_opening .pagination-meta {
    display: none; }
  body.single-announcements .pdf-link, body.single-events .pdf-link, body.single-job_opening .pdf-link {
    display: block; } }

body.single-events h2.text-center {
  text-align: center; }
body.single-events .sidebar-post h2 {
  text-align: center; }

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.bx-wrapper .bx-loading {
  background: url(assets/js/jquery.bxslider/images/bx_loader.gif) center center no-repeat transparent; }

.bx-wrapper .bx-controls {
  opacity: 0;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms; }

.bx-wrapper:hover .bx-controls {
  opacity: 1; }

.bx-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.bx-wrapper ul li {
  background: none; }

.bx-wrapper ul li img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block; }

.bx-wrapper ul.gray li img, .bx-wrapper ul.grayhovercolor li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  /* -webkit-backface-visibility: hidden; /* Fix for transition flickering */ }

.bx-wrapper ul.grayhovercolor li img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .bx-wrapper .bx-prev {
    background: url(../js/jquery.bxslider/images/controls@2x.png) no-repeat 0 -32px;
    background-size: 96px,63px; }

  .bx-wrapper .bx-next {
    background: url(../js/jquery.bxslider/images/controls@2x.png) no-repeat -43px -32px;
    background-size: 96px,63px; } }
@media all and (-webkit-min-device-pixel-ratio: 3) {
  .bx-wrapper .bx-prev {
    background: url(../js/jquery.bxslider/images/controls@3x.png) no-repeat 0 -32px;
    background-size: 96px,63px; }

  .bx-wrapper .bx-next {
    background: url(../js/jquery.bxslider/images/controls@3x.png) no-repeat -43px -32px;
    background-size: 96px,63px; } }
/* alignment */
.bx-wrapper ul#footer-sponsors.align-top li div.helper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: center; }

.bx-wrapper ul#footer-sponsors.align-top li img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block; }

.bx-wrapper ul#footer-sponsors.align-center li div.helper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.bx-wrapper ul#footer-sponsors.align-center li img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block; }

.bx-wrapper ul#footer-sponsors.align-bottom li div.helper {
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center; }

.bx-wrapper ul#footer-sponsors.align-bottom li img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block; }

.bx-wrapper {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }

#footer-applications {
  padding: 0px;
  list-style-type: none; }
  #footer-applications .display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  #footer-applications .content-car {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 124px;
    background-color: #00adeb;
    margin: 5%;
    width: 90%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #footer-applications .content-car:hover {
      cursor: pointer; }
  #footer-applications h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #FFF;
    margin-top: 25px; }
  #footer-applications .item {
    padding: 7%; }
    @media screen and (max-width: 767px) {
      #footer-applications .item {
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px; } }
  #footer-applications .slick-list {
    overflow: hidden; }

.content-list-jobs {
  margin-top: 40px; }

.list-jobs {
  list-style-type: none;
  margin: 0px;
  padding: 0; }
  .list-jobs li {
    float: left;
    margin-left: 5px;
    line-height: 25px;
    margin-bottom: 10px;
    width: calc(15% - 5px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: #334b6f;
    border-radius: 4px;
    display: table; }
    @media screen and (max-width: 767px) {
      .list-jobs li {
        width: calc(20% - 5px); } }
    @media screen and (max-width: 500px) {
      .list-jobs li {
        width: calc(25% - 5px); } }
    .list-jobs li:first-child {
      border: 0px;
      margin-left: 5px; }
    .list-jobs li a {
      padding: 5px;
      text-align: center;
      width: 100%;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 700;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
    .list-jobs li a.active {
      background-color: #00adeb;
      color: #fff;
      border-radius: 4px; }

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
  border-color: transparent; }

.wpml-ls-statics-shortcode_actions {
  background-color: transparent; }

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  clear: both;
  padding: 0px; }

body.single-market_and_app .post-entry .entry-content {
  padding: 75px;
  padding: 40px; }
body.single-market_and_app .post-entry p {
  color: #6d6e71;
  font-family: "MinionPro-It",sans-serif;
  font-size: 28px;
  font-style: italic;
  padding: 0px 50px;
  text-align: center; }

body.single-market_and_app .entry-content p {
  color: #6D6E71;
  font-size: 24px;
  font-size: 15px;
  font-style: normal;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }
body.single-market_and_app .entry-content ul li {
  font-size: 15px;
  font-style: normal; }
body.single-market_and_app .entry-content p:first-child {
  padding-top: 40px; }
body.single-market_and_app .entry-content img {
  margin-left: 4.7%;
  width: 90.6%; }

body.page-news-events .sidebar-auto {
  padding-top: 40px; }
body.page-news-events h3 {
  color: #00adeb;
  font-family: "Lato",sans-serif;
  font-size: 30px;
  font-weight: bold; }
body.page-news-events .media-coverage .row {
  margin-bottom: 30px; }
body.page-news-events .announcements ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
body.page-news-events .announcements .row, body.page-news-events .announcements article {
  width: 100%; }
body.page-news-events .announcements .row {
  margin-bottom: 40px; }
body.page-news-events .announcements article {
  font-size: 16px; }
body.page-news-events .media-box .footer a {
  background-color: #00adeb;
  border: 1px solid #00adeb;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  line-height: 45px;
  margin-top: 25px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px; }
  body.page-news-events .media-box .footer a:hover {
    background-color: #FFF;
    color: #00adeb; }
body.page-news-events .upcoming-events {
  margin-top: 60px; }
  body.page-news-events .upcoming-events .div-table-col {
    margin-bottom: 25px; }
    body.page-news-events .upcoming-events .div-table-col img {
      width: 50%; }
    body.page-news-events .upcoming-events .div-table-col a.p-name {
      font-size: 17px;
      font-weight: 700; }
    body.page-news-events .upcoming-events .div-table-col p {
      font-size: 18px;
      font-size: 17px; }

body footer form .element-1 {
  float: left;
  width: 33.3333%;
  margin-left: 16.6667%;
  width: 45.3%;
  margin-left: 4.7%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    body footer form .element-1 {
      width: 100%;
      margin-left: 0px; } }
body footer form .element-2 {
  float: left;
  width: 45.3%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    body footer form .element-2 {
      width: 100%; } }
body footer .wpcf7-response-output {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  margin-left: 6%;
  width: 88%; }
body footer .wpcf7-response-output.wpcf7-spam-blocked {
  border: 1px solid #f04124;
  color: #f04124; }
body footer input.wpcf7-not-valid {
  border: 2px solid red;
  background-color: #fddede;
  border-radius: 4px 4px 0px 0px; }
body footer span.wpcf7-not-valid-tip {
  font-family: "Open Sans",sans-serif;
  background: #f04124 none repeat scroll 0 0;
  color: #fff;
  border-radius: 0 0 4px 4px;
  display: block;
  font-size: 0.8em;
  font-weight: 700;
  padding: 10px; }
body footer div.wpcf7-validation-errors {
  border: 2px solid red; }
body footer .invalid .wpcf7-response-output {
  background: #f00 none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  display: none;
  height: 0px;
  width: 0px;
  font-size: 0px;
  border: 0px;
  visibility: hidden;
  padding: 0px;
  margin: 0px; }
body footer div.button-submit {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4.7%;
  width: 90.6%; }
  @media screen and (max-width: 767px) {
    body footer div.button-submit {
      width: 100%;
      margin-left: 0px; } }
body footer div.wpcf7 .ajax-loader {
  display: block;
  margin-top: -50px;
  margin-top: 10px;
  margin-left: calc(50% - 50px);
  background-image: url("/wp-content/themes/akvola-theme-bootstrap/assets/img/ajax-loading.gif");
  background-size: 100%;
  height: 100px;
  width: 100px;
  display: none; }
body footer .sent .ak-row, body footer .failed .ak-row {
  display: none; }
  body footer .sent .ak-row:after, body footer .sent .ak-row:before, body footer .failed .ak-row:after, body footer .failed .ak-row:before {
    display: none; }
body footer .failed .wpcf7-response-output {
  border: 1px solid #f04124;
  background-color: #f04124; }

#contact-page form.wpcf7-form .wpcf7-response-output {
  padding: 10px;
  margin: -55px 0px 0;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  border-radius: 0px 0px 4px 4px;
  display: none;
  height: 0px;
  width: 0px;
  visibility: hidden; }
#contact-page form.wpcf7-form .wpcf7-validation-errors {
  border: 2px solid #f04124; }
#contact-page form.wpcf7-form .wpcf7-not-valid {
  border: 2px solid #f04124;
  background-color: #fddede;
  border-radius: 4px 4px 0px 0px; }
#contact-page form.wpcf7-form .wpcf7-not-valid-tip {
  padding: 10px;
  padding-left: 15px;
  color: #fff;
  background: #f04124 none repeat scroll 0 0;
  border-radius: 0px 0px 4px 4px;
  width: auto;
  font-size: 0.8em; }
#contact-page .invalid .wpcf7-response-output {
  background-color: #f04124; }
#contact-page .sent .wpcf7-response-output {
  background-color: transparent;
  border-radius: 4px;
  color: #00adeb; }

@media screen and (max-width: 767px) {
  #content-width #content-width-767 {
    display: none; } }
@media screen and (max-width: 1050px) {
  #content-width #content-width-1050 {
    display: none; } }

.clear_space {
  clear: both;
  display: block; }

@media screen and (max-width: 767px) {
  .footer-akvola .row {
    margin: 0px; }
    .footer-akvola .row input[name='footer-form-email'] {
      margin-top: 10px; }
    .footer-akvola .row .button-submit {
      display: block; } }

@media screen and (max-width: 991px) {
  .footer-bootom .col-md-2 {
    width: 100%;
    text-align: center; }
    .footer-bootom .col-md-2 ul {
      width: 100%; } }

body #main-menu .nav a.dropdown-toggle {
  float: left; }
body #main-menu .nav a.has_children {
  float: left; }
body #main-menu .nav .dropdown-toggle-menu {
  float: left;
  padding-left: 0px;
  display: none; }
  body #main-menu .nav .dropdown-toggle-menu::after {
    content: ' ';
    clear: both;
    display: block; }
  body #main-menu .nav .dropdown-toggle-menu .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  body #main-menu .nav .dropdown-toggle-menu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background: #fff none repeat scroll 0 0;
    transition: all 0.3s ease-in-out 0s; }
  body #main-menu .nav .dropdown-toggle-menu .icon-bar + .icon-bar {
    margin-top: 3px; }
body #main-menu .nav .open .dropdown-toggle-menu .icon-bar + .icon-bar {
  margin-top: -1px; }
body #main-menu .nav .open .dropdown-toggle-menu span:nth-child(2) {
  margin-top: 8px;
  transform: rotate(45deg); }
body #main-menu .nav .open .dropdown-toggle-menu span:nth-child(3) {
  margin-bottom: 4px;
  margin-top: -1px;
  transform: rotate(-45deg); }
body #main-menu .nav .open .dropdown-toggle-menu span:nth-child(4) {
  left: 50%;
  margin-bottom: 4px;
  top: 1.125rem;
  width: 0; }
body #main-menu .nav .dropdown-toggle-lag {
  margin-left: -1px; }
body #main-menu .nav li.wpml-ls-item {
  display: none; }

@media screen and (max-width: 767px) {
  body #main-menu .nav .dropdown-toggle-menu {
    display: block; }
  body #main-menu .nav .dropdown-menu li a {
    font-style: italic; }
  body #main-menu .nav li.wpml-ls-item {
    display: block; }

  body #main-menu .dropdown-menu {
    border-top: 5px solid #cabb9d;
    margin-top: -3px;
    padding-bottom: 0;
    padding-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

  body #main-menu .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto; }

  body nav#navigation #main-menu ul.dropdown-menu::after {
    display: block;
    clear: both; }
  body nav#navigation #main-menu ul.dropdown-menu {
    position: static;
    width: calc(100% - 30px);
    border: 0px;
    border-top: 5px solid #436392;
    border-bottom: 5px solid #436392;
    margin-top: -3px;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    float: none;
    display: none;
    background-color: transparent; }

  body nav#navigation #main-menu .open ul.dropdown-menu {
    display: block; }

  body nav#navigation .dropdown-menu li.active a {
    background-image: none;
    color: #f1f2f7; }

  body .navbar.affix-top .nav li a {
    margin-top: 0px;
    line-height: 18px; }

  body nav#navigation .menu-item-language a {
    width: auto; } }
body.single-announcements main.news-events .row .col-md-1, body.single-announcements main.news-events .row .col-md-2, body.single-announcements main.news-events .row .col-md-3, body.single-announcements main.news-events .row .col-md-4, body.single-announcements main.news-events .row .col-md-5, body.single-announcements main.news-events .row .col-md-6, body.single-announcements main.news-events .row .col-md-7, body.single-announcements main.news-events .row .col-md-8, body.single-announcements main.news-events .row .col-md-9, body.single-announcements main.news-events .row .col-md-10, body.single-announcements main.news-events .row .col-md-11, body.single-announcements main.news-events .row .col-md-12, body.single-announcements main.job-opening .row .col-md-1, body.single-announcements main.job-opening .row .col-md-2, body.single-announcements main.job-opening .row .col-md-3, body.single-announcements main.job-opening .row .col-md-4, body.single-announcements main.job-opening .row .col-md-5, body.single-announcements main.job-opening .row .col-md-6, body.single-announcements main.job-opening .row .col-md-7, body.single-announcements main.job-opening .row .col-md-8, body.single-announcements main.job-opening .row .col-md-9, body.single-announcements main.job-opening .row .col-md-10, body.single-announcements main.job-opening .row .col-md-11, body.single-announcements main.job-opening .row .col-md-12, body.single-events main.news-events .row .col-md-1, body.single-events main.news-events .row .col-md-2, body.single-events main.news-events .row .col-md-3, body.single-events main.news-events .row .col-md-4, body.single-events main.news-events .row .col-md-5, body.single-events main.news-events .row .col-md-6, body.single-events main.news-events .row .col-md-7, body.single-events main.news-events .row .col-md-8, body.single-events main.news-events .row .col-md-9, body.single-events main.news-events .row .col-md-10, body.single-events main.news-events .row .col-md-11, body.single-events main.news-events .row .col-md-12, body.single-events main.job-opening .row .col-md-1, body.single-events main.job-opening .row .col-md-2, body.single-events main.job-opening .row .col-md-3, body.single-events main.job-opening .row .col-md-4, body.single-events main.job-opening .row .col-md-5, body.single-events main.job-opening .row .col-md-6, body.single-events main.job-opening .row .col-md-7, body.single-events main.job-opening .row .col-md-8, body.single-events main.job-opening .row .col-md-9, body.single-events main.job-opening .row .col-md-10, body.single-events main.job-opening .row .col-md-11, body.single-events main.job-opening .row .col-md-12, body.single-job_opening main.news-events .row .col-md-1, body.single-job_opening main.news-events .row .col-md-2, body.single-job_opening main.news-events .row .col-md-3, body.single-job_opening main.news-events .row .col-md-4, body.single-job_opening main.news-events .row .col-md-5, body.single-job_opening main.news-events .row .col-md-6, body.single-job_opening main.news-events .row .col-md-7, body.single-job_opening main.news-events .row .col-md-8, body.single-job_opening main.news-events .row .col-md-9, body.single-job_opening main.news-events .row .col-md-10, body.single-job_opening main.news-events .row .col-md-11, body.single-job_opening main.news-events .row .col-md-12, body.single-job_opening main.job-opening .row .col-md-1, body.single-job_opening main.job-opening .row .col-md-2, body.single-job_opening main.job-opening .row .col-md-3, body.single-job_opening main.job-opening .row .col-md-4, body.single-job_opening main.job-opening .row .col-md-5, body.single-job_opening main.job-opening .row .col-md-6, body.single-job_opening main.job-opening .row .col-md-7, body.single-job_opening main.job-opening .row .col-md-8, body.single-job_opening main.job-opening .row .col-md-9, body.single-job_opening main.job-opening .row .col-md-10, body.single-job_opening main.job-opening .row .col-md-11, body.single-job_opening main.job-opening .row .col-md-12 {
  float: right; }
@media screen and (max-width: 991px) {
  body.single-announcements main.news-events .sidebar-post .row, body.single-announcements main.news-events .sidebar-post .row .col-md-12, body.single-announcements main.job-opening .sidebar-post .row, body.single-announcements main.job-opening .sidebar-post .row .col-md-12, body.single-events main.news-events .sidebar-post .row, body.single-events main.news-events .sidebar-post .row .col-md-12, body.single-events main.job-opening .sidebar-post .row, body.single-events main.job-opening .sidebar-post .row .col-md-12, body.single-job_opening main.news-events .sidebar-post .row, body.single-job_opening main.news-events .sidebar-post .row .col-md-12, body.single-job_opening main.job-opening .sidebar-post .row, body.single-job_opening main.job-opening .sidebar-post .row .col-md-12 {
    float: none; } }

.container .container {
  width: auto; }

.section-page-header .display-cell {
  overflow: hidden; }

body #main-menu .nav li.menu-item-object-page a.dropdown-toggle, body #main-menu .nav li.menu-item-object-custom a.dropdown-toggle {
  float: right;
  margin-right: 15px; }

body #main-menu .nav .menu-item-language a.dropdown-toggle-menu {
  float: right;
  margin-right: 15px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none; }

.contact-form-home-content .data-post {
  display: none; }
.contact-form-home-content span.post-id, .contact-form-home-content span.post-title {
  display: none; }

body .nav .open > a {
  background-color: transparent; }

body .navbar-header button.collapsed .icon-bar + .icon-bar {
  margin-top: 4px; }
body .navbar-header button.collapsed span:nth-child(2) {
  top: 1.500rem;
  transform: rotate(0deg);
  margin-top: 2px; }
body .navbar-header button.collapsed span:nth-child(3) {
  top: 1.500rem;
  margin-bottom: 0px;
  transform: rotate(0deg); }
body .navbar-header button.collapsed span:nth-child(4) {
  width: 100%;
  top: 1.875rem; }
body .navbar-header button .icon-bar {
  margin-top: 0px; }
body .navbar-header button span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: 8px; }
body .navbar-header button span:nth-child(3) {
  margin-top: -1px;
  margin-bottom: 4px;
  transform: rotate(-45deg); }
body .navbar-header button span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
  margin-bottom: 4px; }

body .navbar-toggle .collapsed .icon-bar + .icon-bar {
  margin-top: 4px; }

body .navbar-toggle .icon-bar + .icon-bar {
  margin-top: -1px; }

body .content-post strong {
  font-weight: 600; }

.event-image-sidebar {
  width: 100%;
  margin-bottom: 40px; }

body.single-events .sidebar {
  padding-right: 0px; }
  @media screen and (max-width: 991px) {
    body.single-events .sidebar {
      padding-right: 0px; } }
body.single-events .entry-content {
  padding-right: 40px; }
  @media screen and (max-width: 991px) {
    body.single-events .entry-content {
      padding-left: 0px;
      padding-right: 0px; } }
body.single-events .sidebar-post {
  padding-top: 20px;
  margin-top: 20px; }
  body.single-events .sidebar-post .see-all {
    margin-top: 20px; }
    body.single-events .sidebar-post .see-all a {
      float: right;
      background-color: #00adeb;
      border-style: solid;
      border-width: 1px;
      color: #fff;
      display: block;
      font-family: "Open Sans",sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 22px;
      margin-right: 3px;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease-in-out 0s; }
      body.single-events .sidebar-post .see-all a:hover {
        color: #334b6f;
        cursor: pointer; }
    body.single-events .sidebar-post .see-all:before {
      content: ' ';
      clear: both; }
  body.single-events .sidebar-post ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.single-events .sidebar-post ul li {
      float: left;
      width: 20%; }
    body.single-events .sidebar-post ul .div-table-row {
      display: table-row;
      width: auto;
      clear: both; }
    body.single-events .sidebar-post ul .div-table-row-space {
      height: 10px; }
    body.single-events .sidebar-post ul .div-table-col {
      position: relative;
      width: 250px;
      height: 200px; }
    body.single-events .sidebar-post ul img {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }

.business-info h3 {
  margin-bottom: 70px; }

.contact-line {
  margin-bottom: 50px;
  margin-left: 20px; }
  .contact-line i, .contact-line span.glyphicon {
    font-size: 50px;
    width: 120px;
    color: #334b6f; }
    @media screen and (max-width: 767px) {
      .contact-line i, .contact-line span.glyphicon {
        font-size: 40px;
        width: 60px; } }
  .contact-line span.address, .contact-line a {
    font-size: 28px;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .contact-line span.address, .contact-line a {
        font-size: 24px;
        padding-left: 10px; } }
  .contact-line span.address + span.address {
    margin-left: 120px;
    display: block;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .contact-line span.address + span.address {
        margin-left: 60px; } }
    .contact-line span.address + span.address:before {
      content: ' ';
      display: block; }
  .contact-line a:hover {
    cursor: pointer;
    color: #00adeb; }
    .contact-line a:hover:after {
      font-family: FontAwesome;
      content: "\f0a9";
      color: #00adeb;
      width: 40px;
      margin-left: 10px;
      font-size: 25px; }

.contact_iframe {
  width: 100%;
  height: 450px;
  border: 0; }

#div-footer-applications {
  width: 76%;
  margin-left: 12%; }

#footer-applications button {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  outline: 0;
  width: 26px;
  height: 54px;
  text-indent: -9999px;
  z-index: 9;
  background-size: 100%;
  display: block;
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  padding: 0px; }
#footer-applications .slick-prev {
  left: -41px;
  background-image: url(assets/img/bx-prev.png);
  display: block; }
#footer-applications .slick-next {
  right: -41px;
  background-image: url(assets/img/bx-next.png);
  display: block; }

body.page-template-template-home-page .bx-wrapper {
  width: 100%; }

body .dropdown-menu {
  border-radius: 0;
  box-shadow: none; }

.dropdown-menu {
  border-radius: 0;
  box-shadow: none; }

.current-menu-ancestor > a span {
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .current-menu-ancestor > a span:hover {
    border-bottom: 2px solid #00adeb; }
.current-menu-ancestor .dropdown-menu li.active > a {
  border: 0px; }
  .current-menu-ancestor .dropdown-menu li.active > a span {
    border-bottom: 0px; }

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

body .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#footer-applications {
  width: 77.5%;
  margin-left: 11.25%;
  margin-left: 8.5%;
  width: 83%; }
  @media screen and (max-width: 767px) {
    #footer-applications {
      margin-left: 15%;
      width: 70%; } }

body.page-id-27 h2 {
  margin-bottom: 40px; }

body.page-template-template-technology .text-home {
  padding-bottom: 0px; }
body.page-template-template-technology h2 {
  margin-top: 65px;
  margin-bottom: 40px; }
body.page-template-template-technology .pre-footer {
  margin-top: 0px; }
  body.page-template-template-technology .pre-footer h2 {
    margin-top: 15px;
    margin-bottom: 20px; }

#footer-sponsors button {
  display: none;
  height: 0px;
  width: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px; }

.ak-row:after, .ak-row:before {
  content: " ";
  display: table;
  clear: both; }

body.page-id-56 h2 {
  margin-top: 55px; }

body.single-market_and_app h3 {
  font-weight: bold; }

.have-question {
  width: 50%;
  float: right; }
  @media screen and (max-width: 991px) {
    .have-question {
      width: 100%; } }
  .have-question h2 {
    text-align: left; }
    @media screen and (max-width: 991px) {
      .have-question h2 {
        text-align: center; } }

.headquarters {
  width: 40%;
  float: right;
  margin-left: 10%;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .headquarters {
      width: 100%;
      margin-left: 0px;
      text-align: left; } }
  .headquarters h2 {
    text-align: right; }
    @media screen and (max-width: 991px) {
      .headquarters h2 {
        text-align: center; } }
  .headquarters p {
    display: none; }
  .headquarters p.infoadr, .headquarters p.country-name, .headquarters p.data-com {
    display: block; }
  .headquarters span, .headquarters p, .headquarters strong, .headquarters a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-top: 10px; }
  .headquarters a:hover {
    color: #00adeb; }
  .headquarters span.fn {
    font-weight: 700; }
    .headquarters span.fn:after {
      content: ' ';
      display: table;
      clear: both; }
  .headquarters div.vcard {
    margin-top: 40px; }
    .headquarters div.vcard:after, .headquarters div.vcard:before {
      content: ' ';
      display: table;
      clear: both; }
  .headquarters div.adr {
    margin-bottom: 20px; }

.main-container .have-question form br {
  height: 10px; }
.main-container .have-question form p {
  font-size: 0px;
  line-height: 0px; }
.main-container .have-question form input, .main-container .have-question form textarea, .main-container .have-question form select {
  border: 1px solid #CCCCCC;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin-top: 15px;
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
  outline: medium none;
  padding: 2px; }
  .main-container .have-question form input:focus, .main-container .have-question form textarea:focus, .main-container .have-question form select:focus {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    outline: medium none; }
.main-container .have-question form textarea {
  height: 200px; }
.main-container .have-question form span.wpcf7-not-valid-tip {
  background: #f04124 none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 10.4px;
  font-weight: 700;
  padding: 10px; }
.main-container .have-question form div.field {
  margin-top: 20px; }
  .main-container .have-question form div.field:after, .main-container .have-question form div.field:before {
    content: ' ';
    display: block;
    clear: both; }
.main-container .have-question form input, .main-container .have-question form select {
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #000;
  font-family: 'Open Sans', sans-serif; }
.main-container .have-question form p, .main-container .have-question form span, .main-container .have-question form label {
  width: 100%; }
.main-container .have-question form textarea {
  padding: 10px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }
.main-container .have-question form label {
  font-size: 17px;
  font-family: "Open Sans",sans-serif; }
.main-container .have-question form input[type="submit"] {
  background-color: #00adeb;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  margin-top: 25px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: #00adeb;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 991px) {
    .main-container .have-question form input[type="submit"] {
      float: right; } }
  .main-container .have-question form input[type="submit"]:hover {
    color: #00adeb;
    background-color: #fff;
    border: 1px solid #00adeb;
    cursor: pointer; }
.main-container .have-question form input.wpcf7-not-valid, .main-container .have-question form select.wpcf7-not-valid, .main-container .have-question form textarea.wpcf7-not-valid {
  border-color: #f04124;
  border-radius: 4px 4px 0 0; }
.main-container .have-question form .acceptance-lopd input {
  width: auto; }
.main-container .have-question form div.wpcf7-response-output {
  font-size: 0px;
  border: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px; }
.main-container .have-question form.sent .wpcf7-response-output, .main-container .have-question form.spam .wpcf7-response-output, .main-container .have-question form.invalid .wpcf7-response-output {
  width: 100%;
  background-color: #00adeb;
  border: 1px solid #00adeb;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  padding: 10px;
  font-weight: 700;
  color: #FFF;
  height: auto; }
.main-container .have-question form.spam .wpcf7-response-output, .main-container .have-question form.invalid .wpcf7-response-output {
  background-color: #f04124; }
.main-container .have-question form.failed .wpcf7-response-output {
  width: 100%;
  background-color: #f04124;
  border: 1px solid #f04124;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  padding: 10px;
  font-weight: 700;
  color: #FFF;
  height: auto; }

.contact-info .image {
  width: 60%;
  margin-left: 20%; }
.contact-info p {
  font-family: "Open Sans",sans-serif;
  font-size: 17px; }
.contact-info h3 {
  clear: both;
  color: #00adeb;
  font-family: "Lato",sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .contact-info h3 {
      margin-top: 0px; } }
.contact-info .business-info a {
  color: #6d6e70; }
.contact-info svg {
  width: 60%;
  padding-top: 80px; }

#contact-page {
  margin-top: 50px; }

.contact-form {
  margin-top: 50px; }
  .contact-form h2 {
    margin-top: 50px; }
  .contact-form br {
    display: none; }

.col-job {
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (max-width: 767px) {
    .col-job {
      padding-left: 20px;
      padding-right: 20px; } }

.single-job_opening .entry-content ul li {
  font-size: 17px; }

.page-id-728 .entry-content {
  padding-top: 55px; }
  .page-id-728 .entry-content h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #6d6e70; }
  .page-id-728 .entry-content .strong, .page-id-728 .entry-content strong {
    font-weight: 600; }

.affix-top #main-menu > ul {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0px; }

.affix #main-menu > ul {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0px; }

/*
body.single-job_opening #main-menu {
    ul.nav > li.menu-item > a[href='/about-us/our-team/'] > span, ul.nav > li.menu-item > a[href='/de/uber-uns/unser-team/'] > span {
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      &:hover {
        border-bottom: 2px solid $basic_color;
      }
    }
    ul.dropdown-menu > li.menu-item > a[href='/about-us/job-openings/'], ul.dropdown-menu > li.menu-item > a[href='/de/ueber-uns/stellenangebote/'] {
      background-color: #00adeb;
      color: #fff;    
    }
}

body.single-announcements #main-menu {
    ul.nav > li.menu-item > a[href='/news-and-events/in-the-news/'] > span, ul.nav > li.menu-item > a[href='/de/news-veranstaltungen/presse/'] > span {
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      &:hover {
        border-bottom: 2px solid $basic_color;
      }
    }
    ul.dropdown-menu > li.menu-item > a[href='/news-and-events/announcements/'], ul.dropdown-menu > li.menu-item > a[href='/de/news-veranstaltungen/pressemitteilungen/'] {
      background-color: #00adeb;
      color: #fff;    
    }
}

body.single-events #main-menu {
    ul.nav > li.menu-item > a[href='/news-and-events/in-the-news/'] > span, ul.nav > li.menu-item > a[href='/de/news-veranstaltungen/presse/'] > span {
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      &:hover {
        border-bottom: 2px solid $basic_color;
      }
    }
    ul.dropdown-menu > li.menu-item > a[href='/news-and-events/event-calendar/'], ul.dropdown-menu > li.menu-item > a[href='/de/news-veranstaltungen/veranstaltungskalender/'] {
      background-color: #00adeb;
      color: #fff;    
    }
}
*/
body.single-events .pagination .pagination-meta {
  float: left; }

.subscribe_newsletter {
  padding-bottom: 55px; }
  .subscribe_newsletter .news-1, .subscribe_newsletter .news-2, .subscribe_newsletter .news-3, .subscribe_newsletter .news-4 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 22.65%; }
    @media screen and (max-width: 767px) {
      .subscribe_newsletter .news-1, .subscribe_newsletter .news-2, .subscribe_newsletter .news-3, .subscribe_newsletter .news-4 {
        width: 100%; } }
  .subscribe_newsletter input {
    border: 0 none;
    color: #6d6e71;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .subscribe_newsletter input {
        margin-top: 10px; } }
  .subscribe_newsletter select {
    border: 0px;
    width: 100%;
    color: #6d6e71;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .subscribe_newsletter select {
        margin-top: 10px; } }
  .subscribe_newsletter input[type="submit"] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    width: 100%; }
    .subscribe_newsletter input[type="submit"]:hover {
      background-color: #FFF;
      color: #00ADEB;
      cursor: pointer; }
  .subscribe_newsletter div.button-submit {
    width: 100%;
    padding: 0px;
    margin: 0px; }
  .subscribe_newsletter .news-1 {
    margin-left: 4.7%; }
    @media screen and (max-width: 767px) {
      .subscribe_newsletter .news-1 {
        margin-left: 0px; } }
  .subscribe_newsletter .data-post {
    display: none; }
  .subscribe_newsletter form.sent .wpcf7-response-output {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 6%;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    width: 88%; }
  .subscribe_newsletter form.failed .wpcf7-response-output {
    width: 88%;
    background-color: #f04124;
    border: 1px solid #f04124;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
    color: #FFF;
    height: auto; }
  .subscribe_newsletter .newsletter-free {
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center; }
  .subscribe_newsletter .wpcf7-not-valid {
    border: 2px solid #f04124;
    background-color: #fddede;
    border-radius: 4px 4px 0px 0px; }
  .subscribe_newsletter .newsletter-free-text {
    font-family: "MinionPro-It",sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #FFF;
    text-align: center;
    display: block; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.newsletter-form-home-content {
  padding-top: 30px; }

.btn-theme {
  float: right; }

.not-show {
  display: none; }

.landing-page {
  /*
  .sidebar {
    .content {
      background-color: #00AEEF;
      padding:20px;
      border-radius: 4px;

      h4 {
        color:white;
        font-weight:700;
      }
      label {
        font-size: 17px;
        font-family: "Open Sans",sans-serif;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
      }

      form {
        input, textarea, select {
          border:1px solid #CCCCCC;
          font-family: "Lato",sans-serif;
          font-size: 18px;
          font-weight: 300;
          width:100%;    
          margin-top:15px;
          background-color: #ffffff;
          border-color: #cccccc;
          border-radius: 4px;
          border-style: solid;
          border-width: 1px;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-sizing: border-box;
          color: #333333;
          font-size: 16px;
          font-weight: normal;
          max-width: 100%;
          outline: medium none;
          padding: 2px;
          &:focus {
            background-color: #ffffff;
            border-color: #cccccc;
            border-radius: 4px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
            box-sizing: border-box;
            color: #333333;
            font-size: 16px;
            font-weight: normal;
            max-width: 100%;
            outline: medium none;
          }
        }
        span {
        }
        textarea {
          height:200px;
        }
        span.wpcf7-not-valid-tip {
          background: #f04124 none repeat scroll 0 0;
          border-radius: 0 0 4px 4px;
          color: #fff;
          display: block;
          font-family: "Open Sans",sans-serif;
          font-size: 10.4px;
          font-weight: 700;
          padding: 10px;
        }
        div.field, div.form-row {
          &:after,&:before {
            content: ' ';
            display:block;
            clear:both;
          }
          margin-top:20px;
        }
        input, select {
          line-height: 25px;
          padding-left:10px;
          padding-right:10px;
          font-size: 16px;
          color: #000;
          font-family: 'Open Sans', sans-serif;
        }
        p, span, label {
          width:100%;
        }

        textarea {
          padding:10px;
          font-size: 16px; 
          font-family: 'Open Sans', sans-serif;
        }

        label {
          font-size: 17px;
          font-family: "Open Sans",sans-serif;
        }

        input[type="submit"], button[type="submit"] {
          background-color: $basic_color;
          border: 1px solid #fff;
          border-radius: 4px;
          color: #fff;
          font-family: "Open Sans",sans-serif;
          font-weight: 700;
          margin-top: 25px;
          line-height: 45px;
          border-width:1px;
          border-style: solid;
          border-color: $basic_color;
          width:auto;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          padding-left:30px;
          padding-right:30px;
          font-size: 16px;
          //@media screen and (max-width: 991px) {
            float:right;
          //}
          &:hover {
            color:$basic_color;
            background-color:#fff;
            border:1px solid $basic_color;
            cursor: pointer;
          }
        }
      }
    
    }

  }
  */ }
  .landing-page .landing-page-image {
    position: absolute;
    left: 0px;
    right: 0px; }
    .landing-page .landing-page-image img {
      width: 100%; }
  .landing-page .form-mask {
    position: absolute;
    background-color: #00AEEF;
    margin-top: 50px; }
  .landing-page .form {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #00AEEF;
    border-color: #00AEEF;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .landing-page .form {
        border: 0px; } }
    .landing-page .form .form-control {
      border: 0 none;
      color: #6d6e71;
      font-family: "Open Sans",sans-serif;
      font-size: 14px;
      font-weight: 300;
      padding: 10px;
      width: 100%;
      margin-bottom: 15px; }
    .landing-page .form .submit-button {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-family: "Open Sans",sans-serif;
      font-size: 14px;
      font-weight: 700;
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
      border-radius: 4px;
      padding: 10px;
      margin-bottom: 30px; }
      .landing-page .form .submit-button:hover {
        background-color: #FFF;
        color: #00ADEB;
        cursor: pointer; }
  .landing-page .introduction h2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both; }
  .landing-page .introduction p {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 14px; }
  .landing-page .sidebar {
    margin-top: 30px; }
  .landing-page .buttons {
    margin-top: 50px; }
    .landing-page .buttons button {
      background-color: #00AEEF;
      border: 1px solid #00AEEF;
      color: white;
      font-family: "Open Sans",sans-serif;
      font-size: 14px;
      font-weight: 700;
      transition: all 0.3s ease-in-out 0s;
      width: 80%;
      border-radius: 4px;
      padding: 10px;
      margin-bottom: 30px;
      margin-left: 10%; }
      .landing-page .buttons button:hover {
        background-color: #FFF;
        color: #00ADEB;
        cursor: pointer; }

.landing-page-content .wpcf7-response-output {
  display: none; }
.landing-page-content .wpcf7-not-valid-tip {
  background: #f04124 none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 10.4px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px; }
.landing-page-content .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  background-color: white;
  color: #398f14; }
.landing-page-content .form-row-response {
  display: none; }

.home-markets-app {
  background-size: 100%;
  background-color: #00ADEB;
  background-position: center center;
  padding-bottom: 35px;
  margin-top: 35px; }
  .home-markets-app:hover {
    cursor: pointer; }
  .home-markets-app h4 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #FFF;
    padding-top: 60px;
    padding-left: 35px; }
  .home-markets-app p {
    color: #FFF;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-left: 35px;
    display: block;
    width: 60%; }
    @media screen and (max-width: 767px) {
      .home-markets-app p {
        width: 100%;
        padding-right: 35px; } }
  .home-markets-app a.home-link-markets {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    background-color: #00ADEB;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .home-markets-app a.home-link-markets:hover {
      background-color: #FFF;
      color: #00ADEB; }
  .home-markets-app a.home-link-download {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #FFF;
    margin-top: 20px;
    padding-bottom: 10px;
    text-decoration: underline;
    display: block;
    margin-left: 35px; }

#home-list-market {
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (max-width: 991px) {
    #home-list-market {
      padding-left: 0px;
      padding-right: 0px; } }
  #home-list-market > div {
    margin-top: 40px; }
  #home-list-market div:nth-child(1) {
    margin-top: 0px; }
    @media screen and (max-width: 991px) {
      #home-list-market div:nth-child(1) {
        margin-top: 40px; } }
  #home-list-market div:nth-child(2) {
    margin-top: 0px; }
    @media screen and (max-width: 991px) {
      #home-list-market div:nth-child(2) {
        margin-top: 40px; } }
  #home-list-market div:nth-child(2n) {
    margin-left: 4%; }
    @media screen and (max-width: 991px) {
      #home-list-market div:nth-child(2n) {
        margin-left: 0px; } }
  #home-list-market .home-markets-app {
    float: left;
    width: 48%;
    padding-bottom: 0px;
    padding-top: 0px; }
    #home-list-market .home-markets-app .clear {
      height: 45px; }
    @media screen and (max-width: 991px) {
      #home-list-market .home-markets-app {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      #home-list-market .home-markets-app {
        margin: 0px;
        margin-bottom: 15px; } }

.w-list-market_app .home-markets-app {
  margin-top: 25px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 90%;
  margin-left: 5%; }
  .w-list-market_app .home-markets-app h4 {
    padding-top: 35px; }
  .w-list-market_app .home-markets-app p {
    margin-bottom: 50px;
    font-size: 19px; }

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