.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*.video-mobile {
	display:none;	
}*/

@media (max-width:991px) {
	.video-mobile {
		display:block;	
	}
	.c-layout-revo-slider, .c-layout-revo-slider-2, .c-content-media-2-slider {
		display:none;	
	}
}
a.appointment-button {
	background:#410c41;
	background: -webkit-linear-gradient(#410c41, #360636); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#410c41, #360636); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#410c41, #360636); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#410c41, #360636); /* Standard syntax */
	color:#fff;
	display:block;
	padding:10px;
	text-align:center;	
	font-weight:bold;
	font-style:italic;
	text-shadow:0 1px 1px #333;
	transition:all ease .6s;
}
a.appointment-button:hover {
	background: -webkit-linear-gradient(#360636, #410c41); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#360636, #410c41); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#360636, #410c41); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#360636, #410c41); /* Standard syntax */
}