#cookie-notice {
	position: fixed;
	width: 100%;
	left: 0px;
	min-height: 70px;
	background: #222;
	color: #888;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	vertical-align: top;
	bottom: 0px;
	z-index:1000;
}

#cookie-notice .cookie-wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 15px 5px;
	
}

#cookie-notice .cookie-title {
	float: left;
	width: 120px;
	font-size: 1.5em;
	line-height: 1em;
	color: #CCC;
}

#cookie-notice a {
	color: #CCC;
}

#cookie-notice .cookie-dismiss {
	float: right;
	width: 100px;
	font-size: 1.35em;
	text-align: right;
	text-decoration: none;
}

#cookie-notice .cookie-line-one {
	max-width: 700px;
	margin: 0 30px 0 120px;
	line-height: 1em;
}

.info {
	padding: 30px;
}

@media screen and (max-width: 1024px) {
    #cookie-notice{
        bottom: 48px;
    }
}

@media screen and (max-width: 599px){
	#cookie-notice .cookie-title {
		width: 80px;
	}

	#cookie-notice .cookie-line-one {
		margin-left: 80px;
	}
}
