
@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans/opensans-regular-webfont.eot');
    src: url('opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/opensans-regular-webfont.woff') format('woff'),
         url('opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('opensans/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
  font-family: 'OpenSansRegular';	
  text-align:left;
}
.panel_cookie a{
color:#139906;
}
.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  bottom: 0;
  // height: 33%;
  line-height:normal;
  z-index:100002;
  background: #e2e2e2;
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  padding:0;
 // overflow: scroll;
}

#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}

div.tresc{
  float:left;
 /* margin: 1% 1% 1% 1%;
 */
   width: 100%;
  padding: 1%;
}

.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  background-color:#139906;
  font-size:30px;
  height: 100px!important;
  width: 100%;
  
  
  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-align: center;
}

.panel_cookie input:hover, 
.panel_cookie input:active, 
.panel_cookie input:focus{
   background-color: #298bc7\9;
  -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .3); 
}

.panel_cookie h4,
.panel_cookie p{
  color: #212121;
  text-shadow: -1px 0 0 rgba(255, 255, 255, 1);
}

.panel_cookie h4{
  font-weight:100;
  font-size:20px;
  text-transform:uppercase;
  margin:0;
  display:none
}
.panel_cookie p{
  font-size:23px;
  line-height:1;
  text-align: left;
  
}

.panel_cookie p a{
  color:#139906;
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover{
  text-decoration:none;
  background:none;
  color:#139906;
}

@media only screen and (min-width: 1024px) {
.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  height: 180px!important;
  line-height:normal;
  z-index:100002;
  background: #e2e2e2;
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  padding:0;
  }
  div.tresc{
  float:left;
  margin: 5px 0 0 10%;
  max-width: 75%;
  width: 75%;
  overflow: visible;
}
.panel_cookie p{
  font-size:12px;
  line-height:normal;
  margin:2px 0 0;
}
.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  background-color:#139906;
  font-size:15px;
  height: 53px!important;
  width: 150px!important;
  
  
  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-align: center;
}
}
