.djslider-default.img-vcenter img.dj-image {
  position: absolute;
  left: 0;
  width: 100%!important;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-------------------------------*/
.b-slider{
  background: #F8D203;
}
/*-------------------------------*/
.b-maps {
    display: flex;
    justify-content: space-between;
}
.b-maps .maps__item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
/*-------------------------------*/
section.section.section-padded.bottom {
    box-shadow: 1px 1px 8px rgba(0,0,0, .5);
}

/*-------------------------------*/
.b-btn-wrap {
  text-align: center;
  margin-top: 10px;
}

.b-popup-btn {
  display: inline-block;
  vertical-align: top;
  background: #FF0000;
  cursor: pointer;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.b-popup-btn:hover {
  background: #38888A;
  color: #fff;
}

.ba-field-container {
  position: relative;
}

.ba-form-dropdown-field .ba-field-container::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #c4c4c4 transparent transparent transparent;
}

.forms-modal-opened #ba-forms-notification {
  background: #FFFEF7;
  border: 3px solid #238099;
  font-weight: 700;
}

.forms-modal-opened #ba-forms-notification p {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
}

/*-------------------------------*/
.b-slider .slider__wrapper{
  max-width: 1920px;
  margin: auto;
}
/*-------------------------------*/
.b-langswitch {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: center;
}

.b-langswitch #yt-widget.yt-state_right .yt-listbox {
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b-langswitch #yt-widget .yt-wrapper_align_right {
  display: none;
}

.b-langswitch #yt-widget .yt-button__icon_type_left {
  opacity: 0;
}

.b-langswitch #yt-widget .yt-wrapper {
  background: transparent;
  border: 2px solid #fff;
}

.b-langswitch #yt-widget .yt-button {
  background: transparent;
  border: none;
}

.b-langswitch #yt-widget.yt-state_expanded .yt-button {
  background: transparent;
}

.b-langswitch #yt-widget .yt-button_type_left {
  border-right: 1px solid #fff;
}

.b-langswitch #yt-widget .yt-button__text {
  padding-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* .b-langswitch #yt-widget .yt-button__icon {
  background: url(/images/design/arr.svg) no-repeat 50%/40%;
} */

.b-langswitch #yt-widget .yt-listbox {
  background: #FFFEF6;
  border: 3px solid #38888A;
}

.b-langswitch #yt-widget .yt-listbox__text {
  color: #444444;
  font-size: 11px;
}

#aside .moduletable {
  padding: initial;
}

.com-baforms-wrapper {
  max-width: 450px;
}

#top-btn {
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 1000;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 51px;
  height: 51px;
  background: url(/images/design/arr_up.svg) no-repeat 50%/40% #238099;
}

#top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

#footer .row-fluid{
  display: flex;
  justify-content: space-between;
}

/*-------------------------------*/
.b-visitorcounter {
    flex-shrink: 0;
    width: 200px;
    background: #3EB4D1;
    box-shadow: 1px 1px 3px rgba(0,0,0, .5);
}

#footer .b-visitorcounter p{
  margin: 0;
  font-size: 14px;
  color: #000;
}
.b-visitorcounter {
  flex-shrink: 0;
}
.b-visitorcounter .small {
  display: none;
}
/*-------------------------------*/

/*==============accessible panel==============*/

html {
  font-size: 16px;
}

.b-access-button {
  display: block;
  padding: 4px 0;
  border-radius: 25px;
  color: #035700;
  font-weight: 400;
  background: #aefc88;
  font-size: 0.9rem;
  line-height: initial;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  max-width: 210px;
  margin: 20px auto 0;
}

@media (max-width: 992px) {
  .b-access-button {
    display: none;
  }
}

body.inverse * {
  background: #000;
  color: #fff;
  line-height: 1.1;
}

body.inverse .access-panel__btn {
  background: initial;
}

body.inverse .fa {
  background: initial;
  color: #000;
}

body.inverse .b-access-button {
  position: relative;
  border: 1px solid #fff;
  z-index: 10000;
}

.b-access-panel {
  position: fixed;
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  background: rgba(51, 51, 51, 0.8);
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

.b-access-panel .fa {
  margin-left: 10px;
}

.b-access-panel.hidden {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
}

.b-access-panel.show {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

.access-panel__btn {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
}

body.inverse .access-panel__btn {
  color: #000;
}

body.inverse .b-access-panel {
  background: #fff;
}

/*==============end accessible panel==============*/