.mySlides {display:none}
.w3-sidebar {width:400px;z-index:3}
@media (max-width:991.98px){
    .w3-sidebar{
        width: 100%;
        position: relative !important;
    }
}
.w3-main {margin-left: 400px}
.object {border: 1px solid #f1f1f1;margin:0.5rem}
.object-img {width:100%;cursor:pointer}
.header-cell {text-align: center;vertical-align: middle;display: table-cell}
.header-text {display: block}
.header-text-bold {font-weight: bold;font-size: 1.5rem}

.description {
    border-left-width: 1px;
    border-color: #4CAF50;
    border-bottom-style: solid;
}
@media (max-width:575.98px) {
    h1.sp-title,h3.sp-title {
        font-size: 1.55rem;
    }
    .near-elements-text {
        /*display: block;*/
        /*width: 100%;*/
        display: none;
    }
}
@media (min-width:576px) {
    h1.sp-title,h3.sp-title {
        font-size: 1.75rem;
    }
    .near-elements-text {
        /*display: table-cell;*/
        display: block;
    }
}

.title-desc {

}

.slider-preview {
    display: block;
    position: absolute;
    top:0;
    height: 100%;
    width: 40px;
    text-decoration: none;
    transition: background 0.15s ease-in;
    -webkit-transition: background 0.15s ease-in;
    background: rgba(0,0,0,0.55);
    color: #fff;
}
.slider-preview>i {
    top:40%;
    left:40%;
    position: absolute;
}

#footer {
    font-size: .9rem;
    text-transform: none;
    text-decoration: none;
    color: #404040;
}
#footer i {
    font-size: 1.5rem;
    width: 2.8rem;
}
#footer .navbar {
    background-color: #f7f7f7;
    height: 8rem;
    font-weight: 100 !important;
    font-family: 'Philosopher', sans-serif !important;
}