<!--
////////////////////////////////////////
////           Demo #2              ////
////////////////////////////////////////
-->	


.dropcontainer_demo2 {
	position:relative;
	font-size: 16px;
	color: #525252;
	} 

.trigger_demo2 {
	color: #525252;
	padding: 16px;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	background: #eaeaea url(../images/select-arrow-open.png) 98% center no-repeat;
	display: block;
	border: 1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	outline: none;
	}

.trigger_demo2:hover {
	color: #93278f;
	}

.activetrigger_demo2 {
	color: #93278f;
	padding: 16px;
	font-size: 16px;
	width: 100%;
	background: #fff url(../images/select-arrow-close.png) 98% center no-repeat;
	display: block;
	border: 2px solid #93278f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	text-decoration: none;
	outline: none;
	}

.activetrigger_demo2:active {
	background: #fff url(../images/select-arrow-close.png) 98% center no-repeat;
	color: #93278f;
	outline: none;
	}

.dropcontainer_demo2 ul {
	font-size: 16px;
	border: 2px solid #93278f;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.dropcontainer_demo2 ul li {
	padding: 5px;
	}

.dropcontainer_demo2 ul li a {
	text-decoration: none;
	color: #93278f;
}

.dropcontainer_demo2 ul li:hover {
	background: #93278f;
	outline: none;
}

.dropcontainer_demo2 ul li:hover > a {
	color: #fff;
}

.dropcontainer_demo2 ul li:first-child {
	display: none;
	}

.dropcontainer_demo2 ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden_demo2 {
	display: none;
	}

.dropdownvisible_demo2 {
	height: auto;
	}

.dropdownvisible_demo2 {
	max-height: 200px;
	overflow-y: scroll;
	}