.overlay-all-non-exitable {
	 position: fixed;
	 margin: 0px;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
	 background-color: rgba(0, 0, 0, 0.5);
	 display: none;
}
 .spinner {
	 position: absolute;
	 margin: auto;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 100px;
	 height: 100px;
	 color: #ffffff !important;
	 display: none;
}

.btn-isotope,
.btn-isotope:hover,  
.lbl-all {
  color: #000 !important;
  border-radius: 0px;
  /*background-color: #43739c !important;*/
  background-color: #eee !important;
  font-weight: normal !important;
  height: 40px !important;
  padding: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
  outline: none !important;
  box-shadow: none;
}

.card {
  margin: 15px;
  height: 350px;
}

.card a {
  color: #020230;
}

.card-share-icons {
  position: absolute;
  bottom: 9px;
}

.card-share-icons i {
  padding-left: 5px;
  padding-right: 5px;
}

.card-img-top {
  width: 286px;
  height: 180px;
  object-fit: cover;
  object-position: top;
}



.card-title {
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 768px) {
  .btn-isotope {
    margin-top: 7px;
    width: 90%;
  }

  .card-img-top,
  .card-share-icons,
  .card-text, 
  .all-req,
  .button-filter-isotope {
    display: none;
  }

  .card {
    height: auto;
    margin: 3px;
    border-radius: 0px;
    background-color: #eee !important;
    color: #000;
    width: 90%;
    /*border: 1px solid #000;*/
  }

  .card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    text-align: center;
    text-decoration: none;
  }
  
  
  
  
}


.button:active,
.button.is-checked {
  color: #fff !important;
  background-color: #f48225 !important;
}


.isotope-filter {
    position: relative;
    top: -60px;
}

@media screen and (max-width: 768px) {
    
    .isotope-filter {
        top: 0px;
        margin: auto;

    }
    
}



.button-filter-isotope {
    margin-top: 10px;
}


a.blinn-card-link:hover {
   border: 2px solid purple !important;
}



