
#map-canvas{
right:0;
top:0;
width:80%;
height:100%;
position:relative}
.site_main_part_form_content{
font-size:0;
position:relative;
overflow: hidden;
}




#google_wrapper{
position:absolute;
height:100%;
right:-170px;

width:70%;

}
#magazin{
	width: 500px;
	margin-left:0px; 
	margin-top: 30px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
	left: -0px;
    position: absolute;
}
#magazin div{
	margin: 10px;
	height: 35px;
	padding: 10px;
	
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 4px;
	color: #333;
}
#magazin div b{
	margin-left: 30px;
}
.contacts{
	border-radius: 10px;
	background-color: #fff;
    width: 480px;
    left: 0px;
    position: absolute;
    top: 350px;
}
.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:1230px) {
	#google_wrapper{
		width: 40%;
		right:100px;
	}
   #map-canvas{
   	width: 800px;
   }
}
@media only screen and (max-width:950px) {
	#google_wrapper{
		left:0;
		width: 100% !important;
		
	}
	.site_main_part_form_content{
		height: 800px !important;
	}
	#google_wrapper{
		width: 100%;
		height:300px !important;
		margin-top:600px;
	}
	.map_iframe{
		height:300px !important;
	}
   #map-canvas{
   	width: 800px;
   }
}
@media only screen and (max-width:500px) {
	#magazin{
		left: -20px;
	}
	.contacts{
		left: -10px;
		width: 100%;
		
	}
	
}