@charset "UTF-8";
/*  =========================================================================

    Project: Park Naukowo - Technologiczny w Ełku 2018
    Author: Code Shakers 

    ========================================================================= */
/*
 *
 *  Common & Pages
 *
   ========================================================================== */
/*
 *
 * Common
 *
   ========================================================================== */
html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1210px;
}

.font-weight--900 {
  font-weight: 900 !important;
}

.font-color--stone {
  color: #192344 !important;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 2.13rem;
  }
}

.item__align--center {
  padding: 0 1.5rem;
  outline: 0 none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item__align--center img {
  vertical-align: middle;
  max-width: 100%;
}

.bg--green {
  background: #7ac74f;
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.align-self-normal {
  align-self: normal;
}

.top-border--light-green {
  background: #E4F3DB;
  width: 50%;
  position: absolute;
  top: -30px;
  display: none;
  left: 0;
  height: 30px;
}

.top-border--light-green.top-border--light-green-home {
  display: block;
}

@media (min-width: 576px) {
  .top-border--light-green {
    width: 66.66666%;
  }
}

@media (min-width: 768px) {
  .top-border--light-green {
    width: 50%;
    height: 60px;
    top: -60px;
  }
}

@media (min-width: 992px) {
  .top-border--light-green {
    display: block;
  }
}

@media (min-width: 1200px) {
  .top-border--light-green {
    width: 42.66667%;
  }
}

.row--border-item {
  margin-left: 1px;
  width: calc(100% + 3px);
}

.row--border-item [class*="col-"],
.row--border-item .grid__col {
  border: 1px solid #E4F3DB;
  margin-left: -1px;
  margin-top: -1px;
}

.text--underline {
  text-decoration: underline;
}

.link--blue {
  color: #243983;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .link--blue {
    transition: none;
  }
}

.link--more {
  /*color: $white;*/
  position: relative;
}

.link--more:after {
  transition: all .3s;
  content: '';
  position: relative;
  border: solid #7ac74f;
  border-width: .15em .15em 0 0;
  display: inline-block;
  padding: 0.2em;
  transform: rotate(45deg);
  margin-right: .5rem;
  top: -1px;
}

/* Hidden */
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

/* Fonts */
.font-size--18 {
  font-size: 1.13rem;
}

.font-size--small {
  font-size: 0.75rem;
}

.font-size--md {
  font-size: .9375rem;
}

.font-weight--semi {
  font-weight: 600;
}

.font-weight--medium {
  font-weight: 500;
}

.text-vertical--lr {
  text-align: center;
  line-height: 1.5rem;
  white-space: nowrap;
  transform: rotate(90deg);
  margin-bottom: 8.6rem;
}

.font-color--light-gray {
  color: #B5B9C3 !important;
}

.font-style--normal {
  font-style: normal;
}

@media (min-width: 576px) {
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
}

.separator--vertical {
  height: 20px;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 1rem auto;
}

/* Buttons */
.btn--blue {
  background-color: #243983;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .53px;
}

.btn--blue:hover {
  color: #fff;
  background: #141f47;
}

.btn--xs {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .btn--xs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.btn--mw-210 {
  min-width: 210px !important;
}

button:focus {
  outline: 0 none;
}

.btn--light {
  border: 1px solid #B5B9C3;
}

/* Slick Slider Common */
.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #E4F3DB;
  text-indent: -999999px;
  padding: 0;
  border: none;
}

.slick-dots .slick-active button {
  background: #7ac74f;
}

.slick-dots .slick-active:only-of-type {
  display: none;
}

.slick-slide {
  outline: 0 none;
}

.img--fit-cover {
  object-fit: cover;
}

.img--fit-contain {
  object-fit: contain;
}

.heading-inner {
  padding-bottom: 3rem;
}

.heading-inner--border {
  padding-left: 1rem;
  margin-bottom: 2.5rem;
  border-left: 4px solid #7ac74f;
}

/* Table */
.table {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

.table td,
.table th {
  border: 1px solid #dfe1e5;
}

.table thead th {
  border-bottom: none;
  text-align: center;
  font-weight: 400;
}

.table [valign="middle"] {
  vertical-align: middle;
}

.table [valign="bottom"] {
  vertical-align: bottom;
}

.table-responsive {
  margin-bottom: 2.5rem;
}

.table-responsive .table {
  margin-bottom: 0;
}

/* Feather Icon */
.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feather--menu {
  color: #fff;
}

/* Header */
.header {
  position: relative;
  z-index: 2;
  height: 147px;
  background: #fff;
}

@media (min-width: 768px) {
  .header {
    height: 108px;
  }
}

.header--border-bottom {
  /*border-bottom: 1px solid rgba(#7ac74f, .5);*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  vertical-align: middle;
  text-align: center;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  color: #192344;
  text-decoration: none;
}

.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
  color: #192344;
  text-decoration: none;
}

@media (min-width: 576px) {
  .navbar-brand {
    margin-left: 4rem;
  }
  .navbar-brand br {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    font-size: 1.4rem;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-left: 1.5rem !important;
  }
}

.header__logo {
  background-image: url(../img/logo.svg);
  background-size: 65px 65px;
  width: 65px;
  height: 65px;
  margin-bottom: .5rem;
}

.navbar-toggler {
  width: 60px;
  align-self: flex-end;
  height: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #7ac74f;
  outline: 0 none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  background: #61ac37;
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}

/* Navbar Right */
.overlay {
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 9998;
}

.navbar-right {
  transition: all 0.3s;
  min-width: 250px;
  max-width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
  margin-right: -250px;
  /* top layer */
  z-index: 9999;
}

.navbar-right .navbar-brand {
  padding: .5rem 15px;
  margin-left: 0;
}

.navbar-right .header__logo {
  margin-bottom: 0;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}

.navbar-right.active {
  margin-right: 0;
}

.navbar-right .mCSB_container {
  margin: 0;
  min-height: 100%;
}

.navbar-right .mCSB_container:after {
  content: '';
  display: block;
  height: 70px;
}

@media (min-width: 1200px) {
  .navbar-right {
    position: relative;
    height: 100%;
    min-width: 1px;
    max-width: none;
    margin: 0;
    box-shadow: none;
    display: flex;
  }
  .navbar-right .navbar-brand {
    display: none;
  }
  .navbar-right .navbar-right__social {
    background: rgba(85, 139, 104, 0.2);
    padding: .01rem 0;
    margin-top: 2rem;
    position: relative;
  }
}

/* Navbar Right Search */
.navbar-right__search {
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .navbar-right__search {
    position: absolute;
    right: 300px;
    /*padding-right: 30px;*/
    top: 0;
    align-items: center;
    background: #fff;
    width: 240px;
    justify-content: flex-end;
  }
  .navbar-right__search form {
    width: 100%;
  }
  .navbar-right__search::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.feather--search {
  width: 20px;
  height: 20px;
  margin: auto;
}

.btn--search {
  padding: 0;
  left: 0;
  top: 0;
  color: #243983;
  background: none;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  bottom: 0;
}

.btn--search:focus {
  box-shadow: none;
}

.form-control__search {
  background: none;
  border: none;
  border-radius: 0;
  padding-left: 25px;
  font-weight: 700;
  letter-spacing: .73px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #243983;
  border: none !important;
  border-bottom: 2px solid #243983 !important;
}

.form-control__search::-webkit-input-placeholder {
  color: #243983;
}

.form-control__search:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control__search:-moz-placeholder {
  color: #243983;
  opacity: 1;
}

.form-control__search:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control__search::-moz-placeholder {
  color: #243983;
  opacity: 1;
}

.form-control__search:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control__search:-ms-input-placeholder {
  color: #243983;
}

.form-control__search:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control__search:focus {
  background: none;
  border-color: rgba(36, 57, 131, 0.3);
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .form-control__search {
    width: 100% !important;
    color: #243983;
  }
  .form-control__search:focus {
    border-color: #243983;
  }
}

.feather--close {
  color: #192344;
  width: 30px;
  height: 30px;
}

.btn--close-navbar {
  width: 60px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 .5rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

@media (min-width: 1200px) {
  .btn--close-navbar {
    display: none;
  }
}

/* Navbar Right search */
.navbar-right__menu {
  padding: 1rem 0;
  position: static;
  visibility: visible;
  border-top: 1px solid rgba(181, 185, 195, 0.5);
}

@media (min-width: 1200px) {
  .navbar-right__menu {
    position: absolute;
    padding: 2.5rem 0 0;
    background: #7ac74f;
    width: 250px;
    right: 0;
    top: 0;
    border-top: none;
  }
}

/* Navbar Right Menu */
.navbar-right__menu-list a {
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #192344;
  display: block;
  font-size: 0.875rem;
  padding: .6rem 20px;
}

.navbar-right__menu-list a:hover {
  color: #7ac74f;
}

@media (min-width: 1200px) {
  .navbar-right__menu-list a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: right;
  }
  .navbar-right__menu-list a:hover {
    background: #fff;
    color: #243983;
  }
  .navbar-right__menu-list a.active {
    background: #fff;
    color: #243983;
  }
  .navbar-right__menu-list > li {
    transition: all .3s linear;
  }
  .navbar-right__menu-list > li:hover .toggle-submenu {
    background: #fff;
    color: #243983;
  }
  .navbar-right__menu-list > li:hover .navbar-right__submenu {
    top: 110px;
    visibility: visible;
    opacity: 1;
  }
}

/* Navbar Right Submenu */
.navbar-right__submenu {
  display: none;
}

.navbar-right__submenu a {
  padding: .6rem 20px;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .navbar-right__submenu {
    z-index: 5;
    display: block !important;
    top: -50px;
    position: absolute;
    background: #fff;
    right: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    box-shadow: -4px 4px 6px rgba(25, 35, 68, 0.25);
  }
  .navbar-right__submenu a {
    color: #243983;
  }
  .navbar-right__submenu a:hover {
    background: none;
    color: #7ac74f;
  }
  .navbar-right__submenu > ul {
    padding: 1rem 0;
    width: 250px;
  }
}

.submenu__menu {
  list-style: none;
  padding-left: 1rem;
}

.submenu__menu a {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .submenu__menu {
    padding-right: 1rem;
    padding-left: 0;
  }
}

.toggle-submenu__menu:after {
  content: '';
  border: solid #7ac74f;
  border-width: 0 .1em .1em 0;
  display: inline-block;
  padding: .2em;
  transform: rotate(45deg);
  margin-left: .5rem;
  top: -2px;
  position: relative;
}

.toggle-submenu__menu.active {
  color: #7ac74f !important;
}

.toggle-submenu.active {
  color: #7ac74f;
}

.navbar-right__social {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7ac74f;
}

.navbar-right__social h4 {
  font-size: 0.875rem;
  display: none;
}

.navbar-right__social a {
  color: #fff;
}

.navbar-right__social .feather {
  width: 20px;
  height: 20px;
}

.navbar-right__links {
  z-index: 5;
  border-top: 1px solid rgba(181, 185, 195, 0.5);
  padding: 1rem 20px;
  text-align: right;
}

.navbar-right__links a {
  display: block;
  color: #192344;
  font-size: 1rem;
  letter-spacing: 0.53px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0.75rem;
}

.navbar-right__links a.euicon {
  margin-right: 0.75rem !important;
  font-family: Arial, sans-serif;
}

.navbar-right__links a.bip, .navbar-right__links a.euicon {
  display: flex;
  margin-right: 0;
}

.navbar-right__links span {
  font-size: 0.75rem;
}

.navbar-right__links .feather {
  width: 22px;
  height: 22px;
  /*margin-right: .89rem;*/
}

@media (min-width: 1200px) {
  .navbar-right__links {
    padding-right: .5rem;
    position: absolute;
    right: 545px;
    border-top: none;
    height: 100%;
    width: 230px;
    white-space: nowrap;
    display: flex;
  }
  .navbar-right__links span {
    display: none;
  }
  .navbar-right__links .euicon span {
     display: block;
  }
  .navbar-right__links a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1400px) {
  .navbar-right__links {
    width: 350px;
    right: 525px;
  }
  .navbar-right__links span {
    display: inline;
  }
}

.bip, .euicon {
  align-items: center;
}

.bip img, .euicon img {
  max-height: 30px;
}

.euicon {
  flex-direction: column;
}

.euicon img {
  max-height: 50px;
}

.languages {
  border-right: 1px solid #E4F3DB;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  height: 147px;
  width: 60px;
  display: flex;
  font-size: 0.75rem;
  flex-direction: column;
}

.languages > li {
  position: relative;
  padding-top: .7rem;
  opacity: .3;
  color: #7ac74f;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E4F3DB;
}

.languages > li:last-child {
  border-bottom: none;
}

.languages > li.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .languages {
    height: 108px;
  }
}

@media (min-width: 1200px) {
  .languages {
    z-index: 10000;
    left: auto;
    right: 250px;
    border: none;
  }
  .languages > li {
    border: none;
  }
  .languages > li:after {
    content: '';
    width: 19px;
    display: block;
    background: #E4F3DB;
    height: 1px;
    position: absolute;
    bottom: -3px;
  }
  .languages > li:last-child:after {
    content: none;
  }
}

.flag {
  width: 19px;
  height: 15px;
  margin-bottom: .25rem;
  background-size: 15px auto;
  background-position: center;
}

.flag--pl {
  background-image: url(../img/flag/pl.svg);
}

.flag--en {
  background-image: url(../img/flag/gb.svg);
}

/*.dropdown-languages__toggle {
  display: flex !important;
  align-items: center;
  &:after {
    border: solid $green;
    border-width: 0 .1em .1em 0;
    display: inline-block;
    padding: .2em;
    transform: rotate(45deg);
    margin-left: .5rem;
  }
}

.dropdown-languages__menu {
  min-width: 100px;
  margin-left: -18px;
  margin-top: -39px;
  padding: 1rem;
  box-shadow: 2px 3px 5px rgba($black, .1);
  .dropdown-languages__menu-item {
    display: flex;
    align-items: center;
    color: $big-stone;
    font-size: $font-size-sm;
  }

  .flag {
    margin-right: .5rem;
  }

  span {
    display: block;
  }

  @include media-breakpoint-up(xl) {
     margin-top: -66px;
  }
}

.flag {
  margin-right: .2rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-size: 20px 20px;
}

.flag--pl {
  background-image: url(../img/flag/pl.svg);
}

.flag--en {
  background-image: url(../img/flag/gb.svg);
}*/
.open-menu {
  overflow: hidden;
  height: 100%;
}

.open-menu .wrapper {
  overflow: hidden;
  height: 100%;
}

.open-menu .header {
  position: static !important;
}

.open-menu .hero {
  padding-top: 0;
}

/* Navbar Social  */
@media (min-width: 1200px) {
  .header__home .navbar-right__search {
    z-index: 4;
  }
  .header__home .navbar-right__social {
    display: none;
  }
  .header__home .navbar-right__submenu {
    top: 0;
  }
  .header__home .navbar-right__menu {
    padding-bottom: 2.5rem;
  }
  .header__home .navbar-right__menu-list > li:hover .navbar-right__submenu {
    top: 107px;
  }
}

/* Breadcrumb */
.breadcrumb-item {
  margin-right: .5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-item a {
  color: #B5B9C3;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  border: solid #7ac74f;
  border-width: .15em .15em 0 0;
  display: inline-block;
  padding: 0.2em;
  transform: rotate(45deg);
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

/* Footer */
.main-foot-menu li {
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.main-foot-menu a {
  font-size: 1rem !important;
}

.footer {
  background: #E4F3DB;
}

.footer::before {
  content: none;
  position: absolute;
  right: 0;
  background: #7ac74f;
  width: 50%;
  z-index: 1;
  top: 0;
  height: calc(100% - 65px);
}

@media (min-width: 992px) {
  .footer {
    /*    .container {
      position: relative;
        background: $light-green;
        background: -moz-linear-gradient(left, rgba($light-green,1) 0%, rgba($light-green,1) 50%, rgba($white,1) 50%, rgba($white,1) 100%);
        background: -webkit-linear-gradient(left, rgba($light-green,1) 0%,rgba($light-green,1) 50%,rgba($white,1) 50%,rgba($white,1) 100%);
        background: linear-gradient(to right, rgba($light-green,1) 0%,rgba($light-green,1) 50%,rgba($white,1) 50%,rgba($white,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f3db', endColorstr='#ffffff',GradientType=1 );
      &::before {
        content:'';
        background: $light-green;
        width: 41.6666667%;
        position: absolute;
        top: -60px;
        left: 0;
        height: 60px;
      }
    }*/
  }
  .footer::before {
    content: '';
  }
}

@media (min-width: 1200px) {
  .footer {
    background: #E4F3DB;
    background: -moz-linear-gradient(left, #e4f3db 0%, #e4f3db 42, white 42%, white 100%);
    background: -webkit-linear-gradient(left, #e4f3db 0%, #e4f3db 42%, white 42%, white 100%);
    background: linear-gradient(to right, #e4f3db 0%, #e4f3db 42%, white 42%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f3db', endColorstr='#ffffff',GradientType=1 );
  }
}

.footer__main {
  background: url(../img/footer_bg.png) left bottom no-repeat;
  background-size: 150px auto;
}

.footer__main > ul {
  margin: 2rem  0;
}

.footer__main > ul li {
  margin-bottom: .5rem;
}

.footer__main > ul a {
  display: block;
  color: #474f69;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .footer__main {
    background-position: right bottom;
    background-size: 280px auto;
    position: static;
  }
}

@media (min-width: 992px) {
  .footer__main {
    position: static;
    background: none;
  }
}

.footer__info {
  font-size: 0.875rem;
}

.footer__info .fn {
  font-size: inherit;
}

.btn-top {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 60px;
  background: #6cc03d;
  letter-spacing: 0.53px;
  font-size: 0.75rem;
  font-weight: 700;
}

.btn-top:hover {
  background: #61ac37;
  color: #fff;
}

.btn-top i {
  margin-bottom: 1rem;
}

.btn-top span {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .btn-top {
    position: absolute;
    right: 0;
    height: calc(100% - 65px);
  }
}

.footer__bottom {
  z-index: 11;
  position: relative;
  padding: 1rem 0;
  background: #fff;
}

@media (min-width: 992px) {
  .footer__bottom {
    height: 65px;
    padding: 0;
  }
}

.copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #B5B9C3;
  letter-spacing: 0.53px;
  font-weight: 600;
  position: relative;
  z-index: 11;
}

@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}

.cs-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E4F3DB;
}

.cs-promo span {
  /*text-align: right;*/
  display: block;
  font-size: .625rem;
  text-transform: uppercase;
  color: #B5B9C3;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cs-promo {
    border: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}

.cs-logo {
  display: block;
  width: 105px;
  height: 23px;
  background-image: url(../img/logo-cs.svg);
  margin-left: .5rem;
}

.footer__second-menu {
  z-index: 2;
}

.footer__second-menu > div {
  padding-bottom: 1.1rem;
  padding-top: 2.3rem;
  background-color: #7ac74f;
  background-image: url(../img/footer_bg.png);
}

.footer__second-menu h5 {
  margin-bottom: 1rem;
  color: #fff;
}

.footer__second-menu a {
  color: #fff;
}

.footer__second-menu ul a {
  font-weight: 500;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .footer__second-menu > div {
    background-blend-mode: multiply;
    background-position: -151px bottom;
    background-repeat: no-repeat;
    background-size: initial;
    padding-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .columns-xl-2 {
    columns: 2;
  }
}

@media (min-width: 1200px) {
  .separator--left {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.footer-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .footer-wrapper {
    position: static;
  }
}

/* Pagination */
.page-link {
  border: none;
  margin: 0 .45rem;
}

/* Sidebar */
.sidebar a {
  color: #7ac74f;
}

.sidebar h3 {
  font-size: 1.3rem;
}

.sidebar ul,
.sidebar ol {
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
}

.sidebar ul li:last-child,
.sidebar ol li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.sidebar li {
  border-bottom: 1px solid #E4F3DB;
  padding-bottom: .35rem;
  margin-bottom: .35rem;
}

.sidebar hr {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.sidebar .tribe-events-list-widget .tribe-event-title {
  font-size: .9375rem;
}

.sidebar .tribe-events-list-widget .tribe-events-list-widget-events {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: .45rem;
  margin-bottom: .45rem;
}

.sidebar .tribe-events-list-widget .tribe-events-list-widget-events:before {
  content: '';
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 4px;
}

.sidebar .tribe-event-duration {
  font-size: 90%;
}

.sidebar .widget_search {
  position: relative;
}

.sidebar .widget_search input[type="text"] {
  border: 2px solid #243983;
  width: 100%;
  height: 40px;
  padding-right: 2rem;
}

.sidebar .widget_search #searchsubmit {
  position: absolute;
  right: 5px;
  top: 50%;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  text-indent: -9999999px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-top: -10px;
}

.sidebar .widget_search .widgettitle {
  display: none;
}

.sidebar .tribe-list-widget {
  padding: 0;
}

.sidebar .tribe-events-widget-link a {
  font-size: .7rem;
  text-align: center;
  margin-top: 1.5rem;
}

.sidebar .widget:last-of-type {
  border: none;
}

/* Content */
.content {
  padding-bottom: 2rem;
  /* 
  @include media-breakpoint-up(lg) {
    background-position: 80% 4%;
  }

  @include media-breakpoint-up(xl) {
    background-position: 87% 4%;
    background-image: url(../img/bg_section.png);
    background-position: right 4%;
    background-repeat: no-repeat;
  
  }*/
}

@media (min-width: 992px) {
  .content {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  .content-wrapper {
    width: 85%;
  }
}

@media screen and (min-width: 1700px) {
  .content-wrapper {
    width: 100%;
  }
}

/* Cookies */
.info__cookies {
  text-align: left;
  position: fixed;
  width: 100%;
  background: rgba(25, 35, 68, 0.9);
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10001;
  font-size: 0.75rem;
  padding: 1rem 2rem 1rem 20px;
}

.info__cookies p {
  margin-bottom: 0;
}

.info__cookies h5 {
  margin-bottom: .3rem;
  color: #fff;
  font-size: 0.875rem;
}

.btn--close-cookies {
  position: absolute;
  right: .3rem;
  top: .3rem;
  color: #fff;
}

.btn--close-cookies .feather {
  color: #fff;
  width: 26px;
  height: 26px;
}

/* Contrast */
.body-contrast .header__logo,
.body-contrast .flag {
  filter: grayscale(1);
}

.body-contrast .heading--bg {
  opacity: .2;
}

.body-contrast .footer,
.body-contrast .footer a,
.body-contrast .footer h5 {
  color: #fff;
}

.body-contrast .bip {
  filter: grayscale(1);
}

.body-contrast .company__more {
  color: #fff;
}

.body-contrast .jumbotron {
  background: none;
}

.body-contrast .tribe-events-calendar thead th {
  border-bottom-color: #1c1c1c;
}

.body-contrast .tribe-events-calendar td.tribe-events-present.mobile-active {
  background-color: #404040;
  color: #fff !important;
}

.body-contrast #tribe-events-footer .tribe-events-sub-nav a, .body-contrast #tribe-events-header .tribe-events-sub-nav a {
  background: #1c1c1c;
}

/*
 *
 * Home
 *
   ========================================================================== */
.hero {
  z-index: 1;
  padding-top: 147px;
  height: 100vh;
  position: relative;
}

@media (min-width: 576px) {
  .hero {
    height: auto;
  }
  .hero .hero__bg {
    height: 100vh !important;
    max-height: 735px;
    min-height: 550px;
  }
}

.hero .navbar-right__social {
  display: none !important;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 108px;
  }
}

@media (min-width: 1200px) {
  .hero {
    /*z-index: 1;*/
    width: calc(100% - 310px);
  }
  .hero::before {
    content: '';
    position: absolute;
    right: -310px;
    top: 0;
    width: 310px;
    background: #7ac74f;
    height: calc(100% - 47px);
  }
  .hero .navbar-right__social {
    padding-bottom: 40px;
    position: absolute;
    left: auto;
    right: -60px;
    top: 0;
    height: 100%;
    display: flex !important;
    width: 60px;
    z-index: 10000;
    background: rgba(85, 139, 104, 0.2);
  }
  .hero .navbar-right__social h4 {
    color: #fff;
    letter-spacing: 0.53px;
    display: block;
  }
  .hero .navbar-right__social li {
    margin: .5rem 0;
  }
  .hero .navbar-right__social a {
    color: #fff;
  }
}

.hero__bg {
  min-height: 250px;
  background-image: url(../media/hero.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 25px rgba(48, 49, 51, 0.2);
  padding: 30% 0;
}

@media (min-width: 576px) {
  .hero__bg {
    padding: 0;
  }
}

.home-section {
  padding: 1rem 0;
}

@media (max-width: 767.98px) {
  .home-section [class*="btn-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.heading {
  overflow: hidden;
  position: relative;
  padding: 5.7rem 0;
}

.heading h2 {
  margin: 0;
}

@media (min-width: 1200px) {
  .heading {
    overflow: inherit;
  }
}

.heading--bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

@media (min-width: 576px) {
  .heading--bg {
    margin: auto 0;
  }
}

@media (min-width: 1200px) {
  .heading--bg {
    left: -57px;
  }
}

.heading--bg-square {
  width: 150px;
  height: 150px;
  border: 30px solid #7ac74f;
}

@media (min-width: 1200px) {
  .heading--bg-square {
    padding: 3rem 0 1.5rem;
  }
}

.heading--bg-triangle {
  margin-top: -56px;
  left: -47px;
}

.heading--bg-triangle::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  transform: rotate(-39deg) translate3d(0, 0, 1px);
  border-bottom: 150px solid #7ac74f;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}

.heading--bg-triangle:after {
  content: '';
  top: 24px;
  left: 15px;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-39deg) translate3d(0, 0, 1px);
  border-bottom: 65px solid #fff;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
}

@media (min-width: 576px) {
  .heading--bg-triangle:before {
    margin: auto 0;
  }
  .heading--bg-triangle:after {
    top: 21px;
    left: 65px;
    margin: auto 0;
  }
}

@media (min-width: 1200px) {
  .heading--bg-triangle {
    left: -102px;
  }
}

.heading--bg-circle {
  width: 150px;
  height: 150px;
  border: 30px solid #7ac74f;
  border-radius: 100%;
}

/* Offers */
.offers-item {
  outline: 0 none;
  margin-bottom: 1.88rem;
}

.offers-item:hover .offers-item__thumb {
  transform: scale(1.1);
}

.offers-item:hover .offers-item__title h5 {
  color: #7ac74f;
}

.offers-item__title {
  width: calc(100% - 96px);
  padding: 0 20px;
}

.offers-item__title h5 {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #192344;
  letter-spacing: 0.53px;
}

.offers-item__title h5 + p {
  margin-top: 1rem;
}

.offers-item__title p {
  margin-bottom: 0;
  color: #192344;
  font-weight: 500;
}

.offers-item__thumb {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

/* News */
.figure-news__item p {
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #192344;
  font-weight: 500;
}

.figure-news__item:hover p {
  color: #7ac74f;
}

.figure-news__thumb {
  position: relative;
}

.figure-news__thumb img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.figure-news__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .69rem;
  color: #B5B9C3;
  text-transform: uppercase;
  font-weight: 600;
  padding: .3rem 1rem;
  background: #fff;
}

/* Partners */
.partners-item {
  height: 100px;
}

.partners-item img {
  max-height: 70px;
  transition: all .3s ease;
  filter: grayscale(1);
}

.partners-item:hover img {
  filter: grayscale(0);
}

/* Gallery */
.home-gallery {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  max-height: 400px;
}

.home-gallery * {
  overflow: hidden;
}

@media (min-width: 576px) {
  .home-gallery {
    max-height: 500px;
  }
}

.home-gallery__thumb {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
  object-position: top;
}

.home-gallery__thumb:hover {
  transform: scale(1.1);
}

.hero__events {
  position: relative;
  padding-right: 3rem;
  padding-left: 2.5rem;
  /*margin-left: 3rem;*/
  /*border-left: 4px solid $green;*/
  /*  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width:0; 
    height:0;
    border-width: 6rem 2.5rem 0 2.5rem;
    border-style: solid;
    border-top-color: $green; 
    border-bottom-color:transparent; 
    border-left-color:transparent; 
    border-right-color:transparent;
  }
  
  &:after {
    content: '';
    background: $green;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    top: 7rem;
    left: 1.5rem;
  }*/
}

.hero__events [class*="btn-"] {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

@media (min-width: 576px) {
  .hero__events {
    padding: 2.55rem 1.7rem;
  }
}

@media (min-width: 1200px) {
  .hero__events {
    margin-left: 0;
  }
}

.btn--close-events {
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.btn--close-events .feather--close {
  opacity: .8;
  width: 25px;
  height: 25px;
}

.popup--white {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 900px;
  max-width: 100%;
  margin: 1rem auto;
}

.popup--white .mfp-close {
  opacity: 1;
  background: #fff;
}

/*
 *
 * Post
 *
   ========================================================================== */
@media (max-width: 991.98px) {
  .post h1 {
    font-size: 1.6rem;
  }
}

.post p {
  line-height: 1.8;
}

.post__heading h1 {
  margin-bottom: .5rem;
}

.post__heading p {
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0;
}

.post__heading p ~ p {
  font-weight: 500;
  font-size: .9375rem;
}

.post__heading p:last-of-type {
  margin-bottom: 3rem;
}

.post__heading p:only-of-type {
  margin-bottom: 3rem;
}

.post__heading--border {
  padding-left: 1rem;
  margin-bottom: 2.5rem;
  border-left: 4px solid #7ac74f;
}

.post__heading--border h1 a {
  color: #192344;
}

.post__heading--border h1 a:hover {
  color: #7ac74f;
}

.post__date {
  color: #B5B9C3;
  font-size: 0.875rem;
}

.post__content p {
  font-weight: 500;
  font-size: .9375rem;
  margin-bottom: 2rem;
}

.post__content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.post__content cite {
  display: block;
  font-style: normal;
  margin-bottom: 1rem;
}

.post__content cite span {
  color: #B5B9C3;
}

.post__content ul {
  font-weight: 500;
  font-size: .9375rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.post__content ul li {
  margin-bottom: .25rem;
  padding-left: 1.5rem;
  position: relative;
}

.post__content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  border: solid #7ac74f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 5px;
  top: 5px;
}

.post__content ol {
  font-weight: 500;
  font-size: .9375rem;
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
}

.post__content ol li {
  margin-bottom: .4rem;
  padding-left: 2rem;
  position: relative;
  counter-increment: counter-increment;
}

.post__content ol li:before {
  content: counter(counter-increment);
  font-size: 80%;
  background-color: #7ac74f;
  color: #fff;
  font-weight: bold;
  padding: .2rem 0;
  position: absolute;
  left: 0;
  top: -1px;
  min-width: 25px;
  border-radius: 3px;
  text-align: center;
}

.list-mb p {
  margin-bottom: .5rem;
}

/* Post Gallery */
.mfp-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.post__gallery {
  margin: 0 -2px 2rem;
}

.post__gallery-item {
  outline: 0 none;
  padding: 2px;
}

.post__gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post__gallery--item-half {
  padding: 2px;
}

.gallery-more {
  top: 2px;
  left: 2px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-more span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .gallery-more span {
    font-size: 2.5rem;
  }
}

.btn--more {
  padding-right: 2.5rem !important;
  position: relative;
}

.btn--more:after {
  transition: all .3s;
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: .15em .15em 0 0;
  display: inline-block;
  padding: 0.2em;
  transform: rotate(45deg);
  margin-right: .5rem;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.btn--more:hover:after {
  right: 10px;
}

.img-popup {
  outline: 0 none;
}

.post__social {
  border: 1px solid #E4F3DB;
}

.post__social li {
  flex: 1;
  border-left: 1px solid #E4F3DB;
}

.post__social li:first-child {
  border-left: none;
}

.post__social a {
  padding: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post__social .feather {
  width: 20px;
  height: 20px;
}

.parsley-custom-error-message,
.parsley-required {
  font-size: 0.75rem !important;
  padding: 0 !important;
}

.parsley-custom-error-message:before,
.parsley-required:before {
  content: none !important;
}

.mailpoet_text_label {
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #192344;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.mailpoet_text {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  line-height: 1.5;
  color: #474f69;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 350px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.75rem;
  border: 1px solid #f1f2f4;
}

.mailpoet_checkbox_label {
  font-family: inherit;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #192344;
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-weight: 500 !important;
  position: relative;
  text-transform: none !important;
  padding: 0 0 0 2rem;
}

/*
 *
 * Events
 *
   ========================================================================== */
.events__heading {
  margin-bottom: 1.5rem;
}

.events__heading h1 {
  margin-bottom: 2.5rem;
  border-left: 4px solid #7ac74f;
  padding-left: 1rem;
}

.events__heading p {
  color: #192344;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
}

/*
 *
 * Partners
 *
   ========================================================================== */
.partners .partners-item {
  transition: all 0.2s ease-in-out;
  height: 150px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .partners .partners-item {
    transition: none;
  }
}

.partners .partners-item img {
  filter: none;
}

.partners .partners-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.partners h3 {
  text-align: center;
  padding: .5rem 0;
  margin: 1.5rem 0;
  position: relative;
  /*border-top: 1px solid $french-gray;*/
  /*border-bottom: 1px solid $big-stone;*/
  color: #192344;
}

.partners h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.partners h3:after {
  content: '';
  background: #7ac74f;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 51%;
}

.dropdown-partners {
  display: inline-block;
  /*   &.current-dropdown {
       .dropdown-toggle__partners {
           &:after {
               transform: rotate(-135deg);
               margin-top: -3px;
           }
       } 
   }*/
}

.dropdown-toggle__partners {
  display: inline-block;
  padding: .8rem 2.5rem .8rem 1rem;
  background: #243983;
  color: #fff;
  position: relative;
}

.dropdown-toggle__partners:hover {
  color: #fff;
}

.dropdown-toggle__partners:after {
  content: '';
  position: absolute;
  right: 1rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
}

.dropdown-partners__menu {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-color: #243983;
}

.dropdown-partners__menu a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  color: #243983;
  padding: .3rem 1rem;
}

.dropdown-partners__menu a:hover {
  color: #fff;
  background: #243983;
}

/*
 *
 * Company
 *
   ========================================================================== */
.grid-container {
  margin: 0 auto;
  /*overflow: hidden;*/
}

.company {
  background: #fff;
  cursor: pointer;
  width: 291px;
  height: 150px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E4F3DB;
  /*    margin-left: -1px;
    margin-top: -1px;*/
}

.company:before {
  transition: all 0.2s ease-in-out;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .company:before {
    transition: none;
  }
}

.company:hover {
  overflow: visible;
}

.company:hover:before {
  z-index: 10;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.company:hover .company__more {
  color: #fff;
  background: #7ac74f;
}

.company__logos {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.company__logos img {
  max-width: 100%;
  max-height: 70px;
}

.company__info {
  padding: 40px;
  /*padding-right: 10px;*/
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.company__info img {
  max-height: 70px;
  margin: 0 auto;
  display: block;
}

.company__info p {
  line-height: 1.7em;
}

.company__info .mCSB_scrollTools .mCSB_draggerContainer {
  margin: auto;
  height: 80%;
}

.company__info .mCSB_outside + .mCSB_scrollTools {
  right: 5px;
}

.company__info .mCSB_scrollTools .mCSB_draggerRail {
  background: #B5B9C3;
}

.company__info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #646b7b;
}

@media screen and (max-width: 630px) {
  .company__info {
    overflow-x: hidden;
  }
  .company__info [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.company__info-heading h3 {
  margin-bottom: 0;
}

.company__info-heading img {
  width: auto;
}

.company__info-heading a {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company__info-heading a svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

@media (min-width: 768px) {
  .company__info-heading img {
    max-width: 40%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.company__links {
  display: flex;
}

.company__links a {
  border: 1px solid #E4F3DB;
  width: 50%;
  padding: 1.2rem 1rem .8rem;
  text-align: center;
  position: relative;
}

.company__links a:first-child {
  border-right: none;
}

.company__links a span {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #192344;
  font-weight: 700;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.company__links a svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
  margin-bottom: 2px;
  position: relative;
  color: #7ac74f;
}

@media screen and (max-width: 630px) {
  .company__links {
    flex-wrap: wrap;
  }
  .company__links a {
    text-align: left;
    border: none;
    padding: .5rem 0;
    width: 100%;
  }
}

.company__more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #7ac74f;
  background: #E4F3DB;
  width: 35px;
  height: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.feather--arrow-more {
  width: 20px;
  height: 20px;
}

.feather--arrow-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #7ac74f;
}

.company__info-content p {
  line-height: 2em;
  font-size: 0.875rem;
}

.company__info-logos {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feather--mail {
  width: 20px;
  margin-right: .5rem;
  height: 20px;
}

.grid__col {
  float: left;
  transition: width 0.4s, height 0.4s;
}

.grid__col.is-expanded {
  width: 575px;
  height: 450px;
}

.grid__col.is-expanded .company {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 582px;
  height: 450px;
}

.grid__col.is-expanded .company__logos {
  opacity: 0;
}

.grid__col.is-expanded .company__info {
  opacity: 1;
  z-index: 10;
}

@media screen and (max-width: 630px) {
  .grid__col.is-expanded {
    width: 291px;
  }
  .grid__col.is-expanded .company {
    width: 291px;
  }
}

.form__search-company .form-control {
  height: 58px;
}

@media (max-width: 767.98px) {
  .form__search-company [class*="btn-"] {
    width: 100%;
  }
}

/*
 *
 * Contact
 *
   ========================================================================== */
.form-group label {
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #192344;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.form-control {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.75rem;
  border: 1px solid #f1f2f4;
}

.form-control::-webkit-input-placeholder {
  color: #474f69;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:-moz-placeholder {
  color: #474f69;
  opacity: 1;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #474f69;
  opacity: 1;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #474f69;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus {
  box-shadow: 0 0 0 2px #7ac74f;
}

.contact__adr {
  color: #192344;
  font-size: 0.875rem;
  line-height: 2em;
}

.embed-responsive-30by9::before {
  padding-top: 30%;
}

@media (max-width: 767.98px) {
  .embed-responsive-30by9 {
    padding-top: 33.33333%;
  }
}

@media (max-width: 767.98px) {
  .btn__submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

select.form-control {
  -webkit-appearance: none;
}

/*
 *
 * Abbout Us
 *
   ========================================================================== */
.about-us__item {
  transition: all 0.2s ease-in-out;
  background: #fff;
}

@media screen and (prefers-reduced-motion: reduce) {
  .about-us__item {
    transition: none;
  }
}

.about-us__item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.about-us__item img {
  width: 100%;
}

.about-us__blockquote cite {
  color: #b5b9c3;
  font-size: 1.3rem;
  display: block;
  text-align: right;
}

@media (max-width: 991.98px) {
  .about-us__blockquote h2 {
    font-size: 1.5rem;
  }
}

.about-us__social {
  padding: .15rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
}

.about-us__social a {
  display: flex;
  padding: .5rem;
  color: #B5B9C3;
}

.about-us__social a:hover {
  color: #7ac74f;
}

.about-us__social .feather {
  width: 18px;
  height: 18px;
}

.about-us__desc {
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
}

.about-us__desc span {
  display: block;
  font-size: 0.75rem;
  color: #7ac74f;
}

.about-us__desc a {
  display: block;
  font-size: 0.875rem;
}

/*
 *
 * Offers
 *
   ========================================================================== */
.offer__desc h2 {
  margin-bottom: 1rem;
}

.offer__desc h2 a {
  color: #192344;
}

.offer__desc p {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .offer__desc {
    color: #fff;
    padding: 2rem;
  }
  .offer__desc h2 a {
    color: #fff;
  }
  .offer__desc .link--more {
    color: inherit;
  }
  .offer__desc .link--more:after {
    border-color: #fff;
  }
}

@media (min-width: 992px) {
  .offer__desc {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .offer--green {
    background: rgba(122, 199, 79, 0.9);
  }
  .offer--green .btn--blue {
    background: #61ac37;
  }
}

@media (min-width: 768px) {
  .offer--blue {
    background: rgba(36, 57, 131, 0.9);
  }
}

@media (min-width: 768px) {
  .offer {
    margin-bottom: 5rem !important;
  }
  .offer:last-of-type {
    margin-bottom: 3rem !important;
  }
  .offer [class*='offer-'] {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .offer [class*='offer-'] {
    transition: none;
  }
}

@media (min-width: 768px) {
  .offer [class*='offer-']:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .offer--md-ml {
    margin-left: -20rem;
  }
}

@media (min-width: 768px) {
  .offer--md-mr {
    margin-right: -20rem;
  }
}

/*
 *
 * Reservetion
 *
   ========================================================================== */
.link--more-options {
  color: #7ac74f;
  position: relative;
}

.link--more-options:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  font-size: 1.13rem;
  margin-left: .5rem;
  top: -2px;
  position: relative;
}

.link--more-options.collapsed {
  color: #243983;
}

.link--more-options.collapsed:after {
  content: '+';
  top: -1px;
}

.custom-checkbox {
  min-width: 120px;
  padding: .5rem 1rem;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.custom-checkbox:after {
  content: none;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 0;
  top: 0px;
  margin-left: 1.3rem;
}

.custom-checkbox.active, .custom-checkbox.focus {
  background: #7ac74f;
  /*    &:after {
      content: '';
    }*/
}

.chosen-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.chosen-box .custom-checkbox.focus {
  background: #7ac74f;
}

.choose-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.choose-box .custom-checkbox {
  margin-top: auto;
  margin-right: auto;
}

.choose-box .img-popup {
  display: block;
}

.choose-box div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.hasDatepicker {
  background: transparent;
}

.feather--calendar {
  position: absolute;
  width: 20px;
  height: 20px;
  height: 100%;
  top: 0;
  z-index: -1;
  right: .5rem;
  color: #7ac74f;
  font-size: 1rem;
  text-align: center;
}

.custom-datepicker {
  border: 2px solid #E4F3DB !important;
  border-radius: 0;
  font-family: inherit;
}

.custom-datepicker .ui-widget-header {
  background: none;
  border: none;
  font-weight: 600;
}

.custom-datepicker th {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #7ac74f;
}

.custom-datepicker .ui-state-default {
  border: none;
  background: rgba(181, 185, 195, 0.1);
}

.custom-datepicker .ui-state-default.ui-state-highlight {
  background: #E4F3DB;
  color: #474f69;
}

.custom-datepicker .ui-state-default.ui-state-active {
  background: #7ac74f;
}

.custom-datepicker .ui-datepicker-prev,
.custom-datepicker .ui-datepicker-next {
  top: 0;
  left: 0;
  background: none;
  border: none;
}

.custom-datepicker .ui-datepicker-prev span,
.custom-datepicker .ui-datepicker-next span {
  transition: all 0.2s ease-in-out;
  position: absolute;
  border: solid #B5B9C3;
  border-width: .10em .1em 0 0;
  display: inline-block;
  padding: 0.2em;
  transform: rotate(-135deg);
  width: 14px;
  height: 14px;
  margin-left: 0;
  margin-top: -4px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-datepicker .ui-datepicker-prev span,
  .custom-datepicker .ui-datepicker-next span {
    transition: none;
  }
}

.custom-datepicker .ui-datepicker-next {
  right: 0;
  left: auto;
}

.custom-datepicker .ui-datepicker-next span {
  transform: rotate(45deg);
  left: auto;
}

input[type=checkbox].custom-checkbox {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

input[type=checkbox].custom-checkbox ~ label {
  font-weight: 500 !important;
  position: relative;
  text-transform: none !important;
  padding: 0 0 0 2rem;
}

input[type=checkbox].custom-checkbox ~ label:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background: #dfe1e5;
  border-radius: 2px;
  top: 0;
  cursor: pointer;
}

input[type=checkbox].custom-checkbox:checked ~ label:before {
  background: #7ac74f;
}

input[type=checkbox].custom-checkbox:checked ~ label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /*                width: 2px;
              height: 2px;*/
  /*                box-shadow: 2px 0 0 $white, 4px 0 0 $white, 4px -2px 0 $white, 4px -4px 0 $white, 4px -6px 0 $white, 4px -8px 0 $white;*/
  transform: rotate(45deg);
}

/*
 *
 * Error
 *
   ========================================================================== */
.error-page {
  text-align: center;
}

.error-page h1 {
  font-size: 4rem;
}

.error-page p {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .error-page {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .error-page h1 {
    font-size: 9rem;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-bottom: 8rem;
  }
}

/*
 *
 * Gallery
 *
   ========================================================================== */
.gallery-list {
  margin: 0 -3px;
}

.gallery__col {
  outline: 0 none;
  padding: 3px;
  width: 100%;
  height: 230px;
}

.gallery__col > div {
  border: 1px solid #E4F3DB;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.gallery__col > div:before {
  content: '';
  transition: height .3s ease-in;
  position: absolute;
  bottom: 0;
  height: 55px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 2;
}

.gallery__col img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery__col [class*="btn-"] {
  opacity: 0;
  position: absolute;
  width: 120px;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  margin-top: -29px;
  z-index: 2;
}

.gallery__col:hover .gallery_desc * {
  opacity: 0;
}

.gallery__col:hover > div:before {
  background: rgba(122, 199, 79, 0.65);
  height: 100%;
}

.gallery__col:hover [class*="btn-"] {
  opacity: 1;
}

@media (min-width: 576px) {
  .gallery__col {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gallery__col {
    width: 33.3333333%;
  }
}

@media (min-width: 992px) {
  .gallery__col {
    width: 25%;
  }
}

.gallery_desc {
  padding: 0 1rem;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 55px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  z-index: 3;
}

.gallery_desc h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  /*color: $white;*/
}

.gallery_desc time {
  font-size: .625rem;
  margin-left: auto;
  font-weight: 600;
  text-transform: uppercase;
  color: #474f69;
}

.gallery_desc * {
  transition: all .3s ease-in;
  opacity: 1;
}

.gallery__item > div:before {
  content: none;
}
