.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

div.hoverscroll {
    position: relative;
}
div.hoverscroll div.listcontainer {
    overflow: hidden;
}
div.hoverscroll div.fixed-listcontainer {
    overflow: hidden;
    float: left;
}
div.hoverscroll ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.hoverscroll ul.list li.item {
    display: block;
    padding: 0;
	    border: 1px solid #f1f1f1;
}
div.hoverscroll.horizontal ul.list li.item {
    float: left;
}
div.hoverscroll.horizontal.rtl ul.list li.item {
    float: right;
}
div.hoverscroll div.arrow {
    position: absolute;
    float: none;
    /*background-color: #ccc;*/
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: 0.8;*/
}
div.hoverscroll div.fixed-arrow {
    display: block;
    float: left;
    /*background-color: #ccc;*/
    background-position: center;
    background-repeat: no-repeat;
}
div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.left,
div.hoverscroll div.fixed-arrow.right {
    top: 0;
    width: 40px;
    height: 100%;
}
div.hoverscroll div.arrow.left,
div.hoverscroll div.fixed-arrow.left {
    left: 0;
    background-image: url(gfx/arrow-left-small.png);
}
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.right {
    right: 0;
    background-image: url(gfx/arrow-right-small.png);
}
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.bottom,
div.hoverscroll div.fixed-arrow.top {
    left: 0;
    width: 100%;
    height: 40px;
    /*border-radius:50%;*/
    /*background:#e9d9af;*/
}
div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top {
    top: 0;
    background-image: url(../images/arrow-up.png) ;
    
    
}

div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom {
    bottom: 0;
    background-image: url(../images/down-arrow.png) ;
}

.nav-lightbox i {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: block;
    border-radius: 50%;
}
/* CUSTOM CSS STARTS */
.img-slider-small {
    height: 80px;
    width: 126px;
}
.displayImageBox {
}
.row-fixed-height {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.display-container {
   width: calc(100% - 140px);
    float: left;
}
.thumb-container {
    float: left;
    width: 140px;
}
.sliderbox {
    width: 82px;
    height: 100%;
}
.sliderbox-child {
    width: 82px;
    height: 710px;
}
.displayImageBox {
    width: 100%;
    height: 100%;
}
.img.img-fluid.img-big-display {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.cls_preloader {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.img-lightbox {
    width: 100%;
    height: 100%;
}


.nav-lightbox.left-slider-img {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 10px;
    top: 50%;
    font-weight: bold;
}
.nav-lightbox.right-slider-img {
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    font-weight: bold;
}

.nav-lightbox {
position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #e9d9af;
    border-radius: 50%;
    
}

.nav-lightbox:before {
    content:'';
  position: absolute;
    top: 20px;
    left: 21px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-color: #e9d9af;
    border-style: solid;
    border-width: 0 0 1px 1px;
    margin: 0;
    vertical-align: middle;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: all 0s;
}

.nav-lightbox.right-slider-img:before{
     transform: rotate(227deg);
     left: 18px;
}



.cancel-btn-modal button {
   position: absolute;
    top: 10px;
    right: 30px;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  
    border:1px solid #e9d9af;
}
.close svg {
    width: 15px;
}
.img-box-child.item {
    cursor: pointer;
}
.img-box-child.item:hover {
    opacity: 0.2;
}
.nav-lightbox {
    cursor: pointer;
}
.img-box-child.item {
        margin-top: 6px;
    margin-bottom: 5px;
}


@media screen and (max-width: 1600px){
/* .display-container {
    width: 75%;
    float: left;
}
.displayImageBox {
    width: 100%;
    height: auto;
} */
}


@media screen and (max-width: 1024px){
/* .display-container {
    width: 72%;
    float: left;
} */

}
