.slidder-container {
    background-image: url(../images/intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;
    border-bottom: 1px solid #3b7a51;
    padding-top: 14%;
    padding-bottom: 3%;
}

.slidder-container h1 {
    color: #ffffff;
}

.side-bar li {
    border-bottom: 1px dotted #d7d7d7;
}

.side-bar li a:hover {
    background: transparent;
}

.side-bar li a:focus {
    background: transparent;
}

.galler img {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    /*padding: 3px;*/
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
    background: url(../images/AjaxLoader.gif) no-repeat center center;
    background-color: #ffffff;
    object-fit: cover;
}

@media (min-width: 518px) {
    .galler img {
        min-height: 200px;
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .galler img {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (min-width: 992px) {
    .galler img {
        min-height: 220px;
        max-height: 220px;
    }
}

@media (min-width: 1200px) {
    .galler img {
        min-height: 260px;
        max-height: 260px;
    }
}