/*  -----------------------------------------------------------------------------------------------------
    11.3 COOKIES (Copied from Umbraco version 7.6.4 assembly: 1.0.6396.36621 from the Hagelunie project)
    ----------------------------------------------------------------------------------------------------- */

	.cookie-notice {
	    position: fixed;
	    right: 0;
	    bottom: -100%;
	    left: 0;
	    z-index: 1000;
	    padding: 15px 0;
	    opacity: 0;
		
	    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
		
	    -webkit-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
	    -moz-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
	    -ms-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
	    -o-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
	    transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
	}

	.cookie-notice.open {
	    bottom: 0;
	    opacity: 1;
		
	    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

	.cookie-notice .heading { margin: 0; }

	.cookie-notice .heading + .text { margin-top: 5px; }

	.cookie-notice .text :first-child { margin-top: 0; }

	.cookie-notice .text :last-child { margin-bottom: 0; }

	.cookie-notice p.link { margin: 15px 0 0; }

	@media (min-width: 768px) {
	    .cookie-notice p.link { margin: 0; }

	    .cookie-notice p.link a.btn { display: block; }
	}

	@media (min-width: 992px) {
	}

	@media (min-width: 1200px) {
	}

.cookie-notice {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 1);
}

.cookie-notice .heading {
	color: #675aa6;
	font: 20px 'proximaNovaRegular';
}

.cookie-notice .heading + .text {
	font-family: 'proximaNovaRegular';
}
