#cookie-notice {
	display: block;
	visibility: hidden;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	line-height: 20px;
	left: 0;
	text-align: center;
	background: #586465 !important;
}

.cn-top {
	top: 0;
}

.cn-bottom {
	bottom: 0;
}

.cookie-notice-container {
	padding: 25px;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.cookie-notice-revoke-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cn-top .cookie-notice-revoke-container {
	top: 0;
	bottom: auto;
}

#cookie-notice .cn-revoke-cookie {
	margin: 0;
}

.cn-button.wp-default,
.cn-button.wp-default:hover,
.cn-button.bootstrap,
.cn-button.bootstrap:hover {
	box-shadow: none;
	text-decoration: none;
}

#cookie-notice .cn-button {
	margin-left: 10px;
}

.cn-button.wp-default {
	font-family: sans-serif;
	line-height: 18px;
	padding: 2px 12px;
	background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
	border-color: #BBB;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	-moz-box-sizing: border-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

.cn-button.wp-default:hover {
	background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
	border-color: #999;
	color: #222;
}

.cn-button.bootstrap {
	font-family: sans-serif;
	line-height: 41px;
	background-color: #77bc1f;
	font-size: 12px;
	color: #FFFFFF;
	width: 135px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    float: right;
    border: 1px solid #77bc1f;
}

.cn-button.bootstrap:hover {
	background-color: #5C901B;
	border: 1px solid #77bc1f;
}

#cookie-notice #cn-more-info {
	width: 195px;
	border: 1px solid #77bc1f;
	background: transparent;
}

#cookie-notice #cn-more-info:hover {
	background-color: #5C901B;
	border: 1px solid #77bc1f;
}

.cookielogo {
	float: left;
}

.cookielogo img {
	width: 23px;
    height: auto;
    display: block;
}

.cookie-footer-wrapper {
	float: left;
}

.cookie-text-wrapper {
	float: left;
	margin-left: 30px;
	margin-top: -2px;
}

.cookie-text-top {
	float: left;
	color: #FFFFFF;
	font-size: 15px;
    font-weight: 600;
}

.cookie-text-bottom {
	float: left;
	color: #FFFFFF;
	clear: left;
}

.cookie-text-bottom a {
	color: #77bc1f;
	text-decoration: underline;
	font-weight: 600;
}

@media all and (max-width: 1050px) {
	#cookie-notice .cn-button {
		width: 100%;
	}
	#cookie-notice #cn-more-info {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 15px;
	}
}
@media all and (max-width: 900px) {
	.cookie-notice-container #cn-notice-text {
		display: block;
		margin-bottom: 5px;
	}
	#cookie-notice .cn-button {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media all and (max-width: 688px) {
	.cookielogo {
		display: none;
	}
	.cookie-text-top {
		text-align: center;
	}
	.cookie-text-bottom {
		text-align: center;
	}
	.cookie-text-wrapper {
		margin-left: 0;
	}
}