
@font-face {
    font-family: 'PT Sans';
   //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;
// <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
// <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>


@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext');

text-transform: uppercase;
font-size: 12px;
}

.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
    	font-family: 'PT Sans';
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;	
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  height: 33px!important;
  line-height:33px;
  z-index:100002;
  background:#28292a;
  background: rgb(198, 95, 19);
 -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;
}
#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}

div.tresc{
  float:left;
  margin:0 0 0 5%;
  max-width: 85%;
  width: 85%;
}


.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#6c3703;
  font-size:30px;
  height: 33px!important;
  width: 33px!important;
  line-height:33px;
  background: url("close-st1.png") no-repeat 50% #CC6600;
  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);
  padding: 0px;
}

.panel_cookie h4{
  font-weight:100;
  font-size:12px;
  text-transform:uppercase;
  margin:0;
  display:none
}
.panel_cookie p{
  font-size:12px;
  line-height:33px;
  margin:2px 0 0;
}

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

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
  text-decoration:none;
  background:none;
}