ul.wi-container {
	width: 100%;
	height: 240px;
	padding: 0;
	position:relative;
	list-style-type: none;
	margin-bottom:75px;
	-webkit-perspective: 1400px;
	-moz-perspective: 1400px;
	-ms-perspective: 1400px;
	-o-perspective: 1400px;
	perspective: 1400px;
}

ul.wi-container li {
	background-color:#fff;
	width: 100%;
	height: 100%;
	display: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	pointer-events: auto;
    list-style: none;
}

.windy-wrapper.ratio-small nav {
    margin-top: -20px!important;
}

ul.wi-container li .img-wrapper {
	width:100%;
	overflow:hidden;
    text-align: center;
}

ul.wi-container li img {
    width: 100%;
    height: auto;
    transition:all 0.5s ease;
}

ul.wi-container li img:hover {
    transform:scale(1.1) rotate(-3deg);
}

ul.wi-container .desc {
	width:100%;
	text-align:center;
	margin-top:10px;
	background-color:#fff;
}

ul.wi-container .cat, ul.wi-container .cat a {
    color:#777;
    font-weight:300;
    font-size:14px;
}

ul.wi-container .item_link {
	display: block;
	color: rgb(51, 51, 51);
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	margin: 15px 0;
	margin-top: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

ul.wi-container .item_link:hover {
    color: #2F6BB7;
}

ul.wi-container .item_link:hover {
    text-decoration:none;
}

ul.wi-container li.wi-move {
	pointer-events: none;
	-webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}

.windy-wrapper nav {
	background-color:transparent;
	border:none;
	box-shadow:none;
	position: relative;
	width: 96px;
	height:40px;
	margin: 0 auto;
  margin-top: 150px!important;
}

.windy-wrapper nav span {
	width: 40px;
	height: 40px;
	margin: 0 4px;
	float: left;
    background-color: #fff;
	background: url(../images/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-wrapper nav span:first-child {
	background-position: 0 0;
}

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

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

.windy-images ul.wi-container {
    height: 300px;
    margin-bottom: 0!important;
    margin-left: 0!important;
}

.windy-images li {
    text-align: center;
}

.windy-images li > div {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.windy-images nav {
    margin-top: 20px!important;
}

.windy-images img {
    margin: auto;
    width: 100%!important;
    min-width: 100%!important;
    height: auto!important;
    max-height: initial!important;
    position: absolute;
    left: 0;top: 0;right: 0;bottom: 0;
}
