.slim{
  min-height: 25px!important;
}


.text-shadow{
  text-shadow: 1px 3px 0 #969696, 1px 8px 5px #aba8a8}

.text-shadow{
  text-shadow: 1px 3px 0 #969696}
.text-shadow2{
  text-shadow: 1px 1px 2px #000}    



.slideshow-wrapper > .ba-slideshow > .ba-slideshow-dots > div {
    width: 6px!important;
    height:6px;
    border-radius: 0px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(225,225,225,0.4);
}
 .slideshow-wrapper > .ba-slideshow > .ba-slideshow-dots > div:hover,  .slideshow-wrapper > .ba-slideshow > .ba-slideshow-dots > div.active {
  background:  rgba(225, 225, 225, 1);
}


@media (max-width: 1024px) {
    .fullscreen-bubble-in-menu .main-menu{
        transition: none !important;
        box-sizing: border-box;
        width: 100%;
        right: -100vw;
    }
  
    .fullscreen-bubble-in-menu .main-menu:before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        border-radius: 50%;
        transition: all .7s ;
        width: 0;
        height: 0;
        background: #111;
    }
  
    .fullscreen-bubble-in-menu .main-menu.visible-menu:before {
        width: 300vh;
        height: 300vh;
        top: -150vh;
        right: -150vh;
        transition: all .7s;
    }
  
    .fullscreen-bubble-in-menu .ba-hamburger-menu .main-menu {
        background-color: transparent !important;
    }
  
    .fullscreen-bubble-in-menu .ba-hamburger-menu .main-menu > * {
        opacity: 0;
        transition: .3s;
    }
  
    .fullscreen-bubble-in-menu .ba-hamburger-menu .main-menu.visible-menu > * {
        transition: .3s .5s;
        opacity: 1;
    }
}

#item-1494846679 {
    background-image: none;
    background-color: #1a1a1a!important;