.social_share_detail ul li {
    display: inline-block;
}
.social_share_detail ul li i {
    font-size: 15px;
    margin: 0 5px;
}
.post_input input {
    border: 1px solid gray;
    border-radius: 25px;
    padding: 5px;
    box-shadow: 0px 0px 3px 1px #dbdbdb;
}
.post_input {
    width: 100%;
    display: inline-grid
;
}

.video-link:before {
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: all;
    overflow: hidden;
    font-size: 3em;
    color: #fff;
    content: "\f144";
    font-family: 'Font Awesome\ 5 Free';
    background: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    width: 0%;
}
.video:hover .yrc-thumb a:before {
    width: 100%;
    z-index: 1;
}
.video-link {
    position: relative;
}

.video:hover img{
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    transition: all .3s;
}
.video {
    transition: all .3s;

}
.video .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recent_book a {
    text-decoration: none;
}
.card-title {
    font-size: 14px;
    min-height: 35px;
    overflow: hidden;
    line-height: 45px!important;
    max-height: 50px;
    font-weight: bold;
    color: #000;
}
.donar_branch:hover .card-title {
    text-decoration: none!important;
}
.donar_branch img {
    padding: 5px;
}
.active {
    color: #9b0000 !important;
    font-weight: bold;
}

/*responsive*/
@media only screen and (max-width: 991px) {
  #navbarMainMenu {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  button.navbar-toggler {
            position: absolute;
        left: 5px;
        top: 5px;
        border: none;
        font-size: 20px;
    }
    .nav_right {
        display: none;
    }
    .nav_left {
/*        text-align: center;*/
        display: inline-block;
        width: 100% !important;
    }
    .nav_left .logo {
        text-align: center;
    }
    .hide_mb{
        display: none;
    }
}

@media (max-width: 768px) {
    .donar_branch .flex-row {
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 991px) {
    .lg-hide {
        display: none;
    }
    .show_mb{
        display: none!important;
    }
}


.filter_custom{
    width: calc(100% - 25px);
}
a{
    color: #000;
}
a:hover div,a:hover p,a:hover span,a:hover{
    text-decoration: none;
    color: #000;
}
.social_share{
    position: relative;
}
.menu {
  z-index: 1;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  top: 0;
}
.menu .share i.fa {
  /*height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;*/
}
.menu .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.01s;
}
.menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.03;
}
.menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.06s;
}
.menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.08;
}
.menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.1s;
}
.menu .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -20px;
  transform: rotate(0deg);
}
.menu .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -40px;
  transform: rotate(0deg);
}
.menu .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -60px;
  transform: rotate(0deg);
}
.menu .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -80px;
  transform: rotate(0deg);
}
.menu .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -100px;
  transform: rotate(0deg);
}
.menu .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
  border-left: 1px dashed #cccccc;
}
.menu .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
  border-left: 1px dashed #cccccc;
}
.menu .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
  border-left: 1px dashed #cccccc;
}
.menu .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
  border-left: 1px dashed #cccccc;
}
.menu .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
  border-left: 1px dashed #cccccc;
}
.menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .submenu li a {
  color: #212121;
}
.menu .submenu li a:hover i.fa {
  color: #fff;
}
.menu .submenu li a:hover.facebook i.fa {
  color: #3b5999;
}
.menu .submenu li a:hover.twitter i.fa {
  color: #55acee;
}
.menu .submenu li a:hover.googlePlus i.fa {
  color: #dd4b39;
}
.menu .submenu li a:hover.instagram i.fa {
  color: #e4405f;
}
.menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.menu.topLeft {
  top: 10px;
  left: 10px;
}
.menu.topRight {
  top: 10px;
  right: 10px;
}
.menu.bottomLeft {
  bottom: 10px;
  left: 10px;
}
.menu.bottomRight {
/*  bottom: 10px;*/
  right: 10px;
}
@keyframes animate {
  0%, 100% {
    transform: translatey(-10%);
  }
  50% {
    transform: translatey(10%);
  }
}


ul.collapsed > li:nth-child(n+9) {
  display: none;
}

ul.collapsed > .list-toggle > span.collapse, ul.expanded > .list-toggle > span.expand {
  display: none;
}

.list-toggle {
  color: white;
  cursor: pointer;
}
.important_link ul {
    list-style: none;
}




.img_box .img-list {
    list-style-type: none;
/*    margin: -0.0625rem -1.3125rem;*/
    padding: 0;
}
.img_box .img-list:after,
.img_box .img-list:before {
    content: "";
    display: table;
    clear: both;
}
.img_box .img-list .img-list-item {
    float: left;
/*    width: 25%;*/
    padding: 0.0625rem;
    position: relative;
}
.img_box .img-list .img-list-item.main {
/*    width: 50%;*/
}
.img_box .img-list .img-list-item .img-list-link {
    display: block;
    padding-top: 65%;
    overflow: hidden;
    position: relative;
    /*border-radius: 5px;*/
    background: #eeeeee;
}
.img-list-link.first {
    padding-top: 50% !important;
    margin: auto;
}
.img_box .img-list .img-list-item .img-list-link .img-content,
.img_box .img-list .img-list-item .img-list-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img_box .img-list .img-list-item .img-list-link .img-content:before,
.img_box .img-list .img-list-item .img-list-link img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(60, 78, 113, 0.15);
}
.img_box .img-list .img-list-item.with-number .img-number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-top: -0.8125rem;
    text-align: center;
}

.img-list-item .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    background: rgba(0, 0, 0, .6);
    display: block;
    border-radius: 5px;
}
.after span {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: bold;
}