﻿@media (min-width: 1280px) {
    .footerDiv {
    }

    .footerOuterBackgroundDiv {
    }

    .commonFooterRowPadding {
        margin-top: calc(0.4 / 100 * 1280px);
    }

    .footerHeaderLabelDiv {
        margin-top: calc(3.9 / 100 * 1280px);
        margin-bottom: calc(3.1 / 100 * 1280px);
    }

    .footerCollapseImg {
        width: calc(4.25 / 100 * 1280px);
        padding: calc(1.5 / 100 * 1280px) calc(.75 / 100 * 1280px) calc(1.5 / 100 * 1280px) calc(.75 / 100 * 1280px);
        margin-top: calc(3.9 / 100 * 1280px);
    }

    .footerMainLabelDiv {
        margin-bottom: calc(.375 / 100 * 1280px);
        padding-top: calc(0.4 / 100 * 1280px);
        padding-bottom: calc(0.4 / 100 * 1280px);
    }

    .footerMainLabel {
        font-size: calc(1.35 / 100 * 1280px);
        margin-top: calc(0.375 / 100 * 1280px);
        margin-bottom: calc(0.375 / 100 * 1280px);
        margin-left: calc(0.65 / 100 * 1280px);
    }

        .footerMainLabel:hover {
        }

    .footerTopRowImg {
        width: calc(3 / 100 * 1280px);
        margin-right: calc(0.75 / 100 * 1280px);
        margin-left: calc(0.75 / 100 * 1280px);
    }

    .footerLeftColumn {
    }

    .footerCenterColumn {
    }

    .footerRightColumn {
    }

    .footerBottomLabelInfo {
        font-size: calc(1.04 / 100 * 1280px);
    }

    .footerCategoryLabel {
        margin-top: calc(0.375 / 100 * 1280px);
    }

    .footerSubLabel {
        margin-left: calc(2 / 100 * 1280px);
    }

    .footerBottomLabel {
        margin-right: calc(0.375 / 100 * 1280px);
        padding-top: calc(0.4 / 100 * 1280px);
    }

    /*.footerBottomLabel:hover {
            cursor: pointer;
            text-decoration: underline;
        }*/

    /*.footerBottomLabelSmall {
        font-size: calc(1.04 / 100 * 1280px);
        color: rgb(254, 209, 47);      
    }*/

    /*.footerBottomLabelSmall:hover {
            cursor: pointer;
            text-decoration: underline;
        }*/

    .footerSearch {
        font-size: calc(1 / 100 * 1280px)
    }

    .footerSearchInput {
        padding-top: calc(0.3 / 100 * 1280px);
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1001; /* Sit on top */
        overflow: auto; /* Enable scroll if needed */
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 60%; /* Could be more or less, depending on screen size */
    }

    .rowTwoFooter {
        margin-top: calc(3.9 / 100 * 1280px);
    }

    .rowFiveFooter {
        margin-top: calc(0.4 / 100 * 1280px);
        padding-top: calc(0.3 / 100 * 1280px);
    }

    .rowSixFooter {
        margin-bottom: calc(3 / 100 * 1280px);
    }
}
