/* jquery.Jcrop
    .css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 20px;
  height: 20px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.ic.ic_crop {
    width: auto;
    height: 16px;
    padding:0px 15px;
    cursor:pointer;
}

    .ic.ic_crop > .fas {
        display: block;
    }

.ic.ic_share {
    width: 16px;
    height: 16px;
}

    .ic.ic_share > .fas {
        display: block;
    }

.ep_pg_thumbnails {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
}

.owlcarousel_thumb_bx {
    display: none;
    min-height: 170px !important;
    height:auto !important;
    padding: 15px 46px;
    background-color: #606060;
    overflow: hidden;
    width: 100%;
    margin-top: -17px;
}

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item {
        cursor: pointer;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item img {
        width: 96px !important;
        /*height: 110px;*/
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item.selected .item_pg_no > span {
        background-color: #404040;
        color: #fff;
        margin-bottom: 15px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no > span {
        background-color: #00b0f0;
        padding: 3px 5px;
        min-width: 32px;
        height: auto;
        display: block;
        border-radius: 50%;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 15px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no.dblPage > span {
        width: 70px;
        border-radius: 20px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        top: calc(50% - 18px);
        padding: 0;
        background: transparent;
    }


    .owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        top: calc(50% - 18px);
        padding: 0;
        background: transparent;
    }

.ic.ic_oc_prev, .ic.ic_oc_next {
    width: 36px;
    height: 36px;
    line-height:36px;
    display: block;
    background-color: #0489cf;
    border-radius: 50%;
    padding: 0px;
    color: #fff !important;
}

    .ic.ic_oc_prev .fas, .ic.ic_oc_next .fas {
        display: block;
        font-size: 20px;
    }

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}

/*cropped start*/
.owlcarousel_thumb_bx.clips {
    height: 180px;
}

    .owlcarousel_thumb_bx.clips .clip_nav {
        display: flex;
        flex-direction: row;
    }

        .owlcarousel_thumb_bx.clips .clip_nav ul {
            display: inline-flex;
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
            flex-wrap: wrap;
        }

            .owlcarousel_thumb_bx.clips .clip_nav ul li {
                margin-right: 15px;
            }

                .owlcarousel_thumb_bx.clips .clip_nav ul li span {
                    color: #ffffff;
                    font-size: 14px;
                    cursor: pointer;
                }

                    .owlcarousel_thumb_bx.clips .clip_nav ul li span .fas {
                        font-size: 16px;
                        margin-right: 5px;
                    }

    .owlcarousel_thumb_bx.clips .owl-carousel .owl-item img {
        width: auto;
        height: auto;
    }

.crope_icon {
    position: absolute;
    z-index: 9999;
    top: 3px;
    left: 3px;
    padding: 0;
    /* display: block; */
    cursor: pointer;
}
/*.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}*/
/*cropped end*/
.close_thumb_icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

    .close_thumb_icon > .ic.ic_close {
        display: block;
        padding: 5px;
    }

        .close_thumb_icon > .ic.ic_close > .fas {
            display: block;
            color: #fff;
            font-size: 18px;
        }

.ep_pg_cnt_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

    .ep_pg_cnt_img_bx .cnt_img_bx {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        /*overflow: auto;*/
    }

        .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            /*height: 100%;*/
            height: auto;
        }

.cropbox {
    bottom: 2px;
    right: 2px;
    display: block;
    position: absolute;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

    .cropbox span {
    }

    .cropbox:hover span {
    }

    .cropbox span.active {
    }

.share_image header {
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .2);
}

.share_image .sidebar {
    padding-top: 15px;
}

.share_image .social_share_box {
    display: flex;
    padding: 10px 15px;
    background: #d4eefb;
    height: 50px;
    flex-direction: row;
    align-items: center;
}

    .share_image .social_share_box > a {
        cursor: pointer;
    }

        .share_image .social_share_box > a + a {
            margin-left: 15px;
        }

.shareicon {
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 1px auto;
}

    .shareicon.ic_gplus {
        background-color: #d13e2e;
    }

        .shareicon.ic_gplus .fab {
            font-size: 18px;
        }

    .shareicon.ic_fb {
        background-color: #354c82;
    }

        .shareicon.ic_fb .fab {
            font-size: 18px;
        }

    .shareicon.ic_twitter {
        background-color: #000;
    }

        .shareicon.ic_twitter .fab {
            font-size: 18px;
        }

    .shareicon.ic_watsapp {
        background-color: #00a859;
    }

        .shareicon.ic_watsapp .fab {
            font-size: 18px;
        }

    .shareicon.ic_emailshare {
        background-color: #ff7311;
    }

        .shareicon.ic_emailshare .fas {
            font-size: 18px;
        }

    .shareicon.ic_cropcopy {
        background-color: #4F4F4F;
    }

    .shareicon.ic_cropcopy .fas {
        font-size: 18px;
    }

    .shareicon.ic_cropdownload {
        background-color: #318e20;
    }

        .shareicon.ic_cropdownload .fas {
            font-size: 18px;
        }

    .shareicon.ic_tik {
        background-color: #0226e6;
    }

.share_image .share_image_bx {
    display: block;
    padding: 15px 15px 30px 15px;
    text-align: center;
}

    .share_image .share_image_bx img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

.clr-white {
    color: #fff;
}

.ic.active > i {
    color: #0089cf !important;
    font-weight: 600;
}

