/*@import url(http://fonts.googleapis.com/css?family=Indie+Flower);*/

#clsPackageContent .tooltip {
	/*display: inline;*/
	position: relative;
	z-index: 999;
	opacity: 1 !important;
}

/* Trigger text */

#clsPackageContent .tooltip-item, #clsPackageContent .tooltip-items {
	color: #626262;
    font-family: "latoreg";
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 10px 2px;
    text-align: center;

	cursor: pointer;
	z-index: 100;
	position: relative;
	display: block;
	clear: both;
	-webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
#clsPackageContent .tooltip-item strong, #clsPackageContent .tooltip-items strong{
	font-family: "latobla";
	font-style: normal;
	color: #626262;
}

#clsPackageContent .tooltip:hover .tooltip-item {
	color: #626262;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 18px;
    margin: 0 -15px -19px;
    padding: 0;
	-webkit-transform: translate3d(0,-0.5em,0);
	transform: translate3d(0,-0.5em,0);
}

/* Tooltip */

#clsPackageContent .tooltip-content {
	position: absolute;
	z-index: 99;
	width: 360px;
	left: 50%;
	margin-left: -180px;
	bottom: -5px;
	text-align: left;
	background: #FFF;
	opacity: 0;
	font-size: 0.75em;
	line-height:24px;
	padding: 1.5em;
	color: #fff;
	border-bottom: 65px solid #ededed;
	cursor: default;
	pointer-events: none;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	font-family: 'latoreg';
	-webkit-transform: translate3d(0,-0.5em,0);
	transform: translate3d(0,-0.5em,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

#clsPackageContent .tooltip-content a {
	color: #626262;
}

#clsPackageContent .tooltip-text {
	opacity: 0;
	color: #626262 !important;
	line-height:24px;
	font-size: 14px;
	color: #626262;
	font-family: 'latoreg';
	-webkit-transform: translate3d(0,1.5em,0);
	transform: translate3d(0,1.5em,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

#clsPackageContent .tooltip:hover .tooltip-content,
#clsPackageContent .tooltip:hover .tooltip-text {
	font-size: 14px;
	color: #626262;
	font-family: 'latoreg';
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

