/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*
    1.  General
    2.  Theme CSS
 */
 
/* ==========================================================================
   1. General - Setting up some base styles
   ========================================================================== */
@font-face{
    font-family:'Open-Sans';
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
    font-family:'Open-Sans_IE';
    src: url("../fonts/OpenSans-Regular.eot");
}
@font-face{
    font-family:'Open-Sans-Semibold';
    src: url("../fonts/OpenSans-Semibold.ttf");
}
@font-face{
    font-family:'Open-Sans-Semibold_IE';
    src: url("../fonts/OpenSans-Semibold.eot");
}

body {
    font-family: 'Open-Sans', sans-serif;
    color: #333;
    background: #2d2d2d;
    font-size:13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}

::selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}

h1, h2, h3,
h4, h5, h6 {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin-top: 0;
    margin: 1.2em 0 6px 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
    font-weight: bold;
}

h6 {
    font-size: 1.2em;
    font-weight: bold;
}

a {
    transition: ease 0.3s;
}

a:hover {
    text-decoration:none;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
    color: #50585D;
}


ul, ol {
    margin: 1em 0;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0.4em 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 1.2em 0;
    padding: 0;
    color: #ccc;
}

blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    padding: 0.9em 0.9em 1.1em 1.3em;
    border-left: #69C49C 0.4em solid;
    background: #f9f9f9;
}

blockquote p {
    margin: 0.8em 0;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}

blockquote small {
    display: inline-block;
    margin: 0 0 0 0.5em;
    font-size: 1em;
    color: #505050;
}

blockquote small:before { content: '\2014 \00A0'; }

blockquote cite {
    font-weight: bold;
}

blockquote cite a { font-weight: normal; }


dl {
    margin: 1.6em 0;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

mark {
    background-color: #ffc336;
}

code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre;
    border: 1px solid #E3EDF3;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.8em 0;
    border: 1px solid #E3EDF3;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, tt {
    font-size: inherit;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(0, 0, 0, 0.2), 
        0 1px 0 0 #fff inset;
}

.left{
    float:left;
}

.right{
    float:right;
}


/* ==========================================================================
   2. Theme CSS - Private CSS
   ========================================================================== */
[class*='-wrapper'] .container{
    width:1000px;
    max-width:1000px;
    margin:0 auto;
}

[class*='col-xs']{
    padding-left:0;
    padding-right:0;
}


/* === HEADER 1 === */
.header-1-wrapper{
    background:#690100;
    border-bottom:1px solid #903a3a;
    color:#fafafa;
    font-size:14px;
}

.header-1-wrapper a{
    color:#fafafa;
}

.header-1-wrapper a:hover{
    color:#ccc;
}

.header-1-wrapper i{
    margin-right:5px;
}

.header-1-wrapper ul{
    list-style:none;
    margin:0;
    padding:0;
}

.header-1-wrapper form{
    margin:0;
}

.header-1-wrapper input[type='text']{
    border:0px;
    font-size:13px;
    padding: 4px 7px;
    width:100%;
    background: #fff url('../img/img_search.png') no-repeat right;
}

.header-1-content{
    padding:14px;
}

.header-1-date{
    background:#570100;
    border:1px solid #802727;
    border-top:0;
    border-bottom:0;
    text-align:center;
}

.header-1-form{
    padding:11px 0px 8px 11px;
}

.header-1-ticker{
    padding:14px 19px;
    border-right:1px solid #802727;
}
/* === HEADER 1 === */



/* === HEADER 2 === */
.header-2-wrapper{
    background:#9a0000;
    color:#fff;
}

.header-2-wrapper .container{
    background: url('../img/img_header_2_bg.jpg') no-repeat;
}

.header-2-logo{
    padding: 10px 0px 13px;
}

.header-2-wrapper .col-xs-9{
    padding:16px 0px 17px;
}

.header-2-wrapper .col-xs-9 img{
    width:750px;
    height:90px;
}

.header-2-iklan-opacity{
    opacity:0.8;
}
/* === HEADER 2 === */



/* === HEADER 3 === */
.header-3-wrapper{
    background:#231b1b;
    color:#fff;
    border:1px solid #545454;
    border-left:0;
    border-right:0;
}

.header-3-wrapper ul{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.header-3-wrapper ul li{
    font-size:14px;
    display:inline;
}

.header-3-wrapper ul li a{
    border-right:1px solid #545454;
    color:#f5f5f5;
    padding:11px;
    display:inline-block;
}

.header-3-wrapper ul li a:hover{
    background:#04a9c1;
}

.header-3-wrapper i{
    font-size:13px;
}

.header-3-border-left{
    border-left:1px solid #545454;
}
/* === HEADER 3 === */



/* === HEADER 4 === */
.header-4-wrapper{
    background:#9a0000;
}

.header-4-wrapper .container{
    background:url('../img/img_header_3_bg.jpg') no-repeat right;
}

.header-4-wrapper ul{
    list-style:none;
    margin:0;
    padding:0;
}

.header-4-wrapper ul li{
    font-size:14px;
    float:left;
}

.header-4-wrapper ul li a{
    color:#f5f5f5;
    padding:11px 11px 12px;
    display:block;
}

.header-4-wrapper ul li a:hover{
    background:#fff;
    color:#111;
}
/* === HEADER 4 === */



/* === MAIN === */
.main-wrapper{
    background:#fff url('../img/img_bg.jpg') repeat-x;
    padding:28px 0px;
}

.main-wrapper .container{
    background:#fff;
    border:1px solid #d2d2d2;
}

.main-content{
    padding: 15px 0px 16px 14px;
}

.portal-headline-widget{
    width:26%;
}

.portal-headline-slider{
    width:435px;
    height:297px;
    margin-right:12px;
    background:#000 url('../img/img_loading2.gif') no-repeat center center;
}

.portal-headline-slider img{
    width:100%;
    height:297px !important;
}

.portal-headline-widget-title{
    background:#efefef url('../img/img_title.gif') repeat-x;
    border:1px solid #d5d5d5;
    padding:7px 14px;
    font-size:14px;
    font-family:'Open-Sans-Semibold';
}

.portal-headline-widget-body{
    border:1px solid #d5d5d5;
    border-top:0;
    padding: 8px 13px 9px;
}

.carousel-caption{
    left: 0;
    right: 0;
    bottom:0;
    background: #222;
    padding: 10px;
    background: #222;
    padding: 10px 18px 13px;
    text-align: left;
    color:yellow;
    opacity:0.9;
}

.carousel-caption p{
    margin:4px 0;
}

.carousel-caption p a{
    color:#fafafa;
    font-size:14px;
}

.carousel-caption p a:hover{
    color:#999;
}

.portal-headline-widget-body-row {
    margin-bottom:7px;
    font-size:12px;
}

.portal-headline-widget-body-row .left img{
    width: 69px;
    height: 49px;
    margin-top:4px;
}

.portal-headline-widget-body-row .left{
    width:34%;
}

.portal-headline-widget-body-row .right{
    width:64%;
}

.portal-headline-widget-body-row .info{
    margin-top:3px;
}

.portal-headline-widget-body-row a{
    font-size:13px;
    font-family:'Open-Sans-Semibold';
    color: #255D81;
}

.portal-headline-widget-body-row a:hover{
    color:#ccc;
}

.portal-headline-widget-body-scroll{
    height:245px;
}

.nicescroll-rails div{
    right: -14px !important;
}

#ascrail2002 div{
   right: -2px !important; 
}

.carousel-control .icon-prev, .carousel-control .icon-next{
    margin-top:5px;
}
/* === MAIN === */


/* === SPACE IKLAN HOMEPAGE === */
.space-iklan-homepage-478{
    margin:18px 0px;
}

.space-iklan-homepage-478 .custom-box{
    padding-right:14px;
}

.space-iklan-homepage-478 .custom-box img{
    width:100%;
    height:70px;
}
/* === SPACE IKLAN HOMEPAGE === */



/* === LATEST NEWS HOMEPAGE === */
.latest-news .col-xs-8{
    padding-right:17px;
}

.latest-news .col-xs-4{
    padding-right:15px;
}

.gallery-widget-slider{
    width:313px;
    height:258px;
    background:#000 url('../img/img_loading2.gif') no-repeat center center;
}

.gallery-widget-title{
    background:#efefef url('../img/img_title.gif') repeat-x;
    border:1px solid #d5d5d5;
    padding:8px 14px;
    font-size:14px;
    font-family:'Open-Sans-Semibold';
}

.gallery-widget-body img{
    width:313px;
    height: 215px;
}

.gallery-widget-caption{
    background:#1c80ba;
    color:#fff;
    padding:14px 15px 15px;
}

.gallery-widget-caption p{
    margin:4px 0 0;
    line-height:20px;
    color: #f3f3f3;
}

.gallery-widget-caption a{
    color:#fff;
    font-size:14px;
    font-family:'Open-Sans-Semibold';
}

.gallery-widget-caption a:hover{
    color:#ccc;
}

.space-iklan-homepage-313 img{
    width:100%;
    margin:15px 0px;
    height:245px;
}

.latest-news-big-title{
    font-size:19px;
    font-family:'Open-Sans-Semibold';
    margin-bottom:12px;
}

.latest-news-big-title a{
    color: #0061A2;
}

.latest-news-big-title a:hover{
    color:#ccc;
}

.latest-news-big-body-right-top{
    line-height:19px;
    font-family:arial,sans-serif;
}

.latest-news-big-body-right-bottom{
    margin:8px 0px 0px;
}

.latest-news-big-body-right-bottom ul{
    list-style:none;
    margin:0;
    padding:0;
}

.latest-news-big-body-right-bottom ul li{
    margin-bottom:3px;
}

.latest-news-big-body-right-bottom ul li a{
    color:#406577;
    line-height:19px;
    font-weight:bold;
    font-family:arial,sans-serif;
}

.latest-news-big-body-right-bottom ul li a:hover{
    color:#ccc;
}

.latest-news-big-body-left{
    width:270px;
    float:left;
    margin-right:15px;
}

.latest-news-big-body-left img{
    width:100%;
    margin-top:2px;
    height:183px;
}

.latest-news-big-body-right{
    float:left;
    width:350px;
}

.latest-news-link{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin:18px 0px;
    padding:11px 0px 13px;
}

.latest-news-link .left{
    width:315px;
}

.latest-news-link ul{
    list-style:none;
    margin:0;
    padding:0;
}

.latest-news-link ul li{
    margin-bottom:3px;
    line-height:20px;
}

.latest-news-link ul li a{
    color: #406577;
    font-weight:bold;
    font-family:arial,sans-serif;
}

.latest-news-link ul li a:hover{
    color: #ccc;
}

.latest-news-link-scroll{
    height:150px;
}

.latest-news-khusus{
    margin:0px 1px 5px;
}

.latest-news-khusus-title{
    font-size:17px;
    margin-bottom:10px;
    font-family: 'Open-Sans-Semibold'
}

.latest-news-khusus-title a{
    color: #005186;
}

.latest-news-khusus-title a:hover{
    color: #ccc;
}


.latest-news-khusus-body{
    background:#494949;
}

.latest-news-khusus-left{
    width:275px;
}

.latest-news-khusus-left img{
    width:100%;
    height:182px;
}

.latest-news-khusus-right{
    width:355px;
    color:#fff;
}

.latest-news-khusus-caption{
    padding: 13px 18px 18px;
}

.latest-news-khusus-caption a{
    font-size:15px;
    color:#fff;
    font-family:'Open-Sans-Semibold';
    line-height:23px;
}

.latest-news-khusus-caption a:hover{
    color:#ccc;
}

.latest-news-khusus-caption p{
    margin:5px 0px 0px;
    line-height:20px;
    color: #f2f2f2;
}

.latest-news-horizontal{
    margin: 13px 1px 0px;
}

.latest-news-horizontal-title{
    font-size:17px;
    margin-bottom:11px;
    font-family: 'Open-Sans-Semibold';
    border-bottom:1px solid #e5e5e5;
    padding-bottom:8px;
    margin-bottom:15px;
}

.latest-news-horizontal-title a{
    color: #005186;
}

.latest-news-horizontal-title a:hover{
    color: #ccc;
}

.latest-news-horizontal-body ul{
    list-style:none;
    margin:0;
    padding:0;
}

.latest-news-horizontal-body ul li{
    float:left;
    width:159px;
    margin-bottom: 10px;
    height: 160px;
}

.latest-news-horizontal-body ul li img{
    padding-right:11px;
    width:100%;
    height: 98px;
}

.latest-news-horizontal-body ul li a{
    color: #556E81;
    font-family: arial;
    font-weight: bold;
}

.latest-news-horizontal-body ul li a:hover{
    color:#ccc;
}

.latest-news-horizontal-body ul li div{
    margin-top:6px;
    padding-right:10px;
}

.space-iklan-homepage-633{
    margin: 12px 5px 23px 1px;
}

.space-iklan-homepage-633 img{
    width:100%;
    height:94px;
}

.latest-news-horizontal-body table tr td{
    width: 160px;
    padding-right: 15px;
    vertical-align: top;
}

.latest-news-horizontal-body table tr td img{
    width:100%;
    height:99px;
}

.latest-news-horizontal-link {
    margin-bottom: 8px;
    font-size: 15px;
    font-family: 'Open-Sans-Semibold';
}

.latest-news-horizontal-link a{
    color: #333;
}

.latest-news-horizontal-link a:hover{
    color: #ccc;
}

.latest-news-horizontal-caption {
    margin-bottom: 21px;
    margin-top: 6px;
    line-height: 18px;
}

.latest-news-horizontal-caption a{
    color: #556E81;
    font-family: arial;
    font-weight: bold;
}
/* === LATEST NEWS HOMEPAGE === */



/* === FOOTER === */
.footer-wrapper{
    background: #2d2d2d;
    color:#fff;
}

.footer-wrapper .container{
    background: url('../img/img_footer.png') no-repeat;
    padding-top:28px;
    padding-bottom:27px;
}

.footer-logo{
    margin-left:-2px;
    margin-bottom:10px;
}

.footer-copyright{
    margin-left:2px;
    line-height:20px;
}

.footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 22px 0px 0px;
}

.footer-wrapper ul li{
    font-size:14px;
    margin-bottom:5px
}

.footer-wrapper ul li a{
    color:#fff;
}

.footer-wrapper ul li a:hover{
    color:#999;
}

.footer-wrapper i{
    font-size:12px;
    margin-right:4px;
}
/* === FOOTER === */


/* === MENU === */
.menu-headline{
    margin-bottom:23px;
    padding-left:1px;
}

.menu-headline .left#pic{
    width:415px;
    margin-right:18px;
}

.menu-headline .left#pic img{
    width:100%;
    height:275px;
}

.menu-headline .left#cip{
    width:530px;
}

.menu-headline-title{
    font-size:18px;
    font-family:'Open-Sans-Semibold';
    margin-bottom:5px;
    line-height: 25px;
}

.menu-headline-title a{
    color:#003268;
}

.menu-headline-title a:hover{
    color:#ccc;
}

.menu-headline-caption{
    line-height:20px;
    font-family:arial;
    margin-bottom:10px;
    color:#151515;
}

.menu-headline-link ul{
    list-style:none;
    margin:0;
    padding:0;
}

.menu-headline-link ul li{
    margin-bottom:4px;
    font-family:arial;
    font-weight:bold;
}

.menu-headline-link ul li a{
    color: #415475;
}

.menu-headline-link ul li a:hover{
    color: #ccc;
}


.menu-post .left#menu-post-left{
    width:480px;
    padding-right:20px;
}

.menu-post-box{
    margin-bottom:34px;
    padding-left:1px;
}

.menu-post-body-left{
    width:200px;
}

.menu-post-body-right{
    width:258px;
    padding-left:13px;
    font-family:arial;
}

.menu-post-body-right-title a{
    color: #00153A;
    font-family:'Open-Sans-Semibold';
    font-size:14px;
}

.menu-post-body-right-title a:hover{
    color:#ccc;
}

.menu-post-body-right-caption{
    margin-top:4px;
    color:#151515;
}

.menu-post-body-link{
    margin-top:14px;
}

.menu-post-body-link ul{
    list-style:square;
    margin:0;
    padding:0 0 0 17px;
}

.menu-post-body-link ul li{
    margin-bottom:4px;
    font-family:arial;
}

.menu-post-body-link ul li a{
    color: #00286D;
}

.menu-post-body-link ul li a:hover{
    color:#ccc;
}

.menu-post-body-left img{
    width:100%;
    margin-top:2px;
    height:132px;
}

.menu-post-title{
    border-bottom:1px solid #eee;
    margin-bottom:13px;
    padding-bottom:8px;
    font-size:17px;
    font-family:'Open-Sans-Semibold'
}

.menu-post-title a{
    color:#111;
}

.menu-post-title a:hover{
    color:#ccc;
}

.menu-post .left#menu-post-right{
    width:480px;
    padding-left:20px;
}
/* === MENU === */


/* === PAGING === */
.paging{
    text-align:center;
}

.pagination{
    margin-bottom:8px;
    margin-top: 15px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 14px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.pagination>li>a{
    color: #0E4EA0;
}
/* === PAGING === */


/* === SUBMENU POST === */
.submenu-post{
    padding:1px 17px 1px 2px;
}

.submenu-post-title{
    font-size:19px;
    font-family:'Open-Sans-Semibold';
    color:#111;
}

.submenu-post-date{
    margin:4px 0px 18px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.submenu-post-left{
    width:640px;
}

.submenu-post-right{
    width:310px;
    padding-top:2px;
    text-align:right;
}

.submenu-post-row{
    margin-bottom:20px;
}

.submenu-post-row-left{
    width:223px;
    margin-right:15px;
}

.submenu-post-row-right{
    width:390px;
}

.submenu-post-row-left img{
    width:100%;
    margin-top:3px;
    height: 150px;
}

.submenu-post-row-right a{
    color: #003D77;
    font-size:14px;
    font-family:'Open-Sans-Semibold';
}

.submenu-post-row-right a:hover{
    color:#ccc;
}

.submenu-post-row-right p{
    margin:4px 0px 0px;
    font-family:arial;
    color:#111;
}

.space-iklan-submenu img{
    width: 310px;
    height: 245px;
}

.space-iklan-submenu{
    margin-bottom:18px;
}

.space-iklan-submenu.panjang img{
    width: 310px;
    height: 450px;
}

.space-iklan-submenu.panjang{
    margin-bottom:0;
}

.submenu-post-content#index_berita .submenu-post-row-left{
    width: 160px;
}

.submenu-post-content#index_berita .submenu-post-row-left img {
    height:115px;
}

.submenu-post-content#index_berita .submenu-post-row-right a{
    font-size:14px;
}

.submenu-post-content#index_berita .submenu-post-row-right {
    width: 450px;
}
/* === SUBMENU POST === */


/* === DETAIL POST === */
.detail-post{
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 1px;
    font-family: arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.detail-post-featured img{
    width:100%;
    margin-top:1px;
}

.detail-post-body iframe{
    width:100%;
    margin-bottom:13px;
}

.detail-post-body img{
    width:100%;
}


.detail-post-featured{
    margin-bottom:14px;
}

.detail-post-body p{
    margin:0px 0px 19px;
}

.detail-post-body a{
    color: #0055B1;
}

.detail-post-body a:hover{
    text-decoration:underline;
}
/* === DETAIL POST === */


/* === WIDGET BERITA === */
.widget-berita{
    text-align:left;
    margin-bottom:18px;
}

.widget-berita-title{
    background:#efefef url('../img/img_title.gif') repeat-x;
    border:1px solid #d5d5d5;
    padding:7px 14px;
    font-size:15px;
    font-family:'Open-Sans-Semibold';
}

.widget-berita-title a{
    color: #1D1D1D;
}

.widget-berita-title a:hover{
    color:#ccc;
}

.widget-berita-body{
    border:1px solid #d5d5d5;
    border-top:0;
    padding: 11px 14px;
}

.widget-berita-body ul{
    margin:0;
    padding:0;
    list-style:none;
}

.widget-berita-body ul li{
    font-family:arial;
    font-weight:bold;
    margin-bottom:5px;
}

.widget-berita-body ul li a{
    color: #435C79;
}

.widget-berita-body ul li a:hover{
    color: #ccc;
}

.widget-berita-featured{
    margin:2px 0px 10px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:11px;
}

.widget-berita-featured-img{
    margin-bottom:10px;
}

.widget-berita-featured-img img{
    width:100%;
}

.widget-berita-featured-body a{
    color: #435C79;
    font-weight:bold;
    font-family:arial;
    font-size:14px;
}

.widget-berita-featured-body a:hover{
    color: #ccc;
}

.widget-berita-featured-body p{
    margin:2px 0px 0px;
    font-family:arial;
}

ul.ul-featured{
    list-style:none;
    padding:0px 0px 0px 15px;
}

ul.ul-featured li{
    font-weight:normal;
}

ul.ul-featured li a{
    color: #002480;
}

ul.ul-featured li i{
    margin-left:-15px;
    margin-right:5px;
    color:#313131;
}

.notif-dbz{
    font-size:12px;
    color:#6f6f6f;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:9px 0px 9px 0px;
    text-align:center; 
    margin:20px 0px;
}

.stButton .stButton_gradient,
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height:23px !important;
}

.comment-facebook iframe{
    width:620px !important;
}

.submenu-post-date i{
    margin-right:1px;
    color:#666;
}

.submenu-post-date .fa-clock-o,
.submenu-post-date .fa-globe,
.submenu-post-date .fa-print{
    margin-left:7px;
}

.submenu-post-date .fa-user{
    color:#848484;
}

.submenu-post-date .fa-globe{
    color:#737373;
}

.submenu-post-date .fa-print{
    color:#666;
}

.submenu-post-date a{
    color:#333;
}

.submenu-post-date a:hover{
    text-decoration:underline;
}
/* === WIDGET BERITA === */

.gallery-berita{
    padding-right:16px;
    padding-left:2px;
}

.gallery-berita-slider{
    margin-bottom:15px;
}

.gallery-berita-iklan-row img {
    width: 480px;
    height: 75px;
    margin-right: 10px;
}

.gallery-berita-iklan{
    margin-bottom:24px;
}

.gallery-berita-all{
    background:#f7f7f7;
    margin-right:16px;
    margin-left:1px;
    padding:13px 0px 0px 17px;
    margin-bottom:10px;
}

.gallery-berita-all ul{
    list-style:none;
    padding:0;
    margin:0;
}

.gallery-berita-all ul li{
    float: left;
    width: 221px;
    margin-bottom: 30px;
    margin-right: 16px;
}

.gallery-berita-all ul li img{
    width:100%;
}

.gallery-berita-all ul li div{
    margin-top:6px;
}

.gallery-berita-all ul li a{
    color: #364961;
    font-family:arial;
    font-weight:bold;
}

.gallery-berita-all ul li a:hover{
    text-decoration: underline;
}

.gallery-berita-all-link {
    font-size: 17px;
    font-family: 'Open-Sans-Semibold';
    margin-bottom: 11px;
}

/* === FLEXSLIDER CUSTOM === */
.flexslider {
    margin: 0 0 0px !important;
    border:0px solid #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
}

.flexslider .slides > li {
    cursor:pointer;
}

.flexslider:hover .flex-next{
    right:25px !important;
}

.flexslider:hover .flex-prev{
    left:25px !important;
}

.flex-direction-nav .flex-prev{
    left:0px !important;
}

.flex-direction-nav .flex-next{
    right:0px !important;
}

#slider.flexslider{
    margin-bottom:8px !important;
}

#slider.flexslider img{
    position: relative;
}

#carousel.flexslider li{
    width: 160px !important;
}

#carousel.flexslider li img{
    height: 109px !important;
}

#carousel.flexslider{
    margin-bottom:18px !important;
}

#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .6; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.flexslider .slides img{
    height:645px !important;
}

.flex-caption{
    bottom:0;
    background:#333;
    color: #fff;
    padding: 14px 21px 16px;
}

.flex-caption p{
    margin: 4px 0px 0px;
    font-family: arial;
    font-size: 14px;
    line-height: 23px;
    color: #ddd;
}

.flex-caption a{
    color:#fff;
    font-size:16px;
    line-height: 25px;
}

.flex-caption a:hover{
    color:#ccc;
}

.widget-berita-terkait {
    text-align: left;
    background: #f3f3f3;
    margin-bottom: 22px;
}

.widget-berita-terkait-title {
    padding: 10px 18px;
    font-size: 15px;
    font-family: 'Open-Sans-Semibold';
}

.widget-berita-terkait-body ul{
    list-style:none;
    margin:0;
    padding:0;
}

.widget-berita-terkait-body {
    padding: 0px 7px 8px;
}

.widget-berita-terkait-body ul li a{
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-family: arial;
    background:#fff;
}

.widget-berita-terkait-body ul li a:hover{
    background:#fafafa;
}

.index_berita_form{
    margin-bottom:21px;
}

.index_berita_form select{
    border:1px solid #c5c5c5;
    padding:2px;
    margin-right:5px;
}

.gallery-berita-all tr td img {
    width: 100%;
    height: 155px;
}

.gallery-berita-all tr td {
    width: 235px;
    vertical-align: top;
    padding-right: 18px;
}

.gallery-berita-all td div a {
    color: #21458A;
}

.gallery-berita-all td div a:hover{
    color:#ccc;
}

.gallery-berita-all td div {
    margin-bottom: 20px;
    margin-top: 7px;
    font-size: 14px;
}

#PostTanggalMonth,
#PostTanggalYear{
    margin-left:5px;
}

#portal-mobile{ display:none; }

@media only screen and (max-width: 990px) {
    #portal-desktop{ display:none; }
    #portal-mobile{ display:block; }
    
    /* STYLING */
    .portal-mobile-header{
        background: #a31e1e;
        color: #fff;
        padding:15px;
        text-align:center;
    }
    
    .portal-mobile-menu{
        background: #b82626;
        color:#fff;
        padding:15px;
        text-align:center;
        font-size:14px;
    }
    
    .portal-mobile-menu-content ul{
        list-style:none;
        margin: 0;
        padding:0;
        text-align:center;
    }
    
    .portal-mobile-menu-content ul li{
        width: 100%;
    }
    
    .portal-mobile-menu-content ul li a{
        color:#fff;
    }
    
    /* ==== njepad ==== */
    .portal-mobile-njepad{
        background:#fff;
        font-size:14px;
    }
    
    .expand-menu-slidder ul{
        list-style:none;
        margin:0;
        padding:0;
    }
    
    .expand-menu-slidder ul li .yoman{
        width:100%;
        padding: 13px 25px !important;
        display: block;
        font-family:'Open-Sans-Semibold';
        color: #BC3030;
        border-bottom: 1px solid #dfdfdf;
        cursor: pointer;
        font-size:15px;
    }
    
    .njepad-content{
        background:#f5f5f5;
    }
    
    .njepad-content ul li a{
        padding: 13px 25px;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        color: #003068;
    }
    
    .njepad-content ul li a:hover{
        color: #FFFFFF;
        background: #DF4C4C;
    }
    
    .portal-mobile-featured{
        background:#f5f5f5;
        border-bottom: 1px solid #dfdfdf;
        padding:19px 25px;
    }
    
    .mobile-featured-post{
        background:#444;
        width:70%;
        margin:0 auto;
    }
    
    .mobile-featured-post img{
        width:100%;
    }
    
    .mobile-featured-post-title{
        padding:13px 18px;
        font-size:15px;
    }
    
    .mobile-featured-post-title a{
        color:#fff;
        display:block;
    }
    
    .mobile-featured-post-title a:hover{
        color:#ccc;
    }
    /* ==== njepad ==== */
    
    .portal-mobile-content{
        background: #fff;
        color: #444;
        padding:15px;
    }
    
    .portal-mobile-footer{
        background: #2d2d2d;
        color: #eee;
        padding:20px;
        text-align:center;
    }
    
    .portal-mobile-title{
        font-size:18px;
        font-family:'Open-Sans-Semibold';
        margin-bottom:10px;
    }
    
    .portal-mobile-anu ul{
        list-style:none;
        margin:0;
        padding:0;
    }
    
    .portal-mobile-anu ul li a{
        border-top:1px solid #eee;
        padding:10px 0px;
        display:block;
        font-size: 14px;
        color: #004076;
    }
    
    .portal-mobile-anu ul li a:hover{
        background:#f5f5f5;
    }
    
    .portal-mobile-info{ margin-bottom:10px; font-family:arial; }
    
    .portal-mobile-berita{ margin-bottom:10px; font-family:arial; font-size:14px; border-top:1px solid #eee; padding:10px 0px; }
    /* STYLING */
    
    
    /* ====================================================================== */
    .panel {
        margin: 0px 10px 0px 0px;
        padding: 0px;
        width: 250px;
        height: 290px;
        background-color: #444;
        overflow: hidden;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
        box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    }
    
    .panel img{
        width:100%;
        height:195px;
    }
    
    .mobile-post-title{
        padding:8px 14px;
    }
    
    .mobile-post-title{
        color:#fff;
    }
    
    .mobile-post-title{
        color:#ddd;
    }
    
    .panel a{
        color:#fff;
        display:block;
    }
    
    .panel a:hover{
        color:#ccc;
    }
    
    .portal-mobile-berita img{
        width:100%;
    }
    
    .notif-dbz{
        line-height:33px;
    }
}

@media only screen and (max-width: 650px) {
    .mobile-featured-post{
        width:100%;
    }
}

@media only screen and (max-width: 480px) {
    .portal-mobile-menu{
        padding:13px 15px 35px;
    }
}