/* style sheet for the range */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0 0;
  background-image: url("../assets/concrete_2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#wrapper {
  margin: auto auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
}

@media only screen and (min-height: 800px) {
  #wrapper {
    margin-top: calc(100vh / 2 - 411px);
  }
}

@media (max-width: 767px) {
  #wrapper {
    width: auto;
  }
}

#overlay {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  opacity: 0.0;
  display: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#overlay.nav-open {
  display: block;
  opacity: 0.85;
}

#content {
  text-align: center;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#header {
  background-image: url("../assets/40x40_hash_6pct.png");
  height: 59px;
  border: solid 1px #bbb;
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  #header {
    width: auto;
    margin-top: 0;
    height: auto;
    background-image: none;
  }
}

#logo,
#pageheader {
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 2.6em;
  text-shadow: 1px 1px #fff, -1px -1px #222;
}

#logo {
  margin: 5px 0 0 15px;
  float: left;
  color: #EAA022;
  text-shadow: none;
  opacity: .9;
  -webkit-transition: color 2s;
  transition: color 2s;
}

@media (max-width: 767px) {
  #logo {
    margin-top: 0;
    font-size: 2.2em;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #logo {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  #logo img {
    width: 150px;
  }
}

#logo.greyed {
  color: rgba(128, 128, 128, 0.7);
}

#pageheader {
  text-align: right;
  position: relative;
  float: right;
  top: 4px;
  margin: 3px 12px 0 0;
  opacity: 0.3;
}

@media (max-width: 767px) {
  #pageheader {
    margin-right: 66px;
    top: 0;
    font-size: 2em;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #pageheader {
    margin-right: 48px;
    margin-top: 14px;
    font-size: 1.3em;
  }
}

#sidebar {
  background-image: url("../assets/40x40_hash_6pct.png");
  border: solid 1px #bbb;
  width: 200px;
  text-align: left;
  margin: 10px 10px 10px 10px;
  padding: 10px 0;
  border-radius: 4px;
}

@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
}

#arrow {
  position: relative;
  padding-top: 10px;
  width: 200px;
  height: 366px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  #arrow {
    display: none;
  }
}

#park {
  position: absolute;
  opacity: 1.0;
}

@media (max-width: 767px) {
  #park {
    display: none;
  }
}

#uparrow {
  position: absolute;
  opacity: 0.0;
}

@media (max-width: 767px) {
  #uparrow {
    display: none;
  }
}

#downarrow {
  position: absolute;
  opacity: 0.0;
}

@media (max-width: 767px) {
  #downarrow {
    display: none;
  }
}

#rtarrow {
  position: absolute;
  opacity: 0.0;
}

@media (max-width: 767px) {
  #rtarrow {
    display: none;
  }
}

#numbers339 {
  position: absolute;
  opacity: 0.0;
}

@media (max-width: 767px) {
  #numbers339 {
    display: none;
  }
}

#handsheart {
  position: absolute;
  opacity: 0.0;
}

@media (max-width: 767px) {
  #handsheart {
    display: none;
  }
}

#slidenav {
  background-image: url("../assets/40x40_hash_6pct.png");
  border: solid 1px #bbb;
  width: 200px;
  height: 40px;
  text-align: center;
  margin: 0 10px 10px 10px;
  font-family: 'Arial', sans-serif;
  font-size: .8em;
  color: #555;
  border-radius: 4px;
  visibility: hidden;
}

@media (max-width: 767px) {
  #slidenav {
    display: none;
  }
}

#snavinner {
  background-image: url("../assets/10x10_white_50pct.png");
  width: 180px;
  height: 30px;
  margin: 5px auto;
  text-align: center;
  cursor: pointer;
}

#snavelem {
  font-family: 'Arial', sans-serif;
  font-size: 2em;
  color: #888;
}

#prev {
  display: inline;
  position: relative;
  left: -20px;
}

#pause {
  display: inline;
  position: relative;
  left: 10px;
}

#play {
  display: inline;
  position: relative;
  left: -15px;
}

#next {
  display: inline;
  position: relative;
  left: 20px;
}

#main {
  background-image: url("../assets/40x40_hash_6pct.png");
  position: relative;
  float: right;
  border: solid 1px #bbb;
  width: 946px;
  height: 614px;
  text-align: center;
  margin: 10px 10px 10px 10px;
  padding: 10px 0;
  border-radius: 4px;
}

@media (max-width: 767px) {
  #main {
    background-image: url("../assets/10x10_white_50pct.png");
    float: none;
    width: auto;
    height: 79vh;
    margin: 4px;
    overflow: hidden;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #main {
    height: 88vh;
  }
}

#imgcont {
  width: 916px;
  height: 586px;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  #imgcont {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
  }
}

#pic_1,
#pic_2 {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 916px;
  height: 586px;
  /* z-index: 8; */
  /* opacity: 0.0; */
}

#pic_1 {
  z-index: 9;
  border: solid 1px red;
}

#pic_2 {
  z-index: 8;
  border: solid 1px blue;
}

#imageinfo {
  margin: 10px 0 0 0;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  color: #555;
}

@media (max-width: 767px) {
  #imageinfo {
    display: none;
  }
}

#counter {
  position: relative;
  top: -16px;
  right: -438px;
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 0.8em;
  color: #555;
}

@media (max-width: 767px) {
  #counter {
    display: none;
  }
}

#footer {
  background-image: url("../assets/40x40_hash_6pct.png");
  position: relative;
  border: solid 1px #bbb;
  width: 1158px;
  margin: 10px 10px 10px 10px;
  font-family: 'Arial', sans-serif;
  font-size: .8em;
  color: #555;
  border-radius: 4px;
  min-height: 32px;
}

@media (max-width: 767px) {
  #footer {
    display: none;
  }
}

#footer > div {
  display: inline-block;
}

#progress {
  width: 220px;
  position: relative;
  top: 9px;
  float: left;
  margin-left: 16px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#progwrapper {
  width: 200px;
  height: 12px;
  border: 1px solid #ddd;
}

#progbar {
  width: 0px;
  height: 12px;
  background-color: #fc5;
  -mox-box-shadow: inset 0 -6px 4px rgba(200, 160, 70, 0.7);
  -webkit-box-shadow: inset 0 -6px 4px rgba(200, 160, 70, 0.7);
  box-shadow: inset 0 -6px 4px rgba(200, 160, 70, 0.7);
}

#caption {
  position: absolute;
  top: 2px;
  left: 46px;
  color: #888;
  font-size: .75em;
}

#cprtinfo {
  position: relative;
  width: 300px;
  color: #9b9b9b;
  float: left;
  top: 9px;
  margin-left: 180px;
}

#socicons {
  position: relative;
  top: 9px;
  float: right;
  min-width: 270px;
  visibility: hidden;
}

.fb-like {
  display: inline-block;
  position: relative;
  top: -6px;
  right: -40px;
}

#g_plus {
  display: inline-block;
  position: relative;
  top: -6px;
  right: -16px;
}

#twitter {
  display: inline-block;
  position: relative;
  top: -3px;
  /*right: -15px;*/
  margin-right: 18px;
}

#linkedin {
  display: inline-block;
  position: relative;
  top: -3px;
  right: 10px;
}

.mainnav {
  cursor: pointer;
  list-style-type: none;
  font-family: 'Arial', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .mainnav {
    font-size: 2.2em;
  }
}

.navnorm {
  color: #6a6a6a;
}

.navlit {
  color: #999;
}

.navselect {
  color: #EAA022;
}

a, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #555;
}

.nav-icon {
  display: none;
  width: 30px;
  color: #999;
  position: relative;
  top: -6px;
  z-index: 110;
  position: absolute;
  right: 0;
  margin: 16px 12px 12px 12px;
}

@media (max-width: 767px) {
  .nav-icon {
    display: block !important;
  }
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #999;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-icon.nav-open:before {
  -webkit-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg);
}

.nav-icon.nav-open:after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
          transform: translateY(-10px) rotate(-135deg);
}

.nav-icon.nav-open div {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#mobile-nav .nav-icon {
  display: none;
}

@media (max-width: 767px) {
  #mobile-nav .nav-icon {
    display: block;
  }
}

#mobile-nav-panel {
  background-color: #fff;
  display: none;
  width: 50vw;
  height: 87vh;
  margin-top: 13vh;
  position: fixed;
  right: -50vw;
  z-index: 110;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

@media (max-width: 767px) {
  #mobile-nav-panel {
    display: block;
    padding-top: 20px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #mobile-nav-panel {
    width: 75vw;
    right: -75vw;
    margin-top: 8vh;
  }
}

#mobile-nav-panel.nav-open {
  right: 0vw;
}

/* shadows */
#header, #main, #sidebar, #slidenav, #footer {
  -webkit-box-shadow: 2px 2px 5px rgba(180, 180, 180, 0.4);
  box-shadow: 2px 2px 5px rgba(180, 180, 180, 0.4);
}

/*page container styles*/
.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.hide {
  display: none;
}

#slidenav,
#pause,
#play,
#imageinfo,
#counter {
  visibility: hidden;
}

#slidenav.visible,
#pause.visible,
#play.visible,
#imageinfo.visible,
#counter.visible {
  visibility: visible;
}

.lfirst {
  font-size: 1.16em;
}

#home, #about, #web {
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

#home {
  background-image: url("../assets/10x10_white_50pct.png");
  visibility: visible;
  position: absolute;
  width: 926px;
  height: 606px;
  left: 8px;
}

@media (max-width: 767px) {
  #home {
    position: relative;
    width: auto;
    height: 78vh;
    left: 0;
    margin-top: 0 !important;
  }
}

#home #homeimage {
  height: auto;
}

@media (max-width: 767px) {
  #home #homeimage {
    height: 78vh;
  }
}

#home #homeimage img {
  top: 0;
  position: relative;
}

@media (max-width: 767px) {
  #home #homeimage img {
    top: calc(100vh/2 - 210px);
    width: 100%;
  }
}

#home.landing {
  background-image: none;
}

#home p {
  text-align: left;
  color: #777;
}

#home #homeleftcont {
  float: left;
  width: 450px;
  padding: 0 5px 0 15px;
}

#home #homerightcont {
  display: inline-block;
  position: relative;
  width: 400px;
  padding: 20px 15px 0 15px;
}

#homehint {
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  top: calc(100vh/2 + 70px);
  z-index: 10;
}

@media (max-width: 767px) {
  #homehint {
    display: block;
  }
  #homehint.hide {
    display: none;
  }
}

#homehint span {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 14px;
  border-radius: 4px;
}

.gallery-wrapper {
  position: absolute;
}

.gallery {
  width: 926px;
  height: 586px;
}

@media (max-width: 767px) {
  .gallery {
    width: 97.3vw;
  }
}

.gallery img {
  margin-left: auto;
  margin-right: auto;
  z-index: 8;
}

@media (max-width: 767px) {
  .gallery img {
    padding-top: 12px;
    width: 100%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .gallery img {
    height: 85vh;
    padding-top: 0;
    width: auto;
  }
}

.gallery img.active {
  z-index: 10;
}

.gallery img.last-active {
  z-index: 9;
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#about {
  visibility: hidden;
  position: absolute;
  top: 10px;
  background-image: url("../assets/10x10_white_50pct.png");
  width: 926px;
  left: 8px;
  height: 100%;
  overflow-y: scroll;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 767px) {
  #about {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }
}

#about p {
  text-align: left;
  font-size: .94em;
}

#about #aboutleftcont {
  position: relative;
  top: -5px;
  float: left;
  width: 460px;
  padding: 0 10px 0 15px;
}

@media (max-width: 767px) {
  #about #aboutleftcont {
    width: 390px;
    margin-right: 18px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #about #aboutleftcont {
    width: auto;
    margin-right: 12px;
  }
}

#about #aboutrightcont {
  display: inline-block;
  position: relative;
  padding: 17px 15px 0 0;
}

@media (max-width: 767px) {
  #about #aboutrightcont {
    width: 30%;
    float: left;
    padding: 6px 0 0 0;
  }
  #about #aboutrightcont img {
    width: 200px;
    padding-top: 13px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #about #aboutrightcont img {
    width: 330px;
    /* margin: 0 auto; */
    padding-left: 14px;
    padding-bottom: 14px;
    padding-top: 0;
  }
}

#clients {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 8px;
  background-image: url("../assets/10x10_white_50pct.png");
  width: 926px;
  height: 606px;
  border: solid 1px red;
}

#web {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 8px;
  background-image: url("../assets/10x10_white_50pct.png");
  width: 926px;
  height: 606px;
  overflow: scroll;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  #web {
    width: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }
}

#web p {
  text-align: left;
}

#web #webleftcont {
  width: 926px;
  height: 600px;
  text-align: left;
}

@media (max-width: 767px) {
  #web #webleftcont {
    width: auto;
    height: auto;
  }
}

#web ul {
  margin-left: 0;
  padding-left: 35px;
}

#web ul li {
  list-style-type: none;
  display: inline-block;
  border: solid 1px #ccc;
  margin: 0 15px 15px 0;
  padding: 3px;
  font-size: 0.84em;
  text-align: center;
}

#web ul li img {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #web ul li img {
    width: 170px;
  }
}

#web #webrightcont {
  position: relative;
  left: 476px;
  top: -515px;
  width: 400px;
  padding: 0 15px;
  margin-left: 10px;
}

#contact {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 8px;
  background-image: url("../assets/10x10_white_50pct.png");
  width: 926px;
  height: 606px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}

@media (max-width: 767px) {
  #contact {
    top: 0;
    left: 0;
    width: 100%;
  }
}

#contact p {
  text-align: left;
  font-size: .94em;
}

#contact #contactleftcont {
  float: left;
  width: 460px;
  padding: 0 10px 0 15px;
}

@media (max-width: 767px) {
  #contact #contactleftcont {
    width: 296px;
    height: 100%;
    padding: 58px 10px 0 58px;
  }
  #contact #contactleftcont .mail {
    display: none;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #contact #contactleftcont {
    height: auto;
    padding: 28px 10px 11px 58px;
  }
}

#content #copyholder {
  text-align: left;
  font-size: 1.22em;
  color: #555;
  margin: 220px 0 0 130px;
}

@media (max-width: 767px) {
  #content #copyholder {
    margin: 0;
  }
}

#content #copyholder span.name {
  font-size: 1.6em;
  color: #666;
}

#content #copyholder a:hover {
  color: #F0B100;
}

#contact #contactrightcont {
  display: inline-block;
  position: relative;
  padding: 17px 15px 0 0;
}

@media (max-width: 767px) {
  #contact #contactrightcont {
    height: 100%;
    float: left;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #contact #contactrightcont {
    height: auto;
  }
}

@media (max-width: 767px) {
  #contact #contactrightcont img {
    height: 280px;
  }
}

@media (orientation: portrait) {
  #contact #contactrightcont img {
    height: 340px;
    padding-left: 60px;
  }
}

#community {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 8px;
  background-image: url("../assets/10x10_white_50pct.png");
  width: 926px;
  height: 606px;
}

#community #banners {
  margin: 0 auto;
}

#community ul {
  margin-left: 11px;
  padding-left: 0;
}

#community ul li {
  list-style-type: none;
  display: inline-block;
  border: solid 1px #ccc;
  margin: 10px 10px 0 0;
  padding: 3px;
  font-size: 0.84em;
  text-align: center;
}

@media (min-width: 768px) {
  /* webkit scrollbar */
  ::-webkit-scrollbar {
    width: 12px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -mox-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(210, 210, 210, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -mox-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(210, 210, 210, 0.4);
  }
}
/*# sourceMappingURL=range_style2.css.map */