#colorlib-aside:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #ffffff;
    z-index: -1;
    opacity: .6;
}
.ftco-animate {
    /* opacity: 0; */
    visibility: inherit;
}
#colorlib-aside #colorlib-main-menu ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    font-family: poppins,Arial,sans-serif;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover, a:focus {
    text-decoration: none;
    color: #e1222a;
    outline: none!important;
}
.blog-entry .img:after {
    background: #e1222a;
}
.blog-entry.active, .blog-entry:hover {
    background: #e1222a;
}
a {
    color: #e1222a;
}
.page-link:hover {
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link {
    color: #000000;
}
#colorlib-aside #colorlib-main-menu ul li a:hover {
    text-decoration: none;
    color: #e1222a;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: space-between;
    width: 100%;
}
#colorlib-aside #colorlib-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 0;
    right: 0;
    background-color: #e1222a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    -ms-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}

.blog-entry .text .meta-wrap .meta span a {
    color: #bfbfbf;
}

body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(328px);
    background-color: white;
}
.hadir{display:block;}
.blog-entry .text .meta-wrap .meta span a:hover {
    color: #fff;
}
.blog-entry.active .meta-wrap .meta span, .blog-entry:hover .meta-wrap .meta span a {
    color: #fff;
}
.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: #db1515;
}
.block-21 .text .heading {
    font-size: 14px;
}
.iop{width:30px;}
.mb3{margin-bottom:1rem;}
.kapin{font-size: 12px;}
.bg-primary {
    background: #f8f9fa!important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    border: 1px solid #fff;
    color: #ff0000;
}
.block-9 .form-control {
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    font-size: 15px;
    background: 0 0!important;
    border: 1px solid rgb(33 0 0 / 20%);
    color: rgba(255,255,255,.7)!important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.depras{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    color: #000;
    display:flex;
    justify-content:space-between;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.rowlist-unstyled{
     padding-left: 0;
    list-style: none;   
}
.gall-dir-list li {
    margin: 15px 0;
}

.square {
    position: relative;
    width: 100%;
}
.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ratio4_3:before {
    padding-top: 75%;
}
.square .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}
.squared{max-width:100%;max-height:100%}
.landscape{max-height:100%;max-width:inherit;}
.potrait{max-width:100%;max-height:inherit;}

.direktori-detail img.landscape{max-height:100%;max-width:inherit !important;}
/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{padding-top: 50%;}
.ratio1_2:before{padding-top: 200%;}
.ratio4_3:before{padding-top: 75%;}
.ratio16_9:before{padding-top: 56.25%;}
.ratio2_1 .landscape, .ratio4_3 .landscape, .ratio16_9 .landscape{max-height:inherit;max-width:100%;}
.ratio2_1 .potrait, .ratio4_3 .potrait, .ratio16_9 .potrait{max-height:100%;max-width:inherit;}

.img-wrap.circle{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img-wrap.default{background: #d9150f; }
.ion-ios-image:before {
    margin-top: 30%;
}
/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .ion-ios-image {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .ion-ios-image {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.pp_social{display:none;}
div.pp_default .pp_content_container .pp_details {
    display: flex;
    align-items: center;
}

@media (max-width:480px){
    .kapin{font-size: 10px;}
    .mb3{margin-bottom:0;}
    #colorlib-main {
    width: 100%;
    margin-top: 20px;
    float: right;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    }
    .block-21 .text .heading {
    font-size: 16px;
    }
    h1{
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0 !important;
        color: #424141;
        font-weight: 500;
    }
}