@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin: 0;
	width:100%;
	font-family: Helvetica Neue;
	font-size: 18px;
	line-height:26px;
	color:#333333;
	background-color: #b7942f;
}
a img{
	border:none;
}
a:hover img{
	border:none;
}
.container{
	position: relative;
	padding:0 15px;
}
.row{
	position: relative;
	margin:0 -15px;
}
.col{
	padding:0 15px;
}
.video{
	position: relative;
	width:100%;
}
.header{
	position:relative;
	height:90px;
	padding: 0 15px;
	background-color: #241e1d;
}
.logo img{
	position: relative;
	width:100px;
}
h1{
	font-size:36px;
	line-height: 48px;
	margin: 0;
	padding: 40px 20px 15px;
}
.text-1{
	text-align: justify;
	padding: 10px 20px;
}
.link-1{
	display: inline-block;
	width: 100%;
	text-align:center;
	color:#b79431;
	text-decoration: underline;
	font-size:24px;
	margin:60px auto;
}
.link-1:hover{
	color:#b79431;
	text-decoration:none;
}
.link-img{
	display: block;
	width:70%;
	margin: 0 auto 20px auto;
	text-align:center;
}
.footer{
	position:relative;
	background-color: #525252;
	text-align:center;
	padding: 25px 0 0;
}
.bottom-menu{
	font-size: 16px;
 text-align: center;
	padding: 0 0 25px 0;
}
.bottom-menu a{
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	color: #bcbcbc;
	text-decoration: none;
}
.bottom-menu span{
	display: inline-block;
	text-align: center;
	color: #bcbcbc;
}
.dark-bg{
	font-size: 14px;
	background-color: #3c3c3c;
	padding: 10px 0;
	text-align: center;
	color:#848483;
}

a{
	cursor: pointer;
}

.wrapper{
	height: 100%;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
@media(max-width:967px){
	.wrapper{
		max-width: 600px;
	}	
}
@media(max-width:760px){
	.wrapper{
		max-width: auto;
	}	
}
.cl-b{
	clear:both;
}
.frame-qr{
	display: block;
	position: relative;
	float: left;
	width: calc(50% - 30px);	
	background-color: #ffffff;
	padding: 0;
	margin: 0 15px 30px;
	color:#2E2E2E;
	text-decoration: none;
}
@media(max-width:967px){
	.frame-qr{
	width:100%;
		margin: 0 0 15px 0;}
}


.block-img{
	position: relative;
	float:left;
	width: 28.8%;
}
.block-img img{
	display: block;
	width:100%;
	height:auto;
}
.block-qr{
	position: relative;
	float:right;
	width: 27%;
}
.block-qr img{
	display: block;
	width:100%;
	height:auto;
}
.name-1{
	font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:30px;
	padding: 10px 0 10px 0;
}
@media(max-width:1200px){
	.name-1{
		font-size:22px;
		padding: 0 0 10px 0;
	}
}
@media(max-width:967px){
	.name-1{
		font-size:22px;
		padding: 0 0 10px 0;
	}
}
@media(max-width:600px){
	.name-1{
		font-size:18px;
		padding: 0 0 5px 0;
	}
}
.text-qr{
	position: relative;
	float:left;
	font-family: Garamond;
	padding: 15px;
	font-size:20px;
	line-height: 1.15em;
	width: 36%;
}
@media(max-width:1200px){
.text-qr{
		font-size:16px;
		width: 34%;
	}
}
.top-img{
	position:relative;
	background-image:url(images/cover-download_03.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 33%;
	width: 100%;
}



















