
.cookieAcceptBar {
    display: none;
    font: 14px 'Akrobat-Regular';
    position: fixed;
    min-height: 30px;
    bottom: 12px;
    left: 12px;
    right: 0;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 24px;
    z-index: 99999;
    width: 420px;
}

.cookieAcceptBar a{color: #fff;font-weight: bold;}
.cerez-btn { width: 100%;  
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;top: 0;
  text-transform: uppercase;
 position: relative;right: 0; margin-top: 10px;
  height: auto;
 
  padding:8px;
}

@media (min-width: 1281px)
{
	
} 

@media (min-width: 1025px) and (max-width: 1280px) 
{
	
} 

@media (min-width: 801px) and (max-width: 1024px)  
{
	
} 


@media (min-width: 481px) and (max-width: 800px) 
{
	
} 


@media (min-width: 0px) and (max-width: 480px) 
{
	.cookieAcceptBar{width: 100%; left: 0;}
} 









