
/*** SHARE CSS ***/
.share-cont {
	overflow: hidden;
    position: relative;
    right: 20px;
    text-align: right;
    top: 0;
    /*width: 178px;*/
		width: 214px;
    z-index: 99;
	float: right;
	margin: 10px 0;
}
.share-icon {
	position:relative;
	z-index:99;
}
.share-icon > img {
	cursor: pointer;
}
.shareButtons {
	position:absolute;
	left:100%;
	top:0px;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;
}
.shareButtons.active {
	left:0%;
	z-index: 100;
}
.shareButtons .addthis_toolbox  a span {
	background-color: #88a09f !important;
}



/*
|--------------------------------
|  MEDIA QUERIES
|--------------------------------
*/
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	.share-cont {margin: 10px 0 30px 0;}
}
