/*
*  STYLE FOR IMAGE CAROUSEL
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  1. Image Carousel Layout 1 - Style 1
*  2. Image Carousel Layout 1 - Style 2
*  3. Image Carousel Layout 1 - Style 3
*  4. Image Carousel Layout 2
*  5. Image Carousel Layout 3
*  6. Image Carousel Centermode
*  7. Image carousel style Turkey
*  n. Responsive
*
*
*/

/*----------  General style  ----------*/
    .slz-image-carousel .block-image >img {
        top: 0;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        
    }
    .sc_image_carousel .slz-image-carousel .btn .icons {
        font-size: 20px;
    }
    .sc_image_carousel .slz-image-carousel .slick-arrow {
        position: absolute;
        z-index: 10;
        top: 50%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-top: -20px;
        padding: 0px;
        text-align: center;
        font-size: 20px;
        background-color: #FFFFFF;
        line-height: 38px;
        border:1px solid #ECECEC;
        color: #969CA8;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .sc_image_carousel .slz-image-carousel .slick-arrow .text {
        display: none;
    }
    .sc_image_carousel .slz-image-carousel .slick-arrow:hover {
        background-color: #26BBEC;
        border-color: #26BBEC;
        color: #FFFFFF;
    }
    .sc_image_carousel .slz-image-carousel .slick-arrow.btn-prev{
        left: 15px;
    }
    .sc_image_carousel .slz-image-carousel .slick-arrow.btn-next{
        right: 15px;
        left: auto;
    }
    .sc_image_carousel:hover .slz-image-carousel .slick-arrow.btn-prev{
        left: -30px;
    }
    .sc_image_carousel:hover .slz-image-carousel .slick-arrow.btn-next{
        right: -30px;
        left: auto;
    }
    .sc_image_carousel.la-united-kingdom .slz-image-carousel .slick-arrow.btn-prev,
    .sc_image_carousel.la-turkey .slz-image-carousel .slick-arrow.btn-prev{
        left: -15px;
    }
    .sc_image_carousel.la-united-kingdom  .slz-image-carousel .slick-arrow.btn-next,
    .sc_image_carousel.la-turkey  .slz-image-carousel .slick-arrow.btn-next{
        right: -15px;
        left: auto;
    }
    .sc_image_carousel.la-united-kingdom:hover .slz-image-carousel .slick-arrow.btn-prev,
    .sc_image_carousel.la-turkey:hover .slz-image-carousel .slick-arrow.btn-prev{
        left: 20px;
    }
    .sc_image_carousel.la-united-kingdom:hover .slz-image-carousel .slick-arrow.btn-next,
    .sc_image_carousel.la-turkey:hover .slz-image-carousel .slick-arrow.btn-next{
        right: 20px;
        left: auto;
    }
/*----------  1. Image Carousel Layout 1 - Style 1 ----------*/
    .slz-image-carousel {
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

    .slz-image-carousel .item {
        padding: 0 15px;
        position: relative;
    }

    .slz-image-carousel .btn {
        position: absolute;
        z-index: 10;
        top: 50%;
        font-size: 0;
        opacity: 0;
        visibility: hidden;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .slz-image-carousel .btn:hover,
    .slz-image-carousel .btn:focus,
    .slz-image-carousel .btn:active {
        box-shadow: none;
        outline: none;
    }

    .slz-image-carousel .btn .icons {
        font-size: 50px;
    }

    .slz-image-carousel .btn-prev {
        left: -50px;
    }

    .slz-image-carousel .btn-next {
        right: -50px;
        left: auto;
    }

    .slz-image-carousel:hover .btn-prev {
        left: 20px;
        opacity: 1;
        visibility: visible;
    }

    .slz-image-carousel:hover .btn-next {
        right: 20px;
        opacity: 1;
        visibility: visible;
    }

    .slz-image-carousel .btn-prev .icons:before {
        content: "\f104";
    }

    .slz-image-carousel .btn-next .icons:before {
        content: "\f105";
    }

    .slz-image-carousel .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .slz-image-carousel .slick-dots {
        padding: 0;
        margin: 0;
        bottom: -35px;
        z-index: 1;
    }

    .slz-image-carousel .slick-dots li button {
        padding: 0;
    }

    .slz-image-carousel .slick-dots li button:before {
        font-size: 12px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-image-carousel .block-image:before {
        padding-top: 100%;
    }
    .slz-image-carousel.st-floria .dh-overlay{
        display: none!important;
    }
    .slz-image-carousel.st-floria .title {
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 100%;
        padding: 25px 15px;
        background-color: #26BBEC;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        
    }
    .slz-image-carousel.st-floria .item:hover .title{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        
    }
    .slz-image-carousel.st-floria .title:before {
        content: "\f065";
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
        width: 25px;
        height: 25px;
        font-size: 10px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        line-height: 23px;
        text-align: center;
        border:1px solid #FFFFFF;
        color: #FFFFFF;
    }
     .slz-image-carousel.st-floria .title:before:hover{
        background-color: #FFFFFF;
        color: #26BBEC;
     }
     .slz-image-carousel.st-floria .title:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.6;
        pointer-events: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 );
     }

/*----------  2. Image Carousel Layout 1 - Style 2 ----------*/
    .slz-image-carousel.style-2 {
        margin: 0;
    }

    .slz-image-carousel.style-2 .item {
        padding: 0;
    }
    .slz-image-carousel.st-califonia .block-image:before {
        padding-top: 61.4%;
    }
    .slz-image-carousel.st-califonia .block-image .title {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding:25px 15px;
        color: #FFFFFF;
        z-index: 10;
        font-size: 18px;
        font-weight: 700;
        pointer-events: none;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #29BCEC;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .slz-image-carousel.st-califonia .block-image:hover .title{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        
    }
    .slz-image-carousel.st-califonia .title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.6;
        pointer-events: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 );
    }
    .slz-image-carousel.st-califonia  .block-image .link:before {
        content: "\f065";
        font-family: 'FontAwesome';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        opacity: 0;
        z-index: 3;
        margin-top: -12.5px;
        margin-left: -12.5px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        line-height: 38px;
        text-align: center;
        border:1px solid #FFFFFF;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;  
    }
    .slz-image-carousel.st-califonia  .block-image:hover .link:before {
        opacity: 1;
    }

/*----------  3. Image Carousel Layout 1 - Style 3 ----------*/
    .slz-image-carousel.style-3 .item:nth-child(odd) {
        margin-top: 50px;
    }

    .dh-container {
        position: relative;
        overflow: hidden;
    }

    .dh-overlay {
        position: absolute;
        z-index: 1;
        top: -100%;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        
    }
    .slz-image-carousel.st-georgia .item {
        padding-left: 35px;
        padding-right: 35px;
    }

    .slz-image-carousel.st-georgia .item .block-image {
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .slz-image-carousel.st-georgia .item .block-image +.title {
        margin-top: 20px;
    }
    .slz-image-carousel.st-georgia .block-image .link:after {
       border-radius: 50%;
       -webkit-border-radius: 50%;
       background-color: rgba(0,0,0,0.3);
    }
    .slz-image-carousel.st-georgia .item:hover .block-image .link:after {
        opacity: 1;
        visibility: visible;
    }
    .slz-image-carousel.st-georgia .block-image .link:before {
        content: "\f065";
        font-family: 'FontAwesome';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 25px;
        height: 25px;
        opacity: 0;
        z-index: 3;
        margin-top: -12.5px;
        margin-left: -12.5px;
        font-size: 10px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        line-height: 25px;
        text-align: center;
        background-color: #FFFFFF;
        color: #26BBEC;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;  

    }
     .slz-image-carousel.st-georgia .item:hover .block-image .link:before  {
        opacity: 1;
     }
    .slz-image-carousel.st-georgia .item .title {
        font-size: 16px;
        font-weight: 700;
       text-transform: uppercase;
       display: block;
       text-align: center;
    }
    .slz-image-carousel.st-georgia .dh-overlay {
        display: none;
    }
    .slz-image-carousel.st-georgia .slick-dots {
        text-align: center;
        padding: 0px 15px;
    }
    
    .slz-image-carousel.st-georgia .slick-dots li:first-child {
        margin-left: 0px;
    }
    .slz-image-carousel.st-georgia .slick-dots li:last-child {
        margin-right: 0px;
    }

/*----------  4. Image Carousel Layout 2  ----------*/
    .slz-carousel-mockup {
        position: relative;
        overflow: hidden;
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .slz-carousel-mockup.style-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .slz-carousel-mockup.style-2 .item {
        padding: 0 15px 50px 15px;
    }

    .slz-carousel-mockup .carousel-overflow {
        position: relative;
    }

    .slz-carousel-mockup .slick-list {
        overflow: visible;
    }

    .slz-carousel-mockup.slz-image-carousel .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    .slz-carousel-mockup .block-image,
    .slz-carousel-mockup.style-2 .slick-center .block-image {
        position: relative;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .slz-carousel-mockup .slick-center .block-image {
        box-shadow: none;
    }

    .slz-carousel-mockup .block-image:before,
    .slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
        padding-top: 177.5%;
    }

    .slz-carousel-mockup .block-image > a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .slz-carousel-mockup.style-2 .slick-current .block-image > a {
        pointer-events: initial;
    }

    .slz-carousel-mockup .block-image a:after {
        content: none;
    }

    .slz-carousel-mockup .item:not(.slick-current) .block-image a:before {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-mockup.style-2 .item.slick-current .block-image a:before {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-mockup .item .block-image:hover a:before,
    .slz-carousel-mockup.style-2 .item.slick-current .block-image:hover a:before {
        opacity: 1;
    }
    
    .slz-carousel-mockup .slick-slide .block-image > a .img-slider-item {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        max-width: initial;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .slz-carousel-mockup .slider-mockup {
        position: absolute;
        top: 0px;
        left: 50%;
        bottom: 0px;
        height: 100%;
        min-width: 274px;
        background: none;
        pointer-events: none;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .slz-carousel-mockup .slider-mockup:before {
        content:none;
    }

    .slz-carousel-mockup .slider-mockup img {
        position: absolute;
        height: 130% !important;
        width: auto;
        left: 50%;
        top: -15%;
        display: block;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .slz-carousel-mockup.slz-image-carousel .slick-dots {
        bottom: 10px;
    }

    .slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
        bottom: 60px;
    }

    .slz-carousel-mockup .btn {
        top: auto;
        bottom: 20px;
        padding: 0px 15px;
        line-height: 1;
        border: none;
        opacity: 1;
        visibility: visible;
    }

    .slz-carousel-mockup.style-2 .btn {
        bottom: 0px;
    }

    .slz-carousel-mockup .icons {
        font-size: 40px;
    }

    .slz-carousel-mockup .btn.btn-prev {
        left: 45%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .slz-carousel-mockup .btn.btn-next {
        right: 45%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .slz-carousel-mockup .image-title {
        text-align: center;
        position: absolute;
        text-transform: capitalize;
        font-size: 20px;
        bottom: 5px;
        z-index: 5;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        opacity: 0;
        visibility: hidden;
    }

    .slz-carousel-mockup.style-2 .item.slick-center .image-title {
        opacity: 1;
        visibility: visible;
    }

/*----------  5. Image Carousel Layout 3  ----------*/
    .slz-carousel-syncing {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .slz-carousel-syncing .slider-for .item {
        padding: 0;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #fff;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
        display: block;
        content: '';
        padding-top: 67%;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper .images {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slz-carousel-syncing .slider-for + .slider-nav {
        margin-top: 10px;
    }

    .slz-carousel-syncing .slider-nav {
        margin: 0 -5px;
    }

    .slz-carousel-syncing .slider-nav .item {
        padding: 0 5px 0 5px;
        cursor: pointer;
    }

    .slz-carousel-syncing .slider-nav + .slider-for {
        margin-top: 10px;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image {
        position: relative;
        overflow: hidden;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image:before {
        content: '';
        padding-top: 67%;
        display: block;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:after {
        opacity: 0;
    }

    .slz-carousel-syncing .slider-nav:hover .thumbnail-image:after,
    .slz-carousel-syncing .slider-nav:hover .slick-current .thumbnail-image:after {
        opacity: 1;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image:hover:after,
    .slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:hover:after {
        opacity: 0;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*----------  6. Image Carousel Centermode  --------*/
    .slz-carousel-centermode.slz-image-carousel,
    .slz-carousel-center {
        margin: 0;
    }

    .slz-carousel-centermode.slz-image-carousel .item,
    .slz-carousel-center .item {
        padding: 0;
    }

    .slz-carousel-centermode:hover .btn-prev,
    .slz-carousel-center:hover .btn-prev {
      left: 22%;
    }

    .slz-carousel-centermode:hover .btn-next,
    .slz-carousel-center:hover .btn-next {
      right: 22%;
    }

    .slz-carousel-centermode .block-image:before,
    .slz-carousel-center .block-image:before {
        padding-top: 67%;
    }

    .slz-carousel-centermode .block-image:after,
    .slz-carousel-center .block-image:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .slz-carousel-centermode .slick-current .block-image:after,
    .slz-carousel-center .slick-current .block-image:after {
        opacity: 0;
        visibility: hidden;
    }


/*----------  7. Image carousel style Turkey  ----------*/
    
    .sc_image_carousel.la-turkey {
        position: relative;
        z-index: 1;
    }
    .sc_image_carousel.la-turkey:before {
        content: "";
        position: absolute;
        right: 0px;
        background-color: #F4F4F4;
        bottom: 0px;
        width: calc(100% - 70px);
        height: calc(100% - 45px);
        z-index: -1;
        -webkit-transform: translate(-20px,-10px);
        -moz-transform: translate(-20px,-10px);
        -ms-transform: translate(-20px,-10px);
        -o-transform: translate(-20px,-10px);
        transform: translate(-20px,-10px);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .sc_image_carousel.la-turkey:hover:before{
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .dh-overlay {
        display: none
    }
    .sc_image_carousel.la-turkey .slz-image-carousel {
        width: calc(100% - 40px);
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .block-image {
        border:2px solid #EBEBEB;
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .block-image:before {
        padding-top: 57%;
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .title {
        font-size: 14px;
        font-weight: 600;
        background-color: transparent;
        padding: 15px 0;
        position: relative;
        display: inline-block;
        margin-left: 100px;
        font-style: italic;
        -webkit-transform: translate(-10px, -5px);
        -moz-transform: translate(-10px, -5px);
        -ms-transform: translate(-10px, -5px);
        -o-transform: translate(-10px, -5px);
        transform: translate(-10px, -5px);
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;  
    }
    .sc_image_carousel.la-turkey:hover .slz-image-carousel .title {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .title:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 50px;
        right: 100%;
        top: 50%;
        margin-right: 10px;
        background-color: #000000;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .slick-dots {
        width: 30px;
        height: auto;
        bottom: auto;
        right: -25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .slick-dots li button:before {
        background-color: transparent;
    }
    .sc_image_carousel.la-turkey .slz-image-carousel .slick-dots li.slick-active button:before,
    .sc_image_carousel.la-turkey .slz-image-carousel .slick-dots li button:hover:before {
        background-color: #26bbec;
    }
/*=====================================
=            n. Responsive            =
=====================================*/

    @media screen and (max-width: 1024px) {
        .slz-carousel-mockup .block-image:before,
        .slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
            padding-top: 160%;
        }

        .slz-carousel-mockup .btn {
            bottom: 15px;
        }
    }

    @media screen and (max-width: 768px) {
        .slz-carousel-mockup {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .slz-carousel-mockup .btn {
            bottom: 17px;
        }
    }

    @media screen and (max-width: 767px) {
        .slz-image-carousel {
            margin: 0 -10px;
        }

        .slz-carousel-syncing {
            margin: 0 auto;
        }

        .slz-image-carousel .item {
            padding: 0 10px;
        }

        .slz-carousel-mockup.style-2 .item {
            padding: 0 10px 50px 10px;
        }

        .slz-carousel-mockup {
            padding-top: 70px;
            padding-bottom: 70px;
            margin: 0;
        }

        .slz-carousel-mockup .slider-mockup {
            min-width: 320px;
        }
    }

    @media screen and (max-width: 480px) {
        .slz-carousel-mockup.style-2 .item {
            padding: 0 10px;
        }

        .slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
            bottom: 10px;
        }
        .sc_image_carousel.la-turkey .slz-image-carousel .slick-dots {
            right: auto;
            width: 100%;
            height: auto;
            bottom: -40px;
            left: 0;
            top: auto;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            
        }

        .sc_image_carousel.la-turkey .slz-image-carousel {
            width: calc(100% - 20px);
        }
        .sc_image_carousel.la-turkey:before {
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        } 
        .sc_image_carousel.la-turkey .slz-image-carousel {
            margin-left: 0px;
            margin-right: 0px;
        }
        .sc_image_carousel.la-turkey .slz-image-carousel .title {
            margin-left: 70px;
        }
        .sc_image_carousel.la-turkey .slz-image-carousel .title:before {
            width: 20px;
        }
    }

    @media screen and (max-width: 414px) {
        .slz-image-carousel.style-3 .item:nth-child(odd) {
            margin-top: 0;
        }

        .slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
            padding-top: 100%;
        }
    }

/*=====  End of n. Responsive  ======*/

