﻿@font-face {
    font-family: roboto-light;
    src: url("https://forestsnews.cifor.org/wp-content/themes/CIFOR2.0/fonts/Roboto-Light.ttf");
}

.header-main {
    color: #FFFFFF;
}

.header-main__top {
    min-height: 30px;
    background: #597a50;
}

.header-main__top a {
    color: #FFFFFF;
}

ul.header-main__top--list, ul.header-main__top--lang {
    margin: 0px;
    padding: 0px;
    height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

ul.header-main__top--list li {
    list-style: none;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

ul.header-main__top--list li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.header-main__top--right {
    float: right;
    text-align: right;
}

ul.header-main__top--lang li {
    list-style: none;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
}

ul.header-main__top--lang li.active a {
    color: #98ad93;
}

ul.header-main__top--lang li:last-child {
    padding-right: 0px;
}

.sticky-wrapper {
    height: auto !important;
}

.header-main__menus {
    background: #864343;
    min-height: 65px;
    padding-bottom: 0px;
}

.header-main__menus .row {
    position: relative;
}

.is-sticky .header-main__menus {
    width: 100%;
    z-index: 10;
}

.header-main__menus.header--single {
    display: none;
}

.logo {
    line-height: 65px;
}

.logo img {
    height: 30px;
}

.logo a, .main-menus__nav ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.logo__text {
    font-family: 'Open sans', arial;
    font-size: 36.5px;
    line-height: 65px;
    font-weight: bold;
}

.logo__text.logo__text_es h1{
    font-size: 31.5px;
}

.logo__text span {
    color: #c7a158;
}

.main-menus__nav {
    float: right;
    margin-right: 60px;
}

.main-menus__nav ul {
    margin: 0px;
    padding: 0px;
    min-height: 65px;
}

.main-menus__nav ul li {
    line-height: 65px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    float: left;
    padding: 0 15px;
}

/* search */

.button-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    background: rgb(134, 67, 67);
}

.scrolled-search .input-icon.right .button-search {
}

.search-box {
    position: absolute;
    /* text-align: center; */
    right: 0;
    line-height: 65px;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
    color: #FFFFFF;
    border-left: 2px solid rgba(255, 255, 255, 0.16);
    z-index: 10;
    width: 100%;
}

.search-form-click {
    display: none;
    position: absolute;
    background-color: rgb(134, 67, 67);
    width: 100%;
    height: 55px;
    top: 0px;
    right: 0px;
    z-index: 2;
    padding: 0;
}

.search-form-click input {
    /*line-height: 30px;*/
    height: 65px;
    background-color: transparent;
    border-bottom: 0px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    padding: 0px 15px;
    border: 0px;
    font-weight: 300;
}

.search-form-click.scrolled-search input {
    line-height: 40px;
    height: 55px;
}

.button-search .fa-search, .button-search .fa-times {
    padding: 12px 20px;
    /*border-left: 2px solid #B36565;*/
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 11px;
}

.input-icon.right > i {
    color: #FFFFFF;
    font-size: 28px;
    cursor: pointer;
}

.input-icon.right .button-search {
    /* float: right; */
    position: absolute;
    right: 0;
    line-height: 42px;
}

.search-form-click input::-webkit-input-placeholder {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    padding-top: 5px;
    font-weight: 300;
}

.search-form-click input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

.search-form-click input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

.search-form-click input:-ms-input-placeholder {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

/* header single article */

.now-reading {
    line-height: 65px;
    font-size: 18px;
    font-family: 'Roboto';
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0px;
    padding-left: 15px;
}

.now-reading__title {
    padding-right: 10px;
    float: left;
    max-width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px
}

.now-reading__article {
    float: left;
    max-width: 480px;
    position: relative;
    height: 55px;
    overflow: hidden;
    font-weight: 300;
}

/*
.now-reading__article:after {
    content: '';
    position: absolute;
    height: 65px;
    width: 300px;
    right: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzg0NWM2NiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjQzNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(79%, rgba(132, 92, 102, 0)), color-stop(100%, #864343));
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}
*/

.now-reading__sosmed {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    right: 60px;
    background: #864343
}

.now-reading__sosmed a {
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.now-reading__sosmed span {
    cursor: pointer;
}

.now-reading__sosmed-share {
    display: none;
    position: absolute;
    background-color: #C9A252;
    width: 326px;
    left: 0;
    padding: 0 30px;
    border-radius: 0 0 10px 10px;
    line-height: 50px;
}

.now-reading__sosmed_single {
    line-height: 60px;
}

.now-reading__sosmed_single-share {
    display: none;
    /*position: relative;*/
    background-color: #fff;
    /*width: 326px;*/
    /*right: 0;*/
    /*border-radius: 0 0 10px 10px;*/
    line-height: 40px;
    padding-bottom: 0px;
    margin-left: 90px;
}

.header--single .button-search .fa-search {
    border-left: 0px;
}

.ss_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #EAEAEA;
    cursor: pointer;
}

.ss_icon.btn-facebook:hover {
    background-color: #3b5998;
    color: #FFFFFF;
}

.ss_icon.btn-twitter:hover {
    background-color: #00acee;
    color: #FFFFFF;
}

.ss_icon.btn-googleplus:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.ss_icon.btn-linkedin:hover {
    background-color: #438CD2;
    color: #FFFFFF;
}

.ss_icon.btn-stumbleupon:hover {
    background-color: #77B177;
    color: #FFFFFF;
}

.ss_icon.btn-reddit:hover {
    background-color: #3b5998;
    color: #FFFFFF;
}

/* slider ======== */

.slider-news {
    margin-bottom: 17px;
    min-height: 465px;
}

.slider-news #carousel .carousel-inner .item .caption {
    background: #1d1515;
    height: 400px;
}

.slider-news #carousel .carousel-inner .item img {
    height: 400px;
}

/*
.caption-last {
    width: 50px;
    height: 370px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    z-index: 5;
    right: -50px;
    border-bottom: 624px solid #1d1515;
    border-right: 50px solid transparent;
}
*/

.caption-last {
    border-right: 5px solid #1D1515;
    position: absolute;
    top: 0;
    right: -3px;
    height: 400px;
    z-index: 5;
}

#carousel .caption .description {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-style: italic;
    /* max-height: 95px; */
    overflow: hidden;
}

#carousel .caption .description:before {

}

#carousel .caption .title {
    font-family: 'Roboto', arial;
    font-weight: bold !important;
    font-size: 25px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #614B4B;
}

.author-blog {
    font-weight: 900;
    font-family: 'Roboto';
    font-size: 13px;
    color: #898989;
    font-style: normal;
}

.read-this {
    margin-top: 15px;
    font-weight: bold;
    font-size: 12px;
}

.read-this-icon {
    border: 1px solid #47704e;
    padding: 1px 6px 2px 8px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 5px;
    color: #47704e;
}

.slider-news #carousel .carousel-inner {
    height: 400px;
}

.caption-text {
    height: 90px;
}

#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #eee;
}

#myCarousel .nav a {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", arial;
    font-weight: bold;
    line-height: 1.4em;
}

h1, .h1 {
    font-size: 50px;
    margin-top: 0;
}

p {
    margin: 15px 0 20px 0;
}

/* control slide */

#carousel .controls {
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    background: #f5f5f5;
}

#carousel .controls li {
    border-bottom: 3px solid #444;
    width: 275px; /*35%;*/
}

#carousel .nav > li.active {
    background: #eee;
}

.nav > li > a:hover {
    background: transparent;
}

.nav > li:hover {
    background: #eee;
    cursor: pointer;
}

#carousel .controls li .section-content {
    margin-bottom: 0px;
}

#carousel .controls li:nth-child(2) {
    width: 297px /*34%;*/
}

#carousel .controls li .section-category .title {
    font-size: 14px;
    line-height: 19px;
}

#carousel .controls li.active .section-category .title {
    color: #ffffff;
}

#carousel .controls li.active .section-category .category {
    color: #c6c6c6;
}

#carousel .controls li:first-child {
    border-left: 0px;
}

#carousel .controls li {
    border-left: 1px solid #E0E0E0;
    display: table-cell;
    height: 100%;
}

#carousel .controls li.active {
    background-color: #707070;
    border-bottom: 3px solid #ed0606;
}

#carousel .controls .section-category {
    margin-bottom: 5px;
}

.carousel-inner .item {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 300ms;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 300ms;
    animation: fadeIn ease-in 300ms;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    animation-duration: 300ms;
}

.carousel-inner .item .active {

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

}

/* section category */

.section-category {
    position: relative;
}

.section-category .title {
    font-family: "Roboto", arial;
    font-size: 17px;
    font-weight: bold;
    color: #171717;
    line-height: 22px;
}

.section-category .title:hover {
    color: #737373;
}

.section-category .info {
    margin-bottom: 5px;
}

.section-category .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.section-category .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.section-category .section-excerpt {
    margin-top: 10px;
    /* font-family: "PT Serif", serif; */
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
}

.section-category .section-content-featured h1.title {
    font-family: "Roboto", arial;
    font-size: 28px;
    font-weight: bold;
    color: #171717;
    line-height: 1.2em;
    margin: 0px;
}

.section-category .section-content-featured .info {
    margin-bottom: 5px;
}

.section-category .section-content-featured .section-excerpt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}

.section-category .section-content-featured .thumb-featured {
    margin-bottom: 25px;
}

.mbxxl {
    position: relative;
}

.mbxxl:before {
    position: absolute;
    right: 25%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
}

.topic-post__title h1 {
    font-size: 48px;
}

#category-topics-bottom {
    position: relative;
}

#category-topics-bottom:before {
    position: absolute;
    left: 32%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
}

#category-topics-bottom:after {
    position: absolute;
    right: 34%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
    top: 0;
}

.cf-bump {
    position: relative;
    background-color: #ffffff;
    width: 96%;
    padding-right: 10px;
    margin-top: -98px;
    padding-top: 15px;
    /* margin-bottom: 15px; */
}

.hot-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.media .media-heading .title:hover, .category-topics-list .media .media-heading .title:hover, .popular-topics-list .media .media-heading .title:hover {
    color: #737373;
}

.hot-topics-list .media .info {
    margin-bottom: 5px;
}

.hot-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.hot-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

#category-topics .category-topics-list > .media {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.category-topics-list {
    margin-top: 20px;
}

.category-topics-list .media {
    border-bottom: 0px;
    border-top: 1px dotted #D5D5D5;
    padding-top: 15px;
}

.category-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.category-topics-list .media .info {
    margin-bottom: 5px;
}

.category-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.category-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.popular-topics-list {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
}

.popular-topics-list li {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    list-style: none;
}

.popular-topics-list li:first-child > .media {
    padding-top: 0px;
    border-top: 0px;
}

.popular-topics-list li:nth-child(1) {
    border-left: 5px solid rgba(237, 6, 6, 0.8);
}

.popular-topics-list li:nth-child(2) {
    border-left: 5px solid rgba(237, 6, 6, 0.6);
}

.popular-topics-list li:nth-child(3) {
    border-left: 5px solid rgba(237, 6, 6, 0.4);
}

.popular-topics-list li:nth-child(4) {
    border-left: 5px solid rgba(237, 6, 6, 0.2);
}

.popular-topics-list li:nth-child(5) {
    border-left: 5px solid rgba(237, 6, 6, 0);
}

.popular-topics-list .media {
    border-bottom: 0px;
    border-top: 1px dotted #e5e5e5;
    padding-top: 15px;
    padding-bottom: 10px;
}

.popular-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.popular-topics-list .media .info {
    margin-bottom: 5px;
}

.popular-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.popular-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.cb-margin-top-0 {
    margin-top: 0 !important;
}

.section-category_name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ed0606;
    margin: 15px 0px;
    position: relative;
    overflow: hidden;
}

.section-category_name > a, .section-category_name > span {
    color: #ed0606;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
    z-index: 1;
}

.section-category_name > span {
    background: none;
    color: #707070;
}

.section-category_name:after {
    content: '';
    display: inline-block;
    background: url(../images/pattern/bg-heading.png) repeat;
    position: absolute;
    height: 14px;
    width: 100%;
    top: 3px;
    /* right: 0; */
    padding: 0px 15px;
    /* overflow: hidden; */
}

.border-top {
    border-top: 1px solid #dddddd;
    margin-right: -15px;
    padding-right: 15px;
}

.border-top--left {
    border-top: 1px solid #dddddd;
    margin-left: -15px;
    padding-left: 15px;
}

.border-left {
    border-left: 1px solid #dddddd;
}

.logo-text-footer {
    text-align: left;
    font-size: 21px;
    font-family: "Roboto", arial;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

.logo-text-footer a {
    color: #FFFFFF;
}

.logo-text-footer img {
    max-width: 94px;
    float: left;
    margin: -8px 5px 0px 0;
}

/*------------------------------------
  LISTS
------------------------------------*/

ul.triple {
    width: 102%;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 0px solid #ccc;
    margin-left: -2%;
}

ul.triple li {
    line-height: normal;
    border-bottom: 0px solid #ccc;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    float: left;
    background-color: #1F1F1F;
    /* line-height: 2em; */
    width: auto;
    margin-bottom: 2%;
    padding: 2%;
}

ul.triple li:hover {
    background-color: #151515;
}

ul.triple li a {
    color: #FFFFFF;
    font-weight: 300;
}

#double li {
    width: 50%;
}

.triple li {
    width: 30.33%;
}

#quad li {
    width: 25%;
}

#six li {
    width: 16.666%;
}

#footer .section-category .section-name {
    border-top: 0px solid #ffffff;
    padding-top: 0px;
    margin-bottom: 25px;
    font-family: 'Roboto Condensed', arial;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
}

.heading-subscribe {
    padding: 0 0px 10px 0;
}

/* cc desc */

.icon-cc {
    width: 30px;
    padding: 0px 0px 10px 0px;
    float: left;
}

.cc-desc {
    display: inline-block;
    /* float: left; */
    width: 80%;
    font-size: 12px;
    margin-left: 13px;
    color: #F0F0F0;
}

.cc-desc a {
    color: #818181;
}

.search-form {
    display: none;
}

.mobile-menus {
    position: absolute;
    right: 0;
    margin-top: -53px;
    color: #FFFFFF;
    padding: 0px;
    font-size: 16px;
    display: none;
    cursor: pointer;
}

.mobile-menus:hover {
    cursor: pointer;
}

/*------------------------------------
  SINGLE POST
------------------------------------*/

.post-title {
    margin-bottom: 50px;
    margin-top: 30px;
}

.post-title__sub {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22.5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #625d93;
}

.post-title__heading h1 {
    font-family: "Roboto", arial;
    font-size: 68px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0px 0 0px 0;
}

.post-title .divider-001 {
    width: 100%;
    margin-bottom: 23px;
    margin-top: 10px;
}

.post-title .divider-001:after {
    content: ' ';
    border-bottom: 1px solid #ccc;
    height: 5px;
    position: absolute;
    width: 96%;
    margin-top: 5px;
    /* background-color: #ccc; */
    margin-left: 5px;
}

.post-title .subtitle {
    font-family: "PT Serif", serif;
    font-size: 21.5px;
    line-height: 1.5em;
    font-style: italic;
    color: #7e7e7e;
}

.bc-author {
    width: 100%;
}

.bc-author__box {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.post-author__text .bc-author__box {
    padding-bottom: 0px;
}

.bc-author__thumb {
    float: left;
}

.bc-author__thumb img {
    border-radius: 100%;
}

.bc-author__name {
    width: 65%;
    float: left;
    margin-left: 10px;
}

.bc-author__name span {
    display: block;
}

.bc-author__name span.name {
    text-transform: uppercase;
    color: #4b4b4b;
}

.post-author__text .bc-author__name span.name {
    text-transform: none;
}

.bc-author__name span.twitter {
    font-weight: normal;
    font-size: 12px;
}

.bc-author__postdate {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
    color: #9f9f9f;
    margin-top: 40px;
}

.bc-author__postshare {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
    color: #9f9f9f
}

.bc-author__postshare--left {
    float: left;
}

.bc-author__postshare--right {
    float: right;
    font-weight: normal
}

.bc-author__postcomment {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
}

.bc-author__postcomment--left {
    float: left;
}

.bc-author__postcomment--right {
    float: right;
    font-weight: normal
}

.post-entry {
    font-family: "PT Serif", serif;
    font-size: 18px;
    line-height: 1.5em;
}

.post-entry ol li, .post-entry ul li {
    word-wrap: break-word;
}

.post-entry__thumb {
    margin-bottom: 20px;
}

.post-entry__thumb-caption, .wp-caption-text {
    font-family: "Roboto", arial;
    font-size: 13.5px;
    line-height: 1.5em;
    font-weight: normal;
    color: #a2a2a2;
    padding: 10px 0px;
}

.featured_image_blog .post-entry__thumb-caption, .wp-caption-text {
    padding: 10px 0px 0px 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.post-entry__thumb-caption a {
    color: #24A2B8;
}

.wp-caption-text {
    padding: 0px;
    margin-top: 10px;
}

.post-entry p > a, .post-entry p a {
    border-bottom: 0px solid #3fb34f;
    color: #24A2B8;
}

.widget {
    margin-bottom: 60px;
}

.widget.post-popular.single-widget {
    margin-right: -60px;
    z-index: 9;
}

.widget.post-popular h4 {
    font-family: "Roboto", arial;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #000;
    line-height: 40px;
}

.widget .post-popular__list {
    margin-left: 0px;
    padding-left: 0px;
}

.widget .post-popular__list li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px solid #F2F2F2;
}

.widget .post-popular__list li:first-child {
    padding-top: 0px;
}

.widget .post-popular__list-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Roboto", arial;
}

.short-link {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 0;
    font-family: "Roboto", arial;
    margin-left: -40px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.short-link__box {
    min-width: 134px;
    display: table-cell;
    vertical-align: middle;
}

.short-link__box span {
    display: block;
    padding: 10px 20px;
    background-color: #f59331;
    color: #FFFFFF;
    text-align: center;
}

.short-link__desc {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold
}

.short-image {
    width: 260px;
    font-family: "Roboto", arial;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    /* modifier */
}

.short-image__thumb {
    width: 260px;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;
}

.short-image__type {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 1.4em;
}

.short-image__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4em;
}

.short-image--right {
    float: right;
    margin-right: -140px;
}

.short-image--left {
    float: left;
    margin-left: -140px;
}

.short-video {
    width: 260px;
    font-family: "Roboto", arial;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    /* modifier */
}

.short-video__thumb {
    width: 260px;
    margin-bottom: 15px;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.short-video__thumb i.fa.fa-play-circle-o {
    color: #fff;
    font-size: 40px;
}

.short-video__type {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 1.4em;
}

.short-video__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4em;
}

.short-video__icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 30px;
}

.short-video--right {
    float: right;
    margin-right: -140px;
}

.short-video--left {
    float: left;
    margin-left: -140px;
}

/*
.short-quote {
    position: relative;
    margin-left: -60px;
}

.short-quote blockquote {
    font-size: 28.5px;
    line-height: 1.3em;
    color: #f59331;
    font-family: "PT Serif", serif;
    border-left: 0px;
    font-weight: bold;
}

.short-quote blockquote:before {
    content: '\f10d';
    font-family: 'fontawesome';
    font-size: 33px;
    position: absolute;
    margin-left: -45px;
    top: 25px;
}

.short-quote blockquote footer {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
*/

blockquote {
    position: relative;
    margin-left: -60px;
    font-size: 28.5px;
    line-height: 1.3em;
    color: #f59331;
    font-family: "PT Serif", serif;
    border-left: 0px;
    font-weight: bold;
}

/*
blockquote:before, .this-lang-fr blockquote:before {
    background:url('../../images/quote.png') no-repeat;
    height:64px;
    width:64px;
    content: '“';
    font-family: 'georgia';
    font-size: 64px;
    position: absolute;
    margin-left: -40px;
    top: 40px;
    opacity: 0.5;
}
*/

blockquote:before, .this-lang-fr blockquote:before {
    background: url('../../images/quote.png') no-repeat;
    background-size: 33px 24px;
    height: 64px;
    width: 64px;
    content: ' ';
    font-family: 'georgia';
    font-size: 64px;
    position: absolute;
    margin-left: -48px;
    top: 31px;
    opacity: 0.5;
}

.this-lang-fr blockquote:before {
    content: "«";
    background: transparent;
    font-size: 48px;
    margin-left: -34px;
    top: 22px;
}

blockquote footer {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.post-topics {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 20px 0;
}

.post-topics a {
    font-family: "Roboto", arial;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #e5e5e5;
    margin-right: 10px;
    border-radius: 20px;
    color: #444;
}

.post-topics a:hover {
    background-color: #222;
    color: #ccc;
}

.post-topics span {
    font-family: "PT Serif", serif;
}

.post-keywords {
    padding: 10px 0 30px 0;
}

.post-keywords a {
    font-family: "Roboto", arial;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #e5e5e5;
    margin-right: 10px;
    border-radius: 20px;
    color: #444;
    display: inline-block;
    margin-bottom: 15px;
}

.post-keywords a:hover {
    background-color: #222;
    color: #ccc;
}

.post-keywords span {
    font-family: "PT Serif", serif;
}

.post-author__top {
    padding: 24px;
    background: #ebebeb;
    overflow: hidden;
}

.post-author__thumb {
    width: 85px;
    border-radius: 100%;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.post-author__thumb img {
    border-radius: 100%;
}

.post-author__text {
    display: block;
    padding-left: 104px;
    min-height: 85px;
}

.post-author__text--linetop {
    border-top: 1px solid #d4d4d4;
    padding-top: 24px;
    margin-top: 24px;
}

.post-author__name {
    font-family: "Roboto", arial;
    font-size: 15px;
    color: #EBEBEB;
    margin-bottom: 5px;
}

.post-author__desc {
    font-family: "Roboto", arial;
    font-size: 14px;
    font-weight: 300;
    color: #6d6d6d;
}

.post-author__contact {
    text-align: left;
}

.post-author__contact-email {
    float: left;
    margin-right: 45px;
}

.post-author__contact-location {
    float: left;
    margin-right: 45px;
}

.post-author__contact-post {
    float: left;
    margin-right: 45px;
}

.post-author__contact span {
    display: block;
    color: #707070;
}

.post-author__contact span:first-child {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}

.post-author__contact span:last-child {
    font-family: "Roboto", arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.post-author__more {
    padding: 24px;
    background-color: #464646;
    overflow: hidden;
}

.post-author__more-title {
    color: #ffffff;
    font-family: "Roboto", arial;
    font-size: 16px;
    margin-bottom: 15px;
}

.post-author__more-link {
    text-align: right;
}

.post-author__more-link a {
    color: #FFFFFF;
    font-weight: normal;
}

.post-author__more:before {
    height: 10px;
    width: 10px;
    border-left: 15px solid transparent;
    border-top: 15px solid #EBEBEB;
    border-right: 15px solid transparent;
    position: absolute;
    content: '';
    border-bottom: 14px solid transparent;
    margin-top: -28px;
    margin-left: 27px;
}

.post-author__more a {
    color: #FFFFFF;
}

.post-author__more a:hover {
    color: #cccccc;
}

.post-author__more-link {
    color: #FFFFFF;
}

.post-author__list {
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.post-author__list li {
    list-style: none;
    max-width: 40%;
    float: left;
    margin-right: 15px;
}

.post-author__list li a {
    color: #FFFFFF;
}

.post-author__list-thumb {
    margin-top: 5px;
    width: 65px;
    margin-right: 15px;
    float: left;
}

.post-author__list-thumb img {
    max-width: 65px;
}

.post-author__list-title {
    display: block;
    padding-left: 80px;
}

.post-related {
    margin: 4px 0px;
    font-family: "Roboto", arial;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.post-related__link.home_related_link {
    font-weight: 300;
}

#category-topics-bottom .post-related__link.home_related_link {
}

.post-related-title {
    margin-bottom: 15px;
    color: #575757;
}

.post-related__title {
    font-size: 14px;
}

.post-related__title a {
    color: #191919;
}

.post-related__thumb {
    margin-bottom: 14px;
}

.post-related__thumb img {
    width: 100%;
    height: 124px;
}

.post-related__link {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    margin-top: 24px;
    font-weight: bold;
    padding: 0 10px 15px;
}

/*------------------------------------
  TOPIC POST
------------------------------------*/

.topic-section {
    margin-top: 15px;
}

.topic-section .slider-news {
    min-height: 355px;
    margin-bottom: 30px;
}

.topic-section .slider-news a .caption .title {
    color: #FFFFFF;
}

.topic-headline {
    border-top: 1px solid #F4EEEE;
    margin-bottom: 30px;
}

.topic .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.topic .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.topic .media-heading {
    margin-top: 5px;
}

.topic .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 22px;
    margin-top: 10px;
    line-height: 1.3em;
}

.topic .section-excerpt {
    margin-top: 10px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 20px;
}

.topic--large {
    background-color: #f4f7f4;
    margin-bottom: 0px;
}

.topic--large .section-category_name > a {
    background-color: #F4F7F4;
}

.panel {
    background-color: #f4eeee;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    margin-bottom: 30px;
}

.panel-vertical__desc {
    background-color: #f4eeee;
    padding: 17px 15px;
}

.panel-vertical__desc.bg--purple {
    background-color: #902c8e;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.panel-vertical__desc.bg--purple a {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--purple .section-excerpt {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--green {
    background-color: #597a50;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.panel-vertical__desc.bg--green a {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--green .section-excerpt {
    color: #FFFFFF;
}

.panel-horizontal {
    background-color: #f4eeee;
    overflow: hidden;
}

.panel-horizontal__thumb {
    float: left;
    margin-right: 15px;
}

.panel-horizontal__desc {
    padding: 10px 15px;
}

.list-post {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*3 is just placeholder -- can be anything*/
}

.list-post-one {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /*3 is just placeholder -- can be anything*/
}

.list-post-one li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #F4EEEE;
    list-style: none;
}

.list-post-one li:last-child {
    border-bottom: 0px;
}

.list-post li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #F4EEEE;
    margin-right: 30px;
}

.list-post li:nth-child(4n) {
    border-bottom: 0px;
}

.polular_list {
    margin-top: -15px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*3 is just placeholder -- can be anything*/
}

.polular_list li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #ddd;
    margin-right: 3%;
    width: 100%;
}

.polular_list li .number {
    text-align: center;
    margin: 0px 10px 10px 0px;
    font-size: 22px;
    padding: 5px;
    color: #d69291;
    padding-top: 0px;
    width: 30px
}

.polular_list li:nth-child(5n) {
    border-bottom: 0px;
}

.inline-block {
    display: inline-block
}

.vertical-top {
    vertical-align: top
}

.width-100 {
    width: 100%
}

.tabs__topic {
    margin-top: 15px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    background-color: #e2e2e2;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #5776b7;
    border: 1px solid #5776b7;
    margin-top: -8px;
    line-height: 2em;
    border-bottom-color: transparent;
}

/* widget */

.widget-area {
    margin-bottom: 30px;
}

/* topics page */

.topic .polular_list .media-heading {
    display: block;
}

/* tambahan */

.img-responsive {
    width: 100%;
}

.section-content, .hot-topics-list {
    margin-bottom: 15px;
    overflow: hidden;
}

.slider-news a {
    color: #FFFFFF;
}

.social-share {
    text-align: right;
    padding-left: 15px;
}

/*
#now-reading {
    position: absolute;
    height: 35px;
    width: 300px;
    right: 55px;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(79%, rgba(132, 92, 102, 0)), color-stop(100%, #864343));
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}
*/

.now-reading__sosmed::before {
    content: "";
    height: 35px;
    width: 56px;
    position: absolute;
    right: 110px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: -o-linear-gradient(right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: -moz-linear-gradient(right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: linear-gradient(to right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}

.show_mobile {
    display: none;
}

.ciforwidget {
    padding-left: 15px;
    overflow: hidden;
}


/* Header */
.header-main__top h4{
    font-size: 13px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.logo__text h1{
    font-family: 'Open sans', arial;
    font-size: 30.5px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sub_header_topic h4{
    font-weight: 300;
    font-size: 14px;
    line-height: 47px;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}



.ciforwidget img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    #wrapper .content #category-topics {
        padding: 0px 0 0 0;
    }

    .is-sticky .now-reading__article, .is-sticky .now-reading__title {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .social-share {
        text-align: left;
    }

    .widget-block {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 980px) {
    #category-topics-bottom:after, #category-topics-bottom:before, .mbxxl:before {
        width: 0px;
    }

    .mobile-menus, .search-form {
        display: block;
    }

    .header-main__menus {
        padding-bottom: 20px;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .button-search {
        display: none;
    }

    .mobile-menus {
        margin-right: 20px;
        z-index: 3;
    }

    .search-box {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 800px) {
    /*
      .container {
        margin-left: 10px; }
    */
    .logo {
        text-align: left;
    }

    .mobile-menus, .search-form {
        display: block;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .button-search {
        display: none;
    }

    .mobile-menus {
        margin-right: 20px;
        z-index: 3;
    }

    .search-box {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }

    .border-right {
        border-right: 0px;
    }

    .border-top {
        margin-right: 0px;
    }

    #wrapper .content #category-topics {
        padding: 0px;
    }

    .border-top--left {
        border-top: 0px;
        margin-left: 0px;
    }

    .sidebar .section-category .section-excerpt {
        display: none;
    }

    /* single post */
    .single-post .post-title__heading h1 {
        font-size: 46px;
    }

    .post-title .divider-001:after {
        width: 85%;
    }

    .bc-author {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .bc-author__box {
        padding-bottom: 12px;
        border-bottom: 1px solid #f2f2f2;
    }

    .bc-author__postdate {
        float: left;
        padding-right: 15px;
        border-top: 0px;
    }

    .bc-author__postshare {
        float: left;
        border-left: 1px solid #f2f2f2;
        padding-left: 15px;
        border-right: 1px solid #f2f2f2;
        border-top: 0px;
    }

    .bc-author__postshare--right {
        float: left;
        padding: 0px 10px;
    }

    .bc-author__postcomment {
        float: left;
        padding-left: 15px;
        border-top: 0px;
    }

    .post-entry__thumb img {
        max-width: 100%;
    }

    .widget.post-popular.single-widget {
        margin-right: 0px;
    }

    .short-link {
        border-top: 1px solid #ccc;
        margin-left: 0px;
        overflow: hidden;
    }

    .short-link__desc:after {
        clear: both;
    }

    /*
    .short-quote {
        margin-left: 50px;
    }
    */
    .short-video, .short-image {
        margin-left: 0px;
    }

    .post-related__thumb img {
        max-width: 100%;
    }

    .short-image--right {
        margin-right: 0px;
        margin-left: 15px;
    }

    .border-top--left {
        padding-left: 0px;
    }

    .border-left {
        border: 0px;
    }

    .home-slide-caption {
        position: relative;
    }

    .home-slide-image {
        position: relative;
    }

    .slider-news #carousel .carousel-inner .item img,
    .slider-news #carousel .carousel-inner .item .caption,
    .slider-news #carousel .carousel-inner,
    .slider-news {
        height: auto;
    }

    #wrapper .content #hot-topics #category-topics .section-category {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 767px) {
    .mobile-teaser-title {
        display: none;
        background: #eee;
        border-bottom: 3px solid #ed0606;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .ciforwidget {
        padding-left: 0px;
    }

    .mobile-teaser-title {
        display: block;
        background: #eee;
        border-bottom: 3px solid #444;
        padding: 15px;
        margin-top: -46px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .show_mobile {
        display: block;
    }

    #wrapper {
        margin-top: 20px;
    }

    /*
    .header-main__top--left {
        display: none;
    }
    */
    .header-main__top--left .hide-480 {
        display: none;
    }

    #carousel .controls li {
        min-height: 60px;
    }

    .slider-news #carousel .carousel-inner .item .caption {
        height: auto;
        position: relative;
    }

    /* single page */
    .widget.post-popular.single-widget {
        display: none;
    }

    /* single post slider */
    .metaslider .flexslider, .slides {
        /* background:rgba(0,0,0,0.7); */
    }

    .metaslider .caption-wrap {
        position: relative !important;
        z-index: 3;
    }

    .metaslider img {
        position: relative;
        z-index: 12;
    }
}

/* responsive */

@media screen and (max-width: 480px) {
    /* slider */
    #carousel .controls {
        margin-bottom: 30px;
    }

    #carousel .controls li {
        width: 100%;
    }

    #carousel .controls li:nth-child(2) {
        width: 100%;
    }

    .header-main__menus {
        padding-bottom: 0px;
    }

    #carousel .controls li {
        display: inline-block;
    }

    .border-right {
        border-right: 0px;
    }

    .border-top {
        margin-right: 0px;
        padding-right: 0px;
    }

    .border-left {
        border-left: 0px;
    }

    .border-top--left {
        border-top: 0px;
    }

    #wrapper .content #category-topics .boxed-category-left {
        margin-bottom: 25px;
    }

    #wrapper .content #category-topics .boxed-category-right {
        padding-left: 15px;
        margin-bottom: 25px;
    }

    #carousel .caption .description, .caption-last, /*.header-main__top--left,*/
    .button-search {
        display: none;
    }

    .slider-news {
        margin-bottom: 0px;
    }

    /* nav */
    .search-box, .main-menus__nav, .main-menus__nav ul li, .header-main__top--right {
        float: none;
    }

    .main-menus__nav ul li {
        border-bottom: 1px dotted #c7A158;
    }

    .search-box {
        padding-left: 0px;
        border-left: 0px;
    }

    .search-form {
        display: block;
    }

    .mobile-menus {
        display: block;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .main-menus__nav {
        display: none;
    }

    /* single post */
    .post-title {
        margin-top: 30px;
    }

    .single-post .post-title__heading h1 {
        font-size: 30px;
        width: 100%;
        word-wrap: break-word;
    }

    .bc-author__postdate {
        margin-top: 0px;
    }

    .short-image {
        width: 100%;
    }

    .short-image__thumb {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .short-image__thumb img {
        width: 100%;
        height: auto;
    }

    .short-video {
        width: 100%;
    }

    .short-video__thumb {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .short-video__thumb img {
        width: 100%;
        height: auto;
    }

    /* single page widget shortecode */
    .widget.post-popular.single-widget {
        display: none;
    }

    .short-link {
        border-top: 1px solid #ccc;
        margin-left: 0px;
    }

    .short-link__box {
        vertical-align: top;
    }

    .short-link__box span {
        margin-top: 6px;
    }

    .short-link__desc {
        vertical-align: top
    }

    .short-image {
        margin-left: 0px;
    }

    .short-video {
        margin-left: 0px;
    }

    .short-quote {
        margin-left: 0px;
    }

    .post-author__text {
        padding-left: 0px;
    }

    .post-author__list li {
        max-width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 15px;
    }

    .post-author__list li:last-child {
        border-bottom: 0px;
    }

    .post-related__title {
        margin-bottom: 20px;
    }

    .post-related__thumb img {
        max-width: 100%;
    }

    /* topics page */
    .polular_list, .list-post {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        /*3 is just placeholder -- can be anything*/
    }

    /* tambahan */
    #wrapper .content #hot-topics #category-topics .section-category {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 360px) {
    .logo {
        text-align: left;
    }

    .logo img {
        max-height: 22px;
    }

    ul.header-main__top--lang li {
        padding: 0px 10px;
    }

    /* single post */
    .post-title {
        margin-top: 15px;
    }

    .post-title .divider-001:after {
        width: 80%;
    }

    .bc-author__postshare {
        border-right: 0px;
    }

    .bc-author__postcomment {
        display: none;
    }

    .post-author__contact-email {
        margin-right: 15px;
    }

    .post-author__contact-location {
        margin-right: 15px;
    }

    .post-author__contact-post {
        margin-right: 15px;
    }
}

/* twitter */

.tweet_list {
    line-height: 1em;
}

.tweet_list li {
    line-height: 1em;
    padding-left: 50px;
}

.tweet_list li:before {
    position: absolute;
    content: "\f099";
    height: 40px;
    width: 40px;
    left: 0px;
    font-family: 'fontawesome';
    font-size: 20px;
    top: 0px;
    background-color: #3B3B3B;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #ccc;
}

.tweet_text {
    line-height: 1.5em;
    color: #9e9e9e;
    overflow: hidden;
    font-size: 13px
}

.tweet_text a {
    color: #FFFFFF;
}

/* pagination */

li.flash {
    visibility: hidden;
    line-height: 35px;
    margin-left: 10px;
}

.flash_loader {
    line-height: 35px;
    margin-left: 10px;
}

.flash_loader {
    display: none;
}

.pagination {
}

.page-numbers {
    padding: 10px 15px;
    background: #f0f3ef;
    color: #737473;
    border-radius: 5px;
}

.page-numbers.current {
    background: #5776b6;
    color: #FFFFFF;
}

.page-numbers.next {
}

ul.tsc_pagination {
    margin: 4px 0;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

ul.tsc_pagination li {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

ul.tsc_pagination li:first-child {
    margin-left: 0px;
}

ul.tsc_pagination li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 7px 10px 7px 10px;
}

ul.tsc_pagination li a img {
    border: none;
}

ul.tsc_paginationC li a {
    color: #707070;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #DCDCDC;
    padding: 6px 9px 6px 9px;
}

ul.tsc_paginationC li {
    padding-bottom: 1px;
}

ul.tsc_paginationC li a:hover, ul.tsc_paginationC li a.current {
    color: #FFFFFF;
}

ul.tsc_paginationC01 li a:hover, ul.tsc_paginationC01 li a.current {
    color: #893A00;
    text-shadow: 0px 1px #FFEF42;
    border-color: #FFA200;
    background: #FFC800;
}

ul.tsc_paginationC li a.In-active {
    pointer-events: none;
    cursor: default;
}

.btn-twitter-single {
    background: #00acee;
    border-radius: 0;
    color: #fff
}

.btn-twitter-single:link, .btn-twitter-single:visited {
    color: #fff
}

.btn-twitter-single:active, .btn-twitter-single:hover {
    background: #0087bd;
    color: #fff;
    border-color: #00acee
}

.btn-facebook-single {
    background: #3b5998;
    border-radius: 0;
    color: #fff
}

.btn-facebook-single:link, .btn-facebook-single:visited {
    color: #fff
}

.btn-facebook-single:active, .btn-facebook-single:hover {
    background: #30477a;
    color: #fff;
    border-color: #3b5998
}

.share-top-btn {
    background: #D85757;
    color: #FFFFFF;
    border-radius: 0;
}

.btn.share-top-btn:hover, .btn.share-top-btn:focus {
    background-color: #C53A3A;
    border-color: #C53A3A;
    color: #ffffff;
}

.share-top-btn:link, .share-top-btn:visited {
    border-radius: 0;
    color: #fff
}

.page-author {
    padding: 30px 0px;
    border-top: 1px solid #ccc;
}

.page-author .post-author__desc {
    font-family: 'PT Serif' !important;
    font-size: 18px;
    font-weight: normal;
    color: #6d6d6d;
}

.page-author .post-author__name {
    font-family: 'Roboto Condensed';
    font-size: 21px;
    font-weight: bold;
    color: #707070;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-author .post-author__contact-email, .page-author .post-author__contact-location, .page-author .post-author__contact-post {
    float: none;
    display: inline-block;
    padding-bottom: 20px;
}

/* page navigation  single post */

.page_navigation {
    position: relative;
    top: 300px;
    width: 100%:
}

.next_page {
    position: fixed;
    right: 50px;
    border-left: 1px solid #ccc;
    top: 45%;
    z-index: 3;
}

.prev_page {
    position: fixed;
    left: 50px;
    border-right: 1px solid #ccc;
    top: 45%;
    z-index: 3;
}

.next_page a, .prev_page a {
    padding: 0 20px;
    line-height: 60px;
    font-size: 30px;
    color: #999;
}

.next_page a:hover, .prev_page a:hover {
    color: #222;
}

.tptn_counter {
    display: none !important;
}

.author--box img {
    width: 100%;
}

#wrapper .content.author-post #category-topics .section-category {
    min-height: 300px;
}

.author-post .section-category_name {
    margin: 15px 0 30px 0;
    color: #707070;
}

a#mobile-content-menu {
    color: #FFFFFF;
}

.is-sticky .logo__text {
    font-family: 'Open sans', arial;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
}

.is-sticky .logo {
    line-height: 35px;
}

.is-sticky .now-reading, .is-sticky .search-box {
    line-height: 35px;
}

.is-sticky .button-search .fa-search, .button-search .fa-times {
    padding: 0px 20px;
}

.is-sticky {
    max-height: 35px !important;
}

.is-sticky .header-main__menus {
    min-height: 35px;
}

.is-sticky .header--home {
    display: none !important;
}

.is-sticky .header-right {
    float: left;
}

.is-sticky .now-reading__sosmed {
    position: absolute;
}

.is-sticky .now-reading__article {
    max-width: 100%;
    height: 54px;
}

.sidr {
    background: #cfd7ca !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sidr-class-sidr-close-menu {
    background: #597950;
    color: #363e31;
    font-size: 13px;
    font-family: Roboto condensed;
    text-transform: uppercase
}

.sidr-class-sidr-close-menu span {
    display: inline-block;
}

.sidr-class-sidr-close-menu > span:first-child {
    padding: 6px 0px 6px 15px;
    color: rgba(255, 255, 255, 0.7);
}

.sidr-class-sidr-close-menu a {
    color: #fff;
    padding-right: 20px
}

.sidr-class-sidr-close-menu a span {
    display: inline-block;
    padding: 6px 15px 6px 0px;
    font-size: 13px;
    font-family: Roboto condensed;
    color: #fff;
}

.sidr-class-sidr-close-menu i.sidr-class-span {
    font-size: 18px;
    font-style: normal;
}

.sidr-class-sidr-close-menu a:hover {
    color: #fff;
}

.sidr-class-text-right {
    float: right;
}

.sidr-class-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.sidr-class-fa-times:before {
    content: "\f00d";
}

.sidr ul {
    border-bottom: 0px !important;
    border-top: 0px !important
}

.sidr ul li a, .sidr ul li span {
    color: #363e31 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidr-class-mobilenavcontent__top {
    background: #37442F;
    overflow: hidden;
    text-align: left;
    border-bottom: 0px solid #222;
    color: #fff;
}

.sidr-class-mobilenavcontent__mainmenu {
    line-height: 35px;
    background: #597A50;
    overflow: hidden;
    text-align: center;
}

.sidr ul li, .sidr ul li:hover {
    border-top: 0px !important;
    line-height: 48px;
    /*border-bottom: 1px solid #848c7f !important;*/
}

.sidr-class-menus_topic {
    width: 50%;
    float: left;
}

.sidr-class-menus_lang {
    width: 50%;
    float: right;
}

.sidr-class-mobilenavcontent__main {
}

.sidr-class-mobilenavcontent__main--topic {
}

.sidr-class-mobilenavcontent__main--lang {
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none !Important;
}

/* mobile seach */

.search-form-mobile-click {
    display: none;
    position: absolute;
    width: 100%;
    background: #864343 none repeat scroll 0% 0%;
    padding: 15px;
    z-index: 10;
}

.search-form-mobile-click .input-icon.right .button-search {
    float: right;
    position: absolute;
    right: 0;
    line-height: 35px;
    color: #864343;
    font-size: 25px;
    display: block;
}

.section-content__thumb {
    overflow: hidden;
    max-height: 143px;
    margin-bottom: 15px;
}

.section-content_desc {
    padding: 0 15px 15px 15px;
}

.tag_result {
    margin-top: -15px;
    margin-bottom: 25px;
    /* font-weight: bold; */
    font-size: 18px;
    color: #A7A7A7;
    /* font-style: italic; */
}

.span_tags {
    color: #ccc;
    font-weight: 300;
}

.tag-list-post .section-content {
    background-color: #F4F7F4;
    min-height: 325px;
    overflow: hidden;
}

.tag-list-post #category-topics {
    margin-top: 18px;
}

.textwidget {
    padding-top: 16px;
}

#PHticker .bx-wrapper {
    padding-bottom: 0px;
    font-family: 'Roboto';
    font-weight: 300;
}

#PHticker a {
    color: #333333;
    font-family: 'Roboto';
    font-weight: 300;
}

#PHticker span.tweet_time {
    display: block;
    margin-bottom: 10px
}

img.this-img-responsive {
    min-height: 355px
}

.this-img-responsive {
    min-height: 355px
}

.page-template-template-topics-dg .now-reading__sosmed_single {
    padding-right: 0px
}

.page-template-template-topics-dg .topic .info .date-created small {
    display: block;
    margin-bottom: -5px
}

.panel {
    margin-bottom: 0px
}

.section-content__thumb {
    margin-bottom: 0px;
}

.section-content_desc {
    background: #f0f0f0;
    padding-top: 15px
}

.section-content.feature, .flex-wrapper .feature, .feature .section-content_desc, .section-content.a-la-une, .flex-wrapper .a-la-une, .a-la-une .section-content_desc, .section-content.destacados, .flex-wrapper .destacados, .destacados .section-content_desc, .section-content.fitur, .flex-wrapper .fitur, .fitur .section-content_desc {
    background-color: #5d938b;
    color: #fff;
}

.flex-wrapper .feature .hover-up {
    background-color: #5d938b !important;
}

.section-content.dgs-column, .flex-wrapper .dgs-column, .dgs-column .section-content_desc, .section-content.kolom-dirjen, .flex-wrapper .kolom-dirjen, .kolom-dirjen .section-content_desc, .section-content.columna-del-director-general, .flex-wrapper .columna-del-director-general, .columna-del-director-general .section-content_desc, .section-content.colonne-de-la-dg, .flex-wrapper .colonne-de-la-dg, .colonne-de-la-dg .section-content_desc {
    background-color: #646a9a;
    color: #fff;
}

.flex-wrapper .dgs-column .hover-up {
    background-color: #646a9a !important;
}

.section-content.analysis, .flex-wrapper .analysis, .analysis .section-content_desc, .section-content.analyses, .flex-wrapper .analyses, .analyses .section-content_desc, .section-content.analisis, .flex-wrapper .analisis, .analisis .section-content_desc {
    background-color: #869a64;
    color: #fff;
}

.flex-wrapper .analysis .hover-up {
    background-color: #869a64 !important;
}

.section-content.infographic, .flex-wrapper .infographic, .infographic .section-content_desc, .section-content.infografis, .flex-wrapper .infografis, .infografis .section-content_desc, .section-content.infographie, .flex-wrapper .infographie, .infographie .section-content_desc, .section-content.infografía, .flex-wrapper .infografía, .infografía .section-content_desc {
    background-color: #945b6a;
    color: #fff;
}

.flex-wrapper .infographic .hover-up {
    background-color: #945b6a !important;
}

.section-content.interview, .flex-wrapper .interview, .interview .section-content_desc, .section-content.wawancara, .flex-wrapper .wawancara, .wawancara .section-content_desc, .section-content.entrevista, .flex-wrapper .entrevista, .entrevista .section-content_desc {
    background-color: #bd8053;
    color: #fff;
}

.flex-wrapper .interview .hover-up {
    background-color: #bd8053 !important;
}

/* =============== */

.section-content.feature a, .flex-wrapper .feature a, .feature .section-content_desc a, .section-content.a-la-une a, .flex-wrapper .a-la-une a, .a-la-une .section-content_desc a, .section-content.destacados a, .flex-wrapper .destacados a, .destacados .section-content_desc a, .section-content.fitur a, .flex-wrapper .fitur a, .fitur .section-content_desc a, .section-content.dgs-column a, .flex-wrapper .dgs-column a, .dgs-column .section-content_desc a, .section-content.kolom-dirjen a, .flex-wrapper .kolom-dirjen a, .kolom-dirjen .section-content_desc a, .section-content.columna-del-director-general a, .flex-wrapper .columna-del-director-general a, .columna-del-director-general .section-content_desc a, .section-content.colonne-de-la-dg a, .flex-wrapper .colonne-de-la-dg a, .colonne-de-la-dg .section-content_desc a, .section-content.analysis a, .flex-wrapper .analysis a, .analysis .section-content_desc a, .section-content.analyses a, .flex-wrapper .analyses a, .analyses .section-content_desc a, .section-content.analisis a, .flex-wrapper .analisis a, .analisis .section-content_desc a, .section-content.analysis a, .flex-wrapper .analysis a, .analysis .section-content_desc a, .section-content.analyses a, .flex-wrapper .analyses a, .analyses .section-content_desc a, .section-content.analisis a, .flex-wrapper .analisis a, .analisis .section-content_desc a, .section-content.infographic a, .flex-wrapper .infographic a, .infographic .section-content_desc a, .section-content.infografis a, .flex-wrapper .infografis a, .infografis .section-content_desc a, .section-content.infographie a, .flex-wrapper .infographie a, .infographie .section-content_desc a, .section-content.infografía a, .flex-wrapper .infografía a, .infografía .section-content_desc a, .section-content.interview a, .flex-wrapper .interview a, .interview .section-content_desc a, .section-content.wawancara a, .flex-wrapper .wawancara a, .wawancara .section-content_desc a, .section-content.entrevista a, .flex-wrapper .entrevista a, .entrevista .section-content_desc a {
    color: #FFFFFF;
}

/* ================== */

.tag-page-author {
    margin-top: 10px;
    font-weight: normal
}

.c-color .tag-page-author, .c-color .tag-page-author a {
    color: #fff
}

/*Special feature ------------------------------------------------------------------------------------*/

.feature, .feature .info .category, .feature .title, .feature .date-created, .feature .tag-page-author, .feature .tag-page-author a, .fitur, .fitur .info .category, .fitur .title, .fitur .date-created, .fitur .tag-page-author, .fitur .tag-page-author a, .destacados, .destacados .info .category, .destacados .title, .destacados .date-created, .destacados .tag-page-author, .destacados .tag-page-author a, .a-la-une, .a-la-une .info .category, .a-la-une .title, .a-la-une .date-created, .a-la-une .tag-page-author, .a-la-une .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*DGs blog -------------------------------------------------------------------------------------------*/

.dgs-column, .dgs-column .info .category, .dgs-column .title, .dgs-column .date-created, .dgs-column .tag-page-author, .dgs-column .tag-page-author a, .kolom-dirjen, .kolom-dirjen .info .category, .kolom-dirjen .title, .kolom-dirjen .date-created, .kolom-dirjen .tag-page-author, .kolom-dirjen .tag-page-author a, .columna-del-director-general, .columna-del-director-general .info .category, .columna-del-director-general .title, .columna-del-director-general .date-created, .columna-del-director-general .tag-page-author, .columna-del-director-general .tag-page-author a, .colonne-de-la-dg, .colonne-de-la-dg .info .category, .colonne-de-la-dg .title, .colonne-de-la-dg .date-created, .colonne-de-la-dg .tag-page-author, .colonne-de-la-dg .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Expert analysis ------------------------------------------------------------------------------------*/

.analysis, .analysis .info .category, .analysis .title, .analysis .date-created, .analysis .tag-page-author, .analysis .tag-page-author a, .analyses, .analyses .info .category, .analyses .title, .analyses .date-created, .analyses .tag-page-author, .analyses .tag-page-author a, .analisis, .analisis .info .category, .analisis .title, .analisis .date-created, .analisis .tag-page-author, .analisis .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Infographic ----------------------------------------------------------------------------------------*/

.infographic, .infographic .info .category, .infographic .title, .infographic .date-created, .infographic .tag-page-author, .infographic .tag-page-author a, .infografis, .infografis .info .category, .infografis .title, .infografis .date-created, .infografis .tag-page-author, .infografis .tag-page-author a, .infographie, .infographie .info .category, .infographie .title, .infographie .date-created, .infographie .tag-page-author, .infographie .tag-page-author a, .infografía, .infografía .info .category, .infografía .title, .infografía .date-created, .infografía .tag-page-author, .infografía .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Interview ------------------------------------------------------------------------------------------*/

.interview, .interview .info .category, .interview .title, .interview .date-created, .interview .tag-page-author, .interview .tag-page-author a, .wawancara, .wawancara .info .category, .wawancara .title, .wawancara .date-created, .wawancara .tag-page-author, .wawancara .tag-page-author a, .entrevista, .entrevista .info .category, .entrevista .title, .entrevista .date-created, .entrevista .tag-page-author, .entrevista .tag-page-author a
    /*----------------------------------------------------------------------------------------------------*/

{
    color: #fff !important
}

.flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -2%;
}

.flex-aside, .flex-aside-featured-left-single {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-bottom: 30px;
    margin-left: 2%
}

.flex-aside-featured-left, .flex-aside-featured-right {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-bottom: 30px;
    margin-left: 2%
}

.flex-aside-featured-right .flex-desc {
    min-height: 200px
}

.flex-aside-single {
    position: relative;
}

.hover-up {
    padding: 15px;
    position: absolute;
    height: auto;
    top: 143px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.flex-aside-dual, .flex-aside-single {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-left: 2%;
    margin-bottom: 20px;
    overflow: hidden
}

.flex-excerpt, .flex-excerpt-h {
    margin-top: 10px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    font-size: 14px;
}

.flex-excerpt-h {
}

.flex-aside-featured-left .flex-thumb {
    height: 60%;
    width: 100%
}

.flex-aside-featured-left .section-content_desc {
    position: absolute;
    top: 60%;
    height: 40%
}

.flex-aside-featured-left-single {
    overflow: hidden
}

.flex-aside-featured-left-single .flex-thumb {
    width: 50%;
}

.flex-aside-featured-left-single .section-content_desc {
    margin-left: 50%;
    min-height: 360px;
}

.flex-aside-featured-left .section-content_desc, .flex-aside-featured-left-single .section-content_desc {
    padding-top: 15px
}

.flex-aside-dual .section-content__thumb {
    max-height: 250px;
}

.roll-up {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 0%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.flex-aside-single:hover .roll-up {
    display: block;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#latest_post {
    padding-top: 15px;
    margin-top: -30px
}

#latest_post .section-category_name {
    margin-top: 0px
}

#blockContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

#blockA {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

#blockB {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

span.page_num {
    cursor: pointer;
    padding: 10px;
    line-height: 2em;
}

.beta {
    font-weight: 300 !important;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0px 3px;
    display: inline-block;
    height: auto;
    line-height: 16px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px
}

.home-slide-image {
    padding-left: 0 !important;
}

.home-slide-caption .author-blog {
    color: #fff;
}

/* new feature promo event shortcode  .sevent_fullwidth{ width:auto;left:-100%;right:-100%;position:absolute;display:block; min-height:162px;padding:40px 0px; background-color:#f4f4f4;}
 */

.sevent_box {
    position: relative;
}

.sevent_fullwidth {
    /* add in section padding (1.5rem) */
    margin: 35px -601.5rem 30px -601.5rem;
    /* match section padding (1.5rem) */
    background-color: #f4f4f4;
    /* border solid, not RGBa (Safari bug) */
    /* 9600px or 10240px to avoid Chrome bug */
    /* or equivalent in ems or rems (9600/16) */
    border-left: 600rem solid #f4f4f4;
    border-right: 600rem solid #f4f4f4;
    min-height: 162px;
    padding: 40px 0px;
    padding: 25px 0px;
}

.sevent {
    width: 600px;
    margin: 0 auto;
}

.sevent_left {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.sevent_right {
    width: 400px;
    float: left;
    padding: 20px 0px;
}

.sevent_left img {
    max-height: 125px;
}

.sevent_right_text {
}

.sevent_right_text_heading {
    font-size: 24px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    line-height: 30px;
}

.sevent_right_text_link a, .sevent_right_text_heading a {
    font-size: 14px;
    font-family: 'Roboto', arial;
    color: #f69230;
    font-weight: normal;
    display: block;
}

.post-related__link.home_related_link.home-all-stories {
    margin-bottom: 20px;
    border: 1px solid #6c6c6c;
    text-align: center;
    height: auto;
    border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.post-related__link.home_related_link.home-all-stories a {
    display: block;
    margin: auto;
    height: auto;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}

.post-related__link.home_related_link.home-all-stories:hover {
    background: #fafafa;
    transition: all 0.25s ease-in-out
}

.post-related__link.home_related_link.home-all-stories:hover a {
    transition: all 0.25s ease-in-out;
}

/* single post */

.bc-author__box {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.bc-author__box:last-child {
    padding-bottom: 0px;
}

.coauthors_posts_links_singletw_thumb.post-author__name {
    margin-bottom: 0px;
}

.coauthors_posts_links_singletw_thumb .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_thumb .bc-author__box:first-child {
    display: block;
}

.coauthors_posts_links_singletw_line .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_line .bc-author__box:first-child {
    display: block;
}

.coauthors_posts_links_singletw_desc .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_desc .bc-author__box:first-child {
    display: block;
}

.bc-author__name span.twitter {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 12px;
}

/* end single post */

/* sub header */

#primary_nav_wrap {
    margin-top: 0px
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd
}

#primary_nav_wrap ul li:hover {
    background: #f6f6f6
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ccc;
    padding: 0;
    z-index: 10;
    border-top: 5px solid #D07777;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
    position: relative;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px 10px 25px;
}

#primary_nav_wrap ul ul a:before {
    content: "\f105";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 9px;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

#primary_nav_wrap ul li:hover > ul {
    display: block
}

/* end subheader */

/*lightbox
#cboxContent{height: auto !important}
#colorbox, #cboxWrapper, #cboxContent {max-width:800px !important;width: 100% !important;left: 0 !important;right: 0}
#colorbox {width: 90% !important;margin: auto !important}

#cboxLoadedContent {
    
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 55px !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}
#cboxLoadedContent iframe {
    position: absolute !important;
    top:0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#cboxBottomCenter {
    margin-top: -20px !important;
}
*/

/*fancybox*/

.fancybox-inner {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 55px !important;
    /* height: 0 !important; */
    overflow: hidden !important;
    width: 100% !important;
}

.fancybox-inner iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* carousel fade */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -ms-transition: -ms-box-shadow 1s;
    -o-transition: -o-box-shadow 1s;
    transition: box-shadow 1s;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.bx-pager a {
    /* background: url("../images/spriteme.png") no-repeat scroll left center transparent; */
    /* background-position: -11px -19px; */
    width: 0px;
    color: #C6E331;
    padding: 6px;
    height: 10px;
    display: block;
    float: left;
    zoom: 1;
    cursor: pointer;
    text-indent: -999999px;
    background-color: #ccc;
    margin-right: 4px;
    border-radius: 10px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    position: relative;
    float: right;
    width: 60px;
    text-align: right;
}

.bx-pager-link.active {
    background-color: #444;
}

.futher-reading h2 {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    text-transform: uppercase;
    /* border-bottom: 1px dashed #ccc; */
    padding-bottom: 12px;
    /* margin-bottom: 10px; */
}

/* style menu header */

.sub-header {
    background-color: #864343;
    border-top: 1px solid #905757;
    height: 48px;
    position: relative;
}

#primary_nav_wrap ul a, .sub_main-menus__nav a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    padding: 0 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.sub_main-menus__nav a {
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

.sub_header_section {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.sub_header_topic {
    display: inline-block;
}

.sub_main-menus__nav {
    display: inline-block;
}

.sub_main-menus__nav li {
    float: left;
    list-style: none;
}

.sub_main-menus__nav ul {
    margin-left: 0px;
    padding-left: 0;
}

#primary_nav_wrap ul li:hover {
    background-color: transparent;
}

.sub_header_topic_title {
    display: inline-block;
    position: relative;
    top: 0px;
    min-width: 72px;
}

.title_topics {
    top: -8px;
    line-height: 46px;
    margin-top: -38px;
    display: inline-block;
    overflow: hidden;
    color: #C7A158;
    font-weight: 700;
    position: absolute;
}

.sub_main-menus__nav .current-menu-item > a::before {
    position: absolute;
    content: " ";
    height: auto;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 47px;
    margin-left: -15px;
    top: 0;
    border-bottom: 5px solid #C7A158;
}

#primary_nav_wrap .current-menu-parent.menu-item-has-children > a::before, #primary_nav_wrap .current-menu-item.menu-item-has-children > a::before {
    position: absolute;
    content: " ";
    height: auto;
    width: 67%;
    font-size: 12px;
    line-height: 47px;
    top: 0;
    border-bottom: 5px solid #C7A158;
}

#primary_nav_wrap .menu-item-has-children > a::after {
    position: absolute;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 47px;
    margin-left: 10px;
}

.sub_header_search {
    position: absolute;
    display: inline-block;
    right: 0;
    background-color: #864343;
}

.sub_header_search .search-box {
    position: relative;
    /* text-align: center; */
    right: 0;
    line-height: 46px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 15px;
    margin-top: 0;
    color: #FFFFFF;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 10;
    width: 100%;
}

.sub_header_search .form-control {
    display: inline-block;
}

.sub_header_search #s.form-control {
    background-color: #864343;
    color: #ffffff;
    border: 0px;
}

.sub_header_search .input-icon.right > i {
    color: #FFFFFF;
    font-size: 17px;
    cursor: pointer;
    top: 5px;
}

.sub_header_search #s.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.29);
}

.sub_header_search #s.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.29);
    opacity: 1;
}

.sub_header_search #s.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.29);
    opacity: 1;
}

.sub_header_search #s.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.29);
}

/* navigation */

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #864343;
}

#primary_nav_wrap ul ul li:hover {
    background-color: rgb(167, 93, 93);
}

/* social connect */

.sosial_connect {
}

.sosial_connect ul {
    display: inline-block;
    line-height: 64px;
    margin-bottom: 0px;
}

.sosial_connect ul li {
    list-style: none;
    float: left;
}

.sosial_connect ul li a .fa.fa-circle {
    color: rgba(255, 255, 255, 0.1);
}

.sosial_connect ul li a:hover .fa.fa-circle {
    color: rgba(255, 255, 255, 0.3);
}

.sosial_connect ul li .fa-stack-1x.fa-inverse {
    font-size: 14px;
}

.sosial_connect .social_connect_title {
    display: inline-block;
    float: left;
    line-height: 64px;
}

.sub_relative {
    position: relative;
}

.sidr ul.sidr-class-sub-menu {
    display: none;
}

.sidr li.sidr-class-menu-item-has-children.opensub ul {
    display: block;
}

.sidr ul li ul li a {
    font-weight: normal;
    font-size: 13px;
    margin-left: 0px;
}

li.sidr-class-menu-item-has-children:before {
    position: absolute;
    content: "\f107";
    font-family: 'fontawesome';
    width: 35px;
    z-index: 10;
    font-size: 16px;
    right: 15px;
    text-align: center;
    color: #000;
}

li.sidr-class-menu-item-has-children.opensub:before {
    position: absolute;
    content: "\f106";
    font-family: 'fontawesome';
    width: 35px;
    z-index: 10;
    font-size: 16px;
    right: 15px;
    text-align: center;
}

#primary_nav_wrap ul li.current-menu-item {
    background: transparent;
}

#sidr-id-main-item {
    margin-top: -12px;
    margin-bottom: 60px;
}

#sidr-id-main-item .sidr-class-menu {
    display: none;
}

#sidr-id-main-item li.sidr-class-menu-item-has-children.opensub ul {
    display: block;
}

.sidr ul.sidr-class-mobile_social_link {
    margin: 0 0 0 15px;
}

.sidr-class-mobile_social {
    position: fixed;
    bottom: 0;
    display: inline-block;
    width: 260px;
}

.sidr-class-mobile_social_half {
    width: 50%;
    float: left;
    min-height: 30px;
}

.sidr-class-fa-twitter:before {
    content: "\f099";
}

.sidr-class-fa-youtube-play:before {
    content: "\f16a";
}

.sidr-class-fa-linkedin:before {
    content: "\f0e1";
}

.sidr-class-fa-facebook-f:before, .sidr-class-fa-facebook:before {
    content: "\f09a";
}

.sidr-class-fa-slideshare:before {
    content: "\f1e7";
}

.sidr-class-fa-rss:before {
    content: "\f09e";
}

.sidr-class-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

ul.sidr-class-mobile_social_link li {
    float: left;
}

ul.sidr-class-mobile_social_link li a {
    margin: 0 5px;
    border: 0px;
    color: #FFFFFF !Important;
}

.sidr-class-sos_green {
    background-color: #5e938b;
}

.sidr-class-sos_subs {
    background-color: #666a99;
    line-height: 42px;
    text-align: center;
}

.sidr-class-sos_subs a {
    color: #FFFFFF;
}

/* ======================= extra style ============================== */

.extend_info a {
    color: #24A2B8;
}

.extend_info {
    padding: 20px;
    font-weight: bold;
    background-color: rgba(218, 218, 218, 0.13);
    margin-bottom: 25px;
    margin-top: 15px;
}

.contact_information {
    font-weight: bold;
}

.not_fta {
    font-weight: bold;
}

.contact_funder {
    margin-bottom: 15px;
    font-weight: bold;
}

.capitilize_text {
    text-transform: capitalize;
}

.slide_type {
    position: absolute;
    right: 10px;
    margin: 10px;
    padding: 5px 10px;
    background-color: #ed0606;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.section-content-featured {
    padding-bottom: 15px;
}

.section-category_name span {
    color: #ed0606;
}

.section-category {
    margin-bottom: 0px;
}

.media-heading {
    margin-bottom: 0px;
}

.category-topics-list .media {
    padding-top: 13px;
}

.sidr ul li a, .sidr ul li span {
    margin: 0 5px !important;
}

/* add css 12-10-2015 */

.section-content-featured {
    padding-bottom: 15px;
}

.section-category_name span {
    color: #ed0606;
}

.section-category {
    margin-bottom: 0px;
}

.media-heading {
    margin-bottom: 0px;
}

.category-topics-list .media {
    padding-top: 13px;
}

.sidr ul li a, .sidr ul li span {
    margin: 0 5px !important;
}

/* add css 12-10-2015 */
.share_count_top {
    position: relative;
    width: 60px;
    padding: 2px 12px 10px 12px;
    color: #0E0E0E;
    background-color: #ECECEC;
    font-weight: bold;
}

.share_count_top .shares {
    position: absolute;
    bottom: 3px;
    font-size: 8px;
    width: 50px;
    left: 5px;
    /* margin: 0 auto; */
}

.arve-wrapper {
    background-color: transparent !important
}

.post-entry li a {
    color: #24A2B8;
}

.mobile_summary {
    display: none;
}

.extend_info {
    font-family: 'Roboto';
}

/*
.contact_information {
    background-color: #F5F5F5;
    padding: 15px 25px 15px 80px;
    font-size: 16px;
    position: relative;
    border: 1px solid #ccc;
}
.contact_information:before {
    position: absolute;
    content: '\f0e0';
    height: 100%;
    line-height: 57px;
    width: 20px;
    left: 20px;
    padding-right: 35px;
    top: 0;
    border-right: 1px solid #ccc;
    font-family: 'fontawesome';
}
*/

.prev.page-numbers {
    text-indent: 1000px;
}

.prev.page-numbers {
    text-indent: 1000px;
}

.pagination .fa {
    display: inline;
}

/* event box full width */

.related_promo_Climate-Law .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 250px;
    left: -300px;
    overflow: hidden;
}

.related_promo_Climate-Law .bg_sevent_box img {
    height: 100%;
}

.related_promo_Climate-Law .sevent {
    max-width: 600px;
    margin: 0 auto;
}

.related_promo_Climate-Law .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_Climate-Law .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_Climate-Law .sevent_left {
    padding-top: 40px;
}

/* event box full width */

.related_promo_glflondon .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 220px;
    left: -300px;
    overflow: hidden;
}

.related_promo_glflondon .bg_sevent_box img {
    height: 100%;
}

.related_promo_glflondon .sevent {
    max-width: 600px;
    margin: 0 auto;
}

.related_promo_glflondon .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_glflondon .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_glflondon .sevent_left {
    padding-top: 17px;
}

.related_promo_glflondon .sevent_fullwidth {
    border-left: 600rem solid #00574F;
}

/* event box full width */

.related_promo_glf-london-2016 .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 220px;
    left: -300px;
    overflow: hidden;
}

.related_promo_glf-london-2016 .bg_sevent_box img {
    height: 100%;
}

.related_promo_glf-london-2016 .sevent {
    max-width: 100%;
    margin: 0 auto;
}

.related_promo_glf-london-2016 .sevent {
    width: 100%;
}

.related_promo_glf-london-2016 .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_glf-london-2016 .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_glf-london-2016 .sevent_left {
    padding-top: 35px;
    padding-left: 35px;
}

.related_promo_glf-london-2016 .sevent_right {
    width: 80%;
}

.related_promo_glf-london-2016 .sevent_fullwidth {
    border-left: 600rem solid #00574F;
}

.related_promo_glf-london-2016 .sevent_fullwidth {
    padding: 40px 0px;
}

/* event box full width aprs-2016 */

.related_promo_aprs-2016 .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 230px;
    left: -315px;
    overflow: hidden;
}

.related_promo_aprs-2016 .bg_sevent_box img {
    height: 100%;
}

.related_promo_aprs-2016 .sevent {
    max-width: 100%;
    margin: 0 auto;
}

.related_promo_aprs-2016 .sevent {
    width: 100%;
}

.related_promo_aprs-2016 .sevent_main_heading {
    font-size: 24px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    line-height: 30px;
}

.related_promo_aprs-2016 a .sevent_main_heading {
    color: #444;
}

.related_promo_aprs-2016 .sevent_view_link {
    display: block;
    margin: 0px;
}

.related_promo_aprs-2016 .sevent_aprs_logo {
    margin-top: 16px;
    display: block;
}

.related_promo_aprs-2016 .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_aprs-2016 .sevent_sub_desc {
    font-size: 15px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
}

.related_promo_aprs-2016 .sevent_left {
    padding-top: 35px;
    padding-left: 35px;
}

.related_promo_aprs-2016 .sevent_right {
    width: 80%;
    padding: 20px 25px;
}

.related_promo_aprs-2016 .sevent_fullwidth {
    background-color: #eaeaea;
    border-left: 600rem solid #eaeaea;
    border-right: 600rem solid #eaeaea;
}

.related_promo_aprs-2016 .sevent_fullwidth {
    padding: 0px 0px;
    overflow: hidden;
}

/* event box full with botb 2015 */

.related_promo_botb-2015 .bg_sevent_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    max-height: 209px;
    overflow: hidden;
}

.related_promo_botb-2015 .sevent_fullwidth {
    padding: 40px 0px;
}

.related_promo_botb-2015 .sevent {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .sevent_left {
        text-align: center;
    }

    .related_promo_botb-2015 .sevent_fullwidth {
        padding: 40px 20px;
    }

    .related_promo_glf-london-2016 .sevent_fullwidth {
        border-left: 0rem solid #f4f4f4;
    }

    .related_promo_glf-london-2016 .sevent_left {
        padding: 0px;
    }

    .related_promo_glf-london-2016 .sevent_right {
        width: 100%;
        text-align: center;
    }
}

/* header style */

@media screen and (max-width: 1280px) {
    .next_page {
        right: 0px;
    }

    .prev_page {
        left: 0px;
    }

    .page_navigation {
        display: none;
    }
}

#category-topics {
    background-color: transparent !important;
}

.show-tablet {
    display: none;
}

.show-mobile, .carousel-controls {
    display: none;
}

.hide-tablet {
    display: block;
}

.header-left {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.header-right {
    display: inline-block;
    float: right
}

@media screen and (max-width: 1024px) {
    .widget .post-popular__list-title {
        padding-left: 25px;
    }

    .page-author .post-author__box {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1023px) {
    .header-main__menus {
        padding-bottom: 0px;
    }

    .hide-tablet {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .nav-mobile-left, .nav-mobile-right {
        line-height: 65px;
        cursor: pointer;
        font-size: 22.5px;
    }

    .sticky-wrapper.is-sticky {
        display: none;
    }

    .slider-news #carousel .carousel-inner .item .caption, .slider-news #carousel .carousel-inner .item .caption-last {
        display: none;
    }

    .logo {
        text-align: center;
    }

    .slider-news #carousel .carousel-inner .item img, .slider-news #carousel .carousel-inner .item .caption, .slider-news #carousel .carousel-inner, .slider-news {
        height: auto;
    }

    .carousel-controls {
        display: block;
    }

    .border-left {
        border-left: 0px;
    }

    .border-right {
        border-right: 0px;
    }

    /* widget */
    .widget.post-popular.single-widget {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo__text.logo__text_es h1 {
        font-size: 29.5px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .logo__text.logo__text_es h1{
        font-size: 25.5px;
    }
}

@media screen and (max-width: 640px) {
    .logo__text h1{
        font-size: 30px;
    }

    .logo__text.logo__text_es h1{
        font-size: 18.5px;
        margin: 0px -23px;
    }

    .post-author__contact {
        text-align: left;
        margin-top: 30px;
        border-top: 1px dashed #ccc;
        padding: 20px 0 10px 0;
        border-bottom: 1px dashed #ccc;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .logo__text h1{
        font-family: "Open sans", arial;
        font-size: 22.5px;
        line-height: 65px;
        font-weight: bold;
    }

    .logo__text.logo__text_es h1{
        font-size: 16.5px;
    }

    .slider-news {
        min-height: 200px;
    }

    #carousel .controls li {
        display: none;
    }

    #carousel .controls li.active {
        display: block;
    }

    .mobile_summary {
        display: block;
        margin-top: 10px;
        font-size: 13px;
    }

    .bg_sevent_box {
        display: none;
    }

    .bg_short-image--fullwidth {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .short-image--fullwidth {
        min-height: 230px !important;
    }

}

@media screen and (max-width: 390px) {
    .panel-horizontal__thumb {
        float: none;
        margin-right: 0px;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .logo__text h1{
        font-size: 22.5px;
        line-height: 30px;
        padding: 10px 0;
    }

    .logo__text.logo__text_es h1{
        font-size: 15.5px;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .now-reading__article {
        max-width: 680px;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .section-content__thumb {
        margin-bottom: -5px;
    }

    .section-content_desc {
        padding-top: 0px
    }
}

@media all and (min-width: 992px) and (max-width: 1023px) {
    .col-md-8.pln.home-slide-image {
        width: 100%
    }
}

@media all and (min-width: 800px) and (max-width: 991px) {
    .short-video--left {
        margin-left: -40px;
    }
}

@media all and (max-width: 991px) {
    #blockA {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #blockB {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    #category-topics .thumb:hover img, #category-topics-bottom .thumb:hover img, .section-content .thumb:hover img, #hot-topics .thumb:hover img {
        transform: none;
    }

    blockquote {
        margin-left: 20px;
    }

    .this-lang-fr blockquote {
        margin-left: 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .section-content__thumb {
        margin-bottom: -15px;
    }
}

@media all and (min-width: 768px) {
    .flex-aside {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        background: #eee;
        margin-left: 2%
    }

    .flex-aside-featured-left {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        margin-left: 2%
    }

    .flex-aside-featured-right {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        margin-left: 2%
    }

    .flex-aside-1 {
        order: 1
    }

    .flex-aside-2 {
        order: 2
    }

    .flex-aside-dual {
        margin-left: 2%;
        -webkit-box-flex: 0 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 48%;
        /* Chrome */
        -ms-flex: 0 48%;
        /* IE 10 */
        flex: 0 48%;
        background: #f0f0f0;
        margin-bottom: 20px
    }

    .flex-aside-single {
        margin-left: 2%;
        -webkit-box-flex: 0 23%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 23%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 23%;
        /* Chrome */
        -ms-flex: 0 23%;
        /* IE 10 */
        flex: 0 23%;
        background: #f0f0f0;
        margin-bottom: 20px;
        overflow: hidden
    }

    .flex-aside-single:hover .hover-up {
        top: 0;
        background-color: #f0f0f0;
        opacity: 1;
        height: 100%;
    }
}

@media all and (max-width: 767px) {
    .flex-aside-dual .thumb, .flex-aside-single .thumb {
        margin-bottom: 0px !important;
    }

    .section-content__thumb, .flex-aside-dual .section-content__thumb {
        max-height: none;
    }

    .flex-aside-featured-left .flex-thumb {
        position: inherit;
        min-height: 380px;
        height: 100%;
        width: 100%
    }

    .flex-aside-featured-left .section-content_desc {
        position: inherit;
        top: 0;
        height: auto
    }

    .post-related .col-xs-6:nth-child(2n+1) {
        clear: both
    }

    .sevent_fullwidth {
        margin: 0px;
        background-color: #f4f4f4;
        border-left: 0rem solid #f4f4f4;
        border-right: 0rem solid #f4f4f4;
        min-height: 162px;
        padding: 40px 0px;
        padding: 40px;
    }

    .sevent, .sevent_left, .sevent_right {
        width: 100%;
        padding-bottom: 0px;
    }

    .short-video--right {
        margin-right: 0px;
        margin-left: 20px;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .flex-aside-single {
        margin-left: 2%;
        -webkit-box-flex: 0 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 48%;
        /* Chrome */
        -ms-flex: 0 48%;
        /* IE 10 */
        flex: 0 48%;
        background: #f0f0f0;
        margin-bottom: 20px;
        overflow: hidden
    }
}

@media all and (max-width: 480px) {
    .flex-aside-featured-left .flex-thumb, .flex-aside-featured-left-single .flex-thumb {
        min-height: 300px;
        width: 100%;
        position: inherit;
        display: block
    }

    .flex-aside-featured-left-single .section-content_desc {
        position: relative;
        top: 0%;
        height: auto;
        margin-left: 0;
        min-height: auto;
    }

    #carousel .controls li {
        border-left: 0px;
    }
}

/* pagination */

.pagination > li > a {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9C9C9C;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
}

.pagination > li > span {
    background-color: #FFFFFF;
    color: #444444;
}

.pagination > li.page_active > a {
    background-color: #444444;
    color: #FFFFFF;
}

.pagination > li.page_active > a:hover {
    color: #FFFFFF;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #444444;
}

.multiselect.dropdown-toggle.btn.btn-default {
    border-radius: 4px;
    background-color: #ffffff;
}

.multiselect.dropdown-toggle.btn.btn-default:hover {
    border-color: #ccc;
    color: #444444;
}

.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 5px;
}

.filter-btn {
    background-color: #ED0606;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #ED0606;
}

.popular-topics__list a:hover {
    color: #444;
}

/* featured post */

.featured__post {
    color: #FF0000;
}

.pagination li span.active {
    background: transparent !important;
}

/* event box full with botb 2015 */

.related_promo_botb-2015 .bg_sevent_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    max-height: 209px;
    overflow: hidden;
}

.related_promo_botb-2015 .sevent_fullwidth {
    padding: 40px 0px;
}

.related_promo_botb-2015 .sevent {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .sevent_left {
        text-align: center;
    }

    .related_promo_botb-2015 .sevent_fullwidth {
        padding: 40px 20px;
    }
}

.extra-box {
    border: solid 1px #FCFCFC;
    padding: 10px 16px;
    width: 45%;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "Roboto", arial;
    font-size: 18px;
    background-color: rgba(234, 234, 234, 0.62);
}

.extra-box.right {
    float: right;
}

.extra-box.left {
    float: left;
}

@media all and (max-width: 767px) {
    .extra-box {
        width: 100% !important;
    }
}

.extra-box.full {
    width: 100%;
}

/* navigation single next,prev article */

}
.featured_image_blog .now-reading__sosmed_single-share {
    background-color: transparent;
}

.fa-stack {
    width: 1.9em;
}

/* navigation single next,prev article */
#nextTitle,
#prevTitle {
    display: none;
    position: fixed;
    right: 120px;
    width: 350px;
    top: 45%;
    padding-right: 5px;
    height: 72px;
    border: 1px solid #dedede;
    padding: 15px 15px;
    background-color: #f5f5f5;
    font-family: "Roboto", arial;
    z-index: 90;
    opacity: 0.9;
    text-align: left !important;
}

#prevTitle {
    left: 120px;
}

.next_page_nav {
    position: fixed;
    right: 57px;
    border: 1px solid #dedede;
    top: 45%;
    width: 64px;
    z-index: 3;
    color: #24A2B8;
    background-color: #f7f7f7;
    height: 72px;
    text-align: center;
}

.prev_page_nav {
    position: fixed;
    left: 57px;
    border: 1px solid #dedede;
    top: 45%;
    width: 64px;
    z-index: 3;
    color: #24A2B8;
    background-color: #f7f7f7;
    height: 72px;
    text-align: center;
}

.next_text {
    float: left;
    width: 62px;
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
    font-size: 11px;
}

.prev_text {
    float: left;
    width: 62px;
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
    font-size: 11px;
}

.next_page a, .prev_page a {
    padding: 0 20px;
    font-size: 19px;
    color: #999;
    float: left;
    width: 64px;
    text-align: center;
}

i.fa.fa-angle-right, i.fa.fa-angle-left {
    text-align: center;
    width: 21px;
    padding-top: 10px;
}

/*VIDEO Section Homepage*/

.video-featured {
    position: relative;
    cursor: pointer;
}

.video-info {
    position: relative;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    padding: 15px 0px 0px 0px;
}

.video-info h1.title, .video-info .info .category, .video-info h1.title:hover {
}

.video-info .media-left {
}

.section-category .read-more {
    margin-top: 15px;
    font-size: 12px;
}

.youtube-followbutton {
    margin-bottom: 15px;
}

.youtube-followtext {
    width: 150px;
    line-height: 28px;
}

.video-button-play {
    position: absolute;
    top: 30%;
    left: 40%;
}


/** commentlist style **/
.commentlist{
    padding-left:0px;
    margin-left:0px;
}
.commentlist li{
    list-style:none;
    position:relative;
}
.commentlist li::before{
    position: absolute;
    content: " ";
    left: 30px;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px dotted #dddddd;
    z-index: -1;
}
.commentlist li ul.children{
    padding-left:65px;
}
.commentlist .event{

}
.commentlist .odd{

}
.comment-author{

}
.comment-author img{
    display:inline-block;
    border-radius:15px;
    margin-right:15px;
}
.comment-meta{
    padding-left:50px;
}
.comment-meta a{
    color: #c5c5c5;
    font-weight: 300;
    font-size: 12px;
}
.comment-body {
    background: #f5f5f5;
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.comment-body p{
    margin-left:50px;
}
.reply{
    text-align:right;
}
.reply a{
    background:#ddd;
    padding:5px 15px;
    border-radius:3px;
}
.reply a:hover{
    background-color:#333;
    color:#ddd;
}

#commentform{
    margin-bottom:60px;
}
sup a {
    color: #24A2B8;
}
/*.section-twoside-videos{
    display:none;
}*/


/*Update style by Rizky Utama 22/9/17*/

/*Landing Page*/
    .slider-news h2{
        font-family: 'Roboto', arial;
        font-weight: bold !important;
        font-size: 25px !important;
        line-height: 1.2;
    }

    #carousel .controls li .section-category .title h2{
        font-size: 14px !important;
        line-height: 19px;
        font-family: "Roboto", arial;
        font-weight: bold;
        color: #171717;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #carousel .controls li.active .section-category .title h2{
        color: #ffffff;
    }

    .section-category .title{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h2{
        font-family: "Roboto", arial;
        font-size: 17px;
        font-weight: bold;
        color: #171717;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h2:hover {
        color: #737373;
    }

    .section-category .title h4{
        font-family: "Roboto", arial;
        font-size: 17px;
        font-weight: bold;
        color: #171717;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h4:hover {
        color: #737373;
    }

    .section-category_name h3{
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        line-height: 21px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ed0606;
        margin: 15px 0px;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .hot-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*.hot-topics-list .media .media-heading .title h3{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }*/

    .media .media-heading .title h4:hover, .category-topics-list .media .media-heading .title h4:hover, .popular-topics-list .media .media-heading .title h4:hover{
            color: #737373;
    }

    .category-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .popular-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
    }

/* Single Page */
    .widget.post-popular h3 {
        font-family: "Roboto", arial;
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid #000;
        line-height: 40px;
    }
    .widget .post-popular__list-title h4{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5em;
        font-family: "Roboto", arial;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .post-author__list-title h4{
        font-size: 14px;
        line-height: 1.42857143;
        margin-bottom: 0px;
        margin-top: 0px;

    }

    .post-related__title h4{
        font-size: 14px;
    }

    .post-related-title h3{
            margin-bottom: 15px;
            margin-top: 0px;
            color: #575757;
            /* margin: 24px 0px; */
            font-family: "Roboto", arial;
            font-size: 16px;
            font-weight: bold;
    }

    .widget-footer-pupular{
        font-family: "Roboto", arial;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post-author__more-title h3{
        color: #ffffff;
        font-family: "Roboto", arial;
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .short-image__type h3{
        font-size: 12.5px;
        text-transform: uppercase;
        color: #9e9e9e;
        line-height: 1.4em;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .short-image__title h4{
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .widget.post-popular h4{
        border-top: none;
    }

    #singlePopular .widget.post-popular h4{
        border-top: none !important;
    }

    .post-entry.hide_content{
        padding: 20px 30px;
        background-color: #ddd;
        margin-bottom: 200px;
    }
    .post-entry.hide_content a{
        color: #00acee;
    }


.wp-caption.aligncenter{
    margin:0 auto;
    margin-bottom:80px;
}




@font-face {
    font-family: roboto-light;
    src: url("https://forestsnews.cifor.org/wp-content/themes/CIFOR2.0/fonts/Roboto-Light.ttf");
}

.header-main {
    color: #FFFFFF;
}

.header-main__top {
    min-height: 30px;
    background: #597a50;
}

.header-main__top a {
    color: #FFFFFF;
}

ul.header-main__top--list, ul.header-main__top--lang {
    margin: 0px;
    padding: 0px;
    height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

ul.header-main__top--list li {
    list-style: none;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

ul.header-main__top--list li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.header-main__top--right {
    float: right;
    text-align: right;
}

ul.header-main__top--lang li {
    list-style: none;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
}

ul.header-main__top--lang li.active a {
    color: #98ad93;
}

ul.header-main__top--lang li:last-child {
    padding-right: 0px;
}

.sticky-wrapper {
    height: auto !important;
}

.header-main__menus {
    background: #864343;
    min-height: 65px;
    padding-bottom: 0px;
}

.header-main__menus .row {
    position: relative;
}

.is-sticky .header-main__menus {
    width: 100%;
    z-index: 10;
}

.header-main__menus.header--single {
    display: none;
}

.logo {
    line-height: 65px;
}

.logo img {
    height: 30px;
}

.logo a, .main-menus__nav ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.logo__text {
    font-family: 'Open sans', arial;
    font-size: 36.5px;
    line-height: 65px;
    font-weight: bold;
}

.logo__text.logo__text_es h1{
    font-size: 31.5px;
}

.logo__text span {
    color: #c7a158;
}

.main-menus__nav {
    float: right;
    margin-right: 60px;
}

.main-menus__nav ul {
    margin: 0px;
    padding: 0px;
    min-height: 65px;
}

.main-menus__nav ul li {
    line-height: 65px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    float: left;
    padding: 0 15px;
}

/* search */

.button-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    background: rgb(134, 67, 67);
}

.scrolled-search .input-icon.right .button-search {
}

.search-box {
    position: absolute;
    /* text-align: center; */
    right: 0;
    line-height: 65px;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
    color: #FFFFFF;
    border-left: 2px solid rgba(255, 255, 255, 0.16);
    z-index: 10;
    width: 100%;
}

.search-form-click {
    display: none;
    position: absolute;
    background-color: rgb(134, 67, 67);
    width: 100%;
    height: 55px;
    top: 0px;
    right: 0px;
    z-index: 2;
    padding: 0;
}

.search-form-click input {
    /*line-height: 30px;*/
    height: 65px;
    background-color: transparent;
    border-bottom: 0px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    padding: 0px 15px;
    border: 0px;
    font-weight: 300;
}

.search-form-click.scrolled-search input {
    line-height: 40px;
    height: 55px;
}

.button-search .fa-search, .button-search .fa-times {
    padding: 12px 20px;
    /*border-left: 2px solid #B36565;*/
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 11px;
}

.input-icon.right > i {
    color: #FFFFFF;
    font-size: 28px;
    cursor: pointer;
}

.input-icon.right .button-search {
    /* float: right; */
    position: absolute;
    right: 0;
    line-height: 42px;
}

.search-form-click input::-webkit-input-placeholder {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    padding-top: 5px;
    font-weight: 300;
}

.search-form-click input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

.search-form-click input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

.search-form-click input:-ms-input-placeholder {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    height: 43px;
    font-weight: 300;
}

/* header single article */

.now-reading {
    line-height: 65px;
    font-size: 18px;
    font-family: 'Roboto';
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0px;
    padding-left: 15px;
}

.now-reading__title {
    padding-right: 10px;
    float: left;
    max-width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px
}

.now-reading__article {
    float: left;
    max-width: 480px;
    position: relative;
    height: 55px;
    overflow: hidden;
    font-weight: 300;
}

/*
.now-reading__article:after {
    content: '';
    position: absolute;
    height: 65px;
    width: 300px;
    right: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzg0NWM2NiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjQzNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(79%, rgba(132, 92, 102, 0)), color-stop(100%, #864343));
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}
*/

.now-reading__sosmed {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    right: 60px;
    background: #864343
}

.now-reading__sosmed a {
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.now-reading__sosmed span {
    cursor: pointer;
}

.now-reading__sosmed-share {
    display: none;
    position: absolute;
    background-color: #C9A252;
    width: 326px;
    left: 0;
    padding: 0 30px;
    border-radius: 0 0 10px 10px;
    line-height: 50px;
}

.now-reading__sosmed_single {
    line-height: 60px;
}

.now-reading__sosmed_single-share {
    display: none;
    /*position: relative;*/
    background-color: #fff;
    /*width: 326px;*/
    /*right: 0;*/
    /*border-radius: 0 0 10px 10px;*/
    line-height: 40px;
    padding-bottom: 0px;
    margin-left: 90px;
}

.header--single .button-search .fa-search {
    border-left: 0px;
}

.ss_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #EAEAEA;
    cursor: pointer;
}

.ss_icon.btn-facebook:hover {
    background-color: #3b5998;
    color: #FFFFFF;
}

.ss_icon.btn-twitter:hover {
    background-color: #00acee;
    color: #FFFFFF;
}

.ss_icon.btn-googleplus:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.ss_icon.btn-linkedin:hover {
    background-color: #438CD2;
    color: #FFFFFF;
}

.ss_icon.btn-stumbleupon:hover {
    background-color: #77B177;
    color: #FFFFFF;
}

.ss_icon.btn-reddit:hover {
    background-color: #3b5998;
    color: #FFFFFF;
}

/* slider ======== */

.slider-news {
    margin-bottom: 17px;
    min-height: 465px;
}

.slider-news #carousel .carousel-inner .item .caption {
    background: #1d1515;
    height: 400px;
}

.slider-news #carousel .carousel-inner .item img {
    height: 400px;
}

/*
.caption-last {
    width: 50px;
    height: 370px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    z-index: 5;
    right: -50px;
    border-bottom: 624px solid #1d1515;
    border-right: 50px solid transparent;
}
*/

.caption-last {
    border-right: 5px solid #1D1515;
    position: absolute;
    top: 0;
    right: -3px;
    height: 400px;
    z-index: 5;
}

#carousel .caption .description {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-style: italic;
    /* max-height: 95px; */
    overflow: hidden;
}

#carousel .caption .description:before {

}

#carousel .caption .title {
    font-family: 'Roboto', arial;
    font-weight: bold !important;
    font-size: 25px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #614B4B;
}

.author-blog {
    font-weight: 900;
    font-family: 'Roboto';
    font-size: 13px;
    color: #898989;
    font-style: normal;
}

.read-this {
    margin-top: 15px;
    font-weight: bold;
    font-size: 12px;
}

.read-this-icon {
    border: 1px solid #47704e;
    padding: 1px 6px 2px 8px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 5px;
    color: #47704e;
}

.slider-news #carousel .carousel-inner {
    height: 400px;
}

.caption-text {
    height: 90px;
}

#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #eee;
}

#myCarousel .nav a {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", arial;
    font-weight: bold;
    line-height: 1.4em;
}

h1, .h1 {
    font-size: 50px;
    margin-top: 0;
}

p {
    margin: 15px 0 20px 0;
}

/* control slide */

#carousel .controls {
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    background: #f5f5f5;
}

#carousel .controls li {
    border-bottom: 3px solid #444;
    width: 275px; /*35%;*/
}

#carousel .nav > li.active {
    background: #eee;
}

.nav > li > a:hover {
    background: transparent;
}

.nav > li:hover {
    background: #eee;
    cursor: pointer;
}

#carousel .controls li .section-content {
    margin-bottom: 0px;
}

#carousel .controls li:nth-child(2) {
    width: 297px /*34%;*/
}

#carousel .controls li .section-category .title {
    font-size: 14px;
    line-height: 19px;
}

#carousel .controls li.active .section-category .title {
    color: #ffffff;
}

#carousel .controls li.active .section-category .category {
    color: #c6c6c6;
}

#carousel .controls li:first-child {
    border-left: 0px;
}

#carousel .controls li {
    border-left: 1px solid #E0E0E0;
    display: table-cell;
    height: 100%;
}

#carousel .controls li.active {
    background-color: #707070;
    border-bottom: 3px solid #ed0606;
}

#carousel .controls .section-category {
    margin-bottom: 5px;
}

.carousel-inner .item {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 300ms;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 300ms;
    animation: fadeIn ease-in 300ms;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    animation-duration: 300ms;
}

.carousel-inner .item .active {

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

}

/* section category */

.section-category {
    position: relative;
}

.section-category .title {
    font-family: "Roboto", arial;
    font-size: 19px;
    font-weight: bold;
    color: #171717;
    line-height: 22px;
}

.section-category .title:hover {
    color: #737373;
}

.section-category .info {
    margin-bottom: 5px;
}

.section-category .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.section-category .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.section-category .section-excerpt {
    margin-top: 10px;
    /* font-family: "PT Serif", serif; */
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
}

.section-category .section-content-featured h1.title {
    font-family: "Roboto", arial;
    font-size: 28px;
    font-weight: bold;
    color: #171717;
    line-height: 1.2em;
    margin: 0px;
}

.section-category .section-content-featured .info {
    margin-bottom: 5px;
}

.section-category .section-content-featured .section-excerpt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}

.section-category .section-content-featured .thumb-featured {
    margin-bottom: 25px;
}

.mbxxl {
    position: relative;
}

.mbxxl:before {
    position: absolute;
    right: 25%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
}

.topic-post__title h1 {
    font-size: 48px;
}

#category-topics-bottom {
    position: relative;
}

#category-topics-bottom:before {
    position: absolute;
    left: 32%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
}

#category-topics-bottom:after {
    position: absolute;
    right: 34%;
    height: 100%;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
    top: 0;
}

.cf-bump {
    position: relative;
    background-color: #ffffff;
    width: 96%;
    padding-right: 10px;
    margin-top: -98px;
    padding-top: 15px;
    /* margin-bottom: 15px; */
}

.hot-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.media .media-heading .title:hover, .category-topics-list .media .media-heading .title:hover, .popular-topics-list .media .media-heading .title:hover {
    color: #737373;
}

.hot-topics-list .media .info {
    margin-bottom: 5px;
}

.hot-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.hot-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

#category-topics .category-topics-list > .media {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.category-topics-list {
    margin-top: 20px;
}

.category-topics-list .media {
    border-bottom: 0px;
    border-top: 1px dotted #D5D5D5;
    padding-top: 15px;
}

.category-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.category-topics-list .media .info {
    margin-bottom: 5px;
}

.category-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.category-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.popular-topics-list {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
}

.popular-topics-list li {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    list-style: none;
}

.popular-topics-list li:first-child > .media {
    padding-top: 0px;
    border-top: 0px;
}

.popular-topics-list li:nth-child(1) {
    border-left: 5px solid rgba(237, 6, 6, 0.8);
}

.popular-topics-list li:nth-child(2) {
    border-left: 5px solid rgba(237, 6, 6, 0.6);
}

.popular-topics-list li:nth-child(3) {
    border-left: 5px solid rgba(237, 6, 6, 0.4);
}

.popular-topics-list li:nth-child(4) {
    border-left: 5px solid rgba(237, 6, 6, 0.2);
}

.popular-topics-list li:nth-child(5) {
    border-left: 5px solid rgba(237, 6, 6, 0);
}

.popular-topics-list .media {
    border-bottom: 0px;
    border-top: 1px dotted #e5e5e5;
    padding-top: 15px;
    padding-bottom: 10px;
}

.popular-topics-list .media .media-heading .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 20px;
}

.popular-topics-list .media .info {
    margin-bottom: 5px;
}

.popular-topics-list .media .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.popular-topics-list .media .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.cb-margin-top-0 {
    margin-top: 0 !important;
}

.section-category_name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ed0606;
    margin: 15px 0px;
    position: relative;
    overflow: hidden;
}

.section-category_name > a, .section-category_name > span {
    color: #ed0606;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
    z-index: 1;
}

.section-category_name > span {
    background: none;
    color: #707070;
}

.section-category_name:after {
    content: '';
    display: inline-block;
    background: url(../images/pattern/bg-heading.png) repeat;
    position: absolute;
    height: 14px;
    width: 100%;
    top: 3px;
    /* right: 0; */
    padding: 0px 15px;
    /* overflow: hidden; */
}

.border-top {
    border-top: 1px solid #dddddd;
    margin-right: -15px;
    padding-right: 15px;
}

.border-top--left {
    border-top: 1px solid #dddddd;
    margin-left: -15px;
    padding-left: 15px;
}

.border-left {
    border-left: 1px solid #dddddd;
}

.logo-text-footer {
    text-align: left;
    font-size: 21px;
    font-family: "Roboto", arial;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

.logo-text-footer a {
    color: #FFFFFF;
}

.logo-text-footer img {
    max-width: 94px;
    float: left;
    margin: -8px 5px 0px 0;
}

/*------------------------------------
  LISTS
------------------------------------*/

ul.triple {
    width: 102%;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 0px solid #ccc;
    margin-left: -2%;
}

ul.triple li {
    line-height: normal;
    border-bottom: 0px solid #ccc;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    float: left;
    background-color: #1F1F1F;
    /* line-height: 2em; */
    width: auto;
    margin-bottom: 2%;
    padding: 2%;
}

ul.triple li:hover {
    background-color: #151515;
}

ul.triple li a {
    color: #FFFFFF;
    font-weight: 300;
}

#double li {
    width: 50%;
}

.triple li {
    width: 30.33%;
}

#quad li {
    width: 25%;
}

#six li {
    width: 16.666%;
}

#footer .section-category .section-name {
    border-top: 0px solid #ffffff;
    padding-top: 0px;
    margin-bottom: 25px;
    font-family: 'Roboto Condensed', arial;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
}

.heading-subscribe {
    padding: 0 0px 10px 0;
}

/* cc desc */

.icon-cc {
    width: 30px;
    padding: 0px 0px 10px 0px;
    float: left;
}

.cc-desc {
    display: inline-block;
    /* float: left; */
    width: 80%;
    font-size: 12px;
    margin-left: 13px;
    color: #F0F0F0;
}

.cc-desc a {
    color: #818181;
}

.search-form {
    display: none;
}

.mobile-menus {
    position: absolute;
    right: 0;
    margin-top: -53px;
    color: #FFFFFF;
    padding: 0px;
    font-size: 16px;
    display: none;
    cursor: pointer;
}

.mobile-menus:hover {
    cursor: pointer;
}

/*------------------------------------
  SINGLE POST
------------------------------------*/

.post-title {
    margin-bottom: 50px;
    margin-top: 30px;
}

.post-title__sub {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22.5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #625d93;
}

.post-title__heading h1 {
    font-family: "Roboto", arial;
    font-size: 68px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0px 0 0px 0;
}

.post-title .divider-001 {
    width: 100%;
    margin-bottom: 23px;
    margin-top: 10px;
}

.post-title .divider-001:after {
    content: ' ';
    border-bottom: 1px solid #ccc;
    height: 5px;
    position: absolute;
    width: 96%;
    margin-top: 5px;
    /* background-color: #ccc; */
    margin-left: 5px;
}

.post-title .subtitle {
    font-family: "PT Serif", serif;
    font-size: 21.5px;
    line-height: 1.5em;
    font-style: italic;
    color: #7e7e7e;
}

.bc-author {
    width: 100%;
}

.bc-author__box {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.post-author__text .bc-author__box {
    padding-bottom: 0px;
}

.bc-author__thumb {
    float: left;
}

.bc-author__thumb img {
    border-radius: 100%;
}

.bc-author__name {
    width: 65%;
    float: left;
    margin-left: 10px;
}

.bc-author__name span {
    display: block;
}

.bc-author__name span.name {
    text-transform: uppercase;
    color: #4b4b4b;
}

.post-author__text .bc-author__name span.name {
    text-transform: none;
}

.bc-author__name span.twitter {
    font-weight: normal;
    font-size: 12px;
}

.bc-author__postdate {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
    color: #9f9f9f;
    margin-top: 40px;
}

.bc-author__postshare {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
    color: #9f9f9f
}

.bc-author__postshare--left {
    float: left;
}

.bc-author__postshare--right {
    float: right;
    font-weight: normal
}

.bc-author__postcomment {
    line-height: 35px;
    border-top: 1px solid #F2F2F2;
    overflow: hidden;
}

.bc-author__postcomment--left {
    float: left;
}

.bc-author__postcomment--right {
    float: right;
    font-weight: normal
}

.post-entry {
    font-family: "PT Serif", serif;
    font-size: 18px;
    line-height: 1.5em;
}

.post-entry ol li, .post-entry ul li {
    word-wrap: break-word;
}

.post-entry__thumb {
    margin-bottom: 20px;
}

.post-entry__thumb-caption, .wp-caption-text {
    font-family: "Roboto", arial;
    font-size: 13.5px;
    line-height: 1.5em;
    font-weight: normal;
    color: #a2a2a2;
    padding: 10px 0px;
}

.featured_image_blog .post-entry__thumb-caption, .wp-caption-text {
    padding: 10px 0px 0px 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.post-entry__thumb-caption a {
    color: #24A2B8;
}

.wp-caption-text {
    padding: 0px;
    margin-top: 10px;
}

.post-entry p > a, .post-entry p a {
    border-bottom: 0px solid #3fb34f;
    color: #24A2B8;
}

.widget {
    margin-bottom: 60px;
}

.widget.post-popular.single-widget {
    margin-right: -60px;
    z-index: 9;
}

.widget.post-popular h4 {
    font-family: "Roboto", arial;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #000;
    line-height: 40px;
}

.widget .post-popular__list {
    margin-left: 0px;
    padding-left: 0px;
}

.widget .post-popular__list li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px solid #F2F2F2;
}

.widget .post-popular__list li:first-child {
    padding-top: 0px;
}

.widget .post-popular__list-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Roboto", arial;
}

.short-link {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 0;
    font-family: "Roboto", arial;
    margin-left: -40px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.short-link__box {
    min-width: 134px;
    display: table-cell;
    vertical-align: middle;
}

.short-link__box span {
    display: block;
    padding: 10px 20px;
    background-color: #f59331;
    color: #FFFFFF;
    text-align: center;
}

.short-link__desc {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold
}

.short-image {
    width: 260px;
    font-family: "Roboto", arial;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    /* modifier */
}

.short-image__thumb {
    width: 260px;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;
}

.short-image__type {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 1.4em;
}

.short-image__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4em;
}

.short-image--right {
    float: right;
    margin-right: -140px;
}

.short-image--left {
    float: left;
    margin-left: -140px;
}

.short-video {
    width: 260px;
    font-family: "Roboto", arial;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    /* modifier */
}

.short-video__thumb {
    width: 260px;
    margin-bottom: 15px;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.short-video__thumb i.fa.fa-play-circle-o {
    color: #fff;
    font-size: 40px;
}

.short-video__type {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 1.4em;
}

.short-video__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4em;
}

.short-video__icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 30px;
}

.short-video--right {
    float: right;
    margin-right: -140px;
}

.short-video--left {
    float: left;
    margin-left: -140px;
}

/*
.short-quote {
    position: relative;
    margin-left: -60px;
}

.short-quote blockquote {
    font-size: 28.5px;
    line-height: 1.3em;
    color: #f59331;
    font-family: "PT Serif", serif;
    border-left: 0px;
    font-weight: bold;
}

.short-quote blockquote:before {
    content: '\f10d';
    font-family: 'fontawesome';
    font-size: 33px;
    position: absolute;
    margin-left: -45px;
    top: 25px;
}

.short-quote blockquote footer {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
*/

blockquote {
    position: relative;
    margin-left: -60px;
    font-size: 28.5px;
    line-height: 1.3em;
    color: #f59331;
    font-family: "PT Serif", serif;
    border-left: 0px;
    font-weight: bold;
}

/*
blockquote:before, .this-lang-fr blockquote:before {
    background:url('../../images/quote.png') no-repeat;
    height:64px;
    width:64px;
    content: '“';
    font-family: 'georgia';
    font-size: 64px;
    position: absolute;
    margin-left: -40px;
    top: 40px;
    opacity: 0.5;
}
*/

blockquote:before, .this-lang-fr blockquote:before {
    background: url('../../images/quote.png') no-repeat;
    background-size: 33px 24px;
    height: 64px;
    width: 64px;
    content: ' ';
    font-family: 'georgia';
    font-size: 64px;
    position: absolute;
    margin-left: -48px;
    top: 31px;
    opacity: 0.5;
}

.this-lang-fr blockquote:before {
    content: "«";
    background: transparent;
    font-size: 48px;
    margin-left: -34px;
    top: 22px;
}

blockquote footer {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.post-topics {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 20px 0;
}

.post-topics a {
    font-family: "Roboto", arial;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #e5e5e5;
    margin-right: 10px;
    border-radius: 20px;
    color: #444;
}

.post-topics a:hover {
    background-color: #222;
    color: #ccc;
}

.post-topics span {
    font-family: "PT Serif", serif;
}

.post-keywords {
    padding: 10px 0 30px 0;
}

.post-keywords a {
    font-family: "Roboto", arial;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #e5e5e5;
    margin-right: 10px;
    border-radius: 20px;
    color: #444;
    display: inline-block;
    margin-bottom: 15px;
}

.post-keywords a:hover {
    background-color: #222;
    color: #ccc;
}

.post-keywords span {
    font-family: "PT Serif", serif;
}

.post-author__top {
    padding: 24px;
    background: #ebebeb;
    overflow: hidden;
}

.post-author__thumb {
    width: 85px;
    border-radius: 100%;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.post-author__thumb img {
    border-radius: 100%;
}

.post-author__text {
    display: block;
    padding-left: 104px;
    min-height: 85px;
}

.post-author__text--linetop {
    border-top: 1px solid #d4d4d4;
    padding-top: 24px;
    margin-top: 24px;
}

.post-author__name {
    font-family: "Roboto", arial;
    font-size: 15px;
    color: #EBEBEB;
    margin-bottom: 5px;
}

.post-author__desc {
    font-family: "Roboto", arial;
    font-size: 14px;
    font-weight: 300;
    color: #6d6d6d;
}

.post-author__contact {
    text-align: left;
}

.post-author__contact-email {
    float: left;
    margin-right: 45px;
}

.post-author__contact-location {
    float: left;
    margin-right: 45px;
}

.post-author__contact-post {
    float: left;
    margin-right: 45px;
}

.post-author__contact span {
    display: block;
    color: #707070;
}

.post-author__contact span:first-child {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}

.post-author__contact span:last-child {
    font-family: "Roboto", arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.post-author__more {
    padding: 24px;
    background-color: #464646;
    overflow: hidden;
}

.post-author__more-title {
    color: #ffffff;
    font-family: "Roboto", arial;
    font-size: 16px;
    margin-bottom: 15px;
}

.post-author__more-link {
    text-align: right;
}

.post-author__more-link a {
    color: #FFFFFF;
    font-weight: normal;
}

.post-author__more:before {
    height: 10px;
    width: 10px;
    border-left: 15px solid transparent;
    border-top: 15px solid #EBEBEB;
    border-right: 15px solid transparent;
    position: absolute;
    content: '';
    border-bottom: 14px solid transparent;
    margin-top: -28px;
    margin-left: 27px;
}

.post-author__more a {
    color: #FFFFFF;
}

.post-author__more a:hover {
    color: #cccccc;
}

.post-author__more-link {
    color: #FFFFFF;
}

.post-author__list {
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.post-author__list li {
    list-style: none;
    max-width: 40%;
    float: left;
    margin-right: 15px;
}

.post-author__list li a {
    color: #FFFFFF;
}

.post-author__list-thumb {
    margin-top: 5px;
    width: 65px;
    margin-right: 15px;
    float: left;
}

.post-author__list-thumb img {
    max-width: 65px;
}

.post-author__list-title {
    display: block;
    padding-left: 80px;
}

.post-related {
    margin: 4px 0px;
    font-family: "Roboto", arial;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.post-related__link.home_related_link {
    font-weight: 300;
}

#category-topics-bottom .post-related__link.home_related_link {
}

.post-related-title {
    margin-bottom: 15px;
    color: #575757;
}

.post-related__title {
    font-size: 14px;
}

.post-related__title a {
    color: #191919;
}

.post-related__thumb {
    margin-bottom: 14px;
}

.post-related__thumb img {
    width: 100%;
    height: 124px;
}

.post-related__link {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    margin-top: 24px;
    font-weight: bold;
    padding: 0 10px 15px;
}

/*------------------------------------
  TOPIC POST
------------------------------------*/

.topic-section {
    margin-top: 15px;
}

.topic-section .slider-news {
    min-height: 355px;
    margin-bottom: 30px;
}

.topic-section .slider-news a .caption .title {
    color: #FFFFFF;
}

.topic-headline {
    border-top: 1px solid #F4EEEE;
    margin-bottom: 30px;
}

.topic .info .category {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
}

.topic .info .date-created {
    font-family: "Roboto", arial;
    font-weight: 300;
    font-size: 13.5;
    color: #c6c6c6;
}

.topic .media-heading {
    margin-top: 5px;
}

.topic .title {
    font-family: "Roboto", arial;
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    line-height: 22px;
    margin-top: 10px;
    line-height: 1.3em;
}

.topic .section-excerpt {
    margin-top: 10px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 20px;
}

.topic--large {
    background-color: #f4f7f4;
    margin-bottom: 0px;
}

.topic--large .section-category_name > a {
    background-color: #F4F7F4;
}

.panel {
    background-color: #f4eeee;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    margin-bottom: 30px;
}

.panel-vertical__desc {
    background-color: #f4eeee;
    padding: 17px 15px;
}

.panel-vertical__desc.bg--purple {
    background-color: #902c8e;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.panel-vertical__desc.bg--purple a {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--purple .section-excerpt {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--green {
    background-color: #597a50;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.panel-vertical__desc.bg--green a {
    color: #FFFFFF;
}

.panel-vertical__desc.bg--green .section-excerpt {
    color: #FFFFFF;
}

.panel-horizontal {
    background-color: #f4eeee;
    overflow: hidden;
}

.panel-horizontal__thumb {
    float: left;
    margin-right: 15px;
}

.panel-horizontal__desc {
    padding: 10px 15px;
}

.list-post {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*3 is just placeholder -- can be anything*/
}

.list-post-one {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /*3 is just placeholder -- can be anything*/
}

.list-post-one li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #F4EEEE;
    list-style: none;
}

.list-post-one li:last-child {
    border-bottom: 0px;
}

.list-post li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #F4EEEE;
    margin-right: 30px;
}

.list-post li:nth-child(4n) {
    border-bottom: 0px;
}

.polular_list {
    margin-top: -15px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*3 is just placeholder -- can be anything*/
}

.polular_list li {
    display: inline-block;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #ddd;
    margin-right: 3%;
    width: 100%;
}

.polular_list li .number {
    text-align: center;
    margin: 0px 10px 10px 0px;
    font-size: 22px;
    padding: 5px;
    color: #d69291;
    padding-top: 0px;
    width: 30px
}

.polular_list li:nth-child(5n) {
    border-bottom: 0px;
}

.inline-block {
    display: inline-block
}

.vertical-top {
    vertical-align: top
}

.width-100 {
    width: 100%
}

.tabs__topic {
    margin-top: 15px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    background-color: #e2e2e2;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #5776b7;
    border: 1px solid #5776b7;
    margin-top: -8px;
    line-height: 2em;
    border-bottom-color: transparent;
}

/* widget */

.widget-area {
    margin-bottom: 30px;
}

/* topics page */

.topic .polular_list .media-heading {
    display: block;
}

/* tambahan */

.img-responsive {
    width: 100%;
}

.section-content, .hot-topics-list {
    margin-bottom: 15px;
    overflow: hidden;
}

.slider-news a {
    color: #FFFFFF;
}

.social-share {
    text-align: right;
    padding-left: 15px;
}

/*
#now-reading {
    position: absolute;
    height: 35px;
    width: 300px;
    right: 55px;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(79%, rgba(132, 92, 102, 0)), color-stop(100%, #864343));
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(132, 92, 102, 0) 79%, #864343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}
*/

.now-reading__sosmed::before {
    content: "";
    height: 35px;
    width: 56px;
    position: absolute;
    right: 110px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: -o-linear-gradient(right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: -moz-linear-gradient(right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    background: linear-gradient(to right, rgba(134, 67, 67, 0.3), rgb(134, 67, 67));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#864343', GradientType=1);
}

.show_mobile {
    display: none;
}

.ciforwidget {
    padding-left: 15px;
    overflow: hidden;
}


/* Header */
.header-main__top h4{
    font-size: 13px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.logo__text h1{
    font-family: 'Open sans', arial;
    font-size: 30.5px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sub_header_topic h4{
    font-weight: 300;
    font-size: 14px;
    line-height: 47px;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}



.ciforwidget img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    #wrapper .content #category-topics {
        padding: 0px 0 0 0;
    }

    .is-sticky .now-reading__article, .is-sticky .now-reading__title {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .social-share {
        text-align: left;
    }

    .widget-block {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 980px) {
    #category-topics-bottom:after, #category-topics-bottom:before, .mbxxl:before {
        width: 0px;
    }

    .mobile-menus, .search-form {
        display: block;
    }

    .header-main__menus {
        padding-bottom: 20px;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .button-search {
        display: none;
    }

    .mobile-menus {
        margin-right: 20px;
        z-index: 3;
    }

    .search-box {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 800px) {
    /*
      .container {
        margin-left: 10px; }
    */
    .logo {
        text-align: left;
    }

    .mobile-menus, .search-form {
        display: block;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .button-search {
        display: none;
    }

    .mobile-menus {
        margin-right: 20px;
        z-index: 3;
    }

    .search-box {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }

    .border-right {
        border-right: 0px;
    }

    .border-top {
        margin-right: 0px;
    }

    #wrapper .content #category-topics {
        padding: 0px;
    }

    .border-top--left {
        border-top: 0px;
        margin-left: 0px;
    }

    .sidebar .section-category .section-excerpt {
        display: none;
    }

    /* single post */
    .single-post .post-title__heading h1 {
        font-size: 46px;
    }

    .post-title .divider-001:after {
        width: 85%;
    }

    .bc-author {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .bc-author__box {
        padding-bottom: 12px;
        border-bottom: 1px solid #f2f2f2;
    }

    .bc-author__postdate {
        float: left;
        padding-right: 15px;
        border-top: 0px;
    }

    .bc-author__postshare {
        float: left;
        border-left: 1px solid #f2f2f2;
        padding-left: 15px;
        border-right: 1px solid #f2f2f2;
        border-top: 0px;
    }

    .bc-author__postshare--right {
        float: left;
        padding: 0px 10px;
    }

    .bc-author__postcomment {
        float: left;
        padding-left: 15px;
        border-top: 0px;
    }

    .post-entry__thumb img {
        max-width: 100%;
    }

    .widget.post-popular.single-widget {
        margin-right: 0px;
    }

    .short-link {
        border-top: 1px solid #ccc;
        margin-left: 0px;
        overflow: hidden;
    }

    .short-link__desc:after {
        clear: both;
    }

    /*
    .short-quote {
        margin-left: 50px;
    }
    */
    .short-video, .short-image {
        margin-left: 0px;
    }

    .post-related__thumb img {
        max-width: 100%;
    }

    .short-image--right {
        margin-right: 0px;
        margin-left: 15px;
    }

    .border-top--left {
        padding-left: 0px;
    }

    .border-left {
        border: 0px;
    }

    .home-slide-caption {
        position: relative;
    }

    .home-slide-image {
        position: relative;
    }

    .slider-news #carousel .carousel-inner .item img,
    .slider-news #carousel .carousel-inner .item .caption,
    .slider-news #carousel .carousel-inner,
    .slider-news {
        height: auto;
    }

    #wrapper .content #hot-topics #category-topics .section-category {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 767px) {
    .mobile-teaser-title {
        display: none;
        background: #eee;
        border-bottom: 3px solid #ed0606;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .ciforwidget {
        padding-left: 0px;
    }

    .mobile-teaser-title {
        display: block;
        background: #eee;
        border-bottom: 3px solid #444;
        padding: 15px;
        margin-top: -46px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .show_mobile {
        display: block;
    }

    #wrapper {
        margin-top: 20px;
    }

    /*
    .header-main__top--left {
        display: none;
    }
    */
    .header-main__top--left .hide-480 {
        display: none;
    }

    #carousel .controls li {
        min-height: 60px;
    }

    .slider-news #carousel .carousel-inner .item .caption {
        height: auto;
        position: relative;
    }

    /* single page */
    .widget.post-popular.single-widget {
        display: none;
    }

    /* single post slider */
    .metaslider .flexslider, .slides {
        /* background:rgba(0,0,0,0.7); */
    }

    .metaslider .caption-wrap {
        position: relative !important;
        z-index: 3;
    }

    .metaslider img {
        position: relative;
        z-index: 12;
    }
}

/* responsive */

@media screen and (max-width: 480px) {
    /* slider */
    #carousel .controls {
        margin-bottom: 30px;
    }

    #carousel .controls li {
        width: 100%;
    }

    #carousel .controls li:nth-child(2) {
        width: 100%;
    }

    .header-main__menus {
        padding-bottom: 0px;
    }

    #carousel .controls li {
        display: inline-block;
    }

    .border-right {
        border-right: 0px;
    }

    .border-top {
        margin-right: 0px;
        padding-right: 0px;
    }

    .border-left {
        border-left: 0px;
    }

    .border-top--left {
        border-top: 0px;
    }

    #wrapper .content #category-topics .boxed-category-left {
        margin-bottom: 25px;
    }

    #wrapper .content #category-topics .boxed-category-right {
        padding-left: 15px;
        margin-bottom: 25px;
    }

    #carousel .caption .description, .caption-last, /*.header-main__top--left,*/
    .button-search {
        display: none;
    }

    .slider-news {
        margin-bottom: 0px;
    }

    /* nav */
    .search-box, .main-menus__nav, .main-menus__nav ul li, .header-main__top--right {
        float: none;
    }

    .main-menus__nav ul li {
        border-bottom: 1px dotted #c7A158;
    }

    .search-box {
        padding-left: 0px;
        border-left: 0px;
    }

    .search-form {
        display: block;
    }

    .mobile-menus {
        display: block;
    }

    .main-menus {
        padding-bottom: 20px;
    }

    .main-menus__nav {
        display: none;
    }

    /* single post */
    .post-title {
        margin-top: 30px;
    }

    .single-post .post-title__heading h1 {
        font-size: 30px;
        width: 100%;
        word-wrap: break-word;
    }

    .bc-author__postdate {
        margin-top: 0px;
    }

    .short-image {
        width: 100%;
    }

    .short-image__thumb {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .short-image__thumb img {
        width: 100%;
        height: auto;
    }

    .short-video {
        width: 100%;
    }

    .short-video__thumb {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .short-video__thumb img {
        width: 100%;
        height: auto;
    }

    /* single page widget shortecode */
    .widget.post-popular.single-widget {
        display: none;
    }

    .short-link {
        border-top: 1px solid #ccc;
        margin-left: 0px;
    }

    .short-link__box {
        vertical-align: top;
    }

    .short-link__box span {
        margin-top: 6px;
    }

    .short-link__desc {
        vertical-align: top
    }

    .short-image {
        margin-left: 0px;
    }

    .short-video {
        margin-left: 0px;
    }

    .short-quote {
        margin-left: 0px;
    }

    .post-author__text {
        padding-left: 0px;
    }

    .post-author__list li {
        max-width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 15px;
    }

    .post-author__list li:last-child {
        border-bottom: 0px;
    }

    .post-related__title {
        margin-bottom: 20px;
    }

    .post-related__thumb img {
        max-width: 100%;
    }

    /* topics page */
    .polular_list, .list-post {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        /*3 is just placeholder -- can be anything*/
    }

    /* tambahan */
    #wrapper .content #hot-topics #category-topics .section-category {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 360px) {
    .logo {
        text-align: left;
    }

    .logo img {
        max-height: 22px;
    }

    ul.header-main__top--lang li {
        padding: 0px 10px;
    }

    /* single post */
    .post-title {
        margin-top: 15px;
    }

    .post-title .divider-001:after {
        width: 80%;
    }

    .bc-author__postshare {
        border-right: 0px;
    }

    .bc-author__postcomment {
        display: none;
    }

    .post-author__contact-email {
        margin-right: 15px;
    }

    .post-author__contact-location {
        margin-right: 15px;
    }

    .post-author__contact-post {
        margin-right: 15px;
    }
}

/* twitter */

.tweet_list {
    line-height: 1em;
}

.tweet_list li {
    line-height: 1em;
    padding-left: 50px;
}

.tweet_list li:before {
    position: absolute;
    content: "\f099";
    height: 40px;
    width: 40px;
    left: 0px;
    font-family: 'fontawesome';
    font-size: 20px;
    top: 0px;
    background-color: #3B3B3B;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #ccc;
}

.tweet_text {
    line-height: 1.5em;
    color: #9e9e9e;
    overflow: hidden;
    font-size: 13px
}

.tweet_text a {
    color: #FFFFFF;
}

/* pagination */

li.flash {
    visibility: hidden;
    line-height: 35px;
    margin-left: 10px;
}

.flash_loader {
    line-height: 35px;
    margin-left: 10px;
}

.flash_loader {
    display: none;
}

.pagination {
}

.page-numbers {
    padding: 10px 15px;
    background: #f0f3ef;
    color: #737473;
    border-radius: 5px;
}

.page-numbers.current {
    background: #5776b6;
    color: #FFFFFF;
}

.page-numbers.next {
}

ul.tsc_pagination {
    margin: 4px 0;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

ul.tsc_pagination li {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

ul.tsc_pagination li:first-child {
    margin-left: 0px;
}

ul.tsc_pagination li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 7px 10px 7px 10px;
}

ul.tsc_pagination li a img {
    border: none;
}

ul.tsc_paginationC li a {
    color: #707070;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #DCDCDC;
    padding: 6px 9px 6px 9px;
}

ul.tsc_paginationC li {
    padding-bottom: 1px;
}

ul.tsc_paginationC li a:hover, ul.tsc_paginationC li a.current {
    color: #FFFFFF;
}

ul.tsc_paginationC01 li a:hover, ul.tsc_paginationC01 li a.current {
    color: #893A00;
    text-shadow: 0px 1px #FFEF42;
    border-color: #FFA200;
    background: #FFC800;
}

ul.tsc_paginationC li a.In-active {
    pointer-events: none;
    cursor: default;
}

.btn-twitter-single {
    background: #00acee;
    border-radius: 0;
    color: #fff
}

.btn-twitter-single:link, .btn-twitter-single:visited {
    color: #fff
}

.btn-twitter-single:active, .btn-twitter-single:hover {
    background: #0087bd;
    color: #fff;
    border-color: #00acee
}

.btn-facebook-single {
    background: #3b5998;
    border-radius: 0;
    color: #fff
}

.btn-facebook-single:link, .btn-facebook-single:visited {
    color: #fff
}

.btn-facebook-single:active, .btn-facebook-single:hover {
    background: #30477a;
    color: #fff;
    border-color: #3b5998
}

.share-top-btn {
    background: #D85757;
    color: #FFFFFF;
    border-radius: 0;
}

.btn.share-top-btn:hover, .btn.share-top-btn:focus {
    background-color: #C53A3A;
    border-color: #C53A3A;
    color: #ffffff;
}

.share-top-btn:link, .share-top-btn:visited {
    border-radius: 0;
    color: #fff
}

.page-author {
    padding: 30px 0px;
    border-top: 1px solid #ccc;
}

.page-author .post-author__desc {
    font-family: 'PT Serif' !important;
    font-size: 18px;
    font-weight: normal;
    color: #6d6d6d;
}

.page-author .post-author__name {
    font-family: 'Roboto Condensed';
    font-size: 21px;
    font-weight: bold;
    color: #707070;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-author .post-author__contact-email, .page-author .post-author__contact-location, .page-author .post-author__contact-post {
    float: none;
    display: inline-block;
    padding-bottom: 20px;
}

/* page navigation  single post */

.page_navigation {
    position: relative;
    top: 300px;
    width: 100%:
}

.next_page {
    position: fixed;
    right: 50px;
    border-left: 1px solid #ccc;
    top: 45%;
    z-index: 3;
}

.prev_page {
    position: fixed;
    left: 50px;
    border-right: 1px solid #ccc;
    top: 45%;
    z-index: 3;
}

.next_page a, .prev_page a {
    padding: 0 20px;
    line-height: 60px;
    font-size: 30px;
    color: #999;
}

.next_page a:hover, .prev_page a:hover {
    color: #222;
}

.tptn_counter {
    display: none !important;
}

.author--box img {
    width: 100%;
}

#wrapper .content.author-post #category-topics .section-category {
    min-height: 300px;
}

.author-post .section-category_name {
    margin: 15px 0 30px 0;
    color: #707070;
}

a#mobile-content-menu {
    color: #FFFFFF;
}

.is-sticky .logo__text {
    font-family: 'Open sans', arial;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
}

.is-sticky .logo {
    line-height: 35px;
}

.is-sticky .now-reading, .is-sticky .search-box {
    line-height: 35px;
}

.is-sticky .button-search .fa-search, .button-search .fa-times {
    padding: 0px 20px;
}

.is-sticky {
    max-height: 35px !important;
}

.is-sticky .header-main__menus {
    min-height: 35px;
}

.is-sticky .header--home {
    display: none !important;
}

.is-sticky .header-right {
    float: left;
}

.is-sticky .now-reading__sosmed {
    position: absolute;
}

.is-sticky .now-reading__article {
    max-width: 100%;
    height: 54px;
}

.sidr {
    background: #cfd7ca !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sidr-class-sidr-close-menu {
    background: #597950;
    color: #363e31;
    font-size: 13px;
    font-family: Roboto condensed;
    text-transform: uppercase
}

.sidr-class-sidr-close-menu span {
    display: inline-block;
}

.sidr-class-sidr-close-menu > span:first-child {
    padding: 6px 0px 6px 15px;
    color: rgba(255, 255, 255, 0.7);
}

.sidr-class-sidr-close-menu a {
    color: #fff;
    padding-right: 20px
}

.sidr-class-sidr-close-menu a span {
    display: inline-block;
    padding: 6px 15px 6px 0px;
    font-size: 13px;
    font-family: Roboto condensed;
    color: #fff;
}

.sidr-class-sidr-close-menu i.sidr-class-span {
    font-size: 18px;
    font-style: normal;
}

.sidr-class-sidr-close-menu a:hover {
    color: #fff;
}

.sidr-class-text-right {
    float: right;
}

.sidr-class-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.sidr-class-fa-times:before {
    content: "\f00d";
}

.sidr ul {
    border-bottom: 0px !important;
    border-top: 0px !important
}

.sidr ul li a, .sidr ul li span {
    color: #363e31 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidr-class-mobilenavcontent__top {
    background: #37442F;
    overflow: hidden;
    text-align: left;
    border-bottom: 0px solid #222;
    color: #fff;
}

.sidr-class-mobilenavcontent__mainmenu {
    line-height: 35px;
    background: #597A50;
    overflow: hidden;
    text-align: center;
}

.sidr ul li, .sidr ul li:hover {
    border-top: 0px !important;
    line-height: 48px;
    /*border-bottom: 1px solid #848c7f !important;*/
}

.sidr-class-menus_topic {
    width: 50%;
    float: left;
}

.sidr-class-menus_lang {
    width: 50%;
    float: right;
}

.sidr-class-mobilenavcontent__main {
}

.sidr-class-mobilenavcontent__main--topic {
}

.sidr-class-mobilenavcontent__main--lang {
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none !Important;
}

/* mobile seach */

.search-form-mobile-click {
    display: none;
    position: absolute;
    width: 100%;
    background: #864343 none repeat scroll 0% 0%;
    padding: 15px;
    z-index: 10;
}

.search-form-mobile-click .input-icon.right .button-search {
    float: right;
    position: absolute;
    right: 0;
    line-height: 35px;
    color: #864343;
    font-size: 25px;
    display: block;
}

.section-content__thumb {
    overflow: hidden;
    max-height: 143px;
    margin-bottom: 15px;
}

.section-content_desc {
    padding: 0 15px 15px 15px;
}

.tag_result {
    margin-top: -15px;
    margin-bottom: 25px;
    /* font-weight: bold; */
    font-size: 18px;
    color: #A7A7A7;
    /* font-style: italic; */
}

.span_tags {
    color: #ccc;
    font-weight: 300;
}

.tag-list-post .section-content {
    background-color: #F4F7F4;
    min-height: 325px;
    overflow: hidden;
}

.tag-list-post #category-topics {
    margin-top: 18px;
}

.textwidget {
    padding-top: 16px;
}

#PHticker .bx-wrapper {
    padding-bottom: 0px;
    font-family: 'Roboto';
    font-weight: 300;
}

#PHticker a {
    color: #333333;
    font-family: 'Roboto';
    font-weight: 300;
}

#PHticker span.tweet_time {
    display: block;
    margin-bottom: 10px
}

img.this-img-responsive {
    min-height: 355px
}

.this-img-responsive {
    min-height: 355px
}

.page-template-template-topics-dg .now-reading__sosmed_single {
    padding-right: 0px
}

.page-template-template-topics-dg .topic .info .date-created small {
    display: block;
    margin-bottom: -5px
}

.panel {
    margin-bottom: 0px
}

.section-content__thumb {
    margin-bottom: 0px;
}

.section-content_desc {
    background: #f0f0f0;
    padding-top: 15px
}

.section-content.feature, .flex-wrapper .feature, .feature .section-content_desc, .section-content.a-la-une, .flex-wrapper .a-la-une, .a-la-une .section-content_desc, .section-content.destacados, .flex-wrapper .destacados, .destacados .section-content_desc, .section-content.fitur, .flex-wrapper .fitur, .fitur .section-content_desc {
    background-color: #5d938b;
    color: #fff;
}

.flex-wrapper .feature .hover-up {
    background-color: #5d938b !important;
}

.section-content.dgs-column, .flex-wrapper .dgs-column, .dgs-column .section-content_desc, .section-content.kolom-dirjen, .flex-wrapper .kolom-dirjen, .kolom-dirjen .section-content_desc, .section-content.columna-del-director-general, .flex-wrapper .columna-del-director-general, .columna-del-director-general .section-content_desc, .section-content.colonne-de-la-dg, .flex-wrapper .colonne-de-la-dg, .colonne-de-la-dg .section-content_desc {
    background-color: #646a9a;
    color: #fff;
}

.flex-wrapper .dgs-column .hover-up {
    background-color: #646a9a !important;
}

.section-content.analysis, .flex-wrapper .analysis, .analysis .section-content_desc, .section-content.analyses, .flex-wrapper .analyses, .analyses .section-content_desc, .section-content.analisis, .flex-wrapper .analisis, .analisis .section-content_desc {
    background-color: #869a64;
    color: #fff;
}

.flex-wrapper .analysis .hover-up {
    background-color: #869a64 !important;
}

.section-content.infographic, .flex-wrapper .infographic, .infographic .section-content_desc, .section-content.infografis, .flex-wrapper .infografis, .infografis .section-content_desc, .section-content.infographie, .flex-wrapper .infographie, .infographie .section-content_desc, .section-content.infografía, .flex-wrapper .infografía, .infografía .section-content_desc {
    background-color: #945b6a;
    color: #fff;
}

.flex-wrapper .infographic .hover-up {
    background-color: #945b6a !important;
}

.section-content.interview, .flex-wrapper .interview, .interview .section-content_desc, .section-content.wawancara, .flex-wrapper .wawancara, .wawancara .section-content_desc, .section-content.entrevista, .flex-wrapper .entrevista, .entrevista .section-content_desc {
    background-color: #bd8053;
    color: #fff;
}

.flex-wrapper .interview .hover-up {
    background-color: #bd8053 !important;
}

/* =============== */

.section-content.feature a, .flex-wrapper .feature a, .feature .section-content_desc a, .section-content.a-la-une a, .flex-wrapper .a-la-une a, .a-la-une .section-content_desc a, .section-content.destacados a, .flex-wrapper .destacados a, .destacados .section-content_desc a, .section-content.fitur a, .flex-wrapper .fitur a, .fitur .section-content_desc a, .section-content.dgs-column a, .flex-wrapper .dgs-column a, .dgs-column .section-content_desc a, .section-content.kolom-dirjen a, .flex-wrapper .kolom-dirjen a, .kolom-dirjen .section-content_desc a, .section-content.columna-del-director-general a, .flex-wrapper .columna-del-director-general a, .columna-del-director-general .section-content_desc a, .section-content.colonne-de-la-dg a, .flex-wrapper .colonne-de-la-dg a, .colonne-de-la-dg .section-content_desc a, .section-content.analysis a, .flex-wrapper .analysis a, .analysis .section-content_desc a, .section-content.analyses a, .flex-wrapper .analyses a, .analyses .section-content_desc a, .section-content.analisis a, .flex-wrapper .analisis a, .analisis .section-content_desc a, .section-content.analysis a, .flex-wrapper .analysis a, .analysis .section-content_desc a, .section-content.analyses a, .flex-wrapper .analyses a, .analyses .section-content_desc a, .section-content.analisis a, .flex-wrapper .analisis a, .analisis .section-content_desc a, .section-content.infographic a, .flex-wrapper .infographic a, .infographic .section-content_desc a, .section-content.infografis a, .flex-wrapper .infografis a, .infografis .section-content_desc a, .section-content.infographie a, .flex-wrapper .infographie a, .infographie .section-content_desc a, .section-content.infografía a, .flex-wrapper .infografía a, .infografía .section-content_desc a, .section-content.interview a, .flex-wrapper .interview a, .interview .section-content_desc a, .section-content.wawancara a, .flex-wrapper .wawancara a, .wawancara .section-content_desc a, .section-content.entrevista a, .flex-wrapper .entrevista a, .entrevista .section-content_desc a {
    color: #FFFFFF;
}

/* ================== */

.tag-page-author {
    margin-top: 10px;
    font-weight: normal
}

.c-color .tag-page-author, .c-color .tag-page-author a {
    color: #fff
}

/*Special feature ------------------------------------------------------------------------------------*/

.feature, .feature .info .category, .feature .title, .feature .date-created, .feature .tag-page-author, .feature .tag-page-author a, .fitur, .fitur .info .category, .fitur .title, .fitur .date-created, .fitur .tag-page-author, .fitur .tag-page-author a, .destacados, .destacados .info .category, .destacados .title, .destacados .date-created, .destacados .tag-page-author, .destacados .tag-page-author a, .a-la-une, .a-la-une .info .category, .a-la-une .title, .a-la-une .date-created, .a-la-une .tag-page-author, .a-la-une .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*DGs blog -------------------------------------------------------------------------------------------*/

.dgs-column, .dgs-column .info .category, .dgs-column .title, .dgs-column .date-created, .dgs-column .tag-page-author, .dgs-column .tag-page-author a, .kolom-dirjen, .kolom-dirjen .info .category, .kolom-dirjen .title, .kolom-dirjen .date-created, .kolom-dirjen .tag-page-author, .kolom-dirjen .tag-page-author a, .columna-del-director-general, .columna-del-director-general .info .category, .columna-del-director-general .title, .columna-del-director-general .date-created, .columna-del-director-general .tag-page-author, .columna-del-director-general .tag-page-author a, .colonne-de-la-dg, .colonne-de-la-dg .info .category, .colonne-de-la-dg .title, .colonne-de-la-dg .date-created, .colonne-de-la-dg .tag-page-author, .colonne-de-la-dg .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Expert analysis ------------------------------------------------------------------------------------*/

.analysis, .analysis .info .category, .analysis .title, .analysis .date-created, .analysis .tag-page-author, .analysis .tag-page-author a, .analyses, .analyses .info .category, .analyses .title, .analyses .date-created, .analyses .tag-page-author, .analyses .tag-page-author a, .analisis, .analisis .info .category, .analisis .title, .analisis .date-created, .analisis .tag-page-author, .analisis .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Infographic ----------------------------------------------------------------------------------------*/

.infographic, .infographic .info .category, .infographic .title, .infographic .date-created, .infographic .tag-page-author, .infographic .tag-page-author a, .infografis, .infografis .info .category, .infografis .title, .infografis .date-created, .infografis .tag-page-author, .infografis .tag-page-author a, .infographie, .infographie .info .category, .infographie .title, .infographie .date-created, .infographie .tag-page-author, .infographie .tag-page-author a, .infografía, .infografía .info .category, .infografía .title, .infografía .date-created, .infografía .tag-page-author, .infografía .tag-page-author a,
    /*----------------------------------------------------------------------------------------------------*/

    /*Interview ------------------------------------------------------------------------------------------*/

.interview, .interview .info .category, .interview .title, .interview .date-created, .interview .tag-page-author, .interview .tag-page-author a, .wawancara, .wawancara .info .category, .wawancara .title, .wawancara .date-created, .wawancara .tag-page-author, .wawancara .tag-page-author a, .entrevista, .entrevista .info .category, .entrevista .title, .entrevista .date-created, .entrevista .tag-page-author, .entrevista .tag-page-author a
    /*----------------------------------------------------------------------------------------------------*/

{
    color: #fff !important
}

.flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -2%;
}

.flex-aside, .flex-aside-featured-left-single {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-bottom: 30px;
    margin-left: 2%
}

.flex-aside-featured-left, .flex-aside-featured-right {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-bottom: 30px;
    margin-left: 2%
}

.flex-aside-featured-right .flex-desc {
    min-height: 200px
}

.flex-aside-single {
    position: relative;
}

.hover-up {
    padding: 15px;
    position: absolute;
    height: auto;
    top: 143px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.flex-aside-dual, .flex-aside-single {
    -webkit-box-flex: 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 100%;
    /* Chrome */
    -ms-flex: 1 100%;
    /* IE 10 */
    flex: 1 100%;
    margin-left: 2%;
    margin-bottom: 20px;
    overflow: hidden
}

.flex-excerpt, .flex-excerpt-h {
    margin-top: 10px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    font-size: 14px;
}

.flex-excerpt-h {
}

.flex-aside-featured-left .flex-thumb {
    height: 60%;
    width: 100%
}

.flex-aside-featured-left .section-content_desc {
    position: absolute;
    top: 60%;
    height: 40%
}

.flex-aside-featured-left-single {
    overflow: hidden
}

.flex-aside-featured-left-single .flex-thumb {
    width: 50%;
}

.flex-aside-featured-left-single .section-content_desc {
    margin-left: 50%;
    min-height: 360px;
}

.flex-aside-featured-left .section-content_desc, .flex-aside-featured-left-single .section-content_desc {
    padding-top: 15px
}

.flex-aside-dual .section-content__thumb {
    max-height: 250px;
}

.roll-up {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 0%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.flex-aside-single:hover .roll-up {
    display: block;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#latest_post {
    padding-top: 15px;
    margin-top: -30px
}

#latest_post .section-category_name {
    margin-top: 0px
}

#blockContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

#blockA {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

#blockB {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

span.page_num {
    cursor: pointer;
    padding: 10px;
    line-height: 2em;
}

.beta {
    font-weight: 300 !important;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0px 3px;
    display: inline-block;
    height: auto;
    line-height: 16px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px
}

.home-slide-image {
    padding-left: 0 !important;
}

.home-slide-caption .author-blog {
    color: #fff;
}

/* new feature promo event shortcode  .sevent_fullwidth{ width:auto;left:-100%;right:-100%;position:absolute;display:block; min-height:162px;padding:40px 0px; background-color:#f4f4f4;}
 */

.sevent_box {
    position: relative;
}

.sevent_fullwidth {
    /* add in section padding (1.5rem) */
    margin: 35px -601.5rem 30px -601.5rem;
    /* match section padding (1.5rem) */
    background-color: #f4f4f4;
    /* border solid, not RGBa (Safari bug) */
    /* 9600px or 10240px to avoid Chrome bug */
    /* or equivalent in ems or rems (9600/16) */
    border-left: 600rem solid #f4f4f4;
    border-right: 600rem solid #f4f4f4;
    min-height: 162px;
    padding: 40px 0px;
    padding: 25px 0px;
}

.sevent {
    width: 600px;
    margin: 0 auto;
}

.sevent_left {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.sevent_right {
    width: 400px;
    float: left;
    padding: 20px 0px;
}

.sevent_left img {
    max-height: 125px;
}

.sevent_right_text {
}

.sevent_right_text_heading {
    font-size: 24px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    line-height: 30px;
}

.sevent_right_text_link a, .sevent_right_text_heading a {
    font-size: 14px;
    font-family: 'Roboto', arial;
    color: #f69230;
    font-weight: normal;
    display: block;
}

.post-related__link.home_related_link.home-all-stories {
    margin-bottom: 20px;
    border: 1px solid #6c6c6c;
    text-align: center;
    height: auto;
    border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.post-related__link.home_related_link.home-all-stories a {
    display: block;
    margin: auto;
    height: auto;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}

.post-related__link.home_related_link.home-all-stories:hover {
    background: #fafafa;
    transition: all 0.25s ease-in-out
}

.post-related__link.home_related_link.home-all-stories:hover a {
    transition: all 0.25s ease-in-out;
}

/* single post */

.bc-author__box {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.bc-author__box:last-child {
    padding-bottom: 0px;
}

.coauthors_posts_links_singletw_thumb.post-author__name {
    margin-bottom: 0px;
}

.coauthors_posts_links_singletw_thumb .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_thumb .bc-author__box:first-child {
    display: block;
}

.coauthors_posts_links_singletw_line .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_line .bc-author__box:first-child {
    display: block;
}

.coauthors_posts_links_singletw_desc .bc-author__box {
    display: none;
}

.coauthors_posts_links_singletw_desc .bc-author__box:first-child {
    display: block;
}

.bc-author__name span.twitter {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 12px;
}

/* end single post */

/* sub header */

#primary_nav_wrap {
    margin-top: 0px
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd
}

#primary_nav_wrap ul li:hover {
    background: #f6f6f6
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ccc;
    padding: 0;
    z-index: 10;
    border-top: 5px solid #D07777;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
    position: relative;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px 10px 25px;
}

#primary_nav_wrap ul ul a:before {
    content: "\f105";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 9px;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

#primary_nav_wrap ul li:hover > ul {
    display: block
}

/* end subheader */

/*lightbox
#cboxContent{height: auto !important}
#colorbox, #cboxWrapper, #cboxContent {max-width:800px !important;width: 100% !important;left: 0 !important;right: 0}
#colorbox {width: 90% !important;margin: auto !important}

#cboxLoadedContent {
    
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 55px !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}
#cboxLoadedContent iframe {
    position: absolute !important;
    top:0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#cboxBottomCenter {
    margin-top: -20px !important;
}
*/

/*fancybox*/

.fancybox-inner {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 55px !important;
    /* height: 0 !important; */
    overflow: hidden !important;
    width: 100% !important;
}

.fancybox-inner iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* carousel fade */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -ms-transition: -ms-box-shadow 1s;
    -o-transition: -o-box-shadow 1s;
    transition: box-shadow 1s;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.bx-pager a {
    /* background: url("../images/spriteme.png") no-repeat scroll left center transparent; */
    /* background-position: -11px -19px; */
    width: 0px;
    color: #C6E331;
    padding: 6px;
    height: 10px;
    display: block;
    float: left;
    zoom: 1;
    cursor: pointer;
    text-indent: -999999px;
    background-color: #ccc;
    margin-right: 4px;
    border-radius: 10px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    position: relative;
    float: right;
    width: 60px;
    text-align: right;
}

.bx-pager-link.active {
    background-color: #444;
}

.futher-reading h2 {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    text-transform: uppercase;
    /* border-bottom: 1px dashed #ccc; */
    padding-bottom: 12px;
    /* margin-bottom: 10px; */
}

/* style menu header */

.sub-header {
    background-color: #864343;
    border-top: 1px solid #905757;
    height: 48px;
    position: relative;
}

#primary_nav_wrap ul a, .sub_main-menus__nav a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    padding: 0 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.sub_main-menus__nav a {
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

.sub_header_section {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.sub_header_topic {
    display: inline-block;
}

.sub_main-menus__nav {
    display: inline-block;
}

.sub_main-menus__nav li {
    float: left;
    list-style: none;
}

.sub_main-menus__nav ul {
    margin-left: 0px;
    padding-left: 0;
}

#primary_nav_wrap ul li:hover {
    background-color: transparent;
}

.sub_header_topic_title {
    display: inline-block;
    position: relative;
    top: 0px;
    min-width: 72px;
}

.title_topics {
    top: -8px;
    line-height: 46px;
    margin-top: -38px;
    display: inline-block;
    overflow: hidden;
    color: #C7A158;
    font-weight: 700;
    position: absolute;
}

.sub_main-menus__nav .current-menu-item > a::before {
    position: absolute;
    content: " ";
    height: auto;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 47px;
    margin-left: -15px;
    top: 0;
    border-bottom: 5px solid #C7A158;
}

#primary_nav_wrap .current-menu-parent.menu-item-has-children > a::before, #primary_nav_wrap .current-menu-item.menu-item-has-children > a::before {
    position: absolute;
    content: " ";
    height: auto;
    width: 67%;
    font-size: 12px;
    line-height: 47px;
    top: 0;
    border-bottom: 5px solid #C7A158;
}

#primary_nav_wrap .menu-item-has-children > a::after {
    position: absolute;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 47px;
    margin-left: 10px;
}

.sub_header_search {
    position: absolute;
    display: inline-block;
    right: 0;
    background-color: #864343;
}

.sub_header_search .search-box {
    position: relative;
    /* text-align: center; */
    right: 0;
    line-height: 46px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 15px;
    margin-top: 0;
    color: #FFFFFF;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 10;
    width: 100%;
}

.sub_header_search .form-control {
    display: inline-block;
}

.sub_header_search #s.form-control {
    background-color: #864343;
    color: #ffffff;
    border: 0px;
}

.sub_header_search .input-icon.right > i {
    color: #FFFFFF;
    font-size: 17px;
    cursor: pointer;
    top: 5px;
}

.sub_header_search #s.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.29);
}

.sub_header_search #s.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.29);
    opacity: 1;
}

.sub_header_search #s.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.29);
    opacity: 1;
}

.sub_header_search #s.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.29);
}

/* navigation */

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #864343;
}

#primary_nav_wrap ul ul li:hover {
    background-color: rgb(167, 93, 93);
}

/* social connect */

.sosial_connect {
}

.sosial_connect ul {
    display: inline-block;
    line-height: 64px;
    margin-bottom: 0px;
}

.sosial_connect ul li {
    list-style: none;
    float: left;
}

.sosial_connect ul li a .fa.fa-circle {
    color: rgba(255, 255, 255, 0.1);
}

.sosial_connect ul li a:hover .fa.fa-circle {
    color: rgba(255, 255, 255, 0.3);
}

.sosial_connect ul li .fa-stack-1x.fa-inverse {
    font-size: 14px;
}

.sosial_connect .social_connect_title {
    display: inline-block;
    float: left;
    line-height: 64px;
}

.sub_relative {
    position: relative;
}

.sidr ul.sidr-class-sub-menu {
    display: none;
}

.sidr li.sidr-class-menu-item-has-children.opensub ul {
    display: block;
}

.sidr ul li ul li a {
    font-weight: normal;
    font-size: 13px;
    margin-left: 0px;
}

li.sidr-class-menu-item-has-children:before {
    position: absolute;
    content: "\f107";
    font-family: 'fontawesome';
    width: 35px;
    z-index: 10;
    font-size: 16px;
    right: 15px;
    text-align: center;
    color: #000;
}

li.sidr-class-menu-item-has-children.opensub:before {
    position: absolute;
    content: "\f106";
    font-family: 'fontawesome';
    width: 35px;
    z-index: 10;
    font-size: 16px;
    right: 15px;
    text-align: center;
}

#primary_nav_wrap ul li.current-menu-item {
    background: transparent;
}

#sidr-id-main-item {
    margin-top: -12px;
    margin-bottom: 60px;
}

#sidr-id-main-item .sidr-class-menu {
    display: none;
}

#sidr-id-main-item li.sidr-class-menu-item-has-children.opensub ul {
    display: block;
}

.sidr ul.sidr-class-mobile_social_link {
    margin: 0 0 0 15px;
}

.sidr-class-mobile_social {
    position: fixed;
    bottom: 0;
    display: inline-block;
    width: 260px;
}

.sidr-class-mobile_social_half {
    width: 50%;
    float: left;
    min-height: 30px;
}

.sidr-class-fa-twitter:before {
    content: "\f099";
}

.sidr-class-fa-youtube-play:before {
    content: "\f16a";
}

.sidr-class-fa-linkedin:before {
    content: "\f0e1";
}

.sidr-class-fa-facebook-f:before, .sidr-class-fa-facebook:before {
    content: "\f09a";
}

.sidr-class-fa-slideshare:before {
    content: "\f1e7";
}

.sidr-class-fa-rss:before {
    content: "\f09e";
}

.sidr-class-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

ul.sidr-class-mobile_social_link li {
    float: left;
}

ul.sidr-class-mobile_social_link li a {
    margin: 0 5px;
    border: 0px;
    color: #FFFFFF !Important;
}

.sidr-class-sos_green {
    background-color: #5e938b;
}

.sidr-class-sos_subs {
    background-color: #666a99;
    line-height: 42px;
    text-align: center;
}

.sidr-class-sos_subs a {
    color: #FFFFFF;
}

/* ======================= extra style ============================== */

.extend_info a {
    color: #24A2B8;
}

.extend_info {
    padding: 20px;
    font-weight: bold;
    background-color: rgba(218, 218, 218, 0.13);
    margin-bottom: 25px;
    margin-top: 15px;
}

.contact_information {
    font-weight: bold;
}

.not_fta {
    font-weight: bold;
}

.contact_funder {
    margin-bottom: 15px;
    font-weight: bold;
}

.capitilize_text {
    text-transform: capitalize;
}

.slide_type {
    position: absolute;
    right: 10px;
    margin: 10px;
    padding: 5px 10px;
    background-color: #ed0606;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.section-content-featured {
    padding-bottom: 15px;
}

.section-category_name span {
    color: #ed0606;
}

.section-category {
    margin-bottom: 0px;
}

.media-heading {
    margin-bottom: 0px;
}

.category-topics-list .media {
    padding-top: 13px;
}

.sidr ul li a, .sidr ul li span {
    margin: 0 5px !important;
}

/* add css 12-10-2015 */

.section-content-featured {
    padding-bottom: 15px;
}

.section-category_name span {
    color: #ed0606;
}

.section-category {
    margin-bottom: 0px;
}

.media-heading {
    margin-bottom: 0px;
}

.category-topics-list .media {
    padding-top: 13px;
}

.sidr ul li a, .sidr ul li span {
    margin: 0 5px !important;
}

/* add css 12-10-2015 */
.share_count_top {
    position: relative;
    width: 60px;
    padding: 2px 12px 10px 12px;
    color: #0E0E0E;
    background-color: #ECECEC;
    font-weight: bold;
}

.share_count_top .shares {
    position: absolute;
    bottom: 3px;
    font-size: 8px;
    width: 50px;
    left: 5px;
    /* margin: 0 auto; */
}

.arve-wrapper {
    background-color: transparent !important
}

.post-entry li a {
    color: #24A2B8;
}

.mobile_summary {
    display: none;
}

.extend_info {
    font-family: 'Roboto';
}

/*
.contact_information {
    background-color: #F5F5F5;
    padding: 15px 25px 15px 80px;
    font-size: 16px;
    position: relative;
    border: 1px solid #ccc;
}
.contact_information:before {
    position: absolute;
    content: '\f0e0';
    height: 100%;
    line-height: 57px;
    width: 20px;
    left: 20px;
    padding-right: 35px;
    top: 0;
    border-right: 1px solid #ccc;
    font-family: 'fontawesome';
}
*/

.prev.page-numbers {
    text-indent: 1000px;
}

.prev.page-numbers {
    text-indent: 1000px;
}

.pagination .fa {
    display: inline;
}

/* event box full width */

.related_promo_Climate-Law .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 250px;
    left: -300px;
    overflow: hidden;
}

.related_promo_Climate-Law .bg_sevent_box img {
    height: 100%;
}

.related_promo_Climate-Law .sevent {
    max-width: 600px;
    margin: 0 auto;
}

.related_promo_Climate-Law .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_Climate-Law .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_Climate-Law .sevent_left {
    padding-top: 40px;
}

/* event box full width */

.related_promo_glflondon .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 220px;
    left: -300px;
    overflow: hidden;
}

.related_promo_glflondon .bg_sevent_box img {
    height: 100%;
}

.related_promo_glflondon .sevent {
    max-width: 600px;
    margin: 0 auto;
}

.related_promo_glflondon .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_glflondon .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_glflondon .sevent_left {
    padding-top: 17px;
}

.related_promo_glflondon .sevent_fullwidth {
    border-left: 600rem solid #00574F;
}

/* event box full width */

.related_promo_glf-london-2016 .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 220px;
    left: -300px;
    overflow: hidden;
}

.related_promo_glf-london-2016 .bg_sevent_box img {
    height: 100%;
}

.related_promo_glf-london-2016 .sevent {
    max-width: 100%;
    margin: 0 auto;
}

.related_promo_glf-london-2016 .sevent {
    width: 100%;
}

.related_promo_glf-london-2016 .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_glf-london-2016 .sevent_sub_desc {
    font-size: 16px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #7b7b7b;
}

.related_promo_glf-london-2016 .sevent_left {
    padding-top: 35px;
    padding-left: 35px;
}

.related_promo_glf-london-2016 .sevent_right {
    width: 80%;
}

.related_promo_glf-london-2016 .sevent_fullwidth {
    border-left: 600rem solid #00574F;
}

.related_promo_glf-london-2016 .sevent_fullwidth {
    padding: 40px 0px;
}

/* event box full width aprs-2016 */

.related_promo_aprs-2016 .bg_sevent_box {
    position: absolute;
    top: 0;
    height: 230px;
    left: -315px;
    overflow: hidden;
}

.related_promo_aprs-2016 .bg_sevent_box img {
    height: 100%;
}

.related_promo_aprs-2016 .sevent {
    max-width: 100%;
    margin: 0 auto;
}

.related_promo_aprs-2016 .sevent {
    width: 100%;
}

.related_promo_aprs-2016 .sevent_main_heading {
    font-size: 24px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    line-height: 30px;
}

.related_promo_aprs-2016 a .sevent_main_heading {
    color: #444;
}

.related_promo_aprs-2016 .sevent_view_link {
    display: block;
    margin: 0px;
}

.related_promo_aprs-2016 .sevent_aprs_logo {
    margin-top: 16px;
    display: block;
}

.related_promo_aprs-2016 .sevent_sub_heading {
    font-size: 18px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
    padding-top: 10px;
}

.related_promo_aprs-2016 .sevent_sub_desc {
    font-size: 15px;
    display: block;
    font-family: roboto;
    font-weight: normal;
    color: #a4a4a4;
}

.related_promo_aprs-2016 .sevent_left {
    padding-top: 35px;
    padding-left: 35px;
}

.related_promo_aprs-2016 .sevent_right {
    width: 80%;
    padding: 20px 25px;
}

.related_promo_aprs-2016 .sevent_fullwidth {
    background-color: #eaeaea;
    border-left: 600rem solid #eaeaea;
    border-right: 600rem solid #eaeaea;
}

.related_promo_aprs-2016 .sevent_fullwidth {
    padding: 0px 0px;
    overflow: hidden;
}

/* event box full with botb 2015 */

.related_promo_botb-2015 .bg_sevent_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    max-height: 209px;
    overflow: hidden;
}

.related_promo_botb-2015 .sevent_fullwidth {
    padding: 40px 0px;
}

.related_promo_botb-2015 .sevent {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .sevent_left {
        text-align: center;
    }

    .related_promo_botb-2015 .sevent_fullwidth {
        padding: 40px 20px;
    }

    .related_promo_glf-london-2016 .sevent_fullwidth {
        border-left: 0rem solid #f4f4f4;
    }

    .related_promo_glf-london-2016 .sevent_left {
        padding: 0px;
    }

    .related_promo_glf-london-2016 .sevent_right {
        width: 100%;
        text-align: center;
    }
}

/* header style */

@media screen and (max-width: 1280px) {
    .next_page {
        right: 0px;
    }

    .prev_page {
        left: 0px;
    }

    .page_navigation {
        display: none;
    }
}

#category-topics {
    background-color: transparent !important;
}

.show-tablet {
    display: none;
}

.show-mobile, .carousel-controls {
    display: none;
}

.hide-tablet {
    display: block;
}

.header-left {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.header-right {
    display: inline-block;
    float: right
}

@media screen and (max-width: 1024px) {
    .widget .post-popular__list-title {
        padding-left: 25px;
    }

    .page-author .post-author__box {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1023px) {
    .header-main__menus {
        padding-bottom: 0px;
    }

    .hide-tablet {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .nav-mobile-left, .nav-mobile-right {
        line-height: 65px;
        cursor: pointer;
        font-size: 22.5px;
    }

    .sticky-wrapper.is-sticky {
        display: none;
    }

    .slider-news #carousel .carousel-inner .item .caption, .slider-news #carousel .carousel-inner .item .caption-last {
        display: none;
    }

    .logo {
        text-align: center;
    }

    .slider-news #carousel .carousel-inner .item img, .slider-news #carousel .carousel-inner .item .caption, .slider-news #carousel .carousel-inner, .slider-news {
        height: auto;
    }

    .carousel-controls {
        display: block;
    }

    .border-left {
        border-left: 0px;
    }

    .border-right {
        border-right: 0px;
    }

    /* widget */
    .widget.post-popular.single-widget {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo__text.logo__text_es h1 {
        font-size: 29.5px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .logo__text.logo__text_es h1{
        font-size: 25.5px;
    }
}

@media screen and (max-width: 640px) {
    .logo__text h1{
        font-size: 30px;
    }

    .logo__text.logo__text_es h1{
        font-size: 18.5px;
        margin: 0px -23px;
    }

    .post-author__contact {
        text-align: left;
        margin-top: 30px;
        border-top: 1px dashed #ccc;
        padding: 20px 0 10px 0;
        border-bottom: 1px dashed #ccc;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .logo__text h1{
        font-family: "Open sans", arial;
        font-size: 22.5px;
        line-height: 65px;
        font-weight: bold;
    }

    .logo__text.logo__text_es h1{
        font-size: 16.5px;
    }

    .slider-news {
        min-height: 200px;
    }

    #carousel .controls li {
        display: none;
    }

    #carousel .controls li.active {
        display: block;
    }

    .mobile_summary {
        display: block;
        margin-top: 10px;
        font-size: 13px;
    }

    .bg_sevent_box {
        display: none;
    }

    .bg_short-image--fullwidth {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .short-image--fullwidth {
        min-height: 230px !important;
    }

}

@media screen and (max-width: 390px) {
    .panel-horizontal__thumb {
        float: none;
        margin-right: 0px;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .logo__text h1{
        font-size: 22.5px;
        line-height: 30px;
        padding: 10px 0;
    }

    .logo__text.logo__text_es h1{
        font-size: 15.5px;
    }

    .bg_sevent_box {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .now-reading__article {
        max-width: 680px;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .section-content__thumb {
        margin-bottom: -5px;
    }

    .section-content_desc {
        padding-top: 0px
    }
}

@media all and (min-width: 992px) and (max-width: 1023px) {
    .col-md-8.pln.home-slide-image {
        width: 100%
    }
}

@media all and (min-width: 800px) and (max-width: 991px) {
    .short-video--left {
        margin-left: -40px;
    }
}

@media all and (max-width: 991px) {
    #blockA {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #blockB {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    #category-topics .thumb:hover img, #category-topics-bottom .thumb:hover img, .section-content .thumb:hover img, #hot-topics .thumb:hover img {
        transform: none;
    }

    blockquote {
        margin-left: 20px;
    }

    .this-lang-fr blockquote {
        margin-left: 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .section-content__thumb {
        margin-bottom: -15px;
    }
}

@media all and (min-width: 768px) {
    .flex-aside {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        background: #eee;
        margin-left: 2%
    }

    .flex-aside-featured-left {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        margin-left: 2%
    }

    .flex-aside-featured-right {
        -webkit-box-flex: 1 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 48%;
        /* Chrome */
        -ms-flex: 1 48%;
        /* IE 10 */
        flex: 1 48%;
        margin-left: 2%
    }

    .flex-aside-1 {
        order: 1
    }

    .flex-aside-2 {
        order: 2
    }

    .flex-aside-dual {
        margin-left: 2%;
        -webkit-box-flex: 0 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 48%;
        /* Chrome */
        -ms-flex: 0 48%;
        /* IE 10 */
        flex: 0 48%;
        background: #f0f0f0;
        margin-bottom: 20px
    }

    .flex-aside-single {
        margin-left: 2%;
        -webkit-box-flex: 0 23%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 23%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 23%;
        /* Chrome */
        -ms-flex: 0 23%;
        /* IE 10 */
        flex: 0 23%;
        background: #f0f0f0;
        margin-bottom: 20px;
        overflow: hidden
    }

    .flex-aside-single:hover .hover-up {
        top: 0;
        background-color: #f0f0f0;
        opacity: 1;
        height: 100%;
    }
}

@media all and (max-width: 767px) {
    .flex-aside-dual .thumb, .flex-aside-single .thumb {
        margin-bottom: 0px !important;
    }

    .section-content__thumb, .flex-aside-dual .section-content__thumb {
        max-height: none;
    }

    .flex-aside-featured-left .flex-thumb {
        position: inherit;
        min-height: 380px;
        height: 100%;
        width: 100%
    }

    .flex-aside-featured-left .section-content_desc {
        position: inherit;
        top: 0;
        height: auto
    }

    .post-related .col-xs-6:nth-child(2n+1) {
        clear: both
    }

    .sevent_fullwidth {
        margin: 0px;
        background-color: #f4f4f4;
        border-left: 0rem solid #f4f4f4;
        border-right: 0rem solid #f4f4f4;
        min-height: 162px;
        padding: 40px 0px;
        padding: 40px;
    }

    .sevent, .sevent_left, .sevent_right {
        width: 100%;
        padding-bottom: 0px;
    }

    .short-video--right {
        margin-right: 0px;
        margin-left: 20px;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .flex-aside-single {
        margin-left: 2%;
        -webkit-box-flex: 0 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 48%;
        /* Chrome */
        -ms-flex: 0 48%;
        /* IE 10 */
        flex: 0 48%;
        background: #f0f0f0;
        margin-bottom: 20px;
        overflow: hidden
    }
}

@media all and (max-width: 480px) {
    .flex-aside-featured-left .flex-thumb, .flex-aside-featured-left-single .flex-thumb {
        min-height: 300px;
        width: 100%;
        position: inherit;
        display: block
    }

    .flex-aside-featured-left-single .section-content_desc {
        position: relative;
        top: 0%;
        height: auto;
        margin-left: 0;
        min-height: auto;
    }

    #carousel .controls li {
        border-left: 0px;
    }
}

/* pagination */

.pagination > li > a {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9C9C9C;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
}

.pagination > li > span {
    background-color: #FFFFFF;
    color: #444444;
}

.pagination > li.page_active > a {
    background-color: #444444;
    color: #FFFFFF;
}

.pagination > li.page_active > a:hover {
    color: #FFFFFF;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #444444;
}

.multiselect.dropdown-toggle.btn.btn-default {
    border-radius: 4px;
    background-color: #ffffff;
}

.multiselect.dropdown-toggle.btn.btn-default:hover {
    border-color: #ccc;
    color: #444444;
}

.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 5px;
}

.filter-btn {
    background-color: #ED0606;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #ED0606;
}

.popular-topics__list a:hover {
    color: #444;
}

/* featured post */

.featured__post {
    color: #FF0000;
}

.pagination li span.active {
    background: transparent !important;
}

/* event box full with botb 2015 */

.related_promo_botb-2015 .bg_sevent_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    max-height: 209px;
    overflow: hidden;
}

.related_promo_botb-2015 .sevent_fullwidth {
    padding: 40px 0px;
}

.related_promo_botb-2015 .sevent {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .sevent_left {
        text-align: center;
    }

    .related_promo_botb-2015 .sevent_fullwidth {
        padding: 40px 20px;
    }
}

.extra-box {
    border: solid 1px #FCFCFC;
    padding: 10px 16px;
    width: 45%;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "Roboto", arial;
    font-size: 18px;
    background-color: rgba(234, 234, 234, 0.62);
}

.extra-box.right {
    float: right;
}

.extra-box.left {
    float: left;
}

@media all and (max-width: 767px) {
    .extra-box {
        width: 100% !important;
    }
}

.extra-box.full {
    width: 100%;
}

/* navigation single next,prev article */

}
.featured_image_blog .now-reading__sosmed_single-share {
    background-color: transparent;
}

.fa-stack {
    width: 1.9em;
}

/* navigation single next,prev article */
#nextTitle,
#prevTitle {
    display: none;
    position: fixed;
    right: 120px;
    width: 350px;
    top: 45%;
    padding-right: 5px;
    height: 72px;
    border: 1px solid #dedede;
    padding: 15px 15px;
    background-color: #f5f5f5;
    font-family: "Roboto", arial;
    z-index: 90;
    opacity: 0.9;
    text-align: left !important;
}

#prevTitle {
    left: 120px;
}

.next_page_nav {
    position: fixed;
    right: 57px;
    border: 1px solid #dedede;
    top: 45%;
    width: 64px;
    z-index: 3;
    color: #24A2B8;
    background-color: #f7f7f7;
    height: 72px;
    text-align: center;
}

.prev_page_nav {
    position: fixed;
    left: 57px;
    border: 1px solid #dedede;
    top: 45%;
    width: 64px;
    z-index: 3;
    color: #24A2B8;
    background-color: #f7f7f7;
    height: 72px;
    text-align: center;
}

.next_text {
    float: left;
    width: 62px;
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
    font-size: 11px;
}

.prev_text {
    float: left;
    width: 62px;
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
    font-size: 11px;
}

.next_page a, .prev_page a {
    padding: 0 20px;
    font-size: 19px;
    color: #999;
    float: left;
    width: 64px;
    text-align: center;
}

i.fa.fa-angle-right, i.fa.fa-angle-left {
    text-align: center;
    width: 21px;
    padding-top: 10px;
}

/*VIDEO Section Homepage*/

.video-featured {
    position: relative;
    cursor: pointer;
}

.video-info {
    position: relative;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    padding: 15px 0px 0px 0px;
}

.video-info h1.title, .video-info .info .category, .video-info h1.title:hover {
}

.video-info .media-left {
}

.section-category .read-more {
    margin-top: 15px;
    font-size: 12px;
}

.youtube-followbutton {
    margin-bottom: 15px;
}

.youtube-followtext {
    width: 150px;
    line-height: 28px;
}

.video-button-play {
    position: absolute;
    top: 30%;
    left: 40%;
}


/** commentlist style **/
.commentlist{
    padding-left:0px;
    margin-left:0px;
}
.commentlist li{
    list-style:none;
    position:relative;
}
.commentlist li::before{
    position: absolute;
    content: " ";
    left: 30px;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px dotted #dddddd;
    z-index: -1;
}
.commentlist li ul.children{
    padding-left:65px;
}
.commentlist .event{

}
.commentlist .odd{

}
.comment-author{

}
.comment-author img{
    display:inline-block;
    border-radius:15px;
    margin-right:15px;
}
.comment-meta{
    padding-left:50px;
}
.comment-meta a{
    color: #c5c5c5;
    font-weight: 300;
    font-size: 12px;
}
.comment-body {
    background: #f5f5f5;
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.comment-body p{
    margin-left:50px;
}
.reply{
    text-align:right;
}
.reply a{
    background:#ddd;
    padding:5px 15px;
    border-radius:3px;
}
.reply a:hover{
    background-color:#333;
    color:#ddd;
}

#commentform{
    margin-bottom:60px;
}
sup a {
    color: #24A2B8;
}
/*.section-twoside-videos{
    display:none;
}*/


/*Update style by Rizky Utama 22/9/17*/

/*Landing Page*/
    .slider-news h2{
        font-family: 'Roboto', arial;
        font-weight: bold !important;
        font-size: 25px !important;
        line-height: 1.2;
    }

    #carousel .controls li .section-category .title h2{
        font-size: 14px !important;
        line-height: 19px;
        font-family: "Roboto", arial;
        font-weight: bold;
        color: #171717;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #carousel .controls li.active .section-category .title h2{
        color: #ffffff;
    }

    .section-category .title{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h2{
        font-family: "Roboto", arial;
        font-size: 14px;
        font-weight: bold;
        color: #171717;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h2:hover {
        color: #737373;
    }

    .section-category .title h4{
        font-family: "Roboto", arial;
        font-size: 19px;
        font-weight: bold;
        color: #171717;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-category .title h4:hover {
        color: #737373;
    }

    .section-category_name h3{
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        line-height: 21px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ed0606;
        margin: 15px 0px;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .hot-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*.hot-topics-list .media .media-heading .title h3{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }*/

    .media .media-heading .title h4:hover, .category-topics-list .media .media-heading .title h4:hover, .popular-topics-list .media .media-heading .title h4:hover{
            color: #737373;
    }

    .category-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .popular-topics-list .media .media-heading .title h4{
        font-family: "Roboto", arial;
        font-size: 15px;
        font-weight: bold;
        color: #171717;
        line-height: 20px;
    }

/* Single Page */
    .widget.post-popular h3 {
        font-family: "Roboto", arial;
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid #000;
        line-height: 40px;
    }
    .widget .post-popular__list-title h4{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5em;
        font-family: "Roboto", arial;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .post-author__list-title h4{
        font-size: 14px;
        line-height: 1.42857143;
        margin-bottom: 0px;
        margin-top: 0px;

    }

    .post-related__title h4{
        font-size: 14px;
    }

    .post-related-title h3{
            margin-bottom: 15px;
            margin-top: 0px;
            color: #575757;
            /* margin: 24px 0px; */
            font-family: "Roboto", arial;
            font-size: 16px;
            font-weight: bold;
    }

    .widget-footer-pupular{
        font-family: "Roboto", arial;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post-author__more-title h3{
        color: #ffffff;
        font-family: "Roboto", arial;
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .short-image__type h3{
        font-size: 12.5px;
        text-transform: uppercase;
        color: #9e9e9e;
        line-height: 1.4em;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .short-image__title h4{
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .widget.post-popular h4{
        border-top: none;
    }

    #singlePopular .widget.post-popular h4{
        border-top: none !important;
    }

    .post-entry.hide_content{
        padding: 20px 30px;
        background-color: #ddd;
        margin-bottom: 200px;
    }
    .post-entry.hide_content a{
        color: #00acee;
    }


.wp-caption.aligncenter{
    margin:0 auto;
    margin-bottom:80px;
}




