@font-face {
  font-family: "ClearSans";
  src: url("../../fonts/ClearSans/Light/ClearSans-Light.eot");
  src: url("../../fonts/ClearSans/Light/ClearSans-Light.eot?#iefix")format("embedded-opentype"),
    url("../../fonts/ClearSans/Light/ClearSans-Light.woff") format("woff"),
    url("../../fonts/ClearSans/Light/ClearSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

.dropcontainer {
	position: relative;
	font-size: 16px;
	color: #777;
} 

.trigger {
	margin-top: 17px;
	font-family: ClearSans;
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
  text-decoration: none;
  color: #878787;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	background: #fff url(../../img/other-icons/icon_arrow_right_small.svg) 96% center no-repeat !important;
	display: block;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	-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;
}

.activetrigger {
	margin-top: 17px;
	font-family: ClearSans;
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
  text-decoration: none;
  color: #878787;
  padding: 10px;
  padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	background: #fff url(../../img/other-icons/icon_arrow_bottom_small.svg) 96% center no-repeat !important;
	display: block;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.activetrigger:hover {
	background: #fff url(../../img/other-icons/icon_arrow_bottom_small.svg) 96% center no-repeat !important;
	color: #777;
}

.activetrigger:active {
	background: #fff url(../../img/other-icons/icon_arrow_bottom_small.svg) 96% center no-repeat !important;
	color: #777;
}

.dropcontainer {
	border-radius: 0 0 5px 5px;
}

.dropcontainer ul {
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 50%;
	z-index: 100;
	border-radius: 0 0 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropcontainer ul li {
	padding: 5px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}

.dropcontainer ul li:first-child {
	display: none;
}

.dropcontainer ul li:last-child {
	border-bottom: none;
}

.dropcontainer ul li a {
	font-family: ClearSans;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  color: #878787;
}

.dropdownhidden {
	display: none;
}

.dropdownvisible {
	width: 100% !important;
	height: auto;
	padding-top: 0 !important;
}


<!--
////////////////////////////////////////
////           Демо #2              ////
////////////////////////////////////////
-->	


.dropcontainer_demo2 {
	position:relative;
	font-size: 16px;
	color: #777;
	} 

.trigger_demo2 {
	color: #777;
	padding: 10px;
	font-size: 16px;
	width: 50%;
	background: #fff url(../images/select-arrow-open.png) 98% center no-repeat;
	display: block;
	border: 1px solid #ccc;
	-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;
	}

.trigger_demo2:hover {
	color: #777;
	background: #f5f5f5 url(../images/select-arrow-open.png) 98% center no-repeat;
	}

.activetrigger_demo2 {
	color: #777;
	padding: 10px;
	font-size: 16px;
	width: 50%;
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.activetrigger_demo2:hover {
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	color: #777;
	}

.activetrigger_demo2:active {
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	color: #777;
	}

.dropcontainer_demo2 ul {
	font-size: 16px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 50%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.dropcontainer_demo2 ul li {
	padding: 5px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.dropcontainer_demo2 ul li:hover {
	background: #f5f5f5;
	outline: none;
	}

.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 {
	height: 200px;
	overflow-y: scroll;
	}