/* cookies */
.not-cookie-bar #cookie{
	opacity: 0;
	height: 0;
	max-height: 0
}

#cookie{
	position: fixed;
	bottom: 0;
	left:0;
	opacity: 1;
	min-height: 30px;
	max-height: 999px;
	background-color: #333;
	padding: 15px 20px;
	box-sizing: border-box;
	z-index: 99999;
	color: #ddd;
	width: 100%;
	text-align: center;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#cookie a{color: #ddd !important}

#cookie button#catapultCookie {
    background-color: #6ab04c;
    font-family: 'Nunito Sans';
	font-weight: 300;
    font-size: 1em;
    color: #fff;
	border: 0;
    padding: 6px 9px;
	margin: 0 0 0 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

#cookie .btn-nocookies {
    margin: 15px 0 0;
    float: none;
    display: block;
}


@media (min-width: 768px){
	#cookie .btn-nocookies {
	    margin:7px 0 0 20px;
	    float: right;
		cursor: pointer;
	}

}
