﻿.mod-08 {
    color: #fff;
}

.mod-08 img {
    background: #41507d;
    margin: 20px 0;

    position: relative;
    text-align: center;
}

.mod-08 .slick .slick-center img {
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.slick .slick-center {
    position: relative;
    z-index: 999;
}
.slick img{
   -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    opacity: 0.7;
    transform: scale(0.7); 
}

.slick .slick-center img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

.slick img {
    transition: all 300ms ease;
}

.mod-08 .content {
    margin: auto;
    width: 100%;
}

.mod-08 .content:after,.mod-08 .buttons::after {
    clear: both;
    content: "";
    display: table;
}

.destroy {
    font-weight: 400;
    margin-top: 40px;
}

.features {
    display: block;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.features li {
    margin: 20px 0;
}

.filter .button {
    background: #FFF;
    color: #3498db;
    margin-bottom: 40px;
}

.margin-40 {
    margin-bottom: 40px;
}

.red {
    background: #e74c3c;
    color: #fff;
}

.slick-slide .image {
    padding: 10px;
}

.slick-slide img.slick-loading {
    border: 0
}

.slick-slider {
    margin:0  auto ;
}

.subheading {
    color: #555;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
}

.mod-08 .slick-prev,.mod-08 .slick-next {
    display: none !important;
}

.mod-08 .slick-slide {
    padding-top: 30px;
    color: #fff;
}

.mod-08 h3 {
    padding-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.mod-08 h3 a {
    display: block;
    color: #fff;
}

.mod-08 .img {
    margin-top: -30px;
    margin-bottom: 25px;
}

.mod-08 .title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.mod-18 {
    color: #727171;
}

.mod-18 h3 a {
    display: block;
    color: #727171;
}

.mod-18 .slick-slide {
    padding-top: 40px;
    padding-bottom: 30px;
    color: #fff;
}

.mod-18 h3 span {
    line-height: 50px;
    text-align: center;
}

.mod-18 img {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.mod-18 .slick-prev,.mod-18 .slick-next {
    width: 89px;
    height: 132px;
    margin-top: -80px;
}

.mod-18 .slick-prev {
    left: -90px;
    background: url("../images/jt_1l.png") no-repeat;
}

.mod-18 .slick-next {
    right: -90px;
    background: url("../images/jt_1r.png") no-repeat;
}

@media (max-width: 768px) {
    

    .slick img{
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        opacity: 0.7;
        transform: scale(0.7); 
    }
    .slick .slick-center img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }

    
}