.dwn-full
{
	width:100%;
	height:auto;
	padding:50px 0 20px;
	overflow: hidden;
}
.dwn
{
	width:23%;
	min-height:330px;
	float:left;
	margin:0 1% 30px;
	padding: 0 0;
	position:relative;
}
.dwn-pic
{
	width:100%;
	height:auto;
	position:relative;
}
.dwn-dec
{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
	text-align:center;
	padding:100px 0 0 0;
	opacity:0;
}
.dwn-dec a
{
	background:#d0bf27;
	padding:10px 30px;
	color:#000;
	text-decoration:none;
}
.dwn-dec a:hover
{
	background:#fe956b;
	color:#fff;
}
.dwn:hover .dwn-dec
{
	opacity:1;
}
.close.cs
{
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff !important;
	right: -13px;
	top: -16px;
	background: #000 !important;
	border-radius: 50%;
	opacity: 1 !important;
	z-index: 99;
}
.inp
{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.inp input
{
	width:100%;
	height:auto;
	color:#000;
}
.dow h3
{
	text-align:center;
	margin:0 0 10px 0;
}
.dow
{
	padding:10px 20px;
}

.timage {
text-align: center;
margin-top: 5%;
font-size: 16px;
font-weight: bold;
font-family: 'Zilla Slab', Georgia, Times, 'Century Schoolbook L', serif;
}