/* Add here all your CSS customizations */

.dpheader {background: black; height: 84px;}

.dpmarg {padding-top: 120px;}
.dpmarg150 {padding-top: 150px;}
.dpmarg200 {padding-top: 200px;}
.dpmarg220 {padding-top: 220px;}



.dppadding {padding-top: 20px;}

.dpbigspace{height: 100px;}

.dpvideo {padding: 4px; border: 1px solid #ddd;}

.dpheight{height: 300px;}

.dpright {float: right;}


@media (max-width: 600px) {

		.dp_cal_margin {margin-top: 20px}
	}



.thumbnaildp {
 /* position: relative;*/
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.thumbnaildp img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnaildp img.portrait {
  width: 100%;
  height: auto;
}