#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    font-family: "Open Sans";
padding-bottom: 10px;
 position: fixed;
bottom: 0px;
z-index: 99999;
width: 100%;
text-align: center;
min-height: 172px;
background-color: rgba(255, 255, 255, 0.95);
border-top: 1px solid #dddddd;
color: #414143;


webkit-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);
	   box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);


}

#cookieinfo div {
  max-width: 910px;
  margin: 0 auto;
   padding-right: 6%;
  padding-left: 6%;
}

#cookieinfo div h6 {
	margin: 20px;
	margin-bottom: 10px;
  color: #414143;
  font-size: 1.5em;
  font-weight: 300;
      font-family: "Open Sans";
}

#cookieinfo .cookie_wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: center;
}

#cookieinfo p {
	text-align: center;
	display: block;
	font: normal 13px/20px Lato;
	font-family: "Open Sans";
	color: #414143;
	float: left;
	padding-top: 10px;
}

#cookieinfo p a {
	display: inline;
	color: #e60012;
	text-decoration: none;
}

#cookieinfo p a:hover {
	text-decoration: underline;
}

#cookieinfo a.close {
	clear: both; 	
	display: inline-block;
  margin: 0 auto;
  height: 35px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.15);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e60012;
  padding-left: 20px;
  padding-right: 20px;
  -moz-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

#cookieinfo a.close:hover {
    background-color: rgba(230, 0, 18, 0.68);
    text-decoration: none;
}

#cookieinfo .cookie_accept {
	display: inline-block;
	width: 143px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	background-color: #e1000a;
	color: #ffffff;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 17px;
	text-align: left;
	margin-left: 20px;
}

#cookieinfo .cookie_accept:hover {
	text-decoration: none;
}

#cookieinfo .cookie_accept:after {
	display: inline-block;
	content: '';
	width: 38px;
	height: 38px;
	border: solid 1px #ab0b11;
	float: right;
	background: url('/htdoc/mitsubishi-electric.pl/img/sprite.png') #ab0b11 no-repeat;
	background-position: -151px -31px;
}