/* Media queries */
@media screen and (max-width: 1200px) {


}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 750px) {

}

@media screen and (max-width: 540px) {

}

@media screen and  (min-width: 320px) and (max-width: 479px){
    .big-background-title {
        font-size: 40px;
    }
.big-background small {
	font-size: 46px;
	color: #fff;
}
    #colorize {
        font-size: 30px;
    }
    .about-section-title {
        font-size: 30px;
    }
    .about-section-container {
        padding-bottom: 0;
    }
    .about-section .text-left h2 {
        text-align: center;
    }
    .small-background-title {
        font-size: 24px;
    }


    #mod_jc_bs_lp_gallery_blok .thumbnail-text ul {

    }
    #mod_jc_bs_lp_gallery_blok .thumbnail-text .btn_green {
        width: 100% !important;
        top: 72%;
        left: 1%;
        padding: 0;
        font-size: 10px;
    }
    #mod_jc_bs_lp_gallery_blok .thumbnail-text .prodano {
        background-image: url(/images/prodano_mini.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 69%;
        /* left: 1%; */
    }
    .actionBlok .prodano {
        background-image: url(/images/prodano_mini.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 82px;
        height: 32px;
        /* position: absolute; */
        top: 25px;
        /* left: 204px; */
        /* opacity: 0.4; */
        /* z-index: 9999000; */
        /* right: 83px; */
    }
    #mod_jc_bs_lp_gallery_blok .thumbnail-text ul {
        color: #fff;
        font-size: 10px;
        text-align: left;

        line-height: 10px;
    }
    #mod_jc_bs_lp_gallery_blok .thumbnail-text p {
        font-size: 8pt;
        padding: 0;
        line-height: 13px;
        margin: 0;
        margin-top: 5%;
    }
    .harBlok ul li span {
        font-size: 12px;
    }
    .actionBlok .btn_green{
        font-size: 12px;  
    }
    .harBlok ul li {
        font-size: 0.7em;
    }
    .harBlok ul li span {
        font-size: 0.9em;
    }
    .about-section-btn {
        width: 100%;
    }
    #obomne p {
        font-size: 14px;
    }
}
@media screen and  (min-width: 320px) and (max-width: 1460px){

}
