/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) { }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
     * Don't show links for images, or javascript/internal links
     */
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

body {
  background-color: #53a887;
  background-image: url('../img/background.png');
  background-position: top center;
  background-repeat: no-repeat;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0; }

.ad {
  background-color: #fff; }
  .ad.banner {
    width: 970px;
    height: 90px;
    margin: 0 auto; }
  .ad.square {
    width: 336px;
    height: 280px;
    margin: 0 auto; }

.content-section {
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 0px 0px #22746b;
  -moz-box-shadow: 0px 10px 0px 0px #22746b;
  box-shadow: 0px 10px 0px 0px #22746b; }

.floating-monkey {
  background-image: url('../img/monkey.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 470px;
  height: 162px;
  margin-left: -235px;
  position: absolute;
  top: -154px;
  left: 50%; }

.mc-footer {
  background-color: #53a887;
  padding: 20px 0; }
  .mc-footer .bottom-sub-links {
    text-align: center;
    margin: 30px 0; }
    .mc-footer .bottom-sub-links a {
      display: inline-block; }
    .mc-footer .bottom-sub-links ul {
      text-align: center;
      display: block;
      margin: 0;
      padding: 0; }
      .mc-footer .bottom-sub-links ul li {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0 10px; }
        .mc-footer .bottom-sub-links ul li a {
          color: #fff;
          font-size: 14px;
          text-decoration: underline; }
  .mc-footer .footer-links {
    margin-bottom: 20px; }
    .mc-footer .footer-links b {
      background-color: #00877d;
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: -7px;
      right: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .mc-footer .footer-links b:first-child {
        left: 0;
        right: auto; }
    .mc-footer .footer-links .footer-about h4 {
      border-bottom: 4px #00877d solid;
      color: #22746b;
      font-family: 'Happy Monkey';
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      padding: 0 0 13px 0;
      margin-bottom: 20px;
      position: relative; }
    .mc-footer .footer-links .footer-about p {
      color: #fff;
      font-size: 14px;
      line-height: 22px; }
      .mc-footer .footer-links .footer-about p a {
        color: #f4ea43;
        font-size: 18px;
        text-decoration: underline; }
    .mc-footer .footer-links .footer-bottom-links h4 {
      border-bottom: 4px #00877d solid;
      color: #22746b;
      font-family: 'Happy Monkey';
      font-size: 18px;
      text-align: center;
      padding: 0 0 13px 0;
      margin-bottom: 20px;
      position: relative; }
    .mc-footer .footer-links .footer-bottom-links ul {
      padding: 0;
      /*
				padding-left:60px;
				
				&.games {
					padding-left:60px;
				}
				&.videos {
					padding-left:60px;
				}
				&.worksheets {
					padding-left:40px;
				}
				*/ }
      .mc-footer .footer-links .footer-bottom-links ul li {
        text-align: center;
        list-style: none;
        margin-bottom: 8px; }
        .mc-footer .footer-links .footer-bottom-links ul li a {
          color: #fff;
          font-size: 14px;
          text-transform: uppercase; }
          .mc-footer .footer-links .footer-bottom-links ul li a .highlight {
            font-weight: bold; }

.general-content {
  width: auto;
  padding: 40px; }

.header {
  padding-bottom: 120px;
  padding-top: 40px; }
  .header.short {
    padding-bottom: 20px; }
  .header .top-ad {
    margin-bottom: 40px; }
  .header .top-auth-area {
    margin-bottom: 25px;
    text-align: right; }
    .header .top-auth-area .ui-button {
      margin-left: 10px; }
  .header .top-nav-area-expanded {
    display: none; }
    @media (min-width: 1170px) {
      .header .top-nav-area-expanded {
        display: block; } }
    .header .top-nav-area-expanded .grade-nav {
      text-align: right;
      padding: 20px 0 0 0; }
      @media (min-width: 1170px) {
        .header .top-nav-area-expanded .grade-nav {
          padding-top: 0; } }
      .header .top-nav-area-expanded .grade-nav li {
        font-size: 20px;
        display: inline-block;
        width: 30%;
        margin: 0 1% 2% 1%; }
        .header .top-nav-area-expanded .grade-nav li:first-child {
          margin-left: 0; }
        .header .top-nav-area-expanded .grade-nav li.select {
          font-family: 'WellFleet', cursive;
          font-size: 18px;
          line-height: 30px;
          text-align: center; }
        @media (min-width: 1170px) {
          .header .top-nav-area-expanded .grade-nav li {
            width: 9%;
            margin: 0 0.5% 2% 0.5%; }
            .header .top-nav-area-expanded .grade-nav li.select {
              width: 17%;
              font-size: 26px;
              line-height: 37px;
              text-align: left;
              float: left; } }
        .header .top-nav-area-expanded .grade-nav li a {
          background-color: #35abe2;
          color: #fff;
          font-size: 19px;
          font-weight: bold;
          line-height: 27px;
          text-align: left;
          display: block;
          padding: 7px 20px;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          -ms-border-radius: 80px;
          -o-border-radius: 80px;
          border-radius: 80px;
          -webkit-box-shadow: 0px 7px 0px 0px #357d9f;
          -moz-box-shadow: 0px 7px 0px 0px #357d9f;
          box-shadow: 0px 7px 0px 0px #357d9f;
          zoom: 1; }
          .header .top-nav-area-expanded .grade-nav li a:before, .header .top-nav-area-expanded .grade-nav li a:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .header .top-nav-area-expanded .grade-nav li a:after {
            clear: both; }
          .header .top-nav-area-expanded .grade-nav li a:hover {
            text-decoration: none;
            position: relative;
            top: -1px;
            -webkit-box-shadow: 0px 8px 0px 0px #357d9f;
            -moz-box-shadow: 0px 8px 0px 0px #357d9f;
            box-shadow: 0px 8px 0px 0px #357d9f; }
          .header .top-nav-area-expanded .grade-nav li a .glyph {
            background-image: url('../img/dragonBalls.png');
            background-repeat: no-repeat;
            display: block;
            width: 25px;
            height: 25px;
            float: right;
            position: relative;
            right: -8px; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-1 {
              background-position: 0 0; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-2 {
              background-position: -25px 0; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-3 {
              background-position: -50px 0; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-4 {
              background-position: -75px 0; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-5 {
              background-position: 0 -25px; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-6 {
              background-position: -25px -25px; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-7 {
              background-position: -50px -25px; }
            .header .top-nav-area-expanded .grade-nav li a .glyph.grade-8 {
              background-position: -75px -25px; }
    .header .top-nav-area-expanded .top-nav-area {
      margin-bottom: 25px;
      position: relative; }
      .header .top-nav-area-expanded .top-nav-area .top-logo {
        position: absolute;
        top: -63px;
        left: 0; }
        .header .top-nav-area-expanded .top-nav-area .top-logo a.logo {
          background-image: url('../img/logo.png');
          background-repeat: no-repeat;
          background-position: center center;
          display: block;
          width: 202px;
          height: 124px;
          float: left; }
        .header .top-nav-area-expanded .top-nav-area .top-logo .social {
          background-image: url('../img/social.png');
          background-repeat: no-repeat;
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 46px; }
          .header .top-nav-area-expanded .top-nav-area .top-logo .social:hover {
            top: 44px; }
          .header .top-nav-area-expanded .top-nav-area .top-logo .social.fb {
            background-position: 0 0;
            right: 45px; }
          .header .top-nav-area-expanded .top-nav-area .top-logo .social.twitter {
            background-position: -25px 0;
            right: 15px; }
      .header .top-nav-area-expanded .top-nav-area .top-nav {
        text-align: right; }
        .header .top-nav-area-expanded .top-nav-area .top-nav li {
          display: inline-block;
          background-image: none;
          padding-left: 10px; }
          .header .top-nav-area-expanded .top-nav-area .top-nav li:first-child {
            padding-left: 0; }
          @media (min-width: 1170px) {
            .header .top-nav-area-expanded .top-nav-area .top-nav li {
              background-image: url('../img/dot.png');
              background-repeat: no-repeat;
              background-position: 17px 20px;
              padding-left: 65px; } }
          .header .top-nav-area-expanded .top-nav-area .top-nav li a {
            background-color: #fff;
            color: #22746b;
            font-family: 'WellFleet', cursive;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            display: block;
            padding: 8px 15px; }
            @media (min-width: 1170px) {
              .header .top-nav-area-expanded .top-nav-area .top-nav li a {
                font-size: 26px;
                padding: 18px 30px; } }
  .header .top-nav-area-small {
    padding-bottom: 70px; }
    @media (min-width: 1170px) {
      .header .top-nav-area-small {
        display: none; } }
    .header .top-nav-area-small .grade-nav {
      background-color: #35abe2;
      text-align: center;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      -webkit-box-shadow: -5px 7px 0px 0px #357d9f;
      -moz-box-shadow: -5px 7px 0px 0px #357d9f;
      box-shadow: -5px 7px 0px 0px #357d9f;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 750px) {
        .header .top-nav-area-small .grade-nav {
          margin-right: 10px;
          float: right; } }
      .header .top-nav-area-small .grade-nav span {
        background-image: url('../img/arrow.png');
        background-position: 20px center;
        background-repeat: no-repeat;
        color: #fff;
        font-family: 'WellFleet', cursive;
        font-size: 16px;
        font-weight: bold;
        display: block;
        padding: 20px 20px 20px 45px;
        cursor: pointer; }
      .header .top-nav-area-small .grade-nav ul {
        margin: 0;
        padding: 0 0 10px 0;
        display: none; }
        .header .top-nav-area-small .grade-nav ul li {
          text-align: left;
          display: block; }
          .header .top-nav-area-small .grade-nav ul li a {
            color: #fff;
            font-family: 'WellFleet', cursive;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            display: block;
            padding: 8px 15px; }
    .header .top-nav-area-small .top-nav-area {
      margin-bottom: 25px;
      position: relative; }
      .header .top-nav-area-small .top-nav-area .top-logo {
        width: 202px;
        height: 124px;
        margin: 0 auto 20px auto;
        position: relative; }
        @media (min-width: 750px) {
          .header .top-nav-area-small .top-nav-area .top-logo {
            position: absolute;
            top: -63px;
            left: 0;
            z-index: 500; } }
        .header .top-nav-area-small .top-nav-area .top-logo a.logo {
          background-image: url('../img/logo.png');
          background-repeat: no-repeat;
          background-position: center center;
          display: block;
          width: 202px;
          height: 124px;
          float: left; }
        .header .top-nav-area-small .top-nav-area .top-logo .social {
          background-image: url('../img/social.png');
          background-repeat: no-repeat;
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 46px; }
          .header .top-nav-area-small .top-nav-area .top-logo .social:hover {
            top: 44px; }
          .header .top-nav-area-small .top-nav-area .top-logo .social.fb {
            background-position: 0 0;
            right: 45px; }
          .header .top-nav-area-small .top-nav-area .top-logo .social.twitter {
            background-position: -25px 0;
            right: 15px; }
      .header .top-nav-area-small .top-nav-area .top-nav {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: -5px 7px 0px 0px #53a887;
        -moz-box-shadow: -5px 7px 0px 0px #53a887;
        box-shadow: -5px 7px 0px 0px #53a887;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 500; }
        @media (min-width: 750px) {
          .header .top-nav-area-small .top-nav-area .top-nav {
            float: right; }
            .header .top-nav-area-small .top-nav-area .top-nav.active {
              width: 200px; } }
        .header .top-nav-area-small .top-nav-area .top-nav span {
          background-image: url('../img/hamburger.png');
          background-position: 20px center;
          background-repeat: no-repeat;
          color: #22746b;
          font-family: 'WellFleet', cursive;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          display: block;
          padding: 20px 20px 20px 45px;
          cursor: pointer; }
          @media (min-width: 750px) {
            .header .top-nav-area-small .top-nav-area .top-nav span {
              text-align: left; } }
        .header .top-nav-area-small .top-nav-area .top-nav ul {
          border-top: 1px #53a887 solid;
          width: 100%;
          margin: 0 0 0 0;
          padding: 10px 0 10px 0;
          display: none; }
          .header .top-nav-area-small .top-nav-area .top-nav ul li {
            display: block; }
            .header .top-nav-area-small .top-nav-area .top-nav ul li:first-child {
              padding-left: 0; }
            @media (min-width: 1170px) {
              .header .top-nav-area-small .top-nav-area .top-nav ul li {
                background-image: url('../img/dot.png');
                background-repeat: no-repeat;
                background-position: 17px 20px;
                padding-left: 65px; } }
            .header .top-nav-area-small .top-nav-area .top-nav ul li a {
              background-color: #fff;
              color: #333333;
              font-family: 'WellFleet', cursive;
              font-size: 16px;
              font-weight: bold;
              text-transform: uppercase;
              display: block;
              padding: 8px 20px; }
              @media (min-width: 1170px) {
                .header .top-nav-area-small .top-nav-area .top-nav ul li a {
                  font-size: 26px;
                  padding: 18px 30px; } }

.home .home-content {
  margin-bottom: 60px;
  position: relative; }
  .home .home-content .home-top {
    background-image: url('../img/patternBg.png');
    background-repeat: repeat;
    background-position: top left;
    padding: 40px 40px 90px 40px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
    .home .home-content .home-top .home-intro {
      margin-bottom: 20px; }
      .home .home-content .home-top .home-intro a {
        font-size: 22px; }
      .home .home-content .home-top .home-intro h2 {
        color: #357d9f;
        font-family: 'WellFleet', cursive;
        font-size: 51px; }
        .home .home-content .home-top .home-intro h2 span {
          color: #333333; }
      .home .home-content .home-top .home-intro p {
        color: #333333;
        font-size: 21px;
        line-height: 32px; }
    .home .home-content .home-top .home-main-buttons {
      margin-top: 40px; }
      .home .home-content .home-top .home-main-buttons .button-col {
        text-align: center;
        padding-bottom: 20px; }
      .home .home-content .home-top .home-main-buttons .ui-button {
        font-size: 28px;
        text-transform: uppercase;
        width: 240px; }
        .home .home-content .home-top .home-main-buttons .ui-button span {
          font-family: 'Happy Monkey';
          font-size: 21px;
          text-transform: none; }
.home .home-slides {
  background-color: #fff;
  background-image: url('../img/diagonal.png');
  padding: 28px 0;
  position: relative;
  zoom: 1; }
  .home .home-slides:before, .home .home-slides:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .home .home-slides:after {
    clear: both; }
  .home .home-slides h3 {
    background-color: #53a887;
    color: #fff;
    font-family: 'WellFleet', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    width: 700px;
    padding: 15px 35px;
    margin-left: -350px;
    position: absolute;
    top: -46px;
    left: 50%;
    z-index: 10;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
    .home .home-slides h3 b {
      background-color: #fff;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      .home .home-slides h3 b:first-child {
        right: auto;
        left: 20px; }
  .home .home-slides .slider-control {
    background-image: url('../img/galleryNav.png');
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    z-index: 5; }
    .home .home-slides .slider-control.next {
      background-position: -90px 0;
      right: -45px; }
    .home .home-slides .slider-control.prev {
      background-position: 0 0;
      left: -45px; }
  .home .home-slides ul {
    background-color: #ffbc77;
    height: 235px;
    padding: 20px 0;
    margin: 0;
    overflow: hidden;
    position: relative; }
    .home .home-slides ul li {
      background-color: #efa867;
      list-style: none;
      width: 23.5%;
      height: 195px;
      position: absolute;
      top: 20px;
      left: 100%; }
      .home .home-slides ul li a {
        border: 10px #efa867 solid;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block;
        height: 195px; }
.home .home-sub-links {
  text-align: center;
  padding: 20px; }
  .home .home-sub-links a {
    font-size: 28px;
    text-transform: uppercase;
    padding: 30px 25px; }

.ui-button {
  border: 0;
  color: #fff;
  font-family: 'WellFleet', cursive;
  font-size: 20px;
  display: inline-block;
  padding: 13px 20px; }
  .ui-button:hover {
    color: #fff;
    text-decoration: none; }
  .ui-button.double-line span {
    font-size: 14px;
    display: block; }
  .ui-button.green {
    background-color: #53a887; }
    .ui-button.green.shadow-45 {
      -webkit-box-shadow: -5px 7px 0px 0px #22746b;
      -moz-box-shadow: -5px 7px 0px 0px #22746b;
      box-shadow: -5px 7px 0px 0px #22746b; }
      .ui-button.green.shadow-45:hover {
        -webkit-box-shadow: -6px 8px 0px 0px #22746b;
        -moz-box-shadow: -6px 8px 0px 0px #22746b;
        box-shadow: -6px 8px 0px 0px #22746b;
        position: relative;
        top: -1px;
        left: 1px; }
    .ui-button.green.shadow-90 {
      -webkit-box-shadow: 0px 5px 0px 0px #22746b;
      -moz-box-shadow: 0px 5px 0px 0px #22746b;
      box-shadow: 0px 5px 0px 0px #22746b; }
      .ui-button.green.shadow-90:hover {
        -webkit-box-shadow: 0px 6px 0px 0px #22746b;
        -moz-box-shadow: 0px 6px 0px 0px #22746b;
        box-shadow: 0px 6px 0px 0px #22746b;
        position: relative;
        top: -1px; }
  .ui-button.pink {
    background-color: #35abe2; }
    .ui-button.pink.shadow-45 {
      -webkit-box-shadow: -5px 7px 0px 0px #357d9f;
      -moz-box-shadow: -5px 7px 0px 0px #357d9f;
      box-shadow: -5px 7px 0px 0px #357d9f; }
      .ui-button.pink.shadow-45:hover {
        -webkit-box-shadow: -6px 8px 0px 0px #357d9f;
        -moz-box-shadow: -6px 8px 0px 0px #357d9f;
        box-shadow: -6px 8px 0px 0px #357d9f;
        position: relative;
        top: -1px;
        left: 1px; }
    .ui-button.pink.shadow-90 {
      -webkit-box-shadow: 0px 5px 0px 0px #357d9f;
      -moz-box-shadow: 0px 5px 0px 0px #357d9f;
      box-shadow: 0px 5px 0px 0px #357d9f; }
      .ui-button.pink.shadow-90:hover {
        -webkit-box-shadow: 0px 6px 0px 0px #357d9f;
        -moz-box-shadow: 0px 6px 0px 0px #357d9f;
        box-shadow: 0px 6px 0px 0px #357d9f;
        position: relative;
        top: -1px; }
  .ui-button.red {
    background-color: #d47069; }
    .ui-button.red.shadow-45 {
      -webkit-box-shadow: -5px 7px 0px 0px #af5654;
      -moz-box-shadow: -5px 7px 0px 0px #af5654;
      box-shadow: -5px 7px 0px 0px #af5654; }
      .ui-button.red.shadow-45:hover {
        -webkit-box-shadow: -6px 8px 0px 0px #af5654;
        -moz-box-shadow: -6px 8px 0px 0px #af5654;
        box-shadow: -6px 8px 0px 0px #af5654;
        position: relative;
        top: -1px;
        left: 1px; }
    .ui-button.red.shadow-90 {
      -webkit-box-shadow: 0px 5px 0px 0px #af5654;
      -moz-box-shadow: 0px 5px 0px 0px #af5654;
      box-shadow: 0px 5px 0px 0px #af5654; }
      .ui-button.red.shadow-90:hover {
        -webkit-box-shadow: 0px 6px 0px 0px #af5654;
        -moz-box-shadow: 0px 6px 0px 0px #af5654;
        box-shadow: 0px 6px 0px 0px #af5654;
        position: relative;
        top: -1px; }
  .ui-button.round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
  .ui-button.slant-l {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  .ui-button.slant-r {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .ui-button.white {
    background-color: #fff; }
    .ui-button.white.shadow-45 {
      -webkit-box-shadow: -5px 7px 0px 0px #53a887;
      -moz-box-shadow: -5px 7px 0px 0px #53a887;
      box-shadow: -5px 7px 0px 0px #53a887; }
      .ui-button.white.shadow-45:hover {
        -webkit-box-shadow: -6px 8px 0px 0px #22746b;
        -moz-box-shadow: -6px 8px 0px 0px #22746b;
        box-shadow: -6px 8px 0px 0px #22746b;
        position: relative;
        top: -1px;
        left: 1px; }
    .ui-button.white.shadow-90 {
      -webkit-box-shadow: 0px 5px 0px 0px #53a887;
      -moz-box-shadow: 0px 5px 0px 0px #53a887;
      box-shadow: 0px 5px 0px 0px #53a887; }
      .ui-button.white.shadow-90:hover {
        -webkit-box-shadow: 0px 6px 0px 0px #22746b;
        -moz-box-shadow: 0px 6px 0px 0px #22746b;
        box-shadow: 0px 6px 0px 0px #22746b;
        position: relative;
        top: -1px; }
  .ui-button.yellow {
    background-color: #ffbc77; }
    .ui-button.yellow.shadow-45 {
      -webkit-box-shadow: -5px 7px 0px 0px #efa867;
      -moz-box-shadow: -5px 7px 0px 0px #efa867;
      box-shadow: -5px 7px 0px 0px #efa867; }
      .ui-button.yellow.shadow-45:hover {
        -webkit-box-shadow: -6px 8px 0px 0px #efa867;
        -moz-box-shadow: -6px 8px 0px 0px #efa867;
        box-shadow: -6px 8px 0px 0px #efa867;
        position: relative;
        top: -1px;
        left: 1px; }
    .ui-button.yellow.shadow-90 {
      -webkit-box-shadow: 0px 5px 0px 0px #efa867;
      -moz-box-shadow: 0px 5px 0px 0px #efa867;
      box-shadow: 0px 5px 0px 0px #efa867; }
      .ui-button.yellow.shadow-90:hover {
        -webkit-box-shadow: 0px 6px 0px 0px #efa867;
        -moz-box-shadow: 0px 6px 0px 0px #efa867;
        box-shadow: 0px 6px 0px 0px #efa867;
        position: relative;
        top: -1px; }

.wrapper {
  width: 1120px;
  margin: 0 auto; }
