﻿.gate-container {
  margin: auto; }

/*body {
    display: block;

    .gate-container {
        display: flex;
        margin: auto;
        width: auto;
        max-width: 1366px;

        .gate-left {
            position: fixed;
        }

        .gate-center {
            margin-left: 160px;
            margin-right: 160px;
            width: 1028px;

            footer {
                width: 100%;
                max-width: 100%;
                left: 0px;
                position: absolute;
            }
        }

        .gate-right {
            position: fixed;
            margin-left: 1188px;
        }

        img {
            width: 100%;
        }

        &.simple {
            .gate-left, .gate-right {
                display: none;
            }
        }
    }

    .leaderboard {
        margin: 15px 0px;
        text-align: center;

        img {
            width: 957px;
            margin-left: 52px;
        }
    }

    .leaderboard-mobile {
        margin-left: 30px;
    }
}

#office-detail {
    .map {
    }
}

@media (max-width: 1365px) {
    body {
        .gate-container {
            .gate-left, .gate-right {
                display: none !important;
            }

            .gate-center {
                margin-left: 0;
                margin-right: 0;
                width: 100%;
            }
        }
    }
}*/
/*@media (max-width: 991px) {
    body {
        .gate-container {*/
/*.gate-top {
                display: none !important;
            }*/
/*.gate-center {
                margin-left: 0;
                margin-right: 0;
                width: 100%;
            }
        }
    }
}*/
