@charset "utf-8";

.showcase{position:relative
}

.Bullet_Container{
	width: 1200px;
	height: 800px;
	position: absolute;
	z-index: 9
}

.Bullet_Container2{
	width: 550px;
	height: 326px;
	position: absolute;
	z-index: 9
}

.Bullet_Container3{
	width: 550px;
	height: 409px;
	position: absolute;
	z-index: 9
}

.Bullet_Container4{
	width: 300px;
	height: 327px;
	position: absolute;
	z-index: 9
}

.SC_Bullet{
	position:absolute;
	overflow:visible;
	background-repeat:no-repeat
}

.SC_flicker{
	animation-fill-mode:forwards;
	border-style:solid
}

div.SC_Tooltip{
	position: absolute;
	overflow: visible;
	cursor: default;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	color: #252f33;
	font-family:'Sanchez',sans;
	font-size:14px;
	line-height:22px;

	
}

div.SC_Tooltip a{
	text-decoration: none;
	cursor: pointer;
	color: #a21e24;
	text-align:center
}

div.SC_Panel{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0
}

.SC_Close,.SC_Next,.SC_Prev{
	cursor:pointer
}

.my_first_Bullet {
	width: 30px;
	height: 30px;
	"flicker" : true;	
}

.my_second_Bullet {
	width: 10px;
	height: 10px;
	"flicker" : false;	
}

/* TOOLTIP TAIL */
		.my_first_tool_tip:before {  
		    content:' ';
		    display: block;
		    position: absolute;
		    left: -8px;
		    top: 15px;
		    width: 14px;
		    height: 14px;
		    border-color:#a21e24;
		    border-width: 1px;
		    border-style: none none solid solid;
		    background-color: #F7F7F7;
			box-shadow:0px 2px 2px 0px rgba(51,51,51,0.15);
		    transform: rotate(45deg);
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);}

.my_first_tool_tip {
	overflow: visible!important;
	position: relative;
	border-color:#a21e24;
		    border-width: 1px;
		    border-style: solid;
	background: #F7F7F7;
	width: 200px;
	margin-left: 20px;
	padding: 0px 12px;
	border-radius: 2px;
	box-shadow: 4px 4px 4px 0px rgba(255,255,255,0.15);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(255,255,255,0.15);
}
