body {
    font-family: "Raleway";
}

.container {
    width: 1160px;
    /*width: auto;*/
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 1000;
    src: local('Raleway'), local('Raleway-Bold'), url(../../../../assets/fonts/raleway-medium.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Gothic';
    font-style: normal;
    font-weight: 1000;
    src: local('Gothic'), local('Gothic-Bold'), url(../../../../assets/fonts/gothic.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Above';
    font-style: normal;
    font-weight: 1000;
    src: local('Above'), local('Above-Bold'), url(../../../../assets/fonts/above.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Blackthorns';
    font-style: italic;
    font-weight: 1000;
    src: local('Blackthorns'), local('Blackthorns-Bold'), url(../../../../assets/fonts/blackthorns.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Steinerlight';
    font-style: italic;
    font-weight: 1000;
    src: local('Steinerlight'), local('Steinerlight-Bold'), url(../../../../assets/fonts/steinerlight.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Chiquita';
    font-style: italic;
    font-weight: 1000;
    src: local('Chiquita'), local('Chiquita-Bold'), url(../../../../assets/fonts/chiquita.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Trench';
    font-style: italic;
    font-weight: 1000;
    src: local('Trench'), local('Trench-Bold'), url(../../../../assets/fonts/trench.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Neoteric';
    font-style: italic;
    font-weight: 1000;
    src: local('Gothic'), local('Gothic-Bold'), url(../../../../assets/fonts/neoteric.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    /*font-family: "Neoteric";*/
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    /*font-family: "Trench";*/
}

.topHeader {
    background: #fee50f;
    min-height: 30px;
    display: block;
    clear: both;
}

.running-news {
    background: #f5f5f5;
    border-radius: 0 0 3px 3px;
    border-left: 30px solid #fee50f;
    padding-top: 10px;
    min-height: 40px;
    display: block;
    clear: both;
}

.running-news:before {
    border-radius: 0 0 3px 3px;
    margin-top: -10px;
    min-height: 40px;
    width: 150px;
    content: ' ';
    background: linear-gradient(to right, rgba(245, 245, 245, 1) 0, rgba(245, 245, 245, 0) 100%); /* Standard syntax (must be last) */
    position: absolute;
    z-index: 99;
}

.my-gradient {
    background: #f5f5f5;
    border-left: 50px solid #fee50f;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
}

.page-header .page-header-top .page-logo {
    float: left;
    display: block;
    width: 255px;
    height: 125px;
}

.page-header .page-header-menu {
    display: block;
    height: auto;
    clear: both;
}

.page-header .page-header-menu.fixed {
    display: block;
    height: 43px;
    clear: both;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 18px 11px;
}

.page-header .page-header-menu {
    background: #010101;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    color: #FFFFFF;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a:active {
    color: #ffffff;
    color: black;
    background: #fee50f !important;
}

.page-wrapper .page-wrapper-middle {
    background: #FFFFFF;
    width: 100%;
    display: table-cell;
    height: 100%;
}

.tabbable-line > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 10px 0;
}

.esdm-header {
    background-color: #FEE50F;
}

.tabbable-line > .nav-tabs > li.active {
    background: none;
    border-bottom: 4px solid #fee50f;
    position: relative;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    background: none;
    border-bottom: 4px solid #fee50f;
}

.tabbable-line > .nav-tabs > li > a {
    padding-left: 0px;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333;
    padding-left: 0px;
}

.portlet.light .portlet-body {
    padding-top: 0px;
}

.portlet.light {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    /*box-shadow: 5px 5px 9px #d3d2d2;*/
}

/*style for PIN berita*/
.caption-desc {
    font-size: 13px;
    margin-top: 0.5em;
    line-height: 1.2em;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5%;
    opacity: .5;
    filter: alpha(opacity=20);
    font-size: 20px;
    border-radius: 500em;
    background-color: transparent;
}

.main-carousel .carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.7);
}



.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: upper-roman;
    text-align: center;
}

.btn.red:not(.btn-outline) {
    color: #000;
    background-color: #FEE50F;
    border-color: #FEE50F;
}

.btn.red:not(.btn-outline):hover {
    color: #000;
    background-color: #FEE50F;
    border-color: #FEE50F;
}

.custom-carousel .carousel-indicators li {
    visibility: hidden;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

text-align: center;
}

.ul-wrapper {
    text-align: center;
}
.ul-wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.ul-wrapper li {
    float: left;
    border: 1px solid black;
}

a {
    text-shadow: none;
    color: #000;
}
a:hover {
    color: #000;
}

.no-padding-left{
    padding-left: 0px;
}

.breadcrumb {
    background: 0 0;
    padding: 0 0 15px;
    margin: 0;
    color: #000000;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumbs ul li:before {
    content: "/";
    position: absolute;
    right: -13px;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.video-icon { position: relative; }

.video-icon span {
    position: absolute;
    display: block;
    /*background: url('https://cdn1.iconfinder.com/data/icons/logotypes/32/youtube-128.png');*/
    background: url('../../../../assets/images/default/play.png');
    height: 100%;
    width: 100%;
    top: 115px;
    left: 120px;
    /*background-size: 50px 50px;*/
    background-repeat: no-repeat;
}

.video-icon-gallery span {
    position: absolute;
    display: block;
    /*background: url('https://cdn1.iconfinder.com/data/icons/logotypes/32/youtube-128.png');*/
    background: url('../../../../assets/images/default/play.png');
    height: 100%;
    width: 100%;
    top: 45px;
    left: 115px;
    /*background-size: 50px 50px;*/
    background-repeat: no-repeat;
}

.mt-content-body{
    text-align: justify;
    text-justify: inter-word;
}

.noPadding{
    margin: -20px 0 -70px 0;
}

ol, ul {
    padding: 0 0 0 40px;
}

fieldset {
    margin: 10px 0 0 15px;
    min-width: 0;
}

.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-title.customBlogHeadTitle{
    margin: -25px 0 0;
}
.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-date{
    margin-top: 0px;
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title.customSearchTitle {
    font-size: 20px;
    margin: 0px 0 20px;
    font-weight: 600;
}

.search-content-1 .search-container>ul .search-item.customSearchItem {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 20px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.customCarouselImageSize{
    width: 100%;
    height:;: 220px;
}

mt-content-body-leftText{
    text-align: left;
}

.profile-custom p{
    color: #000;
    font-size: 14px;
}

.djkSearchBerita.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    padding: 13px;
    color: #FEE50F;
    background-color: #000;
    border-color: #000;
}

.galleryItem .customCaption {
    color: #fff;
    min-height: 60px;
}

.customCaption {
    background: #000;
    padding: 10px;
}

.customHeroImageCaption {
    left: 2%;
    right: 2%;
    padding: 30px;
}

.portlet.box.blue-dark {
    border: 1px solid #000;
    border-top: 0;
}
.portlet > .portlet-body.blue-dark, .portlet.blue-dark {
    background-color: white;
}
.portlet.box.blue-dark > .portlet-title {
    background-color: #000;
}
.portlet.box > .portlet-body {
    background-color: #fff;
    padding: 0px;
}
.table-scrollable {
    width: 100%;
    height: 285px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e7ecf1;
    margin: 0px 0 !important;
}

.headTableHome {
    background: #000;
    color: #edd477;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.tableScrollable {
    height: 400px;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    background: white;
    border-radius: 0 0 5px 5px;
    border: 1px solid #666;
    border-left: none;
    border-top: 0;
}

.flexigrid div.form-div {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}

.form-display-as-box {
    text-align: right;
}

.customTableFont.table td, .table th {
    font-size: 12px;
}

.blog-content-2 .blog-single-content-custom {
    padding: 15px 30px 15px;
    background-color: #fff;
}

.small-berita {
    widows: 200px;    
    display: inline;
    font-size: 11px;
}

.small {
    widows: 200px;
    text-align: center;
    display: inline;
}

/*
.carousel-control {
    width: 40px;
    height: 40px;
    top: 50%;
    bottom: initial;
    transform: translate(0,-50%);
    border-radius: 500em;
}

.captionOneData {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    background: whitesmoke;
    text-align: left;
}

.customCarouselInnerNoPadding, .carousel, .carousel-inner{
    position: relative;
    padding: 0px;
}
*/