/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* References */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

.hb_references { width: 100%; }
.hb_references .hb_block_wrapper { padding: 60px 0; }

.hb_ref_inner { display: flex; justify-content: center; flex-wrap: wrap; height: auto; }

.hb_ref_inner { flex: 0 0 10%; padding: 10px 0; margin-right: 70px; margin-bottom: 30px; }
.hb_ref_inner:last-child { margin-right: 0; margin-bottom: 0; }

.hb_ref_image { width: auto; height: 30px; }

.hb_ref_link:hover img { opacity: 0.7; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
