#sc-wrap {
	width: 100%;
	font-family: sans-serif;
	margin: auto;
}
#sc-top {
	overflow: hidden;
}
#sc-top > a {
	float: left;
	width: 25%;
	height: 135px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-position: bottom center;
	background-repeat: no-repeat;
	transition: color 0.5s;
}
#sc-top > a > h2 {
	color: #6a6a6a;
	padding: 12px 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #898989;
	font-size: 18px;
}
#sc-top > a.active > h2 {
	color: #f1441d;
}
#sc-top > a.active {
	color: #f1441d;
}
#sc-top > a > .sc-circle {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #898989;
	margin: auto;
	margin-top: -15px;
	margin-bottom: 15px;
	transition: background-color 0.25s, height 0.25s, width 0.25s, margin 0.25s, border-radius 0.5s;
}
#sc-top > a.active > .sc-circle, #sc-top > a:hover > .sc-circle {
	background-color: #f1441d;
	height: 5px;
	width: 5px;
	margin-top: -15px;
	margin-bottom: 15px;
}
#sc-top > a.active > .sc-circle {
	border-radius: 0;
}
#sc-top a.sc-living-room {
	background-image: url(../images/living-room-inactive.png);
}
#sc-top a.sc-living-room.active {
	background-image: url(../images/living-room-active.png);
}
#sc-top a.sc-bedroom {
	background-image: url(../images/bedroom-inactive.png);
}
#sc-top a.sc-bedroom.active {
	background-image: url(../images/bedroom-active.png);
}
#sc-top a.sc-dining-room {
	background-image: url(../images/dining-room-inactive.png);
}
#sc-top a.sc-dining-room.active {
	background-image: url(../images/dining-room-active.png);
}
#sc-top a.sc-misc {
	background-image: url(../images/misc-inactive.png);
}
#sc-top a.sc-misc.active {
	background-image: url(../images/misc-active.png);
}
#sc-slider {
	clear: left;
	height: 19px;
	border-bottom: 8px solid #898989;
}
#sc-up-arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #898989;
	transition: margin-left 0.5s;
}
.sc-living-room #sc-up-arrow {
	margin-left: 12%;
}
.sc-bedroom #sc-up-arrow {
	margin-left: 37%;
}
.sc-dining-room #sc-up-arrow {
	margin-left: 62%;
}
.sc-misc #sc-up-arrow {
	margin-left: 87%;
}
#sc-middle {
	height: 160px;
	line-height: normal;
	background-color: #ededed;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 2px;
	padding-bottom: 26px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
}
#left-arrow, #right-arrow {
	text-decoration: none;
	font-size: 100px;
	font-weight: bold;
	color: #868686 !important;
	font-family: Arial;
	padding: 19px 25px;
	z-index: 10;
	position: relative;
}

#left-arrow-wrap:hover a, #right-arrow-wrap:hover a {
	color: #f1441d;
}
#left-arrow {
	float: left;
	transition: margin 0.1s;
}
#left-arrow-wrap:hover a {
	margin-left: -5px;
	margin-right: 5px;
}
#right-arrow {
	float: right;
	transition: margin 0.1s;
}
#right-arrow-wrap:hover a {
	margin-left: 5px;
	margin-right: -5px;
}
#sc-slide-wrap {
	position: relative;
	height: 130px;
	overflow: hidden;
}
#sc-slide-wrap > div
{
	display: none;
	position: absolute;
	width: 100%;
}
#sc-middle .sc-col
{
	float: left;
	width: 25%;
}
#sc-middle .sc-col > div
{
	margin-top: 5px;
}
#sc-middle .plus, #sc-middle .minus {
	color: #afafaf;
	text-decoration: none;
	padding: 0 5px;
	cursor: pointer;
}
#sc-middle .plus:hover, #sc-middle .minus:hover {
	color: #333;
}
#sc-middle input {
	width: 24px;
	height: 19px;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 11px;
	border-bottom: 1px solid #ebf2f8;
	border-right: 1px solid #e3e7ee;
	border-left: 1px solid #eaebf3;
	border-top: 1px solid #b1b3ba;
}
#sc-rent {
	height: 13px;
	background-color: #ededed;
	text-align: center;
}
#sc-bottom {
	text-align: center !important;
	color: #898989;
	font-size: 16px;
	border-top: 13px solid #ededed;
}
#sc-bottom p {
	height: 100px;
	text-align: center !important;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sc-button {
	display: block;
	width: 209px;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	background-color: #f1441d;
	border-radius: 5px;
	box-shadow: 0 5px 10px #898989;
	margin: auto;
	margin-top: 0;
	margin-bottom: 32px;
	transition: margin 0.1s, box-shadow 0.1s, text-shadow 1s;

	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(left, #f1441d 0%, #f96409 50%, #f1441d 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(left, #f1441d 0%, #f96409 50%, #f1441d 100%);
	/* Opera */
	background-image: -o-linear-gradient(left, #f1441d 0%, #f96409 50%, #f1441d 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f1441d), color-stop(0.5, #f96409), color-stop(1, #f1441d));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(left, #f1441d 0%, #f96409 50%, #f1441d 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to right, #f1441d 0%, #f96409 50%, #f1441d 100%);
}
#sc-button:hover {
	box-shadow: 0 3px 3px #898989;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
#sc-size {
	font-family: 'Ubuntu';
	margin-top: 0;
	margin-bottom: 0;
	color: #f1441d;
	white-space: nowrap;
	font-size: 120px;
	line-height: 100px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.25);
	text-shadow: 0 0 10px #898989, -1px -1px 1px #898989, 1px -1px 1px #898989, -1px 1px 1px #898989, 1px 1px 1px #898989;
	transition: text-shadow 1s;
}
#sc-button:hover + #sc-size {
	text-shadow: 0 0 10px #f1441d, -1px -1px 1px #f1441d, 1px -1px 1px #f1441d, -1px 1px 1px #f1441d, 1px 1px 1px #f1441d;
}
#sc-size-fill {
	font-family: 'Ubuntu';
    overflow: hidden;
    border-bottom: 1px solid #b2b2b2;
    height: 100px;
    color: #d2d2d2;
	white-space: nowrap;
    font-size: 120px;
    line-height: 100px;
	font-weight: bold;
	margin-top: -100px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.125);
	transition: height 0.3s, margin 0.3s, border-color 1s, box-shadow 1s;
}

#sc-progress {
	width: 192px;
	height: 16px;
	margin: auto;
	margin-top: 8px;
	background-color: #898989;
	border-radius: 10px;
	overflow: hidden;
}
#sc-bar {
	background-color: #f1441d;
	width: 0%;
	height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
  appearance:textfield;
}

#sc-size-fill,
#sc-bottom,
#wf h2
{
	color: #929292 !important;
}

#sc-bottom p:nth-of-type(3) {
	color: #000 !important;
}

#sc-bottom span {
	font-size: 1em !important;
	color: #000 !important;
}

#sc-top > a.active > h2 { background-color: #fff; }
#sc-top > a > h2 { background-color: #fff; }
#sc-size { background-color: #fff; }
#sc-size-fill { background-color: #fff; }
#sc-bottom p:nth-of-type(3) { background-color: #fff; }
#sc-bottom span { background-color: #fff; }

/* Responsive */
@media all and (max-width: 890px) {
	#sc-middle,
	#sc-slide-wrap {
		height: 210px;
	}
	#sc-wrap label {
		display: block;
	}
}
@media all and (max-width: 992px) {
	#sc-wrap .hide-800 {
		display: none;
	}
}
@media all and (max-width: 650px) {
	#left-arrow,
	#right-arrow {
		padding: 25px 0;
	}
}
@media all and (max-width: 480px) {
	#sc-wrap label {
		text-align: center;
		font-size: 9px;
		white-space: nowrap;
	}
}
@media all and (max-width: 450px) {
	#sc-top > a {
		font-size: 12px;
	}
	#sc-top > a > h2 {
		font-size: 11px;
	}
	#sc-wrap label {
		/*height: 26px;*/
		/*width: 26px;*/
		width: 80%;
		height: 22px;
		line-height: 1em;
		text-align: left;
		white-space: normal;
	}
	#sc-middle,
	#sc-slide-wrap {
		height: 325px;
	}
	#sc-middle {
		margin-top: 210px;
	}
	#sc-bottom {
		margin-top: -568px;
		margin-bottom: 300px;
	}
	#sc-size, #sc-size-fill{
		font-size:86px;
	}
	#sc-middle .plus,
	#sc-middle .minus {
		font-weight: bold;
		font-size: 16px;
		line-height: 12px;
		padding: 0 8px;
	}
	input {
		font-size: 16px;
	}

	#sc-bottom p:nth-of-type(3) { background-color: transparent; }
}
