/* FONTS */
html {
  height: 100%; }

body {
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

.page {
  min-height: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 132px;
  background: white;
  position: relative;
  z-index: 0; }

.subPage {
  overflow: hidden;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px; }

#PAGE_Company {
  background: #b3d02a; }

#PAGE_User {
  background-image: url(../img/bg-light.png); }

/* Superscrollorama elements / insert here */
.sticky {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden; }

.animated {
  position: absolute;
  left: 20px;
  top: 0px;
  overflow: hidden; }

#animatedDisplay {
  position: absolute;
  left: 90%;
  width: 590px;
  top: 120px;
  opacity: 1.0; }

#userDisplay {
  position: absolute;
  left: 66%;
  width: 400px;
  top: 120px;
  opacity: 1.0; }

.listNumber {
  font-size: 200%;
  font-weight: 600; }

.textblock {
  font-family: "Signika", sans-serif;
  position: relative;
  margin-left: 20%;
  width: 42%; }
  .textblock a {
    margin-top: 10px; }

.textblock_wide {
  margin-left: 20%;
  font-family: "Signika", sans-serif;
  position: relative;
  left: 0%;
  width: 72%; }
  .textblock_wide a {
    margin-top: 10px; }

.boxed {
  background-image: url(../img/bg-box.png);
  padding: 2.5px 10px 2.5px 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .boxed h4 {
    margin-bottom: 2.5px;
    color: white !important; }

#PAGE_Contact .boxed {
  height: 220px; }

blockquote {
  border-left: none;
  font-size: 130%;
  font-style: italic;
  margin: 50px 0;
  padding: 0;
  line-height: 1.45;
  position: relative; }

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  margin-right: 10px; }

#PAGE_Contact blockquote {
  margin: 20px 0; }

/* --- PAGE ELEMENTS --- */
/* No body margin, using left/right padding here to have margins with color */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

/* HEROPANEL */
.heropanel {
  color: white;
  height: 100%;
  width: 100%;
  background: #b3d02a; }

#heroBackground {
  position: absolute;
  z-index: -1;
  background-image: url("../pics/backgrounds/9908128_print.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

#hero {
  background: transparent; }
  #hero #punchline {
      color: #fff;
      margin-left: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    margin-top: 30%;
    z-index: 5; }
    #hero #punchline h4 {
      font-size: 120%;
      text-transform: uppercase; }
    #hero #punchline p {
      font-size: 120%;
      text-transform: none; }
  #hero #play {
    position: absolute; }
  #hero #loginForm {
    position: relative;
    margin-top: 25%;
    background: #c5e045;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 10px; }
    #hero #loginForm form, #hero #loginForm fieldset {
      width: 100%; }

#videoHero {
  display: none;
  background: #000;
  position: absolute;
  height: 90%;
  top: 0px;
  left: 0px;
  z-index: 2; }
  #videoHero #close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999; }

/* FOOTER */
.footer {
  margin: 20px 0 0 0;
  padding-top: 20px;
  bottom: 0px;
  height: 60px;
  color: white;
  background: #464646; }

/* NAVBAR COMPONENTS */
.navbar {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
  z-index: 900;
  background: #c5e045; }

.navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background: #c5e045;
  border-bottom: solid 1px #e0ef9c; }

.navbar .brand {
  padding: 0 0 0 0;
  margin: 0 0 0 0; }
  .navbar .brand img {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px; }

.navbar .nav > li > a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-width: 130px;
  height: 70px; }

.menulabel {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
  text-shadow: none;
  position: relative;
  top: 27px; }

.nav-list {
  padding-right: 0px;
  padding-left: 0px; }

.navbar .nav > .active > a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 70px;
  border: none !important;
  color: white !important;
  background: #d0e668 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid white !important; }

.navbar a:hover,
.navbar a:focus {
  color: white !important;
  background: #d0e668 !important;
  text-shadow: none !important;
  box-shadow: none !important; }

.btn-navbar {
  padding: 0px !important;
  width: 70px !important;
  min-width: 70px !important;
  height: 70px !important;
  background: #1e8cb3 !important; }

h2 {
  font-size: 220%;
  margin-top: 40px; }

h3 {
  font-weight: 400;
  font-size: 180%;
  margin-top: -10px;
  margin-bottom: 30px; }

h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 130%; }

h5 {
  margin-top: 30px;
  font-size: 130%;
  font-weight: 400; }

h6 {
  font-size: 100%;
  font-weight: 400; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 150% !important;
  padding: 4px 2.5% 4px 2.5%;
  width: 95%;
  height: 40px; }
  select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    background: white; }

/* BUTTONS */
.btnrow {
  height: 60px;
  margin: 20px 0 20px 0; }

.btn {
  width: 100%;
  height: 60px;
  padding: 0px;
  text-shadow: none !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #1e8cb3;
  border: none;
  box-shadow: none !important; }

.btn_label {
  font-family: "Signika", sans-serif;
  padding: 20px;
  font-size: 160%;
  font-weight: 700;
  color: white; }
  .btn_label i {
    position: absolute;
    left: 20px;
    margin-right: 10px; }

.btn:hover {
  background: #2492B8; }

.btn:active {
  background: #2492B8; }

#play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px; }

#tryOut, .nextPage {
  margin-top: 20px !important;
  background: #29acdb; }

.pricing-table .plan {
  border-radius: 1px;
  text-align: center;
  background-color: #b3d02a; }

.plan:hover {
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab; }

.plan {
  padding: 0px;
  margin-bottom: 10px;
  color: white;
  -moz-border-radius: 1px 1px 0 0;
  -webkit-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0; }

.plan-name-silver {
  padding: 20px;
  color: white;
  background-color: #b3d02a;
  -moz-border-radius: 1px 1px 0 0;
  -webkit-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0; }

.pricing-table .plan .plan-name span {
  font-size: 20px; }

.pricing-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 1px 1px;
  -webkit-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px; }

.pricing-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid white; }

.pricing-three-column {
  margin: 40px 0 40px 0;
  width: 100%; }

.pricing-variable-height .plan {
  float: none;
  margin-left: 2%;
  vertical-align: bottom;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.plan-mouseover .plan-name {
  background-color: white !important; }

.btn-plan-select {
  padding: 8px;
  width: 90%; }

/* DROPDOWNS */
.dropdown-menu {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.dropdown-menu li i {
  color: #b3d02a; }

/* RWD scale stuff -- DRAFT */
#largeMenu {
  display: inline; }

#smallMenu {
  display: none; }

@media (max-width: 1100px) {
  .plan .btn_label {
    font-weight: 500;
    font-size: 100%; } }
@media (max-width: 979px) {
  h2 {
    font-size: 150%; }

  .btn_label {
    font-weight: 500; }

  #largeMenu .nav > li > a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    min-width: 110px;
    height: 70px; }

  #largeMenu .menulabel {
    font-size: 90%;
    font-weight: 500; } }
@media (max-width: 767px) {
  h2 {
    font-size: 120%; }

  #punchColumn {
    display: none; }

  #playColumn {
    display: none; }

  .mayOmit1 {
    display: none; }

  .plan .btn_label {
    font-weight: 500;
    font-size: 150%; } }
@media (max-width: 540px) {
  .mayOmit2 {
    display: none; }

  .textblock, .textblock_wide {
    margin-left: 38%;
    width: 60%; }

  h2 {
    font-size: 130%;
    margin-top: 20px;
    margin-bottom: 5px; }

  h3 {
    font-size: 100%;
    margin-top: -10px;
    margin-bottom: 0px; }

  .navbar .brand {
    margin-right: 0px; }
    .navbar .brand img {
      height: 70px; } }
