﻿
@keyframes slideInFromBottom {
    0% {
        transform: translateY(200%);
    }

    100% {
        transform: translateY(0);
    }
}

#ns-content {
    margin-top: 0 !important;
}

.main-inner-wrapper {
    padding: 30px 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
    padding: 0 10px 20px 10px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: 0.5s ease-out 0s 1 slideInFromBottom;
}


.modal {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    padding-top: 8%;
    background-color: rgba(0, 0, 0, 0.85);
}


.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    box-shadow: none ;
}

.close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    z-index: 9999;
    opacity: 1;
    text-shadow: none;
}

    .close:hover {
        color: #fff;
        opacity: 1;
    }

.mySlides {
    display: none;
    width: auto;
    height: auto;
    background: transparent;
    text-align: center;
}

    .mySlides img {
        width: auto !important;
        max-height: 100% !important;
        max-width: 100%;
        height: auto;
    }

.cursor {
    cursor: pointer;
}


.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    font-size: 35px;
    line-height: 1.2;
}

    .prev:hover,
    .next:hover {
        color: #fff;
    }
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        background-color: transparent;
        color: #fff;
        background-image: none;
        border-radius: 0;
        text-decoration: none !important;
    }

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }


.date {
    text-align: left;
    padding-left: 30px;
    background-image: url(../images/time-icon.png);
    background-position: bottom 0px left;
    background-repeat: no-repeat;
    padding-top: 15px;
    line-height: 1;
    margin-bottom: 30px !important;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
}

.title {
    text-transform: uppercase;
    font-size: 50px;
    color: #efefef;
    margin-top: 50px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

    .title span {
        color: white;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: bold;
    }

.intro {
    margin: 5px 10px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    width: 90%;
    margin: 15px auto 80px auto;
}

.small-slider .slick-center, .inline-gal-small .slick-center {
    background: rgba(255, 255, 255, 0.2) !important;
}

.small-slider, .inline-gal-small {
    background: rgba(0,0,0,.3) !important;
}

.big-slider.slick-slider, .inline-gal-big.slick-slider {
    background: rgba(0, 0, 0, 0.3) !important;
}

h4.descritpion {
    padding: 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    width: 750px;
    margin: auto;
}



.imgWrapper {
    position: relative;
    display: inline-block;
    height:60vh;
}

.imageDesc {
    position: absolute;
    text-align: center;
    margin: 20px auto 0 auto;
    color: #efefef;
    bottom: -4px;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    text-align: left;
}
.imgWrap {
    position: relative;
    height: 200px;
    margin-bottom: 25px;
    padding: 1px;
}

    .imgWrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
@media(max-width:991px) {
    .intro {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .title {
        margin-top: 3rem;
    }
    h1.title span {
        font-size: 25px;
        line-height: 1.2;
        display: inline-block;
    }

    .modal {
        padding-top: 50%;
    }

    .close {
        top: 15px;
    }

    .mySlides img {
        width: 100% !important;
        height: auto !important;
    }

    .column {
        width: 50%;
    }
    .imgWrap{
        height:100px;
    }
}


