@font-face {
	font-family: 'BookAntiquaRegular';
	src: url('../BKANT/bkant.eot');
	src: url('../BKANT/bkant.eot') format('embedded-opentype'), url('../BKANT/bkant.woff') format('woff'), url('../BKANT/bkant.ttf') format('truetype'), url('../BKANT/bkant.svg#BookAntiquaRegular') format('svg');
}
.drop-down {
	max-height: 0;
	overflow: hidden;
}
.ie8 .drop-down-menu:hover .drop-down {
	max-height: 200px;
}
 @media only screen and (min-width: 800px) {
.drop-down-menu:hover .drop-down {
	max-height: 200px;
}
}
 @media only screen and (max-width: 799px) {
.activate:checked ~ .drop-down {
	max-height: 200px;
}
 }
 @media only screen 
and (min-width : 600px) 
and (max-width : 780px) {
.drop-down, .menu a, .drop-down-menu {
float:left !important;
padding:10px !important;
}
.content_left img
{ width:29.5% !important;  margin-right:0.5%; 
}
.map {
	width: 100%;
	height: 18%;
	float: left;
}
.map img
{
	width:100%; }
.c_list
{ width:100% !important; }
}
@media only screen and (min-width : 750px) and (max-width : 780px) {
	.content_left img
{ width:100% !important;  margin-right:0.5%; 
}
}
.drop-down, .menu a, .drop-down-menu {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'BookAntiquaRegular';
	font-size: 21px;
	font-weight: normal;
}
