.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin:2% auto 25%;
}
.ih-item.circle .img {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
	margin:auto;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:2px solid #984665;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin:auto;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
  background:#292137;border:2px solid #984665;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #fff;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}

.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
	margin: 180px 30px 0;
	padding: 25px 0 0 0;
	height: 60px;
}

.ih-item.circle.effect10.bottom_to_top .info .btn-danger {
	margin: 210px 56px 0;
	padding: 5px 20px 8px;
}

.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 60px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}

@media(min-width:100px) and (max-width:320px){
	.ih-item.circle, .ih-item.circle .img  {width:130px;height:130px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:40px 0px 0;font-size: 14px;height:45px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 33px;padding:3px;font-size:11px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin: 70px 20px 0;padding: 1px 8px 5px;font-size: 14px;}
}

@media(min-width:321px) and (max-width:479px){
	.ih-item.circle, .ih-item.circle .img  {width:160px;height:160px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:60px 0px 0;font-size: 16px;height:45px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 33px;padding:3px;font-size:12px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:90px 20px 0;padding: 1px 14px 4px;font-size: 14px;}
}

@media(min-width:480px) and (max-width:580px){
	.ih-item.circle, .ih-item.circle .img  {width:200px;height:200px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:90px 0px 0;font-size: 18px;height:50px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 33px;padding:3px;font-size:15px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:120px 20px 0;padding: 5px 22px 7px;font-size: 16px;}
}

@media(min-width:581px) and (max-width:640px){
	.ih-item.circle, .ih-item.circle .img  {width:230px;height:230px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:110px 0px 0;font-size: 22px;height:55px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 33px;padding:5px;font-size:17px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:150px 20px 0;padding: 5px 20px 7px;font-size: 18px;}
}

@media(min-width:641px) and (max-width:767px){
	.ih-item.circle, .ih-item.circle .img  {width:250px;height:250px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:130px 0px 0;font-size: 22px;height:60px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 33px;padding:5px;font-size:17px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:170px 20px 0;padding: 5px 20px 7px;font-size: 18px;}
}

@media(min-width:768px) and (max-width:880px){
	.ih-item.circle, .ih-item.circle .img  {width:160px;height:160px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:55px 0px 0;font-size:18px;height:50px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:1px 20px;padding:0px;font-size:15px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:90px 20px 0;padding: 5px 12px 7px;font-size: 12px;}
}

@media(min-width:881px) and (max-width:1000px){
	.ih-item.circle, .ih-item.circle .img  {width:190px;height:190px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:85px 0px 0;font-size:18px;height:50px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:3px 30px;padding:5px 0px 0px 0px;font-size:15px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:120px 20px 0;padding: 5px 23px 7px;font-size: 14px;}
}

@media(min-width:1000px) and (max-width:1280px){
	.ih-item.circle, .ih-item.circle .img  {width:210px;height:210px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:100px 0px 0;font-size:20px;height:50px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:3px 30px;padding:5px 0px 0px 0px;font-size:16px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:130px 20px 0;padding: 5px 23px 7px;font-size: 15px;}
}

@media(min-width:1281px) and (max-width:1480px){
	.ih-item.circle, .ih-item.circle .img  {width:250px;height:250px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:130px 0px 0;font-size:22px;height:50px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:3px 30px;padding:5px 0px 0px 0px;font-size:18px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:170px 20px 0;padding: 5px 28px 7px;font-size: 17px;}
}

@media(min-width:2000px) and (max-width:2560px){
	.ih-item.circle, .ih-item.circle .img  {width:370px;height:370px;}
	.ih-item.circle.effect10.bottom_to_top .info h3 {margin:240px 0px 0;font-size:26px;height:60px;}
	.ih-item.circle.effect10.bottom_to_top .info p {margin:3px 100px;padding:5px 0px 0px 0px;font-size:18px;}
	.ih-item.circle.effect10.bottom_to_top .info .btn-danger {margin:280px 20px 0;padding: 5px 35px 7px;font-size: 18px;}
}

