i.style-switcher-btn {
    background: #a93c40 none repeat scroll 0 0;
    border-radius: 0 10px 10px 0;
	box-shadow: 1px 2px 3px #121212;
    color: #e7dfce;
    cursor: pointer;
	font-family: 'Georgia','Open Sans', sans-serif;
    font-size: 16px;
    padding: 9px 10px;
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 9;
}
i.style-switcher-btn:hover {
    background: #a93c40 none repeat scroll 0 0;
}
i.style-switcher-btn-option {
    background: #9097a0 none repeat scroll 0 0;
    top: 38px;
}
i.style-switcher-btn-option:hover {
    background: #707985 none repeat scroll 0 0;
}
.style-switcher {
    background: rgba(242, 240, 220, .9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF, endColorstr=#44FFFFFF, GradientType=0) !important;
    border-radius: 0 10px 10px 0 !important;
	box-shadow: 1px 2px 3px #121212;
    color: #333;
    display: none;
    position: fixed;
    left: 0;
    top: 135px;
    width: 280px;
    z-index: 555555;
	font-weight: 300;
	font-size:14px;
	font-family: 'Georgia','Open Sans', sans-serif;
}
.style-switcher .style-switcher-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 10px;
}
.style-switcher-logo {
    border-top: 1px solid #4c5159;
    margin-top: 10px;
    padding-top: 15px;
}
.style-switcher-logo a {
    display: block;
    text-align: center;
}
.style-switcher .btn-u {
    border: 1px solid #555;
    border-radius: 2px !important;
    color: #fff;
    font-weight: 200;
}
.style-switcher .btn-u.active-switcher-btn, .style-switcher .btn-u.active-switcher-btn {
    border: 1px solid #bbb;
}
.style-swticher-header {
    background: #a93c40 none repeat scroll 0 0;
    border-radius: 0 10px 0 0 !important;
    padding: 5px 10px 5px 15px;
}
.style-swticher-header .style-switcher-heading {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.style-swticher-header .theme-close {
    position: absolute;
    right: 6px;
    top: 5px;
}
.style-swticher-header .theme-close i {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    padding: 5px;
}
.style-swticher-header .theme-close i:hover {
    color: #fff;
}
.style-swticher-body .no-col-space {
    padding: 0 10px;
    text-align: center;
}
.style-swticher-body hr {
    border-color: #454545;
    margin: 11px 0;
}
.style-swticher-body .no-col-space .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.style-swticher-body {
    padding: 15px 5px 15px 5px;
	font-family: 'Georgia','Open Sans', sans-serif;
	font-weight:200;
	font-size:12px;
}
p.text-success{ padding:0 5px; color:#a93c40!important; font-weight:bold!important; }
/* XS Portrait */
@media (max-width: 480px) {
	.style-switcher {
		top: 0px;
	}
}