.cookie-kont { width: 960px; text-align: right; margin: 0 auto; }

.cookie-message {
	position: relative;
	top:0;left:0;right:0;  
	background:#fff;
	/*border-bottom:1px solid #ccc;*/
	box-shadow:0px 0px 3px #ccc;
	z-index: 99000;
	display: none;
	width: 100%;
}
.cookie-message a {
	/*position:absolute;*/
	top:0; *top:-2px; right:20px;
	cursor:pointer;
}
.cookie-message p, .cookie-message a {
	color:#333;
	font:bold 11px/18px Arial;  
}
.cookie-message p { 
margin: 0.1em 0; padding: 0; 
}

.cblue {
/*border-bottom:1px solid #0E83AE;*/
background: #7d7e7d !important;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)) !important;
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important;
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important;
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important;
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ) !important;
}
.cblue p, .cblue a { color:#fff; }

.cookies-close {
display: inline-block;
margin:0.33em 0 0.33em 1em;
line-height: 20px;
background: #969696;
border: none;
color: #dddddd;
padding: 4px 12px;
border-radius: 3px;
cursor: pointer;
font-size: 13px;
font-weight: bold;
text-decoration: none;
/*height: 100%;*/
}

.cookies-close:hover {
background: #45AE52;
border: none;
padding: 4px 12px;
border-radius: 3px;
cursor: pointer;
font-weight: bold;
text-decoration: none;
}

@media only screen and (max-width: 800px) {
	.cookie-kont { width: 100%; text-align: center; margin: 0 auto; }
	.cookie-message { zoom: 1.1; text-align: center; }  
	.cookies-close { margin:0.33em 0 0.33em .5em; }    
}

.cookie-message p { margin: 0em; padding: 0;  }