

#styles-switcher {
	position: fixed;
	width: 310px;
	z-index: 90;
	left:-260px;
	
	padding-bottom: 10px;
	top: 90px;
	
	
}


#sc-content {
	background: rgba(255,255,255,0.9);
	width: 260px;
	display: block;
	position: relative;
	z-index: 5;
	float: left;
	margin-left:0px;
	
	-webkit-backface-visibility: hidden;
/*	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);*/
}

#bookmark {
	
	background: transparent url('../images/bookmark.png') no-repeat;
	position: relative;
	z-index: 6;
	width: 50px;
	height: 107px;
	float:right;
	margin-top: -2px;
	margin-top: 22px;
	cursor: pointer;
}


.sc-option {	font-size: 11px;
	color: #777;
	position: relative;
	display: block;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 182px;
	width: 200px;
	left: 25px;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,0.06);

	clear: both;
}
.logoto{
	border-top:none;
    padding-top: 30px;
	
}

.sc-option.first {
	border-top: 0px;
	padding-top: 0px;
}

.sc-option.last {
	border-bottom: 0px;
	padding-bottom: 20px;

}

.sc-logo {
	margin-top: 0px;
	margin-left: -2px;
}

.sc-option.logo {
	border: 0px;
	padding-bottom: 0px;
}

.sc-image {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 1px;
	cursor: pointer;
	padding-left:8px;
	padding-bottom:10px;
}
/*.sc-image-fb {
	padding-left:12px;
}*/

.sc-image.no-margin {
	margin-right: 0px;
}

.sc-image img {
	background: rgba(0,0,0,0.1);
	padding: 4px;

}
.sc-image img:hover{
	opacity:0.5;
}

.sc-image input {
	display: none;
}



#sc-content .wpb_button {
display: inline-block;
padding: 6px 10px 6px;
margin-bottom: 0;
margin-top: 0;
font-size: 12px;
line-height: 18px;
color: #fff;
text-align: center;
text-shadow:none!important;
vertical-align: middle;
cursor: pointer;
background-color:#9A8C80!important;
border: 1px solid #cccccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight:600;
}
#sc-content .wpb_button:hover{
	background-color: rgba(101,177,255, 0.7);
}