.bg-feature{
  background: #555a61;
  opacity: 0.9
}

.btn-cash{
  padding: 7px 10px;
}

.darkdark{
  color: #262626;
}

.greygrey{
  color: #3a3a3a;
}

.whitewhite{
  color: #fff;
}

.google-maps {
  position: relative;
  padding-bottom: 450px; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 450px !important;
}

.section-map {
    position: relative;
    overflow: hidden;
}

    .section-map .google-map {
        position: relative;
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .section-map .overlaybox {
        position: absolute;
        z-index: 95;
        width: 100%;
        top: 0;
    }

    .section-map .overlaybox-inner > *:last-child {
        margin-bottom: 0 !important;
    }

    .section-map .overlaybox.overlaybox-top {
        margin-bottom: 150px;
    }

    .section-map .overlaybox-top .overlaybox-inner {
        margin-top: 25px;
    }

    .section-map .overlaybox-bottom .overlaybox-inner {
        margin-bottom: 25px;
    }

    .section-map .overlaybox.overlaybox-bottom {
        bottom: 0;
        top: auto;
        margin-top: 150px;
    }

    .section-map .overlaybox-inner > .row > * {
        padding: 0 15px;
    }

.overlaybox-side, .overlaybox-side .content, .overlaybox-side .row {
    height: 1px;
    padding: 0 !important;
}

    .overlaybox-side.overlaybox-right .overlaybox-inner {
        margin-left: 0;
        float: right;
    }

    .overlaybox-side.overlaybox-center .overlaybox-inner {
        float: none;
        display: inline-block;
    }

    .overlaybox-side.overlaybox-center, .overlaybox-side.overlaybox-center .row {
        text-align: center;
    }

    .overlaybox-side .overlaybox-inner {
        padding: 25px;
        background-color: white;
        box-shadow: 0 2px 2px rgba(0,0,0,0.08);
        border-radius: 3px;
        margin: 0 25px;
        width: calc(50% - 25px);
    }

.form-control:focus {
    border-color: #9C9C9C;
    box-shadow: none;
}

.logopad
{
  padding: 15px 0 !important;
}

.whitewhite
{
  color: #eee !important;
}

.blueblue
{
  color: #0288c4 !important;
}

.blackblack
{
  color: #000;
}

.thicker
{
  font-weight: 500;
}

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

.movedown
{
  margin-top: 50px;
}

.movedownx3
{
  margin-top: 100px;
}

.lightlight
{
  color: #b7d9ea !important;
}
