.review-gallery .box.title-container {
margin: 0 0 2px;
border-bottom-width: 1px;
border-radius: 0;
-webkit-border-radius: 0;
}

.review-gallery .title {
position: relative;
display: inline-block;
margin: 0 0 1px -19px;
padding: 0 15px 0 23px;
line-height: 38px;
color: #fff;
font-size: 28px;
font-weight: 300;
text-transform: uppercase;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px; 
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; 
background: #232425;
}

.review-gallery .title:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -2px;
width: 50px;
height: 3px;
background: #e2000f;
}

.review-gallery .info {
display: inline-block;
margin: 0 0 -3px -19px;
padding: 0 10px 0 23px;
line-height: 20px;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px; 
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; 
background: #e4e5e7;
}

.review-gallery .info .day {
color: #6e7073;
}

.review-gallery .info time, .review-gallery .info .location {
color: #313233;
}

.review-gallery .info .city {
color: #e2000f;
}

.review-gallery .info time:after, .review-gallery .info .location:before {
content: " · ";
}

.review-gallery .foto-infos-container {
padding-top: 10px;
padding-bottom: 10px;
}

.review-gallery .foto-infos {
float: left;
margin: 3px 0 0;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
}

.review-gallery .foto-infos .name {
color: #313233;
}

.review-gallery .foto-infos .name:after {
content: " · ";
}

.review-gallery .foto-infos .num {
color: #e2000f;
}

.review-gallery .foto-infos-container ul {
margin: -3px 0 !important;
}

.review-gallery .images .row {
margin: 0 0 3%;
}

.review-gallery .images .row:last-of-type {
margin: 0;
}

.review-gallery .images a {
float: left;
margin: 0 3% 0 0;
width: 31%;
}

.review-gallery .images a:nth-last-of-type(3n+1) {
margin-right: 0;
}         