﻿.ttip {
  position: relative;
  display: inline-block;
}

.ttip .ttiptext {
  visibility: hidden;
  /* width: 350px; */
  background-color: #e5eaee;
  color: #00325b;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the ttip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 30%;
  margin-left: -60px;
}

.ttip:hover .ttiptext {
  visibility: visible;
}

.contentFormat {
	padding: 5px 5px 30px!important;
}

.marginBlock {
	margin: 0 15px 20px 0!important;
}


.imgBox__content {
	background-color: rgba(239, 240, 240, 0.88);
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}