/***custom****/
#headwrap .col-md-3.slogan {
    margin-top: 0px;
    padding: 0;
}
/*.social {
    float: right;
    margin: 5px;
}
*/
.owl-item .grid-item .episode {

    bottom: 52px;}
.halim-entry-box img {max-height:400px;border-radius:5px;}
#footer p {
    color: #d8cece;

}
#footer .about {
    background: #00000047;

}
.halim-search-filter .filter-box {
    border-radius: 5px;
}
#btn-movie-filter {
	border-radius: 5px;}
.form-inline div {
padding-left: 5px;
padding-right: 5px;
}
#halim-ajax-list-server .get-eps.action {background: #35eae5ad;position: relative;animation: shake-rotate 0.5s infinite;}

@keyframes shake-rotate {
  0% { transform: rotate(-2deg) ; }
  50% { transform: rotate(2deg) ; }
  100% { transform: rotate(-2deg) ; }
}
#halim-ajax-list-server .get-eps.action .ads-action{position: absolute;z-index: 15555;top: -8px;right: -8px;}
.ads-action {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(245 143 3);
    opacity: 0;
    -webkit-animation: pulse 2s cubic-bezier(.4,0,.29,.9) infinite;
    -moz-animation: pulse 2s cubic-bezier(.4, 0, .29, .9) infinite;
    -o-animation: pulse 2s cubic-bezier(.4, 0, .29, .9) infinite;
    animation: pulse 1.5s cubic-bezier(.45,.05,.55,.95) infinite;
}
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}