html, body {
  background: #fff;
  min-width: 815px;
}

body {
  padding-left: 0;
}

.guest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guest-display-mock {
  position: relative;
}

.guest-display-mock-top, .guest-display-mock-bottom {
  width: 100%;
  display: block;
}

.guest-display-mock-top {
  margin-top: -19.61vw;
}

@media (max-width: 815px) {
  .guest-display-mock-top {
    margin-top: -159.8215px;
  }
}

.guest-notebook-mock {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 53%;
  height: 0;
  overflow: hidden;
}

.guest-notebook-mock-notebook {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.guest-notebook-mock-screen {
  width: 73%;
  position: absolute;
  top: 11%;
  left: 14%;
  padding-top: 50%;
  height: 0;
  overflow: hidden;
}

.guest-notebook-mock-screen img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.guest-display-mock-shot {
  position: absolute;
  top: 6.8%;
  left: 24.2%;
  width: 51.6%;
  padding-top: 28.7%;
  height: 0;
  overflow: hidden;
}

.guest-display-mock-shot img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

/*
.guest-display-mock .guest-titleblock{
    background:linear-gradient(rgba(41,43,91,0.4),rgba(41,43,91,1)),url(/images/display-mock-extra.jpg) center bottom;
    background-size:100% 100%;
    text-shadow:0 0 10px #292b5b;
}
*/
.guest-half-pad {
  padding: 1em;
}

.guest-pad {
  padding: 2em;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

.guest-titleblock h1 {
  font-size: 10vw;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.guest-imageblock {
  background-position: center;
  background-size: cover;
  height: 50vw;
  padding-top: 5vw;
  color: #292b5b;
  overflow: hidden;
}

@media (max-width: 815px) {
  .guest-imageblock {
    height: 407.5px;
    padding-top: 40.75px;
  }
}

.guest-home-logo {
  height: 60%;
  width: auto;
}

.guest-titleblock {
  color: #fff;
  background: #292b5b;
}

.guest-mockblock {
  background: #292b5b;
  padding-top: 14%;
}

.guest-mockblock + .guest-mockblock {
  background: #3b5281;
}

.guest-mockblock + .guest-mockblock + .guest-mockblock {
  background: #4b7aaa;
}

.guest-col4 {
  width: 25%;
  float: left;
}

.guest-col3 {
  width: 33.33%;
  float: left;
}

.guest-col2 {
  width: 50%;
  float: left;
}

.guest-bg-1 {
  background: #292b5b;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.guest-bg-2 {
  background: #3b5281;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.guest-bg-3 {
  background: #4b7aaa;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.guest-bg-1 .guest-brand-text,
.guest-bg-2 .guest-brand-text,
.guest-bg-3 .guest-brand-text {
  color: inherit;
}

.guest-bg-1 h2,
.guest-bg-2 h2,
.guest-bg-3 h2 {
  color: #fff;
}

.guest-big-p {
  font-size: 28px;
  line-height: 1.2em;
  margin: 1.2em auto;
  max-width: 28em;
}

.guest-brand-text {
  font-family: "josefin sans", sans-serif;
  color: #292b5b;
  font-size: 1.4em;
}

.guest-emphasis {
  font-family: "josefin sans", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
}

table .guest-emphasis {
  text-shadow: 0 0 0 #000;
  color: rgba(128, 144, 181, 0.8);
}

.guest-bg-1 .guest-emphasis,
.guest-bg-2 .guest-emphasis,
.guest-bg-3 .guest-emphasis {
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.guest-pricing-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  width: 90%;
  max-width: 850px;
}

.guest-pricing-table {
  table-layout: fixed;
  border-spacing: 2px;
  border-collapse: separate;
  text-shadow: 0 0 0 #000;
  color: rgba(128, 144, 181, 0.9);
  width: 100%;
}

.guest-pricing-table td {
  vertical-align: top;
  line-height: 1;
  padding: 3em 0;
  padding-bottom: 2.6em;
  width: 33.33%;
  background: rgba(255, 255, 255, 0.9);
}

.guest-pricing-table td .guest-emphasis {
  margin-top: -.3em;
  display: inline-block;
}

.guest-pricing-wrap {
  background-position: center;
  background-size: cover;
  height: calc( 100vh - 53px);
  position: relative;
}

#input-users {
  background: none;
  border: none;
  width: auto;
  font-size: 50px;
  width: 2ch;
  text-align: right;
}

.guest-pricing-wrap a {
  color: inherit;
}

.guest-pricing-wrap label {
  font-weight: inherit;
}

.guest-pricing-wrap .guest-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table {
  background: none !important;
  border: none !important;
}

.page-login footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.guest-pricing-wrap {
  background-image: url("../images/dark-bg2.jpg");
}
