@font-face {
    font-family: 'Conv_FjallaOne-Regular';
    src: url('../fonts/FjallaOne-Regular.eot');
    src: local('☺'), url('../fonts/FjallaOne-Regular.woff') format('woff'), url('../fonts/FjallaOne-Regular.ttf') format('truetype'), url('../fonts/FjallaOne-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    position: relative;
}


/*@media (min-width: 1200px) {
    .container {
        width: 1000px!important;
    }
}*/
}*/

.container {
    position: relative;
}

body {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    font-family: 'Roboto', sans-serif;
	
	/**    font-family: 'Noto Sans', sans-serif; **/

}

.bottom-5 {
    margin-bottom: 5px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-15 {
    margin-bottom: 15px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-25 {
    margin-bottom: 25px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-35 {
    margin-bottom: 35px;
}

a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* no-gutters Class Rules */

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters.left-15.right-15>[class^="col-"],
.row.no-gutters.left-15.right-15>[class*=" col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: transparent;
    color: white;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-toggle {
    font-size: 18px;
    color: white;
}

/*------- menubar ---------*/

.red {
    background: #ed1b24;
    border: none;
}

.black {
    background: #f5f5f5;
    border: none;
}

.text-black {
    color: #333333;
}

.text-black-1 {
    color:#2d2c2c;
}

.text-grey {
    color: #2d2c2c;
}
/**
.navbar-inverse .navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 30px;
    font-size: 0.9em;
}

editan www
**/

/**
.navbar-inverse .navbar-nav > li > a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 5px;
    font-size: 0.9em;
}
**/


.navbar-inverse .navbar-nav > li > a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 5px;
    font-size: 15px;
    font-family: system-ui;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background: rgb(162 140 140 / 0%);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus {
    background: #000;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.cont {
    padding-top: 71px;
}

.img-hover:hover {
    opacity: 0.8;
}


/*----- Topbar -------*/
.22top-row {
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.top-row {
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: left;
    justify-content: space-between;
    height: 100%;
}

.top-left {
    flex: 0 0 auto;
}

.top-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.align-start {
    justify-content: flex-start;
}

.align-center {
    justify-content: center;
}

.align-end {
    justify-content: flex-end;
}

.content-wrap {
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
}

.22content-wrap {
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top {
    padding-top: 15px;
    position: relative;
    min-height: 50px;
}

/*----- search -------*/

.search-form {
    width: 100%;
}

.top input:not([type=submit]) {
    background-color: #fff;
    border-color: #333;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all .2s ease;
    transition: .25s ease;
    box-shadow: none;
}

.stylish-input-group .input-group-addon {
    -webkit-border-radius: 0 17px 17px 0;
    border-radius: 0 17px 17px 0;
    background: #333;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-color: #333;
}

.stylish-input-group button {
    border: 0;
    background: #333;
    color: #ffffff;
    font-size: 22px;
}

.search input.form-control {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0;
    border-color: #ccc;
}

.search .form-control {
    height: 45px;
    -webkit-border-radius: 17px 17px 17px 17px;
    border-radius: 17px 17px 17px 17px;
    padding-right: 0;
}

/*----- search sticky ----*/
.nav__right {
    visibility: hidden;
}

.search__field {
    visibility: hidden;
    display: none;
}

.sticky .nav__right {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    visibility: visible;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; */
}

.search_r {
    position: relative;
    margin: 7.5px 0 0;
}

.sticky .search__field {
    visibility: visible;
    display: block;
    width: 32px;
    height: 32px;
    color: transparent;
    font-size: 1.25em;
    padding: 0.35em 0 0.35em 15px;
    border: 1px solid #333333;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 30vw;
    color: #2b2b2b;
    cursor: default;
}

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #333333;
    width: 32px;
    height: 32px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

/* .search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
} */



/*---------- Sosmed -----------*/
a.socmed .fa-inverse {
    color: #ffffff;
}

.smd a {
    color: #333333;
}

.list-inline.smd {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*---------- Terkini ----------*/

.lbl-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.label-to {
    color: #555;
    /* border-bottom: 2px solid #262626; */
    padding-bottom: 5px;
    font-family: 'Conv_FjallaOne-Regular', sans-serif;
}

.label-to.label-head {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    background-color: #fff;
    border-bottom-right-radius: 15px;
}

.label-to h2 {
    text-transform: uppercase;
}

.label-to p {
    margin-top: 30px;
    text-transform: capitalize;
}

.label-to h2,
.label-to p {
    margin-bottom: 0;
    margin-top: 0;
}

.label-to p {
    margin-top: 12px;
}

.label-to a {
    color: #ffffff;
    letter-spacing: 1px;
}

.label {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
}

.media.non {
    border: none;
}

.media .pull-left {
    width: 175px;
}

.media .pull-right {
    .flex-caption h1,
    .flex-caption p width: 50px;
    overflow: hidden;
}

.media .pull-right .viewer {}

.media .label a {
    color: #fff;
    text-transform: uppercase;
}

.judulkecil {
    color: #d9534f;
}

.gambarkecil {
    width: 100%;
}

.img-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* .hover01 .post-thumb4 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 .post-thumb4:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */

.media-content p,
.thumb-ito .thumbnail .caption p {
    /* color: #262626; */
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.media-content {
    width: 100%;
}
/**
h3.media-heading {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 5px;
}

tambahan www
**/

h3.media-heading {
	    font-family: Arial, sans-serif, Helvetica;

    font-size: 22px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 2px;
}

.media-heading a {
    color: #262626;
}

.media-heading a:hover,
.sidebar_area .thumbnail .media-heading a:hover,
.box-middle.thumb-ito .thumbnail a:hover,
.thumb-ito.vid .thumbnail a:hover {
    text-decoration: none;
    color: #005187;
}

.thumb-post {
    width: 170px;
    position: relative;
}

/***asli

.thumb-post {
    width: 250px;
    position: relative;
}
***/

.thumb-post.category-thumb {
    width: 45%;
}

.thumb-post .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    z-index: 1;
}

.thumb-post img {
    width: 170px;
}
/*** asli
.thumb-post img {
    width: 250px;
}
**/
.thumb-post.category-thumb img {
    width: 100%;
}

.post-thumb4 {
    float: left;
    width: 100%;
    /*height: 150px;*/
    height: 100%;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 5px; */
    background: #d7d7d7;
    box-shadow: inset 0 0 3px #777;
    -moz-box-shadow: inset 0 0 3px #777;
    -webkit-box-shadow: inset 0 0 3px #777;
}

.media-content .date,
.box-middle.thumb-ito .thumbnail .caption p,
.thumb-ito.vid-pic .thumbnail .caption p {
    /*float: left;*/
    width: 100%;
    color: #b1afaf;
    padding-bottom: 5px;
    font-size: 12px;
}

/*--------- Slide ----------*/

.slider .owl-one {
    /*margin-bottom: -30px;*/
}

.slider .owl-one.owl-theme .owl-nav {
    /*margin-top: -30px;*/
}

.slider .owl-one i {
    font-size: 57px;
}

.slider-img {
    position: relative;
    width: 100%
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider .owl-theme .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 0;
}

.slider .owl-theme .owl-nav,
.slide-vid-pic.owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

/* .slider .owl-one.owl-theme .owl-nav .owl-prev,
.slider .owl-insight.owl-theme .owl-nav .owl-prev, */
.slider #sync2.owl-theme .owl-nav .owl-prev,
.slide-vid-pic.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 17%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transform: translate(0, -50%);
}

/* .slider .owl-one.owl-theme .owl-nav .owl-next,
.slider .owl-insight.owl-theme .owl-nav .owl-next, */
.slider #sync2.owl-theme .owl-nav .owl-next,
.slide-vid-pic.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 17%;
    padding: 0;
    margin: 0;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transform: translate(0, -50%);

}

/* .slider .owl-one.owl-theme .owl-nav .owl-prev:hover,
.slider .owl-one.owl-theme .owl-nav .owl-next:hover,
.slider .owl-insight.owl-theme .owl-nav .owl-prev:hover,
.slider .owl-insight.owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-decoration: none;
    color: #fff000;
} */

.slider #sync2.owl-theme .owl-nav .owl-prev {
    left: -3%;
}

.slider #sync2.owl-theme .owl-nav .owl-next {
    right: -3%;
}

.slide-vid-pic.owl-theme .owl-nav .owl-prev {
    left: -5%;
}

.slide-vid-pic.owl-theme .owl-nav .owl-next {
    right: -5%;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 7px;
    margin: 4px 5px;
    background: #fff;
    border-radius: 0px;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

/* .slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff000 !important;
    border: 2px solid #fff000;
}

.slider .owl-theme .owl-carousel .owl-item img {
    width: 100%;
} */

/* .slider .owl-insight i,
.slider .owl-featured1 i, */
#sync2 i,
.slide-vid-pic .owl-nav i {
    font-size: 50px;

}

/* .slider .owl-featured1.owl-theme .owl-nav .owl-prev,
.slider .owl-featured1.owl-theme .owl-nav .owl-next {
    color: #fff000;
}

.slider .owl-insight.owl-theme .owl-nav {
    position: relative;
    width: 175px;
    float: right;
    top: -50px;
} */

.owl-nav [class^="fa-"]:before,
.owl-nav [class*=" fa-"]:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 2px 2px 12px #3B3B3B; */
    ;
}

/* .owl-products.owl-theme .owl-nav .disabled,
.owl-gallery.owl-theme .owl-nav .disabled, */
#sync2.owl-theme .owl-nav .disabled,
.slide-vid-pic.owl-theme .owl-nav .disabled {
    display: none !important;
}

#sync2 .current img {
    opacity: .47;
}

#sync2 .item .slider-img {
    height: 100%;
    overflow: hidden;
}

#sync2 .current {
    background-color: rgb(135, 139, 135);
    width: 100%;
    height: 100%;
}

.flex-caption {
    width: 100%;
    padding: 3%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .7) 100%);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
}



.flex-caption h1 {
	font-family: "Roboto", Arial, sans-serif, Helvetica;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 34px;
    font-weight: 300;
    ;
    line-height: 1.1;
    letter-spacing: 0;
}

.flex-caption a:hover {
    text-decoration: none;
}

.flex-caption h1,
.flex-caption p {
    /* margin: 0!important; */
}

.flex-caption .label {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
}

.flex-caption .label a {
    color: #fff;
    text-transform: uppercase;
}

/*--------- Tabs -----------*/

.tabs.itoday-tab .nav-tabs {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Conv_FjallaOne-Regular', sans-serif;
    font-size: 16px;
}

.nav-tabs.nav-justified>li.active>a,
.nav-tabs.nav-justified>li.active>a:focus,
.nav-tabs.nav-justified>li.active>a:hover {
    border-bottom: 4px solid #ff0000;
    color: #ff0000;
    text-transform: uppercase;
}

.tabs.itoday-tab {
    position: relative;
}

.nav>li>a {
    padding: 10px;
}

.nav-tabs.nav-justified {
    position: relative;
    background: white;
    z-index: 1;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: none;
}








.todo li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    clear: both;
    display: inline-block;
    padding: 5px 0 10px 0;
}

.todo li:first-child {
    padding-top: 10px;
}

.todo li a {
    padding-left: 25px;
    float: left;
    overflow: hidden;
    color: #262626;
    font-size: 17px;
    font-weight: 300;
}

.todo li a:hover {
    color: #f15e5e;
    text-decoration: none;
}



.todo-number {
    text-align: center;
    height: 15px;
    width: 15px;
    position: absolute;
    color: #c31818;
    left: 0;
    top: 0;
    margin-top: 5%;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2b2b2b;
}
/*

.todo-number {
    text-align: center;
    height: 15px;
    width: 15px;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    margin-top: 10px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #f0e349;
}
*/
li a:hover .todo-number {
    /* color: #a70f0f;
    background: white;
    border: 1px solid #a70f0f; */
}

section.box-middle {
    background-color: #000000;
    padding: 15px;
}

.box-middle .thumbnail {
    background-color: #404040;
}

.box-middle.thumb-ito .thumbnail a {
    color: #ffffff;
}

/*--------- Thumbnail -----------*/

.thumb-ito .thumbnail a {
    color: black;
}
/***
.thumb-ito .thumbnail h4 {
    font-size: .95em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}
**/

.thumb-ito .thumbnail h4 {
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 300;
}




.thumb-ito h4 {
    font-weight: 300;
}

.thumb-ito .thumbnail p {
    color: #5f5f5f;
    /*margin-bottom: 5px;*/
    line-height: 14px;
    font-size: 10px;
}

.thumb-ito .thumbnail {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.thumb-ito.vid-pic .thumbnail {
    border: none;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.thumb-ito .thumbnail .caption {
    min-height: 115px;
    height: auto;
    overflow: hidden;
}

.thumb-ito .thumbnail .caption h5 {
    margin: 0;
    padding-bottom: 5px;
}

.list-sidebar li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
}


.list-sidebar li>a {
    font-size: 18px;
    color: #2d2c2c;
}


/*--------- box ----------*/

.box1 {
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-family: 'Conv_FjallaOne-Regular', sans-serif;
}

.box1 .pd {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.box1 .lab {
    line-height: 18px;
    font-size: 14px;
}

.box1 .white-box {
    background: white;
    padding: 15px;
}

.utility-icons {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.utility-icons>li {
    float: left;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
}

.utility-icons>li:first-child {
    margin-left: 0;
}

.utility-icons>li>a>[class^="icon-"]:before,
.utility-icons>li>a>[class*=" icon-"]:before {
    line-height: 42px;
}

.utility-icons>li>a {
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 17px;
    display: block;
    text-align: center;
    border-radius: 0;
}

.social-icons-colored li a:hover {
    color: #fff;
    background: #dd2c00 !important;
}

.social-icons-colored li.facebook a {
    background: #3B5998;
}

.social-icons-colored li.twitter a {
    background: #00ACED;
}

.social-icons-colored li.youtube a {
    background: #CD332D;
}

.social-icons-colored li.rss a {
    background: #f7941d;
}


/*--------- foto -----------*/

.grid figure {
    position: relative;
    overflow: hidden;
    /* margin: 15px 0; */
    background: #000;
    text-align: left;
    cursor: pointer;
}

.thumb-ito .thumbnail.grid figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: auto%;
    max-width: 100%;
    opacity: 0.6;
}

.grid figure figcaption,
.grid figure .caption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.grid figure figcaption .fa {
    top: 10px;
    right: 10px;
    position: absolute;
}

.grid figure figcaption>a {
    z-index: 10;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}

.grid figure h4,
.grid figure p {
    margin: 0;
}

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico:hover img {
    opacity: 1;
    /* -webkit-transform: scale(1);
    transform: scale(1); */
}

figure.effect-chico figcaption,
figure.effect-chico .caption {
    padding: 15px;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
    padding: 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*--------- detail artikel ------------*/

.cont .breadcrumb>li+li:before {
    padding: 0px;
}
.cont ul.breadcrumb a {
    font-size: 12pt;
}

.breadcrumb_ {
    padding: 0px;
    background: #f5f5f5;
    text-transform: uppercase;
    list-style: none;
    overflow: hidden;
}

.breadcrumb_>li+li:before {
    padding: 0;
}

.breadcrumb_ li {
    float: left;
}

.breadcrumb_ li.active a {}

.breadcrumb_ li.completed a {
    background: #333333;
    color: white;
    cursor: pointer;
}

.breadcrumb_ li.completed a:after {
    border-left: 30px solid #333333;
}

.breadcrumb_ li a {
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    padding: 7px 0 7px 45px;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb_ li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb_ li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb_ li:first-child a {
    padding-left: 15px;
}

.breadcrumb_ li a:hover {
    background: #fff000;
    color: white;
}

.breadcrumb_ li a:hover:after {
    border-left-color: #fff000 !important;
}

.entry-box .entry-content .post h1 {
    margin-top: 0;
    margin-bottom: 14px;
}

.entry-box .entry-content .post p {
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 14px;
  font-weight: 400;
}


.entry-box .entry-content .sharing-box {}

.entry-box .entry-content .sharing-box ul {
    margin: 0;
    padding: 0;
}

.entry-box .entry-content .sharing-box ul li {
    float: left;
    margin: 10px 10px 0 0;
    list-style: none;
}

.entry-box .entry-content .sharing-box ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
}

.entry-box .entry-content .sharing-box ul li a i {
    line-height: 34px;
    width: 34px;
    font-size: 18px;
    margin: 0 !important;
}

.entry-box .entry-content .sharing-box ul li a span {
    display: block;
    padding: 0 10px;
}

.entry-box .entry-content .sharing-box ul li.facebook-icon a {
    background-color: #1a60df;
}

.entry-box .entry-content .sharing-box ul li.facebook-icon a i {
    background-color: #03399c;
}

.entry-box .entry-content .sharing-box ul li.twitter-icon a {
    background-color: #42b6e1;
}

.entry-box .entry-content .sharing-box ul li.twitter-icon a i {
    background-color: #039ad2;
}

.entry-box .entry-content .sharing-box ul li.gplus-icon a {
    background-color: #d51e27;
}

.entry-box .entry-content .sharing-box ul li.gplus-icon a i {
    background-color: #bc010a;
}

.entry-box .entry-content .sharing-box ul li.sharing-text:after {
    content: '/';
    font-size: 40px;
    font-weight: normal;
    line-height: 0;
    padding-left: 10px;
}

.entry-box .entry-content .sharing-box ul li.sharing-text {
    font-family: "Lato", sans-serif;
}

.entry-box .entry-content .sharing-box ul li.sharing-text p {
    margin: 0 0 1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.entry-box .entry-content .sharing-box ul li.sharing-text span {
    color: #777 !important;
}
/*tambahan www*/

.entry-box .entry-content ul li {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px !important;
	line-height: 1.42857143;
	color: #333;
}

.entry-box .entry-content .post .post-info p {
    font-size: 14px;
}

.entry-box .entry-content .post .post-info p span {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-box .entry-content .post .post-info a {
    color: red;
}

news-tags {
    position: relative;
    float: left;
    width: 100%;
}

.news-tags .fa {
    font-size: 16px;
    line-height: 20px;
    padding-right: 7px;
    padding-top: 2px;
}

.news-tags a {
    border: 1px solid #ccd6dd;
    font-size: 13px;
    line-height: 30px;
    color: #8899a6;
    border-radius: 5px;
    padding: 4px 6px;
    margin: 0px 4px;
    background: #e1e8ed;
}

.news-tags a:hover {
    background: #292f33;
    color: #fff;
    border: 1px solid #292f33;
    text-decoration: none;
}

.tags a {
    font-weight: 700;
}

.tags a span {
    color: #d9534f;
    padding-right: 5px;
    font-size: 16px;
    line-height: normal;
}


/*--------- video -----------*/

.box-video {
    position: relative;
    background: #000;
}

.box-video img {
    opacity: 0.7;
}

.box-video-icon {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    border: 3px solid #fff;
    color: #fff
}

.box-video-icon i {
    margin: 0;
    display: block;
    width: 40px;
    height: 38px;
    line-height: 38px;
}

.logo img {
    width: 270px;
    max-width: 270px;
    height: auto;
}

/*------- Login/Register --------*/

.login-register {
    position: absolute;
    top: 0;
    right: 0;
}

.login-register a {
    color: black;
    font-weight: 700;
}

.login-register a:hover,
.login-register a:focus {
    color: #ed1b24;
    text-decoration: none;
}

.login-register ul.list-inline>li {
    border-right: 1px solid #d7d7d7;
    padding: 0 10px;
}

.login-register ul.list-inline>li:last-child {
    border-right: none;
    padding-right: 0;
}

.addon-facebook {
    background-color: #345387;
    border: none;
    border-radius: 2px 0px 0px 2px;
    color: #fff;
}

.btn-facebook,
.btn-facebook:hover {
    background-color: #4b6ea9;
    color: #fff;
    border-radius: 0px 2px 2px 0px;
    font-size: 15px;
}

.addon-twitter {
    background-color: #00c6e9;
    border: none;
    border-radius: 2px 0px 0px 2px;
    color: #fff;
}

.btn-twitter,
.btn-twitter:hover {
    background-color: #00d7fa;
    color: #fff;
    border-radius: 0px;
    font-size: 15px;
}

/*-- Slide news ---*/

/* #slidebox {
    width: 325px;
    height: auto;
    padding: 10px;
    position: fixed;
    bottom: 10%;
    right: -400px;
    z-index: 3;
}

#slidebox h3 {
    color: #fff;
    font-size: 18px;
    background: #000;
    padding: 10px;
    margin: 0 0 10px 0;
}

#slidebox .close {
    color: white;
    opacity: 1;
    padding: 10px;
}

#slidebox .thumb-post {
    width: 100px;
}

#slidebox .thumb-post img {
    width: 100px;
} */


/*--------- Footer -----------*/

footer {
    margin: 10px 0;
}

footer a {
    color: #eaeaea;
}

.grey {
    color: #8e8f8e;
}

/* footer p,
footer a,
footer .list-unstyled a {
    font-size: 11px;
    line-height: 14px;
} */

.copyright {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #d9d6d6;
    padding-top: 15px;
    padding-bottom: 15px;
	    background-color: #fffdfd;

}


/*-------- experiment --------*/

.sidebar_area {}

.sidebar_area .widget:last-child {
    margin-bottom: 0
}

.sidebar_area .thumbnail {
    padding: 0 0 10px 0;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
}

.sidebar_area .thumbnail .media-heading a {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
}


.load-update {
    float: right;
    width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar {
    float: left;
    width: 33.33333333%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
	
	    font-weight: 400;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.sidebar-rev {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    float: none;
    color: red;
}


/*----------- detail foto --------------*/

.detail-gallery .article-info {
    float: left;
    width: 100%;
    color: #CACACA;
    margin: 10px auto 20px;
}

.detail-gallery .article-info .author {
    display: inline-block;
    margin-right: 10px;
}

.detail-gallery .article-info a {
    color: #C1272D;
}

.detail-gallery .article-info .twitter-account {
    color: #0071BC
}

.detail-gallery .article-sharer .total-share {
    float: left;
    color: #fff;
    margin: 0px;
    padding: 0px;
    border-bottom: 0
}

.detail-gallery .article-sharer .total-share span {
    color: #fff;
    margin-bottom: 3px
}

.detail-gallery .gallery-navigation {
    float: left;
    width: 100%;
    padding: 0px 2%;
    margin: 0px auto;
    background-color: #333;
    position: relative
}

.detail-gallery .gallery-navigation .indicator {
    cursor: default;
    position: relative;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    padding: 13px 0px 13px;
    z-index: 1
}

.detail-gallery .gallery-navigation .indicator strong {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
    font-style: normal
}

.detail-gallery .gallery-navigation .button-view-all,
.detail-gallery .gallery-navigation .button-view-list {
    float: right;
    color: #fff;
    padding: 13px 0px 13px
}

.detail-gallery .gallery-navigation .button-view-all .icon-grid,
.detail-gallery .gallery-navigation .button-view-all .icon-lines,
.detail-gallery .gallery-navigation .button-view-list .icon-grid,
.detail-gallery .gallery-navigation .button-view-list .icon-lines {
    float: left;
    margin-top: 1px;
    margin-right: 6px
}

.detail-gallery .gallery-navigation .button-view-all .icon-lines,
.detail-gallery .gallery-navigation .button-view-list .icon-lines {
    -webkit-filter: brightness(1.8);
    filter: brightness(1.8)
}

.detail-gallery .gallery-navigation .button-view-all:hover,
.detail-gallery .gallery-navigation .button-view-list:hover {
    color: #F2F2F2
}

.detail-gallery .gallery-navigation .divider {
    float: right;
    width: 1px;
    height: 30px;
    margin: 9px 10px;
    background-color: rgba(255, 255, 255, 0.2)
}

.detail-gallery .gallery-swiper {
    float: left;
    width: 100%;
    margin: 0px auto 20px
}

.detail-gallery .swiper-slide {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-inline-box;
    display: -webkit-inline-box;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.detail-gallery .swiper-button-disabled {
    display: none
}

.detail-gallery .gallery-slide .article-thumbnail {
    position: relative;
    float: left;
    width: 700px;
    height: 500px;
    overflow: hidden;
    background-color: #444;
    margin: 0px auto
}

.detail-gallery .gallery-slide .article-thumbnail img {
    width: auto;
    height: auto;
    max-height: 500px;
    max-width: 700px;
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.detail-gallery .gallery-slide .article-thumbnail iframe {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.detail-gallery .gallery-slide .image-source {
    float: left;
    width: 100%;
    margin: 10px 3% 0px;
    font-size: 12px;
    font-style: italic;
    font-family: "Lato", Arial, sans-serif, Helvetica;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #666;
}

.detail-gallery .gallery-slide .article-excerpt {
    width: 94% !important;
    margin: 20px 3% 0px;
    text-align: left;
}

.detail-gallery .gallery-slide .article-excerpt h2 {
    float: left;
    width: 100%;
    line-height: 1.5em;
    padding: 0px 20px;
}

.detail-gallery .image-navigation {
    position: absolute;
    top: 230px;
    z-index: 2;
    background: #ed1b24;
    padding: 15px;
}

.detail-gallery a.image-navigation {
    color: #fff;
}

.detail-gallery .image-navigation:hover {
    background-color: #1A1A1A
}

.detail-gallery .button-previous {
    left: 0
}

.detail-gallery .button-next {
    right: 0
}

.detail-gallery .gallery-grid {
    float: left;
    width: 100%;
    margin: 10px auto 20px;
    position: relative
}

.detail-gallery .gallery-grid .image-list {
    cursor: pointer;
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2
}

.detail-gallery .gallery-grid .image-list:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 100%;
    left: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition: 300ms linear;
    transition: 300ms linear;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%)
}

.detail-gallery .gallery-grid .image-list:hover:before {
    top: 50%
}

.detail-gallery .gallery-grid .image-list:nth-child(4n) {
    margin-right: 0px !important
}

.detail-gallery .gallery-grid .image-list img {
    display: block;
    min-height: 170px
}

.detail-gallery .gallery-single,
.detail-gallery .gallery-list,
.detail-gallery .gallery-all {
    display: none
}

.detail-gallery .gallery-all .gallery-list-all .article-thumbnail {
    display: inline-block;
    position: relative;
    float: none;
    width: 980px;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    margin: 0px auto
}

.detail-gallery .gallery-all .gallery-list-all .article-thumbnail img {
    width: auto;
    height: auto;
    display: block;
    margin: 0px auto
}

.detail-gallery .gallery-all .gallery-list-all .image-source {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
    font-size: 12px;
    font-style: italic;
    font-family: "Lato", Arial, sans-serif, Helvetica;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #666
}

.detail-gallery .gallery-all .gallery-list-all .article-excerpt {
    width: 100% !important;
    margin: 20px 0px 0px
}

.detail-gallery .gallery-all .gallery-list-all .article-excerpt h2 {
    float: left;
    width: 100%;
    line-height: 1.5em;
    padding: 0px 20px
}

.detail-gallery .active-gallery {
    display: block
}

.detail-gallery-single {
    margin-top: 20px
}

.detail-gallery-single .gallery-single .gallery-slide .article-thumbnail {
    width: 100%
}

.detail-gallery-single .gallery-list .gallery-grid .image-list:nth-child(4n) {
    margin-right: 6px !important
}

.detail-gallery-single .gallery-all .gallery-list-all .image-source {
    color: #ccc
}

.detail-gallery-single .gallery-all .gallery-list-all .article-excerpt p {
    color: #ccc
}

.article-excerpt p {
    font-size: 18px;
    line-height: 1.5em;
}

ul.pgwSlider>li,
.pgwSlider>.ps-list>li {
    font-size: 12px !important;
}

.pgwSlider.narrow .ps-current {
    font-size: 18px !important;
}


/*-- tabs vertical ---*/

.tabs-vertical-env {
    margin-bottom: 20px;
}

.tabs-vertical-env:before,
.tabs-vertical-env:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.tabs-vertical-env:after {
    clear: both;
}

.tabs-vertical-env .tabs-vertical {
    margin-bottom: 0;
}

.tabs-vertical-env .tabs-vertical+.tab-content {
    margin-bottom: 0;
}

.tabs-vertical {
    float: left;
    background: #f5f5f6;
    width: 20%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.tabs-vertical>li {
    border-bottom: 1px solid #ebebeb;
}

.tabs-vertical>li:first-child>a {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.tabs-vertical>li:last-child {
    border-bottom: 0;
}

.tabs-vertical>li:last-child>a {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}

.tabs-vertical>li:hover>a {
    background-color: rgba(255, 255, 255, 0.3);
    color: #586376;
}

.tabs-vertical>li.active>a {
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #373e4a;
}

.tabs-vertical>li.active>a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 13px;
    border-color: transparent transparent transparent #ebebeb;
    top: 0;
    right: -1px;
    margin-right: -12px;
    margin-top: -1px;
}

.tabs-vertical>li.active>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #fff;
    top: 2px;
    right: 0;
    margin-right: -12px;
    margin-top: -1px;
}

.tabs-vertical+.tab-content {
    float: right;
    width: 80%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tabs-vertical.right-aligned {
    float: right;
}

.tabs-vertical.right-aligned>li.active>a:before,
.tabs-vertical.right-aligned>li.active>a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
}

.tabs-vertical.right-aligned>li.active>a:before {
    left: -13px;
}

.tabs-vertical.right-aligned>li.active>a:after {
    left: -12px;
}

.tabs-vertical.right-aligned+.tab-content {
    padding-right: 25px;
    padding-left: 0;
}

.user-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-info:before,
.user-info:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.user-info:after {
    clear: both;
}

.user-info>li {
    float: left;
    margin-right: 2.5px;
}

.user-info>li.profile-info {}

.profile-info.dropdown>a {
    color: #2b303a;
    text-decoration: none;
    font-size: 14px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.profile-info.dropdown>a:hover {
    color: #818da2;
}

.profile-info.dropdown>a img {
    border: 2px solid #f5f5f5;
    margin-right: 5px;
}

.profile-info.dropdown .dropdown-menu {
    background-color: #303641;
    border-color: #454a54;
    padding: 0;
    margin-top: 15px;
    z-index: 9999;
    width: 100px;
}

.profile-info.dropdown .dropdown-menu>.caret {
    position: absolute;
    left: 20px;
    top: -7px;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-bottom-color: #454a54;
    margin-left: -2px;
}

.mob .dropdown .dropdown-menu li {
    color: #aaabae;
    font-size: .9em;
    padding: 0;
}

.mob .dropdown .dropdown-menu li a {
    color: #aaabae;
    padding: 10px 15px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mob .dropdown .dropdown-menu li a i {
    margin-right: 5px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mob .dropdown .dropdown-menu li a:hover {
    background-color: #2b303a;
    color: #ffffff;
}

.mob .dropdown .dropdown-menu li a:hover i {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* .mob .dropdown .dropdown-menu>li {
    border-bottom: 1px solid #454a54;
} */

/* .mob .dropdown .dropdown-menu>li>a {
    display: block;
    min-width: 100px;
} */

.mob .dropdown .dropdown-menu>li:last-child {
    border-bottom: 0;
}

.mob .dropdown.pull-right {
    text-align: right;
}

.mob .dropdown.pull-right>a img {
    margin-left: 5px;
    margin-right: 0;
}

.mob .dropdown.pull-right .dropdown-menu {
    background-color: #303641;
    border-color: #454a54;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.mob .dropdown.pull-right .dropdown-menu>.caret {
    left: auto;
    right: 20px;
}

/* Social Profile */

.social-top {
    height: 180px;
    padding: 20px 30px;
    border-bottom: 60px solid #fff;
    position: relative;
    background: url(../img/socialbg.jpg);
    background-size: cover;
}

.social-top .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    border: 4px solid #fff;
}

.social-top .name {
    margin: 0;
    color: #fff;
    bottom: 5px;
    position: absolute;
    left: 140px;
    top: 10px;
    font-size: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.social-top .name .btn {
    margin-left: 6px;
    text-shadow: none;
}

.social-top .profile-text {
    position: absolute;
    margin: 0;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
    top: 85px;
    left: 140px;
}

.social-top .profile-left {
    position: absolute;
    width: 90%;
    bottom: -52px;
}

/*--------- Featured -----------*/
#example1 {
    border: 2px solid black;
    padding: 25px;
    /* background: url(../img/foto1.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
}

#example2 {
    border: 2px solid black;
    padding: 25px;
    background: url(../img/foto1.jpg);
    background-repeat: no-repeat;
    background-size: 300px 100px;
}

.featured {
    background-color: #000;
    height: 300px;
    overflow: hidden;
}

.featured .column {
    width: 100%;
    margin: 0;
}

.featured .column:first-child {
    width: 60%;
}

.featured .column:first-child h4 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3;
}

.featured .column:first-child .meta__user,
.featured .column:first-child .meta__timestamp {
    font-size: 0.9em;
}


.featured .column {
    margin: 0 0 30px;
}

.featured__content {
    position: relative;
    margin-bottom: 0;
}

.featured__content .thumb {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.featured .column:first-child .featured__content .thumb {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.featured__content .tinggi {
    height: 100%;
}

.featured__content img {
    width: 100%;
    height: auto;
}

.featured__content .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
}

.featured__content h4,
.featured__content .meta__user,
.featured__content .meta__timestamp {
    color: #FFF;
}

.featured__content h4 {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 700;
    margin-top: 0.1em;
}

.featured__content .meta__user,
.featured__content .meta__timestamp {
    font-size: 0.7em;
    display: inline-block;
}

.featured__content .meta__timestamp {
    margin-left: 0;
}

.featured__content .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    opacity: 0.5;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.featured__content:hover .shadow {
    opacity: 0.2;
}

.column,
.columns {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.column,
.columns {
    margin-left: 4%;
}

.column:first-child,
.columns:first-child {
    margin-left: 0;
}

.featured .column {
    margin: 0;
    width: 40%;
}

.label-footer {
    color: #564f4f;
    margin-top: 20px;
    font-size: +20px;
    border-top: 1px solid #d9d6d6;
    //border-bottom: 1px solid #d9d6d6;
    padding-top: 15px;
    padding-bottom: 0px;
}

a.link-network {
    color: #fff;
}

/* Responsive Styles */

@media(max-width:991px) {}

@media(max-width:767px) {
    .load-update {
        position: relative;
        width: 100%;
        float: none;
    }
}


.paginationxx {
    display: inline-block;
  }
  
  .paginationxx a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
  }
  
  .paginationxx a.active {
    background-color: #e9ecef;
    color: #000;
    border: 1px solid #000;
  }
  
  .paginationxx a:hover:not(.active) {background-color: #ddd;
  
  
                
/*hide iklan adsense jika unfilled*/
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
/*end hide iklan adsense jika unfilled*/


/*style syarat iklan google
.sibanner728x90{
    height: 120px;
    width: 100%;
    bgcolor: #aca2a2;
    background: #c9c8c8;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sibanner300x250{
    height: 320px;
    width: 100%;
    bgcolor: #aca2a2;
    background: #c9c8c8;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*end style syarat iklan google*/

