body {
	background-color: #fafaff;
	line-height: 1.2;
}
#header {
/*	background-color: #333e48; */
/*	background-color: rgba(24, 50, 77, 0.75); */
	background-color: rgba(51, 62, 72, 0.95);
}


/* big */
@media only all and (min-width: 700px) {
        #footer {
		border-top: 12px solid #333e48;
        }
}
/* small */
@media not all and (min-width: 700px) {
        #footer {
		border-top: 8px solid #333e48;
        }
}


.div_controler(:checked) + div {
	display: block;
}
.div_controller:not(:checked) + div {
	display: none;
}



label {
	width: 150px;
	float: left;
}

.menu_button:hover {
	background: #333;
}
.menu_button {
	transition: 0.5s;
	padding-left: 25px;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: left;
	line-height: 40pt;
	margin-top: 0px;
	margin-left: 0px;
	background: #555;
	color: #fff;
	cursor: pointer;
}

#wt_menu {
	background: #ccc;
}
.wt_menu {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.wt_menu ul {
	margin: -12px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wt_menu li {
	list-style-type: none;
}


.wt_menu a {
	transition: 0.5s;
	border-radius: 12px;
	display: block;
	height: 55px;
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-decoration: none;
}

.wt_menu_dark a {
	border: 1px solid #bebebe;
	background: #f4f4f4;
	font-size: 12pt;
	font-weight: 500;
	color: #000;
}
.wt_menu_dark  a:hover {
	background: #fdfdfd;
}

.wt_menu_light a {
	background: rgba(222, 222, 222, 1);
	border: 1px solid #bebebe;
	color: #000;
}
.wt_menu_light a:hover {
	background: rgba(235, 235, 235, 1);
}

#share a {
        color: #fff;
}
#share {
        width: 100px;
        height: 35px;
	float: right;
	position: relative;
	top: -35px;
}

.div_controller {
	display: none;
}

.div_controler(:checked) + div {
	display: block;
}
.div_controller:not(:checked) + div {
	display: none;
}






@media only screen and (min-device-width: 500px) {
	/* desktop */

	#content {
		margin-left: 25px;
		margin-right: 25px;
	}


}
@media only screen and (max-device-width: 499px) {
	/* Mobile */
	#content {
		margin-left: 25px;
		margin-right: 25px;
	}


}

.menu_img {
	width: 50px;
	height: auto;
}



.wt_menu img {
	float: left;
}
.wt_menu a {
	width: 225px;
	vertical-align: top;
}
.wt_menu p {
	float: left;
	width: 150px;
	display: block;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
.wt_menu a > img:first-child {
/*	-webkit-filter: grayscale(70%);
	opacity: 0.80; */
}
.wt_menu a:hover > img:first-child {
/*	-webkit-filter: grayscale(0%);
	opacity: 1.0;
	transition: opacity 0.5s; */
}


.notif_bar p, notif_bar h3 {
	margin: 0px;
}
.notif_bar {
	width: 100%;
/*	border-top: 1px solid #000; */
/*	border-bottom: 1px solid #000; */
/*	padding: 20px 0px 20px 0px; */
	text-align: center;
/*	margin-bottom: 5px; */
	box-sizing: border-box;
}




/* advsearch */

input.search_box {
background: #eee url('/themes/share/images/ctk_tango_search_22.png') no-repeat 5px;
padding-left: 28px;
}
.search_box {
font-family: Helvetica;
font-size: 16pt;
margin-top: 10px;
margin-left: 25px;
outline-style: solid;
outline-width: 2px;
outline-color: #000000;
}
input.search_box:focus {
background: #eee;
padding-left: 2px;
}
.search_box:focus {
outline-style: solid;
outline-width: 2px;
outline-color: #000077;
}

.result_image {
width: 20px;
height: 20px;
padding-right: 5px;
}

.search_result {
margin-top: 40px;
margin-left: 25px;
position: absolute;
z-index: 10000;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
background-color: #fff;
color: #000;
font-size: 14pt;
}
.search_subtext {
font-size: 8pt;
}
.search_result .unit:hover {
background-color: #cccccd;
}
.search_result a {
color: #000000;
text-decoration: none;
}
.search_result .unit {
padding: 5px;
color: #000;
}


