/* Switcher CSS */
.switcher {
	position: fixed;
	top: 80px;
	left: -251px;
	z-index: 1080;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 4px 12px rgba(0,0,0,0.1);
}
.switcher .switch-h {
	position: absolute;
	left: 120%;
	top: 8px;
	width: 120px;
	text-align: center;
	color: #eee;
	background:#555;
	font-size: 13px;
	line-height:20px;
	border-radius:4px;
	padding:5px 0px;
	display:none;
}
.switcher .switch-h b{
	font-size:12px;
	display:block;
	font-weight:400;
	color:#bbb;
}
.switch-h:after, .switch-h:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.switch-h:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #555;
	border-width: 7px;
	margin-top: -7px;
}
.switch-h:before {
	border-color: rgba(221, 221, 221, 0);
	border-width: 8px;
	margin-top: -8px;
}
.switcher .switch {
	position: absolute;
	left: 100%;
	top: 13px;
	width: 35px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	color: #9a9a9a;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.switcher hr { 
	margin-top: 15px;
	margin-bottom: 10px;
	border: 0; 
	border-top: 1px solid #eee;
}
.switcher h4 {
	margin-top: 0;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 13px;
	font-weight: 600;
}
.switcher p {
	font-size: 14px;
	line-height: 20px;
	color: #878787;
}
.switcher .s-layout {
	border: 1px solid #ddd !important;
	outline: none;
	height: 30px;
	width: 160px;
	margin-top: 6px;
	padding: 0 5px;
	color: #767676;
	border-radius: 2px;
}
.switcher .s-pattern img,
.switcher .s-back-img img,
.switcher .s-color img{
	display: inline-block;
	margin: 0 3px;
	margin-top: 6px;
	border-radius: 2px;
}
.s-color {
	margin-bottom: 20px;
}
.s-color a {
	width: 70px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 4px;
	background: #000;
}

a[data-code="default"] {
	background: #0575E6;
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);
    background: linear-gradient(to right, #021B79, #0575E6);
}
a[data-code="color-1"] {
	background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
}
a[data-code="color-2"] {
	background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
}
a[data-code="color-3"] {
	background: #833ab4;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}
a[data-code="color-4"] {
	background: #FEAC5E;
    background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
}
a[data-code="color-5"] {
	background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
}
a[data-code="color-6"] {
	background: #feea3b;
}
a[data-code="color-7"] {
	background: #8ac249;
}
a[data-code="color-8"] {
	background: #4bae4f;
}
a[data-code="color-9"] {
	background: #009587;
}
a[data-code="color-10"] {
	background: #03a8f3;
}
a[data-code="color-11"] {
	background: #00bbd3;
}
a[data-code="color-12"] {
	background: #2195f2;
}
a[data-code="color-13"] {
	background: #3e50b4;
}
a[data-code="color-14"] {
	background: #663ab6;
}
a[data-code="color-15"] {
	background: #9b27af;
}
a[data-code="color-16"] {
	background: #e81e62;
}
a[data-code="color-17"] {
	background: #f34236;
}


.switcher .s-site a {
	border: 1px solid #666;
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px 7px 15px;
    margin: 5px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    color: #000;
    text-decoration: none !important;
}