.pageslider-c {
    clear: both;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}
#slider {
    list-style: none;
    position: relative;
    z-index: 0;
}
html[xmlns] .clearfix {
    display: block;
}

.slideshow {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 980px) {
    .slideshow {
        max-height: 330px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .slideshow {
        max-height: 540px;
        overflow: hidden;
    }
}

.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}


.pageslider-l {
    float: left;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: url(./pageslider-l.png) repeat-y left top;
}
@media (min-width: 320px) {
    .pageslider-l {
        display: none;
    }
}
@media (min-width: 1200px) {
    .pageslider-l {
        display: block;
        left: -160px;
    }
}

@media (min-width: 1400px) {
    .pageslider-l {
        left: -100px;
    }
}

.pageslider-r {
    float: right;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: url(./pageslider-r.png) repeat-y right top;
}
@media (min-width: 320px) {
    .pageslider-r {
        display: none;
    }
}
@media (min-width: 1200px) {
    .pageslider-r {
        display: block;
        right: -160px;
    }
}
@media (min-width: 1400px) {
    .pageslider-r {
        right: -100px;
    }
}


.homelink-full {
    width: 100%;
    height: 200px;
    background: url(./homelink-bg.png) repeat-x left top;
    margin-top: -60px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
@media (min-width: 320px) {
    .homelink-full {
        position: initial;
        height: auto;
        margin-top: 10px;
        margin-bottom: 0;
    }
}
@media (min-width: 980px) {
    .homelink-full {
        margin-top: -60px;
        margin-bottom: 10px;
        position: relative;
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .homelink-full {
        /*height: 210px;*/
        height: auto;
        margin-top: -60px;
        margin-bottom: 0px;
    }
}

.homelink {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    color: #2c7b2b;
}
@media (min-width: 320px) {
    .homelink {
        width: auto;
    }
}
@media (min-width: 980px) {
    .homelink {
        width: 1000px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .homelink {
        width: 1200px;
/*        height: 150px;*/
        height: auto;
    }
}

.homelink-item {
    clear: both;
    display: block;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 15px;
}
@media (min-width: 320px) {
    .homelink-item {
        margin: 5px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 480px) {
    .homelink-item {
        margin: 10px;
    }
}
@media (min-width: 980px) {
    .homelink-item {
        margin: 5px;
    }
}
@media (min-width: 1200px) {
    .homelink-item {
        margin: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
}
.homelink-item .avatar {
    clear: both;
    display: block;
    padding-bottom: 0;
    border: #FFF 5px solid;
    border-bottom: 0;
    box-sizing: border-box;
}
.homelink-item .avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}
a img {
    border: none;
}
.homelink-item h4 {
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}
@media (min-width: 320px) {
    .homelink-item h4 {
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 480px) {
    .homelink-item h4 {
        padding: 10px 0;
    }
}
@media (min-width: 980px) {
    .homelink-item h4 {
        padding: 5px;
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .homelink-item h4 {
        padding: 10px 0;
        font-size: 13px;
    }
}

.homelink-item h4 a {
    color: #197b30;
    text-transform: uppercase;
}
@media (min-width: 320px) {
    .homelink-item h4 a {
        white-space: nowrap;
    }
}
@media (min-width: 980px) {
    .homelink-item h4 a {
        text-transform: uppercase;
    }
}

.owl-carousel .owl-item img {
    height: 110px;
    object-fit: cover;
}
