#style-switcher {
	position: fixed;
	top: 0px;
	left: -250px;
	z-index: 10000;
	width:250px;
	color: #222;
	height:100%;
}
.open-switcher-style i{
	font-size: 32px;
	width: 100%;
	text-align: center;
	float: left;
	line-height: 51px;
	color: #222;
	animation:iconl 1.4s;
    -moz-animation:iconl 1.4s infinite; /* Firefox */
    -webkit-animation:iconl 1.4s infinite; /* Safari and Chrome */
}

@-moz-keyframes iconl /* Firefox */
{
   0%   {color:#fff;}
   50%  {color:#00ff09;}
   100%   {color:#fff;} 
}

@-webkit-keyframes iconl /* Safari and Chrome */
{
  0%   {color:#fff;}
  50%  {color:#00ff09;}
  100%   {color:#fff;}
}
.open-switcher-style{ 
	width:50px;
	height:50px;
	position:fixed;
	cursor:pointer;
	left:0;
	z-index:9999999;
	top:40%;
	background:rgba(0,0,0,0.9);
}
.open-switcher-style span{
	font-size: 10px;
	line-height: 12px!important;
	width: 100%;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #fff;
}
body.opened-switcher #style-switcher{left:0;}
body.opened-switcher{padding-left:250px;} 
body.opened-switcher .open-switcher-style{
	left:250px;
}
body.opened-switcher .codeless_slider_wrapper{position:relative;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -moz-transform: translateY(0) !important}
body.opened-switcher .header_7.header_wrapper.pos--left{left:250px; position:fixed !important;}
body.opened-switcher.header_7 .codeless_slider_wrapper{padding-left:0 !important;}
body.opened-switcher.sticky_header .header_wrapper{
	padding-left: 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#style-switcher, #style-switcher select { font: 12px/18px Arial, Helvetica, sans-serif; }
.overall_op{
	float:left;
	margin-bottom:30px;
}
.overall_op div{
	float:left;
	padding:8px 18px;
	margin-left:8px;
	color:#fff; 
	background:#444;
	cursor:pointer;
}

.overall_op div#export{
	background:#991a1a;
}

#switcher-content {
	width: 250px;
	height:100%;
	background: #222;
	padding: 18px 15px 0px 0px;
	padding-top:60px;
	overflow: hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#switcher-content:hover{
	overflow-y:scroll;
}
#switcher-content form{margin-bottom:0;}
#switcher-content p{color:#999; font-size:13px;font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;margin-top:0;padding-left:15px; margin-bottom:15px;}
#switcher-content select { width: 150px; margin-bottom: 11px; padding: 2px 4px; height: 24px; }
#switcher-content ul { margin: 0 0 11px; padding: 0; width: 135px; overflow: hidden; }
#switcher-content li {
	list-style-type: none;
	float: left;
	margin: 0 8px 6px 0;
}
#switcher-content img { display: block; }
#switcher-content .el .head{background:#292929; width:100%; padding:11px 15px; color:#ddd; font-size:13px;font-weight:bold;border-top:1px solid #343434;
	font-family: Arial, Helvetica, sans-serif; cursor:pointer;float:left;}
#switcher-content .options{padding:15px; display:none; float:left; width:100%; background:#222; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#switcher-content .open .options{display:block;}
#switcher-content .open .head{background: #343434; color:#fff;}
#switcher-content .el .head:last-child{border-bottom:1px solid #343434;}

#switcher-content .switch_button{width:80px;float:left; padding:8px 0; text-align:center;background:#333;color:#999; font-size:13px; }
#switcher-content .switch_button.active{background:#444; color:#fff;}

#switcher-content .select_field{width:100%;float:left; margin-bottom:5px; padding:5px 0; text-align:center;background:#333;color:#999; font-size:12px; }
#switcher-content .select_field.active{background:#444; color:#fff;} 

#switcher-content .button_text{width:32px; padding:7px 0; color:#999; background:#fff; text-align:center;float:left;margin-right:10px; border:1px solid #ebebeb; border-radius:6px; -webkit-border-radius: 6px; -moz-border-radius:6px;}
#switcher-content .button_text.active{background:#f6f6f6;}

#switcher-content .button_img{position:relative;width:32px; height:32px ; margin-right:10px; margin-bottom:10px; float:left; border-radius:6px; -webkit-border-radius: 6px; -moz-border-radius:6px;}
#switcher-content .button_img img{width:100%; height:100%; float:left;}
#switcher-content .button_img.active span{background:url('../img/switcher/selected.png') no-repeat center; position:absolute; width:100%; height:100%; top:0; left:0; }
@media (max-width: 767px) {
	#style-switcher { display: none; float:left;}
	.open-switcher-style{display:none;}
}



/*
colpick Color Picker / colpick.com
*/
.color_picker{width:100%; margin-bottom:10px;}
.color_picker span{
	color: #fff;
	margin-bottom: 5px;
	float: left;
	width:100%;
}
.color_picker select{
	border:1px solid #444;
	background:#333;
	height:40px;
	width:100%;
	color:#fff;
}
.submit{
	float:left;
	padding:8px 18px;
	color:#fff;
	background:#0095ff;
	cursor:pointer;
}
.reset{
	float:left;
	padding:8px 18px;
	margin-left:10px;
	color:#fff; 
	background:#991a1a;
	cursor:pointer;
}
.picker{
	margin: 0;
	padding: 0;
	border: 0;
	width: 70px;
	background:#333;
	color:#ddd;
	border-radius:none;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	height: 30px;
	border-right: 30px solid green;
	line-height: 30px;
}
/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	z-index:99999999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}