


#magazin{
	width: 500px;
	margin-left:0px; 
	margin-top: 30px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
	left: -0;
    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;
}
#section{
	max-width: 1100px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
	min-height: 700px;
}
.section{
	width: 1400px;
	height: 500px;
	border: 6px solid #d0e0ff;
	border-radius: 50px;
	margin: auto;
	overflow: hidden;
}
.section p{
	color: #817d82;
}
.section p a{
	color: #817d82;
	text-decoration: none;
	cursor: auto;
}
.section p strong{
	color:#8cc63e;
}
.contacts-form {
    width: 400px;
    margin-top: 250px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: transparent;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #787978;
    outline: none;
    color: #000;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: #fff;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #787978;
    outline: none;
    color: #000;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #ff7979;
    border: 1px solid #ff7979;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf;
     font-size: 13px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf;
     font-size: 13px;
}
@media only screen and (max-width: 750px) {

.section{
	width: 90%;
	float: none;
	margin-left: 5%;
	margin-top: 20px;
	
}
}
@media only screen and (max-width: 450px) {


.contacts-form{
	width: 330px;
	
   
}
}
@media only screen and (max-width: 400px) {


.contacts-form{
	width: 320px;
	
   
}
}