/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* darkgrey */
/* black transparent */
/* white transparent */
/* rey transparent (bckgrd signet) */
/* light grey navigation level0 */
/* light grey transparent gallery navigation */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color yellow */
/* company color ? */
/* company color ? */
/* company color ? */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
#jumpbar {
  min-width: 100%;
}
#jumpbar a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  /*text-decoration: underline;*/
  color: #FFC21F !important;
}
#jumpbar:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  #jumpbar a {
    display: block;
    padding-bottom: 5px;
  }
}
#jumpbar .jb-darksliderpics a {
  color: #FFFFFF !important;
}
#jumpbar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#jumpbar .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#jumpbar .row .col.jb-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#jumpbar .row .col.jb-align-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#jumpbar .row .col.jb-align-center .btn-page-down {
  width: 35px;
  cursor: pointer;
}
#jumpbar .row .col.jb-align-center .btn-page-down svg g path {
  stroke-width: 0.5px !important;
}
#jumpbar .row .col.jb-align-center .btn-page-down:hover svg g ellipse {
  fill: #FFFFFF !important;
}
#jumpbar .row .col.jb-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  #jumpbar .row .col.jb-align-right {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#jumpbar .row .col.jb-align-right .jb-slider-btn {
  padding: 5px;
}
#jumpbar .row .col.jb-align-right .jb-slider-btn svg {
  width: 30px;
  height: 30px;
  fill: #FFC21F;
}
#jumpbar .row .col.jb-align-right .jb-slider-btn svg g path {
  stroke-width: 0.5px !important;
  fill: #000000;
}
#jumpbar .row .col.jb-align-right .jb-slider-btn:hover {
  cursor: pointer;
}
#jumpbar .row .col.jb-align-right .jb-slider-btn:hover svg g ellipse {
  fill: #FFFFFF !important;
}
#jumpbar .row .col.jb-align-right .jb-slider-btn.jb-btn-prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#jumpbar .row .col.jb-align-right .jb-slider-btn.jb-btn-next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#jumpbar .row .col.jb-align-right .jb-slider-btn.jb-btn-pause svg path:hover {
  fill: #FFFFFF;
}/*# sourceMappingURL=fullscreenslider.css.map */