/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
    .oaza-categories-bs-list li a{
       font-size:34px !important;
       line-height:36px !important;
    }  
}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

.oaza-categories-bs-list {
    list-style-type: none;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    text-align: center; 
}

.oaza-categories-bs-list li{
    margin-bottom: 20px;
}

.oaza-categories-bs-list li a{
    display: block;
 /*   background: #4e854b;   */
    background-color:rgba(78,133,75,0.6);
    background-size:100% 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #70543f;
    font-family:"Droid Sans";
    font-size: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: middle;
    text-transform:uppercase;
    height: 188px;
    line-height: 54px;
    overflow:hidden;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-left: 20px;
    padding-right: 20px;
}
.oaza-categories-bs-list li a:hover{
    color: #191515;
}

.oaza-categories-bs-list li:first-child a{
 /*   background-color: #ffe24e;     */
    background-color:transparent;
    position:relative;
    z-index:1000;
    background-image:url("../img/categories/ksiazki.png");
    padding-top:70px;
}

.oaza-categories-bs-list li:nth-child(2) a{
 /*   background-color:#00cc8d;*/
  background-image:url("../img/categories/inne.jpg");
    padding-top:70px;
}

.oaza-categories-bs-list li:nth-child(3) a{
  /*  background-color:#04ca44; */
    background-image:url("../img/categories/znaku_sluzby.png");  
}
.oaza-categories-bs-list li:last-child a{
  /*  background-color:#62d3e1; */
    background-image:url("../img/categories/materialy_formacyjne.jpg");
}

/*
.oaza-categories-bs-list li:first-child a:before{
    background-image: url("../img/categories/ksiazki.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
*/
.oaza-categories-bs-list li:nth-child(2) a:before{
    background-color:#00cc8d;
}

.oaza-categories-bs-list li:nth-child(3) a:before{
    background-color:#04ca44;
}
.oaza-categories-bs-list li:last-child a:before{
    background-color:#62d3e1;
}