
.style-switcher {
	height: 45px;
	width: 90px;
	position: fixed !important;
	top: 70px;
	left: 5px;
	z-index: 999999999;
	color: #999;
}

.style-switcher a {
	color: #CCC;	
}

.ss-header {
	-webkit-border-radius: 	3px;
	-moz-border-radius:		3px;	
	border-radius: 			3px;
	overflow: hidden;
	background: #353535;
	-webkit-transition: -webkit-border-radius 1s;
	   -moz-transition: -moz-border-radius 1s;
			transition: border-radius 1s;
}

.ss-header-open {
	-webkit-border-radius: 	3px 3px 0px 0px !important;
	-moz-border-radius:		3px 3px 0px 0px !important;	
	border-radius: 			3px 3px 0px 0px !important;
}

.ss-icon {
	padding: 12px 16px;	
	float: left;
	background: #2b2b2a;
}

.ss-open {
	float: right;
	display: block;
	padding: 12px 16px;	
}

.ss-body {
	width: 170px;
	background: #353535;
	-webkit-border-radius: 	0px 3px 3px 3px;
	-moz-border-radius:		0px 3px 3px 3px;	
	border-radius: 			0px 3px 3px 3px;
	overflow: hidden;
	display: none;
}

.ss-body-title {
	padding: 10px;	
}

.ss-body-title:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 5px;
}

.ss-width, 
.ss-color, 
.ss-background {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.ss-width li {
	float: left;
	width: 50%;
	background: #424242;
	text-align: center;
}

.ss-width li a {
	padding: 8px 0px;
	display: block;	
}

.ss-width .ss-active {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1) !important;	
}

.ss-active {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);	
}

.ss-color li,
.ss-background li {
	width: 20%;
	float: left;	
} 

.ss-color a,
.ss-background a {
	display: block;
	text-indent: -9999px;
	height: 35px;	
}

.ss-background-wrap {
	display: none;	
}

.ss-red { background: #ff6969; }
.ss-blue { background: rgba(128,196,255,1); }
.ss-green { background: rgba(138,219,155,1); }
.ss-turq { background: rgba(155,215,219,1); }
.ss-orange { background: rgba(255,189,82,1); }

.ss-bg-solid { background: #f0f0f0; }
.ss-bg-bg1 { background: url(../img/pattern/arches.png); }
.ss-bg-bg2 { background: url(../img/pattern/broken_noise.png) }
.ss-bg-bg3 { background: url(../img/pattern/cubes.png); }
.ss-bg-bg4 { background: url(../img/pattern/dark_wood.png); }
.ss-bg-bg5 { background: url(../img/pattern/ticks.png); }
.ss-bg-bg6 { background: url(../img/pattern/fields.jpg); }
.ss-bg-bg6 { background-size: 50px 50px; }
.ss-bg-bg7 { background: url(../img/pattern/tuscany.jpg); }
.ss-bg-bg7 { background-size: 50px 50px; }

.ss-reset {
	padding: 7px 0px;
	background: #424242;
	text-align: center;
}

.ss-reset a {
	display: block;	
}

/* PREVIEW BOXED   ------------------------------------------------ */

@media (min-width: 991px) {

.preview-boxed {
	width: 980px !important;
	margin: 0 auto;	
	background: #f0f0f0;	
}

}

}