.wimdows-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.wimdows-grid:after,
.wimdows-item:before {
	content: '';
    display: table;
}

.wimdows-grid:after {
	clear: both;
}

.wimdows-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin-bottom: 90px;
	margin-top: 90px;
}

.wimdows-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
	cursor: default;

}

.wimdows-info-wrap, 
.wimdows-info{
	position: absolute;
	width: 180px;
	height: 180px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.wimdows-info-wrap {
	top: 20px;
	left: 20px;
	box-shadow: 
	0 0 0 20px rgba(255,255,255,0.2), 
	inset 0 0 3px rgba(115,114, 23, 0.8);
}

.wimdows-info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.wimdows-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	overflow: hidden;
}

.wimdows-info .wimdows-info-front {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 100;
	box-shadow: 
	inset 2px 1px 4px rgba(0,0,0,0.1);
}
.wimdows-info:hover .wimdows-info-front,
.wimdows-img-1:hover .wimdows-info-front{
	background: #333;
}

.wimdows-info .wimdows-info-back {
	background: rgba(230,132,107,0);
}


.wimdows-img-2 { 
	background-image: url(../images/17.jpg);
}

.wimdows-img-3 { 
	background-image: url(../images/18.jpg);
}

.wimdows-info:hover  h3,
.wimdows-info:hover  a {
	color: #fff;
}

.wimdows-info h3 {
	color: #C0C0C0;
	text-transform: uppercase;
	font-size: 12px !important;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.wimdows-info p {
	padding: 10px 5px;
	font-style: italic;
	font-size: 12px;
	margin: 0 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
	font-family: 'Open Sans', Arial, sans-serif;
}

.wimdows-info p a {
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.wimdows-info p a:hover, .wimdows-info-wrap:hover a {
	color: #FFFFFF;
}


.wimdows-item:hover .wimdows-info-front{
	-webkit-transform: rotate3d(1,0,0,-180deg);
	-moz-transform: rotate3d(1,0,0,-180deg);
	-o-transform: rotate3d(1,0,0,-180deg);
	-ms-transform: rotate3d(1,0,0,-180deg);
	transform: rotate3d(1,0,0,-180deg);
	box-shadow: inset 0 0 5px rgba(255,255,255,0.5), inset 0 0 3px rgba(0,0,0,0.3);
}

.wimdows-item:hover .wimdows-info-back {
	background: rgba(0,0,0,0.6);
}

.ch-grid {
	list-style-type: none;
}

.ch-info:hover p {
	font-size: 50px;
	display: block;
	color: #333;

}

.ch-grid span {
	font-size: 50px;
}

.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	cursor: default;
	margin-bottom: 10px;
}

.ch-info{
	padding: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-grid h2 {
	position: absolute;
	width:100%;
	top: 30px;
	text-align: center;
}

.ch-grid h2 a {
	color: #FFFFFF;
}

.ch-grid h2:hover a, .ch-grid:hover h2 a {
	color: #FFFFFF;
}

.ch-grid:hover {
	opacity: 1;
}

.ch-grid:hover h2 {
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 0 20px 0;
	margin: 0 auto;
}

.ch-grid h2:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
}

.ch-info p {
	color: #fff;
	font-style: italic;
	font-size: 12px;
}

.ch-info p a {
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
}