/* --- Variables --- */
html, body {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  color: #041A28;
  padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}

strong {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover, a:focus {
  text-decoration: none;
}

/* --- General Layout and Styles --- */
.page-holder {
  max-width: 1280px;
  margin: 0 auto;
}

.notoppadding {
  padding-top: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.badge {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.distancer {
  height: 80px;
}

.distancer.distancer--short {
  height: 20px;
}

/* --- Buttons --- */
.btn {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
  border: none;
  border-radius: 0;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.btn:hover {
  text-decoration: none;
  border: none;
}

.btn.btn-primary, .btn.btn-primary:focus {
  background-color: #EB7600;
  color: #041A28;
}

.btn.btn-primary:hover, .btn.btn-primary:focus:hover {
  background-color: #1D9FCB;
  color: #fff;
}

.btn.btn-outline {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.btn.btn-outline:hover {
  background-color: #fff;
  color: #EB7600;
}

.btn--withstarticon [class^="icon-"] {
  margin-right: 6px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: .9em;
}

.btn--withendicon:hover [class^="icon-"] {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.btn--withendicon [class^="icon-"] {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-left: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
}

/* Header */
.page-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  z-index: 10;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #062840;
}

.page-header > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.page-header p {
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 8px;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  text-align: center;
  color: #fff;
}

.page-nav a {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
}

.page-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page-nav .logo {
  font-weight: 700;
  margin: 0;
  margin-right: 45px;
  font-size: 25px;
}

.page-contact {
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-contact .btn {
  color: #EB7600;
  font-size: 22px;
  margin: 0 5px;
}

.page-contact .btn i {
  color: rgba(6, 40, 64, 0.35) !important;
}

.page-contact .btn:hover {
  color: #062840;
}

/* --- Content Block --- */
.cblock {
  padding: 2.5em 0;
  position: relative;
  margin: 0 auto;
  color: #041A28;
}

.cblock .cblock__head {
  margin: 0;
  margin-bottom: 3em;
  position: relative;
}

.cblock .cblock__subhead {
  font-size: .9em;
  margin: 0;
  margin-top: 4em;
  margin-bottom: 2em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.cblock h1 {
  font-size: 2.4em;
  margin: 0;
  margin-bottom: 12px;
}

.cblock h2 {
  margin-top: 0;
  color: #fff;
  font-size: 2.5em;
}

.cblock .intro {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 900;
}

.cblock p {
  line-height: 1.5em;
}

.cblock .cblock__intro {
  font-size: 1.6em;
  margin-bottom: .8em;
  line-height: 1.25em;
}

.cblock--hero {
  background-color: #062840;
  color: #fff;
  padding: 0;
}

.cblock--hero .cblock__head {
  padding: 35px;
  text-align: left;
}

.cblock--hero .cblock__head h1 {
  font-size: 60px;
  margin: 0;
  margin-bottom: 25px;
}

.cblock--hero .cblock__head .list-checks {
  margin-top: 45px;
}

.cblock--hero .cblock__inner {
  max-width: 480px;
  margin: 0 auto;
}

.cblock--dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cblock--dual > * {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main-img img {
  width: 100%;
  height: auto;
}

.cblock--bar {
  background-color: #041A28;
  padding: 50px 35px;
}

.cblock--bar .list--distances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #fff;
}

.cblock--bar .list--distances > li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cblock--bar .list--distances > li > * {
  margin: 0;
  margin-right: 35px;
}

.cblock--bar .list--distances > li .icon-compas {
  margin-right: 6px;
}

.cblock--bar .list--distances > li .bar-object {
  font-weight: 700;
  padding-left: 30px;
}

.cblock--bar .list--distances > li .bar-object i {
  margin-right: 25px;
}

.cblock--bar .list--distances p {
  line-height: 1.2em;
  margin: 0;
}

.cblock--bar .list--distances .text-muted {
  color: rgba(255, 255, 255, 0.65);
}

.cblock--bar .list--distances i {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.cblock--bar .list--distances .icon-starbucks {
  font-size: .65em;
  color: rgba(255, 255, 255, 0.65);
}

.cblock--bar .list--distances .icon-lowes {
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.65);
}

.cblock--content {
  position: relative;
  min-height: 750px;
}

.cblock--location,
.cblock--nhood {
  background-image: url(../img/map-main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cblock--location .cblock__head,
.cblock--nhood .cblock__head {
  padding-top: 45px;
  padding-left: 45px;
  position: absolute;
  max-width: 400px;
  top: 0;
  left: 0;
  z-index: 3;
}

.cblock--nhood {
  background-image: url(../img/virtua.jpg);
  background-position: bottom;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cblock--nhood::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
}

.cblock--nhood .cblock__head {
  top: auto;
  bottom: 0;
}

.box {
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(4, 26, 40, 0.25);
          box-shadow: 0 8px 24px rgba(4, 26, 40, 0.25);
  padding: 35px 45px;
  margin: 45px;
  position: relative;
  z-index: 1;
}

.box--mobile {
  display: none;
}

.list-checks > li {
  padding-left: 35px;
  position: relative;
  font-size: 1.25em;
  margin: 10px 0;
}

.list-checks > li:before {
  content: "\e900";
  font-family: "icomoon";
  color: #1D9FCB;
  position: absolute;
  left: 0;
  font-size: .85em;
}

.contactbox {
  border: 4px solid rgba(235, 118, 0, 0.25);
  text-align: center;
  padding: 35px 30px;
  margin-top: 35px;
}

.contactbox h3 {
  margin: 0;
  margin-bottom: 20px;
}

.contactbox .btn {
  max-width: 380px;
  display: block;
  margin: 5px auto;
  font-size: 1.2em;
  color: #fff;
}

.contactbox .btn i {
  opacity: .5;
}

.site-footer {
  padding-top: 80px;
  padding-bottom: 400px;
  color: rgba(4, 26, 40, 0.65);
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__inner > * {
  padding-right: 65px;
}

.site-footer__inner .logo {
  font-weight: 700;
  color: #062840;
  font-size: 22px;
  margin: 0;
}

.site-footer__inner .list-checks {
  font-size: 13px;
  margin: 0;
  margin-top: -6px;
}

.site-footer__contacts .btn {
  display: block;
  min-width: inherit;
  text-align: left;
  padding: 4px 15px;
  font-size: 1.3em;
  color: #EB7600;
}

.site-footer__contacts .btn:hover {
  color: #062840;
}

.site-footer__contacts .btn + .btn {
  margin-top: 6px;
}

.site-footer__contacts .btn i {
  color: rgba(6, 40, 64, 0.25);
}

.site-footer__copy {
  margin-top: 55px;
  font-size: .85em;
}

@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.eot?-nddtoy");
  src: url("../webfonts/icomoon.eot?#iefix-nddtoy") format("embedded-opentype"), url("../webfonts/icomoon.woff?-nddtoy") format("woff"), url("../webfonts/icomoon.ttf?-nddtoy") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lowes:before {
  content: "\e903";
}

.icon-starbucks:before {
  content: "\e904";
}

.icon-compas:before {
  content: "\e905";
}

.icon-checkmark:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

@media screen and (max-width: 1024px) {
  .page-nav .logo {
    margin-right: 25px;
  }
  .page-contact .btn {
    font-size: 18px;
    padding: 8px 12px;
  }
  .cblock--bar .list--distances > li {
    font-size: 1.2em;
  }
  .cblock--content {
    min-height: 750px;
  }
  .site-footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 992px) {
  .page-header {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(6, 40, 64, 0.25);
            box-shadow: 0 6px 20px rgba(6, 40, 64, 0.25);
  }
  .page-header > * {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .page-nav a {
    display: none;
  }
  .page-nav .logo {
    margin-right: 0;
    color: #062840;
  }
  .cblock .intro {
    font-size: 1.3em;
    margin-bottom: 6px;
  }
  .cblock h2 {
    font-size: 2.2em;
  }
  .cblock--hero .cblock__head {
    margin-bottom: 25px;
  }
  .cblock--hero .cblock__head h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .cblock--hero .list-checks {
    font-size: .85em;
  }
  .cblock--bar {
    padding: 35px 30px;
  }
  .cblock--bar .list--distances > li {
    font-size: .9em;
  }
  .cblock--bar .list--distances > li > * {
    margin-right: 15px;
  }
  .cblock--location, .cblock--nhood {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cblock--location .cblock__head, .cblock--nhood .cblock__head {
    padding-top: 15px;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .cblock--location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cblock--location .cblock__head {
    position: static;
  }
  .cblock--nhood .cblock__head {
    bottom: 30px;
  }
  .box {
    margin: 30px;
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #062840;
  }
  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-nav {
    padding: 4px 15px;
    padding-bottom: 0;
  }
  .page-nav .logo {
    font-size: 20px;
    line-height: 1em;
  }
  .page-contact {
    background-color: transparent;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2px;
    padding-left: 8px;
  }
  .page-contact .btn {
    font-size: 13px;
    padding: 0 8px;
    margin: 0;
  }
  .cblock--hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cblock--hero .cblock__head {
    padding: 55px 25px;
    margin-bottom: 0;
    width: 100%;
  }
  .cblock--hero .cblock__head h1 {
    font-size: 2.2em;
  }
  .cblock--hero .cblock__head .list-checks {
    font-size: .7em;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .cblock--hero .cblock__head .list-checks > li {
    margin: 3px 0;
  }
  .cblock--hero .cblock__inner {
    max-width: inherit;
  }
  .main-img img {
    max-height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cblock--dual > * {
    width: auto;
  }
  .cblock--bar {
    padding: 15px 25px;
  }
  .cblock--bar .list--distances {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .cblock--bar .list--distances > li {
    width: auto;
    margin: 12px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cblock--bar .list--distances > li .bar-object {
    width: 100%;
    padding-top: 4px;
    padding-left: 22px;
  }
  .cblock--bar .list--distances > li .bar-object i {
    margin-right: 12px;
  }
  .cblock--content {
    min-height: 400px;
  }
  .cblock--location .cblock__head, .cblock--nhood .cblock__head {
    padding-left: 25px;
    max-width: 80%;
    position: absolute;
    top: auto;
    bottom: 25px;
  }
  .cblock--location .cblock__head h2, .cblock--nhood .cblock__head h2 {
    font-size: 1.9em;
  }
  .cblock--location .box, .cblock--nhood .box {
    display: none;
  }
  .box--mobile {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
  .box {
    padding: 20px 25px;
    padding-bottom: 50px;
    width: auto;
    background-color: #062840;
    color: #fff;
  }
  .box .list-checks {
    font-size: .85em;
  }
  .site-footer {
    background-color: #fff;
    padding-top: 45px;
  }
  .site-footer .container {
    padding: 0 25px;
  }
  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__inner .logo {
    margin-bottom: 25px;
  }
  .site-footer__inner .list-checks {
    font-size: .7em;
  }
  .site-footer__contacts {
    margin-top: 25px;
  }
  .site-footer__contacts .btn {
    padding-left: 0;
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */