@charset "utf-8";
/* CSS Document */

#wpadminbar {
	/*display:none;*/
}
#stickybar {
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
	background: #fff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}

#stickybar .wrappo {
	max-width:1170px;
	margin:auto;
	width:90%;
}

#stickybar img {
	width:90px; 
/*	width:140px;*/
	height:auto;
	float:left;
	margin-top:5px;
}

#stickymenu a {
	font: normal 13px/13px 'cuammheadbold',Helvetica,sans-serif;
	text-decoration: none;
	text-transform:uppercase;
}

#stickybar nav {
	font-family: monospace;
}

#stickybar ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#stickybar li {
	color: #313131;
	background: #fff;
	display: block;
	float: left;
	padding: 0.8rem;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}
  
#stickybar li a {
	color: #313131;
}
#stickybar li a:hover {
	color: rgba(208,92,67,1);
}
#stickybar li:hover {
	cursor: pointer;
}

#stickybar ul li ul {
	background: #fff;
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	display: none;
}

#stickybar ul li:hover > ul,
#stickybar ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

#stickybar ul li ul li {
	clear: both;
	width: 100%;
	padding: 0.5rem 0.8rem;
    border-top: 1px solid #ececec;
}

/*
#stickybar a.dona {
	text-transform: uppercase;
    float: right;
    margin-top: 12px;
	font-size: 20px;
}
*/
#stickybar a.dona {
    text-transform: uppercase;
    float: right;
    margin-top: 4px;
    font-size: 23px;
    padding: 9px;
}

@media (max-width: 979px) {
	#stickybar a.dona {display:none;
}