/* Stylesheets and Google fonts import */

@import url("font-awesome.css");
@import url("animations.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);

/*  CSS definations for Native Church  */


/*-------------------------------------------------------------------------------------------*/


/* 0. RESET */


/* width */

 ::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #54a09e;
    border-radius: 30px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #007F7B;
}


/*-------------------------------------------------------------------------------------------*/

html,
body {
    height: 100%
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: none;
    border: 0;
    font: inherit;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}


/* ==================================================
   Basic Styles
================================================== */

html,
body {
    height: 100%;
}

html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #007F7B;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #666666;
}

a img {
    border: none;
}

a>img {
    vertical-align: middle;
}

.gray-bg {
    background: #bababa;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f8f8f8;
}

.dgray-bg {
    background: #333333;
}

img {
    max-width: 100%;
}

img,
object,
embed,
audio,
video {
    max-width: 100%;
}

img {
    height: auto;
}

strong,
b,
.b,
.strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i,
em,
.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px!important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px!important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
    margin-bottom: 5px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1 a,
h2 a,
h3 a,
h5 a,
h6 a {
    color: #5e5e5e;
    text-decoration: none;
}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid;
}

blockquote p {
    margin-bottom: 0;
    white-space: normal;
    font-style: italic;
    font-size: 20px;
    font-family: 'Volkhov', serif;
}

blockquote cite {
    color: #ffffff;
}

blockquote cite:before {
    content: "- ";
}

p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

p.md {
    font-size: 16px;
    line-height: 22px;
}

p.lg {
    font-size: 30px;
    line-height: 1.2em;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    font-family: Georgia, serif;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #cccccc;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eaeaea;
}

hr.sm {
    display: inline-block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
    background: #eaeaea;
}

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
    margin-bottom: 15px;
}

ul.checks>li,
ul.angles>li,
ul.carets>li,
ul.chevrons>li {
    margin: 10px 0;
}

ul.checks>li>i,
ul.angles>li>i,
ul.carets>li>i,
ul.chevrons>li>i {
    margin-right: 2px;
}

ul.inline {
    margin: 10px 0;
}

ul.inline>li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline>li i.fa {
    margin-right: 2px;
}

ul.nav-list-primary>li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eceae4;
    color: #666666;
    text-decoration: none;
}

ul.nav-list-primary>li a:hover {
    text-decoration: none;
}

ul.unordered {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul.unordered ul,
ol ul {
    margin: 10px 0 10px 20px;
}

ul.unordered ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-family: 'Volkhov', serif;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

.title-note {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

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


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

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

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

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

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

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}


/* ==================================================
   Padding Sets
================================================== */

.padding-b0 {
    padding-bottom: 0!important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}


/* ==================================================
   Spacers
================================================== */

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}


/* ----------------------------------------------------------------------------------------- */


/* Multi purpose classes */


/* ----------------------------------------------------------------------------------------- */

.overlay-transparent {
    background: rgba(0, 0, 0, .6);
}

.btn {
    border-width: 0;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.btn-default {
    border-width: 1px;
}

.img-thumbnail {
    background: #f8f7f3;
    padding: 5px;
}

.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    font-family: 'Volkhov', serif;
    color: #999999;
}

.meta-data a {
    color: #666666;
}

.meta-data a i {
    color: #999999;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data>span {
    margin-right: 20px;
    display: inline-block;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data>span:last-child {
    margin-right: 0;
}

.animationpop,
.zoom.thumbnailig img {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

body.blockpopup .bghitam {
    display: block;
}

.bghitam {
    position: fixed;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .7);
}

.closess {
    position: fixed;
    right: 10px;
    top: 10px;
    display: none;
    color: #fff;
    font-weight: bold;
    background: red;
    padding: 2px 10px;
    z-index: 9999999;
    text-decoration: none;
}

.closess {
    display: block;
}

.thumbnailig {
    float: left;
    width: calc(100% / 6);
    height: calc(width);
    margin: 0px 0px 0px 0px !important;
    position: relative;
    background-size: cover;
    background-position: center;
}

.thumbnailig.zoom {
    z-index: 999999;
}

.thumbnailig.zoom {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
}

.thumbnailig.zoom img {
    width: 100%
}

.thumbnailig::after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.thumbnailig.zoom::before,
.thumbnailig.zoom:hover::before {
    display: none;
}

.thumbnailig:hover::before {
    content: 'Lihat';
    z-index: 999;
    display: block;
    color: #fff;
    margin: 0;
    position: absolute;
    padding: 7px 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
}

.thumbnailig:hover::after,
.thumbnailig.zoom::after {
    background: none;
}

.thumbnailig img {
    width: 100%
}

.counterweb h3 {
    position: relative;
    color: #fff;
    z-index: 9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.06em;
    font-family: 'Roboto Condensed', sans-serif;
}

.counterweb::after {
    content: '';
    height: 100%;
    background-color: rgb(0 127 123 / 28%);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 0;
}

.counterweb .small-box {
    width: calc((100% / 7 - 45px));
    display: inline-block;
    height: 60px;
    margin: auto;
    text-align: center;
    z-index: 1;
    position: relative;
    padding-top: 7px;
    font-size: 1.4vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    border-radius: 4px;
    overflow: hidden;
}

.counterweb .small-box span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 31px;
    font-size: 1.1vw;
    font-weight: normal;
}

.counterweb .small-box .small-box-footer {
    content: '';
    background-color: rgb(0, 0, 0, 0.2);
    margin: auto;
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.bgaqua {
    background-color: #00c0ef;
}

.bggreen {
    background-color: #00a65a !important
}

.bgyellow {
    background-color: #f39c12 !important
}

.bgred {
    background-color: #dd4b39 !important;
}

.bgblue {
    background-color: #3c8dbc;
}

.bgpurple {
    background-color: #605ca8 !important;
}

.bgnavy {
    background-color: #001F3F !important;
}

.bgmaroon {
    background-color: #D81B60 !important;
}

.bgolive {
    background-color: #3D9970 !important;
}

.bgorange {
    background-color: #FF851B !important;
}

.bgteal {
    background-color: teal !important;
}

.hero-slider.flexslider img {
    display: block;
    width: 100%;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

.heightresponsive,
.heightresponsivebanner {
    overflow: hidden;
    position: relative;
}

.heightresponsive img,
.heightresponsive .img {
    min-height: 186px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.heightresponsivebanner img,
.heightresponsivebanner .img {
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -13%);
}

.media-box .zoom i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 22px;
}

.media-box .zoom,
.media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff!important;
    font-size: 1.5em;
    z-index: 999;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.img-thumbnail img:hover,
.img-thumbnail:hover {
    opacity: .9
}

.clear {
    clear: both
}

.media-box:hover .zoom,
.media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.centertitle {
    text-align: center;
    width: 100%;
}

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

.centertitle span {
    display: block;
    margin-bottom: 30px;
    font-family: 'Volkhov', serif;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: none;
}

.centertitle h4 {
    margin-bottom: 0px;
}

.unduhlist {
    padding-left: 15px;
}

.unduhlist li {
    list-style-type: disc;
}

.unduhlist li a {
    text-decoration: none;
}

.pprofile {
    width: 200px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px 0px #00000073;
    height: 200px;
    background-position: center top;
    background-size: cover;
    margin: 0px auto 20px;
}

.quotes {
    font-family: 'Volkhov', serif;
    text-align: center;
}

.webbekasikota {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fbfbfb;
}

.webbekasikota .grid-item h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 17px;
}

.webbekasikota .media-box {
    height: 170px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.webbekasikota .grid-item h3 a {
    color: #007f7f;
}

.webbekasikota .grid-item h3 a:hover {
    color: #035757;
}

.webbekasikota .grid-content {
    padding: 15px 10px 1px 12px;
    width: calc(100% - 19px);
    margin: auto;
    left: 0px;
    right: 0px;
    margin-top: -33px;
    background: #fff;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px -5px 9px -6px #000000a6;
}

.webbekasikota .grid-item p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 17px;
    color: #007f7f70;
}

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

.media-box .media-box-wrapper {
    padding: 30px;
}

.info-table li {
    border-bottom: 1px solid #eceae4;
    padding: 10px 20px;
}

.info-table li:nth-child(2n+1) {
    background-color: #f8f7f3;
}

.info-table li i.fa {
    margin-right: 5px;
}

.info-table li:last-child {
    border-bottom: 0;
}


/*-------------------------------------------------------------------------------------------*/


/* SITE STRUCTURE & APPEARANCE */


/*-------------------------------------------------------------------------------------------*/

body {
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', serif;
    line-height: 20px;
    background-attachment: fixed;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgb(0 0 0 / 25%) 0 0 1px;
    padding: 0px 0px !important
}

body.boxed .body {
    position: relative;
    margin: 25px auto;
    max-width: 1080px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {
    body.boxed .body .site-header,
    body.boxed .body .main-menu-wrapper {
        max-width: 100%;
        width: 1080px;
    }
}

.site-header .topbar {
    background-color: rgba(255, 255, 255, .8);
    height: 80px;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}

.site-header h1.logo {
    position: relative;
    z-index: 1300;
    margin: 0;
    padding: 15px 0 5px;
    height: 65px;
    vertical-align: middle;
    line-height: 0;
    font-size: 18px;
}

.site-header h1.logo span {
    position: absolute;
    top: 28px;
    left: 38px;
    text-transform: uppercase;
    font-size: 14px;
}

.site-header h1.logo b {
    font-weight: 600;
    margin-top: 6px;
    font-size: 16px;
    color: #007f7b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    height: 18px;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.top-navigation {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 30px 0 0 0;
}

.top-navigation li {
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.top-navigation li a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.top-navigation li:after {
    content: "/";
}

.top-navigation li:last-child:after {
    content: ""
}

.site-header .menu-toggle {
    font-size: 18px;
    margin: 30px 10px 0 0;
    float: right;
}

.site-header .menu-toggle:focus {
    outline: 0;
}

.main-menu-wrapper {
    display: block;
    width: 100%;
}

.main-menu-wrapper .col-md-12 {
    position: relative;
}

.navigation {
    height: 50px;
    background: #f8f7f3;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 2;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0px;
    right: 0px;
}

.navigation>ul>li {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.navigation>ul>li i {
    font-size: 13px;
}

.navigation>ul>li>a {
    padding: 0 25px;
    display: block;
    text-decoration: none;
}

.navigation ul>li>a:hover,
.navigation ul>li>a.current {}

.navigation>ul>li ul {
    position: absolute;
    top: 53px;
    left: 30px;
    z-index: 999;
    display: none;
    min-width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 30px;
    z-index: 999;
    max-height: 286px;
    overflow-y: scroll;
}

.navigation>ul>li ul:before {
    position: absolute;
    left: 50%;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-bottom-color: #ffffff;
    content: " ";
    pointer-events: none;
}

.navigation>ul>li ul li ul:before {
    position: absolute;
    left: 0;
    top: auto;
    margin: 15px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-right-color: #ffffff;
    content: " ";
    pointer-events: none;
}

.navigation>ul>li:hover ul {
    box-shadow: 0px 0px 2px #333;
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.navigation>ul>li>ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
}

.navigation>ul>li>ul li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #f8f7f3;
    white-space: nowrap;
    text-decoration: none;
}

.navigation>ul>li>ul li a:hover {
    text-decoration: none;
}

.navigation>ul>li>ul li:last-child a {
    border-bottom: 0;
}

.navigation>ul>li>ul li ul {
    left: 100%!important;
    top: 0;
    min-width: inherit;
    margin-left: 11px;
    position: absolute;
}

.navigation>ul>li.megamenu {
    position: inherit!important;
    left: 0;
}

.navigation>ul>li.megamenu i {
    font-size: 100%;
}

.navigation>ul>li.megamenu>ul {
    left: -30px!important;
    width: 100%;
}

.navigation .megamenu-container {
    padding: 25px;
    width: 100%;
    color: #cccccc;
}

.navigation .megamenu-container ul {
    display: block!important;
    color: #666666;
    left: 0!important;
    box-shadow: none;
    opacity: 1!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    position: relative!important;
    text-align: left!important;
    margin-left: 0;
}

.navigation>ul>li.megamenu>ul:before {
    position: absolute;
    left: 50%;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-bottom-color: #ffffff;
    content: " ";
    pointer-events: none;
}

.navigation>ul>li.megamenu .meta-data {
    text-transform: none;
}

.navigation .megamenu-container .megamenu-sub-title {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 12px;
    color: #666666;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    text-align: left!important;
    border-bottom: 1px solid #f8f7f3;
}

.navigation .megamenu-container ul li a {
    display: block;
    padding: 7px 0;
    border-bottom: 0;
}

.navigation .megamenu-container ul li a i {
    display: none;
}

.navigation .megamenu-container ul li a:hover {
    text-decoration: none;
}

.sticky-wrapper {
    max-height: 50px;
}

.is-sticky .main-menu-wrapper {
    z-index: 1000;
    min-height: 50px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.is-sticky .navigation {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Added in v1.3 */

.header-style2 .navigation {
    background: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.header-style2 .main-menu-wrapper {
    background: #f8f7f3!important;
    height: 50px!important;
}

.header-style2 .hero-slider {
    top: 0;
    margin-bottom: 0;
}

.header-style2 .hero-slider.flexslider .flex-prev,
.header-style2 .hero-slider.flexslider .flex-next {
    margin-top: -50px;
}

.header-style3 .top-search {
    margin-top: 25px;
    width: 50%;
    float: right;
}

.header-style3 .toprow {
    width: 100%;
    height: 40px;
}

.top-menus li {
    display: inline;
    line-height: 40px;
    font-size: 12px;
}

.top-menus li:first-child a {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.top-menus i {
    font-size: 18px;
}

.top-menus.pull-right i {
    font-size: 12px;
}

.top-menus a {
    color: #fff;
    opacity: .8;
    padding: 0 12px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.top-menus a:hover {
    opacity: 1;
    color: #fff;
}


/* End Added in v1.3 */


/* Start added in v1.4 */

.featured-event-container {
    position: relative;
    background-color: #F8F7F3;
    margin: 0;
    padding: 15px;
}

.featured-event-container h4 {
    margin-top: 10px;
}

.featured-event-container p:last-child {
    margin-bottom: 0;
}

.featured-event-container h4 a {
    text-decoration: none;
}

.sidebar-widget-title .featured-star {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-top: 9px;
    margin-right: 5px;
    float: left;
    font-size: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.featured-event-time {
    position: static;
    z-index: 9;
    right: 10px;
    top: -40px;
    width: 80px;
    height: 80px;
    padding: 18px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #F8F7F3;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    float: right;
}

.featured-event-time .date {
    display: block;
    font-size: 24px;
}

.featured-event-time .month {
    display: block;
    font-size: 12px;
    opacity: .8;
}

.cause-item .progress {
    background: #eceae4;
    height: 8px;
}

.cause-item .progress-bar {
    line-height: 8px;
}

.cause-item .progress-label {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}

.cause-item .progress-label span {
    font-weight: bold;
}

.cause-item .grid-content {
    padding-bottom: 15px;
}

.payment-to-cause a {
    text-decoration: none;
}

.payment-to-cause a:hover {
    text-decoration: underline;
}

.custom-donate-amount {
    display: none;
}

#PaymentModal textarea {
    resize: vertical;
}

.causes-archive .donate-paypal {
    margin-top: 10px;
}

.causes-archive .progress-label {
    margin-top: 15px;
}


/* End added in v1.4 */


/* Added in v1.4.2 */

.header-style4 .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.header-style4 .site-header.sticky-header .toprow {
    display: none;
    -webkit-transition: display .3s .2s;
    -moz-transition: display .3s .2s;
    -ms-transition: display .3s .2s;
    -o-transition: display .3s .2s;
    transition: display .3s .2s;
}

.header-style4 .toprow,
.header-style4 .topbar {
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    background: none;
}

.header-style4 .toprow {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-style4 .toprow a {
    color: #333;
}

@media only screen and (min-width: 992px) {
    .header-style4 .navigation {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 15px;
    }
    .header-style4 .navigation>ul {
        float: right;
    }
    .header-style4 .navigation>ul>li {
        font-size: 14px;
    }
    .header-style4 .navigation>ul>li>a {
        padding: 0 15px;
    }
    .header-style4 .navigation>ul>li:last-child a {
        padding-right: 0;
    }
    .header-style4 .navigation>ul>li>ul {
        top: 77px;
    }
    .header-style4 .navigation>ul>li.megamenu>ul {
        top: 92px;
    }
    .header-style4 .navigation>ul>li:last-child ul {
        margin-left: 10px;
        padding-right: 20px;
    }
}

.header-style4 h1.logo {
    float: left;
    max-width: 250px;
    display: block;
    margin: 0;
    padding-top: 25px;
}

.header-style4 h1.logo a {
    display: block;
}

.header-style4 .hero-slider {
    top: 0!important;
    margin-bottom: 0!important;
}

.single-cause-teaser .listing-cont {
    padding-top: 20px;
}

.home6.content {
    padding-bottom: 0;
}


/* End Added in v1.4.2 */


/* Hero Slider */

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
}

.hero-slider {
    position: relative;
    top: 0px;
    /* margin-bottom: -81px; */
    left: 0;
    z-index: 1;
    height: 547px;
    width: 100%;
    overflow: hidden;
}

.hero-slider .flex-viewport {
    width: 100%;
}

.hero-slider.flexslider>ul.slides {
    height: 100%;
}

.hero-slider.flexslider ul.slides li {
    height: 547px;
    width: 100%;
    overflow: hidden;
    position: static;
    background-attachment: scroll!important
}

.hero-slider.flexslider ul.slides li .titlebanner,
.swiper-slide .titlebanner {
    margin: 0;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-slider.flexslider ul.slides li .titlebanner h3,
.hero-slider.flexslider ul.slides li .titlebanner h2,
.hero-slider.flexslider ul.slides li .titlebanner h1,
.swiper-slide .titlebanner h3,
.swiper-slide .titlebanner h2,
.swiper-slide .titlebanner h1 {
    background: #ffffff94;
    box-shadow: 0px 0px #333;
    padding: 0px 10px;
    text-align: center;
    display: table;
    margin: 10px auto;
    letter-spacing: normal;
}

.hero-slider.flexslider ul.slides li .titlebanner p,
.swiper-slide .titlebanner p {
    background: #3e3e3e73;
    box-shadow: 0px 0px #333;
    padding: 0px 10px;
    color: #ffffff;
    text-align: center;
    display: table;
    text-align: center;
    margin: auto;
    letter-spacing: 0.02em;
    font-family: 'Roboto Condensed', sans-serif;
}

.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}

.flexslider .flex-control-nav li {
    display: inline;
}

.flexslider .flex-control-nav a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}

.flexslider .flex-prev,
.flexslider .flex-next {
    background: rgba(0, 0, 0, .6);
    color: #f8f7f3;
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
}

.flexslider .flex-prev {
    left: 10px;
    right: auto;
}

.flexslider .flex-prev:before {
    content: "\f104";
}

.flexslider .flex-next:before {
    content: "\f105";
}

.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    right: -100px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 30px;
    line-height: 100px;
    display: block;
    text-align: left;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    display: block;
}

.hero-slider.flexslider .flex-prev {
    left: -100px;
    padding-left: 60px;
}

.hero-slider.flexslider .flex-next {
    padding-left: 30px;
}

.hero-slider.flexslider:hover .flex-prev {
    left: -50px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: -50px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

.notice-bar,
.page-header {
    background: #f8f7f3;
    padding: 20px 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
}


/* Added in v1.2 */

.notice-bar.latest-fiturlainnya {
    padding-bottom: 0;
}

.latest-fiturlainnya h3 {
    margin-bottom: 0;
}


/* End v1.2 addition */


/* Added in v1.5 */

.slider-rev-cont {
    top: -81px;
    margin-bottom: -81px;
    height: 547px;
    position: relative;
    z-index: 1;
}

.products-list li {
    margin-bottom: 30px;
    margin-top: 30px;
}

.products-list li .shop-item {
    margin-bottom: 30px;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.products-list li .product-image {
    position: relative;
    margin-bottom: 15px;
}

.products-list li .product-details {
    float: left;
}

.products-list li .product-details h3 {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}

.products-list li .product-details h3 a {
    color: #666666;
}

.products-list li .product-details h3 a:hover {
    text-decoration: none;
}

.products-list li .product-details .product-categories a {
    color: #999999;
    font-size: 12px;
}

.products-list li .product-price {
    float: right;
    width: 50px;
    text-align: right;
    font-weight: 700;
}

.products-list .product-image .add-to-cart {
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 300;
    display: block;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.products-list .product-image:hover .add-to-cart {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .3s .2s, bottom .3s .2s;
    -moz-transition: opacity .3s .2s, bottom .3s .2s;
    -ms-transition: opacity .3s .2s, bottom .3s .2s;
    -o-transition: opacity .3s .2s, bottom .3s .2s;
    transition: opacity .3s .2s, bottom .3s .2s;
}

.shop-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 200;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


/* End Added in v1.5 */

.notice-bar-title-icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.notice-bar-title .title-note {
    margin-top: 4px;
}

.notice-bar-title strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.notice-bar-event-title h5,
.notice-bar-event-title .date {
    margin-bottom: 0;
}

.counter .timer-col {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.timer-col #days,
.timer-col #hours,
.timer-col #minutes,
.timer-col #seconds {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding: 5px 10px;
}

.timer-col #days {
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timer-col #hours,
.timer-col #minutes,
.timer-col #seconds {
    background: #eceae4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timer-col .timer-type {
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.content {
    padding: 50px 0;
}

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

.featured-block {
    position: relative;
}

.featured-block:hover strong {
    bottom: 58px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}

.featured-block .more {
    background: #ffffff;
    color: #333333;
    display: inline-block;
    padding: 5px 20px 5px 30px;
    margin: 0;
    position: absolute;
    z-index: 9;
    left: 10px;
    bottom: 30px;
}

.featured-block .img-thumbnail:hover {
    opacity: 1;
}

.listing-header,
.post-title {
    padding-bottom: 0px;
}

.listing-header h3 {
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
}

.listing-header h3 span {
    color: #007F7B;
    position: relative;
}

.listing-header h3 span::after {
    content: '';
    width: 20px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-bottom: 3px solid #ffbb23;
}

.listing-header-sub {
    text-align: right;
    padding-top: 0px;
}

.listing-header-sub h5 {
    display: inline-block;
    margin-right: 20px;
}

.listing-cont,
.post-content {
    border-top: 4px solid #f8f7f3;
}

.listing .item {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.listing .item::after {
    content: '';
    background: rgb(186, 186, 186);
    background: linear-gradient(90deg, rgba(186, 186, 186, 0.8239670868347339) 11%, rgba(255, 255, 255, 1) 48%);
    height: 1px;
    width: 100%;
    display: block;
    bottom: 0px;
    position: absolute;
}

.listing .item:last-child,
.listing .item:last-child::after {
    background: none;
    border-bottom: none;
}

.listing .item.featured-fiturlainnya::after {
    border-bottom: none;
    background: none;
}

.event-date {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding: 5px 0 0 0;
}

.event-date .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    margin-top: 2px;
}

.event-date .month,
.event-date .year {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999999;
    display: block;
    margin-top: 4px;
}

.event-date .year {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 2px;
}

.event-item .event-date {
    width: 55px;
    float: left;
    margin-right: 10px;
    padding: 8px 0px 0px;
    background: #f1f1f1;
}

.event-item .event-detail {
    width: calc(100% - 80px);
    margin-right: 15px;
    float: right;
}

.heightresponsivebanner span.zoom {
    left: -100%
}

.grid-item-inner span {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 3px;
}

section ul li.item h4,
section .post-title h2 a {
    font-size: 14px;
    line-height: 19px;
}

.clear {
    clear: both
}

.event-item .to-event-url {
    float: left;
    width: 17%;
    text-align: right;
    display: table;
    vertical-align: middle;
}

.event-item .to-event-url div {
    display: table-cell;
    vertical-align: middle;
}

.event-item .event-detail h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}

.event-item .event-detail h4 a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.006em;
}

.post-listing .post {
    padding: 10px 0 10px 0
}

.sidebar-widget .item.post img {
    margin-bottom: 0px !important;
}

.event-detail .meta-data {
    margin-bottom: 0px;
    ;
}

.post-listing .media-box {}

.post-listing .post-title {
    margin-bottom: 0px;
    margin-top: 5px;
}

.post-listing .post-title h2 {
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
    line-height: 17px;
}

.post-listing .post-title h2 a {
    color: #007f7f;
    font-weight: bold;
    letter-spacing: 0.006em;
}

.post-listing .post-title h2:hover {
    color: #035757;
}

.fiturlainnya .meta-data {
    margin: 0;
}

.featured-fiturlainnya:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    background: #fff;
    border-bottom: 20px solid #eceae4;
    border-right: 20px solid transparent;
}

.listing.post-listing .item .featured-fiturlainnya:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 19px solid #ffffff;
    border-left: 19px solid transparent;
}

.share_post {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.share_post a {
    color: #fff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 25px;
    cursor: pointer;
}

.ayoshare {
    font-family: sans-serif;
    padding: 2px 2px;
    overflow: hidden;
    text-align: center;
}

.ayoshare .button {
    position: relative;
    /* display: block; */
    /* float: left; */
    height: 32px;
    margin: 2px;
    overflow: hidden;
    display: inline-block;
}

.ayoshare .button a {
    cursor: pointer
}

.ayoshare .icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 38px;
    text-align: center;
}

.ayoshare .icon i {
    color: #fff;
    line-height: 42px;
}

.ayoshare .mobile {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.ayoshare .mobile i {
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    font-size: 16px;
}

.ayoshare .counter {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 38px;
    position: absolute;
    width: 60px
}

.ayoshare .counter p {
    font-weight: 400;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
}

.ayoshare a {
    color: #fff;
    text-decoration: none;
}

.ayoshare .facebook .mobile,
.ayoshare .facebook .icon,
.ayoshare .facebook .counter {
    background-color: rgb(59, 89, 152);
}

.ayoshare .linkedin .mobile,
.ayoshare .linkedin .icon,
.ayoshare .linkedin .counter {
    background-color: #0074A1;
}

.ayoshare .stumbleupon .mobile,
.ayoshare .stumbleupon .icon,
.ayoshare .stumbleupon .counter {
    background-color: #EE4B13;
}

.ayoshare .bufferapp .mobile,
.ayoshare .bufferapp .icon,
.ayoshare .bufferapp .counter {
    background-color: #168eea;
}

.ayoshare .reddit .mobile,
.ayoshare .reddit .icon,
.ayoshare .reddit .counter {
    background-color: #6D91A6;
}

.ayoshare .pinterest .mobile,
.ayoshare .pinterest .icon,
.ayoshare .pinterest .counter {
    background-color: #C92228;
}

.ayoshare .vk .mobile,
.ayoshare .vk .icon,
.ayoshare .vk .counter {
    background-color: #45668e;
}

.ayoshare .pocket .mobile,
.ayoshare .pocket .icon,
.ayoshare .pocket .counter {
    background-color: #ef4056;
}

.ayoshare .google .mobile {
    background-color: #D24231;
}

.ayoshare .twitter .mobile {
    background-color: rgb(29, 161, 242);
}

.ayoshare .digg .mobile {
    background-color: #005be2;
}

.ayoshare .flipboard .mobile {
    background-color: #cc0000;
}

.ayoshare .email .mobile {
    background-color: rgb(132, 132, 132);
}

.ayoshare .whatsapp .mobile {
    background-color: #075e54;
}

.ayoshare .telegram .mobile {
    background-color: #0088cc;
}

.ayoshare .viber .mobile {
    background-color: #59267c;
}

.ayoshare .line .mobile {
    background-color: #00c300;
}

.ayoshare .bbm .mobile {
    background-color: #000000;
}

.ayoshare .sms .mobile {
    background-color: #05FF82;
}


/* add hover and active effects */

.ayoshare .button:hover .icon,
.ayoshare .button:hover .counter,
.ayoshare .button:hover .mobile,
.ayoshare .button:active .icon,
.ayoshare .button:active .counter,
.ayoshare .button:active .mobile {
    background-color: rgba(0, 0, 0, 0.3);
}


/* font awesome doesn't provide official Line Messenger , Bufferapp & BBM icon */

.ayoshare .fa-line {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAARuSURBVHja7Jh9TFV1GMe/55z7yuu5lzcvRFlJTWZwaS6Vpi4HlIBhaUJrOKeA8z/IVv3Ry8o/mi6nNXTVHBuKIBWkEYzBALmw4FIXx4ILiEMXyPu9cMFd79u5T38ECNbqgMfl1n2289/zPL/Pnrc952GICI+ysHjExQfoA/QB+gD/74AyMUob2jbA6rFiW9B2JGmTMO4ex5RrCjH+Maw+MH5XABeQFKWKiuXlvI4Bw866ZydGXaP9Nret+bp9oLJz1mTXyrXQKSJhtBlRM10NjUyDni090gAuhpvhMOmahIfcXJYu86OEoIT3FIxCeb8eL+ef5eX8VgA5m/hNF+IC476pt9S/O+YcszEPI4IMGDAAbjuG8XrYa/r0iLQmFavixdrqA+Pz9IHxeXWT9a+229qqBBLmPUpUgy64MOIYhT4ofsde3Z5rYuHul5Sw5B+TQ1NyJxwTcJJTnBER/esX1xqHDNPuSI/X4yIJJK/78IvrDbGi3hYVQQ2nRcET+Sc5hpNL0ZnvrD16WifXSRfBTwY+3bY0Au/3F1Dx8DkiInIKTsrvPULGmZ8ppzubLK4pIiLK7ztCJlsHZf/2BoVeVdPGtlhyCI5FH8dvnEgV87YoQNOM6cOlgDGGdZTbnUNERFaXlSIawql8tJxwBZTZuYeIiKKboqnwViGFNoRQ4dAXZJhuWpZm81zvMclSHBsYu3ZZypVqBMgV813GQKv2A8t4sTEyFpXjFfi4/wM8r1mPILkfeJUSl8e/RdnIebi97kUfT/k9GSlZF085p+b+boAsLRO7145ghkftC3X4/NYJtMy0wJ/zAwsWKaGp2Bm+C3L2XglbXdN2yQBPmk//smwQQ4dTg2eQ3JmIqsnL4KGDS/Ci13YTO7TJOBv/FazTd+ERGFjsdlyz/QqTrQNuuhfBL/sKuyRrkuBSTbB5xmxeqJ9mayNl9+yjl0xbqH6qlgzTTTRov0FlY+fJS14iIro4WkwjjttUOHSKMrpeoVzzfnIKTiIimnHZbGGl4WGSNQkKgcyrWVkkkRR0vH0UZ0S+LUqpBMBZ4NxAUdGDwv00XF2DrwGUQLpBzXJqwB/IqT94sGiwuHi1A7rNYjSm16alQgGwMrWE+yARWKUa8GNxqObAgb0tWW/Nee64VgJXPVZbl/j95s0AwPqpAZEHA/ELq5fAKpRgNHJUdJWX8hdDAve3HzpcO1LXavfYvf9keqzns+PpFTtfhgxgA9SAV/w1gxFz+uDK5tNB8x/LwOt2AnNegAMgAxehiX7alNpeFaWOfGbBbs5zx5HemJFu6G1sgJYDK1P86WB+hApZdx/Syk8EVqYAwysBJaALeVzY+lji9Tlh1rygcmnoux/4kpAgw0BjAxuuBMspVhS5VW3Uf5mfghPPrUnAm+v2wUMCdKpIvcVpQVrz7u3GvlYDAhiwIQspXd2RSvZAexMrg4cEVN68gjH7ONawuuJLv5e3G/taDfBnwKpVq4raimvQ99vpA/QB+gB9gP+d/DEAL5Ee2yGyv1IAAAAASUVORK5CYII=");
    /* Line Logo */
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 3px 0 0 0;
    padding: unset;
}

.ayoshare .fa-bufferapp {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHiSURBVHja7NhPiE5RGMfx5yWzUTQbFhYkkw2pKSVKlNhgIxaS1GiKsGJjg4UUCwtTlI2sJH82U0KNshEJKYVJIgtqmjdiUkwfm6Nu1zXjfd/7vkbur07de89zzvl2zv0959xbQ0xlTYsprgqwAqwAK8B/CHBbRNyLiOGIOBoRs0vpFa2WnXjsV33GCcxppf9WwHbjpcn1DaexoBOANezHW83pHBa1C/AUxpWjB+j7k3EbMcmniBgtyVAjETHWLpPswLMmZu1rM6ZpxSRb0lJNplEcwaxOuXhJ7n4z7hSAvcchzMjELm0UtBGwPXiSBn+OXbn6dbiJRziQq1uOa6ntGM5iQ9mA5wtm6RX2TtBmLW4VtHs9Sbuml3gujuNLbsB3OIiuFLcRQwVgV7CqEyaZiWOo5wA+4k0B2GX0dsok2Ze+Kxnhw28cfAGLM/HT2wm4Jg1YxyBW5Or3YRgjOIOFmbrulAPr6WDRV5ANWga8XjBDg1hdsF//vJ6HkylJZzWOw+1Y4pUJKq8hrM/EzcdAQdwL9HfCJL24VADwELcLnj/F9k6fBwPLcHGCbe4+tv6tA2u29KRE/j2B3cWmMvqulfjzqCci+iOiOyKuRsSNMjotE7D67KwAK8AKsAL8HwF/DAC3lzjL9tbjTwAAAABJRU5ErkJggg==");
    /* Bufferapp Logo */
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 3px 0 0 0;
    padding: unset;
}

.ayoshare .fa-bbm {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAANJSURBVHja7JY9iF1FFMf/Z87M3K/dfb5lu6BCwEoUGwsLKxtFAkEELSwtVoSATVq/GgsLEcEuEFKkMYEQxaCIWAQMpFQERUQQlvWDt+t9b9+983GOxXvPWLi7vIchIHuaGbjM/O6c8/+fGVJV3IswuEdxAj4B37Wwh3347dffYdhUG4P1jw1xDaAFgQAACwfSfLzjSAWwliQGmeoZp7a1A7scuG7qF4vCvxZivNV1k3POFRDJMx4ZAApVBYhAIKgKiAxyiigr/65vypshxPcscOHf9qcjGshnOcupg4ODh0GEGBNyCmBmGMNQFeScwcxgtjDWQXIGQZFTwtrG+m1m3iXg2WVrzERIbD1UFTlFDIebP2xubiqzecL74vmtrS1tmuZGzgnWGMTQAwB8UYCATEdk9CiwqgJ96CGisM4h5/RpjOm6qv4hIvsp5c9jipfZ2geLwl+qquqVlDJUFUREq6qaAMCQmdUPOA1AY4pXc5bvmfnRlNLXXRcuWuYXiPBSURSvqspCbbSSqu/AFSoKX/gni6I4JyK/9F1/ua6rdwDYkMIXIvL+ZHJwfTqdfue9Azu3up0WIapgZuScr7Tt+KOU0gREW+PJ5JmU8u0saW/zvuEBEVUi+WxK+Zo1Bsdk+jjwTPI6k/9YVJGyYL2pt8uqfDtn+aZt20dSSh+IyLjvw1dVVcJai7lbaBUwATAqAucdoIKUMtgAfQg3RfFGzukGiBBCOB9jBDOjKAos5kSkS4ur7/tviWjLWfu4+cd/V2UJEL7s+umbCr3lLAMAnHOoqhIhREyn3WOqeqrv+x8PPdVhDWRnZwdlWT49HA4viMiVth2ft9Y+1TT1NoCdxbrZqAAIRCSqClV9ruv6l1OSa4PB2nLg3d1dqALO+wcGG+ufxJg+dN6/NRrtv26I1qw1NPfr32pQFfbeUdd1l8jYn70vsNaUy9XYuVnHYmPuN8ZUzPZsP20fWq8wGv3ZYTLJMPMaLOA5Z9T1DMTGrHYtqipEBFVdbUPR7O3tn/HejMqmxsZGBSKCtQxred6vZ3Nj+LjecfSJs2QQEUTkp1G7f1qB3hABkFleie7OfcyGQER1COGqqEyNIfyXL2E6eVefgP934L8GAFPbrYEFvuxUAAAAAElFTkSuQmCC");
    /* BBM Logo */
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 3px 0 0 0;
    padding: unset;
}

.ayoshare .fa-flipboard {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADWSURBVHja7NsxDoIwFAbgYhw4goOcgEM4cAjvy+AtYJGhoyOJQ12YHMDEJlb9/pWmTb7kvbw0pUopBQlhhwAECBAgQIAAAQIECBAgQIAAAQIECBAgyss+52bzPF+31tyGYcxx1qFtT8VCLDm++f2V9EpDjwABAgSIH5kjMqX/C4h7jFtLYtN1Z6WhR4AAAQIECAPVU6YQwqVEiCrnO8vlhmrt4mWq67pRGnoECBAgQIAwUK0MTV+Xyo8rSgMECBAgQIAAAQIECBAgQIAA8Zk8AAAA//8DAIUmH3yIYUyXAAAAAElFTkSuQmCC");
    /* Flipboard Logo */
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 3px 0 0 0;
    padding: unset;
}

.featured-fiturlainnya .date {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.featured-fiturlainnya h4 a {
    text-decoration: none;
}

.fiturlainnya-actions a {
    margin-right: 10px;
    text-decoration: none;
}

.fiturlainnya-actions i {
    font-size: 18px;
}

.featured-fiturlainnya-video {
    margin-bottom: 20px;
}

.featured-gallery {
    padding: 50px 0;
}

.featured-gallery h4 {
    color: #ffffff;
}

.featured-gallery .btn {
    border: 0;
}

.site-footer {
    background-color: #f8f7f3;
    padding: 50px 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .07);
}

.site-footer-bottom {
    background-color: #eceae4;
    padding: 20px 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #999999;
}

.site-footer-bottom.atas {
    background: none;
}

.site-footer-bottom.atas .social-icons {
    text-align: left;
}

.site-footer-bottom p {
    margin-bottom: 0;
    font-size: 12px;
}

.site-header .social-icons {
    margin-top: 30px;
}

.site-footer-bottom .social-icons,
.site-header .social-icons {
    text-align: right;
}

.site-footer-bottom .social-icons a,
.site-header .social-icons a {
    color: #ffffff;
    background: #999999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration: none;
}

.site-footer-bottom .social-icons a:hover,
.site-header .social-icons a:hover {
    background: #666666;
}

.nav-backed-header {
    position: relative;
    z-index: 1;
    margin: 0;
    border: 0;
}

.page-header {
    margin: 0;
    position: relative;
    padding: 20px 0 20px 0;
    border: 0;
}

.page-header h1 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.page-header p {
    color: #d8d6d1;
    margin: 0;
}

ol.breadcrumb {
    margin: 0;
    background: none;
    padding: 90px 0 40px 0;
}

ol.breadcrumb a {
    color: #d8d6d1;
    text-decoration: none;
}

ol.breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

ol.breadcrumb>.active {
    color: #fff;
}

.grid-holder {
    width: 105%;
    margin-left: -3%;
    float: left;
}

.grid-holder .grid-item {
    float: left;
}

.grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
}

.grid-item-inner {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: 9px solid #fff;
    box-shadow: 0px 0px 3px #000;
    margin-top: 3px;
}

.grid-item-inner:hover b {
    display: none;
}

.grid-item-inner b {
    display: block;
    position: absolute;
    bottom: 0px;
    background: #000000b8;
    color: #fff;
    padding: 10px;
    right: 0px;
    left: 0px;
    text-align: center;
}

.grid-holder .grid-item {
    margin-left: 3%;
}

.grid-holder.col-2 .grid-item {
    width: 49%;
}

.grid-holder.col-3 .grid-item {
    width: 29.63%;
}

.grid-holder.col-4 .grid-item {
    width: 24%;
}

.grid-media {
    position: relative;
}

.grid-content {
    padding: 15px 20px 1px 20px;
}

.grid-content .fa-external-link {
    margin-left: 10px;
}

.events-grid .grid-item {}

.grid-item h3 {
    line-height: 1em;
}

.post-title {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.post-content {
    padding-top: 20px;
}

.post-content .featured-image {
    margin-bottom: 20px;
}

.single-post-header {
    margin-bottom: 0;
}

.single-post-header .event-date {
    float: left;
    width: 50px;
}

.single-post-header .btn-toolbar {
    margin-top: 8px;
}

.single-post-header .fiturlainnya-actions,
.post-comments-count {
    margin-top: 15px;
}

.event-description {}

.event-description .panel-body {
    padding: 10px 0;
}

.event-description .panel-heading {
    color: #ffffff;
}

.fiturlainnya-archive .post.fiturlainnya {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f8f7f3;
}

.fiturlainnya-archive .post.fiturlainnya .img-thumbnail {
    background: #fff;
}

.posts-archive .post {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eceae4;
}

.callcenter {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 9999
}

.callcenter img {
    width: 160px
}


/* Start Added in v1.2 */

.posts-featuring .post-title {
    border-bottom: 0;
    margin-bottom: 0;
}

.posts-featuring .post-title .meta-data {
    margin-bottom: 0;
}

.posts-featuring .listing-header .btn {
    margin-top: 5px;
}

.blog-full-width .meta-data {
    margin-top: 7px;
}

.blog-full-width .meta-data span {
    margin: 10px 0;
    display: block;
}

.blog-full-width .post .img-thumbnail {
    margin-bottom: 20px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eceae4;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #eceae4;
    border-radius: 5px;
    padding: 20px;
    padding-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 29px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #eceae4;
    border-right: 0 solid #eceae4;
    border-bottom: 10px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 30px;
    right: -9px;
    display: inline-block;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 9px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #eceae4;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-badge span {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    line-height: 16px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 9px;
    left: -9px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-title a {
    text-decoration: none;
}

.timeline-body>p:last-child,
.timeline-body>ul:last-child {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}


/* End added in v1.2 */


/* Start added in v1.3 */

.event-blocks li,
.album-blocks li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.album-blocks li {
    text-align: center;
}

.push-btn {
    margin-top: 5px;
}

.event-blocks .event-cat {
    float: right;
    margin-top: 5px;
}

.album-blocks .grid-item-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.album-cover:hover {
    background-position: 95px center;
    -webkit-transition: background-position .3s .2s;
    -moz-transition: background-position .3s .2s;
    -ms-transition: background-position .3s .2s;
    -o-transition: background-position .3s .2s;
    transition: background-position .3s .2s;
}

.album-image img {
    width: 100%;
    height: 100%;
}

.album-blocks li h5 {
    margin-top: 10px;
}

.slider-wrapper {
    position: relative;
    z-index: 1;
    top: -81px!important;
    margin-bottom: -81px!important;
}

.nivoslider {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    margin-bottom: 0!important;
}

.nivo-directionNav a {
    top: 55%!important;
}

.nivo-controlNav {
    width: 100%;
    z-index: 22;
    position: absolute;
    bottom: 20px;
}

.fc-event:hover {
    color: #fff!important;
}


/* End added in v1.3 */

.posts-archive .post .img-thumbnail {
    margin-top: 10px;
}

.post.fiturlainnya .post-title h3 {
    margin-bottom: 5px;
}

.post.fiturlainnya .post-title .fiturlainnya-actions {
    text-align: right;
    padding-top: 25px;
}

.post.fiturlainnya .post-content {
    padding-top: 20px;
}

.audio-container,
.video-container {
    margin-bottom: 30px;
}

.post-meta {
    background-color: #f8f7f3;
    border-bottom: 1px solid #eceae4;
    padding: 10px 20px;
    font-size: 12px;
}

.post-meta i {
    margin-right: 5px;
    font-size: 14px;
}

.post-comments {
    margin: 30px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
}

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

.comments li .post-comment-block {
    padding: 25px;
    padding-bottom: 5px;
    border: 1px solid #eceae4;
    border-bottom-width: 2px;
    background: #ffffff;
}

.comments li.admin>.post-comment-block {
    background-color: #f8f7f3;
}

.comments li .img-thumbnail {
    float: left;
    margin-right: 20px;
}

.comments li h5 {
    margin-bottom: 5px;
}

.comments li ul {
    padding-top: 25px;
    padding-left: 50px;
}

.post-comment-form {
    margin: 30px 0 0 0;
    border-bottom: 0;
}

.post-comment-form .form-control {
    margin-bottom: 20px;
}

.gallery-filter ul {
    float: right;
}


/* Post Formats */

.format-quote .media-box blockquote {
    color: #ffffff;
    padding-left: 0;
    border-left: 0;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item img {
    width: 100%;
    float: left;
}

.staff-item .social-icons {
    margin-bottom: 15px;
}

.staff-item .social-icons a {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none;
}

#gmap {
    height: 350px;
    margin-bottom: 30px;
    overflow: hidden;
}

#gmap iframe {
    border: 0;
    width: 100%;
    height: 350px;
}

#message {
    margin-top: 10px;
}


/* Widgets */

.widget {
    margin-bottom: 30px;
}

.search-form-widget {
    margin-top: 10px;
}

.widget .sidebar-widget-title h3 {
    border-bottom: 1px solid #eceae4;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.widget .sidebar-widget-title {
    border-bottom: 4px solid #f8f7f3;
    margin-bottom: 20px;
}

.widget h4.footer-widget-title {
    border-bottom: 1px solid #eceae4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.widget ul>li {
    border-bottom: 1px solid #eceae4;
    padding: 10px 0;
    color: #999999;
    clear: both;
}

.widget ul>li:last-child {
    border-bottom: none;
}

.widget ul>li a {
    display: inline-block;
    text-decoration: none;
}

.widget ul>li a i {
    margin-right: 5px;
}

.widget ul>li:first-child {
    padding-top: 0;
}

.widget ul>li a:hover {
    text-decoration: none;
}

.widget.post-listing h2.post-title,
.widget.fiturlainnyas-listing h2.fiturlainnya-title {
    font-size: 14px;
    margin-bottom: 0;
}

.tag-cloud a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px;
    text-decoration: none;
}

.tag-cloud a:hover {
    text-decoration: none;
}

.widget-recent-posts .post-image {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.widget-recent-posts .widget-blog-content {
    float: left;
    width: 65%;
}

.widget-recent-posts .fa-angle-right {
    display: none;
}

.widget-recent-posts .fa-plus {
    margin-right: 0;
}

.widget-recent-posts ul li a {
    padding: 12px 0;
    text-decoration: none;
}

.widget-recent-posts ul li:first-child a {
    padding-top: 8px;
}

.widget_recent_comments .fa-angle-right {
    display: none;
}

.widget .twitter-widget li {
    font-size: 16px;
    line-height: 28px;
    border: 0;
    padding: 0;
}

.widget-gallery ul {
    margin-left: -3%;
}

.widget-gallery ul li {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 0;
}

.widget-gallery ul li i {
    display: none;
}


/* Back to Top Button */

#back-to-top {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: none;
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
}


/*-------------------------------------------------------------------------------------------*/


/* SHORTCODE DEFINATIONS */


/*-------------------------------------------------------------------------------------------*/


/* ==================================================
   Tabs
================================================== */

.tabs {
    margin-bottom: 25px;
}

.nav-tabs {}

.nav-tabs li {
    position: relative;
    display: block;
    float: left;
    margin-right: 1px;
}

.nav-tabs li a {
    display: block;
    padding: 10px 20px;
    background: #f8f8f8;
    text-decoration: none;
}

.nav-tabs li a:hover {
    color: #fff;
    background: #666;
    text-decoration: none;
}

.nav-tabs li a:active,
.nav-tabs li.active a {
    color: #fff;
    background: #666;
}

.tab-content {
    padding: 20px 0;
    background: #ffffff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
    margin-bottom: 35px;
}

.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading {
    border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 15px;
    background: #f8f8f8;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle:hover {
    text-decoration: none;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: #666;
    color: #fff;
}

.accordion-heading .accordion-toggle.active {
    color: #fff;
    background: #666;
}

.accordion-heading .accordion-toggle.inactive {
    background: #f8f8f8;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
    color: #fff;
}

.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display: block;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display: block;
}

.accordion-inner {
    padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
}


/* ==================================================
   Alerts
================================================== */

.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
    text-shadow: none;
}

.alert .close {
    position: relative;
    top: 0px;
    right: -22px;
    color: #FFFFFF;
    text-shadow: none;
    line-height: 20px;
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
    text-decoration: none;
    opacity: 1;
}

.alert-standard {
    border-color: #efefef;
    background-color: #f8f8f8;
}

.alert-standard,
.alert-standard .close {
    color: #666;
}

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.alert-success,
.alert-success .close {
    color: #468847;
}

.alert-danger,
.alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
}

.alert-danger,
.alert-danger .close,
.alert-error,
.alert-error .close {
    color: #b94a48;
}

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.alert-info,
.alert-info .close {
    color: #3a87ad;
}

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
}

.alert-warning,
.alert-warning .close {
    color: #c09853;
}


/* ==================================================
   Progress bars
================================================== */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
    border-radius: 3px;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
    position: absolute;
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-border-radius: 3px;
}

span.progress-bar-tooltip:after {
    position: absolute;
    bottom: -5px;
    left: 13px;
    display: block;
    width: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #333 transparent;
    content: "";
}

.progress-label {
    text-transform: uppercase;
}


/* ==================================================
   Facts Counters
================================================== */

.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 100px;
    margin: 10px 0;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    margin-top: 10px;
    font-family: 'Volkhov', serif;
    font-style: italic
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}


/*-------------------------------------------------------------------------------------------*/


/* Parallax
/*-------------------------------------------------------------------------------------------*/

.parallax {
    background-attachment: fixed!important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.touch .parallax,
.nav-backed-header.parallax {
    background-attachment: scroll!important;
}


/* dot dotdot titik summary*/

.potong1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.potong2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.potong3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.potong4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.potong5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
}

.potong6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.potong7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget_twitter {
    height: 200px;
    overflow-y: scroll;
}

p {
    letter-spacing: 0.004em;
}

.webbekasikota .swiper-container {
    padding: 0px 0px 36px 0px;
}

.kontendetail p {
    line-height: 26px;
    color: #717171;
    font-size: 15px;
    letter-spacing: 0.006em;
}

.tag {
    float: left;
    margin-right: 15px;
    font-weight: bold;
    padding: 0px 3px;
    font-size: 13px;
}

.widget ul>li.active a {
    color: #007F7B;
    font-weight: bold;
}

.leftposition {
    float: left;
}

.rightposition {
    float: right;
}

.clear {
    clear: both
}

.input-lg {
    height: 34px;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.33;
    border-radius: 3px;
}

.contacts .contacts-item i {
    float: left;
    margin-right: 10px;
}

.contacts .contacts-item .alamat {
    margin-left: 22px
}

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

.stiki {
    position: fixed;
    top: 0px;
}

path:hover,
polygon:hover {
    fill: #20487c !important;
}

#info-box,
/* #x {
    background-color: #3498DB;
    border-bottom: 3px solid #3498DB;
    color: #fff;
    display: none;
    font-family: arial;
    left: 0px;
    padding: 5px;
    position: absolute;
    top: 0px;
    width: 150px;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 10px 6px -9px #000;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
} */

/* #info-box:after,
#x:after {
    content: '';
    display: block;
    position: absolute;
    left: 60px;
    top: 100%;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #3498DB;
} */

.g {
    position: relative;
}

.kecamatan {
    position: relative;
    width: 379px;
    height: 631px;
    float: left;
}

.kecamatan svg {
    position: relative;
    margin-left: -133px;
}

svg path {
    stroke: #fff;
    stroke-width: 1;
    cursor: pointer
}

.medansatria {
    fill: #b6a1c8;
}

.bekasiutara {
    fill: #6dc181;
}

.bekasibarat {
    fill: #84d2dc;
}

.bekasiselatan {
    fill: #c9b3e1;
}

.bekasitimur {
    fill: #eae178;
}

.pondokgede {
    fill: #867fa8;
}

.rawalumbu {
    fill: #a8e49a;
}

.jatiasih {
    fill: #a8ad6a;
}

.pondokmelati {
    fill: #c3bc2d;
}

.bantargebang {
    fill: #ff8c8c;
}

.jatisampurna {
    fill: #bd6c6f;
}

.mustikajaya {
    fill: #d2a54a;
}

.mustikajaya:hover {
    fill: red;
}

.judulKecamatan .kec {
    position: absolute;
    font-size: 12px;
    z-index: 0;
    height: 0px;
    color: #000;
    text-shadow: 1px 1px 1px #ffffffb5;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.kiri {
    float: left;
    position: absolute;
    width: 50%;
    top: 0px;
    /* right: 0px; */
    bottom: 0px;
    margin: auto;
}

.blokiri {
    height: 602px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.kanan #tableData_wrapper .col-sm-6 {
    display: block;
    width: 100%
}

.kanan table tr td b {
    font-weight: bold !important;
}

.kanan table tr td a {
    color: #005aff;
}

.kanan div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.kanan div.dataTables_wrapper div.dataTables_filter input {
    width: 100%
}

.kanan {
    float: right;
    width: calc(100% - 460px);
    position: relative;
    height: 100%;
    z-index: 9999;
    margin-right: 20px;
}

.pencarian {
    margin: 0px;
    width: 100%;
}

.pencarian h2 {
    margin-bottom: 0px;
}

.pencarian input {
    display: block;
    height: 30px;
    width: 100%;
    max-width: 475px;
    padding: 0px 15px;
    border-radius: 6px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #b91414;
}

.judulKecamatan .kec.rawalumbu {
    top: 50%;
    left: 54%;
    transform: rotate(-55deg);
}

.judulKecamatan .kec.bekasitimur {
    top: 31%;
    left: 74%;
}

.judulKecamatan .kec.bekasibarat {
    top: 28%;
    left: 36.8%;
}

.judulKecamatan .kec.bekasiselatan {
    top: 38%;
    left: 42%;
    transform: rotate(-38deg);
}

.judulKecamatan .kec.bekasiutara {
    top: 19%;
    left: 64%;
}

.judulKecamatan .kec.bantargebang {
    top: 73%;
    left: 55%;
}

.judulKecamatan .kec.pondokgede {
    top: 41%;
    left: 11%;
}

.judulKecamatan .kec.pondokmelati {
    top: 62%;
    left: 9.5%;
    transform: rotate(-69deg);
}

.judulKecamatan .kec.jatisampurna {
    top: 84%;
    left: 9%;
    transform: rotate(-39deg);
}

.judulKecamatan .kec.jatiasih {
    top: 55%;
    left: 34%;
}

.judulKecamatan .kec.mustikajaya {
    top: 58%;
    left: 73%;
}

.judulKecamatan .kec.medansatria {
    top: 10%;
    left: 46%;
    transform: rotate(-55deg);
}

.tupoksi h2 {
    margin-bottom: 50px;
}

.tupoksi h3 {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
}

.tupoksi p {
    display: block;
    margin-bottom: 25px;
}

.profilepejabat .pp {
    position: relative;
    height: 330px;
    float: left;
    width: calc((100% / 4) - 10px);
    border: 8px solid #fff;
    box-shadow: 0px 0px 3px #333;
    margin: 5px 5px
}

.profilepejabat .pp .img {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}

.profilepejabat .pp::after {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.profilepejabat .des {
    position: absolute;
    bottom: 0px;
    background: #f3f3f3;
    padding: 10px 0px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.profilepejabat .des span {
    display: block;
    font-size: 11px;
    line-height: 12px;
}

.profilepejabat .des span.nm {
    font-size: 14px;
    margin-bottom: 7px;
}

.profilepejabat .des b {
    display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    margin-top: 2px;
}

.bagan {
    height: 380px;
    width: 969px;
    position: relative;
    margin: auto;
}

.bagan .colombagan {
    background-color: #f3f3f3;
    display: inline-block;
    padding: 2px;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px #949494c2;
    width: 227px;
    font-size: 11px;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-radius: 4px;
}

.bagan .colombagan.lurah {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
}

.bagan .colombagan.lurah:before {
    content: '';
    border: 1px solid #e3e3e3;
    height: 138px;
    width: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 78px;
    z-index: 1;
}

.bagan .colombagan.sekel {
    position: absolute;
    left: auto;
    top: 100px;
    right: 0px;
    margin: auto;
    z-index: 9;
}

.bagan .colombagan.sekel:before {
    content: '';
    border: 1px solid #e3e3e3;
    height: 2px;
    width: 604px;
    position: absolute;
    left: -607px;
    margin: auto;
    top: 37px;
    z-index: 1;
}

.bagan .colombagan.kasi.lurus:after {
    content: '';
    border: 1px solid #e3e3e3;
    height: 2px;
    width: 463px;
    position: absolute;
    left: -121px;
    margin: auto;
    top: -37px;
    z-index: 1
}

.bagan .colombagan.kasi:before {
    content: '';
    border: 1px solid #e3e3e3;
    height: 34px;
    width: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -37px;
    z-index: 1;
}

.bagan .colombagan.kasi.fungsional:before {
    content: '';
    height: 113px;
    top: -116px;
}

.bagan .colombagan.kasi {
    margin-top: 251px;
    z-index: 9;
}

.bagan .colombagan .nama {
    line-height: 27px;
    font-weight: bold;
}

.bagan .colombagan .foto {
    float: left;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    margin-right: 6px;
}

.bagan .colombagan .jabatan {
    background-color: #ffea6b70;
    bottom: 0px;
    padding: 5px;
    left: 74px;
    text-align: center;
    right: 0px;
    min-height: 44px;
    vertical-align: middle;
}

.bagan .centerbagan {
    text-align: center;
    width: 100%
}

.bagan .colombagan .jabatan.satu {
    line-height: 17px;
}

.bagan .colombagan .jabatan.dua {
    line-height: 34px;
}

.titlebagan {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    text-transform: uppercase
}

.peraturan {
    position: absolute;
    right: 10px;
    width: 194px;
    top: 10px;
    background: #bddebd;
    padding: 10px 14px;
    box-shadow: 1px 1px 3px #eee;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 11px;
    line-height: 12px;
}

.vicon {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.vicon iframe,
.vicon embed,
.vicon video,
.vicon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.loading {
    z-index: 99999;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.bgputih {
    z-index: 9999;
    margin: auto;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    background: #fff;
}

#pesannotif {
    margin: 0;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    padding: 20px 80px;
}

.easy-autocomplete.eac-square {
    overflow: visible !important;
}

.videosrc {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto
}

.hoverthumbvideo {
    display: none;
}

ul li:hover .hoverthumbvideo {
    display: block;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto
}

ul li:hover .hoverthumbvideo i {
    font-size: 40px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgpopup {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0px;
    transform: translate(-50%, -50%);
    z-index: 99999
}

.popup img {
    width: 100%;
    max-width: 700px;
    max-height: 600px;
}

.popup .kelos {
    content: 'close';
    position: fixed;
    right: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}

.popup .kelos:hover {
    color: #fff;
    background: rgba(172, 8, 8, 0.7);
}

.kontendetail h1,
.kontendetail h2,
.kontendetail h3,
.kontendetail h4,
.kontendetail h5 {
    margin-top: 35px;
}

.kontendetail table {
    margin-top: 10px;
    margin-bottom: 15px;
}

.kontendetail table tr td {
    margin: 5px 10px;
    padding: 5px 10px;
    height: auto !important;
    border-color: #a7a7a7 !important
}

.kontendetail ol,
.kontendetail ul {
    margin-left: 15px;
    padding-top: 5px;
}

.kontendetail ol li {
    list-style-type: decimal;
}

.kontendetail ul li {
    list-style-type: lower-alpha;
}

.tblsub {
    position: absolute;
    right: 1px;
    top: 0px;
    bottom: 0px;
    background: none;
    border: none;
}

.tblsub:hover {
    font-weight: bold;
    color: blue
}

.searchform {
    position: relative;
}

.searchform input[type='text'] {
    padding-left: 34px;
    width: 100%;
    max-width: 300px;
    display: block;
}

.searchform i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 14px;
    left: 10px;
    color: #868686;
}

.searchform button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    border: 1px solid #ccc;
    width: 32px;
    font-size: 20px;
    color: #007f7b;
}

.searchform button:hover {
    background: #007f7b;
}

.searchform button i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 14px;
    height: 21px;
    color: #007f7b;
}

.searchform button:hover i {
    color: #fff;
}

.event-item a {
    font-weight: bold;
    font-size: 16px;
}

.event-item a:hover {
    color: #0066ff
}

div.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
    width: 100%;
    display: block;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #0099AE;
    text-decoration: none;
    color: teal;
    min-width: 27px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
}

div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #0099AE;
    color: #fff;
    background: #0099AE;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #0099AE;
    font-weight: bold;
    background-color: #0099AE;
    color: #FFF;
    min-width: 27px;
    display: inline-block;
    border-radius: 2px;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #8e8e8e;
    color: #DDD;
    min-width: 27px;
    display: inline-block;
    border-radius: 2px;
}


/*-------------------------------------------------------------------------------------------*/


/* Responsive Classes query queri
/*-------------------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation>ul>li>a {
        padding: 0 22px;
    }
    .gallery-filter ul li span {
        display: none;
    }
    /* Added in v1.4.2 */
    .header-style4 .navigation>ul>li>a i {
        display: none;
    }
    /* End Added in v1.4.2 */
}

@media only screen and (max-width: 992px) {
    .top-navigation li {
        font-size: 18px;
    }
    .notice-bar .btn-block,
    .notice-bar .counter {
        margin-top: 20px;
    }
    .events-listing .to-event-url {
        width: 26%;
    }
    .main-menu-wrapper {
        display: none;
        background: #f8f7f3;
        height: auto;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 9999;
        width: 100%
    }
    .sticky-wrapper {
        height: auto!important
    }
    .navigation {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto;
        position: relative;
        z-index: 9999;
    }
    .navigation>ul>li {
        display: block;
        width: 100%;
        line-height: normal;
        text-align: left;
    }
    .navigation>ul>li>a {
        padding: 20px 25px;
        border-bottom: 1px solid #eceae4;
    }
    .navigation>ul>li>ul,
    .navigation>ul>li>ul li ul {
        position: static;
        height: auto!important;
        border-bottom: 1px solid #eceae4;
        top: 0;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-left: 0;
    }
    .navigation>ul>li>ul:before,
    .navigation>ul>li>ul li ul:before {
        display: none;
    }
    .header-style2 .main-menu-wrapper {
        height: auto!important;
    }
    .is-sticky .main-menu-wrapper {
        background-color: #f8f7f3;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navigation .megamenu-container ul.sub-menu {
        margin-bottom: 20px;
        border-bottom: 0;
    }
    .nav-backed-header {
        top: 0;
        margin-bottom: 0;
    }
    ol.breadcrumb {
        padding-top: 20px;
    }
    .page-header {
        top: 0;
        margin-bottom: 0;
    }
    .post .img-thumbnail,
    .post .img-thumbnail {
        margin-bottom: 20px;
    }
    .post.fiturlainnya .post-title .fiturlainnya-actions {
        text-align: left;
    }
    .gallery-filter ul {
        float: left;
        margin-top: 20px;
    }
    ol.breadcrumb {
        padding: 40px 0 40px 0;
    }
    /* Added in v1.2 */
    .news-portal-cats {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }
    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .isotope-hidden {
        display: none !important;
    }
    .grid-item {
        margin-bottom: 6%;
    }
    .counter {
        margin-top: 20px;
    }
    .featured-gallery {
        text-align: center;
    }
    .featured-gallery a {
        margin-bottom: 20px;
        display: block;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .copyrights-col-left,
    .copyrights-col-right {
        text-align: center;
    }
    .copyrights-col-left {
        margin-bottom: 20px;
    }
    .copyrights-col-right .social-icons {
        text-align: center;
    }
    .copyrights-col-right .social-icons a {
        margin: 0 4px;
    }
    .grid-holder.col-2 .grid-item {
        width: 95%;
    }
    .grid-holder.col-3 .grid-item {
        width: 95%;
    }
    .grid-holder.col-4 .grid-item {
        width: 95%;
    }
    .media-box {
        margin-bottom: 20px;
    }
    .grid-item .media-box {
        margin-bottom: 0;
    }
    .post-listing .item {
        float: none;
    }
    .listing-header-sub .next-prev-nav {
        float: left;
    }
    .listing-header-sub h5 {
        margin-right: 0;
    }
    .featured-block {
        margin-bottom: 20px;
    }
    .gallery-filter ul li span {
        display: none;
    }
    .page-header h1 {
        font-size: 24px;
    }
    .sidebar {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .staff-item {
        margin-bottom: 30px;
    }
    #back-to-top {
        display: none!important;
    }
    /* Added in v1.2 */
    .news-portal-cats {
        margin-bottom: 20px;
    }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .main-menu-wrapper {
        top: 160px;
    }
    .header-style3 .toprow {
        height: auto;
    }
    .top-menus {
        float: none!important;
        text-align: center;
    }
    /* Added in v1.4.2 */
    .header-style4 .toprow {
        display: none;
    }
    /* End Added in v1.4.2 */
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {}

@media(max-width:1199px) {
    .counterweb .small-box {
        width: calc((100% / 7 - 10px));
        font-size: 14px;
    }
    .counterweb .small-box span {
        font-size: 12px;
    }
    .hero-slider.flexslider ul.slides li .titlebanner h3,
    .hero-slider.flexslider ul.slides li .titlebanner h2,
    .hero-slider.flexslider ul.slides li .titlebanner h1 {
        font-size: 19px;
    }
}

@media(max-width:1024px) {
    .hero-slider.flexslider ul.slides li,
    .hero-slider {
        height: 380px;
    }
    .bagan {
        width: 700px;
        height: 472px;
    }
    .bagan .colombagan.sekel:before {
        content: '';
        width: 482px;
        position: absolute;
        left: -485px;
    }
    .bagan .colombagan.kasi.colombagan.kasi.fungsional {
        margin-top: 370px;
        position: absolute;
    }
    .bagan .colombagan.kasi.fungsional:before {
        content: '';
        height: 271px;
        top: -231px;
        left: -255px;
    }
    .bagan .colombagan.kasi.fungsional:after {
        content: '';
        border: 1px solid #e3e3e3;
        height: 2px;
        width: 15px;
        position: absolute;
        left: -18px;
        top: 39px;
    }
}

.map-kanan{
    justify-content:left;
}

.map-kiri {
    margin-top: -120px;
}

@media(max-width:991px) {
    .webbekasikota .media-box {
        height: 200px;
    }

    .map-kiri {
        margin-top: 0;
    }

    .map-kiri .logo{
        text-align: center;
            margin: 40px 0 20px 0;

    }

    .map2 img {
        width: 70px;
    }

    .map2 h3 {
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 600;
        text-align: center;
    }

    
    .map-kanan{
        justify-content:left;
    }
    

   
    .kecamatan {
        /* display: none */
    }
    .kanan {
        float: none;
        padding: 15px;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .pencarian h2 {
        font-size: 19px;
    }
    .easy-autocomplete.eac-square input {
        font-size: 16px;
        margin: auto;
        width: 100%;
        min-width: 0px;
    }
    .easy-autocomplete.eac-square {
        text-align: center;
        margin: auto;
        width: 100% !important;
        overflow: hidden;
    }
    #tableData,
    .dataTables_paginate.paging_simple_numbers {
        display: none;
    }
    .profilepejabat .pp {
        position: relative;
        height: 280px;
        float: left;
        width: calc((100% / 3) - 10px);
        border: 8px solid #fff;
        box-shadow: 0px 0px 3px #333;
        margin: 5px 5px
    }
}

@media(max-width:767px) {
    .callcenter {
        display: none;
    }
    .bagan {
        zoom: 0.42;
    }
    .top-menus {
        display: none
    }
    .centertitle span {
        margin-top: 0px;
    }
    .webbekasikota .media-box {
        height: 160px;
    }
    .webbekasikota .grid-item h3 a {
        color: #007f7f;
        font-size: 12px;
        line-height: 13px;
        display: block;
    }
    .listing-header h3 {
        font-size: 20px;
        padding-top: 30px;
    }
    .webbekasikota .grid-content {
        height: 134px;
    }
    .webbekasikota .grid-item h3 {
        margin-bottom: 7px;
        display: block;
        color: #007f7f;
        font-size: 12px;
        line-height: 13px;
        display: block;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px;
        line-height: 15px;
    }
    .webbekasikota .swiper-slide {
        width: 243px;
        padding: 3px;
    }
    .webbekasikota .grid-item p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 15px;
        color: #35353570;
    }
    .navigation ul li a {
        padding: 8px 18px;
        font-size: 14px;
    }
    .hero-slider.flexslider ul.slides li .titlebanner {
        display: none;
    }
    .events-listing .event-detail a {
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
    }
    p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.004em;
    }
    .hero-slider.flexslider ul.slides li,
    .hero-slider {
        height: auto;
    }
    .hero-slider.flexslider ul.slides li .titlebanner h3,
    .hero-slider.flexslider ul.slides li .titlebanner h2,
    .hero-slider.flexslider ul.slides li .titlebanner h1,
    .swiper-slide .titlebanner h3,
    .swiper-slide .titlebanner h2,
    .swiper-slide .titlebanner h1 {
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .hero-slider.flexslider .flex-direction-nav {
        display: none
    }
    .hero-slider.flexslider ul.slides li .titlebanner p,
    .swiper-slide .titlebanner p {
        display: none
    }
    .hero-slider.flexslider img {
        display: block;
        width: 100%;
    }
    .counterweb .small-box {
        width: calc(50% - 10px);
        font-size: 14px;
    }
    .counterweb .small-box span {
        font-size: 12px;
    }
    .counterweb {
        height: 340px;
    }
}

@media(max-width:560px) {
    .profilepejabat .pp {
        position: relative;
        height: 280px;
        float: left;
        width: calc((100% / 2) - 10px);
        border: 8px solid #fff;
        box-shadow: 0px 0px 3px #333;
        margin: 5px 5px
    }
}

@media(max-width:360px) {
    .profilepejabat .pp {
        position: relative;
        height: 280px;
        float: left;
        width: calc(100% - 10px);
        border: 8px solid #fff;
        box-shadow: 0px 0px 3px #333;
        margin: 5px 5px
    }
}