/* 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 */
img[src*="_hover"], a:hover img[src*=_hover] + img, .m {
  display: none; }

a:hover img[src*="_hover"] {
  display: inline; }

.m {
  display: none !important; }

body.my-body {
  background: url(../img/tiki.jpg) repeat repeat;
  background-size: 100% auto;
  font-size: 16px;
  z-index: 0;
  min-width: 1000px; }
  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;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    body.my-body .button:hover, body.my-body .button.current, body.my-body .btn:hover, body.my-body .btn.current {
      background-color: white;
      border: 3px solid #00bff3;
      color: #00bff3; }
  body.my-body header {
    background: url(../img/header-background.png);
    background-size: 100% 100%;
    height: 200px;
    min-width: 1000px;
    padding: 20px;
    text-align: center;
    z-index: 5; }
    body.my-body header #logo {
      z-index: 5; }
      body.my-body header #logo img {
        width: 400px; }
    body.my-body header nav {
      display: inline-block;
      margin: 5px 20px;
      vertical-align: top; }
      body.my-body header nav a {
        color: white;
        font-family: "Bubblegum Sans", helvetica, times;
        font-size: 1.5em;
        margin: 0 10px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        body.my-body header nav a:hover {
          border-bottom: 5px solid #00bff3;
          padding-bottom: 10px; }
        body.my-body header nav a.current {
          border-bottom: 5px solid #00bff3;
          padding-bottom: 10px; }
  body.my-body .home-page {
    min-width: 1000px;
    z-index: -1; }
    body.my-body .home-page .slider-wrapper {
      top: -115px;
      z-index: -10;
      min-width: 1000px; }
      body.my-body .home-page .slider-wrapper img {
        width: 100%; }
      body.my-body .home-page .slider-wrapper .nivoSlider {
        margin: 0 auto; }
      body.my-body .home-page .slider-wrapper .nivo-directionNav {
        display: none; }
      body.my-body .home-page .slider-wrapper .nivo-controlNav {
        display: block;
        background: transparent;
        bottom: 17%;
        height: 35px;
        left: 50%;
        margin-left: -30px;
        padding: 0;
        position: absolute;
        text-align: left;
        z-index: 10; }
        body.my-body .home-page .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 .home-page .slider-wrapper .nivo-controlNav a.active {
            background-position: 0 100%; }
    body.my-body .home-page .content-wrapper {
      margin-top: -190px;
      padding-bottom: 50px; }
      body.my-body .home-page .content-wrapper .info {
        background: url(../img/chalkboard.png) no-repeat no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        padding: 60px 60px 30px 60px;
        text-align: center;
        width: 800px;
        height: 300px; }
        body.my-body .home-page .content-wrapper .info .button {
          margin: 0 auto; }
        body.my-body .home-page .content-wrapper .info h1 {
          color: white;
          font-family: "Bubblegum Sans", helvetica, times;
          font-size: 3em;
          font-weight: normal;
          margin: 0;
          padding: 0; }
        body.my-body .home-page .content-wrapper .info p {
          color: white;
          font-family: helvetica, Times, serif;
          font-size: 1.1em;
          margin: 5px 185px;
          z-index: 1; }
        body.my-body .home-page .content-wrapper .info .subsection {
          height: 150px; }
          body.my-body .home-page .content-wrapper .info .subsection h2 {
            display: none; }
          body.my-body .home-page .content-wrapper .info .subsection ul {
            list-style-type: none;
            padding-left: 0;
            height: 150px;
            overflow: hidden; }
            body.my-body .home-page .content-wrapper .info .subsection ul li {
              color: white;
              font-family: helvetica, Times, serif;
              font-size: 1.1em;
              margin: 5px 185px;
              z-index: 1; }
              body.my-body .home-page .content-wrapper .info .subsection ul li .name {
                display: none; }
        body.my-body .home-page .content-wrapper .info img {
          position: absolute; }
          body.my-body .home-page .content-wrapper .info img#thatch {
            left: -17px;
            top: 0px; }
          body.my-body .home-page .content-wrapper .info img#male-bird {
            bottom: 10px;
            left: 25px;
            width: 185px; }
          body.my-body .home-page .content-wrapper .info img#lady-bird {
            bottom: 10px;
            right: 0px;
            width: 185px; }
      body.my-body .home-page .content-wrapper .features-wrapper {
        margin: 50px auto;
        text-align: center;
        width: 980px;
        border-spacing: 5px;
        display: table; }
        body.my-body .home-page .content-wrapper .features-wrapper .card {
          display: table-cell;
          padding: 20px 15px;
          width: 33%;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.4);
          transition: .3s;
          -webkit-transition: .3s;
          -moz-transition: .3s; }
          body.my-body .home-page .content-wrapper .features-wrapper .card:hover {
            background-color: rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 10px 0px black;
            -moz-box-shadow: 0px 0px 10px 0px black;
            -webkit-box-shadow: 0px 0px 10px 0px black; }
          body.my-body .home-page .content-wrapper .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 .home-page .content-wrapper .features-wrapper .card p {
            color: white;
            font-family: helvetica, Times, serif;
            margin: 5px 0; }
      body.my-body .home-page .content-wrapper .last-row {
        margin: 0 auto;
        width: 1000px;
        left: 10px;
        text-align: center; }
        body.my-body .home-page .content-wrapper .last-row > div {
          background: url(../img/tikiboard.png) no-repeat no-repeat;
          background-size: 100% 100%;
          display: inline-block;
          min-height: 350px;
          padding: 30px;
          margin: 15px;
          width: 45%;
          vertical-align: top; }
          body.my-body .home-page .content-wrapper .last-row > div h3 {
            color: #00bff3;
            font-family: "Bubblegum Sans", helvetica, times;
            font-size: 2em;
            font-weight: normal;
            text-align: center;
            margin: 0 auto;
            padding: 15px 0 10px 0;
            width: 100%;
            vertical-align: top; }
          body.my-body .home-page .content-wrapper .last-row > div form {
            padding: 0 1em !important;
            margin: 20px auto;
            width: 100%; }
            body.my-body .home-page .content-wrapper .last-row > div form fieldset {
              border: none;
              margin: 0;
              padding: 0; }
            body.my-body .home-page .content-wrapper .last-row > div form input[type="text"] {
              background-color: #dbdbdb;
              border: none;
              border-radius: 5px;
              color: black;
              display: block;
              height: 35px;
              width: 100%;
              padding: 5px;
              margin-bottom: 10px; }
            body.my-body .home-page .content-wrapper .last-row > div form .button {
              display: block;
              margin: 0 auto; }
  body.my-body .side-box {
    background-color: rgba(0, 191, 243, 0.75);
    margin: -100px auto 0px auto;
    padding: 100px 25px 25px 25px;
    width: 1000px; }
  body.my-body .menu-wrapper #signup-ad {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 100; }
  body.my-body .menu-wrapper #menu .side-box {
    padding-bottom: 75px; }
    body.my-body .menu-wrapper #menu .side-box h1 {
      font-size: 2.6em; }
    body.my-body .menu-wrapper #menu .side-box .banner {
      display: block;
      margin: 20px auto;
      width: auto; }
    body.my-body .menu-wrapper #menu .side-box > .button {
      bottom: -65px;
      position: absolute;
      right: 10px;
      z-index: 10; }
    body.my-body .menu-wrapper #menu .side-box nav {
      background-color: #ed008c;
      margin: 10px -25px;
      padding: 15px;
      text-align: center; }
  body.my-body #signup .side-box {
    text-align: center; }
    body.my-body #signup .side-box > div {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      width: 440px; }
    body.my-body #signup .side-box .promos-images {
      text-align: center; }
    body.my-body #signup .side-box .signup-form {
      top: -5px; }
      body.my-body #signup .side-box .signup-form input[type="text"], body.my-body #signup .side-box .signup-form textarea {
        border: 1px solid gray;
        border-radius: 5px;
        color: black;
        font-size: 1.2em;
        padding: 2px; }
      body.my-body #signup .side-box .signup-form #form-submit-section {
        text-align: center; }
      body.my-body #signup .side-box .signup-form #address-input, body.my-body #signup .side-box .signup-form #city-input, body.my-body #signup .side-box .signup-form #state-input, body.my-body #signup .side-box .signup-form #company-input {
        display: none; }
      body.my-body #signup .side-box .signup-form .disclaimer a {
        color: #55ffff; }
        body.my-body #signup .side-box .signup-form .disclaimer a:hover {
          text-decoration: underline; }
    body.my-body #signup .side-box .promos-menu {
      top: -5px; }
      body.my-body #signup .side-box .promos-menu .section h1 {
        text-align: center; }
      body.my-body #signup .side-box .promos-menu .section h2 {
        color: black;
        font-family: "Bubblegum Sans", helvetica, times;
        font-size: 1.8em;
        text-align: center; }
      body.my-body #signup .side-box .promos-menu .section h4 {
        color: black;
        font-family: "Bubblegum Sans", helvetica, times;
        font-size: 1.2em;
        font-weight: normal;
        margin-top: 0;
        text-align: left !important; }
      body.my-body #signup .side-box .promos-menu .section > div:nth-child(2) p {
        color: black;
        font-family: "Bubblegum Sans", helvetica, times;
        text-align: center; }
        body.my-body #signup .side-box .promos-menu .section > div:nth-child(2) p:after {
          content: "Click a section to expand the daily specials";
          display: block;
          margin-top: 20px; }
      body.my-body #signup .side-box .promos-menu .section .subsection {
        background-color: rgba(255, 255, 255, 0.8);
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
        margin: 10px 0;
        padding: 15px 0; }
        body.my-body #signup .side-box .promos-menu .section .subsection img {
          display: none; }
        body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content {
          clear: both;
          display: none;
          margin: 0 0 10px 0; }
          body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content div p {
            font-family: helvetica, Times, serif;
            font-size: 1.2em;
            text-align: center; }
          body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content ul {
            list-style-type: none;
            margin: 0;
            padding: 0; }
            body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content ul li {
              display: block;
              list-style-type: none;
              margin-top: .5em; }
              body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content ul li span {
                display: block;
                font-size: 1.2em;
                font-weight: normal;
                text-align: center; }
              body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content ul li .name {
                font-family: "Bubblegum Sans", helvetica, times;
                font-size: 1em;
                font-weight: bold;
                margin-top: 20px; }
              body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content ul li .description {
                font-family: helvetica, Times, serif;
                font-size: .84em !important;
                font-style: italic; }
          body.my-body #signup .side-box .promos-menu .section .subsection .subsection-content.open {
            clear: both;
            display: block; }
        body.my-body #signup .side-box .promos-menu .section .subsection:hover {
          -moz-transition: .5s;
          border-bottom: 3px solid white;
          border-top: 3px solid white;
          cursor: pointer; }
  body.my-body .about h1 {
    font-size: 3em; }
  body.my-body .events {
    background-color: black;
    top: -115px;
    padding: 175px 0 75px 0;
    margin-bottom: -115px; }
    body.my-body .events .happenings {
      width: 600px;
      margin: 0 auto;
      text-align: center;
      padding: 25px 0; }
      body.my-body .events .happenings h2 {
        font-size: 2.7em;
        padding: 5px 0;
        margin: 5px 0; }
      body.my-body .events .happenings h3 {
        font-size: 2.2em;
        font-weight: normal;
        margin: 5px 0; }
      body.my-body .events .happenings h4, body.my-body .events .happenings p {
        font-family: helvetica, Times, serif; }
  body.my-body .contact-page .side-box {
    padding-left: 0;
    padding-right: 0; }
    body.my-body .contact-page .side-box > div:first-child {
      text-align: center;
      padding: 0; }
      body.my-body .contact-page .side-box > div:first-child > div {
        display: inline-block;
        width: 49.7%;
        vertical-align: top; }
        body.my-body .contact-page .side-box > div:first-child > div iframe {
          width: 100%;
          height: 500px;
          margin: 0 auto;
          border-top: 3px solid black;
          border-bottom: 3px solid black; }
        body.my-body .contact-page .side-box > div:first-child > div h2 {
          background-color: transparent;
          color: white;
          padding: 15px 20px;
          margin: 0;
          font-weight: normal;
          text-align: left;
          font-size: 1.3em; }
    body.my-body .contact-page .side-box .form-wrapper {
      margin: 10px auto;
      width: 500px; }
      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 {
        display: block;
        margin: 0 auto; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form label {
        display: inline-block;
        font-size: .8em;
        font-weight: bold;
        width: 200px; }
        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 {
        display: inline-block;
        left: auto;
        margin: 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: 300px; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form textarea {
        display: block;
        margin-left: 0;
        max-width: 100%;
        width: 500px; }
      body.my-body .contact-page .side-box .form-wrapper #contact-form .checkboxes p {
        font-size: .8em;
        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 .side-box h1 {
    color: white;
    padding: 15px 25px 5px 25px;
    font-weight: normal;
    font-size: 2em; }
  body.my-body #giftcards .side-box form {
    width: 740px;
    margin: 0 auto;
    padding: 25px 0; }
    body.my-body #giftcards .side-box form #add-another-item {
      display: block; }
    body.my-body #giftcards .side-box form label, body.my-body #giftcards .side-box form a, body.my-body #giftcards .side-box form legend {
      color: white; }
    body.my-body #giftcards .side-box form input, body.my-body #giftcards .side-box form textarea, body.my-body #giftcards .side-box form select {
      color: black; }
    body.my-body #giftcards .side-box form .button {
      margin: 5px auto;
      display: block; }
    body.my-body #giftcards .side-box form legend {
      font-family: "Bubblegum Sans", helvetica, times;
      font-size: 1.4em; }
    body.my-body #giftcards .side-box form fieldset:not(:first-child) {
      padding: 20px; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child) label, body.my-body #giftcards .side-box form fieldset:not(:first-child) div {
        display: block;
        width: 450px;
        margin: 16px auto;
        left: 26px;
        vertical-align: top; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child) input, body.my-body #giftcards .side-box form fieldset:not(:first-child) select {
        position: absolute;
        right: 50px;
        top: 0;
        width: 180px;
        height: 25px; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child) textarea {
        left: 61px;
        height: 75px;
        width: 250px; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child) .billing-same {
        display: inline-block;
        margin: 0 auto;
        width: auto;
        left: 144px; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child) #informationSameY, body.my-body #giftcards .side-box form fieldset:not(:first-child) #informationSameN {
        position: relative;
        right: 0;
        display: inline-block;
        height: auto;
        margin: 0 auto;
        width: auto; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child).card-info label {
        margin: 3px auto; }
      body.my-body #giftcards .side-box form fieldset:not(:first-child).card-info input {
        position: relative;
        right: 0;
        width: auto; }
  body.my-body .gift-card-page .gift-card-img {
    display: block;
    margin: 0 auto; }
  body.my-body #job-app {
    width: 700px;
    margin: auto; }
    body.my-body #job-app h3 {
      font-family: helvetica, Times, serif;
      font-size: 1em;
      margin: 5px; }
    body.my-body #job-app legend {
      font-size: 1.5em;
      font-family: "Bubblegum Sans", helvetica, times; }
    body.my-body #job-app fieldset {
      margin-bottom: 30px; }
  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: inline-block;
      padding: 15px;
      text-align: left;
      vertical-align: top;
      width: 49%; }
  body.my-body .rewards-page .side-box .page-title {
    text-align: center; }
  body.my-body .rewards-page .side-box .club {
    display: inline-block;
    width: 49%; }
    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;
    box-shadow: inset 0 20px 20px -20px black;
    -moz-box-shadow: inset 0 20px 20px -20px black;
    -webkit-box-shadow: inset 0 20px 20px -20px black;
    color: white;
    min-width: 1000px; }
    body.my-body footer .footer-wrapper {
      width: 1000px;
      margin: 0 auto;
      text-align: center; }
      body.my-body footer .footer-wrapper > div {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding: 10px 20px;
        text-align: center; }
        body.my-body footer .footer-wrapper > div h4 {
          font-family: "Bubblegum Sans", helvetica, times;
          font-size: 2.2em;
          text-align: center;
          margin: 10px 0;
          font-weight: normal; }
        body.my-body footer .footer-wrapper > div h5 {
          font-size: 1.3em;
          margin: 15px 0; }
        body.my-body footer .footer-wrapper > div img {
          width: 50px;
          transition: .3s;
          -webkit-transition: .3s;
          -moz-transition: .3s; }
        body.my-body footer .footer-wrapper > div input[type*=text] {
          border-radius: 5px;
          padding: 10px;
          width: 205px;
          margin: -5px 0 15px 0; }
    body.my-body footer #very-bottom {
      background: #222222;
      color: white;
      padding: 2px;
      text-align: center; }
      body.my-body footer #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: left;
    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=style.css.map */
