﻿
.divMappaHeader {
    background-image: url(../../images/staticpages/image_marsh.jpg);
    background-size: cover;
}

.divLeft, .divRight {
    width: 100%;
    float: none;
}

.divRight {
    display: none;
}

.divSect {
    padding: 0px 10px;
}

.divSectTitle {
    font-weight: var(--unnamed-font-weight-bold) !important;
}

.divCatTitle {
    font-weight: var(--unnamed-font-weight-bold) !important;
    padding: 0px;
    background: transparent url(../../images/ctrl-up.svg) 95% 50% padding-box no-repeat;
}

.divCatTitleOpen {
    background: transparent url(../../images/ctrl-down.svg) 95% 50% padding-box no-repeat;
}
.divForMobileVersion {
    display: block;
    margin: auto;
    width: 90%;
}

.divForDesktopVersion {
    display: none;
}

.divCatMobile {
    clear: both;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.divCatMobileOpen {
    height: auto;
    overflow: visible;
}
.divAffinityMob {
    text-transform: capitalize;
    clear: both;
    display: block;
    height: auto;
    overflow: auto;
    border-bottom: solid 1px var(--light-blue);
    min-height: 50px;
    line-height: 50px;
}