@media (max-width: 1374px) {
    #header-wrapper h1 a {
        width: 425px;
        background-image: url('/images/logo2.png');
        left: 3%;
    }
}
@media (max-width: 980px) {
    #header-wrapper {
        width: 96%;
        padding: 0px 2%;
    }
    #header-wrapper h1 a {
        left: 3%;
    }
    #header-wrapper header {
        width: 100%;
    }
    #slider-wrapper #homeslider .inner section {
        width: 92%;
        padding: 0px 4%;
    }
    #footer footer {
        width: 100%;
    }
}
@media (max-width: 940px) {
    #djelatnosti-wrapper {
        height: auto;
        padding-bottom: 40px;
    }
    #djelatnosti-wrapper #djelatnosti {
        width: 100%;
    }
    #certifikati-wrapper #certifikati {
        width: 100%;
    }
    #certifikati-wrapper #certifikati .fl,
    #certifikati-wrapper #certifikati .fr {
        width: auto;
        float: none;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
    }
    #static-wrapper #static,
    #staticb-wrapper #static-bottom {
        width: 90%;
        padding: 35px 5%;
    }
    #static-wrapper #static #col-left,
    #staticb-wrapper #static-bottom #col-left-bottom,
    #staticb-wrapper #static-bottom.betonara #col-right-bottom {
        width: 60%;
        margin-right: 2%;
    }
    #static-wrapper #static #col-right,
    #staticb-wrapper #static-bottom #col-right-bottom,
    #staticb-wrapper #static-bottom.betonara #col-left-bottom {
        width: 38%;
    }
}
@media (max-width: 800px) {
    .hide-tablet {
        display: none;
    }
    .show-tablet {
        display: block;
    }
    #header-wrapper {
        background-position: top left;
    }
    #header-wrapper h1 a {
        top: 50%;
    }
    #djelatnosti-wrapper #djelatnosti .line {
        margin: 0px 30px;
    }
    #footer footer {
        width: 90%;
        padding: 20px 5%;
        text-shadow: 1px 1px 3px #212121;
    }
    #footer footer section {
        margin-right: 0px;
    }
    #footer footer section.mailto {
        margin: 13px 0px 0px 0px;
    }
    #static-wrapper #static #col-left,
    #staticb-wrapper #static-bottom #col-left-bottom {
        width: 100%;
        margin-right: 0%;
        float: none;
        margin-bottom: 60px;
    }
    #static-wrapper #static #col-right,
    #staticb-wrapper #static-bottom #col-right-bottom {
        float: none;
        width: 100%;
    }
    #staticb-wrapper #static-bottom.betonara #col-left-bottom {
        width: 100%;
        margin-right: 0%;
        float: none;
        margin-bottom: 40px;
    }
    #staticb-wrapper #static-bottom.betonara #col-right-bottom {
        width: 100%;
        margin-right: 0%;
        float: none;
    }

}
@media (max-width: 480px) {
    .hide-mobile {
        display: none!important;
    }
    .show-mobile {
        display: block;
    }
    #header-wrapper {
        height: 135px;
    }
    #mobile-nav {
        width: 75%;
    }
    #mobile-icon {
        height: 65px;
    }
    #mobile-icon .logo-mob {
        float: left;
        width: 76%;
        margin: 16px 0px 0px 15px;
    }
    #mobile-icon span {
        margin-top: 16px;
    }
    #mobile-nav .inner {
        padding: 80px 20px 20px 20px;
    }
    #certifikati-wrapper #certifikati .fr img {
        float: none;
        width: 95%;
        padding: 2% 2%;
        margin: 0px 0px 20px 0px;
    }
    #footer footer {
        text-align: center;
        background-position: top center;
        padding: 30px 5%;
    }
    #footer footer section.mailto {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
}