.mbr-gallery .icon {
  z-index: 100 !important;
}

.mbr-gallery .mbr-gallery-item>div:hover .icon-video,
.mbr-gallery .mbr-gallery-item>div:hover .icon-focus {
  opacity: 1;
}

.mbr-gallery .icon-video {
  color: white;
  opacity: 0;
  position: absolute;
  top: calc(18% - 24px);
  left: calc(11% - 27px);
  font-size: 1.3rem;
  transition: .2s opacity ease-in-out;
  z-index: 5;
}

.mbr-gallery .icon-video::before {
  color: black;
  position: absolute;
}

@media only screen and (min-width : 1025px) {
  .mbr-gallery .icon-focus {
    color: black;
    opacity: 0;
    position: absolute;
    top: calc(18% - 24px);
    left: calc(12% - 32px);
    font-size: 0.9rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .mbr-gallery2 .icon-focus {
    left: calc(18% - 24px) !important;
    width: 97% !important;
    font-size: 0.8rem !important;
  }
}

  @media only screen and (max-width : 640px) {
   .form-control{
    margin-top: 8%;
  }
}

.form-control{
  min-height: auto !important;
}


/*
  @media only screen and (max-width : 1024px) and (min-width: 641px)  {
    .mbr-gallery .icon-focus {
    color: white;
    opacity: 0;
    position: absolute;
    top: calc(18% - 24px);
    left: calc(14% - 32px);
    font-size: 0.800rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
  }
}

  @media only screen and (max-width : 640px) {
    .mbr-gallery .icon-focus {
    color: white;
    opacity: 0;
    position: absolute;
    top: calc(18% - 24px);
    left: calc(18% - 32px);
    font-size: 0.650rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
  }
}
*/
.mbr-gallery .icon-focus::before {
				   
  color: white;
  position: absolute;
}

.mbr-gallery .mbr-gallery-item {
  cursor: pointer;
}

.mbr-gallery .item-overlay {
  position: absolute;
  width: 60px;
  font-size: 60px;
  z-index: 10;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  z-index: 5;
}

.mbr-gallery .mbr-gallery-item> div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
																	  
																	
																	 
																 
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item:hover> div::before {
  opacity: 0.5;
}

.mbr-gallery-row {
  padding-left: 0px;
  padding-right: 0px;
}

.mbr-gallery-item__hided {
  position: absolute !important;
  width: 0px !important;
  height: 0px;
  left: 0 !important;
						
}

.mbr-gallery-item__hided img {
  display: none;
}

.mbr-gallery-item__hided span {
  display: none;
}

.mbr-gallery-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.mbr-gallery-filter.gallery-filter__bg li{
 color: white;
}
.mbr-gallery-filter.gallery-filter__bg .active{
  color:black;
  background-color: white;
}

.mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}

.mbr-gallery-filter li {
  font-size: 16px;
  font-family: "BBVABENTONSANS-BOOK";
  cursor: pointer;
  color: #242424;
  display: inline-block;
  padding: 9px 30px 9px 30px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-out;
}

.mbr-gallery-filter li:hover {
  background-color: #333333;
  color: #c39f76;
}

.mbr-gallery-filter li.active {
  color: white;
  background-color: #333333;
}

.mbr-gallery-filter li.active:hover {
  color: white;
  background-color: #333333;
}

.mbr-gallery-item> div {
  position: relative;
  z-index: 1;
}

.mbr-gallery-item--p1 {
  padding: 1rem;
}

.mbr-gallery-item--p2 {
  padding: 2rem;
}

.mbr-gallery-item--p3 {
  padding: 3rem;
}

.mbr-gallery-item--p4 {
  padding: 0.5rem;
}

.mbr-gallery-item--p5 {
  padding: 5rem;
}

.mbr-gallery-item--p6 {
  padding: 6rem;
}
.mbr-gallery .mbr-gallery-item--p6, .mbr-gallery .mbr-gallery-item--p5,.mbr-gallery .mbr-gallery-item--p4, .sep-event-listing{
  width: 25%;
}
.mbr-gallery-item--contributors{
  width: 16% !important;
}
@media(max-width:992px){
     .mbr-gallery-item--p1 {
    padding: 1rem;
  }
  .mbr-gallery-item--p2 {
    padding: 2rem;
  }
  .mbr-gallery-item--p3 {
    padding: 3rem;
  }
  .mbr-gallery-item--p4 {
    padding: 3rem;
  }
  .mbr-gallery-item--p5 {
    padding: 3rem;
  }
  .mbr-gallery-item--p6 {
    padding: 3rem;
  }
 
											   
			 
			  
 
											   

  .mbr-gallery-item--contributors{
    width: 24% !important;
  }
}
@media(max-width:992px) and (min-width:645px) {
 
  .mbr-gallery .mbr-gallery-item--p6, .mbr-gallery .mbr-gallery-item--p5, .mbr-gallery .mbr-gallery-item--p4, .mbr-gallery .mbr-gallery-item--p3, .mbr-gallery .mbr-gallery-item--p2, .sep-event-listing {
    width: 50% !important;
  }
  .mbr-gallery-item--contributors{
    width: 50% !important;
  }
}
@media(max-width:650px){
    .mbr-gallery .mbr-gallery-item--p6, .mbr-gallery .mbr-gallery-item--p5, .mbr-gallery .mbr-gallery-item--p4, .mbr-gallery-item--p3, .sep-event-listing{
      width:100% !important;
    }
    .mbr-gallery-item--contributors{
      width: 100% !important;
    }
}