.sa{height:500px;padding-top:60px;background:#e6e7e9 url(../images/bg_thumbs.png) repeat-y center top; border-bottom:solid 1px #eaeaea;}
.sa h2{text-align:center;height:80px;font-size:26px;background:url(../images/a.png) no-repeat center 45px;color:#414143; font-weight:normal;}

.slide3D .buttons #prev:before,.slide3D .buttons #next:before{font-family:"fontello";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slide3D{position:relative;width:100%;margin:0 auto;max-width:1366px;}
.slide3D #carousel{position:relative;height:450px;top:0;overflow:hidden;}

.slide3D #carousel article{position:absolute;transition:transform 1s, left 1s, opacity 1s, z-index 0s;opacity:1}
.slide3D #carousel article img{width:400px;transition:width 1s}
.slide3D #carousel article.hideLeft{left:0%;opacity:0;transform:translateY(40%) translateX(-50%)}
.slide3D #carousel article.hideLeft img{width:200px}
.slide3D #carousel article.hideRight{left:100%;opacity:0;transform:translateY(40%) translateX(-50%)}
.slide3D #carousel article.hideRight img{width:200px}
.slide3D #carousel article.prev{z-index:5;left:30%;transform:translateY(30px) translateX(-50%)}
.slide3D #carousel article.prev img{width:300px}
.slide3D #carousel article.prevLeftSecond{z-index:4;left:15%;transform:translateY(40%) translateX(-50%);opacity:0.7}
.slide3D #carousel article.prevLeftSecond img{width:200px}
.slide3D #carousel article.selected{z-index:10;left:50%;transform:translateY(0px) translateX(-50%)}

.slide3D #carousel article.next{z-index:5;left:70%;transform:translateY(30px) translateX(-50%)}
.slide3D #carousel article.next img{width:300px}
.slide3D #carousel article.nextRightSecond{z-index:4;left:85%;transform:translateY(40%) translateX(-50%);opacity:0.7}
.slide3D #carousel article.nextRightSecond img{width:200px}

.slide3D #carousel article img{width:430px}
.slide3D #carousel article.hideLeft img{width:230px}
.slide3D #carousel article.hideRight img{width:230px}
.slide3D #carousel article.prev img{width:330px}
.slide3D #carousel article.prevLeftSecond img{width:230px}
.slide3D #carousel article.next img{width:330px}
.slide3D #carousel article.nextRightSecond img{width:230px}

.slide3D #carousel article.selected .tt{height:100px}
.slide3D #carousel article .tt{height:0;overflow:hidden;position:absolute;top:105%;left:-50%;right:-50%;width:200%;text-align:center;transition:1.6s;z-index:11}
.slide3D #carousel article .tt a{color:#333;font-size:13px;text-decoration:none}
.slide3D #carousel article .tt a:hover{ color:Red;}
.sa .tt strong{ display:block;font-family:"Roboto",sans-serif !important;font-size:17px;margin-bottom:10px;}
.sa .tt span{ display:block;font-size:14px;}
.sa .tt .t{ padding-top:10px;height:25px;}
.sa .tt .g{ background-color:#f7941d;height:2px;width:45px;overflow:hidden;margin-left:auto;margin-right:auto;}
.sa .tt .f{margin-left:auto;margin-right:auto;line-height:18px;height:36px;overflow:hidden;padding-top:10px;}

.slide3D .buttons #prev,.slide3D .buttons #next{position:absolute;display:flex;align-items:center;top:0;height:100%;cursor:pointer;padding-bottom:90px;z-index:10}
.slide3D .buttons #prev:before,.slide3D .buttons #next:before{font-size:40px;display:block}

.slide3D .buttons #next,.slide3D .buttons #prev{width:18px; height:180px;}
.slide3D .buttons #prev{left:30px;background:url(../images/il.png) no-repeat left center;}
.slide3D .buttons #next{right:30px;background:url(../images/ir.png) no-repeat left center;}
@media screen and (min-width: 767px) and (max-width: 1023px) 
{
    .slide3D #carousel article.prev img {
        width: 230px;
    }
    .slide3D #carousel article.prevLeftSecond img {
        width: 115px;
    }
}
@media screen and (max-width: 767px)
{
    .slide3D #carousel article.prev img {
        width: 112px;
    }
    .slide3D #carousel article.prevLeftSecond img {
        width: 56px;
    }
    .sa
    {
        height: auto;
    }
    .slide3D #carousel {
        height: 185px;
    }
}