@charset "UTF-8";
/* RESET */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/* CSS 1,2 & 3 and HTML5 reset stylesheet April 21, 2012 http://demosthenes.info/blog/300/CSS3-HTML5-Stylesheet-Reset */
img {
  border: 0;
}
/* removes borders for images (this should not be applied with a wildcard selector, as doing so makes form elements disappear) */
html, body {
  min-height: 100%;
}
textarea {
  resize: vertical;
}
/*	HTML5 CSS */
article, aside, audio, footer, header, nav, section, video {
  display: block;
}
/* For older browsers, such as Firefox 3.6, that understand HTML5 but render the elements as display: inline. Leaves elements like date, figure and HTML5 form inputs alone */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border : 0px;
}
/* removes the inner border effect from focused buttons when using form elements in Firefox */
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
}
sub, sup {
  line-height: 0;
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}
/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */

/* BASICS */
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  display: block;
}
/*  END RESET  */
.header, .content, .gallery, .cta, .footer {
  margin: 0 auto;
  overflow: auto;
  position: relative;
  width: 100%;
}
.header {
  overflow: hidden;
}
.content {
  overflow: visible;
}
.content, .gallery, .cta, .footer {
  padding-bottom: 40px;
  position: relative;
}
.header .logo {
  width: 494px;
  margin: 60px auto 50px;
}
.header .slider {
  height: 220px;
  width: 5076px;
  background-image: url(../images/sliding-image.jpg);
  background-repeat: repeat-x;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
}
@-webkit-keyframes slide {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-2440px, 0, 0);
 transform: translate3d(-2440px, 0, 0);
}
}
@keyframes slide {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-2440px, 0, 0);
 transform: translate3d(-2440px, 0, 0);
}
}
.header p {
  line-height: 38px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 20px;
  max-width: 820px;
}
a:link, a:visited, a:active {
  color: #64d0e4;
  text-decoration: none;
}
a:hover {
  color: #ec008c;
}
.cta a:link, .cta a:visited, .cta a:active {
  color: #000000;
  text-decoration: none;
}
.cta a:hover {
  color: #FFFFFF;
}
.footer a:link, .footer a:visited, .footer a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: #64d0e4;
}
.main, #lightgallery {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.main p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.main h1 {
  font-size: 58px;
  line-height: 44px;
}
.main h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 38px;
  background-color: #64d0e4;
  width: 380px;
  height: 48px;
  padding-left: 16px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.main h2.active {
  background-color: #ec008c;
}
.main .phase {
  margin-bottom: 20px;
  margin-top: 80px;
  width: 100%;
}
.phase h1 {
  float: left;
}
.phase h2 {
  margin-left: 270px;
}
.phase h1.retail {
  float: none;
}
.phase h2.retail {
  color: #64d0e4;
  background-color: #ffffff;
  width: auto;
  height: auto;
  padding-left: 0;
  margin-left: 0;
}
.arrow-left {
  height: 150px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.arrow-right {
  height: 180px;
  position: absolute;
  top: 416px;
  right: 0px;
}
.photo-phase1, .photo-retail {
  width: 144px;
  position: absolute;
  right: 0px;
  top: 56px;
}
.photo-phase1 img, .photo-retail img {
  margin-bottom: 10px;
}
.content .photo-phase2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.cta .photo-phase2 {
  position: absolute;
  left: 0px;
  top: 0px;
}
.cta {
  position: relative;
  width: 100%;
  clear: both;
  background-color: #64d0e4;
  background-image: url(../images/plan.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 90% top;
}
.cta h1 {
  margin: 50px 0 20px 0;
  color: #FFFFFF;
}
.cta .main {
  padding-right: 160px;
  position: relative;
}
.cta p {
  font-size: 18px;
  line-height: 24px;
}
.cta .main .info {
  width: 100%;
  position: relative;
  min-height: 170px;
}
.download {
  height: auto;
  width: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #000000;
}
.info .cover {
  float: left;
}
.dl-group, .dl-vendor {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.dl-group {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}
.dl-vendor {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  left: 310px;
}
.dl-group img, .dl-vendor img {
  width: 47px;
  display: inline-block;
}
.dl-group p, .dl-vendor p {
  margin-bottom: 0;
}
.cta .main .contact {
  width: 100%;
  position: relative;
  min-height: 110px;
  margin-top: 30px;
}
.contact p {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.contact p em {
  font-style: normal;
  color: #FFFFFF;
}
.footer {
  background-color: #000000;
  padding: 30px 0;
  text-align: center;
}
.footer .details {
  display: inline-block;
}
.footer .up-logo {
  width: 322px;
  margin: 0px auto 30px;
}
.footer .rs-logo {
  width: 377px;
  float: left;
}
.footer .csk-logo {
  width: 139px;
}
.footer p.address {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #64d0e4;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #64d0e4;
}
.details .comstock {
  display: inline;
  float: left;
}
.comstock p {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  font-weight: bold;
}
.nobreak {
  white-space: nowrap;
}
#lightgallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#lightgallery img {
  width: 110px;
  height: 110px;
  margin: 0 10px 10px 0;
  opacity: 1;
  transition: opacity .35s ease-out;
  -moz-transition: opacity .35s ease-out;
  -webkit-transition: opacity .35s ease-out;
  -o-transition: opacity .35s ease-out;
}
#lightgallery img:hover {
  opacity: .5;
}

@media screen and (max-width:979px) {
.phase h1 {
  float: none;
}
.phase h2 {
  margin-left: 0;
}
.cta .main {
  padding-right: 0;
}
.footer .rs-logo {
  float: none;
  margin: 10px auto 14px;
}
.footer p.address {
  margin-left: 0;
  padding-left: 0;
  border-left-style: none;
}
}

@media screen and (max-width: 767px) {
.header .logo {
  width: 90%;
  margin: 20px auto 20px;
}
.header .slider {
  height: 90px;
  width: 5076px;
  background-image: url(../images/sliding-image.jpg);
  background-repeat: repeat-x;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-animation: slide 10s linear infinite;
  animation: slide 10s linear infinite;
  background-size: 976px;
}
 @-webkit-keyframes slide {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-976px, 0, 0);
 transform: translate3d(-976px, 0, 0);
}
}
 @keyframes slide {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-976px, 0, 0);
 transform: translate3d(-976px, 0, 0);
}
}
.header p {
  line-height: 26px;
  font-size: 18px;
  width: 90%;
  padding: 20px 0 0px;
}
.main h1 {
  font-size: 44px;
  line-height: 32px;
}
.main h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  background-color: #64d0e4;
  width: 240px;
  height: 36px;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.main {
  width: 90%;
}
.main .phase {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
}
.arrow-left {
  height: 80px;
  position: relative;
  float: left;
  top: 0px;
  padding-right: 10px;
}
.arrow-right {
  height: 80px;
  position: absolute;
  top: 20px;
  right: 0px;
}
.photo-phase1, .photo-retail {
  width: auto;
  position: relative;
  height: 80px;
  float: right;
  top: 0px;
  margin-bottom: 20px;
}
.photo-phase1 img, .photo-retail img {
  margin-left: 10px;
  float: left;
  height: 100%;
  width: auto;
}
.content .photo-phase2 {
  display: none;
}
.cta .photo-phase2 {
  display: none;
}
.main .phase {
  clear: both;
}
.content, .cta, .footer {
  padding-bottom: 20px;
}
.cta h1 {
  margin: 20px 0 20px 0;
  color: #FFFFFF;
  line-height: 40px;
}
.cta p {
  font-size: 16px;
  line-height: 20px;
}
.cta .main .info {
  width: 100%;
  position: relative;
  min-height: 180px;
}
.download {
  border-right-style: none;
}
.info .cover {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dl-group, .dl-vendor {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 134px;
}
.dl-vendor {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 280px;
}
.dl-group img, .dl-vendor img {
  width: 47px;
  display: inline-block;
}
.dl-group p, .dl-vendor p {
  margin-bottom: 0;
}
.contact p {
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .up-logo {
  width: 80%;
  margin: 0px auto 20px;
}
.footer .rs-logo {
  width: 70%;
}
.footer p.address {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  float: none;
  margin-right: 0;
  padding-right: 0;
  border-right-style: none;
}
.details .comstock {
  display: inline-block;
  float: none;
  margin: 15px auto 10px;
}
.comstock p {
  text-align: center;
}
#lightgallery img {
  width: 60px;
  height: 60px;
  margin: 0 6px 6px 0;
}
}
