#header-opcje-dol { width:100%;}

.nabor a:link,.nabor a:visited { position:relative; display:block; text-decoration:none; width:110%; height:100%; padding:10px 0 0 0; box-sizing:border-box; white-space:nowrap;}
.nabor a:hover strong { color:#2e8c38; }
.nabor a:focus strong { color:#2e8c38; text-decoration:underline;}
.nabor a strong { display:block; font-family:'robotobold',sans-serif; font-size:2.5em; line-height:1.2em; line-height:1em; color:#C31; }

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

.granica-banner a { position:relative; display:block; text-decoration:none; width:203px; height:61px; padding:0 0 0 30px; box-sizing:border-box; white-space:nowrap; 
  background-image:url("/dokumenty/szablonyimg/397-logo_granica_kadr.gif"); background-position:0 0; background-repeat:no-repeat;}



/* Responywność */


@media only screen and (max-width: 77em) {
  
 
}


@media only screen and (max-width: 64em) {
  
  .nabor {display:none !important;}

}

@media only screen and (max-width: 50em) {

 
}

@media only screen and (max-width: 45em) {


}

@media only screen and (max-width: 30em) {

  .granica-banner {display:none !important;}

}

