.homeDEMO{
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #aaa;
    padding: 0px;
}
.homeOBJ{
    margin-top: 5px;
    margin-bottom: 5px;
}
#slideShowDIV{
    display: block;
}
#contentHeaderDIV{
    min-height: 250px
}
#newsEventDIV{
    min-height: 250px;
}
#shortcutZone{
    /*padding: 0px;*/
    height: 200px;
}
#sectorDIV{
    border: none;
    height: 320px;
    box-sizing: border-box;
}
#otherDIV{
    height: 320px;
}
.shortcutButton{
    height: 33.3%;
    width: 100%;
    /*border: 1px solid #fff;*/
    
    box-sizing: border-box;
    padding-bottom: 1px;
}
.shortcutButton>div{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    padding: 5px;
}
.subSectorDIV{
    height: 50%;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 1px;
}
.subSectorDIV>div{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    padding: 5px;
}
#searchDIV{
    padding: 10px 0px 10px 0px;
}
#beforeFooter{
    height: 30px;
}

@media (max-width: 992px){
    #otherDIV{
        display: table;
        width: 100%;
        height: 320px;
    }
    .shortcutButton{
        float: left;
        width: 100%;
        height: 100%;
    }
    .subSectorDIV{
        height: 50%;
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 1px;
    }
    #shortcutZone{
        height: 100px;
    }
    #footerSocial{
        display: none;  
    }
}

@media (max-width: 630px){
    .subOther{
        width: 100% !important;
        margin-bottom: 2px;
        padding: 0px !important;
    }
}