﻿.zoom_img img{
margin:20px;

-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}
.img-cir
{
    background: rgba(215,187,237,1);
background: -moz-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,187,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(220,179,235,1)));
background: -webkit-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -o-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -ms-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: linear-gradient(to right, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bbed', endColorstr='#dcb3eb', GradientType=1 );

   color:Blue ; 
  width: 100px;
    height: 100px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
  
text-align:center; 
  
      box-shadow: 0px 0px 10px 5px #000000;

}
.img-cir:hover
{
     background: rgb(184,225,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

