/*theme options just delete*/
.switches-btn { background: #21252b; position: fixed; top: 50px; right: 0px; z-index: 9999; padding: 12px; cursor: pointer; color: #fff; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.theme-options { background: #21252b; position: fixed; top: 50px; right: 0; z-index: 9999; padding: 20px 25px 25px 25px; display: none; color: #fff; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.theme-options h6 { color: #fff; margin-bottom: 20px; }

.theme-options input[type=radio] { display: none; }
.theme-options input[type=checkbox] { display: none; }
.theme-options input[type=radio] + label {
	display:inline-block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: red;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	border-top: 1px solid #21252b;
}
.theme-options input[type=checkbox] + label {
	display:inline-block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: red;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	border-top: 1px solid #21252b;
}
.theme-options input[type=radio]#default + label, input[type=checkbox]#default + label { background: #01c1c1; }
.theme-options input[type=radio]#pink + label, input[type=checkbox]#pink + label { background: #dc2d78; }
.theme-options input[type=radio]#red + label, input[type=checkbox]#red + label { background: #ef4a44; }
.theme-options input[type=radio]#purple + label, input[type=checkbox]#purple + label { background: #8d55a0; }
.theme-options input[type=radio]#orange + label, input[type=checkbox]#orange + label { background: #ee7933; }
.theme-options input[type=radio]#blue + label, input[type=checkbox]#blue + label { background: #279fba; }
.theme-options input[type=radio]#green + label, input[type=checkbox]#green + label { background: #84bd38; }
.theme-options input[type=radio]#brown + label, input[type=checkbox]#brown + label { background: #824430; }
.theme-options input[type=radio]:checked + label, input[type=checkbox]:checked + label {
	outline: 0;
	border-top: 1px solid white;
}

.sw-close-btn { cursor: pointer; border: 1px solid #fff; border-radius: 100%; font-size: 13px; width: 30px; height: 30px; line-height: 28px; text-align: center; position: absolute; top: 6px; right: 6px; }
.sw-close-btn:hover { background: white; color: #21252b; }

.theme-options .btn:focus { background: #2d323a; outline: none; border: 1px solid transparent; }
.theme-options a img { border: 2px solid #2d323a; margin-right: 3px; overflow: hidden; }
.theme-options a img:hover { border-color: #363b43; }
.theme-options a img.active { border-color: #c3c3c3; }