img.main-image {
    width: 100%;
    margin: 0 0 70px 0;
}

.slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

h1 {
    color: #1186a7;
    text-align: right;
    /* font-size: 20px; */
    margin-bottom: 40px;
}

div#content {
    text-align: right;
}


.item-background {
    height: 180px;
}

.item-title {
    font-size: 22px;
    color: #6a6a6a;
    padding: 0 10px 0 0;
    margin: 0;
    text-align: right;
}

p.item-content {
    font-size: 16px;
    width: 66%;
    padding: 0 10px 5px 0;
}

.news-item-inner {
    color: #6a6a6a;
    position: relative;
    border: 1px solid #d0d2d2;
}

a.item-link {
    width: 30%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #808080;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
}

a.item-link:before {
    content: "";
    border: 2px solid #000;
    display: inline-block;
    border-top: 19px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 10px solid #808080;
    border-left: 10px solid #808080;
    float: right;
}

.news-item-inner {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    max-height: 259px;
}

.news-item-inner:hover {
    -webkit-box-shadow: -2px 4px 10px 0 #B3B3B3;
    box-shadow: 0 0 10px 3px #B3B3B3;
}

.slick-track div {
    height: 100%;
    background-size: contain !important;
}

.main-image {
    max-height: 500px;
    height: 26vw;
}

.slick-track {
    height: 100%;
}

.gallery {
    height: 450px;
}

.slick-list {
    height: 100%;
}

.news-item {
    margin: 0 0 30px 0;
    text-align:right;
}
