@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
    font-family: Montserrat;
    font-weight: 400;
}

a,
p,
h1,
h2,
h3 {
    color: #4a4a4a;
}

.headers {
    background-image: url(/Images/Streetbox.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-right: 1.1em;
}

.logo {
    position: absolute;
    max-width: 15%;
    padding-top: 3%;
    padding-left: 3%;
}

.moblie-logo {
    display: none;
}

.background-image {
    display: none;
    width: 100%;
    height: auto;
    z-index: -2;
    position: absolute;
}

.background-image-res {
    display: none;
}

.main-heading {
    width: 43%;
    color: #4a4a4a;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    display: -webkit-inline-box;
    padding-left: 48%;
    padding-top: 12%;
    text-align: right;
    margin: 0;
}

.subheading {
    width: 43%;
    padding-left: 48%;
    line-height: 32px;
    text-align: right;
    color: #9B9B9B;
}

.numbers {
    font-weight: 700;
}

.contact {
    width: 170px;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.contact-color {
    text-decoration: none;
    color: white;
}

.a-color {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.a-color:hover {
    color: #686A6C;
}

.coverage-maps {
    margin: 0;
    padding: 3em 0;
    text-align: center;
}

.coverage-buttons {
    text-decoration: none;
    background-color: #3498db;
    border-radius: 100px;
    padding: 1.4em;
    width: 170px;
    display: -webkit-inline-flex;
    justify-content: space-around;
    color: white;
    font-weight: 100;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 4em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1p5x rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.coverage-buttons:hover {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.coverage-buttons:hover {
    background-color: #58ACE3;
}

#stats {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    justify-content: space-around;
    padding-top: 6em;
    margin: auto;
}

.items {
    flex-direction: column;
    text-align: center;
}

#outlets-background {
    background-color: #f2f2f2;
}

.transit {
    display: flex;
    flex-direction: row;
}

.outlet-images1 {
    display: flex;
    width: 50%;
    height: 50%;
}

.outlet-images2 {
    display: none;
}

.outlet-headings {
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}

.outlet-heading {
    display: block;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
    padding: 3em 0;
}

.outlet-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15%;
    padding-right: 15%;
    line-height: 32px;
}

#text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.resturants {
    display: flex;
    flex-direction: row-reverse;
}

.retail {
    display: flex;
    flex-direction: row;
}

.coverage {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
}

.map-buttons {
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1380px;

}

.cities-heading {
    font-weight: 700;
    display: block;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
    padding-top: 2.5em;
}

.cities-list {
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    color: #4a4a4a;
    line-height: 32px;
    padding-top: 1em;
}

.clients-heading {
    display: block;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
    padding: 3em 0;
}

.clients {
    text-align: center;
}

.covers {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.covers:hover,
.covers:focus,
.covers:active {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.clients-button {
    display: block;
    text-align: center;
    padding-top: 2em;
}

.clients-button button {
    padding: 1em;
}

.about {
    display: block;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
    padding: 3em 0;
}

.about-body {
    margin: auto;
    max-width: 1250px;
    color: #4a4a4a;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.office-content {
    max-width: 1250px;
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 4%;
    flex-wrap: wrap;
    margin: auto;
}

.office-images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.the-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 8%;
    padding-right: 8%;
}

.location-images {
    height: 10em;
    width: 15em;
    -moz-box-shadow: 0px 4px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 13px -5px rgba(0,0,0,0.75);
}

.locations-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-wrapper {
    background-color: rgba(215, 215, 215, 0.35);
    padding: 4%;
}

.footer-logo {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

.footer-nav {
    display: flex;
    padding-left: 0;
}

.footer-nav-buttons {
    display: flex;
    margin-top: 0.75em;
    padding-left: 0;
    padding-right: 2.9em;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer-nav-buttons:hover {
    color: #686A6C;
}

.footer-icons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    list-style-type: none;
}

.footer-icons-res {
    display: none;
}

.icons {
    display: flex;
    padding-top: 0.45em;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.icons:hover {
    -webkit-filter: opacity(.5);
    -moz-filter: opacity(.5);
    -o-filter: opacity(.5);
    filter: opacity(.5);
}

@media screen and (max-width: 1000px) {
    .outlet-images1 {
        display: none;
    }
    .outlet-images2 {
        display: flex;
        width: 100%;
        height: auto;
    }
    .outlet-headings {
        font-size: 24px;
        line-height: 24px;
        padding-top: 2%;
    }
    .outlet-text {
        font-size: 14px;
        padding-right: 25%;
        padding-left: 25%;
        padding-bottom: 3%;
    }
    #text {
        width: 100%;
        height: auto;
    }
    .transit {
        display: inline-block;
    }
    .resturants {
        display: inline-block;
    }
    .retail {
        display: inline-block;
    }
    .coverage-buttons {
        padding-left: 1em;
        padding-right: 1em;
    }
    .cities-list {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
}

@media screen and (max-width: 750px) {
    .space {
        padding-top: 0%;
        width: 100%
    }
}

@media screen and (max-width: 1250px) {
    .footer-icons {
        display: none;
    }
    .footer-icons-res {
        display: flex;
        justify-content: space-around;
        width: 100%;
        list-style-type: none;
        padding-top: 1.25em;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-nav-buttons {
        padding: .5em;
    }
}

@media screen and (max-width: 500px) {
    .headers {
        background-image: url(/Images/Mobile-Hero-Background.jpg);
        padding-right: 1.4em;
    }
    .background-image {
        display: none;
    }
    .background-image-res {
        display: flex;
        width: 100%;
        height: auto;
        z-index: -2;
        position: absolute;
    }
    .main-heading {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        width: 75%;
        padding-left: 22%;
        padding-top: 35%;
    }
    .subheading {
        width: 75%;
        padding-left: 22%;
        font-size: 14px;
        margin-top: 0;
    }
    .moblie-logo {
        padding-left: 5%;
        padding-top: 5%;
        max-width: 60%;
        display: block;
        position: absolute;
    }
    .clients-logo {
        display: none;
    }
    .logo {
        display: none;
    }
    .items {
        display: block;
        margin: auto;
    }
    #stats {
        display: block;
        padding-top: 0;
    }
    #top-item {
        padding-top: 3em;
    }
    .outlet-text {
        padding-right: 12.5%;
        padding-left: 12.5%;
    }
    .coverage-buttons {
        width: 50%;
        margin-top: 1em;
        margin-bottom: 1em;
        text-decoration: none;
    }
    .map-buttons {
        display: block;
    }
    .footer-nav {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    .footer-nav-buttons {
        text-decoration: none;
        padding-right: 0;
    }
    .footer-wrapper {
        padding: 10%;
    }
}

@media screen and (min-width: 725px) {
    .res-nav {
        display: none;
    }
    .nav-toggle {
        display: none;
    }
    .reg-nav {
        display: flex;
        justify-content: flex-end;
        padding-top: 5%;
        padding-right: 4%;
        margin: 0;
    }
    #links {
        text-decoration: none;
        list-style-type: none;
        padding: 1em;
        padding-right: 1em;
    }
    a {
        text-decoration: none;
        font-size: 1em;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
    .footer-icons a {
        text-decoration: none;
        color: black;
        font-size: 1em;
        padding-left: 2.6em;
    }
    .contact {
        padding: 1em;
        background-color: #3498db;
        border-radius: 100px;
    }
    .contact:hover {
        color: white;
        background-color: #58ACE3;
    }
    .contact a {
        color: white;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
}

@media screen and (min-width: 501px) and (max-width: 750px) {
    .main-heading {
        font-size: 22px;
        font-weight: 400;
        line-height: 31px;
        padding-top: 81px;
        width: 51%;
    }
    .subheading {
        width: 63%;
        padding-left: 36%;
        font-size: 12px;
        font-weight: 400;
        line-height: 23px;
        margin-top: 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
    .main-heading {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
    }
    .subheading {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1250px) {
    .headers {
        padding-bottom: 160px
    }
}

@media screen and (min-width: 1455px) {
    .footer-content {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
}

@media screen and (max-width: 1000px) {
    .logo {
        padding-top: 20px;
        padding-left: 38%;
        max-width: 22%;
        display: block;
    }
    #stats {
        justify-content: center;
    }
    .items {
        text-align: center;
        width: 40%;
        padding-top: 2em;
    }
    .reg-nav {
        display: none
    }
    @media screen and (max-width: 500px) {
        .logo {
            display: none;
        }
    }
    header {
        padding-right: 1.1em;
    }
    header h1 {
        float: left;
        margin: 0;
        max-width: 80%;
    }
    header h1.open {
        position: fixed;
        top: 20px;
        left: 20px;
    }
    header h1 a {
        background: #384047;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        color: white;
        display: block;
        float: left;
        height: 60px;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        font-size: 25px;
        line-height: 60px;
        font-weight: 700;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    header h1 a:hover {
        background: #2d3339;
        color: white;
    }
    header nav h1.open {
        z-index: 101;
    }
    .logged-in header nav h1.open {
        top: 55px;
    }
    header nav h1.open a {
        margin: 0;
    }
    header h1 em {
        font-style: normal;
        font-size: 23px;
        float: left;
        display: block;
        padding: 8px 20px;
        display: none;
    }
    header h1 em {
        display: block;
    }
    nav {
        display: none;
        background: rgba(215, 215, 215, 1);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        overflow: scroll;
    }
    nav {
        overflow: visible;
    }
    nav > ul {
        /*margin: 100px auto 0 !important;*/
        text-align: center;
        max-width: 200px;
    }
    nav > ul {
        margin: auto;
        /*max-width: 100%;*/
        text-align: center;
    }
    nav > ul > li {
        display: block;
        position: relative;
    }
    nav > ul > li {
        display: inline-block;
        /*margin: 0 15px;*/
        vertical-align: top;
    }
    /*@media all and (min-width: 64.063em) {
  nav > ul > li {
    margin: 0 50px;
  }
}*/
    nav > ul > li > a {
        font-size: 1.4em;
        font-weight: 700;
        padding: 10px 20px;
        display: flex;
        text-decoration: none;
        color: #4a4a4a;
    }
    nav > ul > li > a:hover {
        color: rgba(56, 64, 71, 0.8);
    }
    nav > ul > li > a {
        line-height: 80px;
        font-size: 1.6em;
    }
    nav .sub-menu {
        display: none;
        margin: -10px 0 20px !important;
    }
    nav .sub-menu a {
        font-size: 1em;
        display: flex;
        padding: 5px 20px;
        justify-content: space-around;
        text-decoration: none;
        color: #000000;
    }
    nav .sub-menu a {
        padding: 5px 0;
    }
    nav .sub-menu a:hover {
        color: rgba(56, 64, 71, 0.8);
    }
    nav {
        overflow: visible;
    }
    .nav-toggle {
        background: rgba(255, 255, 255, 0.5);
        height: 50px;
        width: 60px;
        display: block;
        z-index: 102;
        position: fixed;
        top: 25px;
        right: 19px;
        opacity: 0.3;
        -webkit-transition: opacity 100ms ease-in-out;
        -moz-transition: opacity 100ms ease-in-out;
        -o-transition: opacity 100ms ease-in-out;
        transition: opacity 100ms ease-in-out;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
    }
    .logged-in .nav-toggle {
        top: 50px;
    }
    .nav-toggle:hover {
        opacity: 1;
    }
    .nav-toggle span,
    .nav-toggle span:before,
    .nav-toggle span:after {
        display: block;
        cursor: pointer;
        height: 5px;
        width: 40px;
        background: #384047;
        position: absolute;
        display: block;
        content: "";
        left: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }
    .nav-toggle span {
        top: 23px;
        left: 10px;
    }
    .nav-toggle span:before {
        top: -12px;
    }
    .nav-toggle span:after {
        bottom: -12px;
    }
    .nav-toggle span:hover span:before {
        top: -15px;
    }
    .nav-toggle span:hover span:after {
        bottom: -15px;
    }
    .nav-toggle.open {
        opacity: 1;
    }
    .nav-toggle.open span {
        background: none;
    }
    .nav-toggle.open span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 0;
        background: #ed5a5a;
    }
    .nav-toggle.open span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0;
        left: 0;
        background: #ed5a5a;
    }
    .no-bullet li {
        list-style-type: none;
    }
    ul.sub-menu {
        padding: 0;
    }
    .no-bullet {
        padding: 0;
        margin-top: 30%;
    }
}

.images {
    width: 75%;
    margin: auto;
}

.clients-wrapper {
    padding-top: 5em;
    padding-bottom: 5em;
    width: 100%;
    height: 300px;
    background-color: rgba(215, 215, 215, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-client {
    background-color: rgba(215, 215, 215, 0.35);
    padding-bottom: 5%;
    padding-right: 1.1em;
}

.clients-page-heading {
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    color: #4a4a4a;
    text-align: center;
    padding: 0 20px 0 20px;
}

.clients-subheading {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #9b9b9b;
    padding-left: 25%;
    padding-right: 25%;
}

.publications-headings {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;
}

.publications-section {
    background-color: rgba(215, 215, 215, 0.35);
}

.pubs-list {
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    max-width: 80%;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.pubs {
    padding-top: 50px;
}

@media screen and (max-width: 499px) {
    .pubs {
        width: 51%;
    }
}

@media screen and (min-width: 500px) and (max-width: 749px) {
    .pubs {
        width: 38%;
    }
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
    .pubs {
        width: 33%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1299px) {
    .pubs {
        width: 25%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 5000px) {
    .pubs {
        width: 20%;
    }
}

.clients-subheading-bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #9b9b9b;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-top: 2em;
}

.contact-clients {
    width: 170px;
    margin: auto;
    text-align: center;
    padding: 1em;
    background-color: #3498db;
    border-radius: 100px;
    list-style-type: none;
    margin-bottom: 4em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.contact-clients:hover {
    background-color: #58ACE3;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.contact-clients a {
    color: white;
    text-decoration: none;
}

.images-clients {
    text-align: center;
}

.click-image {
    padding: 0;
    margin: 0;
}

.clients-logo {
    position: absolute;
    max-width: 15%;
    height: auto;
    padding-top: 3%;
    padding-left: 3%;
}

@media screen and (max-width: 650px) {
    .clients-subheading {
        padding-left: 15%;
        padding-right: 15%;
    }
    .clients-subheading-bottom {
        padding-left: 15%;
        padding-right: 15%;
    }
}

.about-center {
    background-color: white;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .pubs-list {
        display: none;
    }
    .images-clients {
        display: block;
    }
}

@media screen and (min-width: 1001px) {
    .images-clients {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .header-client {
        padding-top: 0;
        padding-bottom: 14%;
    }
    .clients-logo {
        padding-top: 3%;
        padding-left: 38%;
        max-width: 22%;
    }
}

@media screen and (max-width: 500px) {
    .header-client {
        padding-top: 0;
        padding-bottom: 36%;
    }
}

@media screen and (max-width: 1550px) {
    .about-body {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 1040px) {
    .coverage-buttons {
        margin: auto;
        width: 170px;
        display: flex;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 330px) {
    .office-images {
        padding: 0;
    }
}

#clients-button {
    margin-bottom: 2em;
}

.logos-outlets {
    width: 300px;
    margin: auto;
}

.outs {
    display: flex;
    padding: 12px;
}

.outlets-list {
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    max-width: 80%;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

#outlet-button {
    text-decoration: none;
    background-color: #3498db;
    border-radius: 100px;
    padding: 1.4em;
    width: 170px;
    display: -webkit-inline-flex;
    justify-content: space-around;
    color: white;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1p5x rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.outlet-home{
    width: 125px;
}