@import url(http://fonts.googleapis.com/css?family=Kalam:700,400);
.tool_tip {
	position: relative;
	z-index: 999;
}

/* Trigger text */

.tooltip-item {
	font-weight: bold;
	cursor: pointer;
}

.tooltip-content {
background: #2E8ECE none repeat scroll 0 0;
border-radius: 10px / 50%;
bottom: 100%;
color: #fff;
cursor: default;
font-family: open sans,arial,sans-serif,serif;
font-size: 16px;
left: 50%;
margin: 0 0 105px -140px;
opacity: 0;
padding: 25px;
pointer-events: none;
position: absolute;
text-align: left;
transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
width: 280px;
z-index: 9999;
}

.tooltip-turnright .tooltip-content {
	-webkit-transform: translate3d(0,50px,0) rotate3d(1,1,1,