
/* Portfolio Styles
-------------------------------------------------------------- */
.dt_portfolio {
	background: #fff;
	margin: 10px 0 0 10px;
  float: left;
  position: relative;
  padding: 12px;
  border: 1px solid #DDD;
  box-shadow: inset 1px 1px 15px 0px #e4e4e4;}
  .dt_portfolio .image-block {
    height: 100px;
    width: 180px;
    position: relative;
    cursor: pointer;
  }
	.dt_portfolio img {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }
  .dt_portfolio .close {
    position: absolute;
    top: 0;
    right: 5px;
    font-family: 'PT Sans', sans-serif !important;
    border: none;
    background: #E39000 url('x-icon.png') center no-repeat;
    color: #fff;
    text-indent:-9999px;
    /*font-weight: bold;*/
    width:32px;
    height:32px;
    font-size: 15px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    opacity:1;
  }
  .dt_portfolio .close:hover {

        background: #f3b116 url('x-icon.png') center no-repeat;
  }
	.dt_portfolio .entry {
    position: absolute;
    background: #fff;
    display: none;
    top: 95%;
    left: 50%;
		width: 280px;
    padding: 15px 20px;
		margin-left: -140px;
    z-index: 99;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #E39000; }
  .dt_portfolio.first {
    clear: both;
    margin-left: 0; }
	.dt_portfolio h3 {
		font-weight: normal;
		font-size: 18px;
		color: #E39000;
		margin: 5px 0 10px; }
	.dt_portfolio a {
		display: block;
    color:#E39000;
		margin: 10px 0 5px;
		font-size: 14px; }

    .acquired {
      text-align: center;
      position: absolute;
      color: #fff;
      top: -5px;
      right: -19px;
      padding: 5px 0;
      background: #fcb714;
      -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
      -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
      box-shadow: 0 1px 0 rgba(0,0,0,.2);
      z-index: 999;
      width: 80px;
      font-size: 15px;
    }

    .acquired span {
      position: absolute;
      border-style: solid;
      border-color: transparent;
      bottom: -6px;
      border-width: 0 0 6px 6px;
      border-left-color: #DD9806;
      right: 0;
    }

.dt_portfolio_title {
  margin:0;
  font-size:24px;
  color:#DD9806;
  margin-bottom:5px;
}

.dt_portfolio_row_pad {
  max-width:940px;
  margin:0 auto;
    margin-bottom:20px;
}

.dt_portfolio_padding {
  margin-bottom:40px;
}