@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
@import "https://fonts.googleapis.com/css?family=Montserrat";
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.row:before, .row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.debug {
  display: none; }

.column {
  float: none;
  padding-right: 20px; }
  .column.col-1-1, .column.col-1-2, .column.col-1-3, .column.col-1-4 {
    width: 100%; }
  .column.col-1-4 {
    padding-right: 10px; }
  .column.contact {
    text-align: center;
    margin-bottom: 64px; }

input {
  clear: right; }

ul.menu {
  margin: 0.1em; }
  ul.menu li {
    display: inline-block;
    padding: 0.25em;
    outline: 1px solid #3f3f3f; }
    ul.menu li a {
      color: #3f3f3f; }

.order-container {
  font-size: 0px; }
  .order-container > * {
    font-size: 11pt; }
  .order-container .outbound {
    width: 50%;
    display: inline-block; }
  .order-container .incoming {
    width: 50%;
    display: inline-block; }

@media only screen and (min-width: 740px) {
  .column {
    float: left;
    padding-left: 20px; }
    .column.col-1-2 {
      width: 50%; }
      .column.col-1-2.col-center {
        float: none;
        margin: 0 auto; }
    .column.col-1-3 {
      width: 33.333%; }
    .column.col-2-3 {
      width: 66%; }
    .column.col-1-4 {
      width: 25%; } }
#splashscreen {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url("../images/splash.png") center center no-repeat;
  background-size: contain;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  #splashscreen.visible {
    opacity: 1; }

#app {
  font-family: 'Montserrat'; }

.test {
  width: 50%;
  max-width: 640px;
  margin: auto;
  outline: 1px solid red;
  padding: 1em; }
  .test p {
    font-size: 12pt; }

p {
  line-height: 1.3em;
  margin: 0; }

#map {
  width: 100vw;
  height: 75vh;
  margin-top: 10vh; }

#distress {
  padding: 1em;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 0px;
  border: none;
  background-color: #F05A28;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #distress:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 1px solid #F05A28;
    transition: all 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #distress:active {
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #distress:active:after {
      left: -8px;
      top: -8px;
      right: -8px;
      bottom: -8px;
      outline: none; }

.overlay.top {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 10vh;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 2vh;
  text-align: left;
  position: relative; }
  .overlay.top span.checked-in {
    color: #F05A28;
    font-size: 1.2em; }
    .overlay.top span.checked-in span.count {
      position: absolute;
      padding-left: 1em;
      right: 2vh;
      font-size: 1.5em;
      margin-top: -0.15em;
      /*background: url('../images/icon-check.png') left center no-repeat;*/
      background-size: contain;
      transition: color 0.1s; }
      .overlay.top span.checked-in span.count.fadeout {
        color: rgba(255, 255, 255, 0); }

.toolbar {
  background-color: #F05A28;
  position: absolute;
  font-size: 0px; }
  .toolbar.top {
    top: 0px;
    right: 0px;
    left: 0px;
    height: 10vh; }
    .toolbar.top .logo {
      height: 6vh;
      position: absolute;
      left: 2vh;
      top: 2vh; }
    .toolbar.top .brand {
      height: 6vh;
      position: absolute;
      top: 2vh;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .toolbar.top .menubutton {
      height: 6vh;
      position: absolute;
      top: 2vh;
      right: 2vh; }
  .toolbar.bottom {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 10vh;
    text-align: center; }
    .toolbar.bottom .button {
      display: inline-block;
      height: 100%;
      width: 25%;
      margin: 0px 10%;
      position: relative; }
      .toolbar.bottom .button:active {
        background-color: rgba(255, 255, 255, 0.1); }
        .toolbar.bottom .button:active .icon {
          height: 70%;
          margin: 10% 0; }
      .toolbar.bottom .button .icon {
        height: 60%;
        margin: 15% 0;
        display: block;
        transition: all 0.25s;
        -webkit-transition: all 0.25s; }
        .toolbar.bottom .button .icon.checkin {
          background: url("../images/icon-checkin.png") center center no-repeat;
          background-size: contain; }
        .toolbar.bottom .button .icon.checkout {
          background: url("../images/icon-checkout.png") center center no-repeat;
          background-size: contain; }

/* EQCSS */
@element ".test-p" and (min-lines: 7) {
  .test {
    background-color: yellow; } }
