#cookie-notice {
	display: none;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 11px;
	line-height: 28px;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}
div#cookie-notice {
    color: rgb(255, 255, 255);
    display: block;
	background: rgba(0, 0, 0, 0.32) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.35);
	z-index: 100001;
}
.cookie-notice-container {
    padding: 5px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .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;
}

#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
}

#cookie-notice .button.bootstrap {
	opacity: 1;
	border: solid 1px #ED1894;
	padding: 5px 11px;
	margin-left: 0px;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	color: #ed1894;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	/*background-color: #171717;*/
	margin-left: 20px;
	margin-top: 10px;
	text-transform:uppercase;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: rgba(237, 24, 148, 0.52);
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}