 html,
 body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial;
  
 }
 * {
  box-sizing: border-box;
 }
 body{
	 
 }

 .slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
 }
 .slick-slide {
  padding: 0px 10px;
  position: relative;
 }
 .slick-slide img {


 }
 .slick-prev:before,
 .slick-next:before {
  color: #fff;
  font-size: 50px;
  content: '';
 }

  .slick-prev{ background:url(left-arrow.png) center center no-repeat #fff!important;}
  .slick-next{ background:url(right-arrow.png) center center no-repeat #fff!important;}

  .slick-prev, .slick-next {
    height: 50%!important;
  }
 .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .6;
 }
 .slick-active {
  opacity: .5;
 }
 .slick-current {
  opacity: 1;
  
 }
 #main-slider{
  background: url(loading2.gif) no-repeat center center;
 }
 .slick-dotted.slick-slider {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
 }
 .slick-current {
  transform: scale(1);
 }
 #main-slider .slick-list {
  height: 100%;
  z-index: 11;

 }
 .slick-prev,
 .slick-next {
  width: 110px;
  height: 100%;
  z-index: 1111;
 }

.thumb-zoom-container{
	    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


 
 #categories-listing {
  height: 58px;
 }
 #categories-listing ul#desktop-categories {
  list-style: none;
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 20px;
 }
 #categories-listing ul#desktop-categories li {
  margin: 0 5px;
  cursor: pointer;  
  font-weight: bold;
 }
 #categories-listing ul#desktop-categories li:hover {

    border-bottom: 2px solid;
 }
 #categories-listing ul#desktop-categories li.selected{

    border-bottom: 2px solid;
}

 .slider-caption-inner {
  width: 100%!important;
  display: flex!important;
  justify-content: center;
 }
 .ws_fs_wrapper {

 }
 #main-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 58px);
  visibility: hidden;
 }
 .slick-slide > div {
  float: left;
  width: 100%;
  height: 100%;
 }
 .slick-slide .slider-item {
  height: 100%;
 } 
 img.zoomicon {
  display: block!important;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right: 15px;
  cursor: pointer;
  z-index: 11111;
    background: #f9f9f987;
    box-shadow: 0px 0px 20px 0px #ffffff8c;
		-moz-box-shadow:0px 0px 20px 0px #ffffff8c;
	-webkit-box-shadow: 0px 0px 20px 0px #ffffff8c;
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  padding: 3px;
 }
 .slider-item-inner p {
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
  /*  position: absolute;*/
    width: 100%;
    text-align: center;
    top: 850px;
   

 }
 .slider-item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 100%;
   position:   relative;
 }
 .slick-slide img {
 /* height: auto;*/
 }
 /*.slick-slide.slick-current img.scroll-image {
  height: 100%;
  /*object-fit: contain;
  width:100%;
  object-fit: cover;
 }*/

     .slick-slide img.scroll-image {
     /*  height: calc(100% - 40px);
        width:100%;
        object-fit: cover;*/
    }
 .slick-dots{
  display: none!important;
 }
 .pano{
    float: left;
    width: 100%;
    height: 96%;
    z-index: 111111;
	
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
 }
 .slick-track{
  height: 100%;
 }
 .thumb-image{
    height: 98%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
 }
   .slick-prev, .slick-next {
    background-size: 48px 48px;
    width: 48px!important;
    height: 48px!important;
    box-shadow: 0px 0px 11px 0px #fff;
  }

 @media only screen and (min-width: 1024px) {
  #main-slider .slick-list {
    padding: 0px 25% 0px 25%;
    height: 100%;
  }



 }
 	.desktopvideos{
		display:block;
	}
	.mobiletopvideos{
		display:none;
	}
 
  @media only screen and (max-width: 1024px) {
	  
	   #categories-listing ul#desktop-categories li {
  margin: 4px;
  cursor: pointer;  
  font-weight: bold;
 
 }
 	.desktopvideos{
		display:none;
	}
	.mobiletopvideos{
		display:block;
	}
  }
 
  
    #mobile-categories{
      display: none;
    }
	

	
 @media screen and (max-width: 767px) {
     .slide-video{
      height: 480px;
     }
     img.zoomicon {
        width: 37px;
        height: 37px;
     }
    #mobile-categories{
        display: inline;
        width: 100%;
    }
    #categories-listing {
        text-align: center;
    }
    #categories-listing ul#desktop-categories{
      display: none;
    }
     .slick-slide img.scroll-image {
        height: 100%;
        width:100%;
        object-fit: cover;
    }


 }


 @media screen and (max-width: 480px) {

     .slide-video{
       height: 320px;
     }
 }


.ws_fs_wrapper .scroll-image{
      width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ws_fs_wrapper {
    position: relative;
}

.ws_fs_wrapper img.zoomicon{
    bottom:10%;
}

@media screen and (max-width: 640px) {
    body{
      position: relative;
          
    }
   .slick-slide{
    padding: 0;
   }
   #categories-listing{
    position: absolute;
    top: 0;
    z-index: 11111;
    width: 100%;
   }
   #main-slider{
    height: 100%;
   }
    #main-slider .slick-list {
    padding: 0!important;
  }
  .thumb-image{
    height: 100%;
  }
  .thumb-caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;

  }
  img.zoomicon {
    bottom:15px; 
    z-index: 1111111;   
  }
  .slick-prev, .slick-next {
    width: 42px!important;
    height: 42px!important;
    z-index: 1111;
    box-shadow: 0px 0px 11px 0px #fff;
    background-size: 32px 32px;
  }

 }

.slick-prev {
    left: 20px;
    border-radius: 25px;
}
.slick-next {
    right: 20px;
    border-radius: 25px;
}

.fullscreenmode #main-slider .slick-list{
    padding:0!important;
}
.fullscreenmode .thumb-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.fullscreenmode{
  position: relative;
}
.fullscreenmode #categories-listing{
    visibility: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1111;
}
.fullscreenmode #main-slider{
  height: 100%;
}

.fullscreenmode .slick-slide{
  padding: 0;
}
.fullscreenmode .scroll-image{

}
.fullscreenmode .thumb-caption{
    position: absolute;
    z-index: 1111;
    bottom: 0;
}
.fullscreenmode .image-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .fullscreenmode #main-slider{
   background: 0 none;
 }
 .fullscreenmode .slider-item-inner p {
    text-shadow: #fff 2px 1px 2px;
    background: #f9f9f987;
    box-shadow: 0px 0px 7px 8px #ffffff8c;
}

 .fullscreenmode #categories-listing ul#desktop-categories{
    text-shadow: #fff 2px 1px 2px;
}


.fullscreenmode #main-slider {

}

.image-container{
  width:100%;
  height:100%;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-volume-slider {
display:none;
}

video::-webkit-media-controls-mute-button {
display:none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video{
	visibility:hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.video-container  img.zoomicon{
		bottom:12px;
		right:3px;
		background:white;
		display:none;
	}
}
.video-icon-parent{
	position:absolute;
	bottom: 40px;
	right: 15px;
}
@supports (-ms-ime-align:auto) and (min-width: 767px) {
  	.video-container  img.zoomicon{
		bottom:12px;
		right:-4px;
		background:white;
		display:none;
	}
	
}

@supports (-ms-ime-align:auto) and @media screen and (max-width: 767px) {

	.video-icon-parent{
		position:absolute;
		bottom: 22px;
		right: 15px;
	}
}

@supports (-ms-ime-align:auto) {
  	.video-container  img.zoomicon{

		background:white;
		display:none;
	}
}

@media screen and (max-width: 640px) {
	
	.thumb-image {
		height: auto;
		
	}
	.thumb-caption{
		color:black;
		position: static;
	}
	video{
		margin-top:20px;
	}
	

	
	
}

.errormessagemg{
	
	visibility:hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000b3;
}

#main-slider .zoomicon{
	
	display:none!important;
}
#main-slider .slick-current .zoomicon{
	
	display:block!important;
}

	#main-slider {
	
		background-size: 50px;
	}
	
@supports (-webkit-overflow-scrolling: touch) {
  body{
		min-height:300px;
	}
}

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
}

@media screen and (max-width: 1024px) {
		
	body{
		width:600px;
		margin:0 auto;
		min-width: 100%;

	}
}
	
@media screen and (max-width: 768px) {
		
	body{
		width:600px;
		margin:0 auto;
		min-width: 100%;


	}
}

@media screen and (max-width: 620px) {
		
	body{
		width:300px;
		margin:0 auto;
		min-width: 100%;

	}
}

.thumb-image{
	position:static!important;
}
@media screen and (max-width: 768px) {
	
	.slick-prev, .slick-next{
		top: 40%;

	}
	img.zoomicon {
		width: 30px;
		height: 30px;
		bottom: 55px;
	}
}