body {
    font-family: 'Roboto', sans-serif;
}
.navbar-default {
    background-color: #00c8fa;
}
.navbar-brand {
    padding: 5px;
}
ul>li .navbar-item {
    color: red !important;
}
ul>li .navbar-item:hover, .navbar-item:active, .navbar-item:visited{
    color: red !important;
    background-color: #4a69bd !important;
}
.dropdown .dropdown-toggle {
    background-color: #00c8fa!important;
}
ul>li .submenu-item {
    color: red;
}
ul>li .submenu-item:hover {
    color: red;
}
#slideshow { 
    margin-bottom: 20px;
    position:relative;
    width: 100%; 
    height: 400px; 
    padding: 0px; 
    /*box-shadow: 0 0 1px rgba(0,0,0,0.4);*/
  }
#slideshow > div { 
    position: absolute;
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
} 
.img-container {
    position: relative;
    margin: 0 auto;
} 
.img-container img {
    vertical-align: middle;
    height: 400px;
}
.img-container .img-content {
    position: absolute;
    bottom: 0px;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}
.content-title {
    font-size: 18px;
    color: #00c8fa;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-content{
    background-color: #00c8fa;
    color: red;
}
.img-nat {
    width: 200px;
    height: 120px;
    float: left;
}
.img-daerah {
    width: 200px;
    height: 120px;
    float: right;
}
.news-list {
    padding: 5px;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.affix + .container-fluid {
    padding-top: 50px;
}
a:link, a:hover, a:visited a:active{
    text-decoration: none;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.clearfix {
    overflow: auto;
}
.content-list {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
  
