		
/*get-directions........................................................................................................................*/			
		#contact  .map-route p{
            font-size: 16px;
		}
        p.warning {
			color: red;	
		}
		input.manual-location {
			width: 95%;
			font-size: 1.2em;
			padding: 5px;
		}
		.no-geolocation {
			display: none;	
		}
		.get-directions {
		}
		.get-directions:hover {
			color:#FFFFFF !important;
		}
		
		.get-directions1 {
			background: #310944;
			background: -moz-linear-gradient(top,#4C146B 0%,#411153 100%);
			background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4C146B),color-stop(100%,#411153));
			background: -webkit-linear-gradient(top,#4C146B 0%,#411153 100%);
			background: -o-linear-gradient(top,#4C146B 0%,#411153 100%);
			background: -ms-linear-gradient(top,#4C146B 0%,#411153 100%);
			background: linear-gradient(top,#4C146B 0%,#411153 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C146B',endColorstr='#411153',GradientType=0);
			padding: 8px 13px;
			color: #CCC !important;
			text-align: center;
			font-size: 22px;
			font-weight: 300;
			border-radius: 4px;
			border: 1px solid #FFFFFF;
			/* margin: 20px auto 0 auto; */
			text-decoration: none;
			clear: both;
			display: block;
		}
		.get-directions1:hover {
			color:#FFFFFF !important;
		}
/* Share button */

/* outer wrapper */
#share-wrapper {
	margin-top: 80px;
	position:fixed;
	left: 0;
	z-index:99;
	clear:both;
	display:none;
}

/* inner wrapper */
#share-wrapper ul.share-inner-wrp{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* the list */
    #share-wrapper li.button-wrap {
        background: #000000;
        padding: 0px 0px 0px 10px;
        display: block;
        width: 230px;
        margin: 0px 0px 1px -182px;
    }

/* share link */
#share-wrapper li.button-wrap > a {
	padding-right: 60px;
	height: 45px;
	display: block;
	line-height: 46px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*box-shadow: 3px 0px 8px #888888;*/
	z-index: 99;
}

/* background image for each link */
#share-wrapper .phone > a {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 

#share-wrapper .phone > a{
	
}
#share-wrapper .Appointment > a{
	
}

#share-wrapper .Directions > a{
	
}

#share-wrapper .Refer > a{
	
}
.phone {
    position: relative;
}
.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 32px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 10px;
}
.Appointment {
    position: relative;
}
.Appointment:before {
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 10px;
}
.Directions {
    position: relative;
}
.Directions:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 34px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 12px;
}
.Refer {
    position: relative;
}
.Refer:before {
    content: "\f064";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 8px;
}


/* small screen */
@media all and (max-width: 1024px) {
    #share-wrapper {
        bottom: 0;
        position: fixed;
        padding: 5px 5px 0px 5px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        margin: 0px;
        -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        z-index: 999999;
        display: block;
    }
	#share-wrapper ul.share-inner-wrp {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	#share-wrapper li.button-wrap {
		display: inline-block;
		width: 45px!important;
		margin: 0px;
		padding: 0px;
		margin-left:0px!important;
	}
	#share-wrapper li.button-wrap > a {
		height: 45px;
		display: inline-block;
		text-indent: -10000px;
		width: 45px;
		padding-right: 0;
		float: left;
	}
}