@charset "UTF-8";
/*  ---------------------------
*   COPYRIGHT
*	Created By Kang Anwar
*	anwarkpt1989@gmail.com
*	ajcomputel.com
*	----------------------------
*/


/*-----------------------------------------------------------------------------------*/
/*	 IMPORT
/* -----------------------------------------------------------------------------------*/
@import url(fonts.css);
@import url(form.css); 
@import url(pagination.css); 
@import url(menu_category.css); 
/*@import url(sidebar.css); */

@import url(desktop.css) all and (min-width: 1024px);
/*@import url(tabs.css) all and (min-width: 768px) and (max-width: 991px);*/
@import url(mobile.css) all and (max-width: 768px);

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL STYLE
/* -----------------------------------------------------------------------------------*/
    .no-padding {
        padding: 0px;
    }

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

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

    .center-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-padding {
        padding: 5px;
    }

    ::-webkit-input-placeholder {
        color: #ccc !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #ccc !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #ccc !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #ccc !important;
        font-weight: 300;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

    #contact_captcha_unix {
        letter-spacing: 4px;
        font-size: 24px;
        text-align: center;
        margin-left: 5px;
        font-family: 'Caveat Brush', cursive;
        color: #d8272d;
    }

    .btn-captcha-refresh {
        margin-left: 0px;
    }

    #contact_captcha {
        letter-spacing: 4px;
    }
    
/* ---------------------------------------------------------------------------------
	BACK TO TOP
	--------------------------------------------------------------------------------- */
    .cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 40px;
        right: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        /* image replacement properties */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(155, 16, 29, 0.8) url('images/cd-top-arrow.svg') no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        border-radius: 4px;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .no-touch .cd-top:hover {
        background-color: #3e2962;
        opacity: 1;
    }


/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL STYLE
/* -----------------------------------------------------------------------------------*/
    .box-socialmedia {
        height: 36px;
        width: 36px;
        background-color: #222222;
        color: #FFF;
        display: inline-block;
        text-align: center;
        padding: 8px;
    }

    .navbar-default {
        background-color: transparent!important;
        border-color: transparent !important;
    }

    .navbar {
        margin-bottom: 0px; 
        border-radius: 0px;
        z-index: 99;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: #ebebeb;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        color: #979797;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #FFF;
        background-color: #333333;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-nav>li>.dropdown-menu li a {
        background-color: #ebebeb;
        padding-top: 10px;
    }

    .navbar-nav>li>.dropdown-menu li a:hover {
        background-color: #d8272d;
        color: #FFF;
    }

    ul.nav-tabs li > a {
        font-family: 'Oswald', sans-serif;
        color: #292929;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	    color: #fbbd2c;
        border-top: 3px solid #131313;
    }

    .nav-tabs>li>a {
        padding: 3px 15px;
    }

    li.actived-menu > a {
        color: #FFF !important;
        background-color: #333333;
    }

    .news-detail-title {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        color: #292929;
    }

    .news-tags-date {
        color: #686868;
        font-size: 14px;
    }

    .link-terkait {
        font-size: 14px;
        cursor: pointer;
        color: #292929;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }

    .link-terkait:hover {
        color: #fbbd2c;
    }

    .news-list-title {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #292929;
        font-size: 18px;
    }

    .news-list-tags {
        color: #727272;
        font-size: 14px;
    }

    .news-list {
        border: 1px solid #e4e3f0;
        padding: 10px;
        margin-bottom: 20px;
    }

    .news-list article {
        color: #727272;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .frame-album-detail {
        margin-bottom: 30px;
    }

    .active-link {
        color: #fbbd2c;
    }

    .heading_h3 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
    }

    .frame-hotline p {
        margin: 0px;
        padding: 0px;
        line-height: 24px;
    }

    .frame-sitemap a {
        line-height: 30px;
    }

    .title-heading-result-search {
        color: #1a0dab;
        font-size: 18px;
        cursor: pointer;
    }

    .title-heading-result-search:hover {
        text-decoration: underline;
    }

    .content-desc-result-search {
        color: #545454;
        font-size: 14px;
    }

    .info-date-result-search {
        color: #006621;
        font-weight: 600;
    }

    .heading-small {
        margin: 0px;
        padding: 0px;
        color: #006621;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL SLIDER STYLE
/* -----------------------------------------------------------------------------------*/
    
    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }
    
    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    .slider-frame a.prev:hover, 
    .slider-frame a.next:hover {
        opacity: 1;
    }

    .slider-frame a.prev {
        background: url("images/themes.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
        left: 0;
    }

    .slider-frame a.next {
        background: url("images/themes.gif") repeat scroll 38px 0 rgba(0, 0, 0, 0);
        right: 0px;
    }

    .slider-frame .rslides_tabs {
        position: absolute;
        margin-top: -35px;
        z-index: 99999999;
        right: 15px;
        padding: 0px;
    }

    .slider-frame .rslides_tabs > li {
        list-style: none; 
        display: inline-block;
        margin-right: 5px;
        
        width: 14px;
        height: 14px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        background: #131313;
        
    }

    .slider-frame .rslides_tabs > li.rslides_here {
        width: 14px;
        height: 14px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        background: #fcbe00;
    }

    .slider-frame .rslides_tabs > li > a {
        padding-left: 10px;
    }

    .slider-frame .rslides_tabs > li > a:hover, 
    .slider-frame .rslides_tabs > li > a:focus, {
        text-decoration: none !important;
        outline: none !important;
    }

    .slider-frame {
        background-color: #f5f5f5;
    }