@import url(http://fonts.googleapis.com/css?family=Parisienne);
@import url(http://fonts.googleapis.com/css?family=Armata);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,900,700italic,700,600italic,600,400italic,300italic,300,200italic,200);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.windy-waive {
	width: 400px;
	height:260px;
	margin:0px;
	margin-left:390px;
	margin-top:-110px;
	color: #000;
    font-family: 'Titillium Web', sans-serif;
}

.windy-waive ul.wi-container {
	width: 400px;
	height:270px;
	margin:-70px auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.windy-waive h4 {
	color: #777;
	padding-top:7px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-left:6px;
	border-bottom:1px solid #ccc;
}
.windy-waive h4 a{
	background:#ddd;
	border-radius:32px;
	margin-right:5px;
	float:right;
	font-size:1em;
	padding:5px;
	box-shadow: 
		inset 0 1px 1px rgba(0,0,0,0.5), 
		0 1px 1px rgba(255,255,255,0.9);
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing:1px; 
}
.windy-waive h4 a:hover{
	background:#FB0000;
	background:rgba(251,0,0,.2);
}

.windy-waive p {
	padding-bottom:11px;
	line-height:18px;
	margin: 0;
	font-weight:normal;
	margin-left:6px;
}
.windy-waive ul.wi-container li {
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#slider {
	width: 200px;
	margin:85px auto;
	border-radius: 10px;
	border: none;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8), inset 0 1px 1px rgba(0,0,0,0.2), 0 0 0 8px rgba(0,0,0,0.2), 0 1px 1px 8px rgba(255, 255, 255, 0.8);
	background: #b5b536;
background: -moz-linear-gradient(top, #b5b536 0%, #e8e820 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b536), color-stop(100%,#e8e820));
background: -webkit-linear-gradient(top, #b5b536 0%,#e8e820 100%);
background: -o-linear-gradient(top, #b5b536 0%,#e8e820 100%);
background: -ms-linear-gradient(top, #b5b536 0%,#e8e820 100%);
background: linear-gradient(to bottom, #b5b536 0%,#e8e820 100%);
}

#slider a {
	outline: none;
	cursor: pointer;
	border: none;
	background: #eee;
	border-radius: 50%;
	box-shadow: 0 2px 1px rgba(0,0,0,0.6);
}
/*****************LUNAR LESSON******************/
.cr-lunar{
	width: 800px;
	height: 200px;
	position: relative;
	margin-bottom:-100px;
	margin: 0;
}
.cr-lunar label{
	width: 85px;
	height: 70px;
	cursor: pointer;
	color: #eee;
	font-style: italic;
	text-align:right;
	line-height: 82px;
	font-size: 24px;
	font-family: 'Parisienne', cursive;
	text-shadow:0px 1px 1px #333;
	float:right;
	margin-top:-67px;
	position: relative;
	z-index: 1000;
}
.cr-lunar label:before{
	content:'';
	width: 74px;
	height: 74px;
	background: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	border-radius: 50%;
	box-shadow: 
		inset 0 1px 1px rgba(0,0,0,0.5), 
		0 1px 1px rgba(255,255,255,0.9);
	z-index:-1;
}
.cr-lunar label:after{
	width: 1px;
	height: 200px;
	content: '';
	position: absolute;
	bottom:-20px;
	right: 0px;
}
.cr-lunar label.cr-label-img-6:after{
	width: 0px;
}
.cr-lunar input.cr-selector-img-1:checked ~ label.cr-label-img-1,
.cr-lunar input.cr-selector-img-2:checked ~ label.cr-label-img-2,
.cr-lunar input.cr-selector-img-3:checked ~ label.cr-label-img-3,
.cr-lunar input.cr-selector-img-4:checked ~ label.cr-label-img-4,
.cr-lunar input.cr-selector-img-5:checked ~ label.cr-label-img-5,
.cr-lunar input.cr-selector-img-6:checked ~ label.cr-label-img-6{
	color: #808000;
}
.cr-lunar input.cr-selector-img-1:checked ~ label.cr-label-img-1:before,
.cr-lunar input.cr-selector-img-2:checked ~ label.cr-label-img-2:before,
.cr-lunar input.cr-selector-img-3:checked ~ label.cr-label-img-3:before,
.cr-lunar input.cr-selector-img-4:checked ~ label.cr-label-img-4:before,
.cr-lunar input.cr-selector-img-5:checked ~ label.cr-label-img-5:before,
.cr-lunar input.cr-selector-img-6:checked ~ label.cr-label-img-6:before{
	background: #bbb;
	box-shadow: 
		inset 0 1px 1px rgba(0,0,0,0.5), 
		0 1px 1px rgba(255,255,255,0.9);
}
.cr-lunar input{
	display: none;
}
.cr-titles h3{

}
.cr-titles h3 span{
	z-index: 10000;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align:justify;
	opacity: 0;
}
.cr-titles h3 span:nth-child(1){
	top: 0%;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-shadow:0px 1px 0px rgba(0,0,0,.4);
	color: #A0A0A0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:36px;
	line-height:113px;
	letter-spacing:1px;
	-webkit-transition: opacity 0.8s ease-in-out, top 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out, top 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out, top 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out, top 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out, top 0.8s ease-in-out;
}
.cr-titles h3 span:nth-child(2){
	top: 0%;
	margin-top: 24px;
	letter-spacing: 1px;
	font-size: 13px;
	line-height:17px;
	color:#7b7b7b;
	text-align:justify;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing:subpixel-antialiased;
	font-weight:normal;
	font-family: 'Armata', sans-serif;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.cr-lunar input.cr-selector-img-1:checked ~ .cr-titles h3:nth-child(1) span:nth-child(1),
.cr-lunar input.cr-selector-img-2:checked ~ .cr-titles h3:nth-child(2) span:nth-child(1),
.cr-lunar input.cr-selector-img-3:checked ~ .cr-titles h3:nth-child(3) span:nth-child(1),
.cr-lunar input.cr-selector-img-4:checked ~ .cr-titles h3:nth-child(4) span:nth-child(1),
.cr-lunar input.cr-selector-img-5:checked ~ .cr-titles h3:nth-child(5) span:nth-child(1),
.cr-lunar input.cr-selector-img-6:checked ~ .cr-titles h3:nth-child(6) span:nth-child(1){
	opacity: 1;
	top: 50%;
}
.cr-lunar input.cr-selector-img-1:checked ~ .cr-titles h3:nth-child(1) span:nth-child(2),
.cr-lunar input.cr-selector-img-2:checked ~ .cr-titles h3:nth-child(2) span:nth-child(2),
.cr-lunar input.cr-selector-img-3:checked ~ .cr-titles h3:nth-child(3) span:nth-child(2),
.cr-lunar input.cr-selector-img-4:checked ~ .cr-titles h3:nth-child(4) span:nth-child(2),
.cr-lunar input.cr-selector-img-5:checked ~ .cr-titles h3:nth-child(5) span:nth-child(2),
.cr-lunar input.cr-selector-img-6:checked ~ .cr-titles h3:nth-child(6) span:nth-child(2){
	opacity: 1;
}
/* Media Query: Let's show the inputs on mobile sized browsers because they probably don't support the label trick: */
@media screen and (max-width: 768px) {
	.cr-lunar input{
		display: inline;
		width: 24%;
		margin-top:-67px;
		z-index: 1000;
		position: relative;
	}
	.cr-lunar label{
		display: none;
	}
}