.wof-container.spring-theme {
    background: #90bf2c;
    border-color: #90bf2c;
	border-width: 8px;
}

.spring-theme .wof_section_dot {
	background: #fff;
	width: 16px;
	height: 16px;
	margin-left: -8px;
    margin-top: -8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 60%);
}
.spring-theme .spinflapper {
	border-color: #98d2f5 transparent transparent transparent;
}
/* spring_pattern.jpg */
.spring-theme .spincenter {
	background: #fff url(/hostcmsfiles/hd_wof/spring-theme/spin.svg) no-repeat center 11px;
	background-size: 40px;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
}

.spring-theme .wof-svg-bg g path {
	fill: #1b5e20;
}

.spring-theme .wof-svg-bg g path:nth-child(2n) {
	fill: #539135;
}
.spring-theme .wof-wheel .wof-slice:nth-child(2n) {
	color:#fff;
}
.spring-theme .wof-wheel .wof-slice {
	color:#fff;
	text-shadow: none;
}

.spring-theme .spinflapper {
    border: 0;
    width: 40px;
    height: 98px;
    margin-left: -20px;
    margin-top: -40px;
    background: url(/hostcmsfiles/hd_wof/spring-theme/flapper.svg) no-repeat center center;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.5));
    transform-origin: 50% 7px;
	background-size: 40px;
    top: 2px;
}


@media (max-width: 768px) {
	.spring-theme .spincenter {
		background-size: 25px;
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
		background-position-y: 7px
	}
	.spring-theme .spinflapper {
		margin-top: -24px;
		top: 0px;
		height: 60px;
		background-size: 30px;
	}
}
@media (max-width: 500px) {
	.spring-theme .spincenter {
		background-size: 25px;
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
}


.pole_popup.spring-theme {
	color:#302727;
}

.pole_popup.spring-theme a,
.pole_popup.spring-theme .pole_close,
.pole_popup.spring-theme .pole_caption {
	color: #1b5e20;
}
.pole_popup.spring-theme .pole_caption {
	font-size: 22px;
}
.pole_popup.spring-theme button {
	border: 1px solid #1b5e20;
	background: #1b5e20;
	color:#fff;
}
.pole_popup.spring-theme button:hover {
	border: 1px solid #1b5e20;
	background: none;
	color: #1b5e20;
}
.pole_popup.spring-theme .pole_field input,
.pole_popup.spring-theme .pole_field textarea {
	border: 1px solid #4d704d;
}
.pole_popup.spring-theme .pole_field input:focus,
.pole_popup.spring-theme .pole_field textarea:focus {
	border: 1px solid #4d704d;
	outline: none;
}
.pole_popup.spring-theme .pole_content {
	background: #fff url(/hostcmsfiles/hd_wof/spring-theme/bg.png);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.pole_popup.spring-theme .pole_description {
	color: #302727;
}

@media (max-width: 800px) {
	.spring-theme .pole_content_left {
		padding-top: 30px;
	}
}