@media only screen and (max-width:760px) {
img{
		max-width:100%;
		height:auto;
}
#top_container .container_top, header .header_container, #body_container_part{
		width:auto;
		margin:0 auto;
}
#top_container nav ul li{
		display:block;
		border-bottom:1px solid #fff;
}
#top_container nav ul li a{
		display:block;
		padding:0 10px;
		font:normal 14px "Times New Roman", Times, serif;
		line-height:42px;
		color:#141414;
		text-transform:uppercase;
}
.jcarousel-wrapper{
		width:210px !important;
		margin:0 auto;
}
#top_container .container_top, header .header_container, #body_container_part{
		padding:0 15px;
}
header .header_container aside{
		width:auto;
		float:none;
		margin:0 0px 0 0px;
		text-align:center;
		position:relative;
}
header .header_container aside:first-child{
		margin:0 0 0 0px;
}
header .header_container aside h5{	
		bottom:42px;
}
header .header_container aside h5:hover{	
		bottom:48px;
}
#body_container_part .welcome_part{
		width:auto;
		margin:0 0 30px 0px;
}
#body_container_part .services_part{
		width:auto;	
		padding:0px 0 35px 15px;
}
#top_container .container_top figure{
		float:none;
		text-align:center;
}
#top_container .container_top figure img{
		display:inline-block;
}
#top_container .container_top aside{
		float:none;
		text-align:center;
}
nav a#pull {
		display: block;
		background-color:#ef0000;
		width:auto;
		position: relative;
		font:normal 20px "Times New Roman", Times, serif;
		line-height:50px;
		color:#fff;
		padding:0 0 0 20px;
	}
nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width:30px;
		height:30px;
		display: inline-block;
		position: absolute;
		right:15px;
		top:15px;
	}
nav ul {
		display: none;
		height: auto;
	}
.form_contact, .map_part{
		width:auto;
		float:none;
}
#top_container nav ul ul, #top_container nav ul li ul li ul {position:inherit; display:none !important; width:100%; top:0; left:0 !important; background-color:#000; border-top:solid 1px #FFF;}
#top_container nav ul ul li a {text-align:center;}
#top_container nav ul li:hover > ul {display:block !important;}
}