@charset "UTF-8";
/* CSS Document */

.vehicle{
	position:absolute;
	text-align: center;
	list-style-type:none;
	opacity:0;
}


#features{
	position:absolute;
	overflow:visible;
	font-family: "Trebuchet MS", sans-serif;
}

.bullet_text_cont{ /*container for the text: set*/
	position:absolute;
	opacity:0;
}

.bullet{ /*container for the bullet: set*/
	position: absolute;
	width: 20px;
	height: 20px;
	overflow:visible;
}

.bullet_text{ /*container for the text: set*/
	position:absolute;
	margin:10px;
	font-size:12px;
	color:#1e376c;
	letter-spacing: .5px;
}

/*.bullet_stroke, .bullet_cont{
	position:absolute;
}*/

.bullet_stroke, .stroke_cont{
	position:absolute;
}

.bullet_cont{
	position:absolute;
}
.bullet_mask{
	position:absolute;
	overflow:hidden;
	height:20px;
	padding-bottom:10px;
}

.bullet_bg{
	position:absolute;
	width:inherit;
	height:inherit;
	padding-bottom:5px;
	background-color:white;
	opacity: 1;
}

.color_bullets{
	float: left;
	margin-left:17px;
	box-sizing: border-box;
	width:22px;
	height:22px;
}

#color_bullet_1{
	float: left;
	box-sizing: border-box;
	width:22px;
	height:22px;
}

.bullet_inset_shadow{
 border-radius: 3px;
 box-shadow: inset white 0 0 3px;
}

.color_a{
	position:absolute;
	width: 11px;
	height: 22px;
	margin-left: 4px;
	margin-top: -6px;
	border-radius: 22px 0 0 22px;
	box-shadow: inset rgba(0, 0, 0, 0.8) 2px 1px 1px;
	-ms-transform: rotate(90deg) scaleY(-1); /* IE 9 */
    -webkit-transform: rotate(90deg) scaleY(-1); /* Chrome, Safari, Opera */
    transform: rotate(90deg) scaleY(-1);
}

.color_b{
	position:absolute;
	width: 11px;
	height: 22px;
	margin-left: 4px;
	margin-top: 5px;
	border-radius: 22px 0 0 22px;
	box-shadow: inset rgba(0, 0, 0, 0.5) 0px 1px 3px;
	-ms-transform: rotate(-90deg) scaleY(1); /* IE 9 */
    -webkit-transform: rotate(-90deg) scaleY(1); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) scaleY(1);
}

.stroke{
	position:absolute;
	background-color: transparent;
	border: 3px solid #fff;
	margin-left: -4px;
	margin-top: -3px;
	border-style: outset;
	height: 22px;
	width: 22px;
	border-radius:28px;
	-ms-transform: rotate(45deg) scaleY(1); /* IE 9 */
	-webkit-transform: rotate(45deg) scaleY(1); /* Chrome, Safari, Opera */
	transform: rotate(45deg) scaleY(1);
	opacity:0;
}