p {
  margin: 0;
  padding: 0;
}
.content-item h2 {
  margin: 0 0 .4em 0;
}
.content-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-item ul li {
  float: left;
  border: 1px solid;
  margin: 1px;
  cursor: pointer;
}
.dctrading {
  background: url(../gfx/bg_dctrading.png) no-repeat center center;
}
.merino {
  background: url(../gfx/bg_merinopower.png) no-repeat center center;
}
.frencys {
  background: url(../gfx/bg_frencys.png) no-repeat center center;
}
.pacsafe {
  background: url(../gfx/bg_pacsafe.png) no-repeat center center;
}
.olukai {
  background: url(../gfx/bg_olukai.png) no-repeat center center;
}
.merinosupply {
  background: url(../gfx/bg_merino_supply.png) no-repeat center center;
}
.tickless {
  background: url(../gfx/tickless_logo.png) no-repeat center center;
}
.sundayafternoons {
  background: url(../gfx/logo_sunaft.png) no-repeat center center;
}
.content-item {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 280px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 320px;
}
.content-item .overlay {
  border-bottom: 100px solid #2EADDE;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay,
.content-item:hover .overlay .hover_effect {
  border-bottom: 640px solid #2EADDE;
  border-left: 640px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 6px;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.content-item img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.content-item a:link,
.content-item a:visited {
  color: #fff;
}
.content-item.dctrading:hover .overlay,
.content-item.dctrading:hover .overlay .hover_effect {
  border-bottom: 640px solid #DF007B;
}
.content-item.dctrading .overlay {
  border-bottom: 100px solid #DF007B;
}
.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
