/* definition */
  @font-face {
    font-family: 'droid_serifbold';
    src: url('../fonts/fonts/droid-serif/DroidSerif-Bold-webfont.eot');
    src: url('../fonts/droid-serif/DroidSerif-Bold-webfont.woff') format('woff'),
         url('../fonts/fonts/droid-serif/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('../fonts/fonts/droid-serif/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;   

}
.flex-cols,.flex-col {
    flex-direction: column;
} 
.cat-slide img {
    border: solid 3px #f00;
    filter: sepia(2) saturate(1000%) hue-rotate(0deg);
}
.astrobox h3 {
    background: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 7px 0;
}
.astrobox .slide h4 {
    text-align: center;
    border-bottom: dashed 3px #ddd;
}
.sblinking{ 
    border-radius: 2px;
    position: absolute;
    top: 0px;
    font-size: 8px;
    background: #ffc600; 
    color: #000;
    padding: 0px 3px;
    border-radius: 2px;
    right: 0;
    animation:blinkingText 1.2s infinite;

}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.blurpaper {
    /* filter: blur(7px); */
    transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    /* opacity: 0.3; */
}
.blurpaper.doneit {
    filter: blur(0px);
    opacity: 1;
}
.imgdetail .loaderfile {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.imgdetail .loaderfile.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -99;
}
.imgdetail .loaderfile img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: block;
}
.details_title{
    font-family: 'droid_serifbold', Arial, sans-serif;
    color: #000;
}
.sidebar h4.mag-post-title {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    color: #000;
}
.w3l-header-6-main nav ul li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 4px;
    z-index: 9;
    border-bottom: solid 4px #ed1651;
}
  
  .addthis-inner .at-share-btn-elements {
    text-align: center;  
}
.dcolumn {
    flex-direction: column;
}
.img-responsive { 
    max-width: 100%;
}
.pos-sticky {
    position: sticky;    
}
h6.title_normal a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.maghny-grids-inf p {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: #444;
    font-family: 'Roboto', sans-serif;
}
.font-bold7 {
    font-weight: 700; 
}
.font-bold {
    font-weight: 600;
}
.box-shadow {
    box-shadow: 0 0 5px 5px #dfdfdf;
}
.mag-post-meta {
    display: flex;
}
.mag-post-meta span.meta-author {
    margin-right: 10px;
}
.height-100 {
    height: 100%;
}
.m_logo span {
    display: none;
}
.title-border {
    border-bottom: solid 1px #999; 
}
.mag-post-thumb a img {
    min-height: 60px;
}
.head_gallery {
    background: #ed1651;
}
.title-heading {
    font-weight: 600;
    font-size: 20px;
    position: relative;  
}
.mag-post-fashion-details .speech p {
    font-family: 'Droid Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
}
.bg-gray {
    background: #efefef;
}
span.view-more {
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 10px;
}
.mag-post-title-med {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 0;    
    line-height: 20px;
    color: #621055;
}
.cat-page h4.mag-post-title-med {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
}
.w3l-mag-main .all_big_heading .mag-post-head {
    font-size: 28px;
}
.top-header {
    background: #bce4e5;
}

.top-header .top-link {
    text-align: center;
}

.top-header .top-link li {
    display: inline-block;
}

.top-header .top-link li a {
    display: block;
    padding: 5px 7px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}


/* section breaking  */

.breaking-news {
    height: auto;
    background-color: #006198;
    padding: 6px 10px 6px 20px;
    margin-top: 0;
    display: flex;
    color: #fff;
    border-radius: 6px;
    margin-left: 0;
    margin: 0 auto;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    padding-right: 15px;
}

.breaking-news .breaking-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.breaking-news .breaking-inner .bracking-text-part {
    flex-grow: 1;
    overflow: hidden;
}

.bracking-left-part {
    border-right: 2px solid #e86666;
    margin-right: 15px;
    min-width: 120px;
    padding-right: 15px;
}

.bracking-left-part h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    margin: 0;
    line-height: 32px;
}

.bracking-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /* width: calc(100% - 225px); */
}

.bracking-title a {
    color: #fff;
    display: block;
}

.bracking-title .item a:hover {
    color: #fff;
    text-shadow: 1px 3px 5px #0000008f;
}

.bracking-title .item a h4 {
    margin: 0;
    line-height: 16px; 
    font-size: 14px;
    display: flex;
    align-items: center;
}
.breaking-news .news-inner .owl-item .item {
    height: 32px;
}
.breaking-news .news-inner .owl-item .item a {
    display: flex;
    height: 100%;
    align-items: center;
}

/* section breaking  */

.w3l-mag-main .maghny-grids-inf h5.title_normal,
h5.title_normal {
    font-size: 16px;
    font-weight: normal;
}
h4.title_normal {
    font-size: 17px;
    font-weight: 600; 
    color: #000;
    font-family: Roboto,sans-serif;    
    position: relative;   
}
h4.title_normal:after, h4.title-heading:after {
    content: "";    
    padding-left: 5px;
    background: url(../assets/icon/img_arrow.png);
    display: inline-block;
    width: 20px;
    height: 18px;
}
.sidebar h4.mag-post-title {
    /* font-size: 13px;
    line-height: 18px; */
}
.logo-brand {
    flex-direction: column;
}
.vertical-middle {
    align-items: center;
} 
.cat-article figcaption.w3set-hny {
    top: auto !important;
    bottom: 0;
    transform: none;
}
.cat-article figcaption.w3set-hny div {
    position: relative !important;
    width: auto !important;
    display: inline-block;
    background: #fff;
    height: auto !important;
}
.cat-article figcaption.w3set-hny div h4.top-text {
    color: #000;
    font-weight: 600;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.header_inner { 
    position: relative;    
}
.header_inner.stickymenu {
    position: sticky;
    top: -1px;
    z-index: 9;
}
.logo-sec a.navbar-brand {
    padding: 3px;
    margin-right: 0;
}
.logo-sec {
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    transform: translateX(-30px);
}
.stickymenu .logo-sec {
    visibility: visible;
    opacity: 1;
    position: relative !important;
    transform: translateX(0px);
}
.logo-sec a.navbar-brand img {
    max-width: 180px;
}
li.nav-item.mob-hide.logo-sec:hover:after {
    opacity: 0;
    visibility: hidden;
}
.left_sticky, .right_sticky {
    position: fixed;   
    top: 200px;
    min-height: 400px;
    min-width: 170px;
    z-index: 99;
    transition: 0.3s all ease-in-out;
}
.left_sticky {   
    left: 0;   
}
.right_sticky{
    right: 0;
}
.left_sticky.active, .right_sticky.active {
    top: 60px;
}
.breadcrumb ul li {
    padding-right: 9px;
    position: relative;
}
.breadcrumb ul li a {
    padding-right: 10px;
    color: #d90000;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumb ul li:last-child a {
    color: #333;
}
.breadcrumb ul li:after {
    content: "";
    height: 15px;
    width: 1px;
    display: inline-block;
    background: #2e2b2b;
    position: absolute;
    top: 6px;
    transform: rotate(15deg);
    bottom: auto;
}
.breadcrumb ul li:last-child:after {
    content: none;
}
.tagslist ul {
    list-style: none;
    padding: 0;
}
.tagslist ul li {
    display: inline-block;
    background: #d90000;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.details-social #share a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-align: center;
    line-height: 40px;
}
.details-social #share .facebook {
    background: #3b5998;
}
.details-social #share .twitter {
    background: #55acee;
}
.details-social #share .whatsapp {
    background: #00E676;
}
.details-social #share .linkedin {
    background: #0077b5;
}
.details-social #share .pinterest {
    background: #cb2027;
}
.details-social #share a:hover {
    opacity: 1;
}
.details-social #share {
    display: flex;
    align-items: center;
    background: #efefef;
    justify-content: center;
    padding: 10px 0;
}

.foo-top .container {
    max-width: 990px;
}
.foo-top .details-social #share {
    justify-content: left;
    padding-top: 0;
}

.foo-top .details-social #share a {
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 0;
}
ul.app-download li a {
    display: block;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 10px;
}
ul.app-download li a img {
    max-width: 170px;
    border: solid 2px #d90000;
}

/* social wiget style2 */
.social-wiget.style2 {    
    padding: 10px 10px;
    margin-top: 10px;
}
.social-wiget.style2 ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 0;    
}
.social-wiget.style2 ul a {
    padding: 8px 16px;
    background: #fff;
    font-size: 25px;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 1px 4px 6px #ddd;
}
.social-wiget.style2 ul li:nth-child(1) a {
    color: #3b5998;
}
.social-wiget.style2 ul li:nth-child(2) a {
    color: #00acee;
}
.social-wiget.style2 ul li:nth-child(3) a {
    color: #0077b5;
}
.social-wiget.style2 ul li:nth-child(4) a {
    color: #fb3958;
}
/* social wiget style2 */
.head_gallery .row + .row .maghny-grid a {
    max-height: 130px;
    overflow: hidden;
    display: block;
}
.set-image .maghny-grid a {
    overflow: hidden;
    display: block;
    position: relative;
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.set-image .maghny-grid a img {
    /* transform: translateY(-50%); */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.logo-brand a img {
    max-width: 100%;
}
.grid_layer .maghny-gd-1 {
    width: 100% !important;
}
.m_logo img {
    max-width: 100%;
    padding: 0 15px;
}

/* advertise page  */
.slider-adw h4 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}
ul.address-info-mn {
    list-style: none;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
ul.address-info-mn li {
    margin: 6px 7px;
}
li.name {
    font-size: 17px;
    color: #0e0b0b;
    font-weight: bold;
    padding-left: 10px;
}
li.namek {
    font-weight: bold;
    font-size: 14px;
}
li.name:after {
    position: absolute;
    left: 20px;
    background: #ed1651;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    content: "";
    opacity: 0.1;
}
ul.address-info-mn li a {
    color: #3c3838;
}
/* advertise page  */
.loadmorecontent {
    position: relative;
    padding-bottom: 100px;
}
.loadmorecontent .ajax-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    /* transform: translateX(50%); */
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}
.loadmorecontent .ajax-loading.active {
    opacity: 1;
    visibility: visible;
}
.ajax-loading.hide-this {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.loadmorecontent .ajax-loading .loading_inner {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50px;
}
.loadmorecontent .ajax-loading img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    transform: scale(4);
}
/* login page  */
.page-login .card-header, .regis-page .card-header {
    background-image: linear-gradient(to bottom,#ed1651,#78181b);
    font-weight: 600;
    color: #fff;
}
.page-login .form-group, .regis-page .form-group {
    margin: 30px 0;
}
.page-login input, .regis-page input {
    height: 45px;
    border-radius: 20px;
    box-shadow: 4px 3px 10px 0px #ddd;
}


.form-check {
    padding-left: 25px;
    position: relative;
    display: flex;
    min-height: 30px;
    align-items: center;
    margin-bottom: 0;
}
.form-check [type="checkbox"]:not(:checked), .form-check [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    border: solid 1px;
    width: 20px;
    height: 20px;
    z-index: 9;
    opacity: 0;
    margin-left: 0;
    top: 4px;
    margin-top: 0;
}
.form-check [type="checkbox"]:checked + label:before {
    top: -2px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #8f1d20;
    border-bottom: 2px solid #8f1d20;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check [type="checkbox"] + label:before, .form-check [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8f1d20;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}
.form-check [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no_more_result h2 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #ed1651;
}
.app-demo ul.app-download {
    display: flex;
}
.dblock {
    display: block;
}
.social-wiget.style3 ul.social-inner {
    display: flex;
    list-style: none;
    padding: 0;
}
.social-wiget.style3 ul.social-inner li {
    margin-right: 40px;
}
.social-wiget.style3 ul.social-inner a {
    background: #fff;
    display: inline-block;
    padding: 6px;
    border-radius: 10px;
    margin-right: 15px;
}
.w3l-header-6-main nav ul li.u-login {
    display: flex;
    align-items: center;
}
.w3l-header-6-main nav ul li.paper-subs {
    position: relative;
}
.w3l-header-6-main nav ul li.paper-subs a.nav-link:before {
    /* content: "Subscribe";
    position: absolute;
    top: 0px;
    font-size: 10px;
    background: #ffc600;
    color: #000;
    padding: 0px 3px;
    border-radius: 2px; */
}
.header-inn-top {
    align-items: center;
}
.header-inn-top .ad-parts {
    align-items: center;
    display: flex;
}
.paper_top .row {
    justify-content: space-between;
}
#subscribe_paper .modal-content {
    background: #efefef;
}
#subscribe_paper .social-wiget ul.social-inner {
    justify-content: space-between;
}
#subscribe_paper .social-wiget ul.social-inner li {
    margin-right: 0;
}
#subscribe_paper .social-wiget ul.social-inner li a {
    margin-right: 0;
}
.mag-post-meta .au-listen, .mag-post-meta .au-stop {
    cursor: pointer;
}
.entertainmentnews .google-auto-placed, .newsbox3 .google-auto-placed, .parts-bussiness .google-auto-placed,
.sports.box_highlight.bg-green .google-auto-placed, .row .google-auto-placed {
    order: 10;
}

@media(max-width:767px){ 
    .w3l-header-6-main .header-hny-block {    
        padding: 5px 0;
    } 
    .header-section-hny {
        display: none;
    }
    .w3l-mag-main .maghny-grid figure figcaption {
        padding: 0;
    }
    .w3l-mag-main .maghny-grid figure .w3set-hny div {
        background: #00000078;
        color: #fff;
        padding: 5px;
    }
    .cat-article figcaption.w3set-hny div h4.top-text {
        color: #fff;
        font-size: 80%;
        line-height: normal;
    }
}


@media (min-width: 1368px) { 
    .container-large {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-large .container {
        max-width: 100%;
    }
}