.touch_img {max-height:230px}


.templates-listing-thumb {
	background: #f2f2f2;
	padding: 5px;
	margin: 5px auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px 1px #969696;
	box-shadow: 0 0 8px 1px #969696;
	position: relative;
	min-height:175px;
	}
.templates-listing-thumb img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	width: 100%
	}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
.template-image-main {
	max-height: 500px;
	min-height: 370px;
	min-width:  370px;
	overflow: hidden;
  	padding: 5px;
	-webkit-box-shadow: 0 0 8px 1px #969696;
	box-shadow: 0 0 8px 1px #969696;
	margin-bottom: 20px;
}
.template-image-main img {
	max-width: 444px;
	}
.template-image {
	position: relative;
	}
.magnifier {
	display:block;
	position: absolute;
	top: 30%;
	left: 20%;
	z-index: 1;
	}
	.magnifier img {
		opacity: 0.4;
	    filter: alpha(opacity=40); /* For IE8 and earlier */
		}
	.magnifier:hover img {
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
		}

.template-collage {
	width:710px;
	margin: 20px auto;
	}


.btn-index {
	margin-top: 10px;
	width: 330px;
	display: block;
	}
.btn-image img {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	}

.btn-image:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	}
h2 {
	font-size:24px;
	}
.responsive_design {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100px;
	text-align:center;
	padding: 30px 0;
	background: #ffffff;
	color: #077E02;
	font-weight: normal;
	font-size: 45px;
	}
.responsive-small {
	position: absolute;
	top: -24px;
	}