/*  COOKIE NOTICE */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dsa-cookie-notice-close:hover {
    background-color: black;
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none !important;
    color: white !important;
    background-color: #515151;
}

.dsa-cookie-notice {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	display: block;
	position: fixed;
	right: 10%;
	bottom: 7%;
	z-index: 99999 !important;
	background-color: rgba(255,204,100,1);
	margin: auto;
	width: 300px;
	text-align: center;
}

.dsa-cookie-notice a {
    color: white;
    text-decoration: underline;
    transition: all 1s ease;
}

.dsa-cookie-notice a:hover {
    color: black;
    text-decoration: none;
}

.dsa-cookie-notice.hide {
    display: none;
}

.cookie-inner {
    padding: 25px;
    line-height: 1.5;
    color: #fff;
}