.swiper-container {
    width: 95%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-photo {
    height: 85%;
    width: 95%;
}

.gallery-thumbs {
    height: 16%;
    box-sizing: border-box;
    padding: 6px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.55;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.row > .column {
    padding: 0 8px;
}
 
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}
            
.swiperGallery {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}
                                
.swiperGallery-content {
    position: relative;
    margin: auto;
    padding: 0;
    height:90%;
    width: 67%;
    max-width: 1200px;
    float: left;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 50px;
    width: 80px;
    text-align: center;
    z-index:12;
}
                                                        
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}
                                                                
.cursor {
    cursor: pointer;
}
/*
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
                                                                                                
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
*/
.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;
}

img.hover-shadow {
    transition: 0.3s;
}
                                                                                                                            
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.photoarray {
    float: left;
    width: 100%;
    max-width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.photoarray-container {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}    
.photoarray-photo:hover {
    /* box-shadow: 0 0 5px rgba(169,0,48,.8); */
    opacity: 0.75;
    cursor: pointer;
}


/* Swiper news */
.news_swipable_desktop {
    float:left;
    position: relative;
    width: 892px;
    padding-top: 2%;
    padding-left: 8px;
    background-color: #f6f6f6;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.news_swiper_container {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: unset;
}

.news_swipe_title_container {
    float:left;
    padding-bottom: 1%;
    width: 100%;
}

.news-swiper-button-next {
    width: 48px;
    height: 48px;
    z-index: 2;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/swiper-arrow-next.png);
    position: absolute;
    right: 0px;
    top: 35%;
    outline: 0;
}

.news_swipable_mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .news_swipable_desktop {
	display: none;
    }

    .news_swipable_mobile {
	display: block;
	float:left;
	position: relative;
	width: 86vw;
	padding-top: 2%;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding-top: 5%;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	
    }

    .news_swipe_title_container {
	padding-bottom: 4%;
    }

    .news-swiper-button-next {
	width: 24px;
	right: -30px;
    }

}
