.imagewall ul {
    overflow: hidden
}

.imagewall {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.imagewall img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    width: 95% !important;
    height: auto !important;
    margin-bottom: 30px;
    /*border: 2px solid black*/
}

.imagewall img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    -webkit-transition: filter .6s ease-out;
    -webkit-transition: -webkit-filter .6s ease-out;
    transition: -webkit-filter .6s ease-out;
    transition: filter .6s ease-out;
    transition: filter .6s ease-out, -webkit-filter .6s ease-out
}

@media (max-width: 1200px) {
    .imagewall {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

@media (max-width: 1000px) {
    .imagewall {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }

    .imagewall img {
        max-width: 75%
    }
}

@media (max-width: 800px) {
    .imagewall {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }

    .imagewall img {
        max-width: 75%
    }
}

@media (max-width: 400px) {
    .imagewall {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }

    .imagewall img {
        max-width: 75%
    }
}

.sy-box.sy-loading {
    background: url("img/sy-loader.gif") 50% 50% no-repeat;
    background-size: 32px;
    min-height: 40px
}

.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
    visibility: hidden
}

.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%
}

.sy-slides-wrap:hover .sy-controls {
    display: block
}

.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden
}

.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute
}

.sy-list.horizontal {
    -webkit-transition: left ease;
    transition: left ease
}

.sy-list.vertical {
    -webkit-transition: top ease;
    transition: top ease
}

.sy-slide {
    z-index: 2;
    position: absolute;
    width: 100%
}

.sy-slide.kenburns {
    width: 140%;
    left: -20%
}

.sy-slide.kenburns.useCSS {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    -webkit-animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: left-right;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: left-right;
    -o-animation-fill-mode: forwards;
    -webkit-animation-name: left-right;
    animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    -webkit-animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: right-left;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: right-left;
    -o-animation-fill-mode: forwards;
    -webkit-animation-name: right-left;
    animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.sy-slide.sy-active {
    z-index: 3
}

.sy-slide>a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%
}

.sy-slide>a>img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0
}

.sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0
}

.sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33
}

.sy-controls li.sy-prev {
    left: -80px;
    top: 0
}

.sy-controls li.sy-prev a:after {
    background-position: -5% 0
}

.sy-controls li.sy-next {
    right: -80px;
    top: 0
}

.sy-controls li.sy-next a:after {
    background-position: 105% 0
}

.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    border: 0
}

.sy-controls li a:link,
.sy-controls li a:visited {
    opacity: 0.6
}

.sy-controls li a:hover,
.sy-controls li a:focus {
    opacity: 1;
    outline: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.sy-controls li a:active {
    opacity: 0.8
}

.sy-controls li a:after {
    content: "";
    background-image: url("img/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #fff;
    position: absolute;
    background-color: white;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 100px;
    margin-top: -1.4em;
    margin-left: -1.4em;
    border: 2px solid black
}

.sy-caption-wrap {
    position: fixed;
    bottom: 100px;
    z-index: 12;
    left: 50%
}

.sy-caption-wrap .sy-caption {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: .8em;
    text-align: center;
    line-height: 180%;
    text-transform: uppercase;
    position: relative;
    left: -50%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    padding: 0.4em 1em;
    border: 2px solid black
}

.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
    color: #e24b70;
    text-decoration: none
}

.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
    text-decoration: underline
}

.sy-pager {
    z-index: 50;
    position: fixed;
    bottom: 42px;
    left: 0;
    overflow: hidden;
    zoom: 1;
    display: block;
    width: 100%;
    margin: .7em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.8));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.8))
}

.sy-pager li {
    display: inline-block;
    width: .7em;
    height: .7em;
    margin: .8em 1.1em 0 0
}

.sy-pager li.sy-active a {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid black
}

.sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid black;
    background-color: #000;
    text-indent: -9999px;
    background-size: .7em
}

.sy-pager li a:hover,
.sy-pager li a:focus {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid black;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.sy-filler {
    width: 100%
}

.sy-filler.ready {
    -webkit-transition: padding 600ms ease;
    transition: padding 600ms ease
}

.news-slider .text-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #000;
    background-color: transparent;
    font-family: 'Raleway';
    font-weight: 100;
    text-transform: lowercase;
    font-size: 32px;
    text-align: left
}

.news-slider .text-content h2 {
    margin: 0;
    padding-left: 65px
}

.news-slider .text-content p {
    margin: 1em 0
}

.news-slider .text-content a.button-link {
    padding: 0.25em 0.5em;
    position: relative;
    bottom: 1em;
    right: 1em
}

.news-slider .image-content {
    line-height: 0
}

.news-slider .image-content img {
    max-width: 100%
}

.news-slider .news-pager {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.news-slider .news-pager li {
    display: inline-block;
    padding: 0.6em;
    margin: 0 0 0 1em
}

.news-slider .news-pager li.sy-active a {
    font-weight: bold;
    border-bottom: none
}

.news-slider .news-pager li a {
    text-decoration: none;
    display: block;
    color: white;
    border: none
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    /*box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75)*/
}

#imagelightbox-loading {
    line-height: 0;
    width: 2.5em;
    height: 2.5em;
    background-color: transparent;
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    margin: -1.25em 0 0 -1.25em
}

#imagelightbox-loading div {
    font-size: 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 33.33%;
    height: 33.33%;
    background-color: black
}

#imagelightbox-loading div:nth-of-type(1) {
    -webkit-animation: loading .9s 0.00s ease-in-out infinite;
    animation: loading .9s 0.00s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(2) {
    -webkit-animation: loading .9s -0.8s ease-in-out infinite;
    animation: loading .9s -0.8s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(3) {
    -webkit-animation: loading .9s -0.75s ease-in-out infinite;
    animation: loading .9s -0.75s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(4) {
    -webkit-animation: loading .9s -0.7s ease-in-out infinite;
    animation: loading .9s -0.7s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(5) {
    -webkit-animation: loading .9s -0.65s ease-in-out infinite;
    animation: loading .9s -0.65s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(6) {
    -webkit-animation: loading .9s -0.6s ease-in-out infinite;
    animation: loading .9s -0.6s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(7) {
    -webkit-animation: loading .9s -0.55s ease-in-out infinite;
    animation: loading .9s -0.55s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(8) {
    -webkit-animation: loading .9s -0.5s ease-in-out infinite;
    animation: loading .9s -0.5s ease-in-out infinite
}

#imagelightbox-loading div:nth-of-type(9) {
    -webkit-animation: loading .9s -0.45s ease-in-out infinite;
    animation: loading .9s -0.45s ease-in-out infinite
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    25% {
        -webkit-transform: scale(0.25);
        transform: scale(0.25)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loading {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    25% {
        -webkit-transform: scale(0.25);
        transform: scale(0.25)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#imagelightbox-overlay {
    z-index: 9998;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#imagelightbox-close {
    z-index: 10002;
    width: 3.75em;
    height: 3.75em;
    opacity: 0.6;
    text-align: left;
    background-color: white;
    border: 2px solid black;
    position: fixed;
    top: 3.75em;
    right: 3.75em;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
    cursor: pointer;
    opacity: 1
}

#imagelightbox-close:active {
    opacity: 0.2
}

#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 3px;
    background-color: #000;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px
}

#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.imagelightbox-arrow {
    width: 3.75em;
    height: 3.75em;
    background-color: white;
    opacity: 0.6;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    border: 2px solid black
}

.imagelightbox-arrow:before {
    content: "";
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    position: absolute;
    margin-top: -1.4em;
    margin-left: -1.4em;
    z-index: 10001;
    border: none
}

.imagelightbox-arrow-left {
    left: 3.75em;
    background-image: url("img/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -5% 0
}

.imagelightbox-arrow-right {
    right: 3.75em;
    background-image: url("img/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 105% 0
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.imagelightbox-arrow:active {
    opacity: 0.8
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em
}

#imagelightbox-nav {
    z-index: 10001;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    left: 50%;
    bottom: 3.75em;
    padding: 0.313em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#imagelightbox-nav button {
    width: 1em;
    height: 1em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em
}

#imagelightbox-nav button.active {
    background-color: #fff
}

@media only screen and (max-device-width: 736px),
screen and (max-width: 736px) {
    .sy-caption-wrap {
        top: 0;
        bottom: auto !important;
        width: 100%;
        left: 0
    }

    .sy-caption-wrap .sy-caption {
        border: none;
        border-bottom: 2px solid black;
        left: 0
    }

    .contentarea {
        margin: 40px 40px 100px 40px
    }

    ul.imagewall li {
        padding-bottom: 20px
    }

    ul.imagewall li:nth-child(odd) {
        margin: 0 auto;
        float: left
    }

    ul.imagewall li:nth-child(even) {
        margin: 0 auto;
        float: right
    }

    #container {
        width: 100%
    }

    #imagelightbox-close {
        top: 1.5em;
        right: 1.5em
    }

    #imagelightbox-nav {
        bottom: 1.5em
    }

    .imagelightbox-arrow {
        visibility: hidden;
        height: 0;
        width: 0
    }

    .sy-caption-wrap {
        left: 0;
        bottom: 0.4em
    }

    .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0
    }

    .sy-pager {
        position: fixed;
        bottom: 42px;
        top: auto;
        width: 100%;
        height: 40px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.8));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.8))
    }

    .sy-pager li {
        width: .5em;
        height: .5em;
        margin: .9em .6em 0 0
    }

    .sy-pager li a {
        border: 2px solid black;
        background-color: #000
    }

    .sy-pager li a:hover,
    .sy-pager li a:focus,
    .sy-pager li.sy-active a {
        border: 2px solid black;
        background: rgba(255, 255, 255, 0.5)
    }

    .sy-controls {
        display: block
    }

    .sy-controls li {
        display: none
    }

    .sy-controls li {
        position: fixed;
        min-width: 25%;
        top: 25%
    }

    .sy-controls li:first-child {
        float: left;
        left: 10px;
        height: 40px
    }

    .sy-controls li:last-child {
        float: right;
        right: 10px;
        height: 40px
    }

    .sy-controls li a {
        top: 0;
        height: inherit;
        display: block;
        text-indent: 0px;
        border: 1px dotted red
    }

    .sy-controls li a:after {
        top: 0;
        width: 1em;
        height: 1em;
        margin-top: 0em;
        margin-left: 0em
    }

    .sy-controls li.sy-prev {
        left: 0;
        top: 0;
        border: 1px solid red
    }

    .sy-controls li.sy-prev a:after {
        background-position: -5% 0
    }

    .sy-controls li.sy-next {
        right: 0;
        top: 0
    }

    .sy-controls li.sy-next a:after {
        background-position: 105% 0
    }
}