.gallerySection .item-box a{
	display: block;
	position: relative;
	height: 260px;
}
.gallerySection .item-box a > img{
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
.rowTitle{
	height: 55px !important;
}


.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
  }
  .privacy p{
    font-size: 11px;
    line-height: 1.2;
  }
#colorbox {
    outline: 0;
    background-color: #00a2e3;
}
#cboxTitle {
    padding: 20px;
    color: #ffffff;
}
#cboxContent p{
  padding-top: 20px !important;
  color: #ffffff;
}
#cboxClose{
  margin-right: 20px;
}