@charset "utf-8";
/* CSS Document */

.dropdown {
	width:100%;
	float:left;
}
.select-1 {
	width:100%;
	position:relative;
	font-family: 'montserratsemi_bold';
	font-size:14px;
	color: #959595;
	background:none;
	border:2px solid #948276;
	border-radius:0px;
	box-shadow: none !important;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.select-1 .selectpicker {
	width:100%;
	height:46px;
	line-height:28px;
	margin:0 auto;
	padding:0 36px 0 10px;
	font-family: 'montserratsemi_bold';
	font-size:14px;
	color: #959595;
	text-shadow:none;
	text-align:right;
	background:none;
	border:none !important;
	box-shadow:none !important;
	cursor:pointer;

}
.select-1.open {
	color:#000;
	background:#FFF;
	border-color:#736356;
}
.select-1.open .filter-option
{
	color:#000;
}
.select-1.open .selectpicker {
	color:#a4a4a4;
	background:#FFF;
	border-color:#736356;
}
.select-1.open .caret:before {
	color:#000 !important;
}
.select-1 .caret {
	display:inline-block;
	 
	margin-left:0;
	position:absolute;
	right:0px;
	top:50%;
	vertical-align:middle;
	margin:-3px 12px 0 0;	
	border-top:7px solid #736356;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	color:#b3b3b3;
 
}

 
.select-1 .selectpicker.btn {
	background:none !important;
}
.select-1 .dropdown-menu {
	background:#fff !important;
	min-height:100px !important;
	text-align:left;
}
.select-1 ul.dropdown-menu {
	top:0;
	left:0;
	margin-top:0;
	padding-left:0;
}
.select-1 .dropdown-menu li {
	float none;
	padding:0;
	text-shadow:none;
	border:none;
	clear:both;
}
.select-1 .dropdown-menu li:last-child {
	border:none;
}
.select-1 .dropdown-menu li a
{
	color:#a4a4a4;
	font-size:14px;
}
.select-1 .dropdown-menu li.selected a 
{
	color:#fff;
	background:#d66867;
}
.select-1 .dropdown-menu li a:hover {
	color:#fff;
	background:#d66867;
}
/*.select-1 .dropdown-menu li.selected a {
	color:#a4a4a4;
	background:#fff;
}*/
.dropdown {
	position:relative;
}
.dropdown-toggle:focus {
	outline:0;
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:100%;
	padding:5px 0;
	margin:2px 0 0 0;
	list-style:none;
	background-color:#ffffff;
	border:1px solid #c4c5c5;
	 
	border-radius:0px;
	-webkit-box-shadow:none;
	 
	background-clip:padding-box;
}
.dropdown-menu.pull-right {
	right:0;
	left:auto;
}
.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5;
}
.dropdown-menu li a {
	display:block;
	padding:6px 10px;
	clear:both;
	font-weight:normal;
	line-height:1.42857143;
	color:#808080;
	white-space:nowrap;
}
.dropdown-menu li a:hover, 
.dropdown-menu li a:focus {
	text-decoration:none;
	color:#808080;
	background-color:#f5f5f5;
}
.dropdown-menu .active a, 
.dropdown-menu .active a:hover, 
.dropdown-menu .active a:focus {
	color:#ffffff;
	text-decoration:none;
	outline:0;
	background-color:#428bca;
}
.dropdown-menu .disabled a, 
.dropdown-menu .disabled a:hover, 
.dropdown-menu .disabled a:focus {
	color:#777777;
}
.dropdown-menu .disabled a:hover, 
.dropdown-menu .disabled a:focus {
	text-decoration:none;
	background-color:transparent;
	background-image:none;
 	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor:not-allowed;
}
.dropdown-menu li a i.glyphicon {
	display:none;
}
.open .dropdown-menu {
	display:block;
}
.open a {
	outline:0;
}
.dropdown-menu-right {
	left:auto;
	right:0;
}
.dropdown-menu-left {
	left:0;
	right:auto;
}
.dropdown-header {
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.42857143;
	color:#777777;
	white-space:nowrap;
}
.dropdown-backdrop {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:990;
}
.pull-right .dropdown-menu {
	right:0;
	left:auto;
}
.dropup .caret, 
.navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px solid;
	content: "";
}
.dropup .dropdown-menu, 
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px;
}
.pull-right {
	float:right !important;
}
.pull-left {
	float:left !important;
}
.hide {
	display:none !important;
}
.show {
	display:block !important;
}
.invisible {
	visibility:hidden;
}
.hidden {
	display:none !important;
	visibility:hidden !important;
}

/*............New Custome Css............*/

.dropdown.newest .select-1 {
	background:none;
	border:none;
}
.dropdown.newest .select-1 .selectpicker {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size:14px;
	color: #666666;
}
.dropdown.newest .select-1 .selectpicker.btn {
	height:auto;
	padding:3px 10px;
}
.dropdown.newest .select-1 .caret {
	color:#f8971d;
}


.dropdown-menu.inner.selectpicker
{
	padding:0PX;
	
} 
.dropdown-menu.open
{
	border-radius:0px;
	border-radius:0px 0 8px 8px;
	-ms-border-radius:0px 0 8px 8px;
	-moz-border-radius:0px 0 8px 8px;
	-o-border-radius:0px 0 8px 8px;
	-webkit-border-radius:0px 0 8px 8px;
}
.dropdown-menu.inner.selectpicker
{
	background:#fff;
}
.dropdown-menu.inner.selectpicker li
{
	border-bottom:#c8c8c8 solid 1px;
	background:none;
	padding:0 0;
}
.dropdown-menu.inner.selectpicker li





/*............/New Custome Css............*/