#btt_share_img_div {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 41px;
	text-align: center;
}

#btt_share_img {
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 29px;
	height: 26px;
}

#share_content {
	display: none;
}

#share_chip_holder {
	padding: 9px 0px 27px 0px;
}

.share_chip {
	height: 41px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}

.share_icon {
	display: inline-block;
	width: 41px;
	height: 41px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin:	0px 18px 0px 27px;
}

.share_lbl {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	vertical-align: top;
	color: #737373;
	font-weight: bold;
	text-transform: capitalize;
}

#share_title {
	text-transform: capitalize;
}

#dia_share {
	width: 261px;
}

@media ( orientation : portrait) {
	#dia_share {
		top: 0px;
		transform: translate(-50%, 0px);
		width: 100%;
		height: 100%;
	}
	#share_chip_holder {
		margin: 72px auto 0px auto;
	}
	.share_icon {
		margin-left: 0px;
	}
}