.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;
}
.nopadding{
    padding: 0px 0px !important;
}
.background2{
        position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.advert-jazdene-detail-title hr{
    color: #7c7c7d;
    height: 2px;
    background-color: #7c7c7d;
}
.advert-jazdene-detail{
       width: 950px;
    margin: 0px auto;
    position: relative;
}
.advert-jazdene-detail-title{
        font-family: Aller;
        font-size: 30px;
        color: #ffffff;
}
.detail-title{    
    position: relative;
    display: block;
    font-family: Aller;
    font-size: 18px;
    margin-right: 30px;
    color: #ffffff;

}
.advert-jazdene-detail .row{
    margin: 0px !important;
}
.advert-image-box{
    position: relative;
}
.detail-description{
    font-family: Aller;
    font-size: 18px;
    color: #8f8e8d;
    margin-bottom: 15px;

}

.detail-price{
    font-family: Aller;
    font-size: 48px;
    color: #ffffff;
   display: inline-block;
    position: relative;
    height: 50px;
    margin-bottom: 45px;

}
.advert-image-box img{
       border-radius: 7px;
       border: 3px solid #cccccc;
       width: 400px;
}
.advert-other-images{
    position: relative;
        margin-top: 7px;
}
.advert-other-images img{
   border-radius: 2px;
   border: 1px solid #cccccc;
   margin: 2px 9px 2px 0px;
}

@media screen and (max-width: 991px){
.advert-jazdene-detail{
       width: 580px;
    margin: 0px auto;
    position: relative;
}
}
@media screen and (max-width: 750px){
    .advert-jazdene-detail{
       width: 520px;
    margin: 0px auto;
    position: relative;
}
.page-header{
    margin-top: 70px !important;
}

.advert-jazdene-list{
       width: 680px;
    margin: 0px auto;
    position: relative;
}
}
@media screen and (max-width: 620px){
.advert-jazdene-list{
       width: 390px;
    margin: 0px auto;
    position: relative;
}
.page-header{
    margin-top: 70px !important;
}

.advert-jazdene-detail{
       width: 390px;
    margin: 0px auto;
    position: relative;
}
.advert-image-box img{
    width: 360px;

}
}
@media screen and (max-width: 402px){
.advert-jazdene-detail{
       width: 330px;
    margin: 0px auto;
    position: relative;
}
.page-header{
    margin-top: 70px !important;
}

.advert-jazdene-list{
       width: 330px;
    margin: 0px auto;
    position: relative;
}
.advert-image-box img{
    width: 300px;

}
}
@media screen and (max-width: 320px){
    .advert-jazdene-detail{
           width: 230px;
        margin: 0px auto;
        position: relative;
    }
    .page-header{
        margin-top: 70px !important;
    }
    .advert-jazdene-list{
           width: 230px;
        margin: 0px auto;
        position: relative;
    }
    .advert-image-box img{
        width: 200px;

    }
}

.page-header{
    color: #aaa;
}

.page-numbers{
        text-align: center;
        width: 100%;
}
.advert-other-images img{
    width:90px;
}
/*
input, select, textarea { border:#002C46 1px solid; background-color:#EBF2F5;}
*/