#cookieNotice {
	background-color: #FFFFFF;
	border: 3px solid #5478B2; 
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	max-width: 1500px;
	height: 174px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	/*transitions (for bottom version)*/
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-gecko-transition: 1s;
}	

#cookieInner {
	height: inherit;
	width: inherit;
	padding: 20px 0 20px 25px;
	color: rgb(0, 0, 0);
	font-size: 1em;	
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
	
#cookieNotice h4 { 
	color: #000000; 
	font-size: 33px; 
	line-height: 39px; 
	padding-bottom: 15px;
	padding-top: 20px;
}

#cookieInner .l-col-0 p {
	width: 65%;
	max-width: 1024px;
	display: inline;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
}

#cookieNotice a { 
	color: #000000;
}

#cookieInner .l-col-0 .m-c-r.cookieBtn {
	position: relative;
	display: inline-block;
	background-color: #FCD900;
	width: 350px;
	height: 55px;
	float: right;
	right: 50px;
}

#cookieInner .l-col-0 p.closeCookie { 
	width: 100%;
	height: inherit;
	padding: 0; 
}
	
#cookieInner .l-col-0 p.closeCookie a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: 400;
	color: #2F2F2F;
	text-decoration: none;
	text-align: center;
	width: inherit;
}

.m-c-r.cookieBtn p,
#cookieInner .l-wrapper,
#cookieInner .l-col-0 p {
	display:inline-block;
	zoom:1;
	vertical-align:top;
}

.m-c-r.cookieBtn {
	position:absolute;
	bottom:-10px;
	right:10px;
	margin: 0 0 0 50px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-gecko-transition: 1s;
}

#cookieCliker {
	bottom: 10px;
}

.m-c-r.cookieBtn p {vertical-align:middle;}
.gt-IE9 .m-c-r.cookieBtn img {margin-left: 5px;}
.closeCookie {	cursor:pointer;	width:100%;}	
#cookieInner.l-wrapper,#cookieInner .l-col-0 {
	background:none;
}


@media screen and (max-width: 83.0625em) {
	#cookieNotice {
		height: 210px;
	}
}

@media screen and (max-width: 72em) {
	.m-c-r.cookieBtn {
		bottom: -20px;
	}

	#cookieInner .l-col-0 p {
		width: 60%;
	}

	#cookieInner .l-col-0 .m-c-r.cookieBtn {
		width: 330px;
	}
}

@media screen and (max-width: 63em) {
	#cookieNotice {
	    height: 245px;
	}

	#cookieInner .l-col-0 .m-c-r.cookieBtn {
		width: 320px;
	}
}

@media screen and (max-width: 62.5em) {
	.closeCookie a { 
		color: rgba(0,0,0,0);
	}
}

@media screen and (max-width: 58em) {
	.m-c-r.cookieBtn {
		bottom: -30px;
	}

	#cookieInner .l-col-0 p {
		width: 55%;
	}

	#cookieInner .l-col-0 .m-c-r.cookieBtn {
		width: 300px;
	}
}

@media screen and (max-width: 56.875em) {
	#cookieNotice {
	    height: 265px;
	}
}

@media screen and (max-width: 52.0625em){
	#cookieNotice {height: 265px;}

	.m-c-r.cookieBtn {
		bottom: -40px;
	}

    #cookieInner .l-col-0 .m-c-r.cookieBtn {
		width: 280px;
	}
}

/*Tablet Breakpoint*/
@media screen and (max-width: 48em) { 
	#cookieInner {
		padding: 20px 25px 20px;
	}

	#cookieNotice h4 { 
		font-size: 30px; 
		line-height: 35px; 
	}

	#cookieInner .l-col-0 p {
    	width: 90%;
		max-width: 718px;
    	display: block;
        font-size: 16px;
        line-height: 19px;
	}

	#cookieInner .l-col-0 .m-c-r.cookieBtn {
		display: block;
		top: 0;
		width: 350px;
		height: 55px;
	}
}

@media screen and (max-width: 42em) { 
	#cookieNotice { height: 280px;}
}

@media screen and (max-width: 37.5em) {
	#cookieNotice { height: 295px;}

	#cookieInner .l-col-0 .m-c-r.cookieBtn {
		display: block;
		top: 0;
		right: 0;
		float: none;
		width: 60%;
		height: 40px;
		margin: 0;
    	left: calc(50% - 15px);
    	-webkit-transform: translateX(-50%);
    	    -ms-transform: translateX(-50%);
    	        transform: translateX(-50%);
	}
}

@media screen and (max-width: 426px) {
	#cookieInner {
    	padding: 0 15px;
	}

	#cookieInner .l-col-0 p {
        font-size: 14px;
        line-height: 16px;
	}
}