
.anywhere-slider .slick-prev {
    right: 0;
    left: auto;
    background-image: url('images/arrow-right.png');
}
.anywhere-slider .slick-next {
    right: auto;
    left: 0;
    background-image: url('images/arrow-left.png');
}

@media all and (min-width: 481px) {
	
.theme-banner-small {
	float: right;
	margin: 0 2% 60px 0;
}
.theme-banner-small:nth-of-type(1) {
	margin-right: 0;
}
}
.theme-banner2 > picture > .nivo-main-image {
    border-radius: 15px;
}

.theme-banner2 {
    width: 48%;
    display: inline-block !important;
    margin-left: 1.5%;
}

.theme-banner3 > picture > .nivo-main-image {
    border-radius: 15px;
}

.theme-banner3 {
    width: 48%;
    display: inline-block;
    margin-right: 1.5%
}
@media all and (max-width: 1000px){
    .theme-banner2 {
        width: 100%;
        border-radius: 15px;
        margin:0px !important;
    }
}
@media all and (max-width: 1000px){
    .theme-banner3 {
        width: 100%;
      /*  border-radius: 15px;*/
        margin-right: 0.5%;
        margin:0px !important; 
    }
}
@media all and (max-width: 1000px){
    .news-list-homepage >.news-items >.news-item >.news-body{
        margin:0 0 30px;
        line-height:30px;
        height:184px;
        overflow:hidden;
        font-size:9pt!important;
        text-align:justify;

    }
}