@font-face {
    font-family: LPMQ;
    src: url(fonts/LPMQ.eot);
    src: url(fonts/LPMQ.eot?#iefix) format('embedded-opentype'),
         url(fonts/LPMQ.woff) format('woff'),
         url('fonts/LPMQ.woff2') format('woff2'),
         url(fonts/LPMQ.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

a {
    color: #377f27;
}
a:active, a:hover {
    color: #54b040;
}
.header-banner-place {
    padding: 6px 0;
}
.header-banner-place .advertisement {
    margin-top: 20px;
    float: right;
}
ul li.has-dropdown::before {
    content: "\f105";
    position: absolute;
    top: 40%;
    right: 8px;
    width: 10px;
    height: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}
#content-section ul.pagination-list li {
    margin-right: 5px;
}
.hidden {
    display: none
}
.mb-12 {
    margin-bottom: 12px;
}
.animate-lazy:before {
    content: "";
    opacity: 1;
    background-color: #f7f7f7;
    background-image: linear-gradient(90deg, #f7f7f7, #eee 20%, #f5f5f5 40%, #f7f7f7);
    background-repeat: no-repeat;
    -webkit-animation: m 1s cubic-bezier(.65, .05, .36, 1) infinite;
    animation: m 1s cubic-bezier(.65, .05, .36, 1) infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}
.afterloading, .lazyautosizes, .lazyload {
    opacity: 0
}
.lazyloaded, .thumbnail-background>div.lazyloaded {
    opacity: 1;
    transition: opacity .4s ease
}
@-webkit-keyframes m {
    0% {
        background-position: -400px 0
    }
    to {
        background-position: 800px 0
    }
}
@keyframes m {
    0% {
        background-position: -400px 0
    }
    to {
        background-position: 800px 0
    }
}
@media screen and (min-width: 768px) {
    .size-400 {
        width: 400px;
        height: 250px;
    }
    .size-720 {
        width: 720px;
        height: 450px;
    }
    .size-197 {
        max-height: 197px;
    }
    .size-220 {
        max-height: 220px;
    }
    .size-140 {
        max-height: 140px;
    }
}
.size-80 {
    width: 80px;
    height: 80px;
    position: relative;
}
.slides .large-image-post {
    max-height: 395px;
}
.text-red-maroon {
    color: #640f24;
}
.text-silver {
    color: #a5a6a8;
}
.table th, .table td {
    font-size: 13px;
}
.table th {
    font-weight: 600;
}
.list-group .list-group-item {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    padding: .8rem 1rem;
}
.list-group .list-group-item:hover {
    color: #377f27;
}
.list-group-item.active {
    background-color: #377f27;
    border-color: rgb(36, 110, 20);
    color: #fff;
}
.mr-60 {
    margin-right: 60px!important;
}
.item-mbti {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100px;
    position: relative;
    padding: 0;
    text-align: center;
}
.item-mbti .note {
    position: absolute;
    font-family: "Open Sans", 'Helvetica Neue', Arial;
    font-size: .9em;
    color: #93948C;
    width: 100%;
    bottom: 10px;
}
/* ------------------------------------------------------------------------------
*
*  # Steps wizard
*
*  An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.wizard {
    width: 100%;
}
.wizard>.steps .current-info, .wizard>.content>.title {
    position: absolute;
    left: -99999px;
}
.wizard>.content {
    position: relative;
    width: auto;
    padding: 0;
}
.wizard>.content>.body {
    padding: 0 20px;
}
.wizard>.content>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard>.steps>ul>li a {
    position: relative;
    padding-top: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.wizard>.steps>ul>li:before, .wizard>.steps>ul>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 43px;
    width: 50%;
    height: 2px;
    background-color: #00BCD4;
    z-index: 9;
}
.wizard>.steps>ul>li:before {
    left: 0;
}
.wizard>.steps>ul>li:after {
    right: 0;
}
.wizard>.steps>ul>li:first-child:before, .wizard>.steps>ul>li:last-child:after {
    content: none;
}
.wizard>.steps>ul>li.current:after, .wizard>.steps>ul>li.current~li:before, .wizard>.steps>ul>li.current~li:after {
    background-color: #eeeeee;
}
.wizard>.steps>ul>li.current>a {
    color: #333333;
    cursor: default;
}
.wizard>.steps>ul>li.current .number {
    font-size: 0;
    border-color: #00BCD4;
    background-color: #fff;
    color: #00BCD4;
}
.wizard>.steps>ul>li.current .number:after {
    content: '\f040';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.wizard>.steps>ul>li.disabled a, .wizard>.steps>ul>li.disabled a:hover, .wizard>.steps>ul>li.disabled a:focus {
    color: #999999;
    cursor: default;
}
.wizard>.steps>ul>li.done a, .wizard>.steps>ul>li.done a:hover, .wizard>.steps>ul>li.done a:focus {
    color: #999999;
}
.wizard>.steps>ul>li.done .number {
    font-size: 0;
    background-color: #00BCD4;
    border-color: #00BCD4;
    color: #fff;
}
.wizard>.steps>ul>li.done .number:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.wizard>.steps>ul>li.error .number {
    border-color: #F44336;
    color: #F44336;
}
@media (max-width: 768px) {
    .wizard>.steps>ul {
        margin-bottom: 20px;
    }
    .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%;
    }
    .wizard>.steps>ul>li>a {
        margin-bottom: 0;
    }
    .wizard>.steps>ul>li:first-child:before, .wizard>.steps>ul>li:last-child:after {
        content: '';
    }
    .wizard>.steps>ul>li:last-child:after {
        background-color: #00BCD4;
    }
}
@media (max-width: 480px) {
    .wizard>.steps>ul>li {
        width: 100%;
    }
    .wizard>.steps>ul>li.current:after {
        background-color: #00BCD4;
    }
}
.wizard>.steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 38px;
    border: 2px solid #eeeeee;
    font-size: 14px;
    border-radius: 50%;
    z-index: 10;
    line-height: 34px;
    text-align: center;
}
.panel-flat>.wizard>.steps>ul {
    border-top: 1px solid #ddd;
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 20px;
    padding-top: 0;
}
.wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both;
}
.wizard>.actions>ul>li {
    float: left;
}
.wizard>.actions>ul>li+li {
    margin-left: 10px;
}
.wizard>.actions>ul>li>a {
    background: #2196F3;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.wizard>.actions>ul>li>a:hover, .wizard>.actions>ul>li>a:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fcfcfc;
    color: #333;
    border: 1px solid #ddd;
}
.wizard>.actions>ul>li>a[href="#previous"]:hover, .wizard>.actions>ul>li>a[href="#previous"]:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.wizard>.actions>ul>li.disabled>a, .wizard>.actions>ul>li.disabled>a:hover, .wizard>.actions>ul>li.disabled>a:focus {
    color: #999999;
}
.wizard>.actions>ul>li.disabled>a[href="#previous"], .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover, .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-xl-5>label {
    cursor: pointer;
    font-family: "Open Sans", 'Helvetica Neue', Arial;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 600
}
h3 {
    color: #212121;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 28px;
}
hr.star-light, hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.star-light:after, hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.star-light {
    border-color: #fff;
}
hr.star-light:after {
    color: #fff;
    background-color: #4183D7;
}
hr.star-primary {
    border-color: #2C3E50;
}
hr.star-primary:after {
    color: #2C3E50;
    background-color: #fff;
}
.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 3px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    margin-left: 25px;
    width: 250px;
    height: 250px;
}
.cropit-preview-image-container {
    cursor: move;
}
.image-size-label {
    margin-top: 10px;
}
/* Show load indicator when image is being loaded */

.cropit-preview.cropit-image-loading .spinner {
    opacity: 1;
}
/* Show move cursor when image has been loaded */

.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
    cursor: move;
}
/* Gray out zoom slider when the image cannot be zoomed */

.cropit-image-zoom-input[disabled] {
    opacity: .2;
}
/* Hide default file input button if you want to use a custom button */

input.cropit-image-input {
    visibility: hidden;
}
/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */

.cropit-preview-background {
    opacity: .2;
}
/*
 * If the slider or anything else is covered by the background image,
 * use non-static position on it
 */

input.cropit-image-zoom-input {
    position: relative;
}
/* Limit the background image by adding overflow: hidden */

#image-cropper {
    overflow: hidden;
}
.range-slider {
    width: 327px;
    margin: 25px 0;
}
.range-slider__range {
    -webkit-appearance: none;
    width: calc(100%-(73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}
.spinner {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinner>.spinner-dot {
    width: 15px;
    height: 15px;
    background: rgba(85, 85, 85, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    -webkit-animation: bounce 1.4s infinite ease-in-out;
    -moz-animation: bounce 1.4s infinite ease-in-out;
    -o-animation: bounce 1.4s infinite ease-in-out;
    -ms-animation: bounce 1.4s infinite ease-in-out;
    animation: bounce 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner>.spinner-dot:nth-child(1) {
    -webkit-animation-delay: -.32s;
    -moz-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    -ms-animation-delay: -.32s;
    animation-delay: -.32s
}
.spinner>.spinner-dot:nth-child(2) {
    -webkit-animation-delay: -.16s;
    -moz-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    -ms-animation-delay: -.16s;
    animation-delay: -.16s
}
@-moz-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-o-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.card {
    background: #FFFFFF;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 3px;
    /*box-shadow: 0 0 5px rgba(0,0,0,.5);*/
    text-align: center;
    -webkit-transition: .2s ease-in-out;
}
/*.card:hover {
  margin-top: -15px;
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
}*/

.card-banner {
    background: url('https://images.unsplash.com/photo-1531330969550-7e8a9b2fb3df?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a03bd3a711775d6e4f3d742237adbf8e');
    width: inherit;
    height: 150px;
    padding-top: 35px;
    background-color: #fafafa;
    background-position: top;
    background-size: cover;
}
.card-profile {
    /*background: url('https://images.unsplash.com/photo-1514846226882-28b324ef7f28?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=427df64ea1bbb4c45008bd6ffe11812a');*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto auto;
    background-size: cover;
    background-color: #f1f1f1;
    border: 3px solid #fff;
    margin-top: 60px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}
.card h3, .card a {
    font-family: 'Roboto', sans-serif;
    -webkit-transition: .2s ease-in-out;
}
.card h3 {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #212121;
}
.card a, .card p {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    color: #9E9E9E;
    text-decoration: none;
    cursor: pointer;
}
.card a:hover, .card p:hover {
    /*background-color: #559247;*/
    color: #000;
}
.card ul {
    background: #fafafa;
    margin-top: 30px;
    padding: 15px 0;
}
.card ul a {
    display: inline;
    margin-right: 15px;
}
.card ul a:last-of-type {
    margin-right: 0px;
}
.card ul a i {
    color: inherit;
    background: #fafafa;
}
.card ul a:hover {
    background: #fafafa;
}
.card ul a i:hover {
    transform: scale(1.4);
}
label.tahun {
    padding: 13px 0;
}
blockquote {
    font-size: 1em;
    margin: 0 auto 30px;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}
blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}
blockquote::after {
    content: '';
}
blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified .btn, .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified.btn-group .btn {
    width: 100%;
    padding: 10px 0;
}
.btn-group-justified.btn-group .dropdown-menu {
    left: auto;
}
.btn-member a.btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
}
.btn-member a.btn:hover {
    background-color: #FFFFFF color:#2E741E;
}
.login-note {
    display: block;
    background: #d5ffcc;
    border: 1px solid #6eb15f;
    padding: 20px;
}
.login-note p {
    font-size: 14px
}
.advertisement img {
    width: 100%
}
.reminder-marquee {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
/* Make it a marquee */

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
}
.marquee:hover {
    animation-play-state: paused
}
/* Make it move */

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}
/* Make it pretty */

.microsoft {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
/* ::before was :before before ::before was ::before-kthx */

.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em;
    left: -1em;
    width: .5em;
    height: .5em;
    box-shadow: 1.0em 1.25em 0 #F65314, 1.6em 1.25em 0 #7CBB00, 1.0em 1.85em 0 #00A1F1, 1.6em 1.85em 0 #FFBB00;
}
.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    background-image: linear-gradient(left, white 70%, rgba(255, 255, 255, 0));
}
/* Style the links */

.microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
    display: initial;
}
.microsoft a:hover {
    color: #F65314;
}
.rss-frame {
    width: 100%;
    height: 900px;
    border: 0;
}
.adsense-google {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: block;
    text-align: center;
}


.avatar-box {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}

ul.photo-profile {
  margin: 0;
  padding: 0;
  display: table;
}

.photo-profile li {
    display: inline-block;
    width: 75px;
    height: 108px;
    /*height: auto;*/
    overflow: hidden;
    margin-left: 8px;
    border-radius: 3px;
}

.widget .photo-profile li {
  width: 70px;
  height: 70px;
}

.photo-profile li img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.photo-profile li span {
    font-size: 11px;
    font-family: Arial;
}

/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 36px;
  padding: 7px 0;
  /*line-height: 1.5384616;*/
  line-height: 1.2;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
  color: #333333;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 13px;
  color: #777;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  margin-left: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
  font-size: 14px;
}
.select2-selection--single .select2-selection__arrow:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 13px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '\f0d8';
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--multiple:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 2px 2px 2px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 2px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 7px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 7px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 7px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 7px;
}
.select2-results__option {
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  color:#656565;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
  background-color: #2196F3;
  color: #fff;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 7px;
  margin-bottom: 7px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 7px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 7px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 12px;
}
.select2-search--dropdown:after {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}


.quran-index-container .surat-list{
    display: block;
    margin-bottom:15px;
}

.surat ol {
    padding: 0;
}

.surat ol li {
    border-top: 1px solid #e0e0e0;
    counter-increment: step-counter
}


/*.surat ol li::before {
    content: counter(step-counter);
    height: 32px;
    text-align: center;
    display: block
}

.surat ol li::before {
    width: 32px;
    font: 700 12px/32px Roboto,Helvetica,sans-serif;
    margin-top: -1px;
    background: #000;
    color: #fff
}*/

.surat ol li {
    display: block;
    padding-bottom: 24px
}
.ayat,
.bismillah {
    font-family: LPMQ;
    margin: 0;
    padding: 16px 0;
    display: block;
    font-size: 27px;
    line-height: 80px
}
.ayat {
    text-align: right;
    direction: rtl
}
.bismillah {
    border-top: 1px solid #f2f2f2;
    text-align: center;
    margin-bottom: -1px
}
.arti,
.bacaan {
    padding-bottom: 16px;
    display: block
}
.bacaan {
    font: 14px/24px Georgia, serif
}
.arti {
    color: #444;
    margin:0;
    font-size: 14px;
    line-height: 1.6;
}
.time{
    display:block;
    font:11px/36px Helvetica,Arial,sans-serif;
    padding-bottom:36px;
    color:# 888;
    text-align: center
}

.mukadimah {
    display: block;
    margin-bottom: 25px;
}
.mukadimah p strong {
    font-family: LPMQ;
    font-weight: normal;
}
.green {
  color: #377f27;
  font-weight: 600
}


.single-post h1{
    text-transform: unset;
    font-family: 'Roboto';
    font-weight: 500;
}

.image-post .hover-box a.category {1053
    margin-bottom: 0px;
}
.wide-news-heading .item:not(.main-news) .news-post .hover-box h2{
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
}
.wide-news-heading .item:not(.main-news) .news-post .hover-box{
    padding:4px 10px;
}
.wide-news-heading .main-news h2{
    text-transform: unset;
    font-family: 'Roboto';
    font-weight: 300;
}

.navbar.bg-light {
    background:#53492b !important;
    z-index: 98
}

#navbarSub .navbar-nav > li > a {
    padding: 12px 20px!important;
    font-size: 10px;
}

@media only screen and (max-width: 1200px) {
    #navbarSub .navbar-nav > li > a {
        padding: 12px 10px!important;
        font-size: 10px;
    }

}

.sidebar .social-widget ul.social-share li a.subuh {
    background: #BE8C50; }
.sidebar .social-widget ul.social-share li a.dzuhur {
    background: #F5CB48; }
.sidebar .social-widget ul.social-share li a.ashar {
    background: #6C8CB0; }
.sidebar .social-widget ul.social-share li a.magrib {
    background: #B3483E; }
.sidebar .social-widget ul.social-share li a.isya {
    background: #2F2427; }

.zakat-kalkulator {
    font-family: 'Roboto';
}
.zakat-kalkulator .tabs-widget .nav-tabs {
    border: none; }
.zakat-kalkulator .tabs-widget .nav-tabs a.nav-item {
    width: 25%;
    border: none;
    text-align: center;
    background: #377f27;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 14px 2px;
    background: #f44336;
    border-left: 1px solid rgba(31, 31, 31, 0.1); }
.zakat-kalkulator .tabs-widget .nav-tabs a:first-child {
    border-left: 1px solid transparent; }
.zakat-kalkulator .tabs-widget .nav-tabs a[aria-selected="true"] {
    background: #377f27; }
.zakat-kalkulator .tabs-widget .tab-content {
padding: 20px;
border: 1px solid #f1f1f1; }

.zakat-kalkulator .form-control {
    padding: 16px 20px;
    height: 45px;
}

.zakat-kalkulator .form-control:focus { border-color:#45BF7C;}

input:focus,input:active,input:hover{box-shadow:none !important;outline:none}

.nav-xs-submenu {
    background: #53492b;
}

.nav-xs-submenu .nav-link {
    padding: 8px;
    font-size: 12px;
    color: #fff;
}
.nav-xs-submenu .nav-item {
    display: inline-block;
}

#map-pesantren {
    width: 100%;
    height: 400px;
    z-index: 90;
}

.form-check-label {
    font-size: 12px;
    color: #313131;
}

.posts-block .search-box input[type="search"] {
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #565656;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .posts-block .search-box button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -42px;
    margin-right: 15px;
    position: relative;
    z-index: 2; }
  .posts-block .search-box button i {
    color: #212121;
    font-size: 13px; }

.post-avatar-box .avatar-box ul.photo-profile li {
      height: 110px;
}

.post-avatar-box .avatar-box ul.photo-profile li span{
	text-align: center;
	display: block;
	line-height: 1;
	margin-top: 8px;
}


 .posts-form label{
   font-size: 13px;
 }

 .nav-mobile a.navbar-brand
 {
   margin-right: 30%
 }

.nav-mobile .navbar{
  background:#377f27!important;
}

.nav-mobile .navbar-toggler {
  font-size: 12px;
  margin: 10px;
  border: none;
}

.nav-mobile .navbar-nav{
  border-top:none;
}

.nav-mobile .navbar-collapse{
  background: #176d0a;
}