body {
	background: #f3f4f6;
}

.main {
	background: #fff;
	margin-bottom: 100px;
	padding-bottom: 20px;
}

.navbar-dark .navbar-toggler {
	border: none;
}

.navbar-brand img {
	height: 30px;
}

/*******************************************************/
/* Single Post  									   */

.single-post {
}

.single-post h1 {
    font-size: 1.5em;
}

.single-post__date {
    font-size: 0.9em;
}

/*******************************************************/
/* Kategori	        								   */
.kategori {}

.kategori_item {}

.kategori_item a {
	color: #000;
	font-size: 0.75em;
}

.kategori_item .card-body {
	padding: 0.8rem;
}

/* Sisipan iklan */
.sisipan_iklan {}


/* Informasi terbaru */
.informasi_terbaru {
	padding: 20px 0;
}

.informasi_terbaru_title {
	padding:0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.3em;	
	font-weight: bold;;
}

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

/* Donasi harga berdampak */
.donasi_warga_terdampak {
	padding: 20px 0;
}

.donasi_warga_terdampak_title {
	padding:0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.3em;	
	font-weight: bold;;
}

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

/* Partner */
.partner {
	padding: 20px 0;
}

.partner_title {
	padding:0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.3em;	
	font-weight: bold;;
}

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

/* konseling */
.konseling {
	padding: 20px;
}

.konseling_title {
	padding:0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.1em;	
	font-weight: bold;;
}

/*******************************************************/
/* Page Provinsi									   */

.provinsi {}

.provinsi_title {
	padding:0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;	
	font-weight: bold;;	
}

/*******************************************************/
/* Page kota									   */

.kota {}

.kota_title {
	padding:0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;	
	font-weight: bold;;	
}

/*******************************************************/
/* Page detail									   	   */

.detail {}

.detail_title {
	padding:0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;	
	font-weight: bold;;	
}

/*******************************************************/
/* Helper											   */
.bg-foz-red {
	background-color: #c9182b;
}

.bg-foz-blue {
	background-color: #23b8ec;
}

.color-white {
	color: #fff;
}

.border-20px {
	border-bottom: 20px solid #f3f4f6;
}

.container-mobile {
	max-width: 540px;
}

.row-no-gaps {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumb_app {
	background-color: #fff;
	padding-left: 0;
	margin-left: 0;
}

/* Back to top css */
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #23b8ec;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 80px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 70px;
    opacity: 1;
}
.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute; width: 12px; height: 12px; background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}
.arrow:nth-child(2){
    top: 42%;
}

@keyframes bounceAlpha {
    0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
    25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
    26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
    55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
    .back-to-top.show:hover {
        bottom: 10px;
    }
    .arrow {
        top: 27%;
        left: 37%;
    }
}