
/* ----------- Circle layout style -------------*/

.dp-layout-circle{text-align: center;}
/*.dp-layout-circle [class^=dp-col]{float: none;display: inline-block; width: auto;}
*/
.dp-tm-pic-circle{border: 14px solid #fff;background:#ecebeb;border-radius: 50%;box-shadow: 0 0 5px;height: 210px;margin: auto auto 20px auto;overflow: hidden;width: 210px;}
.dp-tm-pic-circle:hover{box-shadow:0 0 10px #8AAE5A;}
#circle .dp-tm-name{line-height: 4px;}
#circle a{border:none;}


@media only screen and (min-width: 768px) and (max-width:1023px) {
.dp-layout-circle .dp-col-3{width:33.33%;}

}



@media only screen and (min-width:640px) and (max-width:767px) {
.dp-layout-circle .dp-col-3{width:50%;}
}
