	/*-- Color Chose css --*/

#style-selector {
    background: #fff;
	width: 213px;
	position: fixed;
	right: 0;
	top: 101px;
	z-index: 100;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	}
.style-selector-wrapper {
    -webkit-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	border: 1px solid rgba(23,24,26,0.15);
	}
.style-selector-wrapper .title{
	display: block;
    background: #FBF9F9;
    text-align: center;
    font-size: 15px;
	font-weight: 600;
    line-height: 44px;
	color: #867A7A;
	text-transform: capitalize;
	border-bottom:1px solid rgba(23,24,26,0.15);
	}
#style-selector .title-sub2 {
	display: block;
    color: #CCCCCC;
    text-align: center;
    font-size: 12px;
	line-height:41px;
	line-height:41px;
	border-bottom:1px solid rgba(23,24,26,0.15);
    }
.style-selector-wrapper{
	text-align:center;
	background: #fff;
	}
.wrapper-inner{
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px 0px;
	
	}
.wrapper-inner ul {
    margin:0;
	list-style:none;
    }
.wrapper-inner ul  li{
    margin:5px;
	padding:0;
	float:left;
	width:25px;
	height:25px;
    }
#style-selector a.close {
    position: absolute;
    top: 45px;
    left: -35px;
    width: 35px;
    height: 43px;
    line-height: 43px;
    text-align: center;
	color:#333!important;
	font-size: 28px;
	font-weight:lighter!important;
    background-color: #fff;
	border: 1px solid #DCDDDD;
	border-left:none!important;
	-webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
	border-radius:5px 0 0 5px;
	opacity:1 !important;
    }
#style-selector a.active {
    box-shadow: 0 0 0 2px #000;
    }
/* ----------- Colors ----------- */
.pre-color-skin1{
	width:25px;
	height:25px;
	background-color: #ffd737;
	float: left;
	cursor: pointer;
	}
.pre-color-skin2{
	width:25px;
	height:25px;
	background-color: #aad529;
	float: left;
	cursor: pointer;
	}
.pre-color-skin3{
	width:25px;
	height:25px;
	background-color: #f637c3;
	float: left;
	cursor: pointer;
	}
.pre-color-skin4{
	width:25px;
	height:25px!important;
	background: #f44343!important;
	float: left;
	cursor: pointer;
	}
.pre-color-skin5{
	width:25px;
	height:25px;
	background-color: #82c6ff;
	float: left;
	cursor: pointer;
	}
.pre-color-skin6{
	width:25px;
	height:25px;
	background-color: #51ff9b;
	float: left;
	cursor: pointer;
	}
.pre-color-skin7{
	width:25px;
	height:25px;
	background-color: #ff9732;
	float: left;
	cursor: pointer;
	}
.pre-color-skin8{
	width:25px;
	height:25px;
	background-color: #ff9063;
	float: left;
	cursor: pointer;
	}
.pre-color-skin9{
	width:25px;
	height:25px;
	background-color: #c937ff;
	float: left;
	cursor: pointer;
	}
.pre-color-skin10{
	width:25px;
	height:25px;
	background-color: #f0bc3e;
	float: left;
	cursor: pointer;
	}
.pre-color-skin11{
	width:25px;
	height:25px;
	background-color: #fff;
	float: left;
	cursor: pointer;
	border: 1px solid black;
	}
.pre-color-skin12{
	width:25px;
	height:25px;
	background-color: #000;
	float: left;
	cursor: pointer;
	border: 1px solid black;
	}
#style-selector .styles-noborder {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
#style-selector .styles-noborder li {
	float: left;
	margin: 0px 4px;
	padding: 0;
	color: #ddd;
}
#style-selector .styles-noborder li img {
	float: left;
	width: 50px;
	height: 40px;
}
.sub3{
	border-top: 1px solid rgba(23,24,26,0.15);
}
.clr_bg{
	background-color: #ffd737!important;
	cursor: pointer;
}
	/*-- End Color Chose css --*/
	
		/*-- End Color Chose css --*/
	.icon-angle-right:before {
content: "\f105";
font-family:FontAwesome;
}
.icon-angle-left:before {
content: "\f104";
font-family:FontAwesome;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}