
@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 p.title,
.panel_cookie input{
    font-family: 'OpenSansRegular';
	text-align:left;	
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  height:auto !important;
  padding: 0;
  line-height:53px;
  z-index:100002;
  /*background:#28292a;*/
  background: rgba(0,0,0,.8);
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
}
#panel_cookie_dol,
#panel_cookie_dol_prawa,
#panel_cookie_dol_lewa{
  bottom:0;
}
#panel_cookie_gora,
#panel_cookie_gora_prawa,
#panel_cookie_gora_lewa{
  top:0;
}

div.tresc {
float: left;
margin: 0% 0% 0% 2%;	
max-width: 85%;	
width: auto;	
}
.panel_cookie .ukryj {
float: right;	
margin:0;
}
.panel_cookie .ukryj,
body .panel_cookie .ukryj {
max-width:14%;
}


.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  font-size:30px;
  height: 55px!important;
  width: 55px!important;
  line-height:55px;
  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[type="button"]:hover, 
.panel_cookie input[type="button"]:active, 
.panel_cookie input[type="button"]:focus,
.panel_cookie input:hover, 
.panel_cookie input:active, 
.panel_cookie input:focus{
   background: url("close-st1.png") no-repeat 50% #f07241!important;
  background-color:#f07241;
}

.panel_cookie p.title,
.panel_cookie p{
  color: #fff;
  text-shadow: -1px 0 0 rgba(0, 0, 0, .3);
}

.panel_cookie p.title{
  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 p a{
  color:#f07241;
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
  text-decoration:none;
  background:none;
}
/* RWD */
@media screen and (max-width: 979px) and (orientation:landscape)  {
.panel_cookie{
  padding: 0% 0% 2%;
  }
.panel_cookie p.title{
font-weight:100;	
font-size:110%!important;	
padding:0 !important;
}	
.panel_cookie p {
font-size: 80%!important;
line-height: 1.3;
}	
.panel_cookie .ukryj {
margin:0% 2% 0% 0%;
}
.panel_cookie input,
body .panel_cookie input{
font-size:20px; 
height: 25px!important;  
width: 25px!important;  
line-height:25px;  
margin: 0% 1% 0% 0%;
}
}
@media screen and (max-width: 979px) and (orientation:portrait) {
.panel_cookie{
  padding: 1% 0%  2%;
  }
.panel_cookie p.title{	
font-weight:100;	
font-size:85%!important;	
padding:0 !important;
}	
.panel_cookie p {	
font-size: 70%!important;	
line-height: 1.3;	
}
.panel_cookie .ukryj {
margin:0% 2% 0% 0%;
}
.panel_cookie input,
body .panel_cookie input{
font-size:20px; 
height: 25px!important;  
width: 25px!important;  
line-height:25px;  
margin: 0% 1% 0% 0%;
}
}