.block {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}


.featured-works-carousel .slide {
  position: relative;
  padding: 30px 0;
  text-align: left;
}
.featured-works-carousel .slide .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  width: 700px;
}
.featured-works-carousel .slide .title {
  padding: 20px;
  padding: 30px;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 1;
}
.featured-works-carousel .slide .title h3 {
  display: inline-block;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}
.featured-works-carousel .slide .info {
  margin-bottom: 20px;
}
.featured-works-carousel .slide p {
  margin-bottom: 20px;
}
.featured-works-carousel .owl-controls {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.featured-works-carousel .owl-controls .owl-prev, .featured-works-carousel .owl-controls .owl-next {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
}
.featured-works-carousel .owl-controls .owl-prev:after, .featured-works-carousel .owl-controls .owl-next:after {
  font-size: 18px;
  color: black;
  line-height: 29px;
}
.featured-works-carousel .owl-controls .owl-prev {
  position: relative;
  left: 2px;
}
.featured-works-carousel .owl-controls .owl-prev:after {
  content: "\#";
}
.featured-works-carousel .owl-controls .owl-next:after {
  content: "\$";
}

.featured-blocks .featured-block {
  position: relative;
}
.featured-blocks .featured-block .date {
  padding: 20px;
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 14px;
}
.featured-blocks .featured-block a {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.featured-blocks .featured-block a h3 {
  font-size: 14px;
  font-weight: bold;
}
.featured-blocks .featured-block .description {
  padding-left: 100px;
}
.framed {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: inline-block;
}
.separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: black;
  display: block;
  height: 2px;
  width: 25px;
  margin: 10px 0;
}
.shadow {
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.tags {
  margin: 15px 0;
	text-transform:uppercase  
}
.tags .tag:after {
  content: "/";
  padding-left: 5px;
}
.tags .tag:last-child:after {
  display: none;
}

dl {
  margin-bottom: 0;
}
dl dt {
  font-weight: 700;
  float: left;
  padding: 2px 0;
}
dl dd {
  text-align: right;
  padding: 2px 0;
}




dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}