#about{
	max-width: 1000px;
	min-height: 500px;
	background-color: rgba(255,255,255,0.9);
	margin: auto;
	z-index: 99; 
	border-radius: 5px;
	overflow: hidden;
}
#magazin{
	width: 327px;
	min-height: 150px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
}
#about{
	width: 100%;
	min-height: 600px;
	background-color: rgba(255,255,255,0.9);
	margin-top:0px;
	margin: auto;
	z-index: 99; 
	border-radius: 5px;
	overflow: hidden;
}
#about h1{
	padding: 20px;
	font-size: 17px;
    color: #000;
    font-family: 'dejavu_sansbook';
    margin-left: 20px;
    margin-top: 10px;
}
#about p{
	font-size: 14px;
    line-height: 20px;
    color: #525252;
    padding: 5px;
    margin-left: 15px;
    font-family: 'dejavu_sansbook';
    margin-left: 35px;
    
}
#magazin div{
	margin: 10px;
	height: 20px;
	padding: 10px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 4px;
	color: #fff;
	background-position: 10px 0px;
	margin-top: 30px;
	
}
pre{
	font-family: 'dejavu_sansbook';
}
#magazin div:first-child{
	margin-top: 0px;
}
#magazin div:nth-child(2){
	margin-top: 10px;
}
.contacts{
	border-radius: 10px;
    width: 480px;
    margin-top: -20px;
    margin-left: 0px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #000;
    outline: none;
    color: #931926;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
	border-bottom: 1px solid #000;
    outline: none;
    color: #931926;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	  border: 1px solid #931926;
}
.meps{
	width: 400px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 40px;
}
::placeholder {
    font-size: 13px;
}