.loader-overlay-bg {
  background-color: transparent;
  cursor: default;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.overlay-content {
    background-color: rgba(0,0,0,.7);
    border-radius: 40px;
    cursor: default;
    margin: 0 auto;
    /* opacity: 0.5; */
    padding: 16px 20px;
    position: relative;
    top: 45%;
    width: 180px;
}
	.close-btn {
		cursor: pointer;
		border: 1px solid #333;
		padding: 2% 5%;
		background: #a9e7f9; /* fallback */
		background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
		background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		border-radius: 4px;
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	.close-btn:hover {
        background: #05abe0;
    }

    
  .overlay-content .cssload-jumping{
	position:relative;
	display:block;
	margin: 0 auto;
	width:107px;
}
	
.overlay-content .cssload-jumping, .overlay-content .cssload-jumping * {
	box-sizing: border-box;
}

.overlay-content .cssload-jumping span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: rgb(47,172,155);
	border-radius: 487px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.overlay-content > span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}

.overlay-content .cssload-jumping span:nth-child(1) {
	animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(2) {
	animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(3) {
	animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(4) {
	animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(5) {
	animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
@keyframes scale {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		transform: scale(0);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-ms-transform: scale(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-moz-transform: scale(0);
	}
}
@media(max-width: 576px) {
     .overlay-content img{
    width: 100%;
}
}




html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}


.page_carousel.owl-theme .owl-nav .owl-prev, .page_carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
    top: calc(50% - 16px);
    width: 40px;
    height: 70px;
}

    .page_carousel.owl-theme .owl-nav .owl-prev span, .page_carousel.owl-theme .owl-nav .owl-next span {
        background-color: rgb(240, 173, 78);
        width: 24px;
        display: block;
        padding: 7px 5px;
        opacity: .6;
    }

.page_carousel.owl-theme .owl-nav:hover .owl-prev span, .page_carousel.owl-theme .owl-nav:hover .owl-next span {
    opacity: 1 !important;
}

.page_carousel.owl-theme .owl-nav .owl-prev span > .si, .page_carousel.owl-theme .owl-nav .owl-next span > .si {
    font-size: 26px;
}

.page_carousel.owl-theme .owl-nav .owl-prev {
    left: 0px;
    padding: 15px 15px 15px 0;
}

.page_carousel.owl-theme .owl-nav .owl-next {
    right: 0px;
    padding: 15px 0 15px 15px;
}

.image-crop-enable .page_carousel.owl-theme .owl-nav .owl-prev {
    left: -5px;
}

.image-crop-enable .page_carousel.owl-theme .owl-nav .owl-next {
    right: -5px;
}


.ads_area_300X250 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}


.ep-cross-pro {
    width: auto;
}

    .ep-cross-pro .heading {
        font-size: 14px;
        display: block;
        width: 100%;
        background: #d9d9d9;
        padding: 5px 15px;
    }

    .ep-cross-pro .ep {
        display: flex;
        width: 100%;
        padding: 10px 15px;
        flex-direction: row;
    }

        .ep-cross-pro .ep span {
            padding: 0 15px;
            border-right: 1px solid #ccc;
            width: 50%;
            display: block;
            text-align: center;
        }

            .ep-cross-pro .ep span:first-child {
                padding-left: 0;
            }

            .ep-cross-pro .ep span:last-child {
                padding-right: 0;
                border-right: 0;
            }

        .ep-cross-pro .ep a {
            display: inline;
            margin-right: 15px;
            padding: 5px;
        }

            .ep-cross-pro .ep a:last-child {
                margin-right: 0;
            }

            .ep-cross-pro .ep a > img {
                max-height: 30px;
                max-width: 120px;
            }


.header {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    justify-content: center;
    height: 50px;
    padding: 5px 15px;
    box-shadow: 0px 1px 2px 0px rgba(182, 180, 180,0.3);
    /*box-shadow: 0 1px 0 hsla(0,3%,67%,.1),0 2px 1px hsla(0,1%,71%,.1);*/
    background-color: #fff;
}

.logo {
    width: auto;
    height: auto;
}
/*
.offline-icon.ap_cropicon {
    right: 60px;
    position: absolute;
}

    .offline-icon.ap_cropicon i {
        font-size: 30px;
    }
    */

.crop_icon {
    right: 60px;
    position: absolute;
}

    .crop_icon i {
        font-size: 30px;
    }

.logo > a > img {
    max-height: 40px;
}

.si {
    font-size: 20px;
}

.ic_sitemenu {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
}

/*.ic_sitemenu > img {
        border: 0;
        max-height: 20px;
    }*/

.ic_usermenu {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
}

/*.ic_usermenu > img {
        border: 0;
        max-height: 20px;
    }*/

.taboola_ads_container {
    padding: 15px;
}


footer {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 60px;*/
    width: 100%;
    background-color: #595959;
}

.footer_input_class {
    margin-top: 0px !important;
}

footer .footer_text {
    text-align: center;
}

footer > .footer_text > p {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    margin: 0;
}

    footer > .footer_text > p > a {
        color: rgba(255,255,255,0.8);
        font-style: italic;
    }

        footer > .footer_text > p > a:focus {
            color: #ffffff;
            text-decoration: none;
        }

footer .disclaimer {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    position: relative;
}

    footer .disclaimer > p {
        height: 35px;
        overflow: hidden;
        margin: 0;
    }

.disclaimer .expender_link {
    display: block;
    background-color: #595959;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 6px;
    padding-right: 30px;
}

    .disclaimer .expender_link > a {
        color: #cc0000;
        font-weight: 700;
        font-size: 12px;
    }

.expender_link .show_less {
    display: none;
}

.top-ads-area {
    margin: 8px auto;
    text-align: center;
}

.middle-ads-area {
    margin: 0px auto;
}

.bottom-ads-area {
    margin: 15px auto;
}

.sitecover {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: calc(100% - 60px);
}

.sound {
    display: inline-block;
    position: absolute;
    top: 2px;
    z-index: 1020;
    left: 5px;
    background: #fff;
    width: 52px;
    height: 18px;
    border-radius: 10px;
}

    .sound > .si {
        font-size: 25px;
        height: 18px;
    }

    .sound > .si-audio-on {
        top: 0;
        left: 0;
        position: absolute;
    }

        .sound > .si-audio-on::before {
            top: -1px;
            left: -1px;
            position: relative;
        }

    .sound > .si-audio-off::before {
        top: -2px;
        left: -1px;
        position: relative;
    }

    .sound > .si-on-bg {
        top: 0;
        left: 0;
        position: absolute;
        color: #fff;
    }

        .sound > .si-on-bg::before {
            top: -1px;
            left: -1px;
            position: relative;
        }


/*.sound {
    position: absolute;
    left: 5px;
    top: 0;
    width: 55px;
    z-index: 1020;
}

    .sound > img {
        width: 100%;
        height: auto;
    }*/


.reso_toggle {
    display: inline-block;
    position: absolute;
    top: 2px;
    z-index: 1020;
    right: 5px;
    background: #fff;
    width: 52px;
    height: 18px;
    border-radius: 10px;
}

    .reso_toggle > .si {
        font-size: 25px;
        height: 18px;
    }

    .reso_toggle > .si-hd-on {
        top: 0;
        left: 0;
        position: absolute;
    }

        .reso_toggle > .si-hd-on::before {
            top: -1px;
            left: -1px;
            position: relative;
        }

    .reso_toggle > .si-hd-off::before {
        top: -2px;
        left: -1px;
        position: relative;
    }

    .reso_toggle > .si-on-bg {
        top: 0;
        left: 0;
        position: absolute;
        color: #fff;
    }

        .reso_toggle > .si-on-bg::before {
            top: -1px;
            left: -1px;
            position: relative;
        }
/*.reso_toggle {
    width: 55px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1020;
}

    .reso_toggle > img {
        width: 100%;
    }*/

.page_image_section {
    /* background-color: #bec3c7;*/
    width: 100%;
    padding: 10px 5px 5px 5px;
    position: relative;
}

.image-crop-enable .page_image_section {
    padding: 10px 5px 5px 5px;
}

.page_image_section .prevpage {
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    z-index: 1029;
}

.page_image_section .prevpage {
    padding: 15px 15px 15px 0;
}

.page_image_section .nextpage {
    padding: 15px 0 15px 15px;
}

.page_image_section .prevpage, .page_image_section .nextpage {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    z-index: 1029;
    width: 40px;
    height: 70px;
    cursor: pointer;
}

    .page_image_section .prevpage span, .page_image_section .nextpage span {
        background-color: rgb(240, 173, 78);
        color: #fff;
        padding: 5px 4px;
        display: block;
        width: 22px;
    }

        .page_image_section .prevpage span > .si, .page_image_section .nextpage span > .si {
            font-size: 26px;
        }
    /*.page_image_section .prevpage img,.page_image_section .nextpage img {
            width: auto;
            max-width: 40px;
        }*/
    .page_image_section .nextpage .show {
        /*display:block;*/
    }

    .page_image_section .nextpage .hide {
        /*display:none;*/
    }

.p .page_carousel_box {
    width: 100%;
    border-color: #fff;
    background-color: #fff;
}

.page_carousel_box .main_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #fff;
    /*min-height: 450px;*/
    min-height: calc(100vh - 90px);
}

.main_img_bx .owl-carousel .item .ads_slot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.main_img_bx .owl-carousel .item .images-layer {
    position: relative;
}


    .main_img_bx .owl-carousel .item .images-layer .img-one {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        padding: 0;
    }


    .main_img_bx .owl-carousel .item .images-layer .img-two {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        padding: 0;
    }


.page_carousel_box .image_layer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

    .page_carousel_box .image_layer > .img_jpg,
    .page_carousel_box .image_layer > .img_png {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: auto;
    }

    .page_carousel_box .image_layer.ads__slot {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #505050 !important;
    }
/*.page_carousel_box > img {
        width: 100%;
        border-width:1px;
        border-style:solid;
        border-color:#ffffff;
    }*/

.page_carousel_box .link-image-gallery .link-image-gallery-slides .item img {
    max-width: 100%;
    width: 100% !important;
}

.supplements_section {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25px;
    align-items: center;
    padding: 5px 15px;
    background-color: #d9d9d9;
}

.supplements_list {
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    /*-webkit-overflow-scrolling: auto;*/ /* Stops scrolling immediately */
    overflow: auto;
}

    .supplements_list > ul {
        display: block;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        list-style: none;
    }

        .supplements_list > ul > li {
            display: inline-block;
        }

            .supplements_list > ul > li .supplement {
                display: block;
                padding: 0px 15px;
                cursor: pointer;
                font-size: 14px;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: rgba(0,0,0,0.5);
                color: #505050;
            }

                .supplements_list > ul > li .supplement.active {
                    font-weight: 700;
                    color: rgba(0,0,0,1);
                }

            .supplements_list > ul > li:first-child .supplement {
                padding-left: 0;
            }

            .supplements_list > ul > li:last-child .supplement {
                border-right: 0;
                padding-right: 0;
            }

.thumbnails_section {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #505050;
    padding: 5px 5px;
}

    .thumbnails_section .owl-theme .owl-nav .owl-prev, .thumbnails_section .owl-theme .owl-nav .owl-next {
        position: absolute;
        margin: 0;
        padding: 0;
        top: calc(50% - 25px);
        width: 30px;
        height: 52px;
    }

        .thumbnails_section .owl-theme .owl-nav .owl-prev span, .thumbnails_section .owl-theme .owl-nav .owl-next span {
            background-color: rgb(240, 173, 78);
            width: 16px;
            display: block;
            height: 25px;
            padding: 0px 0;
        }

            .thumbnails_section .owl-theme .owl-nav .owl-prev span > .si, .thumbnails_section .owl-theme .owl-nav .owl-next span > .si {
            }

    .thumbnails_section .owl-theme .owl-nav .owl-prev {
        left: -5px;
        padding: 13px 13px 13px 0;
    }

    .thumbnails_section .owl-theme .owl-nav .owl-next {
        right: -5px;
        padding: 13px 0 13px 13px;
    }

.owl-carousel .item {
    position: relative;
}

    .owl-carousel .item img {
        border: 2px solid transparent;
        padding: 2px;
    }

        .owl-carousel .item img.selectedIMG, .owl-carousel .item img:hover {
            border: 2px solid #f5931d;
            padding: 2px;
        }

    .owl-carousel .item .page_title {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 11px;
        height: auto !important;
        background: transparent !important;
    }

/*.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% - 15px);
}*/

/*.owl-theme .owl-nav .owl-prev {
    left: -15px;
}

.owl-theme .owl-nav .owl-next {
    right: -15px;
}*/


#Pagelist .item img {
    width: 96px;
    height: 147px;
}



.thumb-placeholder {
    width: 80px;
    height: 129px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

    .thumb-placeholder img {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
    }

.pg_load_img {
    width: 100px;
    /*height: 88px;*/
    position: relative;
    /*top: calc(50% - 44px);*/
    top: calc(30% - 5px);
    left: calc(50% - 50px);
    z-index: -1;
}

.pg_slow_load_img {
    width: 100px;
    /*height: 88px;*/
    position: relative;
    top: calc(66% - 50px);
    left: calc(50% - 50px);
    z-index: -1;
}

.articlelist_section {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.articlelist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.articlelist_header {
    width: 100%;
    height: 25px;
    padding: 5px 0;
    background-color: #d9d9d9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

    .articlelist_header > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        display: block;
        max-width: 100%;
    }

        .articlelist_header > ul > li {
            display: inline-block;
        }

            .articlelist_header > ul > li > span {
                display: inline-block;
                padding: 0 5px;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #000000;
                font-size: 12px;
            }

            .articlelist_header > ul > li:last-child > span {
                border-right-width: 0;
            }

            .articlelist_header > ul > li:nth-last-child(2) > span {
                border-right-width: 0;
            }


            .articlelist_header > ul > li > span.arrow {
                padding-right: 16px;
            }

                .articlelist_header > ul > li > span.arrow::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-top: 6px solid;
                    border-right: 3px solid transparent;
                    border-bottom: 3px solid transparent;
                    border-left: 3px solid transparent;
                    margin-top: 6px;
                    position: absolute;
                    margin-left: 3px;
                }

.articlelist .articlelist_body {
    width: 100%;
    padding: 5px 5px;
    display: flex;
    flex-direction: row;
    background-color: #f2f2f2;
}

    .articlelist .articlelist_body > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: block;
    }

        .articlelist .articlelist_body > ul > li {
            position: relative;
        }

            .articlelist .articlelist_body > ul > li .delete-story {
                position: absolute;
                top: -15px;
                right: 0px;
                background-color: red;
                padding: 2px 5px;
                border-radius: 50%;
                cursor: pointer;
                z-index: 1040;
            }

                .articlelist .articlelist_body > ul > li .delete-story .si {
                    font-size: 16px;
                }

            .articlelist .articlelist_body > ul > li > .article_box {
                display: block;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #acacac;
                overflow: hidden;
                background-color: #f2f2f2;
                padding: 5px;
                position: relative;
            }

            .articlelist .articlelist_body > ul > li:last-child > .article_box {
                border-bottom: none;
            }

            .articlelist .articlelist_body > ul > li > .article_box.active {
                background-color: #ffffff;
            }

.article_box .thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .article_box .thumb > img {
        object-fit: cover;
        height: 60px;
        width: 60px;
        object-position: center;
    }

.article_box .story_image {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #E5E5E5;
    padding: 5px;
}

    .article_box .story_image > img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 60px;
        max-width: 100%;
    }

.article_box .urlIcon {
    position: absolute;
    right: 8px;
    top: calc(50% - 16px);
}

.article_box .title {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article_box .summary {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}

.pagerectangle {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.fever-fm {
    margin: 5px 5px 5px 5px;
}

/*  mobile share page and shareimage page start */

.mobile_share_page .ic_page_close, .mobile_shareimage_page .ic_page_close {
    position: absolute;
    right: 15px;
    opacity: 0.7;
    cursor: pointer;
}

    .mobile_share_page .ic_page_close:hover, .mobile_shareimage_page .ic_page_close:hover, .mobile_share_page .ic_page_close:focus, .mobile_shareimage_page .ic_page_close:focus {
        opacity: unset;
    }

/*.mobile_share_page .ic_page_close > img, .mobile_shareimage_page .ic_page_close > img {
        max-height: 20px;
    }*/

.mobile_share_page .sitecover, .mobile_shareimage_page .sitecover {
    min-height: calc(100% - 28px);
}

.mobile_share_page .pagecontent,
.mobile_shareimage_page .pagecontent {
    width: 100%;
    min-height: 100%;
}

    .mobile_share_page .pagecontent .share_article {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobile_share_page .pagecontent #row_view {
        /*display: flex;
        flex-direction: row;*/
        min-height: 100%;
        /*flex-basis: auto;
        flex-shrink: 1;
        flex-grow: 1;
        flex-wrap: wrap;*/
    }

.mobile_share_page .share_article .articles_section_header, .mobile_shareimage_page .share_article .articles_section_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
}

    .mobile_share_page .share_article .articles_section_header .article_actions, .mobile_shareimage_page .share_article .articles_section_header .article_actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 5px 5px;
        background-color: #d9d9d9;
    }

        .mobile_share_page .share_article .articles_section_header .article_actions ul, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .mobile_share_page .share_article .articles_section_header .article_actions ul li, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li {
                display: inline-flex;
                width: 15%;
            }

                .mobile_share_page .share_article .articles_section_header .article_actions ul li .action, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                }

                    .mobile_share_page .share_article .articles_section_header .article_actions ul li .action span, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span {
                        display: flex;
                        cursor: pointer;
                        overflow: hidden;
                        flex-direction: column;
                    }

                        /*.mobile_share_page .share_article .articles_section_header .article_actions ul li .action span img, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span img {
                            display: block;
                            margin: 0 auto;
                            height: 16px;
                        }*/

                        .mobile_share_page .share_article .articles_section_header .article_actions ul li .action span label, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span label {
                            font-weight: 500;
                            margin: 0;
                            font-size: 10px;
                            cursor: pointer;
                        }

.mobile_share_page .headline {
    display: block;
    padding: 5px 10px;
    background-color: #231f20;
    position: relative;
    width: 100%;
}

    .mobile_share_page .headline .urlIcon {
        position: absolute;
        right: 10px;
        top: calc(50% - 16px);
    }

    .mobile_share_page .headline .head_line {
        display: block;
        font-size: 36px;
        color: rgb(255, 255, 255);
    }

    .mobile_share_page .headline .kicker {
        display: block;
        font-size: 24px;
        color: rgba(255,255,255,0.8);
    }

.mobile_share_page .ads_area_headLine {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

    .mobile_share_page .ads_area_headLine .ads {
        margin: 15px auto;
    }

.mobile_share_page .ads {
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    clear: both;
}

/*.mobile_share_page .articles_section_body_imgview, .mobile_shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    background-color: #fff;
}*/

mobile_share_page .articles_section_body_imgview, .mobile_shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

/*.mobile_share_page .articles_section_body_imgview .urlIcon {
    position: absolute;
    right: 15px;
    top: 15px;
}*/

.mobile_share_page .articles_section_body_imgview {
    display: none;
    text-align: center;
    padding: 15px;
    position: relative
}

.mobile_shareimage_page .articles_section_body_imgview {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .mobile_shareimage_page .articles_section_body_imgview #imageBox {
        position: relative;
    }

        .mobile_shareimage_page .articles_section_body_imgview #imageBox .link-image-gallery {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

            .mobile_shareimage_page .articles_section_body_imgview #imageBox .link-image-gallery img {
                max-width: 100%;
            }

        .mobile_shareimage_page .articles_section_body_imgview #imageBox > span {
            display: block;
            width: 100%;
        }

        .mobile_share_page .articles_section_body_imgview > img, .mobile_shareimage_page .articles_section_body_imgview #imageBox > img {
            max-width: 100%;
            width: auto;
            /*margin-bottom: 15px;*/
        }

.mobile_share_page .articles_section_body_imgview .linked-article-image {
    margin: 15px 0 0;
}

    .mobile_share_page .articles_section_body_imgview .linked-article-image > img {
        width: auto;
        max-width: 100%;
    }

.mobile_share_page .articles_section_body_textview {
    display: block;
    width: 100%;
    padding: 5px 10px 10px;
    background-color: #fff;
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
}

    .mobile_share_page .articles_section_body_textview .article_date {
        display: inline-block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .article_date {
        display: block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .byline {
        display: inline-block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .articleimage {
        margin: 0 -10px;
        display: block;
    }

        .mobile_share_page .articles_section_body_textview .articleimage img {
            max-width: 100%;
        }

        .mobile_share_page .articles_section_body_textview .articleimage h6 {
            margin: 5px 10px 10px;
        }

    .mobile_share_page .articles_section_body_textview .div_article_image {
        margin-bottom: 5px;
        margin-left: 5px;
    }

        .mobile_share_page .articles_section_body_textview .div_article_image .main_img_Number {
            margin-bottom: 10px;
            position: relative;
        }

            .mobile_share_page .articles_section_body_textview .div_article_image .main_img_Number:last-child {
                margin-bottom: 0;
            }

            .mobile_share_page .articles_section_body_textview .div_article_image .main_img_Number .url_icon {
                right: calC(50% - 14px);
                top: calC(50% - 14px);
            }

    .mobile_share_page .articles_section_body_textview .story_body {
        font-size: 14px;
    }

    .mobile_share_page .articles_section_body_textview #articleAdsPara {
        display: block;
        width: calc(100% + 20px);
        text-align: center;
        float: left;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 10px 0 10px -10px;
    }

.mobile_share_page .social_share_box, .mobile_shareimage_page .social_share_box {
    display: block;
    width: 30px;
    position: fixed;
    left: 0;
    bottom: 60px;
}

    .mobile_share_page .social_share_box > a, .mobile_shareimage_page .social_share_box > a {
        display: block;
    }

        .mobile_share_page .social_share_box > a > img, .mobile_shareimage_page .social_share_box > a > img {
            display: block;
            width: 24px;
            height: 24px;
        }

.mobile_share_page .sub_article {
    background: #ffecdd;
    padding: 5px;
    margin: 5px auto;
}

    .mobile_share_page .sub_article:last-child {
        margin-bottom: 0;
    }

.mobile_share_page .sub_article_head {
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}

.mobile_share_page .sub_article_body {
    font-size: 14px;
}

.mobile_share_page .prev_article, .mobile_share_page .next_article {
    display: inline-block;
    font-size: 14px;
    position: fixed;
    top: calc(50% - 18px);
    z-index: 101;
    background-color: #ff0000;
    width: 22px;
    height: 36px;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}

.mobile_share_page .prev_article {
    left: 0;
}

.mobile_share_page .next_article {
    right: 0;
}

    .mobile_share_page .prev_article > .si, .mobile_share_page .next_article > .si {
        font-size: 30px;
        color: #fff;
    }


.mobile_share_page.mm .share_article .articles_section_header {
    position: relative;
}

.mobile_shareimage_page.mm .articles_section_body_imgview .url_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    z-index: 1000;
    display: block;
}

    .mobile_shareimage_page.mm .articles_section_body_imgview .url_icon a {
        display: block;
    }

        .mobile_shareimage_page.mm .articles_section_body_imgview .url_icon a img {
            width: 100%;
            height: auto;
        }

.mobile_share_page.mm .date-header, .mobile_shareimage_page.mm .date-header {
    /*border-bottom: 1px solid #000;*/
    padding: 7px 10px;
    height: 40px;
}

    .mobile_share_page.mm .date-header span, .mobile_shareimage_page.mm .date-header span {
        font-size: 18px;
        display: block;
        min-height: 25px;
        color: #000000;
        font-family: TAUN_Elango_Abirami;
        text-align: center;
    }

.mobile_share_page.mm .story-container {
    padding: 15px;
    position: relative;
}

.mobile_share_page.mm .heading-box .underline {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1.5px;
}

.mobile_share_page.mm .heading-box .reverse {
    background-color: #777777;
    /*padding: 15px;*/
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.mobile_share_page.mm .heading-box .overline::before {
    content: "";
    width: 25%;
    height: 1px;
    display: block;
    border-bottom: 2px solid;
    position: relative;
    left: 25%;
    transform: translate(50%, -50%);
    margin-bottom: 10px;
    margin-top: 10px;
}

.mobile_share_page.mm .heading-box h1, .mobile_share_page.mm .heading-box h2, .mobile_share_page.mm .heading-box h3 {
    word-spacing: -5px;
}

.mobile_share_page.mm .heading-box h1, .mobile_share_page.mm .heading-box h2, .mobile_share_page.mm .heading-box h3, .mobile_share_page.mm .heading-box h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.mobile_share_page.mm .heading-box h1 {
    font-weight: 300;
    color: rgb(69, 69, 69);
    font-family: B295_DT_TAUN;
    font-size: 36px;
}

.mobile_share_page.mm .heading-box h2 {
    color: #454545;
    font-weight: 300;
    font-family: B272_DT_TAUN;
    font-size: 30px;
}

.mobile_share_page.mm .heading-box h3 {
    color: rgb(128, 128, 128);
    font-weight: 300;
    font-family: B290_DT_TAUN;
    font-size: 24px;
}

.mobile_share_page.mm .story-container .articleimage {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    /*padding: 5px;*/
}

    .mobile_share_page.mm .story-container .articleimage .main_img_Number {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

.mobile_share_page.mm .divlinkedstory {
    font-family: TAUN_Elango_Abirami;
    font-size: 16px;
}

    .mobile_share_page.mm .divlinkedstory .headline .kicker {
        font-weight: 300;
        font-family: B290_DT_TAUN;
        font-size: 24px !important;
    }

    .mobile_share_page.mm .divlinkedstory .headline {
        margin-bottom: 15px;
    }

        .mobile_share_page.mm .divlinkedstory .headline .head_line {
            font-weight: 300;
            font-family: B272_DT_TAUN;
            font-size: 30px !important;
        }

.mobile_share_page.mm .story-container .articles_section_body_textview .articleimage h6 {
    margin: 5px 0 10px;
    text-align: center;
    font-family: TAUN_Elango_Abirami;
    font-size: 14px;
}

.mobile_share_page.mm .story-container .articles_section_body_textview .story_body > p {
    font-family: TAUN_Elango_Abirami;
    font-size: 16px;
}


.mobile_share_page.mm .story-container .articles_section_body_textview .story_body .body_inline_image {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 15px auto;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    padding: 5px;
}

    .mobile_share_page.mm .story-container .articles_section_body_textview .story_body .body_inline_image.single_column {
        float: right;
        width: 35%;
        margin-top: 0;
    }

    .mobile_share_page.mm .story-container .articles_section_body_textview .story_body .body_inline_image img {
        width: 100%;
    }

    .mobile_share_page.mm .story-container .articles_section_body_textview .story_body .body_inline_image p {
        font-family: TAUN_Elango_Abirami;
        font-size: 16px;
    }



.mobile_share_page.mm .articles_section_body_textview .item_head.big {
    font-size: 28px;
    color: #000;
    font-family: B295_DT_TAUN;
}

.mobile_share_page.mm .articles_section_body_textview .item_head {
    display: block;
    font-size: 18px;
    font-family: B272_DT_TAUN;
    margin: 0 0 15px;
    word-spacing: -5px;
    color: #743472;
}

.mobile_share_page.mm .sub_article {
    padding: 15px;
    margin: 0 auto 15px;
    background-color: unset;
}

    .mobile_share_page.mm .sub_article .item_body {
        font-family: TAUN_Elango_Abirami;
        font-size: 16px;
    }


.mobile_share_page.mm .story-container .url_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    z-index: 1000;
    display: block;
}

    .mobile_share_page.mm .story-container .url_icon a {
        display: block;
    }

        .mobile_share_page.mm .story-container .url_icon a img {
            width: 100%;
            height: auto;
        }

.mobile_share_page.mm .articles_section_body_textview .div_article_image .main_img_Number {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 15px auto;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    /*padding: 5px;*/
}

.mobile_share_page.mm .articles_section_body_textview .div_article_image h6 {
    font-family: TAUN_Elango_Abirami;
    font-size: 14px;
}


.mobile_share_page .articles_section_body_imgview .urlIcon {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 15px;
}

    .mobile_share_page .articles_section_body_imgview .urlIcon a {
        display: block;
    }

        .mobile_share_page .articles_section_body_imgview .urlIcon a img {
            width: 100%;
            height: auto;
        }

/*mobile share page and shareimage page end*/
.index_mobile .urlIcon {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
    z-index: 999;
    transform: translate(-50%, -50%);
}

    .index_mobile .urlIcon a {
        display: block;
    }

    .index_mobile .urlIcon img {
        width: auto !important;
        height: auto;
        transform: scale(0.4);
    }

.index_mobile .articlelist_body .urlIcon {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: 10px;
    top: calc(50% - 14px);
}

    .index_mobile .articlelist_body .urlIcon img {
        width: 100%;
        height: auto;
    }


.header-btn-subscribe {
    margin-left: 14px;
}

.header-btn-img-subscribe {
    min-width: 65px;
    max-width: 195px;
    min-height: 18px;
    max-height: 54px;
}

.header-logo-img {
    max-width: 160px;
    /* min-height: 22.5px; */
}

.is_subscribe_cta.header {
    flex-direction: column;
}

.is_subscribe_cta .header-btn-subscribe {
    margin-right: 30px;
    align-self: flex-end;
    margin-top: -20px;
}


/* css for Mindex page social share button start */
.social_share_box_Container {
    position: absolute;
    z-index: 1029;
    right: 0px;
    top: 15px;
}

    .social_share_box_Container .ssb.share {
        background-color: #95D03A;
    }

    .social_share_box_Container .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }

    .social_share_box_Container .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

.social_share_box .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

    .social_share_box .ssb.fb {
        background: #46629E;
    }

    .social_share_box .ssb.twitter {
        background: #55ACEE;
    }

.social_share_box .copy-link {
    background: #4F4F4F;
}

.social_share_box .mail {
    background: #4F4F4F;
}

.social_share_box .watsapp {
    background: #25D366;
}

.social_share_box .ssb .si {
    color: #fff;
    font-size: 20px !important;
}

#Landingpage_mobile_bottom_ads {
    width: 100%;
    display: block;
    text-align: center;
}

#div-popup-picture #article_header ul {
    padding: 0px;
    list-style: none;
}
/*#div-popup-picture #article_header ul li{
    width:auto !important;
}*/
#div-popup-picture .close {
    right: 10px;
}

#div-popup-picture .article .img-section-body img {
    width: 100%;
}

.page_carousel .notifyjs-bootstrap-base {
    width: 250px;
    white-space: unset;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .footer-advert {
        width: 300px;
        margin: auto;
        margin-bottom: 10px;
    }
}
/* css for Mindex page social share button end */
@media only screen and (max-width:420px) {
    .is_subscribe_cta .logo {
        margin-right: 10%;
    }
}

@media only screen and (max-width:375px) {
    .is_subscribe_cta .logo {
        margin-right: 25%;
    }
}

@media only screen and (max-width: 345px) {
    .offline-icon.ap_cropicon {
        right: 50px;
    }

        .offline-icon.ap_cropicon i {
            font-size: 25px;
        }
}

@media only screen and (max-width: 315px) {
    .offline-icon.ap_cropicon {
        right: 30px;
    }
}

@media only screen and (min-width: 576px) {
    .mobile_share_page.mm, .mobile_shareimage_page.mm {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        height: auto;
        max-width: 576px;
        margin: 0 auto;
        min-height: 100%;
    }

        .mobile_share_page.mm .header, .mobile_shareimage_page.mm .header {
            left: 50%;
            transform: translate(-50%, 0);
            max-width: 576px;
            border-right: 1px solid #000;
            border-left: 1px solid #000;
        }
}

