
/***  SwiperJS  Begin****/       

        .swiper-one {
            width: 100%;
            height: 50vh;
            min-height: 540px;
            -webkit-transition: opacity .6s ease;
            transition: opacity .6s ease;
        }
        
        .swiper-one .content .title,.swiper-one .content span{color: #FFF;text-shadow: 0px 0px 10px #0006;}
        .swiper-one.loading {
            opacity: 0;
            visibility: hidden;
        }

        .swiper-one:hover .swiper-button-prev,
        .swiper-one:hover .swiper-button-next {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }


        
        .swiper-container{max-width: 1200px;max-height: 800px;}
        
        .swiper-slide.swiper-slide-active:before {
            background-color: transparent;
        }


        .swiper-slide .content {
            color: #fff;
            text-align: center;
            width: 100%;
            bottom: 0;
           /* background: -webkit-gradient(linear, left bottom, left top, from(#00263E), to(#00000000));
            background: linear-gradient(to top, #00263E, #00000000);*/
        }

        .swiper-slide {
            cursor: pointer;
            background-position: center  center;
            background-size: cover;
        }
        .swiper-slide:before {
            content: " ";
            width: 100%;
            height: 100%;
           /* position: absolute;*/
        }
        .swiper-slide .entity-img {
            display: none;
        }

        .swiper-pagination-bullet-active {
            color: #fff;
            background: #007aff;
        }

        .swiper-slide .content .title {
            font-size: 2em;
            font-weight: bold;
        }

        .swiper-slide .content .caption {
            display: block;
            font-size: 13px;
            line-height: 1.4;
        }

        [class^="swiper-button-"] {
            width: 44px;
            opacity: 0;
            visibility: hidden;
        }

        .swiper-button-prev {
            -webkit-transform: translateX(50px);
            transform: translateX(50px);
        }

        .swiper-button-next {
            -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
        }



        .swiper-slide {
            background-position: center;
            background-size: cover;
            /*  filter: grayscale(1) contrast(.75);*/
        }



        .swiper-button-prev,
        .swiper-container-rtl .swiper-button-next {
            left: 30px;
            right: auto;
        }

        .swiper-button-next,
        .swiper-container-rtl .swiper-button-prev {
            right: 30px;
            left: auto;
        }

.swiper-wrapper .image {
    width: 100%;
    height: 100%;
}
.swiper-wrapper .image img{
    max-width: 100% !important;display: block;
    margin: 0 auto !important;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;

} 

.swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 70px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
text-align: center;
}
.swiper-wrapper .swiper-slide .overlay.show {
  opacity: 1;
  visibility: visible;
}
.uk-lightbox {
    z-index: 9999;
}

.swiper-slide-active .image a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    position: absolute;
    content: "\f24d";
    -webkit-transition: all 1s;
    transition: all 1s;
	display: list-item;
	list-style: none;
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	cursor: pointer;
    display: inline-block;
    right: 25px;
    top: 20px;
    color: #FFF;
}
.swiper-slide-active .image a:hover:before {
    color: #CCC;
}

        
    .gallery-thumbs {
      height: 120px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0;
  
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.5;
      width: 100px;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
        
ul.uk-thumbnav img {
    padding: 0px 5px;
    min-width: 150px;
    margin: 0 auto;
}
        
 iframe.uk-cover {
    pointer-events: all;
}     
    
.uk-thumbnav li {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: opacity(0.7) grayscale(1);
    filter: opacity(0.7) grayscale(1);
    max-width: 140px;
    margin: 0 12px;
    cursor: pointer;
    margin-left: 0;
}
        
 .uk-thumbnav li.playnow {-webkit-transition: .5s;transition: .5s;
    -webkit-filter: opacity(1);
    filter: opacity(1);
}  
 .uk-thumbnav li.playnow span:before {
   content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #FFF;
    z-index: 1111;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}
.uk-thumbnav li.playnow span:after {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #222;
    left: 49%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
   
}    
.uk-thumbnav>*>::after {
    background: rgba(255,255,255,.0);
    -webkit-transition: inherit;
    transition: inherit;
}
  .swiper-scrollbar {
    background: rgba(0,0,0,0);
}      
.home-block { padding-top:6em;padding-bottom: 6em; }  
.uk-thumbnav.swiper-wrapper p {display: block;font-size: 13px;line-height: initial;}     
        

        
        @media (max-width: 1180px) {
            .swiper-slide .content .title {
                font-size: 25px;
            }

            .swiper-slide .content .caption {
                font-size: 12px;
            }
        }

        @media (max-width: 1023px) {
            .swiper-one {
                height: 50vw;
                min-height: inherit;
            }

            .swiper-one.swiper-container-coverflow {
                padding-top: 6em;
            }
            
             .uk-thumbnav li {width: 50%;}
            
             .p-video-block{ margin-top:1em;}

        }

              @media (max-width: 767px) {
                  
            .gallery-thumbs {
              height:inherit;

            }
            .gallery-thumbs .swiper-slide {
                height: 50px;
                width: 90px;
            }
              .uk-thumbnav li { margin: initial !important;max-width: initial;}
              ul.uk-thumbnav img { min-width: 94px;}  
        }