/*-----------------------------
---------- TOPBAR -------------
---------------------------- */
div.topbar {
    height: auto;
    width: 100%;
}

img.topbar-logo {
    margin-top: 50px;
    margin-right: 100px;
    height: 200px;
}

a.topbar-menu-item {
    display: block;
    float: right;
    padding: 5px 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: #1B2B45;
    text-decoration: none;
    letter-spacing: 1px;
}

a.topbar-menu-item:hover {
    color: #D26214;
}

a.topbar-menu-item.active {
    background: #EAEAEA;
    border-radius: 20px;
    color: #D26214;
}

@media only screen and (max-width: 960px) {
    a.topbar-menu-item {
        margin-bottom: 10px;
    }
}

/*-----------------------------
---------- CONTENT ------------
---------------------------- */
div.content {
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding: 0 100px;
}

div.network-grid {
    margin: 100px 0;
}

div.network-bg {
    height: auto;
    width: 500px;
}

div.network-bg > img {
    width: 500px;
}

span.network-pin {
    color: #D26214;
}

div.network-area {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #1B2B45;
}

div.network-area > span {
    font-family: 'Helvetica Neue';
    font-size: 25px;
    font-weight: 500;
    color: #1B2B45;
    text-decoration: none;
    letter-spacing: 1px;
}

div.network-country {
    margin-top: 30px;
}

div.network-country > img {
    height: 30px;
    width: 40px;
    margin-left: 20px;
    border-radius: 3px;
}

div.network-country > span {
    font-family: 'Helvetica Neue';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    div.content {
        padding: 0 20px;
    }

    div.network-grid > div {
        padding: 0;
    }
}

/*------------------------------------------------
------------------- MOBILE HEADER ----------------
------------------------------------------------*/
div.mobile-header {
    height: 170px;
    width: 100%;
}

img.mobile-header-logo {
    top: 20px;
    left: 20px;
    width: 90px;
}

span.mobile-header-menu {
    top: 20px;
    right: 20px;
    color: #1B2B45;
}