﻿
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 360px;*/
}

.img-fix {
    height: 210px !important;
}

.slika-fix {
    height: 210px;
    width: 360px !important;
}

.content-xx {
    min-height: 400px;
}

#home_testimonial {
    min-height: 300px;
}

@media (max-width: 700px) {
    #home_testimonial {
        min-height: 500px;
    }
}body {
}
