@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;
}
}
.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: 17px;
	font-weight: normal;
}
