.windy-demo {
	width: 100%;
	color: #aaa;
}

.windy-demo ul.wi-container {
	border-radius: 5px;
}

.windy-demo ul.wi-container::before, 
.windy-demo ul.wi-container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: white;
	left: 0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.windy-demo ul.wi-container::before {
	top: 10px;
	z-index: -2;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.windy-demo ul.wi-container::after {
	top: 7px;
	z-index: -1;
}

.windy-demo h4 {
	color: #474646;
    font-size: 18px;
    padding: 8px 0 5px;
    margin: 16px 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.windy-demo p {
	    color: white;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    background-color: #3ab3ec;
    letter-spacing: 1px;
    /* width: 10px; */
    margin: 5px 0;
    border-radius: 145px;
    margin: 3px 0px 0px 66px;
    width: 180px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.windy-demo ul.wi-container li {
	border-radius: 5px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo ul.wi-container li a {
text-decoration: none;
    color: #000;
	
}




.windy-demo li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}

.windy-demo nav {
	position: relative;
	width: 96px;
	margin: 0 auto;
}

.windy-demo nav span {
	width: 40px;
	height: 40px;
	margin: 0 4px;
	float: left;
	background: url(../image/nav.png) no-repeat 100% 0;
	text-indent: -9000px;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo nav span:first-child {
	background-position: 0 0;
}

.windy-demo nav span:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-position: 100% 2px;
}

.windy-demo nav span:first-child:active {
	background-position: 0 2px;
}


.box            {
	width:370px;
	height:500px;
	background:gray;
}

.box  h3 {
	color: #222;
	font-size: 18px;
	padding: 8px 0 5px;
	margin: 5px 0;
	text-align:center;
}