body {
margin: 0;
padding: 0;}

.blekh {
	width: 745px;
	height: 202px;
	display: block;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-right:20px;
	
	
}
img {
	
	background: white;
	
	cursor: pointer;
	width: 152px;
	float: left;
}

.small-1,
.small-2,
.small-3,
.small-4,
.small-5,
.small-6,
.small-7,
.small-8,
.small-9,
.small-10
{
    
  transition: all   ease;
}
.frame { height: 971px;

}
.big{
	transform: scale(4.85);
	
}


.small-1   {transform-origin: top left; scale: initial;}
.small-2   {transform-origin: top;}
.small-3   {transform-origin: top right;}
.small-4   {transform-origin: 0% 50%;}
.small-5   {transform-origin: center;}
.small-6  {transform-origin:  100% 50%;}
.small-7   {transform-origin: bottom left;}
.small-8 {transform-origin: bottom;}
.small-9   {transform-origin: bottom right;}
	
	
	
	h4{
		margin-top: 0;
		
	}
	
	
	h3 {
		margin-top: -15px;
		color: #a42d2e;
	}
	
	hr {
		border: none; 
    color: #a42d2e;
    background-color: #a42d2e; 
    height: 2px; 
	}
	
	.finger {
		width: 50px;
		margin-right: 5px;
	}
	
	.sign {
		padding-top: 40px;
	}
	
	
	.as-btn-blueborder-small {
 
  	border: 1px solid #4a1818;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	
  	background: #7a3434;
  	font-family: sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
	position: absolute;
	left:20px;
	bottom:5px;
	z-index: 11;
	display: none;
}



.as-btn-blueborder-small:hover {
  	color: #fff;
  	background: #9e1616;
}

.as-btn-blueborder-small:focus {
  	outline: 0;
}

	
	.download {
		display: block;
	}