/* Titre Block */
/* Placeholder */
/* Effect : three circles */
/* Effect : Hollow */
/* arrow Bottom */
/* Bounce To Right */
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.no-result {
  color: #dc5d00;
}
.no-result:before {
  content: '\f05a';
  font-family: FontAwesome;
  margin-right: 5px;
}
/*icon fontawesom*/
.fa-tag:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-file-pdf-o:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-arrow-down:before {
  content: "\f063";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #1C4482;
}
.fa-folder-open-o:before {
  content: "\f115";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-mobile:before {
  content: "\f10b";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-fax:before {
  content: "\f1ac";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-envelope-o:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-at:before {
  content: "\f1fa";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-external-link:before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-file-image-o:before {
  content: "\f1c5";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-clock-o:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-arrow-right:before {
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 5px;
}
.fa-home:before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
.masonry-item {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .masonry-item {
    padding: 0!important;
  }
}
