@charset 'UTF-8';

#mainheader .slick-slider .views-field.views-field-nothing .content {
 position: absolute;
 top: 0;
 width: 33%;
 z-index: 1;
 left: 50%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

footer .slick-slide {
 font-size: 14px;
 line-height: 1;
 text-align: center;
 text-transform: uppercase;
 padding: 12px 21px;
 background-color: rgba(0,0,0,.05);
 color: #777;
 margin-right: 12px;
 display: inline-flex !important;
 align-items: center;
 justify-content: center;
 -webkit-transition: all 1s;
 transition: all 1s;
 opacity: .5;
}
footer .slick-active {
 background-color: #fff;
 opacity: 1;
}
footer .slick-slider:before {
 content: "";
 display: block;
 height: 100%;
 width: 12%;
 position: absolute;
 z-index: 1;
 top: 0;
 left: 0;
 background: -moz-linear-gradient(right, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
 background: -webkit-linear-gradient(right, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
 background: linear-gradient(to left, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
}
footer .slick-slider:after {
 content: "";
 display: block;
 height: 100%;
 width: 12%;
 position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 background: -moz-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
 background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
 background: linear-gradient(to right, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
}