/** COOKIE BAR**/

body.hasCookiebar {
	overflow:hidden;
}

#cookieOverlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display: none;
}
#cookieOverlay.in {
	display: block;
}

#footerCookieBar {
    position: fixed;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    left: 0;
    bottom: -1000px;
    right: 0;
    transition: all .5s ease;
    z-index: 10001;
}

#footerCookieBar p {
    margin-bottom: 0;
    float: left;
    font-size: 11px;
}

#footerCookieBar a {
    font-size: 11px;
}

#footerCookieClose {
    float: right;
}

#footerCookieBar.in {
    bottom: 0;
}

#footerCookieBar .btn {
    display: inline-block;
    margin: 0 1px 2px;
    line-height: 18px;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 0;
    color: #fff;
}
