/* universal rules */
@import url(http://fonts.googleapis.com/css?family=Bubblegum+Sans);
* {
  position: relative; }

a {
  color: inherit;
  text-decoration: inherit; }

img {
  border: 0; }

body {
  margin: 0; }

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

/* colors */
/* fonts */
/* sass mixins */
.f {
  display: none !important; }

img {
  max-width: 100%; }

body.my-body {
  margin: 0;
  background: url(../img/tiki.jpg) repeat repeat;
  background-size: 100% auto;
  font-size: 16px;
  z-index: 0; }
  body.my-body a {
    color: inherit; }
    body.my-body a:hover {
      color: inherit;
      text-decoration: none; }
  body.my-body h1, body.my-body h2, body.my-body h3, body.my-body h4, body.my-body h5, body.my-body h6 {
    color: white;
    font-family: "Bubblegum Sans", helvetica, times;
    font-weight: normal;
    margin: 0; }
  body.my-body h1, body.my-body h2, body.my-body h3, body.my-body h4, body.my-body h5, body.my-body h6, body.my-body p, body.my-body li, body.my-body label, body.my-body legend, body.my-body div {
    color: white; }
  body.my-body input {
    color: black; }
  body.my-body .button, body.my-body .btn {
    background-color: #00bff3;
    border: 3px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    font-family: "Bubblegum Sans", helvetica, times;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 5px 35px; }
    body.my-body .button.current, body.my-body .btn.current {
      background-color: white;
      border: 3px solid #00bff3;
      color: #00bff3; }
  body.my-body input[type=submit].button {
    -webkit-appearance: none; }
  body.my-body header {
    background: url(../img/mobile/mobile-header.png) no-repeat no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    min-height: 137px; }
    body.my-body header #logo img {
      left: 20px;
      max-height: 75px;
      top: 20px;
      width: 50%; }
    body.my-body header .cbp-spmenu-push {
      text-align: left; }
      body.my-body header .cbp-spmenu-push > nav {
        z-index: 11; }
    body.my-body header .cbp-spmenu-left.cbp-spmenu-open {
      background-color: #00bff3; }
      body.my-body header .cbp-spmenu-left.cbp-spmenu-open a {
        border-bottom: 3px solid white;
        color: white;
        display: block;
        font-family: "Bubblegum Sans", helvetica, times;
        font-size: 1.5em;
        padding-left: 10px;
        text-transform: none; }
    body.my-body header .menubutton {
      z-index: 5 !important;
      top: -65px;
      right: 30px;
      position: absolute; }
      body.my-body header .menubutton #showLeft {
        background-color: transparent;
        border: none; }
  body.my-body .slider-wrapper img {
    width: 100%; }
  body.my-body .slider-wrapper .nivoSlider {
    margin: 0 auto; }
  body.my-body .slider-wrapper .nivo-directionNav {
    display: none; }
  body.my-body .slider-wrapper .nivo-controlNav {
    display: block;
    background: transparent;
    bottom: -5%;
    height: 35px;
    left: 50%;
    margin-left: -30px;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 10; }
    body.my-body .slider-wrapper .nivo-controlNav a {
      background: url(../img/bullets.png) no-repeat 0 2px;
      border: 0;
      cursor: pointer;
      display: inline-block;
      height: 20px;
      margin: 0 -2px;
      text-indent: -9999px;
      width: 20px; }
      body.my-body .slider-wrapper .nivo-controlNav a.active {
        background-position: 0 100%; }
  body.my-body .info {
    background: url(../img/chalkboard.png) no-repeat no-repeat;
    background-size: 100% 100%;
    margin: 15px auto 0 auto;
    padding: 60px 60px 30px 60px;
    text-align: center;
    width: 100%;
    height: 350px; }
    body.my-body .info .button {
      margin: 0 auto; }
    body.my-body .info h1 {
      color: white;
      font-family: "Bubblegum Sans", helvetica, times;
      font-size: 1.75em;
      font-weight: normal;
      margin: 0;
      padding: 0; }
    body.my-body .info p {
      color: white;
      font-family: helvetica, Times, serif;
      font-size: 1.1em;
      margin: 5px 185px;
      z-index: 1; }
    body.my-body .info .subsection {
      height: 150px; }
      body.my-body .info .subsection h2 {
        display: none; }
      body.my-body .info .subsection ul {
        list-style-type: none;
        padding-left: 0;
        height: 150px;
        overflow: hidden; }
        body.my-body .info .subsection ul li {
          color: white;
          font-family: helvetica, Times, serif;
          font-size: 1.1em;
          margin: 5px 185px;
          z-index: 1; }
          body.my-body .info .subsection ul li .name {
            display: none; }
    body.my-body .info img {
      position: absolute; }
      body.my-body .info img#thatch {
        left: 0;
        top: 0px; }
      body.my-body .info img#male-bird {
        bottom: 10px;
        left: 12px;
        max-width: 150px; }
      body.my-body .info img#lady-bird {
        bottom: 10px;
        right: 5px;
        max-width: 150px; }
  body.my-body .features-wrapper {
    margin: 25px auto;
    padding: 0 50px; }
    body.my-body .features-wrapper .card {
      background-color: rgba(0, 191, 243, 0.75);
      display: block;
      margin: 25px auto;
      padding: 25px;
      text-align: center;
      width: 100%; }
      body.my-body .features-wrapper .card h2 {
        color: white;
        font-size: 2em;
        font-family: "Bubblegum Sans", helvetica, times;
        margin: 0;
        padding: 0;
        text-align: center; }
      body.my-body .features-wrapper .card p {
        color: white;
        font-family: helvetica, Times, serif;
        margin: 5px 0; }
  body.my-body .last-row > div:first-child {
    background: url(../img/tikiboard.png) no-repeat no-repeat;
    background-size: 100% 100%;
    min-height: 300px;
    padding: 40px 60px; }
    body.my-body .last-row > div:first-child h3 {
      color: #00bff3;
      font-family: "Bubblegum Sans", helvetica, times;
      font-size: 1.75em;
      font-weight: normal;
      margin: 15px 0;
      text-align: center; }
    body.my-body .last-row > div:first-child form {
      text-align: center; }
      body.my-body .last-row > div:first-child form input {
        background-color: #dbdbdb;
        height: 35px;
        padding: 10px;
        border-radius: 5px;
        width: 100%; }
      body.my-body .last-row > div:first-child form > label {
        display: block; }
      body.my-body .last-row > div:first-child form .button {
        background-color: #00bff3;
        border: 3px solid white;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: white;
        font-family: "Bubblegum Sans", helvetica, times;
        padding: 0px 25px;
        font-size: 1.5em;
        height: auto !important;
        width: auto !important;
        top: 15px; }
      body.my-body .last-row > div:first-child form #email {
        display: block;
        margin: 0 auto;
        width: 100%;
        left: 1px; }
      body.my-body .last-row > div:first-child form fieldset {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        border: none;
        margin: 0 0 7px 0;
        padding: 0; }
  body.my-body .side-box {
    background-color: rgba(0, 191, 243, 0.75);
    width: 90%;
    margin: -70px auto 0px auto;
    padding: 70px 25px 25px 25px; }
  body.my-body .menu-wrapper #menu {
    width: 100%; }
    body.my-body .menu-wrapper #menu .side-box p {
      text-align: right;
      font-weight: bold; }
    body.my-body .menu-wrapper #menu .side-box h1 {
      color: black;
      font-size: 1.6em !important;
      margin: 0; }
    body.my-body .menu-wrapper #menu .side-box .banner {
      width: auto;
      margin: 10px auto;
      display: block; }
    body.my-body .menu-wrapper #menu .side-box div .button {
      display: none; }
    body.my-body .menu-wrapper #menu .side-box nav {
      margin: 0 -25px;
      padding: 10px 0;
      text-align: center;
      background-color: #ed008c; }
      body.my-body .menu-wrapper #menu .side-box nav a {
        display: inline-block;
        padding: 5px 20px;
        font-size: 1.3em; }
    body.my-body .menu-wrapper #menu .side-box .section {
      width: 100%;
      margin: 0 auto;
      padding: 0 5px; }
      body.my-body .menu-wrapper #menu .side-box .section .subsection {
        border-bottom: 2px solid gray !important;
        border-top: 2px solid gray !important;
        margin-bottom: 4px !important;
        min-height: 80px !important;
        padding: 0 !important; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection img {
          border: 0;
          border-radius: 0;
          height: 80px;
          left: 0;
          outline: 2px solid gray;
          top: 0px;
          transition: 0s;
          width: 120px;
          margin-left: 0;
          margin-top: -28px; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection p {
          display: none; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection h2 {
          color: black;
          font-size: 1.2em !important;
          height: 30px;
          margin: 0;
          padding-left: 130px;
          left: 0 !important;
          text-align: left; }
          body.my-body .menu-wrapper #menu .side-box .section .subsection h2:after {
            display: none; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection .subsection-content {
          width: auto !important;
          display: block !important; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection ul.subsection-item-list {
          padding: 0px 10px; }
        body.my-body .menu-wrapper #menu .side-box .section .subsection.open img {
          display: inline-block;
          vertical-align: top;
          height: auto;
          width: 120px;
          transition: 0s;
          text-align: left;
          margin: -28px 40px 0 0 !important; }
  body.my-body #signup .side-box .disclaimer a {
    color: #55ffff; }
  body.my-body #signup .side-box .button {
    display: block;
    margin: 10px auto; }
  body.my-body #signup .side-box .promos-images {
    text-align: center; }
  body.my-body #signup .side-box #module-container {
    padding: 0; }
    body.my-body #signup .side-box #module-container #form-container .date-selector {
      display: block;
      float: none !important; }
    body.my-body #signup .side-box #module-container #form-container #form-location-section, body.my-body #signup .side-box #module-container #form-container #company-input, body.my-body #signup .side-box #module-container #form-container #form-comment-section, body.my-body #signup .side-box #module-container #form-container #form-group-section {
      display: none; }
    body.my-body #signup .side-box #module-container #form-container input[type="text"], body.my-body #signup .side-box #module-container #form-container textarea {
      border: 1px solid gray;
      border-radius: 3px;
      font-size: 1.2em; }
    body.my-body #signup .side-box #module-container #form-container #recaptcha_widget_div {
      margin-left: -38px; }
  body.my-body .about h2 {
    font-family: "Bubblegum Sans", helvetica, times;
    font-weight: normal;
    margin: 5px 0; }
  body.my-body .about p {
    font-family: helvetica, Times, serif; }
  body.my-body .events {
    z-index: 5;
    text-align: center; }
    body.my-body .events h2 {
      font-family: "Bubblegum Sans", helvetica, times;
      font-weight: normal;
      font-size: 2em;
      margin: 5px 0;
      text-align: left; }
    body.my-body .events h3 {
      font-family: "Bubblegum Sans", helvetica, times;
      font-weight: normal;
      font-size: 1.3em; }
  body.my-body .contact-page .side-box {
    padding-left: 0px;
    padding-right: 0px; }
    body.my-body .contact-page .side-box > div:first-child {
      text-align: center; }
      body.my-body .contact-page .side-box > div:first-child iframe {
        width: 90%;
        height: 200px;
        margin: 10px auto 10px auto; }
      body.my-body .contact-page .side-box > div:first-child h2 {
        background-color: #00bff3;
        color: white;
        padding: 10px;
        font-size: 1.3em; }
    body.my-body .contact-page .side-box .form-wrapper {
      width: 100%;
      margin: 0 auto;
      padding: 10px 25px; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form .details {
        margin-top: 15px; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form .button {
        margin: 0 auto;
        display: block; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form label {
        display: inline-block;
        font-size: .8em;
        font-weight: bold;
        width: 49%; }
        body.my-body .contact-page .side-box .form-wrapper #contact-form label.full-width {
          width: 100%; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form #locations {
        margin: auto;
        display: inline-block;
        left: auto;
        right: auto; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form input[type="text"] {
        border: 0px;
        border-radius: 3px;
        display: inline-block;
        font-size: 1.1em;
        padding: 1px;
        position: static;
        width: 100%; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form input[type="submit"] {
        z-index: 4 !important; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form textarea {
        display: block;
        margin-left: 0;
        width: 100%; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form .checkboxes p {
        font-weight: bold;
        padding: 3px 0;
        text-transform: uppercase; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form .checkboxes label {
        font-weight: normal;
        vertical-align: top; }
  body.my-body #giftcards h1 {
    font-family: "Bubblegum Sans", helvetica, times;
    font-weight: normal;
    font-size: 2em; }
  body.my-body #giftcards a {
    color: white; }
  body.my-body #giftcards legend {
    font-family: "Bubblegum Sans", helvetica, times;
    font-size: 1.4em; }
  body.my-body #giftcards fieldset {
    border: 2px solid gray; }
    body.my-body #giftcards fieldset #ddlShipping {
      width: 100%; }
  body.my-body #giftcards label {
    display: block; }
  body.my-body #giftcards input[type="text"], body.my-body #giftcards textarea {
    border: 1px solid gray;
    border-radius: 5px;
    display: block;
    font-size: 1.2em;
    width: 100%; }
  body.my-body #giftcards textarea {
    height: 5em; }
  body.my-body #giftcards input.card-expiry-month, body.my-body #giftcards input.card-expiry-year {
    display: inline; }
  body.my-body #giftcards input.card-expiry-month {
    width: 2em; }
  body.my-body #giftcards input.card-expiry-year {
    width: 4em; }
  body.my-body #giftcards .button {
    margin: 5px auto;
    display: block; }
  body.my-body .gift-card-page .gift-card-img {
    display: block;
    margin: 0 auto; }
  body.my-body .stores-page .side-box .stores-wrapper {
    display: block;
    text-align: center;
    width: 100%; }
    body.my-body .stores-page .side-box .stores-wrapper .store {
      display: block;
      text-align: left;
      width: 100%; }
  body.my-body .rewards-page .side-box .page-title {
    text-align: center; }
  body.my-body .rewards-page .side-box .club {
    display: inline-block;
    width: 100%; }
    body.my-body .rewards-page .side-box .club .club-title {
      text-align: center; }
  body.my-body .rewards-page .side-box .le-form-content #form-content {
    padding-top: 25px; }
    body.my-body .rewards-page .side-box .le-form-content #form-content > h2, body.my-body .rewards-page .side-box .le-form-content #form-content > hr {
      display: none; }
    body.my-body .rewards-page .side-box .le-form-content #form-content .text-block .help-block {
      font-size: .8em;
      line-height: 1.25em; }
  body.my-body .rewards-page .side-box .coupon-col {
    padding: 15px; }
    body.my-body .rewards-page .side-box .coupon-col .coupon {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  body.my-body footer {
    background-color: #39b54a;
    padding: 1px;
    text-align: center; }
    body.my-body footer > div {
      width: 100%;
      margin: auto; }
      body.my-body footer > div div h4 {
        color: white;
        font-family: "Bubblegum Sans", helvetica, times;
        font-size: 2em;
        margin: 10px 0;
        font-weight: normal; }
      body.my-body footer > div div p {
        color: white;
        font-size: 1.1em; }
      body.my-body footer > div div .button {
        display: block;
        margin: 15px auto;
        width: 250px; }
  body.my-body #very-bottom {
    background: #222222;
    color: white;
    padding: 2px;
    text-align: center; }
    body.my-body #very-bottom span {
      display: block;
      margin: 0 !important; }
    body.my-body #very-bottom img {
      vertical-align: middle; }
  body.my-body .le-form-content {
    padding: 0 15px; }
    body.my-body .le-form-content .form-page-break {
      display: none; }
    body.my-body .le-form-content .form-group {
      margin: 0; }
    body.my-body .le-form-content .col-recaptcha {
      margin: 0 auto !important;
      display: block;
      width: 304px !important;
      float: none !important;
      padding: 0 !important; }
    body.my-body .le-form-content .col-submit {
      padding: 0 !important; }
    body.my-body .le-form-content i.glyphicon-star, body.my-body .le-form-content i.glyphicon-star-empty {
      font-size: 4em; }
      body.my-body .le-form-content i.glyphicon-star:hover, body.my-body .le-form-content i.glyphicon-star-empty:hover {
        cursor: pointer; }
  @media (min-width: 992px) {
    body.my-body .col-md-12 .le-form-content form .col-md-4 {
      width: 16.66666667%; } }
  body.my-body .le-hours {
    text-align: center;
    padding: 0 20px; }
    body.my-body .le-hours h2 {
      display: none; }
    body.my-body .le-hours .schedule-hours div {
      display: inline-block; }
      body.my-body .le-hours .schedule-hours div.hours-open:after {
        content: '-';
        padding: 0 4px; }

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