.style-changer-holder {
	position: fixed;
	right: 0;
	top: 60px;
	width: 0;
	padding-left: 0;
	z-index: 1001;
	/*overflow: hidden;*/
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
@media (max-width: 800px) {
	.style-changer-holder {
		display: none;
	}
}
.ssc-main-part,
.ssc-concept-part {
	float: left;
	width: 50%;
}
.ssc-concept-part {
	margin-left: -1px;
}
.style-changer {
	position: relative;
	width: 460px;
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
}
.style-changer-holder.collapsed {
	position: absolute;
	width: 510px;
	padding-left: 50px;
}
.style-changer form {
	margin-bottom: 0;
}
.ssc-title {
	padding: 0 0 0 25px;
	height: 50px;
	line-height: 48px;
	text-transform: uppercase;
}
.ssc-block,
.ssc-block-themes {
	padding: 15px 25px 20px;
}
.ssc-block-themes {
	padding-bottom: 0;
}
.ssc-block-return {
	padding: 0 25px 20px;
}
.ssc-block-submit {
	padding: 0 15px 20px 25px;
	margin-bottom: 38px;
}
.ssc-block-submit .sc-button {

}
.ssc-button {
	position: absolute;
	width: 50px;
	height: 51px;
	line-height: 49px;
	font-size: 29px;
	left: -50px;
	top: -1px;
	text-align: center;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	font-family: 'scalia-user-icons';
}
.ssc-button .rotate-icon {
	display: block;
	width: 49px;
	height: 49px;
	line-height: 49px;
	-o-animation: rotate-icon 5s ease infinite;
	-moz-animation: rotate-icon 5s ease infinite;
	-webkit-animation: rotate-icon 5s ease infinite;
	animation: rotate-icon 5s ease infinite;
}
.style-changer-holder.collapsed .ssc-button .rotate-icon {
	-o-animation: none 0;
	-moz-animation: none 0;
	-webkit-animation: none 0;
	animation: none 0;
}
@keyframes rotate-icon {
	0% { transform: rotate(0deg);}
	35% { transform: rotate(0deg);}
	65% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}
@-o-keyframes rotate-icon {
	0% { transform: rotate(0deg);}
	35% { transform: rotate(0deg);}
	65% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}
@-moz-keyframes rotate-icon {
	0% { transform: rotate(0deg);}
	35% { transform: rotate(0deg);}
	65% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}
@-webkit-keyframes rotate-icon {
	0% { transform: rotate(0deg);}
	35% { transform: rotate(0deg);}
	65% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}
.style-changer label {
	font-size: 89.5%;
	display: block;
	margin-bottom: 10px;
}
.style-changer .sc-button {
	font-size: 94.7%;
	padding: 2px 18px;
	margin-right: 10px;
}
.style-changer .sc-button.reset {
	margin-right: 0;
}
.style-changer .backgrounds {
	margin-right: -10px;
	margin-bottom: -20px;
}
.style-changer .backgrounds a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 14px;
}
.style-changer .backgrounds a img {
	width: 32px;
	height: 32px;
}
.style-changer .ssc-block-return {
	font-size: 89.5%;
}
.style-changer .return-arrow {
	font-family: 'scalia-user-icons';
	font-size: 25px;
	margin: 0 -3px;
	vertical-align: top;
}

.ssc-concepts {
	padding: 5px;
}
.ssc-concepts a {
	display: block;
	position: relative;
}
.ssc-concepts a + a {
	margin-top: 5px;
}
.ssc-concepts a .ssc-concept-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-transform: uppercase;
}
.ssc-concepts a .ssc-concept-caption span {
	display: block;
}
.ssc-concepts a:hover .ssc-concept-caption {
	top: 50%;
	opacity: 1;
}
.ssc-concepts a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}.ssc-concepts a:hover .ssc-concept-title {
	top: 50%;
	opacity: 1;
}
.ssc-concepts a:hover:before {
	opacity: 1;
}

.ssc-theme-item {
	display: block;
	font-size: 89.5%;
	color: inherit;
	margin-right: -25px;
	margin-left: -25px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ssc-theme-item img {
	vertical-align: middle;
	margin-right: 7px;
}