/* 
    Created on : 02/11/2021
    Author     : mariz rep 23/12/2021
    Republika-network(NEW VERSION)
    update 07/02/2022  15:40 
*/
@font-face {
    font-family: 'Roboto-Medium';
    src:url('fonts/roboto/Roboto-Medium.eot'),
        url('fonts/roboto/Roboto-Medium.ttf') format('truetype'),
        url('fonts/roboto/Roboto-Medium.woff') format('woff'),
        url('fonts/roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src:url('fonts/roboto/Roboto-Regular.eot'),
        url('fonts/roboto/Roboto-Regular.ttf') format('truetype'),
        url('fonts/roboto/Roboto-Regular.woff') format('woff'),
        url('fonts/roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src:url('fonts/roboto/Roboto-Light.eot'),
        url('fonts/roboto/Roboto-Light.ttf') format('truetype'),
        url('fonts/roboto/Roboto-Light.woff') format('woff'),
        url('fonts/roboto/Roboto-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html{}
body{overflow-x: hidden; width: 100%; height: 100%;}
.wrapper{
    padding: 0;margin: 0;
    width: 100%;
    position: relative;
}
.bd-wrapper{margin-top: 80px;width: 1150px;}

.header{width: 100%;margin: 0;display: inline-block; top:0;border-bottom: 1px #eee solid;height: auto;background: #fff;}
.header-fix{position: fixed;top: 0;width: 100%;height: 60px;z-index: 999;display: none}
.header-fix-fiew{position: fixed;top: 0;width: 100%;height: 70px;z-index: 999;background: #212121;display: block;}

.menu-fix{
    
}
.menu-fix{
    padding-top: 5px;
}
ul.menu-fix li{
    float: left;
    padding: 5px;
    list-style: none;
}
ul.menu-fix li a{
    color: #fff;
    font-family: 'Roboto-Medium';
}
.logo-fix{
    text-align: center;
    margin: auto;
    position: relative;
}
.logo-fix img{
    width:90px;
    height: auto;
}
.header-left{
    padding: 0;margin: 0;
    float: left;
}
.header-left a{
    font-size: 14px;
    color: #fff;
}
.header-right{
    padding: 0;
    margin: 0;
    padding-top: 20px;
    float: right;
}
.header-right a{
    font-size: 17px;
    color: #fff;
    font-family: MyriadProBold;
}

.header-fix .navbar{
    display: block;
}
.navbar-mobile{
}
.r-network-menu{
    padding: 4px;
    float: right;
    position: absolute;
    right: 0;
}

.r-network-menu img{
    width: 25px;
}
.r-network-menu span{
    color: #fff;
    font-family: 'Roboto-Medium';
}

.show-network{
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 5px 5px 5px #eee;
    background: #fff;
    z-index: 999;
    display: none;
}
.r-network a{
    padding: 0;
    font-size: 15px;
    font-family: 'Roboto-Medium';
}
.btn-network{
    padding: 0;
    background: #343434;
    
}
.show {display: block;}
.show-network ul{
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    column-rule: dotted 1px #333;
    list-style-type: none;
}
.show-network li{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 6px;
    text-align: left;
    float: none;
    text-decoration: none;
    border-bottom: none;
}
.r-network:hover{
    cursor: pointer;
}

.show-network li a{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px #000 solid;
}
.login-news{
    float: right;
    display: inline-flex;
    padding-top: 1px;
    padding-left:5px;
}
a.user-login-read, .user-login-read{
    padding: 4px;
}
.user-login-read{
    padding-right: 4px;
}
.user-login-read a{
    color: #000;
    padding: 9px 8px 9px 8px;
    border-radius: 4px;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #fff 
}
.user-login{
    padding: 2px;
}
.user-login i{
    font-size: 24px;
}
.user-login a{
    width: 20px;
    height: 20px;
    background: transparent;
    color: #000;
}
.header-menu-nav{
    padding: 9px;
    cursor: pointer;
}
.header-menu-nav span i{
    color:#fff;
    font-size: 28px;
}
button.openbtn{
    background: transparent;
    border: none;
    outline: 0;
    width: 35px;
    height: 35px;
}

.header-menu-nav img{
    width: 44px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    color: #000;
    z-index: 99999;
}
.sidenav a img{
    width: 40%;
    display: none;
}

.menu-network{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-top: 1px #eee solid;
}
.menu-network p{
    padding-left: 32px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: bold;
}
.menu-network ul{
    padding: 0;
}
.menu-network li{
    list-style: none;
}
.menu-network li a{
    text-decoration: none;
    font-size: 16px;
    color: #000 !important;
    font-family: 'Roboto-Medium';
}
    
#main {
    transition: margin-left 0.5s;
    padding: 16px;
}
.nav-menu{
    padding: 0;
    float: left;

}
.nav-menu li{
    list-style: none;
}
.nav-menu li a{
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Medium';
}
.nav-menu li a:hover{
    color: #FFBC01;
}
.follow-sosmed{
    float: right;
    width: 36px;
    height: 36px;
    text-align: right;
    line-height: 37px;
    margin: 0px 0 8px 8px;
        
} 

.twt{
    background: #1D9BF0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.ig{
    background: #D42F83;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.fb{
    background: #4867AA;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.ggl{
    background: #DE564A;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.follow-sosmed img{
    width: 100%;
}
.search{
    
}
.search i{
     color: #000;
     padding-right: 20px;
}
.sign-in{
    float: right;
    padding-left: 10px;
    line-height: 35px;
}
.sign-in a{
    color: #000;
}
.submitBtn,
.sign-in span.btn-warning{
    background-color: #00A1E4!important;
    border-color: #00A1E4!important;
    color:#fff;
    font-family: MyriadProreg;
}


.menu-bar{

}
.menu-bar-fixed{
    background: #fff;
    width: 100%;
    display: none;
}
.search-form{
    float: right;
    padding: 5px;
}
.search-form .input-group-btn:last-child>.btn, .search-form-popup .input-group-btn:last-child>.btn{
    border: 1px #eee solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    background: #eee
}
.search-form .form-control{
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    border:1px #eee solid;
}

/*logo*/

.logo{
    padding: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: auto;
    float: left;
   
}
.logo img{
    margin: auto;
    text-align: center;
    width: 34%;
}
.time{
    float: right;
    padding-right: 20px;
    padding-top: 2px;
}
/*menu*/

.menu-bar{
    margin-top: 10px;
    margin-bottom : 8px;
    float: left;
}
.menu-scroll{
    padding: 0;
    margin: 0;
}
.menu-scroll ul{
    float: left;
    line-height: 16px;
    padding-top: 10px;

}
.menu-scroll li{
    display: contents;
}
.menu-scroll li a{
    padding-right: 18px;
    color: #000;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-scroll li.men-network a{
    background:#DE3D3E;
    color: #fff;
    padding: 5px;
}
.search{
    padding: 4px;
    float: right;
    padding-right: 2px;
}
.search i{
    font-size: 21px;
    cursor: pointer;
    color: #aaa;
}
.search button{
    border:none;
    outline: 0;
}

li.r-network{
    background: #343434;
    padding: 4px;
}
.r-network{
    float: right;
    padding: 1px;
    background: #343434;
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
}
.r-network img{
    width: 22px;
}
.r-network span{
    color: #fff;
}


/*hot topic*/
.hot-topic{
    margin-top: 10px;
}
.hot-topic h3{
    color: #CF0A11 ;
    font-size: 28px;
    float: left;
    font-family: 'Roboto-Medium';
    
}
.hot-topic ul{
    float: left;
}
.hot-topic ul li{
    list-style: none;
    background: #eee;
    padding: 4px;
    margin: 2px;
    float: left;
    border-radius: 4px;
}
.hot-topic ul li a{
    font-size: 16px;
    font-family: 'Roboto-Medium';

}
/*headline*/
.headline{
    margin-top: 10px;
}
.headline-active{
    padding: 3px;
    float: left;
    position: relative;
}
.gradient-headline{
    background: transparent linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.9) 70%) repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 9;
    left: 2.5px;
    right: 2.5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.gradient-headline-list{
    background: transparent linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.9) 70%) repeat scroll 0 0;
    position: absolute;
    bottom: 2px;
    padding: 10px;
    z-index: 9;
    left: 2.5px;
    right: 2.5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.gradient-headline h1{
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Roboto-Medium';
    
}
.gradient-headline h2{
    font-size: 13px;
    color: #eee;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}
.gradient-headline time{
    font-size: 12px;
    color: #eee;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}
.gradient-headline-list h1{
    font-size: 17px;
    font-family: 'Roboto-Medium';
    
}
.gradient-headline a,
.gradient-headline-list a{
    text-decoration: none;
    color: #fff;  
}
.gradient-headline a:hover,
.gradient-headline-list a:hover{
    color: #FFBC01;
}
.gradient-headline-list small{
    font-size: 12px;
    color: #fff; 
}

/*infografis*/
.infografis{
    margin-top: 30px;
    background: #212121;
    display: inline-block;
    width: 100%;
    height: 450px;
}
.infografis h2{
    color: #fff;
    padding: 4px;
    margin-top: 20px;
    font-size: 28px;
    font-family: 'Roboto-Medium';
    
}
.list-infografis{
    float: left;
    padding: 0;
    margin-top: 20px;
    padding: 5px;
}
.list-infografis img{
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.index-action{
    position: absolute;
    bottom: -30px;
    right: 20px;
    z-index: 9;
}
.index-action span{
    color: #aaa;
    margin-right: 10px;
    font-size: 13px;
}


/*headline*/
.headline-active img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}
.headline-list{
    padding: 3px;
    float: left;
}
.headline-list img{
    width: 100%;
    height: 172px;
    object-fit: cover;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-latest{
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-latest-content{
    float: left;
    padding: 6px;
}
.grid-latest{
    float: left;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wrap-latest-content{
    float: left;
    padding: 0;
}
.wrap-latest-content img{
    width: 100%;
    height: 125px;
    border-radius: 8px;
    object-fit: cover;
}
.inpicture{
    
}
.inpicture h2{
    font-size: 24px;
    color:red;
    font-family: 'Roboto-Regular';
}

.news-latest-list{
    float: left;
}
.news-latest-list a{
    color: #000;
}
.news-latest-list h3{
    font-size: 14px;
    color:red;
    font-family: 'Roboto-Regular';
    
}
.news-latest-list h2{
    font-size: 16px;
    font-family: 'Roboto-Medium';
}
.news-latest-list time{
    font-size: 12px;
    font-family: 'Roboto-Regular';
    color: #aaa;
    
}
.wrap-latest-list{
    
}
/*popular*/
.popular{
    margin-top: 20px;
    width: 300px;
}
.popular.popular-sticky {
    position: fixed;
    top: 36px;
    z-index: 10;
}
.popular h3{
    font-size: 22px;
    font-family: 'Roboto-Medium';
    
}
.wrap-popular{
    
}
ul.wrap-popular{
    padding: 8px;
    margin: 0;
    border-radius: 10px;
}
ul.wrap-popular li{
    list-style: none;
    padding: 8px;
    text-align: left;
}
ul.wrap-popular li a{
    color:#fff;
    font-size: 16px;
    font-family: 'Roboto-Medium';
}
.popular-number{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #000;
    font-family: 'Roboto-Medium';
}
.popular-list{
    padding-left: 10px;
    display: flex;
}

/*member*/
.retizen{background: #eee;}
.ihram{background: #1BA0E2;}
.member{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
    width: 100%;
    display: inline-block;
    /*background: #eee;*/
}
.member h2 img{
    width: 20%;
    padding-top: 15px;
    height: auto;
}
.list-member{
    float: left;
    padding: 6px;
}
.list-member img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.list-member h3{
    color: #000;
    font-size: 19px;
    font-family: 'Roboto-Medium';
}
.list-member time{
    font-size: 12px;
    color: #aaa;
    font-family: 'Roboto-Regular';

}
    
.ihram .list-member h3{
    color:#fff;
}
.ihram .list-member time{
    color:#fff;
}

/*index*/
.index{
    
}
.index-content {
    padding: 0.5%;
    float: left;
}
.index-grid{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    height: 182px;
}
.index-wrap{
    padding: 0;
    display: inline-block;
    float: left;
}
.index-wrap img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
.index-list{
    padding: 0;
    padding-left: 8px;
    float: right;
}
.index-list h2{
    font-family: 'Roboto-Medium';
    font-size: 19px;
}
.index-list a{
    color: #000;
}
.index-list a:hover{
    color: red;
}
.index-list p{
    font-family: 'Roboto-Regular';
    font-size: 14px!important;
}
.index-list time{
    font-family: 'Roboto-Regular';
    font-size: 12px!important;
    color: #aaa;
    float: left!important;
}
.index-list h3{
    font-family: 'Roboto-Regular';
    font-size: 13px;
    text-transform: uppercase;
    color: red;
}
.top-read{
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
}
.top-read h2{
    text-align: center;
    padding: 6px;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 19px;
}
.top-read-wrap{
    padding: 8px;
    float: left;
}
.top-read-content{
    padding: 0;
}
.top-read-content img{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.top-read-content h3{
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color:#fff;
}
/*incpicture*/
.inpicture-active{
    padding: 2px;
}
.inpicture-active img{
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.inpicture-active h3{
    font-family: 'Roboto-Medium';
    font-size: 28px;
}
.inpicture-active a{
    color:#000;
}
.inpicture-noactive{
    float:left;
    border: 2px #fff solid; 
    padding: 0px;
}
.inpicture-noactive img{
    width: 100%;
    height: 160px!important;
    border-radius: 6px;
    object-fit: cover;
}
.inpicture-noactive h3{
    font-family: 'Roboto-Medium';
    font-size: 18px;
}
.inpicture-noactive a{
    color:#000;
}

/*profile*/
.news-profile{
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-writer-list{margin-top: 10px;}
.profile-writer-list img{
    width: 70px!important;
    height: 70px!important;
    border-radius: 50%;
}
.profile-writer-list span{
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #000;
    display: contents;
    float: none!important;
    
}
span.follow-text{
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #fff;
}
.news-profile-caption h2{
    font-family: 'Roboto-Medium';
    font-size: 18px;
}

/*sidebar*/
.side {
    padding: 0;
    float: right;
    padding-left: 3.5%;
}
.banner-300{
    float: right;
}
.featured{
    float: right;
}
.featured h3{
    padding: 6px;
    font-size: 24px;
    font-family: 'Roboto-Medium';
    color: #fff;
}
.featured-active{
   
}
.featured-active img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.featured-active h2{
    font-family: 'Roboto-Medium';
    font-size: 21px;
}
.featured-active small{
    font-family: 'Roboto-Light';
    font-size: 12px;
    color: #aaa;
}
.featured-active a{
    color: #000;
}
.featured-noactive{
   float: left;
   margin-top: 4px;
   margin-bottom: 4px;
}
.featured-noactive img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.featured-img{
    padding: 0;
    padding-right: 4px;
    float: left;
}
.featured-list{
    padding: 0;
    float: right;
}
.featured-list a{
    color: #000;
}
.featured-list h2{
    font-family: 'Roboto-Medium';
    font-size: 16px;
}

.title-selected{
    
}
.title-selected h2{
    padding: 6px;
    font-size: 21px;
    font-family: 'Roboto-Medium';
}

/*news*/

.wrap-news{
    margin-top: 30px;
}
.left-news{
    padding: 0;
    float: left;
}
.left-news.left-news-sticky {
    position: fixed;
    position: -webkit-sticky;
    top: 54px;
    z-index: 10;
}
.share-sosmed ul{
    padding: 0;
}
.share-sosmed ul li{
    list-style: none;
}
.share-sosmed ul li.sos-fb{
    background: #166FE5;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.share-sosmed ul li.sos-twt{
    background: #1D9BF0;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.share-sosmed ul li.sos-wa{
    background: #49C750;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.share-sosmed ul li i{
    color: #fff;
    
}

/*read*/
.content-read{
    margin-top: 20px;
}
/*middle news*/
.middle-news{
    float: left;
    padding: 0;
}
.article-news{
    padding: 0;
    float:left;
}
.article-news h1{
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #000;
}
.article-news span{
    font-family: 'Roboto-Medium';
    font-size: 16px;
    /*float: left;*/
    color:#000;
}
.article-news time{
    font-family: 'Roboto-Regular';
    font-size: 13px;
    color: #aaa;
    float: right;
}
.article-news img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.article-news small{
    color: #aaa;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
/*right news*/
.right-news{
    float: right;
}
.right-news iframe{
    width: 100%;
    height: 350px;
}
.right-news p{
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color:#212121;
    letter-spacing: 1px;
        
}
p.rtz-paragraph b,
p.rtz-paragraph strong{
    font-weight: bold!important;
    font-style: italic!important;
}
.read-see{
    
}
.read-see span{
    font-family: 'Roboto-Medium';
    font-size: 18px;
}
.read-see span a{
    font-family: 'Roboto-Medium';
    font-size: 19px;
}
/*pagging*/
.pagging{
    text-align: center;
    width: 360px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.prev-news{
    width: 140px;
    height: 40px;
    float: left;
    line-height: 35px;
    border-radius: 30px;
    border: 2px #000 solid;
    text-align: center;
}
.next-news a,
.prev-news a{
    font-size: 19px;
    font-family: 'Roboto-Medium';
    color: #aaa;
}
.next-news{
    width: 140px;
    height: 40px;
    float: left;
    line-height: 35px;
    border-radius: 30px;
    border: 2px #000 solid;
    text-align: center;

}
.ovalue{
    text-align: center;
    line-height: 35px;
    margin-right: 10px
}
.ovalue span{
    font-size: 21px;
    font-family: 'Roboto-Medium';
    color: #aaa;
    
    text-align: center;
}
.rtz-image img{
    width: 100%;
    height: auto!important;
}

/*tagging*/
.tagging{
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.tagging ul{
    padding: 0;
}
.tagging ul li{
    list-style: none;
    padding: 6px;
    margin: 2px;
    border-radius: 10px;
    float: left;
    background: #eee;
    font-family: 'Roboto-Medium';
}
.tagging ul li a{
    color: #000;
}
.blog-social i{
    font-size: 24px;
    /*color: red;*/
}
/*related*/
.article-related{
    
}
.article-related h2{
    font-size: 24px;
    color: red;
    font-family: 'Roboto-Regular';
}
.wrap-article-related{
    padding: 2px;
    margin: 0;
    float: left;
}
.wrap-article-related img{
    width: 100%!important;
    height: 120px!important;
    object-fit: cover;
}
.wrap-article-related h3{
    font-size: 19px;
    font-family: 'Roboto-Medium';
}

/*sidenews*/
.side-news{
    float: right;
}


/*tv*/
.page-republika-tv{
    display: block;
}
.tv-active{
    padding: 2px;
    float: left;
}
.tv-active img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.active-gradient{
    position: absolute;
    bottom: 20px;
    padding: 10px;
    text-align: center;
}
/*.r-network:hover{
}

.show-network{
    display: none;
}*/

.active-gradient h4{
    
    color: #fff;
    font-size: 15px;
    border-bottom: 1px #fff solid;
    text-transform: uppercase;
    display: initial;
    font-family: 'Roboto-Light';
}
.active-gradient h2{
    color: #fff;
    font-size: 32px;
    font-family: 'Roboto-Medium';
}
.active-gradient time{
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto-Regular';
}
.scroll-tv{
    height: 400px;
    overflow-y: scroll;
}
.tv-noactive{
    padding: 2px;
}
.tv-noactive img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.noactive-gradient{
    position: absolute;
    bottom: 10px;
    padding: 10px;
}
.noactive-gradient h3{
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 17px;
}
.noactive-gradient time{
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 12px;
}

.body-republika-tv{
    
}
.list-republika-tv{
    float: left;
    padding: 2px;
}
.list-republika-tv img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.list-republika-tv h2{
    margin-top: 4px;
    border-bottom: 1px #000 solid;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
}
.list-republika-tv h3{
    margin-top: 4px;
    font-size: 21px;
    font-family: 'Roboto-Medium';
}


#search .modal-header{
    border-bottom: none;
}
.btn-search{
    background: #343434;
    color: #fff;
    display: flex;
    border-radius: 0;
}
#search .modal-dialog{
    padding-top: 10%;
}
#search input{
    outline: none;
    border-radius: 0;
}
#search .input-group{
    outline: 0;
}
#search .modal-body{
    margin-bottom: 30px;
}

/*about*/
.tab-content{}
.tab-pane{
    display: flex;
}
.tab-pane p{
    font-family: 'Roboto-Medium';
    font-size: 16px;
    letter-spacing: 1px;
}
.about{
    margin: auto;
    display: grid;
}
.about-top{
    margin-top: 30px;
    text-align: center;
}
.about-top img{
    width: 150px;
    height: 150px;
    border-radius:150px;
    object-fit: cover;
}
.about-middle{
    padding: 30px;
    width: 20%;
    float: left;
    display: block;
}
.about-middle img{
    width: 150px;
    height: 150px;
    border-radius:150px;
    object-fit: cover;
    display: block;
}
.nav-link a{
    color: #000;
}
/*footer*/
.foot{
    padding-top: 40px;
    display: flex;
    z-index:9999999;
}
.foot-m-network{
    margin-bottom: 30px;
}
.foot-m-network-top{
    position: relative;
    margin: auto;
    text-align: center;
}
.foot-m-network-top img{
    width: 20%;
}
.foot-m-network-top span{
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto-Medium';
}
.foot-m-network-bottom{
    display: inline-block;
}
.foot-m-network-bottom ul{
    padding: 0;
    
}
.foot-m-network-bottom ul li{
    list-style: none;
    float: left;
    width: 13.5%;
}

.foot-m-network-bottom li.foot-ihram img{
    padding: 5px;
    width: 87%;
}
.foot-m-network-bottom li.foot-jabar img{
    padding-top: 6px;
    width: 100%;
}
.foot-m-network-bottom li.foot-jogja img{
    padding-top: 6px;
    width: 100%;
}
.foot-m-network-bottom li.foot-retizen img{
    padding-top: 12px;
    width: 100%;
}
.foot-m-network-bottom li.foot-book img{
    padding-top: 10px;
    width: 100%;
}
.foot-m-network-bottom li.foot-rid img{
    padding-top: 5px;
    width: 100%;
}
.foot-m-network-bottom li.foot-rep-network img{
    padding-top: 18px;
    width: 85%;
}

.foot-about{
    padding: 0;
    float: left;
    font-size: 17px;
    font-family: 'Roboto-Medium'!important;
}
.foot-about h4{
    margin-bottom: 20px;
    font-size: 20px;
    color:#fff;
    font-family: 'Roboto-Medium';
    display: none;
}
.foot-category{
    padding-left: 10px;
    float: left;

}
.foot-category h4{
    margin-bottom: 20px;
    font-size: 19px;
    font-family: 'Roboto-Medium';
    display: none;
}
.foot-category ul{
    padding: 0;
}
.foot-category li{
    list-style: none;
}
.foot-category li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Medium';
}
.foot-list{
    float: left;
}


.foot-about p{
    font-size: 15px;
    font-family: 'Roboto-Medium'!important;
    color:#fff;
}

.foot-about i{
    font-size: 15px;
    font-family: 'Roboto-Medium'!important;
    display: none;
}


.foot-about i.fa-fa-envelope:before,
.foot-about i.fa-phone:before,
.foot-about i.fa-address-book:before{
    margin-right: 4px;
    display: none;
}
.foot-sosmed{
    padding: 0;
    float: left;
}
.foot-sosmed .follow-sosmed{
    padding: 0;
    float: left;
}
.foot-sosmed h4{
    margin-bottom: 20px;
    font-size: 19px;
    font-family: 'Roboto-Medium';
}
.foot-sosmed a{
    
}
.foot-logo{
    padding: 0;
    padding-top: 50px;
}
.foot-logo img{
    width: 80%;
    display: none;
}
/*footer network*/
.foot-network{
    display: flex;
    background: #EFF2F8;
}
.foot-network-left{
    padding: 0;
    float: left;
}
.foot-network-left img{
    width: 80%;
}
.foot-network-left span{
    font-size: 19px;
    font-family: 'Roboto-Medium';
}
.foot-network-right{
    float: right;
}
.foot-network-right img{
    width: 100px;
}

/*footer foot*/
.footer{
    margin-top: 0!important;
    width: 100%;
    padding-top: 12px;
    border-top: 2px #eee solid;
    height: 50px;
    
}
.footer-copyright p{
    text-align: left;
    font-size: 13px;
    color:#fff;
    font-family: 'Roboto-Regular';
}
.footer-copyright{
    float: left;

}
.footer-disclaimer{
    float: right;
}
.footer-disclaimer ul{

}
.footer-disclaimer li{
    float: left;
    list-style: none;
    padding-right: 10px;
    
}
.footer-disclaimer li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

/*dinamis category*/
span.lifestyle{
    background: #EC5598;
    padding: 4px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}
/*login*/
#login{
    font-family: MyriadProreg;
}
#login .modal-body{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
#login .input-group{
    padding: 0;
    margin-bottom: 10px;
}
#login .form-control{
    margin-left: 8px;
}

.btn-fb{
    background: #1877F2; 
    color: #fff;
    font-family: MyriadProBold;
}
.btn-google{
    background: #EA4335; 
    color: #fff;
    font-family: MyriadProBold;
}
#page-content{
    margin-bottom: 20px;
}
#login .close{
    text-align: right;
    padding: 20px;
    font-size: 24px;
}
.modal-header h1{
    display: none;
}

/*user profile*/
.user{
    margin-top: 20px;
    padding: 1.1%;
}

.user-profile{
    padding: 0;
    margin: 0;
}
.user-profile .tbio{
    font-family: MyriadProreg;
    margin-top: 4px;
    margin-bottom: 4px;
}

.user-profile h3{
    color: #000;
    font-family: MyriadProBold;
    text-transform: uppercase;
}
.user-profile h3 a{
    color: #000;
}
.user-list{
    padding-left: 2%;
}
.user-action{
    padding: 0;
    margin-bottom: 20px;
}
.userImage i{
    display: contents;
}
.userImage p{
    font-family: MyriadProreg;
}

.category-timeline{
    display: contents;
}
.pagination ul li{
    padding: 4px;
    background: #E0A800;
}
.content i{

}
.text-shadow{
    text-shadow:none!important;
}

/*input*/
.bootstrap-tagsinput span.tag{
    padding: 2px;
}
.form-group label{
    font-family: MyriadProreg;
    color: #000;
}
.content .form-group{
    font-family: MyriadProreg;
    color: #000;
}
.ce-paragraph{
    padding: 10px;
}
.submitBtn{
    margin-bottom: 10px!important;
    padding: 3px;
}
i.fas fa-search{
    display: none;
}


.disclaimer{
    font-family: MyriadProreg;
    margin-bottom: 5px;
}
.disclaimer h4{
    font-family: MyriadProreg;

}
.about-list li{
    display: inline-block;
    width: 100%;
}
.about-list li:hover{
    background: #FEBC07;
    background-color: #FEBC07;
}
.about-list .nav-sidebar a{
    font-family: MyriadProBold!important;
    font-size: 21px;
}
.tab-content p{

}
.info div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: MyriadProreg;
    font-size: 14px;
}
.info div img{
    text-align: center;
}
.page-item.active .page-link{
    width: 30px;
    height: 30px;
    border: 1px #fff solid;
    text-align: center;
    line-height: 30px;
    font-family: MyriadProreg;
    font-size: 15px;
    background: #FEBA00;
    color: #FEBA00;
    padding: 0;
    display: contents;
}
ul.pagination li{
    width: 30px;
    height: 30px;
    border: 1px #fff solid;
    text-align: center;
    line-height: 30px;
    font-family: MyriadProreg;
    font-size: 15px;
    background: #00A1E4!important;
}
ul.pagination li a{
    color: #fff;
}

.container .text-style{padding:20px;}
.tags-social .blog-social{margin-top: -14px!important;float: none!important;margin-bottom: 30px!important;text-shadow:none!important}
.tags-social .blog-social a.facebook{background-color: transparent!important;color:#166FE5!important ;text-shadow:none!important}
.tags-social .blog-social a.twitter{background-color: transparent!important;color: #1A91DA!important;text-shadow:none!important}
.tags-social .blog-social a.whatsapp{background-color: transparent!important;color: #1BD741!important;text-shadow:none!important}
.tags-social .blog-social a.line{background-color: transparent!important;color: #00B300!important;text-shadow:none!important}
.tags-social .blog-social a.copyurl{background-color: transparent!important;color: #00B300!important;text-shadow:none!important}
.tags-social .blog-social a.link{background-color: transparent!important;color: #FFBC01!important;text-shadow:none!important}
.tags-social .blog-social a{ text-shadow:none!important}
.tags-social .blog-social a i{font-size: 30px!important;}
#info-add-ytb img,
#info-add-photo img{width: 100%;height:auto;}
#info-add-ytb span,
#info-add-photo span{float: right;padding: 10px;}
#info-add-ytb .modal-content,
#info-add-photo .modal-content{margin-top: 55px;}
.info-add{padding-bottom: 30px;}
#login h4{
    font-family: 'Roboto-Medium';
    font-size: 18px;
}
#login input{
    font-family: 'Roboto-Medium';
    font-size: 18px;
}
.profile-news-list{
    margin-top: 20px;
    padding: 3px;
    float: left;
    text-align: left;
}
.profile-news-list h2{
    margin-top: 6px;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #000;
}
.profile-news-list time{
    font-family: 'Roboto-Light';
    font-size: 12px;
    color: #aaa;
}
.profile-news-list h3{
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #000;
}
.profile-name-list a{
    font-family: 'Roboto-Medium';
    font-size: 20px;
    color: #000;
}
a.follow{
    background: #eee;
    padding: 8px;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay-search {
    height: 40px;
    width: 40px;
    display: block;
    float: right;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay-content-menu {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay-search .closebtn:hover {
    color: #ccc;
}
.overlay-content-menu input[type=text]{
    padding: 8px;
    font-size: 14px;
    float: left;
    border:none;
    width: 80%;
    background: #eee;
    font-family: MyriadProreg;
    outline: 0;  
}
.overlay-search input[type=text] {
    padding: 15px;
    font-size: 16px;
    border: 1px #fff solid;
    float: left;
    width: 80%;
    background: white;
    font-family: MyriadProreg;
    outline: 0;
}
.overlay-content-menu input[type=text]:hover,
.overlay-search input[type=text]:hover {
    background: #f1f1f1;
}
.overlay-content-menu button{
    float: left;
    width: 20%;
    padding: 7px;
    background: gray;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border: 1px #FFBC01 solid;
}
.overlay-search button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #02A1E4;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border: 1px #FFBC01 solid;
}

.overlay-search button:hover {
    background: #FDCE4B;
}

.overlay-content-menu i,
.overlay-content i{
    color: #fff;
    font-size: 18px;
}
.group-network{
    background: #343434;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    height: 27px;
}
.header-wrap{
    padding: 0;
    border-bottom: 1px #eee solid;
}

.group-network-company{
    float: left;
    padding-right: 10px;
}
.group-network-company a{
    list-style:none;
    text-decoration: none;
}
.group-network-company img{
    width: 18px;
    height: 18px;
}
.group-network-company span{
    color: #fff;
    font-family: 'Roboto-Light';
    font-size: 12px;
}
.article-related{margin-top: 20px;display: inline-block;}
.related-list{
    float: left;
    height: 110px;
    padding: 2px;
    /*background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);*/ 
}
.related-img{
    float: left;
    padding: 0;
    padding-right: 10px;
}
.related-img-list{
    float: right;
    padding: 0;
}
.related-list a{
    list-style: none;
    text-decoration: none;
    color: #000;
}
.related-list a:hover{
    color: #FEBC01;
}
.related-list img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.article-related h3{
    font-size: 17px;
    font-family: 'Roboto-Medium';
    
}
.article-related a{
    color:#000;
    
    
}
.article-related h4{
    font-size: 17px;
    font-family: MyriadProBold;
    
}
.related-list h2{
    font-family: MyriadProBold;
    font-size: 17px;
    /*color: #fff;*/
}
.news-cover div iframe{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.other-article{
    
}
.other-article .bg-info{
    background-color: transparent!important;
}


.banner{
    margin-top: 30px;
}

.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}

p strong{
    font-weight: bold;
}
.submitBtn{
    background: #343434;
    color: #fff;
    display: flex;
    border-radius: 0;
}

.themered .header-fix{background: #D10A11;}
.themered .top-read{background: #D10A11;}
.themered ul.wrap-popular{background: #D10A11;}


.theme-switch-wrapper {
	float:left;
	display:flex;
	padding-top:6px
}
.theme-switch-wrapper span {
	margin-top:6px;
	font-size:1rem;
	margin-left:6px;
	margin-right:6px;
	font-family: 'Roboto-Medium';
	color:#DE3D3E;
}
.theme-switch-wrapper .theme-switch {
	display:inline-block;
	height:34px;
	position:relative;
	width:60px
}
.theme-switch-wrapper .theme-switch input {
	display:none
}
.theme-switch-wrapper .slider {
	background-color:#ccc;
	bottom:0;
	cursor:pointer;
	left:0;
	position:absolute;
	right:0;
	top:0;
	transition:.4s
}
.theme-switch-wrapper .slider:before {
	background-color:#fff;
	bottom:4px;
	content:"";
	height:26px;
	left:4px;
	position:absolute;
	transition:.4s;
	width:26px
}
.theme-switch-wrapper input:checked+.slider {
	background-color:#ed3439
}
.theme-switch-wrapper input:checked+.slider:before {
	transform:translateX(26px)
}
.theme-switch-wrapper .slider.round {
	border-radius:34px;
        -moz-border-radius: 34px;
        -webkit-border-radius: 34px;
        -o-border-radius: 34px;
            
}
.theme-switch-wrapper .slider.round:before {
	border-radius:50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
}

#search i fas fa-search{
    font-size: 29px;
}