	/*-- Color Chose css --*/

#style-selector {
    background: #fff;
	width: 213px;
	position: fixed;
	right: 0;
	top: 101px;
	z-index: 9991;
	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;
	border-bottom:1px solid rgba(23,24,26,0.15);
    }
.style-selector-wrapper{
	text-align:center;
	background: #fff;
	}
.margint10{width:100%;}
.wrapper-inner{
	background-color: #ffffff;
	overflow: hidden;
	height:100px;
	}
.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;
    right: -35px;
    width: 35px;
    height: 43px;
    line-height: 43px;
    text-align: center;
	
	font-size: 28px;
	font-weight:lighter!important;
    background-color: #fff;
	border: 1px solid #DCDDDD;
	border-left:none!important;
	-webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
	border-radius:0 5px 5px 0;
	opacity:1;
    }
#style-selector a.active {
    box-shadow: 0 0 0 2px #000;
    }
/* ----------- Colors ----------- */
.pre-color-skin1{
	width:25px;
	height:25px;
	background-color: #14957c;
	float: left;
	cursor: pointer;
	}
.pre-color-skin2{
	width:25px;
	height:25px;
	background-color: #e74c3c;
	float: left;
	cursor: pointer;
	}
.pre-color-skin3{
	width:25px;
	height:25px;
	background-color:#0489cc!important;
	float: left;
	cursor: pointer;
	}
.pre-color-skin4{
	width:25px;
	height:25px;!important;
	background: #02baff!important;
	float: left;
	cursor: pointer;
	}
.pre-color-skin5{
	width:25px;
	height:25px;
	background-color: #23ddae;
	float: left;
	cursor: pointer;
	}
.pre-color-skin6{
	width:25px;
	height:25px;
	background-color: #b22222;
	float: left;
	cursor: pointer;
	}
.pre-color-skin7{
	width:25px;
	height:25px;
	background-color: #a1d050;
	float: left;
	cursor: pointer;
	}
.pre-color-skin8{
	width:25px;
	height:25px;
	background-color: #ff6c00;
	float: left;
	cursor: pointer;
	}
.pre-color-skin9{
	width:25px;
	height:25px;
	background-color: #ffe400;
	float: left;
	cursor: pointer;
	}
.pre-color-skin10{
	width:25px;
	height:25px;
	background-color: #964b00;
	float: left;
	cursor: pointer;
	}
#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;
}
	/*-- End Color Chose css --*/
.bonus_design_button{
	margin:20px 0px;
	text-align:center;
	}
.bonus_design_button a {
	font-size:16px;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	color:#fe504f;
	border:1px solid #fe504f;
	text-align:center;
	border-radius:4px;
	margin-left: 8px;
	}
.bonus_design_button a:hover{
	color:#ffffff;
	background-color:#fe504f;
	font-weight:bold;
	border:none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}