.btn
{

}

.ts-thumbs
{
    font-size: 0;
}

.ts-thumbs a
{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    height: 250px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;

    transition-duration: 0.2s;
}

.ts-thumbs a:hover
{
    opacity: 0.5;
}

.ts-thumbs .ts-thumb
{
    display: block;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
}

.ts-lightbox
{
    position: fixed;
    top: 0;
    left: 0;

    padding: 20px;
    background: white;
    border: 1px solid #777;
    border-radius: 5px;
    box-sizing: border-box;
    width: 125px;
    height: 125px;

    z-index: 10000;

    display: none;
}

.ts-lightbox.nopad
{
    padding: 0;
    overflow: hidden;

    border-color: rgba(0, 0, 0, 0.5);
}

.ts-lightbox iframe
{
    border: 0;
    overflow: hidden;
}

.ts-lightbox-back
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    cursor: zoom-out;
}

.ts-lightbox .ts-preload
{
    position: fixed;
    width: 1px;
    height: 1px;

    overflow: hidden;
    top: -1000px;
    left: -1000px;
}

.ts-lightbox .ts-loaded
{
    width: 100%;
    height: 100%;
}

.tsbtn
{
    display: inline-block;
    border-radius: 8px;
    padding: 15px 25px;
    font-size: 20px;

    box-sizing: border-box;
    width: auto;
    text-align: center;

    font-family: Arial, sans-serif;

    border: 1px solid #afafaf;
    background-color: #00853d;
    color: white;

    cursor: pointer;
    text-decoration: none;

    transition-duration: 0.2s;
}

.tsbtn:hover
{
    color: white;
    opacity: 0.5;
    text-decoration: none;
}

.full-page-spinner
{
    position: fixed;
    width: 90px;
    height: 90px;

    top: 50%;
    left: 50%;

    margin-left: -45px;
    margin-top: -45px;
}

.sqs
{
  position: relative;
  width: 85px;
  height: 85px;

  box-sizing: border-box;

  display: inline-block;

  animation: sqs-load 3.0s infinite ease;
}

.sqs div
{
  width: 30px;
  height: 30px;
  position: absolute;

  background: #777;
  transform: scale(0);
}

.sqs div:nth-child(1)
{
  background: #00853d;
  top: 10px;
  left: 10px;
  animation: sqs-s1 3.0s infinite ease;
  z-index: 1;
}

.sqs div:nth-child(2)
{
  top: 10px;
  left: 45px;
  animation: sqs-s2 3.0s infinite ease;
}

.sqs div:nth-child(3)
{
  top: 45px;
  left: 10px;
  animation: sqs-s4 3.0s infinite ease;
}

.sqs div:nth-child(4)
{
  top: 45px;
  left: 45px;
  animation: sqs-s3 3.0s infinite ease;
}

@keyframes sqs-load
{
  0%{ transform: rotate(0deg); }
  10%{ transform: rotate(0deg); }
  20%{ transform: rotate(50deg); }
  21%{ transform: rotate(45deg); }
  81%{ transform: rotate(45deg); }
  100%{ transform: rotate(0deg); }
}

@keyframes sqs-s1
{
  0%
  {
    transform: scale(0);
  }

  10%{
    transform: scale(1);
  }

  21%{
    top: 10px;
    left: 10px;
  }

  30%, 36%{
    top: 10px;
    left: 45px;
  }

  45%, 51%{
    top: 45px;
    left: 45px;
  }

  60%, 66%{
    top: 45px;
    left: 10px;
    transform: scale(1);
  }

  75%, 81%{
    top: 27.5px;
    left: 27.5px;
    transform: scale(0);
  }

  100%{
    top: 10px;
    left: 10px;
  }

}

@keyframes sqs-s2
{
  0%{
    transform: scale(0);
  }

  10%, 36%{
    transform: scale(1);
  }

  36%{
    top: 10px;
    left: 45px;
  }

  45%, 51%{
    top: 45px;
    left: 45px;
  }

  60%, 66%{
    top: 45px;
    left: 10px;
    transform: scale(1);
  }

  75%, 81%{
    top: 27.5px;
    left: 27.5px;
    transform: scale(0);
  }

  100%{
    top: 10px;
    left: 10px;
  }
}

@keyframes sqs-s3
{
  0%{
    transform: scale(0);
  }

  10%, 51%{
    transform: scale(1);
  }

  51%{
    top: 45px;
    left: 45px;
  }

  60%, 66%{
    top: 45px;
    left: 10px;
    transform: scale(1);
  }

  75%, 81%{
    top: 27.5px;
    left: 27.5px;
    transform: scale(0);
  }

  100%{
    top: 10px;
    left: 10px;
  }
}

@keyframes sqs-s4
{
  0%{
    transform: scale(0);
  }

  10%, 66%{
    transform: scale(1);
  }

  66%{
    top: 45px;
    left: 10px;
    transform: scale(1);
  }

  75%, 81%{
    top: 27.5px;
    left: 27.5px;
    transform: scale(0);
  }

  100%{
    top: 10px;
    left: 10px;
  }
}

.ts-text
{
    line-height: 24px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;

    text-align: left;
}

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

.ts-tour img
{
    height: 64px;
}

.ts-tour h1
{
    margin: 20px auto 5px;
}

.ts-table
{
    border: none;
    margin-top: 25px;
}

.ts-table tr:first-of-type
{
    border: none;
}

.ts-table th
{
    border: none;
    font-weight: bold;
    text-align: center;
}

.ts-table td, .ts-table th
{
    width: 25%;
    padding: 3px 5px;
}

.ts-table td
{
    text-align: left;
}
