
.grid_4 {
  width: 300px;
  display: inline;
  float: left;
  margin-left: 150px;
  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
.grid_4 {
	width:40%;
  margin-left: 10px;
  margin-right: 10px;
}

}

@media only screen and (min-width: 500px) and (max-width: 750px) {
.grid_4 {
	width:70%;
  margin-left: 20px;
  margin-right: 30px;
}

}

.cwrap {
	width: 300px;
	height: 300px;
}

.circle {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
	border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.circle.c1 {
	background: url(../images/home/1.png) 0 0 no-repeat;
}

.circle.c2 {
	background: url(../images/home/2.png) 0 0 no-repeat;

}

.circle.c3 {
	background: url(../images/home/3.png) 0 0 no-repeat;
}

.circle.c4 {
	background: url(../images/home/4.png) 0 0 no-repeat;
}

.circle:hover{
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}

.circle.c3:hover  {
	box-shadow: none !important;
}


.circle:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1) ;
	transform: scale(1);
}


.circle:after, .circle:before {
    content: "";
    display: table;
}



.info {
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	   background: url(../images/home/info_bg.png) 0 0 repeat;
    border-radius: 50% 50% 50% 50%;
    height: inherit;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;bg
    -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);
    -webkit-transition: ;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
}

.info .title {
	color:#fff;
	font: 25px Arial, Helvetica, sans-serif;
	margin: 40px 35px 18px;
	padding-top: 57px;
	text-transform: uppercase;
}

.info  a {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin-top: 9px;
}

.info a:hover {
	color: #fff;
}
