/* CSS Document */

/**
 *	=Structure
 *	---------------------------------------------------------------- */
.dropdown {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.dropdown-list, .dropdown-item {
	list-style-type: none;
	width: 295px;
	margin: 0;
	padding: 0;
}
.dropdown-list {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.dropdown-menu-wrapper {
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0;
}
.dropdown-menu-container, .dropdown-menu {
	position: relative;
}
.dropdown-menu {
	width: inherit;
}
.dropdown-item, .dropdown-header {
	zoom: 1;
}
.dropdown-item:before, .dropdown-header:before, .dropdown-item:after, .dropdown-header:after {
	content: '';
	display: table;
}
.dropdown-item:after, .dropdown-header:after {
	clear: both;
}
.dropdown-overlay, .dropdown-menu-wrapper, .dropdown-menu-container, .dropdown-menu {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
.dropdown-menu-wrapper, .dropdown-menu, .dropdown-header, .dropdown-mask, .dropdown-overlay, .dropdown-title, .dropdown-close, .dropdown-back {
	display: none;
}
.dropdown-open .dropdown-menu-wrapper, .dropdown-animating .dropdown-mask, .dropdown-menu-open, .dropdown-main-menu, .dropdown-child .dropdown-header, .dropdown-child .dropdown-title, .dropdown-child .dropdown-back {
	display: block;
}
.dropdown-open .dropdown-menu-wrapper {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**
 *	=Positioning
 *	---------------------------------------------------------------- */
.dropdown-open {
	z-index: 1002;
}
.dropdown-opening {
	z-index: 1003;
}
.dropdown-closing {
	z-index: 1001;
}
.dropdown-mask {
	z-index: 999;
}
.dropdown-overlay, .dropdown-mask, .dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
}
.dropdown-overlay, .dropdown-mask {
	right: 0;
	bottom: 0;
}
.dropdown-menu-open {
	position: relative;
}
.dropdown-menu-wrapper {
	position: absolute;
	z-index: 2;
	min-width: 295px;
	left: 0;
	padding: 5px 0;
}
.dropdown-below .dropdown-menu-wrapper {
	top: 100%;
	bottom: auto;
	margin: 3px 0 0;
}
.dropdown-above .dropdown-menu-wrapper {
	top: auto;
	bottom: 100%;
	margin: 0 0 3px;
}
.dropdown-menu-container, .dropdown-child, .dropdown-parent {
	width: 100%;
}
.dropdown-divider {
	margin: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
/**
 *	=Styles
 *	---------------------------------------------------------------- */
.dropdown {
	font-size: 14px;
}
.dropdown-overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dropdown-icon {
	float: right;
	line-height: inherit;
}
.dropdown-toggle {
	cursor: pointer;
	height: auto;
	display: inline-block;
	width: 295px;
	/*max-width: 100%; */
    line-height: 28px;
	color: #333;
	position: relative;
	padding: 6px 38px 6px 14px;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #e3e3e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dropdown-toggle:hover {
	text-decoration: none;
}
.dropdown-toggle .dropdown-icon {
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	text-align: center;
	line-height:28px;
	right: 12px;
}
.dropdown-toggle .dropdown-text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown-menu-wrapper {
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown-item {
	margin: 0 0 1px;
}
.dropdown-item:last-child {
	margin-bottom: 0;
}
.dropdown-link {
	display: block;
	line-height: 30px;
	color: #333;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 15px;
}
.dropdown-link, .dropdown-link:hover {
	text-decoration: none;
}
.dropdown-link:hover {
	background: #f5f5f5;
	color: #262626;
}
.dropdown-link:focus {
	outline: none;
}
.dropdown-link .dropdown-icon {
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 30px;
}
.dropdown-focus .dropdown-link {
	background: #eee;
	color: #161616;
}
.dropdown-selected .dropdown-link {
	background: #428bca;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.dropdown-title {
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	min-height: 20px;
	padding: 5px 45px 10px;
	margin: 0 0 5px;
	border-bottom: 1px solid #e0e0e0;
}
.dropdown-heading {
	line-height: 20px;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 15px 15px 5px;
	margin: 5px 0 0;
	border-top: 1px solid #e0e0e0;
}
.dropdown-heading:first-child {
	padding-top: 10px;
	margin-top: 0;
	border-width: 0;
}
.dropdown-close, .dropdown-back {
	position: absolute;
	z-index: 2;
	top: -5px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ccc;
}
.dropdown-close:hover, .dropdown-back:hover {
	background: #f5f5f5;
	color: #888;
}
.dropdown-close, .dropdown-back, .dropdown-close:hover, .dropdown-back:hover {
	text-decoration: none;
}
.dropdown-close .dropdown-icon, .dropdown-back .dropdown-icon {
	float: none;
	display: block;
	text-align: center;
	line-height: 40px;
}
.dropdown-close .dropdown-text, .dropdown-back .dropdown-text {
	display: none;
}
.dropdown-close {
	right: 0;
}
.dropdown-back {
	left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.dropdown-list, .dropdown-item { width: 226px; }
.dropdown-menu-wrapper { min-width: 226px; }
.dropdown-toggle { width: 226px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.dropdown-list, .dropdown-item { width: 415px; }
	.dropdown-menu-wrapper { min-width: 415px; }
	.dropdown-toggle { width: 415px; }
}
@media only screen and (max-width: 479px) {
		.dropdown-list, .dropdown-item { width: 300px; }
		.dropdown-menu-wrapper { min-width: 300px; }
		.dropdown-toggle { width: 300px; }
}

