.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  padding: 0;
  z-index:100002;
  background:#f7f7f7;
 -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .4);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .4);
}
#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}
.panel_cookie img {
  vertical-align: middle;
  display: inline-block;
  max-width: 37px;
  width: auto;
  float: left;
  padding-right: 10px;
  padding-top: 5px;
}
div.tresc{
  float:left;
  color: #231f20;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  width: calc(100% - 47px);
  padding-top: 10px;
  padding-bottom: 5px;
}


.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  font-size:30px;
  height: 53px!important;
  width: 53px!important;
  line-height:53px;
  background: url("close-st1.png") no-repeat 50% #060606;
  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-indent:-999em;
}

.panel_cookie input:hover,
.panel_cookie input:focus,
.panel_cookie input:active{
  background-color:#f07241;
}

.panel_cookie h4,
.panel_cookie p{
  color: #fff;
  text-shadow: -1px 0 0 rgba(0, 0, 0, .3);
}

.panel_cookie h4{
  font-weight:100;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
  display:none
}
.panel_cookie p{
  font-size:14px;
  line-height:53px;
  margin:2px 0 0;
}

.panel_cookie a{
  color:#002395;
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
  text-decoration:none;
  background:none;
}