.navigation_mobile {
	display: none;
    height: 32px;
    padding: 33px 0px;
    margin-right: 18px;
    position: relative;
    top: 0;
    width: 32px;
    z-index: 2;
    float: right;
    cursor: pointer;
}
.navigation_mobile span:before {
	background: none repeat scroll 0 0 white;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 32px;
}
.navigation_mobile span {
	background: none repeat scroll 0 0 white;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    width: 32px;
    float: right;
}
.navigation_mobile span:after {
	background: none repeat scroll 0 0 white;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 32px;
}


@media screen and (max-width: 800px) {
	
	.navigation_mobile {
		display: block;
	}
	#top_inner .navigation {
		display: none;
		float: none;
		margin: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 70px;
		background: #46a6d8;
		background: -moz-linear-gradient(top,  #46a6d8 50%, #f0f3f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#46a6d8), color-stop(100%,#f0f3f6));
		background: -webkit-linear-gradient(top,  #46a6d8 50%,#f0f3f6 100%);
		background: -o-linear-gradient(top,  #46a6d8 50%,#f0f3f6 100%);
		background: -ms-linear-gradient(top,  #46a6d8 50%,#f0f3f6 100%);
		background: linear-gradient(to bottom,  #46a6d8 50%,#f0f3f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a6d8', endColorstr='#f0f3f6',GradientType=0 );
	}
	#top_inner .navigation a {
		color: #3e5f6f;
		float: none;
		display: block;
		margin: 0;
		border-radius: 0;
		text-align: center;
		font-size: 1.6em;
		padding: 8px 0;
		border-bottom: 1px solid rgba(49,87,107,0.3);
		background: #f0f3f6;
	}
	.content .list {
		float: none;
		width: auto !important;
		clear: both;
		margin: 0 auto 20px;
	}
	.content .list li {
		float: left !important;
	}
	.content .holidays li {
		float: none !important;
	}
	.content .a2,
	.content .map {
		clear: both;
		float: none !important;
		margin: 0 auto;
		display: block;	
	}
	.content p {
		width: auto;
		float: none;
	}
	.content.float-right {
		text-align: left !important;
	}
	p.float-right {
		float: none !important;
		text-align: left !important;
		clear: both;
	}
	.main_middle .map {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	body {
		font-size: 12px;
	}
	.navigation_mobile {
		margin: 0;
	}
	#top_inner .logo {
		font-size: 18px;
	}
	.footer_copyright {
		/*display: none;*/
	}
	#bottom_inner {
		padding-left: 5px;
	}
	.content .holidays .days {
		width: 80px;
	}
	.main_top h1.flag {
		padding: 32px 0 0 0;
		background-position: center top;
	}
}