﻿#facilities, #facilities2 {
    max-width: 840px;
    margin: auto;
    padding-top: 20px;
}
.row > .column {
    padding: 0 8px;
}

.row > .columnSlider {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
    visibility: hidden;
}

.columnDergi {
    float: left;
    width: 80%;
}

    .columnDergi img {
        width: 100px !important;
    }

.currentPage {
    
    filter: drop-shadow(0 0 0.75rem #fefefe);
}

.modal-contentNowMagazine {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 25%;
    max-width: 1200px;
    margin-bottom: 150px;
}

.modalHeaderMagazine {
    display: flex;
    justify-content: space-between;
    background-color: rgb(0 0 0 / 30%);
}

#pageNumber {
    width: 50px;
    height: 25px;
    text-align: center;
    border: 1px;
    border-radius: 5px;
    background: #E0E0E0;
}

.columnSlider img {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.columnSlider {
    max-width: 840px;
    display: flex;
}
.columnSlider img{
    object-fit:cover;
    border-radius:10px;
}
#localInfo .accordion > p {
    font-weight: 600;
}
.facilityFeatures {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style-position:inside;
}
    .facilityFeatures li {
        margin: 1px;
        padding: 3px 5px;
        width: 33%;
        /*list-style-type: circle;*/
    }
.facilityUsefullInfo li:not(:last-child){
    margin-bottom:12px;
}
.layoutImage{
    max-width:600px;
}
.devre {
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    padding: 8px;
    width: 80%;
}

table.devre tr:nth-child(odd) {
    background-color: #fff;
}

table.devre tr:nth-child(even) {
    background-color: #f2f2f2;
}

.devre th {
    border: 1px solid #f8f9fa;
    padding: 8px;
    background: #171a63;
    color: white;
}

.devre tr {
    border: 1px solid #ddd;
}

.devre td {
    border: 1px solid #C0C0C0;
    padding: 8px;
}
/* The Modal (background) */
.modalNow {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 68%);
}

/* Modal Content */
.modal-contentNow {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.closeNow {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .closeNow:hover,
    .closeNow:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}
.cursorzoom {
    cursor: zoom-in;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #787878;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    .prev:hover,
    .next:hover {
        background-color: #004892;
        
    /*    rgba(0, 0, 0, 0.8);*/
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }



@media (max-width: 768px){
    #facilities, #facilities2 {
        padding-top: 0;
    }
}
