@charset "UTF-8";
/* CSS Document */

.hoverModal {
    cursor: pointer;
	transition:transform .2s;
}

.hoverModal:hover {
    transform:scale(1.05);
}

.top-nav-gradient-bottom{
    border-bottom: 10px solid #FFF;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to bottom, #eee, #fff) 0 0 100% 0/0 0 10px 0 stretch;
    
        margin-bottom: -10px !important;
    

}
.nav-gradient-bottom{
        border-bottom: 10px solid #FFF;
        border-left-width: 0;
        border-right-width: 0;
        border-image: linear-gradient(to bottom, #fff, #ccc, #333) 0 0 100% 0/0 0 10px 0 stretch;
}
.section-top{
    height: 1em;
    background-image: linear-gradient(to bottom,
    #333,
    transparent
    );
  }
  .section-bottom{
    height: 1em;
    background-image: linear-gradient(to bottom,
    transparent,
    #333
    );
  }

  #promotionsCards .slick-center {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1 !important;
    z-index: 999 !important;
  }
  #promotionsCards .slick-slide {
    opacity: .6;
  }
  #promotionsCards .slick-list { 
    padding:0px 0px !important;
  }

@media (min-width: 993px) {
	.menu-links{
        display:inline;
    }
}

