@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/


.webmenu .widgettitle span a{
	color: #fff;
}

.webmenu .widgettitle span a:hover ,
.webmenu .widgettitle span a:active
{
	color: #ff0;
	text-decoration: underline;
}

.webmenu ul{
	margin-bottom: 1em;
}

.webmenu ul li{
	padding: 0;
	margin: 0;
}

.webmenu ul li a{
	display: block;
	padding: 1em;
	border-bottom: 1px dotted  #ccc;
	position: relative;
}

.webmenu ul li:last-of-type a{
	border-bottom: none;
}


 .webmenu ul li a:after {
	font-family: "fontawesome";
	content: '\f054';
	position: absolute;
	right: 0.2em;
	font-size: 1em;
	top: 50%;
	margin-top: -0.5em;
}

.fs1 {
    font-weight: bold;
    color: #f00;
}

.fs2 {
    font-weight: bold;
	color: #32cd32;
}