#cookie-notice {
	display: none;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	line-height: 20px;
	left: 0;
	text-align: center;
}

#cookie-notice .button.bootstrap,
#cookie-notice .button.wp-default {
	font-family: sans-serif;
	display: inline-block;
	font-style: normal;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	text-decoration: none;
	outline: 0;
}

.cookie-notice-container {
	padding: 10px;
	text-align: center;
}

.cn-top {
	top: 0;
}

.cn-bottom {
	bottom: 0;
}

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

#cookie-notice .button.wp-default {
	line-height: 18px;
	padding: 2px 12px;
	background: linear-gradient(to bottom, #fefefe, #f4f4f4) #f3f3f3;
	border-color: #bbb;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	white-space: nowrap;
}

#cookie-notice .button.wp-default:focus,
#cookie-notice .button.wp-default:hover {
	background: linear-gradient(to bottom, #fff, #f3f3f3) #f3f3f3;
	border-color: #999;
	color: #222;
}

#cookie-notice .button.bootstrap {
	margin-right: .3em;
	margin-bottom: 0;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	padding: 2px 10px;
	border-radius: 3px;
}

#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap:hover {
	color: #fff;
	background-color: #04c;
}

#cookie-notice #cn-refuse-cookie,
#cookie-notice #cn-accept-cookie {
	background: rgba(0, 0, 0, .5);
	border: solid 1px rgba(0, 0, 0, .5);
}

#cookie-notice a {
	color: #fff;
}

#cookie-notice .cn-set-cookie {
	line-height: 30px !important;
}

@keyframes oyopi-pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

.oyopi-pulse {
	animation-name: oyopi-pulse;
}
