	/*CSS COOCKIES BY Z*/

	#cookiebox {
		padding: 10px 10px 15px;
		position: fixed;
		z-index: 99;
		background: rgba(51, 51, 51, 0.84);
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		//height: 140px;
		font-size: 1.2em;
		text-align: center;
	}
	#cookiebox a {
		margin: 0;
		font-weight:bold;
		font-size: 0.8em;
	}
	#cookiebox button {
		margin: 0;
		/* float: right; */
		margin-left: 30px;
		border-radius: 0px;
		border: none;
		width: 55px;
		font-weight: bold;
		transition: all 0.3s ease;
		background-color: #FFA500;
		border-radius: 5px;
		padding: 3px;
	}
	#cookiebox button:hover {
		opacity: 0.8;
		box-shadow:0px 0px 3px black inset;
	}
	#cookiebox p {
		margin-bottom: 20px;
		//margin-top: 110px;
		line-height: 1.5em;
	}
	#cookiebox .cookie-msg {
		color: #E3E3E3;
		/* font-size: 1em; */
		font-weight: normal;
		width: auto;
		/* float: left; */
	}
	#cookiebox .cookie-msg a {
		float: right;
		color: #818181;
		text-decoration: none;
	}
	#cookiebox .close-bar {
		margin: 0;
		padding: 0;
		/* text-align: center; */
	}
	#cookiebox a.close-bar {
		display: block;
		width: 75px;
		float: right;
		cursor: pointer;
		color: #FFA500;
	}

	@media (min-width: 768px){
		#cookiebox{
			font-size: 1.2em;
		}
	}