@import "intlTelInput.css";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
7 small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #fff;
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  height: 3rem;
  padding-left: .5rem;
  width: 100%;
  margin-top: 3rem;
  border: none;
  display: block;
  background-color: #f5f5f5;
}
::-webkit-input-placeholder {
  color: #808080;
  font-size: 1.2rem;
}
#page {
  position: relative;
  margin: auto;
  -webkit-transform: translateY(4vh);
      -ms-transform: translateY(4vh);
          transform: translateY(4vh);
}
#stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  position: relative;
  margin-top: 3rem;
}
#head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#footer {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #808080;
  opacity: 0.01;
}
@media (orientation: landscape) {
  #page {
    max-width: 120vh;
    height: 90vh;
  }
}
@media (orientation: portrait) {
  #page {
    width: 90vw;
  }
}
@media (min-width: 1000px), (min-height: 600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1000px), (max-height: 600px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 600px), (max-height: 600px) {
  html {
    font-size: 5px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 4px;
  }
}
#cover {
  z-index: 1;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cover-stage {
  position: relative;
  width: 80%;
  height: 80%;
  top: 10%;
  margin: auto;
  padding: 0%;
  background-color: white;
  overflow: hidden;
  border-radius: 1rem;
}
#stage-holder {
  position: relative;
  width: 90%;
  height: 86%;
  top: 7%;
  margin: auto;
}
#logo-holder {
  position: relative;
  width: 100%;
  height: 8%;
}
#cover-logo {
  preserveAspectRatio: xMinYMin;
  max-height: 100%;
}
.logos-img {
  margin-top: .5rem;
}
.cq-title {
  font-size: 2.2rem;
  color: #666666;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
#column-holder {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#form-holder {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#address-holder {
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.address-line {
  margin: auto;
  font-size: 1.2rem;
  color: #4d4d4d;
  line-height: 1.7rem;
  text-align: center;
}
.cq-column {
  position: relative;
  background-color: white;
  width: 31%;
}
.cq-column-title {
  font-size: 1.7rem;
  color: #4d4d4d;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.cq-column-copy {
  font-size: 1.2rem;
  color: #4d4d4d;
  line-height: 2rem;
  text-align: left;
}
.form-field {
  border-radius: 0;
  height: 3rem;
  margin-top: 3rem;
  padding-left: .5rem;
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  background-color: #f5f5f5;
  color: black;
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}
.not-selected {
  color: #808080;
  font-size: 1.2rem;
}
.column-form {
  width: 100%;
  overflow: hidden;
}
#form-feedback-holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.form-feedback {
  margin: auto;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: black;
  padding: .4rem 1rem .4rem 1rem;
  border-radius: 1rem;
  text-align: center;
}
#send-holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.send-btn {
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  margin: auto;
  margin-top: 1rem;
  color: white;
  background-color: #43639c;
  padding: .3rem 1rem .3rem 1rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  text-align: center;
}
.radio-box {
  margin-top: 3rem;
  height: 3rem;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  padding-left: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-label {
  font-size: 1.2rem;
  margin: .5rem;
}
.radio-btn {
  margin-left: .5rem;
  margin-right: 1.5rem;
}
.intl-tel-input {
  border-radius: 0;
  height: 3rem;
  margin-top: 3rem;
  padding-left: .5rem;
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  background-color: #f5f5f5;
  font-style: normal;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
a:active {
  color: black;
  text-decoration: none;
}
#logo-graphic {
  display: inline-block;
  width: 20%;
  cursor: pointer;
}
#head-right {
  display: inline-block;
  width: 75%;
}
#list-button-graphic {
  display: inline-block;
  width: 25px;
  height: auto;
  cursor: pointer;
  float: right;
}
img.logo {
  width: auto;
  cursor: pointer;
}
img.display-image {
  height: auto;
  max-width: 100%;
  margin-top: 3px;
  cursor: pointer;
  background-color: #e1e1e1;
}
#load-holder {
  position: relative;
  margin: auto;
  margin-top: 10vh;
  width: 10%;
}
#loader {
  preserveAspectRatio: xMinYMin;
}
.compass-back {
  fill: #43639C;
}
.arrow {
  fill: white;
}
#nav {
  position: absolute;
  right: 0;
  height: 100%;
}
.navItem {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  display: inline-block;
  font-size: 1.2rem;
  color: #808080;
  margin-left: 1.5rem;
  cursor: pointer;
}
#header-message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  margin-left: 1.5rem;
  background-color: #c8c8c8;
  padding: .4rem 1rem .4rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
#order-button {
  position: relative;
  top: 50%;
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  margin-left: 1.5rem;
  background-color: #43639c;
  padding: .4rem 1rem .4rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.navItem:hover {
  color: #4d4d4d;
}
.square {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.square-name {
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: .2rem;
}
.square-view {
  font-size: .9rem;
  color: #808080;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.square-dek {
  font-size: 1rem;
  text-align: right;
  margin-top: .3rem;
  color: #808080;
}
.address-copy {
  font-size: 1rem;
  margin-top: 1rem;
  color: #808080;
  cursor: pointer;
}
/* SLIDESHOW STYLES */
#platform {
  overflow: hidden;
}
#back-btn {
  position: absolute;
  top: 50%;
  left: -25px;
  height: 40 px;
  width: 20px;
  cursor: pointer;
}
#next-btn {
  position: absolute;
  top: 50%;
  right: -25px;
  height: 40 px;
  width: 20px;
  cursor: pointer;
}
img.btn {
  height: 100%;
  width: auto;
  cursor: pointer;
}
