#baground{
	min-width: 1200px;
	height: 500px;
	background-size: cover;
    background-position: center center;
}
#magazin{
	max-width: 500px;
	margin-left:00px; 
	margin-top:0px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
	left: -0px;
    position: absolute;
}
#magazin div{
	margin: 10px;
	height: 20px;
	padding: 10px;
	
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 4px;
	color: #333;
}
#magazin div b{
	margin-left: 30px;
}
.meps{
	
	background-color: #fff;
    width: 480px;
     height: 520px;
    top: 0px;
    position: absolute;
    right:0px;
   
}
.contacts{
	border-radius: 10px;
	background-color: #fff;
    max-width: 480px;
    left: 0px;
    position: absolute;
    top: 240px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: #fff;
	border: 1px solid #ccd2d1;
    outline: none;
    color: #0d0d0d;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: #fff;
	border: 1px solid #ccd2d1;
    outline: none;
    color: #0d0d0d;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-image: url('../img/icons/backgroundblck.png');
    border: 1px solid #072032;
    border-radius: 5px;
    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{
	 background-image: url('../img/icons/background.png');
	  border: 1px solid #f55545;
}
@media only screen and (max-width:1000px) {
	.meps{
		display: none;
	}
}

@media only screen and (max-width:600px) {
	#magazin{
		width: 100%;
	}
}