.common-share ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    top: 50%;
    left: 25%;
    width: 50%;
    left: 20%;
    width: 64%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

/*.common-doctor li a {
	background: #008fd5;
	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}*/

.animate {
    -webkit-transition: all 1.10s ease-in-out;
	-moz-transition: all 1.10s ease-in-out;
	-o-transition: all 1.10s ease-in-out;
	-ms-transition: all 1.10s ease-in-out;
	transition: all 1.10s ease-in-out;
}


.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.doc-item:hover .social-listsmain{
/*	margin-top: -2em;*/
    top: 210px;
	opacity: 1;
}

.doc-item:hover .social-lists{
/*	margin-top: -2em;*/
    top: 68px;
	opacity: 1;
}

.doc-item:hover .social-listsmin{
/*	margin-top: -2em;*/
    top: 11px;
	opacity: 1;
}

.doc-item:hover .social-lists-vevt{
/*	margin-top: -2em;*/
    top: 420px;
	opacity: 1;
}

.doc-item:hover .social-listssf{
/*	margin-top: -2em;*/
    top: -100px;
	opacity: 1;
}

#notppal .doc-item img{
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#notppal .doc-item:hover img{
    opacity: .8;
    transform: scale(1.05);
}

a.linknotppal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
