@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Font-Face */
@font-face {
    font-family: 'Proxima-Nova';
    src: url(../fonts/proximanova-regular-webfont.eot?1307578394);
    src: url('../fonts/proximanova-regular-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-regular-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-regular-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-regular-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-style: italic;
    src: url(../fonts/proximanova-regitalic-webfont.eot?1307578394);
    src: url('../fonts/proximanova-regitalic-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-regitalic-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-regitalic-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-regitalic-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: 300;
    src: url(../fonts/proximanova-light-webfont.eot?1307578394);
    src: url('../fonts/proximanova-light-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-light-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-light-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-light-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: 600;
    src: url(../fonts/proximanova-semibold-webfont.eot?1307578394);
    src: url('../fonts/proximanova-semibold-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-semibold-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-semibold-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-semibold-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/proximanova-semibolditalic-webfont.eot?1307578394);
    src: url('../fonts/proximanova-semibolditalic-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-semibolditalic-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-semibolditalic-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-semibolditalic-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: bold;
    src: url(../fonts/proximanova-bold-webfont.eot?1307578394);
    src: url('../fonts/proximanova-bold-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-bold-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-bold-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-bold-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/proximanova-boldit-webfont.eot?1307578394);
    src: url('../fonts/proximanova-boldit-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-boldit-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-boldit-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-boldit-webfont.svg#webfont2rpW2ohz') format('svg')
}
@font-face {
    font-family: 'Proxima-Nova';
    font-weight: 900;
    src: url(../fonts/proximanova-extrabold-webfont.eot?1307578394);
    src: url('../fonts/proximanova-extrabold-webfont.eot?iefix') format('eot'),url(../fonts/proximanova-extrabold-webfont.woff?1307578394) format('woff'),url(../fonts/proximanova-extrabold-webfont.ttf?1307578394) format('truetype'),url('../fonts/proximanova-extrabold-webfont.svg#webfont2rpW2ohz') format('svg')
}

body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", serif;
  -webkit-font-smoothing: subpixel-antialiased; font-size:14px;
	background-color: #fff;
	 color: #303030;
    line-height: 1.3;
	font-size:15px;
}
#header {
	text-align: center;
}
#header .logo {
	height: 45px;
	display: inline-block;
}
#header .logo img {
	height: 100%;
}
#header .tgl_now {
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 5px 0;
	color: #7a7a7a;
}

#nav,
.banner_reg_hl {
	background-color: #20409a;
}
#nav a {
	float: left;
	width: 33.3%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
}
#nav a.selected {
	color: #ffb400;
}

.navdetikcom a {
	width: 25% !important;	
	height: 30px;
  line-height: 30px;
}
#nav a span {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}


#search {
	background-color: #2d6923;
	height: 30px;
	padding: 8px 10px;
}
#search form {
	border-radius: 3px;
	background: rgba(255,255,255,0.8);
	padding: 5px;
}
#search form .btn {
	height: 23px;
	float: right;
	margin-top: -2px;
}
#search form  .input {
	border: 0;
	background: no-repeat;
	width: 80%;
	font-size: 13px;
	padding: 0px;
	color: #303030;
	outline: none;
	line-height: normal;
}


#hl {
	background: #2d6923;
	color: #fff;
	font-weight: bold;
}
#hl a {
	text-decoration: none;
}
#hl .text {
	padding: 10px;
}
#hl .sub {
	display: block;
	color: #fff303;
	font-size: 0.9em;
	text-transform: uppercase;
}
#hl h1 {
	font-size: 1.5em;
	color: #b8b51b;
	font-weight: bold;
	
	padding: 0 0 5px;
}
#hl .info {
	font-size: 0.9em;
	color: #c5c5c5;
	font-weight: normal;
}
#hl .box_img img {
	width: 100%;
	height: auto;
}

/*s:list*/
.list {
	padding: 10px;
	color: #303030;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #e6e6e6;
	position: relative;
}
.list .box_img {
	width: 80px;
	float:right;
	margin-left: 10px;
	position: relative;
}
.list .ico{
	width: 20px;
	height: 20px;
	padding: 5px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	top: 0;
}
.list .ico img {
	height: 100%;
}
.list .text {
	float: left;
	width: 60%;
	width: calc(100% - 90px);
}
.list .text h2,
.list .text h3 {
	font-weight: bold;
	font-size: 1.1em;
	
	padding-bottom: 5px;
	color:#131314;
}
.list .text .sub {
	display: block;
	color: #ff6600;
	font-size: 0.9em;
	font-weight: bold;
}
.list .text .info {
	font-size: 0.8em;
	color: #707070;
}
.list .text .posted {
	font-size: 0.9em;
	font-weight: normal;
    color: #1f629a;
	display: block;
	padding-top:3px;
}
.list_fokus {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.list_fokus .no,
.list_most .no {
	background: #e30303000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	margin-right: 10px;
	text-align: center;
	border-radius: 100px;
}
.list_fokus .text,
.list_most .text {
	float: left;
	width: 80%;
	width: calc(100% - 45px);
}
.list_fokus .text h2 {
	color: #303030;
	font-size: 1.2em;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	
	display: inline-block;
}
.list_fokus .text h2 span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.list_2 .text {
	width: 100%;
}
.list_2 article:first-child .text{
	width: 100%;
	
}
ol.bold_number {
	padding: 0;
}
ol.bold_number > li {
	margin: 0;
  	padding: 0 0 0 1em;
  	text-indent: -1.25em;
  	list-style-type: none;
  	counter-increment: item;
}
ol.bold_number > li strong,
ol.bold_number > li:before {
	color: #2d6923;
	line-height: 0;
}
ol.bold_number > li > ol {
	padding: 10px 0 0 17px;
}
ol.bold_number > li > ol > li {
	text-indent: 0;
	margin: 0 0 10px;
}
ol.bold_number li {
	margin: 5px 0;
}
ol.bold_number > li:before {
	display: inline-block;
  	width: 1em;
  	font-weight: bold;
  	text-align: right;
  	content: counter(item) ".";
} 
/*e:list*/


/*s:btn*/
.btn_more {
	display: inline-block;
	color: #20409a;
	border: 2px solid #20409a;
	padding:5px 15px;
	text-decoration: none;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}
.btn_more2 {
	background: rgba(255,255,255,0.2);
	color: #fff;
	padding: 0 7px;
	display: inline-block;
	text-decoration: none;
}
.scrollup {
    position: fixed;
    /*bottom: 110px;*/
    bottom: 60px;
    right: 10px;
}
/*e:btn*/

/*s:title*/
.title_box {
	background: #20409a;
	position: relative;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 7px 10px;
}
/*s:title*/
.title_box5 {
	background: #303030;
	position: relative;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 7px 10px;
	border-top: 1px solid #2d6923;
}
.title_box_cnn {
	background: #303030;
	margin-bottom: 5px;
}
.title_box_cnn .box_logo {
	height: 45px;
	position: absolute;
	top: 0;
	left: 10px;
}
.title_box_lifestyle {
	background: url(../images/bg_lifestyle.jpg);
	background-size: cover;
}
.title_box_pm {
	background: #4a5b65;
}
.title_box_pm .box_logo {
	height: 25px;
}
/*e:title*/

/*s:footer*/
#footer {
	background:#231d1b;
	text-align: center;
	color: #fff;

}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer .foot1 {
	background: #001d73;
	padding: 10px 0;
}
#footer .foot2 {
	padding: 10px 0;
	font-size: 12px;
	line-height: 150%;
}
#footer .sosmed {
	padding: 10px 0;
}
#footer .sosmed a{
	/*padding: 5px;*/
	/*border: 1px solid #fff;
	border-radius: 100px;*/
	margin-right: 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
#footer .sosmed a img {
	width: 100%;
}
/*e:footer*/

/*s:widget*/
.widget_mid{
	border-top:4px solid;
	border-bottom:2px solid;
	border-color: #303030;
	background: #fff;
	position:relative;
	padding: 15px !important;
}
/*---mags---*/
.widget_mid .box_img{ width:30%;}
.widget_mid .text_wm{
	float:left;
	width: 67%;
	position:relative;
	line-height:130%;
}
.widget_mid .text_wm .vol {
	font-weight: bold;
	color: #ff6600;
}
.widget_mid .t_wm{
	font-size:13px;
	font-weight:bold;
	margin:8px 0;
	line-height:120%;
}
.widget_mid .but_down{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 10px;
	display:inline-block;
	color:#fff;
	background-color:#ff6600;
	margin-top:10px;
	text-decoration: none;
}

.wpasangmata {
	/*background: #4a5b65;
	color: #fff;*/
	padding: 5px 15px;
}
.wpasangmata .logo {
	text-align: center;
	position: relative;
	margin-top: -10px;
}
/*e:widget*/

.banner_reg {
	padding: 5px 0;
	text-align: center;
}


.menu {
	position: absolute;
	right: 10px;
	font-size: 9px;
	padding: 10px 8px;
	display: inline-block;
	bottom: 20px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #20409a;
	width: 50px;
	border-top: 1px solid #fff;
	text-align: left;
}
.menu .ham {
	width: 12px;
	float: left;
	margin-right: 6px;
}
.menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-bottom: 2px;
}
.menu .m {
	float: left;
	padding-top: 1px;
}
.menu_list {
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.menu_list .t_menu {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-top: 10px;
}
.menu_list a {
	color: #fff;
	text-decoration: none;
	padding: 8px 12px;
	float: left;
	width: 39%;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.menu_list a:nth-child(even) {
	border: 0;
	padding-left: 20px;
}
.pag-nextprev {
	margin:10px;
}
.pag-nextprev a {
	float: left;
	width: 49%;
	width: calc(50% - 2px);
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background: #163590;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	padding: 10px 0;
	text-decoration: none;
}
.title_box_aplus {
	background-color: #269316;
}
.title_box_aplus .box_logo,
.title_box_bbc .box_logo {
	height: 27px;
}
.list_2_nophoto  article .text {
	width: 100%;
}
.title_box_bbc {
	background-color: #9d0a0e;
}
.big_list {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	margin-bottom: 2px;
}
.big_list .text {
	padding: 10px;
	width: 90%;
	width: calc(100% - 20px);
	position: absolute;
	border: 0;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	bottom: 0;
}
.big_list .sub {
	display: block;
	color: #fff303;
	font-size: 0.8em;
	text-transform: uppercase;
}
.big_list h3 {
	font-size: 1em;
	color: #feba18;
	font-weight: bold;
	
	padding: 0 0 5px;
}
.big_list .info {
	font-size: 0.9em;
	color: #c5c5c5;
	font-weight: normal;
}
.big_list .box_img img {
	width: 100%;
	height: auto;
}
.big_list .video {
	position: absolute;
	height: 50px;
	top: 30%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 2;
}
.big_list .video img {
	height: 100%;
}

/*S:DETAIL*/
.detail {
	background-color: #fff;
}
.detail_area {
	padding: 10px;
}
.detail h1 {
	color:#231d1b;
	font-size:1.7em;
	padding-bottom:5px;
	line-height:120%;
	font-weight: bold;
}
.detail h1 a {
	color:#231d1b;
	text-decoration:none;
}
.detail .sub {
	color:#ed1c24;
	font-size:1.3em;
	font-weight: bold;
}
.detail .author {
	color:#666;
	font-size:1em;
	font-weight:bold;
	padding-bottom:2px;
}
.detail .date {
	color:#666;
	font-size:0.8em;
}
.detail .pic {
	font-size:1em;
	color:#666;
	width:100%;
	height:auto;
	margin:0 auto;
	background:none;
	border:none;
	text-align:left;
}
.detail .pic img {
	margin:0 auto;
	display:block;
	padding-bottom:4px;
	width: 100%;
}
.detail .pic span {
	display: block;
	padding: 5px 10px;
}
.detail .text_detail {
	font-size:1.2em;
	line-height:140%;
	padding-bottom:15px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail .text_detail img {
	padding: 10px 0;
	width: 100% !important;
	height:auto !important;
	max-width:none;
	max-height:none;
}
.detail .text_detail iframe {
	width: 100%;
}
/*.detail .text_detail a {
	color:#627803;
	text-decoration:none;
	font-weight:bold;
}*/
.detail .partner {
	padding:8px;
	margin:0 0 10px;
	background:#FFD700;
	border:1px solid #FFC300;
}
.detail .partner img {
	width:80px;
	max-height:80px;
}

.detail .share {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:8px 0;
	font-size:1em;
	color:#333;
	margin-top: 10px;
}
.detail .share strong {
	margin-right: 10px;
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.detail .share a {
	float: left;
	padding: 5px;
	width: 20px;
	background-color: #39579a;
	margin-right: 5px;
}
.detail .share a.tw {
	background-color: #1aa9e4;
}
.detail .share a.gplus {
	background-color: #e23c05;
}
.detail .share a.kom {
	width: auto;
	height: 33px;
	padding: 0 10px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #8f8f8f;
}

.detail .share a img {
	width: 100%;
}
.detail .komentar {
	border-bottom:1px solid #CCC;
	padding:8px 0;
	font-size:1.1em;
	color:#20409a;
}
.detail .komentar a {
	color:#20409a;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:0 2px;
}
.detail .bacajuga strong {
	display:block;
	padding:10px 0 0 0;
	font-size:1.3em;
}
.detail .bacajuga a {
	display:block;
	background:url(../image/bullet_1.png) 0px 10px no-repeat;
	padding:5px 5px 2px 13px;
	color: #264C96;
	text-decoration:none;
	font-size:1.2em;
}
.noti {
	display:block;
	background:#FF9;
	border:1px solid #FC6;
	color: #F00;
	text-decoration:none;
	text-align:center;
	padding:5px;
	font-weight:bold;
	margin:10px 0;
}
.noti a {
	color:#627803;
	text-transform:uppercase;
	text-decoration:none;
}
.back {
	display:block;
	background: #CAE6E9;
	border:1px solid #CCC;
	color:black;
	text-decoration:none;
	text-align:right;
	padding:5px;
	font-weight:bold;
	margin:10px 0;
}
.back:hover {
	background:#CCC;
}
.breadcrumb {
	color: #8e8e8e;
	padding: 10px 8px;
	font-size: 11px;
}
.breadcrumb a {
	display: inline-block;
	padding: 0 2px;
	color: #8e8e8e;
	text-decoration: none;
}
.multipage {
    padding: 0;
    border:0;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    border-top: 1px solid #ccc;
    color: #626262;
}
.multipage_top a {
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}
.multipage span {
    display: inline-block;
}
.multipage a {
    background: #1b3682;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 8px;
	color: #fff;
	border-radius: 100px;
	line-height: 30px;
}
.multipage a img {
	margin-top: 7px;
}
.multipage .fl {
	left: 0;
}
.multipage .fr {
	right: 0;
}
.multipage .indeks_mul {
    color: #303030;
    font-weight: bold;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    display: inline-block;
    width: 150px;
    position: relative;
    font-size: 13px;
    background: #ebebeb;
    top: 5px;
}
.list_multi a{
	display:block;
	padding:4px 0;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#2d6923;
}
.list_multi a:hover {
	text-decoration:underline;
}
.jdl_multi {
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
	font-weight:bold;
}
.btn_back_kom {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #20409a;
}
.bold {
	font-weight: bold;
}

/*E:DETAIL*/

.title_box_fokus {
	height: auto;
}
.title_box_fokus span{
	display: inline-block;
	padding: 0px 3px;
	background: #cc3030300;
	font-size: 12px;
	margin-bottom: 5px;
}
.title_box_fokus h2 {
	font-weight: bold;
	font-size: 1.1em;
}

.indeks_date {
	padding: 5px 10px;
	background: #e4e4e4;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
}
.indeks_date .select {
	float: left;
	width: 70%;
	width: calc(100% - 55px);
}
.indeks_date .select select {
	width: 30%;
	border: 1px solid #ccc;
	height: 25px;
}
.indeks_date .btn {
	float: right;
	width: 50px;
	border: 0;
	background: #2d6923;
	color: #fff;
	height: 25px;
}
.detail_area .ap_next {
	color: #fff;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    display: inline-block;
    position: relative;
    font-size: 13px;
    background: #1b3682;
    margin: 0 auto;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/*s:fitur detail*/
.sisip_video {
	margin: 5px 0;
}
.sisip_video iframe {
	width: 100%;
	height: 200px;
}
.text_detail .link_sisip {
    color: red;
    font-weight: bold;
    margin: 5px 0;
}
.text_detail a {
    font-weight: bold;
    color: #19378f;
    text-decoration: none;
}
.text_detail .quotesisip {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    border-top: 8px solid #303030;
    border-bottom: 1px solid #303030;
    background: rgba(255,255,255,1);
    position: relative;
    margin: 10px 0;
}
.text_detail blockquote {
	
    float:left;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding:10px 10px 0 25px;
    
    position: relative;
    color: #303030;
    font-weight: bold;
} 
.text_detail blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
} 
.text_detail blockquote cite:before {
    content: "\2014 \2009";
    
    font-style: normal;
}
.text_detail .foto_sisip {
    text-align: center;
    margin-bottom: 20px;
    color: #929292;
    font-size: 12px;
    
}
.text_detail .foto_sisip .pic {
    position: relative;
    display: inline-block;
    text-align: left;
    max-width: 100%;
}
.text_detail .foto_sisip .pic img {
    max-width: 100%;
    display: block;
}
.text_detail .linksisipfoto {
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    color: #303030;
    position: relative;
    border: 0;
    border-top: 4px solid #303030;
    border-bottom: 1px solid #303030;
    margin-bottom: 10px;
    width: 100%;
}
.text_detail .linksisipfoto a {
	display: block;
	padding: 10px 0;
}
.text_detail .linksisipfoto .box_img {
	width: 40%;
	float: left;
	margin-right: 10px;
}
.text_detail .linksisipfoto .box_img img {
	display: block;
}
.text_detail .linksisipfoto h3 {
	font-size: 15px;
	padding: 5px 10px 10px;
	color: #303030;
	
	font-weight: bold;
}
.tw_sisip {
	text-align: center;
}
.tw_sisip iframe {
	width: 100%;
}
/*e:fitur detail*/


/*s:kronologi*/
/*s:kronologi*/
.kronologi_detail {
	border-top: 8px solid #303030;
	border-bottom: 1px solid #303030;
	margin: 20px 0 10px;
	padding: 20px 0 0px;
}

.kronologi_detail .kronologi_list {
	padding: 0px 0 40px 20px;
	/*border-bottom: 1px solid #eeeeee;*/
	position: relative;
	border-left: 5px solid #ccc;
	margin-left: 5px
}
.kronologi_detail .kronologi_list img {
	max-width: 100%;
	display: block;
}
.kronologi_detail .kronologi_list .video iframe {
	width: 100% !important;
	height: 300px !important;
}
.kronologi_detail .kronologi_list .time {
	font-weight: bold;
	color: #616161;
	font-size: 20px;
	padding-bottom: 5px;
	position: relative;
}
.kronologi_detail .kronologi_list .time span {
	display: inline-block;
	border-radius: 100px;
	border:4px solid #ccc;
	background: white;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -33px;
	top: -3px;
}
.kronologi_detail .kronologi_list:hover .time span {
	border-color: #19378f;
}
.kronologi_detail .kronologi_list:last-child {
	border-color: #fff;
}
/*.kronologi_detail:hover .kronologi_list {
	opacity: 0.6;
}
.kronologi_detail .kronologi_list:hover {
	opacity: 1;
}*/
.kronologi_detail .kronologi_list:hover .time {
	color: #19378f;
}
.kronologi_detail .kronologi_list .share_box {
	position: relative;
	display: none;
}
.kronologi_detail .kronologi_list .share_box a {
	float: left;
	background: #f4f4f4;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 5px;
	margin-right: 5px
}
.kronologi_detail .kronologi_list .share_box img {
	width: 100%;
	display: inline;
	margin: 0 auto;
	padding: 0;
}
.kronologi_detail .kronologi_list:hover .share_box a{
	background: #9f9f9f;
}
.kronologi_detail .kronologi_list .share_box a.fb {
	background: #39579a;
}
.kronologi_detail .kronologi_list .share_box a.tw {
	background: #1aa9e4;
}
.kronologi_detail .kronologi_list .share_box a.gplus {
	background: #e23c05;
}
.kronologi_detail .kronologi_list .video iframe{
	width: 100% !important;
	height: 170px !important;
}
.kronologi_detail blockquote {
	padding: 10px 0;
}
/*e:kronologi*/



/*s:widget majalah*/
/*s:majalah*/
.widget_majalah {
	border-top: 8px solid #303030;
	border-bottom: 1px solid #303030;
	margin: 20px 0 5px;
	background: #f6f6f6;
	font-size: 13px;
	color: #3b3b3b;
}
.widget_majalah article {
	padding: 10px;
}
.widget_majalah h3 {
	color: #303030;
}
.widget_majalah .text_wm {
	float: left;
	width: 70%;
}
.widget_majalah .info_mjlh {
	font-size: 13px;
	
	text-align: center;
	padding: 10px;
	background: #eeeeee;
}
.widget_majalah .info_mjlh a {
	float: left;
	width: 50%;
}
.widget_majalah .info_mjlh a img {
	width: 80%;
	padding: 5px 0;
}
.widget_majalah .box_img {
	width: 30%;
}
.widget_majalah .edisi {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: red;
}
.widget_majalah .text_wm  h3 {
	font-size: 15px;
	font-weight: bold;
}
.widget_majalah .but_down {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background-color: #ff6600;
	margin-top: 10px;
	text-decoration: none;
}
/*e:majalah*/
/*e:widget majalah*/

/*s:fotostory*/
.foto_story {
	width: 100%;
	background: #f1f1f1;
	position: relative;
	margin: 10px 0;
}
.foto_story ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foto_story .box_img {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.foto_story .box_img .img_con {
	text-align: -webkit-center;
}
.foto_story .box_img .img_con img {
	height: 100%;
	display: block;
	padding: 0;
}
.foto_story .caption {
	padding: 5px 10px;
	font-size: 12px;
	color: #414141;
}
.detail .text_detail .foto_story img{ width:auto;}
.foto_story .fs_nav {
	position: absolute;
	width: 20px;
	top: 50%;
	margin-top: -40px;
	background: rgba(0,0,0,0.5);
	padding: 10px 5px 5px;
}
.foto_story .fs_nav img {
	width: 100% !important;
}
.foto_story .fs_nav_r {
	right: 0;
}
.foto_story .fs_nav:hover {
	background: rgba(0,0,0,0.8);
}
.foto_story:hover .fs_nav {
	display: block;
}
/*e:fotostory*/

.ap_ar{
	float:right;
	width:20px;
}
.footer_banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f4f4f4;
  text-align: center;
  z-index: 2;
}

/*S:RETAIL ADS*/
.c_green{ color:green;}
.retail_ads a{
	padding:7px 10px;
}
.retail_ads .btop{
	border-top:1px solid #ccc;
}
.title_retail{
	color:#fff;
	background-color:#1c3a8d;
	padding:10px;
	font-size:1.2em;
}
.title_retail a{ 
	color:#fff;
	padding:0;
}
.title_retail span.bl{ color:#26a8c8;}
/*E:RETAIL ADS*/

.detail_fokus_l {
	background: #20409A;
	font-size: 13px;
	margin: 10px 0;
	display: table;
	width: 100%;
}
.detail_fokus_l strong {
	color: #fff;
	background: #CC3030300;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 10px 10px;
    vertical-align: middle;
    width: 95px;
    font-family: inherit;
}
.detail_fokus_l a {
	color: #ffd700;
	text-decoration: none;
	background: url(../images/arrow_fokus.gif) no-repeat left center;
	padding: 10px 10px 10px 20px;
	float: left;
	line-height: 1.25;
}
.inforedaksi {
	margin: 10px 10px 20px;
	padding-top: 10px;
	font-size: 13px;
	
}
.inforedaksi a {
	color: #2440A2;
	text-decoration: none;
	font-weight: bold;
}

/*nav sponsor*/
#nav2 {
	background: #20409a;
	border-top:1px solid #2d6923;
	color: #fff;
	text-align: center;
}
#nav2 a {
	display: inline-block;
	margin: 5px;
	color: #FFF;
	text-decoration: none;
	padding: 2px 4px;
	border-radius: 3px;
	font-size: 11px;
}
#nav2 a.spon {
	background: #e30303000;
	color: #fff;
}
/*nav sponsor*/

.list .num {
    float: left;
    width: 70px;
    margin-right: 15px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #d23030300;
    font-weight: bold;
    line-height: 90%;
    padding-top: 5px;
}
.list .num span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #8d8d8d;
}


/* oscar 2016 */
.oscar2016{background: #222222; border-top: 1px solid #c29f4f;}
.oscar2016 .list{border: none; color: #f0c76a;}
.oscar2016 .list .text .sub{color: #ffb65f;}

/* oscar 2016 */

/*sub-menu hijab hunt*/
.hhuntbc{ background: #134E0F !important;}

/*s:update share 16 maret 2016*/
.share-top-new {
}
.share-top-new a {
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  background: #ccc;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: none;
}
.share-top-new a img {
  width: 25px;
  padding-top: 8px;
  float: left;
  padding-left: 8px;
  margin-right: 10px;
}
.share-top-new a span {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 60px;
  color: #fff;
  display: block;
  text-align: left;
}
.share-top-new a span b {
	font-weight: normal;
	color: rgba(255,255,255,0.7);
}
.share-top-new .fb {
  background: #0064c2;
}
.share-top-new .tw {
  background: #00b6f9;
}
.share-top-new .gplus {
  background: #EC4C4C;
}
.share-top-new .linked {
  background: #3E6EA7;
}
.share-top-new .pin {
  background: #FF3030300;
}
.share-top-new .whatsap {
  background: #5CB100;
}
.share-top-new .line {
  background: #62BB00;
}
.share-top-new .sh-komentar {
  background: #9F9F9F;
  width: 130px;
}
.share-top-new .sh-komentar span {
  width: 85px;
}
.share-bot-new {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

/*jadwal imsakiyah*/
.jadwal_imsak{
background:url('../images/imsak-bg.jpg') repeat-x top #108181;

	text-align: center;
}
.jadwal_imsak .small{
	display: block;
	font-size: 12px;
	line-height: 1;
}
.waktu-imsak{
padding: 0 10px 5px;
color: yellow;
text-align: center;
}
.wp_jadwal{
padding: 10px 0;
background: #265E5D;
}
.wp_jadwal table{
	margin-top: 0!important;
}
.wp_jadwal table tr td, .wp_jadwal table td:nth-child(even){
background: #00935F!important;
color: #fff;
border-right: 1px dotted rgba(255, 255, 255, 0.2);
padding: 3px 2px;
}
.wp_jadwal table tr td:last-child{
	border: none;
}
.download-jadwal{
	display: block;
	padding: 10px 0;
	background: #cde400;
	color: #303030;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin:10px 10px 0;
}

/*jadwal imsakiyah*/


/*S:Live Report*/
.lvr_live {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #D0021B;
  color: #fff;
  padding: 0 14px;
  z-index: 2;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
}
.lvr_live span {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: yellow;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  animation: myfirst 1s;
  -moz-animation: myfirst 1s infinite;
  -webkit-animation: myfirst 1s infinite;
  float: left;
  margin-right: 5px;
}
.list .lvr_live {
	top: 0px;
	font-size: 10px;
	padding: 0 8px;
  	height: 21px;
  	line-height: 21px;
}
.list .lvr_live span {
	width: 11px;
	height: 11px;
}
@-moz-keyframes myfirst {
  /* line 335, lvr.style.scss */
  0% {
    background: yellow;
  }

  /* line 336, lvr.style.scss */
  100% {
    background: black;
  }

  /* line 337, lvr.style.scss */
  50% {
    background: yellow;
  }
}

@-webkit-keyframes myfirst {
  /* line 342, lvr.style.scss */
  0% {
    background: yellow;
  }

  /* line 343, lvr.style.scss */
  100% {
    background: black;
  }

  /* line 344, lvr.style.scss */
  50% {
    background: yellow;
  }
}

/*E:Live Report*/


/*s:new header*/
/* line 4, header.scss */
.con_header {
  height: 57px;
  position: relative;
}

/* line 8, header.scss */
#header_new {
  height: 45px;
  padding: 5px 0;
  background: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  transition: all 0.5s ease;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 20, header.scss */
#header_new .logo {
  float: left;
  height: 32px;
  margin-left: 5px;
  margin-top: 5px;
}
/* line 25, header.scss */
#header_new .logo img {
  height: 100%;
}
/* line 29, header.scss */
#header_new .menudetik#tutupmenu {
  display: none;
}
/* line 32, header.scss */
#header_new .menudetik {
  border-radius: 100px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 11px;
  right: 10px;
  background: #2d6923;
  font-weight: bold;
  font-size: 11px;
  padding: 0 10px;
}
/* line 45, header.scss */
#header_new .menudetik .grs {
  float: left;
  width: 12px;
  margin-right: 5px;
  margin-top: 6px;
}
/* line 50, header.scss */
#header_new .menudetik .grs span {
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
  margin-top: 2px;
  border-radius: 3px;
}

/* line 62, header.scss */
.navdetik {
  background: #2d6923;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 68, header.scss */
.navdetik a {
  float: left;
  width: 20%;
  text-decoration: none;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

/* line 77, header.scss */
.navads {
  padding: 0 3px;
  height: 30px;
  background: #0C2C85;
}
/* line 81, header.scss */
.navads a {
  float: left;
  text-align: center;
  background: #FF3030300;
  color: #fff;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  margin: 5px 2px;
  font-size: 11px;
}

/* line 94, header.scss */
.newnav {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  margin-top: 5px;
  z-index: 10;
  display: none;
  height: 100%;
}
/* line 103, header.scss */
.newnav .ncontainer {
  background: #fff;
  width: 100%;
  color: #303030;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
/* line 111, header.scss */
.newnav .ncontainer .nuser {
  height: 10px;
  line-height: 30px;
  padding: 10px 15px;
}
/* line 115, header.scss */
.newnav .ncontainer .nuser .nnama {
  float: left;
  font-size: 11px;
}
/* line 118, header.scss */
.newnav .ncontainer .nuser .nnama .box_img {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
/* line 126, header.scss */
.newnav .ncontainer .nuser .nnama .box_img .img_con {
  background: #fff;
}
/* line 131, header.scss */
.newnav .ncontainer .nuser .msk {
  float: right;
  font-weight: bold;
  color: #303030;
  text-decoration: none;
}
/* line 138, header.scss */
.newnav .ncontainer .nsearch {
  border: 1px solid #ccc;
  height: 20px;
  padding: 5px;
  width: block;
  margin: 0 15px;
}
/* line 144, header.scss */
.newnav .ncontainer .nsearch .ninput {
  width: calc(100% - 40px);
  float: left;
  border: 0;
  height: 18px;
  outline: none;
  font-size: 13px;
}
/* line 152, header.scss */
.newnav .ncontainer .nsearch .nbtn {
  float: right;
  height: 20px;
}
/* line 157, header.scss */
.newnav .ncontainer .nlist-kanal {
  padding: 10px 15px;
}
/* line 159, header.scss */
.newnav .ncontainer .nlist-kanal strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #9B9B9B;
}
/* line 166, header.scss */
.newnav .ncontainer .nlist-kanal a {
  color: #303030;
  text-decoration: none;
  width: 50%;
  float: left;
  padding: 7px 0;
  font-size: 14px;
  font-weight: normal;
}
/* line 176, header.scss */
.newnav .ncontainer .nsubmenu {
  margin-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}
/* line 179, header.scss */
.newnav .ncontainer .nsubmenu a {
  font-weight: bold;
}

/* line 185, header.scss */
.newnav.show {
  display: block;
  opacity: 1;
  height: 100%;
}
/* line 189, header.scss */
.newnav.show .ncontainer {
  height: auto;
}

/* line 193, header.scss */
.stay {
  position: fixed !important;
}

/* line 196, header.scss */
.smartbanner_new {
  background: #60758E;
  height: 30px;
  padding: 5px 10px;
  position: relative;
  color: #fff;
  font-size: 11px;
}
/* line 203, header.scss */
.smartbanner_new .app_logo {
  height: 30px;
  float: left;
  margin-right: 10px;
}
/* line 208, header.scss */
.smartbanner_new b {
  display: block;
  font-size: 12px;
}
/* line 212, header.scss */
.smartbanner_new .get_app {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 20px;
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  text-decoration: none;
}
/* line 226, header.scss */
.smartbanner_new .sb_close {
  position: absolute;
  color: #fff;
  text-decoration: none;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  top: 5px;
  right: 5px;
  border: 1px solid #fff;
  border-radius: 100px;
}

/* line 243, header.scss */
.new_banner_reg_50 {
  text-align: center;
  height: 50px;
  background: #0C2C85;
}

/* line 248, header.scss */
.new_banner_reg_100 {
  text-align: center;
  height: auto;
  background: #0C2C85;
}

/* line 253, header.scss */
#header_new.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  animation: animate_header 0.3s normal forwards ease-in-out;
}
.con_newnav {
	margin-top: 10px;
	position: relative;
	height: calc(100% - 85px);
	overflow-y: scroll;
	background: #fff;
}

@keyframes animate_header {
  /* line 261, header.scss */
  from {
    margin-top: -40px;
  }

  /* line 264, header.scss */
  to {
    margin-top: 0;
  }
}

/*s:label Baca Juga (CROSS CONTENT)*/
.label_kanal{
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  padding: 2px 4px;
  font-size: 11px;
}
.berita_terkait .text{width: 100%;}
.label_kanal.detikhot_label{
  background: rgba(204,12,0, 0.8);
}
.label_kanal.wolipop_label{
  background: rgba(236,18,123, 0.8);
}
.label_kanal.finance_label{
  background: rgba(0,125,190, 0.8);
}
.label_kanal.viddetik_label{
  background: rgba(179,3,3, 0.8);
}
.label_kanal.inet_label{
  background: rgba(82,47,145, 0.8);
}
.label_kanal.health_label{
  background: rgba(0,154,79, 0.8);
}
.label_kanal.sport_label{
  background: rgba(213,29,41, 0.8);
}
.label_kanal.news_label{
  background: rgba(33,64,154, 0.8);
}
.label_kanal.travel_label{
  background: rgba(241,100,32, 0.8);
}
.label_kanal.food_label{
  background: rgba(132,175,52, 0.8);
}
.label_kanal.oto_label{
  background: rgba(234,0,0, 0.8);
}
.label_kanal.popular_label{
  background: rgba(85,98,111, 0.8);
}
.label_kanal.sepakbola_label{
  background: rgba(80,144,39, 0.8);
}

/*e:label Baca Juga (CROSS CONTENT)*/

/*S:PILKADA 16*/
.list.list_pkd{
	padding:0;
}
.list_pkd{
	border-bottom: solid 10px #FF8200;
	background: url(../images_ads/bg_pkd16.png) #fff bottom left no-repeat;
	margin-bottom: 10px;
}
.title_box_pkd{
	background:#fff;
	
	text-align: center;
	padding:10px 0 18px;
	background: #FF8200;
}
.title_box_pkd .box_logo{
	width:200px;
}
.nlist-kanal a.new span {
    background: red none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 8px;
    padding: 1px 3px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: -5px;
}
/*E:PILKADA 16*/

.post-category {
  margin-right: 10px;
  margin: 5px 10px 0 3px;
}
.post-category, .page-post-category {
  background-color: #f04d36;
  display: inline-block;
  padding: 2px 8px;
  margin: 5px 0;
  border-radius: 1px;
  color: #FFF;
  font-size: 12px;
  text-transform:capitalize;
}
.infoumum{
  background-color: #fc7100;
  color: #FFF;
}

.infolowongan {
  background-color: #250b7f3;
  color: #FFF;
}

.konsultasihukum {
  background-color: #8f44ad;
  color: #FFF;
}

.beritaalumni {
  background-color: #df0202;
  color: #FFF;
}
.opini {
  background-color: #ff64a8;
  color: #FFF;
}

.infokampus {
  background-color: #7b7b7b;
  color: #FFF;
}

.video {
  background-color: #436b13;
  color: #FFF;
}


.sosmed-box {
    margin: 0px auto;
    display: table
}
