.radio-inline li {
  margin: 0 6px;
  padding-bottom: 0;
}

p.photo{
  padding: 0;
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
}

.divPhoto{
	position: relative;
}

p.photo img{
	width: 100%;
}


.descPhoto{
  background-color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  padding-top: 0;
}

.radio-inline span.active{
	position: relative;
}

.radio-inline span.active:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;

}

.hidden{
	display: none;
}


@media only screen and (min-width: 768px) and (max-width: 960px) {
  p.photo {
  height: 300px;
  }
}

