.selector-wrapper{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 100000;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,.1);
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	background: #fff;
 	height: 220px;
	width: 280px;
	right: -280px;
	transition: all 0.5s; 
}

.selector-wrapper.open{
	right: 0;
}

.selector-toggle{
	width: 50px;
	height: 50px;
	cursor: pointer;
	opacity: 1;
	background: #fff;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: -5px 2px 12px rgba(0,0,0,.1);
	-moz-box-shadow: -5px 2px 12px rgba(0,0,0,.1);
	box-shadow: -5px 2px 12px rgba(0,0,0,.1);
	float: left;
	margin-left: -50px;
   margin-top: 85px;
	top: 100px;
	font-size: 23px;
	font-weight: lighter!important;
	line-height: 50px;
	text-align: center;
}
h3.title{
	text-align: left;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
#selector-btn{
	padding: 20px 10px;
	    
}
#selector-btn .btn-group{
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#selector-btn .btn-default{
	background: transparent;
	width: 100%;
	text-align: center;
	border: none;
	color: #cccccc;
}
#selector-btn .btn-default.btn-primary{
	color: #000000;
}
#selector-btn .btn-default .icon{
	width: 35px;
	height: 35px;
	border: 1px solid #eaeaea;
	display: block;
	margin: 0 auto;
   margin-bottom: 15px;
}
#selector-btn .btn-default.btn-box-shadow .icon{
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	box-shadow: 0 1px 15px rgba(0,0,0,.1);
}
