.bulletip {
	display: inline-block;
	position: relative;
	/*z-index: 999;*/
}

/* Trigger text */

.bulletip-item {
	cursor: pointer;
	display: inline-block;
}

/* Gap filler */

.bulletip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bulletip:hover .bulletip-item::after {
	pointer-events: auto;
}

/* bulletip */

.bulletip-content {
	position: absolute;
	z-index: 9999;
	min-width: 257px;
	width:auto;
	left: 100%;
	top:0;
	text-align: left;
	font-size: 12px;
	line-height: auto;
	background: #2a3035;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	padding:10px;
	color:#FFFFFF;
	z-index:5000;
}

.class_listing_options .bulletip-content {
    left: 85%;
}

.bulletip-content a, .bulletip-item a {
	text-decoration:underline;
	color:#FFFFFF;
}

.bulletip-effect-1 .bulletip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.bulletip-effect-2 .bulletip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

/*.bulletip-effect-3 .bulletip-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}*/

.bulletip-effect-4 .bulletip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.bulletip-effect-5 .bulletip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.bulletip:hover .bulletip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.bulletip.bulletip-effect-2:hover .bulletip-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.bulletip-content::after {
	display:none;
}

/* bulletip content*/

.bulletip-content img {
	position: relative;
	height: auto;
	display: block;
	float: left;
	/*margin-right: 1em;*/
}

.bulletip-text {
	font-size: 12px;
	line-height: auto;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff;
}

.bulletip-effect-5 .bulletip-text {
	padding: 1.4em;
}

.bulletip-text a {
	font-weight: bold;
}
