#people-block-box { display: block !important; }
#people-block-box .carouselslider { padding: 30px 0 0; }
#people-block-box .carouselslider .judges-box .text-wrap { text-align: center; padding-top: 10px; }
#people-block-box .carouselslider .judges-box .text-wrap h5 { font-style: italic; }

#people-block-box .owl-controls { position: absolute; top: -20px; width: 100%; }

#people-block-box .owl-controls .owl-prev,
#people-block-box .owl-controls .owl-next { cursor: pointer; display: block; height: 31px; text-indent: -9999px; transition: all 0.4s ease-in-out 0s; width: 31px; }

#people-block-box .owl-controls .owl-prev { float: left; }
#people-block-box .owl-controls .owl-next { float: right; }

#people-block-box .owl-controls .owl-prev { background: url(../../images/carousel_prev.png) no-repeat scroll right bottom; }
#people-block-box .owl-controls .owl-next { background: url(../../images/carousel_next.png) no-repeat scroll left bottom; }

.judges-social-box { margin-top: 20px; text-align: center; }
.judges-social-box .social-icon { text-align: center; display: inline-block; cursor: pointer; line-height: 30px; color: #666; border-radius: 50%; background-color: rgba(0, 0, 0, 0.05); width: 32px; height: 32px; font-size: 18px; margin-left: 6px; margin-right: 6px; text-decoration: none; overflow: hidden; }
.judges-social-box .social-icon span { display: block; position: relative; line-height: 30px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; margin-left: 5px; }
.judges-social-box .social-icon span:last-child { color: #fff !important; }
.judges-social-box .social-icon:hover span:first-child {
	margin-top: -30px
}
.judges-social-box .social-icon.si-facebook:hover { background-color: #3b5998; }
.judges-social-box .social-icon.si-twitter:hover {	background-color: #00ACEE !important; }
.judges-social-box .social-icon.si-gplus:hover {	background-color: #DD4B39 !important; }