#wf {
  background-color: #fff;
  border: 1px solid #686868;
	margin: auto;
	overflow: hidden;
	min-width: 320px;
}
#wf h2 {
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
  padding-top: 15px;
}
#wf-nav-wrap {
	text-align: center;
}
#wf-nav {
	display: inline-block;
	/*width: 815px;*/
	margin: auto;
	padding: 0;
}
#wf-nav li {
	float: left;
	list-style: none;
	margin: 0;
}
#wf-nav li a {
	display: block;
	padding: 10px 40px 20px 40px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
	border-top: 1px solid #dadbdc;
	transition: color 0.2s, border-radius 0.2s;
}
#wf-nav li a:hover {
	color: <?=$color1?>;
}
#wf-nav li a.active {
	color: <?=$color1?>;
}
#wf-nav li a .circle {
	background-color: #686868;
	height: 5px;
	width: 5px;
	margin: auto;
	margin-top: -13px;
	margin-bottom: 13px;
	border-radius: 3px;
	transition: background-color 0.2s;
}
#wf-nav li a:hover .circle {
	background-color: #FFC20E;
}
#wf-nav li a.active .circle {
	background-color: #13AFBC;
	border-radius: 0;
}
#wf-main {
	width: 850px;
	margin: auto;
	clear: both;
	border: 1px solid #c6c6c6;
	overflow: hidden;
}
#wf-main > div {
	width: 850px;
	display: none;
	overflow: hidden;
}
#wf-main > div.active {
	display: block;
}
.wf-left {
	float: left;
	width: 349px;
	margin: 30px 0;
	border-right: 1px solid #c6c6c6;
}
#wf-main .wf-left h3 {
	font-size: 95px;
	font-weight: normal;
	line-height: 95px;
	color: #686868;
	text-align: center;
	margin-bottom: 30px;
}
.wf-left .wf-description {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #686868;
	text-align: center;
	margin-bottom: 30px;
}
.wf-left .wf-description span {
	display: none;
}
.wf-left .wf-details {
	font-size: 16px;
	line-height: 20px;
	color: #686868;
	margin: 0 50px;
	padding: 0;
	height: 160px;
}
.wf-left iframe,
.wf-left .wf-drag,
.wf-left img,
.noflash #wf-main .wf-left img {
	display: none;
}
.wf-left a {
	display: block;
	clear: both;
	position: relative;
	width: 210px;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	margin: auto;
	margin-top: 30px;
	font-size: 29px;
	text-decoration: none;
	text-align: center;
	background-color: #FFC20E;
	box-shadow: 0 5px 10px #898989;
	transition: box-shadow 0.1s, margin 0.1s, text-shadow 1s;
}
.wf-left a:hover {
	box-shadow: 0 3px 3px #898989;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
#wf-main img {
	display: none;
}
.noflash #wf-main img {
	width: 435px;
	height: 375px;
	float: right;
	padding: 40px 25px;
	display: block;
}
.noflash #wf-main iframe {
	display: none !important;
}
#wf-main .wf-drag {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #686868;
	font-size: 10px;
}
.noflash #wf-main .wf-drag {
	display: none !important;
}

#wf-foot {
	overflow: hidden;
	width: 850px;
	margin: auto;
	margin-top: 20px;
	clear: both;
}
#wf-bars {
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
	width: 431px;
	padding-right: 15px;
}
#wf-bars > a {
	display: block;
	position: relative;
	float: left;
	margin-right: 8px;
	font-size: 17px;
	line-height: 17px;
	text-decoration: none;
	color: #686868;
	background-color: #d2d2d2;
	text-align: center;
	transition: background-color 0.2s;
}
#wf-bars > a > span {
	position: absolute;
	bottom: -25px;
	width: 100%;
	left: 0;
}
#wf-bars .wf-5x5 {
	width: 35px;
	height: 35px;
	margin-top: 140px;
}
#wf-bars .wf-5x10 {
	width: 35px;
	height: 70px;
	margin-top: 105px;
}
#wf-bars .wf-10x10 {
	width: 70px;
	height: 70px;
	margin-top: 105px;
}
#wf-bars .wf-10x15 {
	width: 70px;
	height: 105px;
	margin-top: 70px;
}
#wf-bars .wf-10x20 {
	width: 70px;
	height: 140px;
	margin-top: 35px;
}
#wf-bars .wf-10x30 {
	width: 70px;
	height: 175px;
	margin-top: 0;
}
#wf-bars .active {
	background-color: #686868;
}
#wf-man {
	margin-top: 136px;
	float: left;
}
#wf-godzilla {
	display: none;
	margin-top: 128px;
	float: left;
	margin-right: -19px;
	margin-left: -28px;
	position: relative;
	z-index: 100;
}
#wf-items {
	width: 400px;
	height: 215px;
	float: left;
}
#wf-items img {
	position: absolute;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s;
}
#wf-items img.active {
	opacity: 1;
	z-index: 10;
}


#left-arrow, #right-arrow {
	color: #868686 !important;
}

#sc-top > a > h2 {
	color: #6a6a6a;
}

#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;
}


#wf h2 { background-color: #fff; }
#wf-main .wf-left h3 { background-color: #fff; }
.wf-left .wf-description { background-color: #fff; }
.wf-left .wf-details { background-color: #fff; }
.noflash #wf-main .wf-drag { background-color: #fff; }


/* Responsive */
@media all and (max-width: 850px) {
	#wf-main,
	#wf-main > div {
		width: 100%;
		overflow: hidden;
		height: auto;
		border-right: none;
		border-left: none;
	}
	.wf-left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.wf-left h3 {
		margin-bottom: 10px;
		position: relative;
		z-index: 20;
	}
	.wf-left .wf-description {
		margin-bottom: 10px;
		position: relative;
		z-index: 20;
	}
	.noflash .wf-left .wf-description {
		margin-bottom: 0px;
	}
	.wf-left .wf-details {
		height: auto;
	}
	.wf-left a {
		margin-top: 10px;
		position: relative;
		z-index: 20;
	}
	.wf-left a:hover {
		margin-top: 12px;
	}
	#wf-main .active > iframe,
	#wf-main .active > .wf-drag,
	#wf-main .active > img {
		display: none;
	}
	.noflash #wf-main .wf-left img {
		display: block;
		margin: auto;
		float: none;
		padding: 0;
	}
	.wf-left .wf-drag {
		display: block;
	}
	.wf-left iframe {
		display: block;
		margin: auto;
		float: none;
		position: relative;
		z-index: 10;
	}
	.wf-left .wf-description {
		cursor: pointer;
	}
	#wf-main .wf-details {
		display: none;
		padding-bottom: 10px;
		position: relative;
		z-index: 20;
	}

	#wf-nav li a {
		padding: 10px 20px 20px 20px;
	}
	#wf-nav {
		/*width: 570px;*/
	}
	#wf-foot {
		width: 100%;
	}
	#wf-bars {
		margin: auto;
		float: none;
		position: relative;
		z-index: 2;
	}
	#wf-items {
		margin: auto;
		float: none;
		padding-right: 30px;
	}

	#wf-items {
		position: relative;
		z-index: 1;
	}
	#wf-items .wf-5x5 {
		margin-top: -40%;
	}
	#wf-items .wf-5x10 {
		margin-top: -40%;
	}
	#wf-items .wf-10x10 {
		margin-top: -30%;
	}
	#wf-items .wf-10x15 {
		margin-top: -20%;
	}
	#wf-items .wf-10x20 {
		margin-top: -10%;
	}
	#wf-items .wf-10x30 {
		margin-top: 0;
	}
}
@media all and (max-width: 570px) {
	#wf-nav li a {
		padding: 10px 10px 20px 10px;
	}
	#wf-nav {
		/*width: 450px;*/
	}
}
@media all and (max-width: 500px) {
	#wf-main .wf-left iframe {
		width: 100%;
		height: 350px;
	}
}
@media all and (max-width: 435px) {
	.noflash #wf-main img {
		width: 100%;
		height: auto;
	}
}
@media all and (max-width: 450px) {
	#wf-nav li a {
		padding: 10px 5px 20px 5px;
		font-size: 14px;
	}
	#wf-nav {
		/*width: 320px;*/
	}
	#wf h2 {
		font-size: 40px;
	}
	#wf-items {
		width: 100%;
		padding: 0;
	}
	#wf-items img {
		width: 100%;
	}
	#wf-man,
	#wf-godzilla {
		display: none !important;
	}
	#wf-bars {
		padding-right: 0;
		width: 390px;
	}
	#wf-bars .wf-10x30 {
		margin-right: 0;
	}
}
@media all and (max-width: 420px) {
	#wf-bars .wf-5x5 {
		width: 28px;
		height: 28px;
		margin-top: 112px;
	}
	#wf-bars .wf-5x10 {
		width: 28px;
		height: 56px;
		margin-top: 84px;
	}
	#wf-bars .wf-10x10 {
		width: 56px;
		height: 56px;
		margin-top: 84px;
	}
	#wf-bars .wf-10x15 {
		width: 56px;
		height: 84px;
		margin-top: 56px;
	}
	#wf-bars .wf-10x20 {
		width: 56px;
		height: 112px;
		margin-top: 28px;
	}
	#wf-bars .wf-10x30 {
		width: 56px;
		height: 140px;
		margin-top: 0;
	}
	#wf-bars > a {
		margin-right: 4px;
	}
	#wf-bars {
		padding-right: 0;
		width: 300px;
	}
}
