body {
    font-family: "futura-pt",sans-serif;
    font-size: 18px;
}
.wf-loading body {
    /* Hide body while web fonts are loading */
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-weight: 600; */
}
h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 28px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
p {
    margin: 0 0 12px 0;
}
a {
    color: #00BEF6;
}
a, a:active, a:focus {
    outline: none;
}
:focus {
  -moz-outline-style: none;
}
a:hover, a:focus {
    color: #0097c3;
}

/* Boostrap theme */
/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
  padding-left:0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
  padding-right:0;

}
.navbar {
    border-top: 5px solid #ED1C24;
}
.navbar-nav {
    margin-top: 10px;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 0;
}
.navbar-brand > img {
    height: 60px; width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #777777;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #3b3b3b;
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #00BEF6;
}
.form-control {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
}
.btn {
    text-transform: uppercase;
}
.btn-success {
    background-color: #3B3B3B;
    border-color: #3B3B3B;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.btn-info {
    background-color: #5cb85c;
    border: 3px solid #5cb85c;
}
.btn-info:hover {
  background-color: #449d44;
  border: 3px solid #449d44;
}
.lead {
    font-weight: 400;
}
.panel-title {
    font-size: 18px;
}
.btn-primary {
    color: #FFF;
    background-color: #00bef6;
    border: 3px solid #00bef6;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #00a4d4;
    border-color: #00a4d4;
}
#sidebar .nav-pills {
    margin-bottom: 20px;
}

/* Home */
#intro {
    position: relative;
    margin-top: 90px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#intro .overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    color: #ffffff;
}
#intro .overlay .container {
    margin-top: 13%;
}
#intro .btn {
  font-size: 20px;
}
#intro .btn-success {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
}
#intro .btn-success:hover {
    color: #ebebeb;
    border: 3px solid #ebebeb;
}
#intro .btn img {
  width: 40px;
  margin-top: -5px;
  height: auto;
}
#intro form {
  margin-bottom: 60px;
}
#intro .form-control{
    border: #ffffff;
    font-size: 20px;
}
#intro h1 {
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  font-size: 50px;
  margin-bottom: 20px;
}
#welcome {
    padding-top: 50px;
    padding-bottom: 50px;
}
#welcome .lead {
    font-size: 20px;
}
#welcome .line {
    width: 100px;
    margin: 0 auto;
    height: 1px;
    border-top: 1px solid #d6d6d6;
}
#promo, #best-parking {
  padding: 75px 0;
}
#promo {
    background-color: #FFF100;
}
#promo a {
    color: #666666;
}
#promo h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Footer */
#footer {
    background-color: #222222;
    color: #ffffff;
    padding: 30px 0 50px 0;
    text-align: center;
}
#footer a {
    color: #ffffff;
}
#footer address {
    margin: 30px 0 20px 0;
    color: #d6d6d6;
}
.copyright {
    color: #d6d6d6;
}
#footer li {
    padding-left: 25px;
    padding-right: 25px;
}

/* Pages */
#banner {
    background-color: #00BEF6;
    color: #ffffff;
    background-image: url('../images/temp/intro-1.jpg');
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
}
#banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
#banner .row.buttons {
    margin-top: 115px;
}
#banner .row.buttons a:first-of-type {
  margin-right: 15px;
}
#banner .row.buttons img {
  width: 40px;
  margin-top: -5px;
  height: auto;
}
#banner .row.title {
    margin-top: 250px;
}
#banner h1, #banner-locations h1 {
    font-size: 72px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
#banner .btn {
  font-size: 20px;
  color: #ffffff;
}
#banner .btn-success {
    background-color: transparent;
    border: 3px solid #ffffff;
}
#banner .btn-success:hover {
  color: #ebebeb;
  border: 3px solid #ebebeb;
}
#banner-locations {
    background-color: #00BEF6;
    color: #ffffff;
    position: relative;
    z-index: 0;
}
#banner-locations .container {
    padding-top: 125px;
}
.content {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Locations */
#location-map {
    width: 100%;
    height: 400px;
    background-color: #d6d6d6;
    margin-top: 90px;
}
#location-banner {
    background-color: #00BEF6;
    color: #ffffff;
    padding: 25px 0;
    position: relative;
    z-index: 0;
}
#location-banner h1 {
    margin-top: 0;
}
#location-content h3 {
    margin-top: 0;
}
#location-banner a {
    color: #ffffff;
}
#ggmc-carousel {
    margin-top: -100px;
}

/* Google autocomplete */
.pac-container {
    font-family: "futura-pt",sans-serif;
}
.pac-item {
    font-size: 14px;
}

/* Locations */
#map {
    height: 1000px;
}
#locations-main-wrapper {
  position: relative;
}
#locations-main-wrapper .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  background-color: #ffffff;
}
#locations-main-wrapper .loading div {
  margin-top: 200px;
}
#locations {
    overflow-y: scroll;
}
.location-item h4 {
    margin: 0 0 5px 0;
}
.location-item {
    border-bottom: 1px solid #d6d6d6;
}
.location-item a {
    padding: 20px 30px;
    display: block;
    text-decoration: none;
    color: #222222;
    overflow: hidden;
}
.location-item a:hover {
    background-color: #ebebeb;
}
.location-item .right {
    float: right;
    width: 60%;
}
.location-item .left {
    float: left;
    width: 40%;
}
.location-item .left img {
    padding-right: 20px;
}
.location-item address {
    margin-bottom: 0;
}
.locations-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.location-green {
  margin-bottom: 25px;
}
.location-green a {
  display: inline-block;
  padding-top: 5px;
  border-top: 2px solid #ED1C24;
}
.map-info {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}
.map-info h5 {
    margin-bottom: 5px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #666666;
}
#borough {
    margin-bottom: 20px;
    font-size: 22px;
}
#neighborhoods {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 20px;
}
#neighborhoods li {
  margin-bottom: 10px;
}
#borough a, #neighborhoods a {
    color: #ffffff;
}
#borough a.active {
    color: #222222;
}
#borough li {
    padding-left: 10px;
    padding-right: 10px;
}
#search-form h2 {
    margin-top: 0;
}
.label-default {
    background-color: #222222;
}
.label {
    font-weight: normal;
}

/* Utilities */
.block-xsmall {
    margin-bottom: 15px;
}
.block-small {
    margin-bottom: 30px;
}
.block {
    margin-bottom: 45px;
}
.block-medium {
    margin-bottom: 60px;
}
.block-large {
    margin-bottom: 75px;
}
.block-xlarge {
    margin-bottom: 100px;
}
.first {
    margin-top: 0;
}
.img-border {
    border: 1px solid #d6d6d6;
}
.pad-top {
  margin-top: 30px;
}

/* Media Queries */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #intro {
        margin-top: 80px;
    }
}

/* Media query for phones */
@media (max-width: 768px) {
    #promo .item {
        margin-bottom: 30px;
    }
    #ggmc-carousel {
        margin-top: 0;
    }
    #location-map {
      height: 250px;
    }
    #map {
        height: 750px;
    }
    #banner .row.title {
        margin-top: 100px;
    }
    .lead {
        font-size: 21px;
    }
}
