/*  
  .header {
  	transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
  }
  
  .header.fixed-header {
  		margin-top:-78px;
    background-color: rgba(225, 225, 225, 0.9);
  }
  */
  
  .shadow {
    -webkit-box-shadow: -15px 15px 30px 0 rgba(0,0,0,.1);
    box-shadow: -15px 15px 30px 0 rgba(0,0,0,.1);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: 5;
}

.shadow:hover {
    box-shadow: -15px 125px 30px 0 rgba(0,0,0,.65);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
#item-15173088400 .main-menu li a{
  margin: 7px 2px;
}

.ba-item-carousel .ba-slideshow-caption > *, .ba-item-slideset .ba-slideshow-caption > *{
  padding: 0 10px!important;
}

.left{
  margin: 0 20px!important;
}