﻿#cssLoader{
    display: none;
}

#floorGallery{
    padding-top: 0 !important;
}

.wt-portfolio-filter{
    display: none;
}

.wt-portfolio-more-info{
    background: #8ca55e;
    font-size: 18px;
    line-height: 40px;
    padding: 0 9px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #8ca55e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    color: #fff !important;
    margin-top: -.5em;
}


.svg-container-desktop {
position: relative;
width: 90%;
padding-bottom: 51%;
overflow: hidden;
margin: 0 auto;
}

.svg-container-mobile {
position: relative;
width: 100%;
padding-bottom: 100%;
overflow: hidden;
margin: 0 auto;
}

.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

polygon, rect {
transition: .5s fill;
fill: #dce6c7;
/*fill: #79a330;*/
fill-opacity: .1;

}

polygon:hover, rect:hover, .floor-nav-active {
fill: #ffd1ae;
fill-opacity: 1.0;
stroke: #ffd1ae;
}

@media (min-width: 789px){
    .svg-container-mobile{
        display: none !important;
    }
}
@media (max-width: 768px) {
    .svg-container-desktop {
        display: none !important;
    }
    .contentHeader h2{
        text-align: center;
        font-size: 50px;
    }
    .contentHeader p{
        text-align: center;
        font-size: 22px;
    }
}