body {
	margin: 0;
	padding: 0;
}

.blekh {
	max-width: 855px;
	height: 165px;
	display: block;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
	
}
.frame {
	height: 1135px;
	
}

img {
	cursor: pointer;
	width: 130px;
	float: left;
}

.small-1 {
	transition: all   ease;
  padding-top: 5px;
}

.double img {
	    max-width: 850px;
    width: 100%;
}

.double img:nth-child(2) {
	width: 850px;
	margin-top: 10px;
}

.double {
	position: absolute;
	display: none;
}

.download {
	display: block;
}



h4 {
	margin-top: -30px;
}

h3 {
	margin-top: -20px;
	color: #b83150;
  margin-left: 55px;
}

hr {
	border: none;
	color: #b83150;
	background-color: #b83150;
	height: 3px;
	margin-top: -15px;
  margin-left: 55px;
}

.finger {
	width: 50px;
	margin-right: 5px;
	cursor: default;
}

.sign {
	padding-top: 35px;
}
a {
  text-decoration: none;
}
.as-btn-blueborder-small {
	font-family: 'berlingskeserif-rg';
    font-size: 17px;
	cursor:pointer;
	text-decoration: none;
	padding: 4px 12px;          
	background: linear-gradient(#c90501, #6e0301);
	border: solid 1px #440200; 
	border-bottom: solid 1px #6e0301; 
	box-shadow: inset 0 0 0 1px #b83150;
	color: #fff;
	text-shadow: 0 1px 0 #7b502e;
	outline-color: #ccc;
	z-index: 11;
	display: block;
}

.as-btn-blueborder-small:hover {
	color: #fff;
	background: #9e1616;
}

.as-btn-blueborder-small:focus {
	outline: 0;
}