.center
{
    text-align          : center;
}

.floatleft
{
    float               : left;
}

.right
{
    text-align          : right;
}

.nadpis
{
    background-color    : black;
    color               : white;
    font-weight         : bold;
}

/* CSS od Mata */
.centered {
    margin:auto auto;
}
legend {
    color:#800003;
    font-size: 14px;
    font-weight:bold;
}
.background2{
        position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.nopadding{
    padding: 0px 0px !important;
}
.advert-jazdene-item{

    cursor: pointer;
      background-color: transparent !important;
    border: none !important;
    padding: 2.5% !important;
    margin: 0 auto;
    width: 95%;
    border-radius: 10px;
}
.advert-jazdene-item:hover{
    background-color: #27272794  !important;
}
.advert-jazdene-item-title {
    padding: 0 0 0 10px;
    font-family:Aller;
    font-size: 28px;
    color: #ffffff;
}
.advert-jazdene-item-description{
    padding: 0 0 0 10px;
    font-family:Aller;
    font-size: 18px;
    color: #8f8e8d;    
    height: 80px;
    display: inline-block;


}
.advert-jazdene-item-price{
 font-family:Aller;
    font-size: 31px;
    color: #fff;  
    text-align: center; 
}
.advert-jazdene-item img{
    border: 3px solid #cccccc;
}
.advert-jazdene-item hr{
    color: #cccccc ;
    height: 2px;
    background-color: #cccccc ;
}
.advert-jazdene-list{
       width: 950px;
    margin: 0px auto;
    position: relative;
}
.advert-list-image img{
       width: 100%;
    object-fit: cover;
    height: 100%;
}
.advert-list-image{
    height: 155px;
}
@media screen and (max-width: 991px){
.advert-jazdene-list{
       width: 582px;
    margin: 0px auto;
    position: relative;
}
}
@media screen and (max-width: 750px){
.advert-jazdene-list{
       width: 520px;
    margin: 0px auto;
    position: relative;
}
.page-header{
    margin-top: 70px !important;
}
}
@media screen and (max-width: 620px){
    .advert-jazdene-list{
           width: 370px;
        margin: 0px auto;
        position: relative;
    }
    .page-header{
        margin-top: 70px !important;
    }
    .advert-jazdene-item-description{
        height: 200px;
    }
    .advert-list-image img{
        width: 220px;
    }
}
@media screen and (max-width: 402px){
    .advert-jazdene-list{
              width: 330px;
        margin: 0px auto;
        position: relative;
    }
    .page-header{
        margin-top: 70px !important;
    }
}

.page-header{
    color: #aaa;
}
 
.page-numbers{
        text-align: center;
        width: 100%;
           color: white !important;
}
.page-numbers a{
    color: white !important;
}

/*
input, select, textarea { border:#002C46 1px solid; background-color:#EBF2F5;}
*/