/* Main Style */
.switcher h3 {
	font-size:13px;
	margin: 1px 0 3px 0;
	color:#fff;
}

.switcher {
    background:#000;
	background:rgba(50, 58, 59, 0.8);
	width:255px;
	position:fixed;
	top:20.4%;
	z-index:99999;
	left:0px;
	border-radius: 0 0 4px 0;
	border-right:none;
	font-family: var(--font-primary);
	-webkit-box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
	box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
}

.switcher h2 {
	background: #1B1A1A;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 15px;
	padding: 10px 0 13px 15px;
}

.switcher h2 a {
	/* background: url("../images/switcher.png") no-repeat scroll 5px center #1B1A1A; */
	background: #1B1A1A;

	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	text-indent: -9999px;
	top: 0;
	width: 39px;
	border-radius: 0 4px 4px 0;
}

.switcher h2 a img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* animation: rotated 5s infinite; */
}

.switcher .content {
	padding:5px 16px 16px 16px;
	overflow:hidden;
}

.hide {
	display:none; /* first load page enough */
}

/* Layout Box */
.layout-switcher {
	margin:0 0 10px 0;
	overflow:hidden;
}

.layout-switcher a.layout {
	padding: 6px 7px 8px 7px;
	border-radius: 2px;
	color:#fff;
	font-weight: bold;
	border:1px solid #6A6A6A;
	width: 60px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	text-align: center;
	background: #1B1A1A;
}
/* Color Box */
.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.styleswitch {
	width: 100%;
    height: 35px;
	display: block;
	cursor: pointer;
	margin: 10px;
	float:left;
}

.styleswitch.selected { box-shadow: 0 0 0 2px #474646 inset; }






.styleswitch#default   { background: linear-gradient(90deg, rgba(230,119,0,1) 0%, rgba(230,119,0,1) 33%, rgba(255,132,0,1) 33%, rgba(255,132,0,1) 67%, rgba(255,181,102,1) 67%, rgba(255,181,102,1) 100%); }
.styleswitch#blue { background: linear-gradient(90deg, rgba(2,82,202,1) 0%, rgba(2,82,202,1) 33%, rgba(13,110,253,1) 33%, rgba(13,110,253,1) 67%, rgba(78,148,253,1) 67%, rgba(78,148,253,1) 100%); }
.styleswitch#red { background: linear-gradient(90deg, rgba(153,0,77,1) 0%, rgba(153,0,77,1) 33%, rgba(204,0,102,1) 33%, rgba(204,0,102,1) 67%, rgba(255,51,153,1) 67%, rgba(255,51,153,1) 100%); }
.styleswitch#green { background: linear-gradient(90deg, rgba(3,124,80,1) 0%, rgba(3,124,80,1) 33%, rgba(4,170,109,1) 33%, rgba(4,170,109,1) 67%, rgba(6,224,144,1) 67%, rgba(6,224,144,1) 100%); }





 @media only screen and (max-width: 767px) {
	 .styleswitch {
 	width: 35px;
     height: 35px;
 	display: block;
 	cursor: pointer;
 	margin: 10px;
 	float:left;
 }
 .styleswitch#default   { background: #ff8400; }
 .styleswitch#blue { background: #0d6efd; }
 .styleswitch#red { background: #cc0066; }
 .styleswitch#green { background: #04aa6d; }

}
/*
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.switcher{
		display:none;
	}
}

@media only screen and (max-width: 479px) {
	.switcher{
		display:none;
	}
} */
