/* -------------------------------------- Base -------------------------------------- */

/* Reset */
* {
  box-sizing: border-box;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  -webkit-appearance: none;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
div,
ul,
li {
  position: relative;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
ul li,
ol li {
  list-style-position: outside;
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
h1,
h2,
h3,
h4 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/* Input */
input,
select {
  vertical-align: middle;
}
select,
input,
textarea {
  -webkit-appearance: none;
}
input,
textarea,
select,
a {
  outline: none;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  vertical-align: baseline;
}
.clickable,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* -------------------------------------- Style -------------------------------------- */

/* Typography */
p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em;
  cursor: default;
  color: #000;
  letter-spacing: 0.02em;
}
a {
  color: #666;
  font-weight: 400;
}
a:hover {
  color: #999;
  cursor: pointer;
}
a.current {
  color: #999;
}
.current a {
  color: #999;
}
a:hover,
a:active {
  outline: none;
}

/* Body */
body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  min-width: 320px;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.wrapper {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.inside {
  padding: 0 30px;
}
#main-block {
  width: 100%;
  clear: both;
  background: none;
}
section {
  overflow: auto;
  padding: 30px 0;
}
section.full {
  padding: 0;
}
.zero {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* Header */

header {
  width: 100%;
  height: 70px;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#logo {
  float: left;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  padding-top: 14px;
}
#logo span {
  color: #ff9028;
  font-size: 1.6em;
  margin-right: 3px;
}
header ul {
  float: right;
}
header li {
  float: left;
  margin-left: 40px;
  padding: 28px 0 24px 0;
}
header a {
  color: #fff;
  text-transform: uppercase;
}
header a:hover {
  color: #ff9028;
}

/* Pages */

#feature {
  height: 817px;
  width: 100%;
  background: url("/images/500colorado2.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#feature-box {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
}
#number {
  font-size: 8em;
  line-height: 0.75;
  color: #ff9028;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#street {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 5px;
}
#city {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 15px;
}
#line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 25px;
}
#lease {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 15px;
}
#date {
  color: #ff9028;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3em;
}

#contact-promo {
  background: #11294d;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
#contact-promo p {
  color: #fff;
  font-size: 1.8em;
  text-transform: uppercase;
  padding: 40px 0;
}
#contact-promo a {
  color: #ff9028;
  margin-left: 20px;
}
#contact-promo a:hover {
  color: #fff;
}

#about {
  height: 700px;
  width: 100%;
  background: url("/images/500colorado-sketch.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#about-box {
  width: 700px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
}
#about-title {
  text-transform: uppercase;
  color: #ff9028;
  font-size: 1.6em;
  margin-bottom: 20px;
}
#about-box p {
  font-size: 1em;
  color: #000;
  font-weight: 300;
  line-height: 1.5em;
}

#property {
  height: 700px;
  width: 100%;
  background: url("/images/500colorado-render.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#property-box {
  width: 700px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
}
#features {
  text-transform: uppercase;
  color: #ff9028;
  font-size: 1.6em;
  margin-bottom: 20px;
}
#property-box li {
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}

#videos {
  padding: 100px 0;
  background: #04132c;
}
#videos h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ff9028;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.video-box {
  width: 75%;
  margin: auto;
}
.slick-dots {
  margin: 30px auto;
  width: 75px;
}
.slick-dots li button {
  float: left;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3px;
  height: 3px;
  padding: 3px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  margin-right: 15px;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.tour-section {
  background: #000;
  height: auto;
}
.tour-section iframe {
  width: 100%;
  height: 600px;
}
.tour-link {
  text-align: center;
}
.tour-link a {
  font-size: 1.75em;
  color: #ff9028;
  text-transform: uppercase;
  text-decoration: underline;
}

#photos {
  padding: 100px 0;
  background: #04132c;
}
#photos h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ff9028;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.photo-box {
  width: 75%;
  margin: auto;
}
#photos .slick-dots {
  width: 175px;
}

#map {
  height: 700px;
  width: 100%;
  background: url("/images/500colorado-map.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#map-box {
  width: 700px;
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
}
#map-title {
  text-transform: uppercase;
  color: #ff9028;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.box {
  width: 50%;
  float: left;
}
#map li {
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}

footer {
  height: 1033px;
  width: 100%;
  background: url("/images/500colorado-night.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
footer img {
}
#footer-box {
  width: 100%;
  height: 325px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 45px 30px;
}
.box-sm {
  width: 25%;
  float: left;
  padding: 0 20px;
}
footer p {
  color: #fff;
  clear: both;
  margin-bottom: 5px;
  font-weight: 300;
}
footer a {
  color: #fff;
}
footer p.person {
  margin-bottom: 15px;
}
footer p.person span {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
footer input[type="text"] {
  width: 100%;
  clear: both;
  border: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
footer textarea {
  width: 100%;
  clear: both;
  border: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
footer input[type="submit"] {
  border: none;
  -webkit-appearance: none;
  background: #ff9028;
  color: #000;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 20px;
}
footer input[type="submit"]:hover {
  color: #fff;
}

/* Footer */

/* -------------------------------------- Mobile -------------------------------------- */

@media (max-width: 991px) {
  footer p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inside {
    padding: 0 20px;
  }
  #main-block {
    padding-top: 70px;
  }
  #logo {
    padding-top: 0;
    border-bottom: 1px solid #fff;
    float: none;
  }
  #logo span {
    font-size: 1.4em;
  }
  header ul {
    float: left;
  }
  header li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-top: 9px;
  }
  header li:first-child {
    margin-right: 36px;
  }
  #feature {
    height: 190px;
  }
  #feature-box {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 15px;
  }
  #number,
  #street,
  #city,
  #line {
    display: none;
  }
  #lease {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    padding-top: 5px;
    margin-bottom: 4px;
  }
  #date {
    font-size: 1em;
  }
  #contact-promo p {
    font-size: 1em;
    padding: 15px 0;
  }
  #contact-promo a {
    margin: 0;
  }
  #about {
    height: 390px;
  }
  #about-box {
    width: 100%;
    height: 100%;
    padding: 5px 15px;
  }
  #about-title {
    font-size: 1.2em;
  }
  #about-box p {
    line-height: 1.3em;
  }
  #property {
    height: 400px;
    background-position: -40px;
    -webkit-background-position: -40px;
  }
  #property-box {
    width: 100%;
    height: 160px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.4);
  }
  #features {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  #property-box li {
    font-size: 0.7em;
    line-height: 1.1em;
  }
  #map {
    height: 340px;
    background: url("/images/500colorado-map-sm.jpg") no-repeat center top;
  }
  #map-box {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.4);
  }
  #map li {
    font-size: 0.7em;
    line-height: 1.1em;
  }
  footer {
    height: 900px;
  }
  footer img {
    display: block;
    margin: auto;
    width: 250px;
    margin-top: -75px;
  }
  #footer-box {
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .box-sm {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .inside {
    padding: 0 15px;
  }
}

/*
     FILE ARCHIVED ON 23:28:26 Nov 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:39:40 May 10, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.591
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.06
  esindex: 0.009
  cdx.remote: 19.527
  LoadShardBlock: 95.082 (3)
  PetaboxLoader3.datanode: 56.201 (4)
  PetaboxLoader3.resolve: 150.114 (2)
  load_resource: 258.949
*/
