.site-title img{
	width: 100px;
	-webkit-transition: width 500ms; /* Safari */
    transition: width 500ms;
}

#masthead .header-bottom.sticky{
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

#masthead .header-bottom{
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

.site-header-inner{
	padding: 0px;
}

.container .mean-bar{
	background-color: transparent !important;
}

@media (min-width: 768px) {

.header-bottom .row .col-xs-9 {
	position: absolute; 
	bottom: 15px; 
	right: 0px;
}
}

.mean-container .mean-bar{
	float: right;
	/* width: unset; */
}

.header-bottom {
	padding: 5px 0 !important;
}

.site-branding .site-description{
	display: none;
}

nav.main-menu ul > li a{
	background-color: #fff;
}

/* Cookie Section 
==============================*/
#cookie a {
	color:#444; 
	text-decoration:none;
}

#cookie a:hover {
text-decoration:underline;
}

/* #cookie div {padding:10px; padding-right:40px;} */
#cookie .textbox {
padding:10px; 
width: 80%;
float: left;
}
#cookie .buttonbox {
padding:10px; 
width: 20%;
float: left;
}

#cookie { 
outline: 1px solid #fff;
text-align: left;
background-color: #63cefc;
position: fixed;
bottom: 0px;
z-index: 10000;
width: 100%;
font-size: 15px;

color: #fff;
height: 25vh;
}

#cookieCloser
{
/* position: absolute; */
width: 100%;
right: 35px;
text-decoration: none;
margin-bottom: 5px;
cursor: pointer;
padding: 4px;
background: #fff;
color: #000;
border: white solid 1px;
float: left;
text-align: center;
}