/* #TYPOGRAPHY */
/* #links  */
/* #NAVIGATION */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background-image: url("../images/lgrey011.jpg");
  color: #000;
  font-family: "Myriad W01 Lt", "Arial";
  font-size: 14px;
  line-height: 1.4; }

h1, h2, h3, h4 {
  color: #fff;
  font-weight: normal;
  margin: 0; }

p {
  margin: 0px 0 10px 0; }

p.studio {
  margin: 10px 0 0px 0;
  font-size: 14px; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    color: #4444ff;
    text-decoration: underline; }

strong {
  font-family: "Myriad W01 Bd", "Arial";
  font-weight: normal; }

blockquote {
  /*
  	border-left: solid 4px $brand3;
  	color: $brand3; !!!
  */
  font-size: 19px;
  line-height: 1.3;
  margin: 15px 0;
  padding: 0 0 0 20px; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

hr {
  background: #d9d9d9;
  border: none;
  color: #d9d9d9;
  height: 1px; }

.container p {
  margin: 10px 0; }
.container img {
  height: auto !important;
  max-width: 100%;
  margin: 0px 0 0 0; }

img.tutorial {
  width: 290px; }

h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 25px 0; }

h2 {
  color: #000;
  font-size: 23px;
  line-height: 1.2;
  margin: 10px 0; }

h3 {
  color: #000;
  font-size: 21px;
  line-height: 1.2;
  margin: 15px 0; }

h4 {
  color: #000;
  font-family: "Myriad W01 Regular", "Arial";
  font-size: 19px;
  line-height: 1.2;
  margin: 15px 0; }

h2.welcome {
  font-size: 18px; }

/*
a {
	color: $link;
	text-decoration: none;
	
	&:hover {
		color: $link_hover;
		text-decoration: none;
	}
}
*/
ul {
  margin: 15px 0 15px 20px;
  padding: 0; }
  ul li {
    list-style: disc;
    margin: 5px 0;
    padding: 0; }
    ul li p {
      margin: 0; }

ol li p {
  margin: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: solid 1px #d9d9d9;
  color: #606060;
  font-family: "Myriad W01 Lt", "Arial";
  font-size: 16px;
  height: 40px;
  line-height: 1;
  margin: 0;
  padding: 10px; }

input[placeholder], [placeholder], *[placeholder] {
  color: #000 !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000 !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000 !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000 !important; }

input[type="submit"],
button,
.button {
  background: #646c98;
  border: solid 0px !important;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Myriad W01 Regular", "Arial";
  font-size: 14.5px;
  line-height: 1;
  margin: 5px 0 5px;
  padding: 10px 20px;
  opacity: 1;
  text-decoration: none;
  text-transform: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -webkit-appearance: none; }
  input[type="submit"]:disabled,
  button:disabled,
  .button:disabled {
    background: #646c98;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */ }
  input[type="submit"]:disabled:hover,
  button:disabled:hover,
  .button:disabled:hover {
    background: #646c98;
    border: solid 0px  !important;
    color: #fff !important;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */ }
  input[type="submit"]:enabled:hover,
  button:enabled:hover,
  .button:enabled:hover {
    background: #8cd6f6;
    border: solid 0px  !important;
    color: #fff !important; }

.inner {
  padding: 0 15px;
  position: relative; }

.home .header {
  height: 90px;
  padding: 30px 0 0; }

.black {
  background-color: #000; }

.header {
  background: #ffffff;
  position: relative;
  text-align: center;
  z-index: 0;
  max-width: 600px;
  margin: auto; }
  .header .inner {
    height: 100%;
    padding: 0; }
  .header .logo {
    height: auto !important;
    width: 85%;
    margin: 20px auto 0px auto;
    padding-bottom: 10px;
    padding-top: 0px; }

.form-block {
  max-width: 250px;
  margin: auto; }

.text-center {
  text-align: center; }

.slider {
  display: none; }

.slider-mobile .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 100%; }

.home-container {
  text-align: center;
  background-color: #fff !important;
  color: #000 !important;
  margin: auto;
  max-width: 600px; }
  .home-container .home-intro img {
    height: auto !important;
    max-width: 60%;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #000000; }
  .home-container .home-intro p {
    display: inline; }
  .home-container .home-text {
    max-width: 350px;
    margin: auto; }
    .home-container .home-text p {
      margin-top: 0px; }
  .home-container .modal {
    color: #000 !important; }
  .home-container #error-icon img {
    height: 40px !important; }
  .home-container .login {
    padding: 20px 0 10px; }
    .home-container .login a {
      color: #000; }
    .home-container .login .login-details {
      margin: 0 auto;
      width: 85%; }
      .home-container .login .login-details label {
        clear: both;
        float: left;
        font-weight: 400;
        height: 30px;
        margin-bottom: 10px;
        padding: 7px 0 0px 15px;
        text-align: right;
        width: 35%; }
      .home-container .login .login-details #idCode {
        text-transform: uppercase; }
      .home-container .login .login-details input[type="text"],
      .home-container .login .login-details input[type="password"] {
        float: left;
        height: 38px;
        margin-bottom: 5px;
        width: 60%;
        max-width: 180px;
        margin-left: 10px; }
      .home-container .login .login-details .login-submit-button {
        color: #fff;
        float: right;
        font-size: 20px;
        font-weight: 400;
        height: 38px;
        padding: 0 22px;
        text-transform: none;
        margin-bottom: 20px;
        margin-top: 0px; }

.login-container {
  text-align: center;
  background-color: #fff !important;
  color: #000 !important;
  margin: auto;
  max-width: 600px; }
  .login-container .login-intro img {
    height: auto !important;
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000000; }
  .login-container .login-intro p {
    display: inline; }
  .login-container .login-text {
    max-width: 350px;
    margin: auto; }
    .login-container .login-text p {
      margin-top: 0px; }
  .login-container .modal {
    color: #000 !important; }
  .login-container #error-icon img {
    height: 40px !important; }
  .login-container .login {
    padding: 20px 0 10px; }
    .login-container .login a {
      color: #000; }
    .login-container .login .login-details {
      margin: 0 auto;
      width: 85%; }
      .login-container .login .login-details label {
        clear: both;
        float: left;
        font-weight: 400;
        height: 30px;
        margin-bottom: 10px;
        padding: 7px 0 0px 15px;
        text-align: right;
        width: 35%; }
      .login-container .login .login-details #idCode {
        text-transform: uppercase; }
      .login-container .login .login-details input[type="text"],
      .login-container .login .login-details input[type="password"] {
        float: left;
        height: 38px;
        margin-bottom: 5px;
        width: 60%;
        max-width: 180px;
        margin-left: 10px; }
      .login-container .login .login-details .login-submit-button {
        color: #fff;
        float: right;
        font-size: 20px;
        font-weight: 400;
        height: 38px;
        padding: 0 22px;
        text-transform: none;
        margin-bottom: 20px;
        margin-top: 0px; }

.container {
  padding: 0;
  position: relative;
  z-index: 0;
  background: white;
  max-width: 600px;
  margin: auto; }
  .container .intro-image {
    text-align: center;
    margin-bottom: 5px; }
    .container .intro-image .content {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 290px;
      height: 100%; }
  .container .smaller {
    font-size: 13px;
    margin: 5px 0px 5px 0px; }
  .container .get-started {
    text-align: center; }
    .container .get-started button {
      width: 180px; }
  .container #custom-room {
    float: right;
    width: 50%;
    margin: 10px 0px 0px 1px; }
  .container .add-room {
    text-align: center; }
    .container .add-room h3 {
      margin: 15px 0 0; }
    .container .add-room button, .container .add-room .button {
      width: 180px; }
    .container .add-room .dragdropArea {
      padding: 0 0 20px 0; }
      .container .add-room .dragdropArea img {
        max-width: 70%; }
    .container .add-room .file-upload {
      position: relative;
      overflow: hidden; }
      .container .add-room .file-upload input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0; }
    .container .add-room .upload {
      width: auto; }
    .container .add-room .room-details {
      text-align: left;
      max-width: 350px;
      margin: 5px auto; }
      .container .add-room .room-details label {
        float: left;
        padding: 10px 5px 0 5px;
        width: 45%;
        text-align: right; }
      .container .add-room .room-details select {
        width: 50%;
        max-width: 222px;
        float: right; }
      .container .add-room .room-details .room-action {
        padding: 5px 0 0;
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        max-width: 350px; }
        .container .add-room .room-details .room-action button {
          width: 100%; }
        .container .add-room .room-details .room-action .col1 {
          float: left;
          width: 40%; }
          .container .add-room .room-details .room-action .col1 .rotate {
            height: 34px;
            margin: 0 5px 15px 0;
            width: 40%; }
          .container .add-room .room-details .room-action .col1 .rotate-right {
            background: #646c98 url(../images/rotate-right-white.png) center center no-repeat;
            background-size: 20px auto; }
            .container .add-room .room-details .room-action .col1 .rotate-right:hover {
              background-color: #8cd6f6; }
          .container .add-room .room-details .room-action .col1 .rotate-left {
            background: #646c98 url(../images/rotate-left-white.png) center center no-repeat;
            background-size: 20px auto; }
            .container .add-room .room-details .room-action .col1 .rotate-left:hover {
              background-color: #8cd6f6; }
        .container .add-room .room-details .room-action .col2 {
          float: right;
          width: 57%; }
  .container .viewing-info {
    font-size: 13px;
    padding: 0 30px;
    text-align: center; }
  .container .image-edit {
    padding: 15px 0 0; }
    .container .image-edit img {
      max-height: 250px; }
    .container .image-edit .content {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 225px;
      width: 100%; }
  .container .room-info {
    padding: 4px 0 40px;
    text-align: left;
    max-width: 350px;
    margin: auto; }
    .container .room-info label {
      float: left;
      padding: 10px 5px 0 5px;
      width: 45%;
      text-align: right; }
    .container .room-info select {
      width: 50%;
      max-width: 222px;
      float: right; }
    .container .room-info .room-action {
      padding: 5px 0 0;
      margin-top: 5px;
      display: inline-block;
      width: 100%;
      max-width: 350px; }
      .container .room-info .room-action .col {
        width: 49%;
        float: left; }
        .container .room-info .room-action .col button {
          width: 100% !important; }
      .container .room-info .room-action .col + .col {
        margin-left: 5px; }
  .container .main-content .breadcrumbs {
    color: #AEAEAE;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .container .main-content .breadcrumbs a, .container .main-content .breadcrumbs span {
      padding: 0 5px; }
      .container .main-content .breadcrumbs a:first-child, .container .main-content .breadcrumbs span:first-child {
        padding-left: 0; }
    .container .main-content .breadcrumbs a {
      color: #AEAEAE; }
      .container .main-content .breadcrumbs a:hover {
        color: #000; }
    .container .main-content .breadcrumbs span {
      color: #000; }
  .container .main-content .gallery .thumbnail {
    float: left;
    margin: 0 1% 10px 0;
    width: 32.666%;
    text-align: center;
    background-color: #e0e0e0; }
    .container .main-content .gallery .thumbnail:nth-child(3n) {
      margin-right: 0; }

.close-button {
  background: url(../images/close.png);
  background-size: auto;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  left: 10px;
  line-height: 0;
  position: absolute;
  top: 10px;
  width: 30px;
  z-index: 200; }

.home .footer {
  background: #fff; }
  .home .footer .help {
    margin: 0; }

.footer {
  background: #fff;
  padding: 0px 0 15px;
  position: relative;
  z-index: 0;
  max-width: 600px;
  margin: auto; }
  .footer .time-exposure {
    background: url(../images/txe-logo-mono_19.png);
    background-size: auto 30px;
    display: none;
    font-size: 0;
    height: 30px;
    line-height: 0;
    width: 37px;
    margin-top: 10px; }
    .footer .time-exposure:hover {
      background: url(../images/txe-logo-hover_19.png);
      background-size: auto 30px;
      cursor: pointer; }
  .footer .logo {
    display: inline-block;
    float: left; }
  .footer .logo-text {
    margin-top: -26px;
    margin-left: 40px;
    position: absolute; }
  .footer .intro {
    background: url(../images/intro-button-bg.png);
    background-size: auto 40px;
    display: block;
    float: left;
    font-size: 0;
    height: 40px;
    line-height: 0;
    margin: -44px 0 0;
    width: 40px; }
    .footer .intro:hover {
      cursor: pointer;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }
  .footer .help {
    background: url(../images/info-button-bg.png);
    background-size: auto 40px;
    display: block;
    float: right;
    font-size: 0;
    height: 40px;
    line-height: 0;
    margin: -44px 0 0;
    width: 40px; }
    .footer .help:hover {
      cursor: pointer;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }
  .footer .business-name {
    font-size: 14px;
    text-align: center; }

.home-container + footer {
  background-color: #fff !important;
  color: #000 !important;
  max-width: 600px;
  margin: auto; }

canvas {
  max-width: 100%;
  max-height: 250px; }

.modal {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  margin: 2px auto;
  z-index: 1000;
  width: 95%;
  background: #f7f7f7;
  border: 1px solid #000;
  max-width: 540px;
  padding: 20px 20px 5px 20px; }
  .modal .close-button {
    position: initial;
    float: left;
    margin: -10px 0 12px -10px; }
  .modal .modalFooter {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
  .modal .main-content {
    display: inline-block;
    margin-top: 0px;
    width: 100%; }
  .modal b.helptitle {
    text-align: center;
    display: block;
    padding: 0 35px; }
  .modal .modal-body {
    min-height: 0;
    padding: 0;
    display: inline-block;
    width: 100%; }

#doneModal .add-room {
  padding: 0; }
#doneModal #exit {
  width: 170px;
  margin: auto; }

.videoWrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#termsOverlay .main-content {
  overflow-y: scroll;
  max-height: 420px; }

.hidden {
  display: none; }

a.terms {
  cursor: pointer; }

.progress-wheel {
  height: 20px;
  float: right;
  margin-top: 8px;
  margin-right: 10px; }

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  text-align: center;
  vertical-align: middle; }

#errorModal .main-content {
  margin: 0; }

.imageEdit h3 {
  padding: 15px 0 0;
  margin: 0; }

.mobile-upload {
  padding-top: 50px; }

.progress button, .progress .button {
  max-width: 170px; }

#upload_form {
  margin-top: 10px; }

progress[value] {
  -webkit-appearance: none;
  width: 90%;
  max-width: 250px; }

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

progress[value]::-webkit-progress-value {
  background-color: #8cd6f6;
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%; }

#progressModal .modal {
  margin: 20% auto; }

/* Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .modal .videoContentWrapper {
    width: 90%;
    margin: auto; } }
.thumbnail {
  height: 60px; }
  .thumbnail img {
    max-height: 60px; }

.wide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.tall img {
  width: auto;
  height: 100% !important; }

h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0px 5px 0; }

@media screen and (min-width: 600px) {
  /* Sticky Footer Code */
  /*
  
  html, body {
  	height: 100%;
  }
  
  .wrap {
  	min-height: 100%;
  }
  
  .home-container {
  	overflow: auto;
  	padding-bottom: 80px !important;
  }
  
  .container {
  	overflow: auto;
  	padding-bottom: 130px !important;
  }  
  	
  .footer {
  	position: relative;
  	margin-top: -80px !important;
  	height: 80px !important;
  	padding: 40px 0 20px !important;
  	clear:both;
  } 
  */
  /* END Sticky Footer Code */
  body {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4; }

  h2.welcome {
    font-size: 23px; }

  p.studio {
    margin: 10px 0 0px 0;
    font-size: 16px; }

  .footer {
    padding-top: 10px; }

  .inner {
    padding: 10px 25px; }

  .header .logo {
    height: auto !important;
    width: 85%;
    margin: 20px auto 0px auto;
    padding-bottom: 20px;
    padding-top: 10px; }

  img.tutorial {
    width: 450px; }

  .container .welcome-text {
    font-size: 19px;
    padding: 0px 0 0; }
    .container .welcome-text h2 {
      font-size: 28px; }
  .container .smaller {
    font-size: 14px;
    margin: 10px 15px 10px 15px; }
  .container .intro-image .content {
    width: 400px;
    margin-bottom: 20px;
    margin-bottom: 10px; }
  .container .get-started button {
    font-size: 17px;
    padding: 15px 0; }
  .container .room-details {
    width: 350px; }
  .container .viewing-info {
    font-size: 17px; }
  .container .image-edit img {
    max-height: 460px; }
  .container .image-edit .content {
    height: 500px; }
  .container .main-content {
    width: 100%; }

  .full-width .container .main-content {
    width: 100%; }
  .full-width .container .left {
    display: none; }

  .modal {
    width: 560px;
    margin: 90px auto; }

  .home-container .home-intro img {
    max-width: 90%; }

  .go-block {
    max-width: 60%;
    margin: auto; }

  .thumbnail {
    height: 120px; }
    .thumbnail img {
      max-height: 120px; }

  canvas {
    max-height: 460px; }

  h4 {
    font-size: 18px;
    line-height: 1.2;
    margin: 20px 0px 10px 0; } }
@media screen and (min-width: 1000px) {
  body {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4; }

  p.studio {
    margin: 10px 0 0px 0;
    font-size: 18px; }

  .home-container .inner {
    width: auto !important; }

  .container .welcome-text {
    padding: 0px 0; }
  .container .intro-image .content {
    width: 500px;
    margin-bottom: 30px;
    margin-bottom: 30px; }
  .container .smaller {
    font-size: 14px;
    margin: 10px 20px 10px 20px; }
  .container .main-content .gallery .thumbnail {
    height: 120px; }

  .image-edit img {
    max-height: 500px; }

  .modal {
    width: 560px;
    margin: 100px auto; }

  .go-block {
    max-width: 60.5%; }

  canvas {
    max-height: 500px; } }
@media screen and (min-width: 1280px) {
  body {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4; }

  p.studio {
    margin: 10px 0 0px 0;
    font-size: 20px; }

  .container {
    min-height: 300px;
    padding: 0 0 45px;
    margin: auto; }
    .container .room-details {
      width: 350px; }
    .container .main-content p, .container .main-content ul li, .container .main-content ol li {
      text-align: justify; }

  .modal {
    width: 560px;
    margin: 130px auto; }

  #termsOverlay .main-content {
    max-height: 1000px; }

  .desktop-upload {
    margin-top: 50px; }

  .thumbnail {
    height: 120px; }
    .thumbnail img {
      max-height: 120px; } }

/*# sourceMappingURL=style.css.map */
