<--stylesheet-->
/*-----------------------------------------------------------------------------------
	Author: Dexin Yang
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

	- Center logo
	- @Import 
	- Normalize
	- Typography
	- Elements
	- Site Menu
	- Accessibility
	- Alignments
	- Content
	- Header
        -site header
        -page header
        -section header
        -curved header 
    -Pop barcode
    -Links
    -Footer
    -Clearing
---------------------------------------------------------------- */

/* Center logo*/
body {
    margin: 0;
    padding: 0;
    text-align: center; /* !!! */
}

.centered {
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2e7960");
@font-face {
  font-family: 'ClarendonBT-Bold';
  src: url("webfonts/2E7960_0_0.eot");
  src: url("webfonts/2E7960_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7960_0_0.woff2") format("woff2"), url("webfonts/2E7960_0_0.woff") format("woff"), url("webfonts/2E7960_0_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'AlternateGotNo1D';
  src: url("webfonts/2E7960_1_0.eot");
  src: url("webfonts/2E7960_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7960_1_0.woff2") format("woff2"), url("webfonts/2E7960_1_0.woff") format("woff"), url("webfonts/2E7960_1_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("webfonts/2E7960_2_0.eot");
  src: url("webfonts/2E7960_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7960_2_0.woff2") format("woff2"), url("webfonts/2E7960_2_0.woff") format("woff"), url("webfonts/2E7960_2_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("webfonts/2E7960_3_0.eot");
  src: url("webfonts/2E7960_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7960_3_0.woff2") format("woff2"), url("webfonts/2E7960_3_0.woff") format("woff"), url("webfonts/2E7960_3_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@-webkit-keyframes lickitup {
  0% {
    opacity: 1.0; }
  74.9% {
    opacity: 1.0; }
  75% {
    opacity: 0.0; }
  79.9% {
    opacity: 0.0; }
  80% {
    opacity: 1.0; }
  84.9% {
    opacity: 1.0; }
  85% {
    opacity: 0.0; }
  89.9% {
    opacity: 0.0; }
  90% {
    opacity: 1.0; }
  94.9% {
    opacity: 1.0; }
  95% {
    opacity: 0.0; }
  99.9% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes lickitup {
  0% {
    opacity: 1.0; }
  74.9% {
    opacity: 1.0; }
  75% {
    opacity: 0.0; }
  79.9% {
    opacity: 0.0; }
  80% {
    opacity: 1.0; }
  84.9% {
    opacity: 1.0; }
  85% {
    opacity: 0.0; }
  89.9% {
    opacity: 0.0; }
  90% {
    opacity: 1.0; }
  94.9% {
    opacity: 1.0; }
  95% {
    opacity: 0.0; }
  99.9% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes makeitpop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes makeitpop {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  30% {
    -moz-transform: scale(0.97);
    transform: scale(0.97); }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  80% {
    -moz-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes makeitpop {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ring {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 9deg);
    transform: rotate3d(0, 0, 1, 9deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-moz-keyframes ring {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 9deg);
    transform: rotate3d(0, 0, 1, 9deg); }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg); }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg); }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg); }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes ring {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 9deg);
    -moz-transform: rotate3d(0, 0, 1, 9deg);
    -ms-transform: rotate3d(0, 0, 1, 9deg);
    transform: rotate3d(0, 0, 1, 9deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -6deg);
    -moz-transform: rotate3d(0, 0, 1, -6deg);
    -ms-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    -moz-transform: rotate3d(0, 0, 1, 3deg);
    -ms-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    -moz-transform: rotate3d(0, 0, 1, -3deg);
    -ms-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }


/*--------------------------------------------------------------
 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }


[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #231F20;
  font-family: "ClarendonBT-Bold", Lucida Bright, Georgia, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 435px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 14px;
      font-size: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0; }

p {
  margin: 0 0 0 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0;
  font-style: normal; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-besite-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%;
   }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* ICONS */
.svg-icon {
  vertical-align: top;
  display: block;
  margin: 0 auto;
  text-align: center; }

.tel #phone-icon {
  overflow: visible; }

.tel:hover #phone-icon #phone,
.tel:focus #phone-icon #phone {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ring 0.5s ease infinite;
  -moz-animation: ring 0.5s ease infinite;
  animation: ring 0.5s ease infinite; }

.no-inlinesvg .svg-icon {
  display: none !important; }

/*-------------------------------------------------------------
Site Menu
--------------------------------------------------------------*/
#menu-toggle {
  text-align: left;
  margin-top: 28px;
  outline: 0;
  width: 10.5%;
  float: none;
  vertical-align: middle;
  display: table-cell;
  outline: 0;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 1200px) {
    #menu-toggle {
      width: 12.5%; } }
  @media screen and (max-width: 990px) {
    #menu-toggle {
      width: 5%; } }
  @media screen and (max-width: 700px) {
    #menu-toggle {
      width: auto;
      display: block;
      position: absolute;
      top: 20px;
      left: 20px;
      margin-top: 0; } }
  #menu-toggle a {
    width: 30px;
    display: inline-block;
    outline: 0; }
  #menu-toggle .bar {
    height: 5px;
    width: 100%;
    background: #68C8C6;
    border: none;
    margin: 0 auto;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    #menu-toggle .bar + .bar {
      margin-top: 7px; }
  #menu-toggle:hover,
  #menu-toggle:focus {
    outline: 0; }
    #menu-toggle:hover .bar,
    #menu-toggle:focus .bar {
      background: #E94E26;
      outline: 0; }

.no-csstransforms #menu-toggle {
  display: none; }

.site-menu-open #menu-toggle {
  outline: 0; }
  .site-menu-open #menu-toggle .bar {
    background: #ffffff; }

.site-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  padding: 40px 0 0 45px;
  width: 275px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 600px) {
    .site-menu {
      width: 225px;
      padding: 30px 0 0 35px; } }
  @media screen and (max-width: 500px) {
    .site-menu {
      width: 200px;
      padding: 20px 0 0 25px; } }
  .site-menu:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .site-menu ul {
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 600px) {
      .site-menu ul {
        margin-bottom: 25px; } }
    @media screen and (max-width: 500px) {
      .site-menu ul {
        margin-bottom: 15px; } }
    .site-menu ul li {
      margin-bottom: 10px; }
      @media screen and (max-width: 500px) {
        .site-menu ul li {
          margin-bottom: 8px; } }
      @media screen and (max-width: 700px) and (orientation: landscape), (max-width: 500px) {
        .site-menu ul li.home {
          display: none; } }
      .site-menu ul li #cat-icon {
        margin: 0 0 25px 0; }
        @media screen and (max-width: 600px) {
          .site-menu ul li #cat-icon {
            margin-bottom: 15px; } }
      .site-menu ul li a {
        color: #E94E26;
        font-size: 31px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.02em;
        display: inline-block;
        padding: 6px 0 6px 0;
        outline: none;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        backface-visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 600px) {
          .site-menu ul li a {
            font-size: 26px; } }
        @media screen and (max-width: 500px) {
          .site-menu ul li a {
            font-size: 22px; } }
        .site-menu ul li a:focus,
        .site-menu ul li a:hover {
          color: #68C8C6;
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
          backface-visibility: hidden; }
      .site-menu ul li.newsletter {
        margin-top: 35px; }
        @media screen and (max-width: 600px) {
          .site-menu ul li.newsletter {
            margin-top: 20px; } }
      .site-menu ul li.newsletter a,
      .site-menu ul li.delivery a {
        font-size: 17px;
        letter-spacing: 0.19em;
        font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        padding: 5px 0; }
        @media screen and (max-width: 600px) {
          .site-menu ul li.newsletter a,
          .site-menu ul li.delivery a {
            font-size: 16px; } }
        @media screen and (max-width: 500px) {
          .site-menu ul li.newsletter a,
          .site-menu ul li.delivery a {
            font-size: 14px; } }

.touch .site-menu ul li a,
.touch .site-menu ul li a:hover,
.touch .site-menu ul li a:focus {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  backface-visibility: hidden; }

.no-inlinesvg .site-menu ul li.home .icon-container {
  display: block;
  width: 95px;
  height: 95px;
  background: url(img/fat-cat-sprite.png) -300px 0px no-repeat; }

.lt-ie10 .site-menu {
  width: 309px; }
  @media screen and (max-width: 600px) {
    .lt-ie10 .site-menu {
      width: 259px; } }
  @media screen and (max-width: 500px) {
    .lt-ie10 .site-menu {
      width: 234px; } }

.site-menu-open .site-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* Effect 4: Slide along */
.site-effect-4.site-menu-open .site-pusher {
  -webkit-transform: translate(275px, 0);
  -ms-transform: translate(275px, 0);
  -o-transform: translate(275px, 0);
  transform: translate(275px, 0);
  backface-visibility: hidden; }
  @media screen and (max-width: 600px) {
    .site-effect-4.site-menu-open .site-pusher {
      -webkit-transform: translate(225px, 0);
      -ms-transform: translate(225px, 0);
      -o-transform: translate(225px, 0);
      transform: translate(225px, 0);
      backface-visibility: hidden; } }
  @media screen and (max-width: 500px) {
    .site-effect-4.site-menu-open .site-pusher {
      -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
      -o-transform: translate(200px, 0);
      transform: translate(200px, 0);
      backface-visibility: hidden; } }

.site-effect-4.site-menu {
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  backface-visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.site-effect-4.site-menu-open .site-effect-4.site-menu {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.site-effect-4.site-menu::after {
  display: none; }

/* Fallback */
.no-csstransforms .site-pusher,
.no-js .site-pusher {
  margin-left: 275px; }
  @media screen and (max-width: 600px) {
    .no-csstransforms .site-pusher,
    .no-js .site-pusher {
      margin-left: 225px; } }
  @media screen and (max-width: 500px) {
    .no-csstransforms .site-pusher,
    .no-js .site-pusher {
      margin-left: 200px; } }

.no-csstransforms .site-effect-4.site-menu,
.no-js .site-effect-4.site-menu {
  z-index: 80;
  visibility: visible; }



/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;}

/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
 Content
--------------------------------------------------------------*/
html,
body,
#page,
.site-pusher,
.site-content {
  height: 100%; }

body,
#page,
.site-content{
    background:#ede5d1 url(images/background.jpg) center top repeat;}

.site-content {
  overflow-x: hidden;
  border: 5px #68C8C6 solid;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.site-content,
.site-content-inner {
  position: relative; }

#page {
  position: relative;
  overflow: hidden; }

.site-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.site-pusher::before {
  content: "x";
  color: #ffffff;
  font-size: 55px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 47px;
  left: -30px;
  z-index: 2100;
  opacity: 0;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 700px) {
    .site-pusher::before {
      top: 13px; } }

.site-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(103, 199, 197, 0.65);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  cursor: pointer;
  z-index: 2000; }

.site-menu-open .site-pusher::before {
  -ms-filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  left: 48px; }
  @media screen and (max-width: 850px) {
    .site-menu-open .site-pusher::before {
      left: 38px; } }
  @media screen and (max-width: 700px) {
    .site-menu-open .site-pusher::before {
      left: 27px; } }

.popup-open .site-pusher::after,
.site-menu-open .site-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.container {
  margin-top: 65px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 435px) {
    .container {
      margin-top: 20px;
      margin-bottom: 20px; } }

.touch .site-pusher,
.touch .site-pusher::before,
.touch .site-pusher::after,
.touch .popup-open .site-pusher::after,
.touch .site-menu-open .site-pusher::after {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }


/*-------------------------------------------------------------
Header  
Site Header
--------------------------------------------------------------*/
.site-header {
  color: #ff0000;
  font-size: 18px;
  line-height: 1.57;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 22px 40px 15px 40px;
  background-size:cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%; }
  @media screen and (max-width: 990px) {
    .site-header {
      font-size: 12px;
      padding: 22px 30px 15px 30px; } }
  @media screen and (max-width: 700px) {
    .site-header {
      display: block;
      padding: 15px 30px; } }
  .site-header .address-info {
    width: 24%;
    float: none;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .site-header .address-info {
        width: 23%; } }
    @media screen and (max-width: 990px) {
      .site-header .address-info {
        width: 32%; } }
    @media screen and (max-width: 700px) {
      .site-header .address-info {
        display: block;
        width: 100%;
        padding-top: 35px; }
        .site-header .address-info address, .site-header .address-info a {
          display: inline-block; }
        .site-header .address-info span {
          display: none; }
        .site-header .address-info .tel {
          margin-left: 10px; } }
    .site-header .address-info span {
      text-transform: uppercase;
      font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
      font-weight: 900; }
    .site-header .address-info .tel {
      margin: 0; }
      .site-header .address-info .tel svg {
        position: relative;
        top: 6px;
        display: inline-block; }
        @media screen and (max-width: 990px) {
          .site-header .address-info .tel svg {
            top: 4px; } }
        .site-header .address-info .tel svg path {
          fill: #ff0000; }
  .site-header .site-branding{   
    width: 31%;
    float: none;
    vertical-align: middle;
    display: table-cell; }
    @media screen and (max-width: 1200px) {
      .site-header .site-branding {
        width: 20%; } }
    @media screen and (max-width: 990px) {
      .site-header .site-branding {
        width: 26%; } }
    @media screen and (max-width: 700px) {
      .site-header .site-branding {
        display: block;
        width: 240px;
        margin: 10px auto; } }
    .site-header .site-branding .site-title {
      margin: 0 auto;
      padding: 0; }
      .site-header .site-branding .site-title .svg-icon {
        width: 100%; }
      .site-header .site-branding .site-title a {
        display: block; }
  .site-header .hours {
    width: 24%;
    float: none;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 1200px) {
      .site-header .hours {
        width: 23%; } }
    @media screen and (max-width: 990px) {
      .site-header .hours {
        width: 32%; } }
    @media screen and (max-width: 700px) {
      .site-header .hours {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto; }
        .site-header .hours li {
          display: inline-block;
          margin: 0px 8px; } } 

/*-------------------------------------------------------------
  Page Headers
--------------------------------------------------------------*/
.page-header {
  position: relative;
  max-height: 415px;
  overflow: hidden; }
  .page-header .page-title {
    color: #ffffff;
    font-size: 62px;
    letter-spacing: 0.02em;
    text-align: center;
    background: #E94E26;
    background: rgba(232, 76, 37, 0.75);
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 40px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    @media screen and (max-width: 990px) {
      .page-header .page-title {
        font-size: 42px;
        padding: 30px 0 25px 0; } }
    @media screen and (max-width: 768px) {
      .page-header .page-title {
        font-size: 28px;
        padding: 25px 0 20px 0; } }
    .page-header .page-title svg {
      position: relative;
      top: 27px;
      right: 30px;
      display: inline-block;
      transform-origin: center center;
      -webkit-transform: scale(2.7) rotate(-12deg);
      -ms-transform: scale(2.7) rotate(-12deg);
      -o-transform: scale(2.7) rotate(-12deg);
      transform: scale(2.7) rotate(-12deg);
      backface-visibility: hidden; }
      .page-header .page-title svg path {
        fill: #ffffff; }
      @media screen and (max-width: 990px) {
        .page-header .page-title svg {
          top: 13px;
          right: 10px;
          -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5);
          backface-visibility: hidden; } }
      @media screen and (max-width: 768px) {
        .page-header .page-title svg {
          top: 5px;
          -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25);
          backface-visibility: hidden; } }
    .page-header .page-title svg + svg {
      top: 28px;
      right: -45px;
      -webkit-transform: scale(2.3) rotate(12deg);
      -ms-transform: scale(2.3) rotate(12deg);
      -o-transform: scale(2.3) rotate(12deg);
      transform: scale(2.3) rotate(12deg);
      backface-visibility: hidden; }
      @media screen and (max-width: 990px) {
        .page-header .page-title svg + svg {
          top: 13px;
          right: -20px;
          -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5);
          backface-visibility: hidden; } }
      @media screen and (max-width: 768px) {
        .page-header .page-title svg + svg {
          top: 5px;
          -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25);
          backface-visibility: hidden; } }
  .page-header img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    vertical-align: top; }
    @media screen and (max-width: 990px) {
      .page-header img {
        width: auto;
        max-width: none;
        height: 325px; } }
    @media screen and (max-width: 850px) {
      .page-header img {
        height: 275px; } }
    @media screen and (max-width: 768px) {
      .page-header img {
        height: 250px; } }
  .page-header.red .page-title {
    background: #E94E26;
    background: rgba(232, 76, 37, 0.75); }
  .page-header.blue .page-title {
    background: #68C8C6;
    background: rgba(103, 199, 197, 0.75); }


/*-------------------------------------------------------------
Section Headers
--------------------------------------------------------------*/
.section-header {
  padding: 40px 0px;
  margin-bottom: 75px;
  position: relative;
  z-index: 200;
  background: repeating-linear-gradient(to right, #E94E26, #E94E26 9px, transparent 9px, transparent 18px);
  background: repeating-linear-gradient(to right, rgba(232, 76, 37, 0.25), rgba(232, 76, 37, 0.25) 9px, transparent 9px, transparent 18px); }
  @media screen and (max-width: 768px) {
    .section-header {
      padding: 30px 0px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 500px) {
    .section-header {
      padding: 20px 0px; } }
  .section-header h3 {
    font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #68C8C6;
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 500px) {
      .section-header h3 {
        font-size: 16px;
        letter-spacing: 0.075em; } }
    .section-header h3 span {
      position: absolute;
      top: 17px;
      left: 0;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .section-header h3 span {
          top: 18px; } }
    @media screen and (max-width: 500px) {
      .section-header h3 svg {
        width: 280px; } }
    .section-header h3 svg #border {
      fill: #E94E26; }
  .section-header.blue {
    background: repeating-linear-gradient(to right, #68C8C6, #68C8C6 9px, transparent 9px, transparent 18px);
    background: repeating-linear-gradient(to right, rgba(103, 199, 197, 0.4), rgba(103, 199, 197, 0.4) 9px, transparent 9px, transparent 18px); }
    .section-header.blue h3 span {
      color: #E94E26; }
    .section-header.blue h3 svg #border {
      fill: #68C8C6; }
  .section-header.red {
    background: repeating-linear-gradient(to right, #E94E26, #E94E26 9px, transparent 9px, transparent 18px);
    background: repeating-linear-gradient(to right, rgba(232, 76, 37, 0.25), rgba(232, 76, 37, 0.25) 9px, transparent 9px, transparent 18px); }
    .section-header.red h3 span {
      color: #68C8C6; }
    .section-header.red h3 svg #border {
      fill: #E94E26; }

.lt-ie10 .section-header h3 span {
  top: 13px; }

/*------------------------------------------------------------
Curved Header 
--------------------------------------------------------------*/

.home-section {
  float: left;
  width: 33.33333%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top; }
  @media screen and (max-width: 850px) {
    .home-section {
      width: 50%; } }
  @media screen and (max-width: 435px) {
    .home-section {
      width: 100%; } }
  .home-section:after {
    padding-top: 100%;
    display: block;
    content: ''; }
  .home-section .content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .home-section a {
    display: block;
    width: 100%; }
  .home-section img {
    width: 100%;
    vertical-align: top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .home-section .text-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .home-section .text-box .title {
      color: #E94E26;
      text-align: center;
      font-size: 17px;
      line-height: 1;
      letter-spacing: 0.02em;
      width: 100%;
      margin: 0 auto;
      position: absolute;
      left: 0;
      top: 20px;
      z-index: 1000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .home-section .text-box .bg {
      width: 120px;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .home-section .text-box .svg-container {
      height: 0;
      padding-top: 45%;
      position: relative;
      z-index: 500; }
      .home-section .text-box .svg-container svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .home-section .text-box .svg-container svg #border {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .home-section.nosubtitle a:hover .text-box,
  .home-section.nosubtitle a:focus .text-box {
    margin-top: -30px; }
    .home-section.nosubtitle a:hover .text-box .title,
    .home-section.nosubtitle a:focus .text-box .title {
      top: 23px;
      font-size: 19px;
      color: #68C8C6; }
    .home-section.nosubtitle a:hover .text-box .bg,
    .home-section.nosubtitle a:focus .text-box .bg {
      width: 135px; }
    .home-section.nosubtitle a:hover .text-box .svg-container svg #border,
    .home-section.nosubtitle a:focus .text-box .svg-container svg #border {
      fill: #68C8C6; }
  .home-section.hassubtitle .title {
    position: relative;
    top: 0;
    font-family: "AlternateGotNo1D", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
    font-size: 56px;
    letter-spacing: 0.045em;
    text-transform: uppercase; }
    @media screen and (max-width: 990px) {
      .home-section.hassubtitle .title {
        font-size: 40px; } }
  .home-section.hassubtitle .text-box {
    margin-top: -37px; }
    @media screen and (max-width: 990px) {
      .home-section.hassubtitle .text-box {
        margin-top: -26px; } }
  .home-section.hassubtitle .subtitle {
    color: #E94E26;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 990px) {
      .home-section.hassubtitle .subtitle {
        font-size: 14px; } }
  .home-section.hassubtitle a:hover .title,
  .home-section.hassubtitle a:hover .subtitle,
  .home-section.hassubtitle a:focus .title,
  .home-section.hassubtitle a:focus .subtitle {
    color: #68C8C6; }
  .home-section.image a:hover img,
  .home-section.image a:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    backface-visibility: hidden; }
  .home-section.red a.content,
  .home-section.red .content {
    background: #E94E26;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .home-section.red a:hover,
  .home-section.red a:focus {
    background: #E94E26; }
  .home-section.red.pattern .content {
    background: none; }
  .home-section.red.pattern path {
    fill: #E94E26;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .home-section.red.pattern a:hover,
  .home-section.red.pattern a:focus {
    background: none; }
    .home-section.red.pattern a:hover path,
    .home-section.red.pattern a:focus path {
      fill: #68C8C6; }
  .home-section.blue a.content,
  .home-section.blue .content {
    background: #68C8C6;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .home-section.blue a:hover,
  .home-section.blue a:focus {
    background: #E94E26; }
  .home-section.blue.pattern .content {
    background: none; }
  .home-section.blue.pattern path {
    fill: #E94E26;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .home-section.blue.pattern a:hover,
  .home-section.blue.pattern a:focus {
    background: none; }
    .home-section.blue.pattern a:hover path,
    .home-section.blue.pattern a:focus path {
      fill: #E94E26; }
  .home-section.pattern .content {
    background: none; }
  .home-section.pattern .pattern-container {
    height: 0;
    padding-top: 100%;
    position: relative; }
    .home-section.pattern .pattern-container svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home-section.pattern a:hover .pattern-container svg path,
  .home-section.pattern a:focus .pattern-container svg path {
    transform-origin: center center;
    -webkit-animation: makeitpop 0.5s ease 1;
    -moz-animation: makeitpop 0.5s ease 1;
    animation: makeitpop 0.5s ease 1; }
    .home-section.pattern a:hover .pattern-container svg path#cone,
    .home-section.pattern a:focus .pattern-container svg path#cone {
      animation-delay: 0.1s; }
    .home-section.pattern a:hover .pattern-container svg path#cone2,
    .home-section.pattern a:focus .pattern-container svg path#cone2 {
      animation-delay: 0.15s; }
    .home-section.pattern a:hover .pattern-container svg path#push,
    .home-section.pattern a:focus .pattern-container svg path#push {
      animation-delay: 0.2s; }
  .home-section.hometagline {
    color: #FF0000;
    line-height: 1;
    text-transform: lowercase;
    text-align: center; }
    .home-section.hometagline h4 {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -145px;
      z-index: 1000; }
      @media screen and (max-width: 990px) {
        .home-section.hometagline h4 {
          margin-top: -100px; } }
      @media screen and (max-width: 850px) {
        .home-section.hometagline h4 {
          margin-top: -145px; } }
      @media screen and (max-width: 700px) {
        .home-section.hometagline h4 {
          margin-top: -100px; } }
    .home-section.hometagline img {
      position: relative; }
    .home-section.hometagline span {
      display: block; }
    .home-section.hometagline .line1 {
      font-size: 30px;
      line-height: 0.9;
      letter-spacing: 0.012em; }
      @media screen and (max-width: 990px) {
        .home-section.hometagline .line1 {
          font-size: 26px; } }
      @media screen and (max-width: 850px) {
        .home-section.hometagline .line1 {
          font-size: 37px; } }
      @media screen and (max-width: 700px) {
        .home-section.hometagline .line1 {
          font-size: 26px; } }
    .home-section.hometagline .line2 {
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: 0.15em;
      font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 990px) {
        .home-section.hometagline .line2 {
          font-size: 23px; } }
      @media screen and (max-width: 850px) {
        .home-section.hometagline .line2 {
          font-size: 32px; } }
      @media screen and (max-width: 700px) {
        .home-section.hometagline .line2 {
          font-size: 23px; } }
  @media screen and (max-width: 850px) {
    .home-section.catface {
      display: none; } }
  .home-section.catface img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%; }
    .home-section.catface img.cat-bg {
      top: auto;
      bottom: -10;
      margin-top: auto; }

.touch .home-section * {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  backface-visibility: hidden;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.tagline {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #ffffff;
  background: repeating-linear-gradient(to right, #F6CECE, #F6CECE 40px, #FA8258 40px, #FA8258 80px); }
  .tagline span {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1;
    font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 0px 0px #68C8C6, 3px 2px 0px #E94E26;
    display: block;
    background: #ff0000;
    float: left;
    padding: 25px 25px 15px 25px;
    position: relative;
    left: -5px; }
    @media screen and (max-width: 990px) {
      .tagline span {
        max-width: 535px; } }
    @media screen and (min-width: 600px) {
      .tagline span {
        font-size: 42px;
        text-shadow: 3px 2px 0px #68C8C6, 6px 5px 0px #E94E26;
        padding: 25px 50px 15px 50px;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        backface-visibility: hidden;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out; } }
    @media screen and (min-width: 768px) {
      .tagline span {
        left: -100%; } }
    .tagline span:after {
      content: "";
      width: 1em;
      bottom: 0;
      position: absolute;
      display: block;
      border: 0.98em solid #ff0000;
      z-index: -2;
      right: -0.5em;
      border-left-width: 0.15em;
      border-right-width: 0.5em;
      border-right-color: transparent; }
      @media screen and (max-width: 990px) {
        .tagline span:after {
          border-top: 1.48em solid #68C8C6;
          border-bottom: 1.48em solid #68C8C6; } }
  .tagline span + span {
    float: right;
    background: #E94E26;
    text-shadow: 1px 0px 0px #E94E26, 3px 2px 0px #68C8C6;
    left: auto;
    right: -5px;
    top: -0.3em; }
    @media screen and (min-width: 600px) {
      .tagline span + span {
        text-shadow: 3px 2px 0px #E94E26, 6px 5px 0px #68C8C6; } }
    @media screen and (min-width: 768px) {
      .tagline span + span {
        right: -100%; } }
    .tagline span + span:after {
      display: none; }
    .tagline span + span:before {
      content: "";
      width: 1em;
      bottom: 0;
      position: absolute;
      display: block;
      border: 0.98em solid #E94E26;
      z-index: -2;
      left: -0.5em;
      border-right-width: 0.15;
      border-left-width: 0.5em;
      border-left-color: transparent; }
      @media screen and (max-width: 990px) {
        .tagline span + span:before {
          border-top: 1.48em solid #E94E26;
          border-bottom: 1.48em solid #E94E26; } }
  .tagline .inview span {
    left: -5px; }
  .tagline .inview span + span {
    left: auto;
    right: -5px; }

.touch .tagline span {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  backface-visibility: hidden;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  left: -5px; }
  .touch .tagline span + span {
    left: auto;
    right: -5px; }


.no-inlinesvg .home-section .text-box .bg {
  background: #ffffff;
  border: 1px solid #E94E26; }

.lt-ie10 .tagline span {
  padding-top: 20px;
  padding-bottom: 20px; }

.lt-ie9 .tagline span,
.lt-ie9 .tagline span + span {
  left: auto;
  right: auto;
  margin: 0 15px;
  float: none; }
  .lt-ie9 .tagline span:after,
  .lt-ie9 .tagline span:before,
  .lt-ie9 .tagline span + span:after,
  .lt-ie9 .tagline span + span:before {
    display: none; }

#other-treats {
  color: #E94E26;
  text-align: center;
  font-family: "BrandonGrotesque", Futura, Trebuchet MS, Arial, sans-serif;
  font-weight: 900;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  background: rgba(103, 199, 197, 0.45); }
  #other-treats .container {
    width: 895px;
    position: relative;
    z-index: 200; }
    #other-treats .container .left,
    #other-treats .container .right {
      float: left;
      width: 38%;
      margin: 10px 6%; }
      @media screen and (max-width: 990px) {
        #other-treats .container .left,
        #other-treats .container .right {
          width: 44%;
          margin: 10px 3%; } }
      @media screen and (max-width: 700px) {
        #other-treats .container .left,
        #other-treats .container .right {
          width: 100%;
          float: none;
          margin: 20px auto; } }
    #other-treats .container .right {
      float: left;
      width: 40%;
      margin: 10px 5%; }
      @media screen and (max-width: 990px) {
        #other-treats .container .right {
          width: 44%;
          margin: 10px 3%; } }
      @media screen and (max-width: 700px) {
        #other-treats .container .right {
          width: 100%;
          float: none;
          margin: 20px auto; } }
    #other-treats .container .vertical-rule {
      float: left;
      height: 620px; }
      @media screen and (max-width: 700px) {
        #other-treats .container .vertical-rule {
          float: none;
          width: 100%;
          max-width: 325px;
          height: 4px;
          margin: 15px auto;
          background: url(svg/dot-white.svg) left center repeat; } }
    #other-treats .container .subtitle {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    #other-treats .container .meow-mixes h5 {
      font-size: 48px;
      line-height: 1.1;
      letter-spacing: 0.045em;
      font-family: "AlternateGotNo1D", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 5px; }
      @media screen and (max-width: 600px) {
        #other-treats .container .meow-mixes h5 {
          font-size: 38px; } }
      @media screen and (max-width: 435px) {
        #other-treats .container .meow-mixes h5 {
          font-size: 28px; } }
      #other-treats .container .meow-mixes h5 .svg-icon {
        display: inline-block;
        width: 40px;
        height: 20px;
        margin: 14px 2px 0 0; }
        #other-treats .container .meow-mixes h5 .svg-icon path {
          fill: #ffffff; }
        @media screen and (max-width: 600px) {
          #other-treats .container .meow-mixes h5 .svg-icon {
            margin: 10px 2px 0 0; } }
        @media screen and (max-width: 435px) {
          #other-treats .container .meow-mixes h5 .svg-icon {
            display: none; } }
    #other-treats .container p {
      color: #231F20;
      font-weight: 300;
      font-style: italic;
      margin-bottom: 5px; }
    #other-treats .container hr {
      width: 100%;
      max-width: 325px; }
    #other-treats .container .left h4 .svg-icon {
      display: inline-block;
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
      backface-visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 435px) {
        #other-treats .container .left h4 .svg-icon {
          display: none; } }
    #other-treats .container .left h4 .soft-serve {
      display: inline-block;
      margin: 10px 25px 20px 25px; }
      @media screen and (max-width: 600px) {
        #other-treats .container .left h4 .soft-serve {
          margin: 22px 25px 25px 25px; } }
      @media screen and (max-width: 435px) {
        #other-treats .container .left h4 .soft-serve {
          margin: 10px 15px 10px 15px; } }
    #other-treats .container .left h4 .soft-serve + .svg-icon {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
      backface-visibility: hidden; }
      @media screen and (max-width: 435px) {
        #other-treats .container .left h4 .soft-serve + .svg-icon {
          display: none; } }
    #other-treats .container .left h4:hover .arc,
    #other-treats .container .left h4:focus .arc {
      -webkit-animation: makeitpop 0.5s ease 1;
      -moz-animation: makeitpop 0.5s ease 1;
      animation: makeitpop 0.5s ease 1; }
    #other-treats .container .left h4:hover br + .arc,
    #other-treats .container .left h4:focus br + .arc {
      -webkit-animation-delay: 0.1s;
      -ms-animation-delay: 0.1s;
      -o-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    #other-treats .container .left h4:hover .svg-icon,
    #other-treats .container .left h4:focus .svg-icon {
      -webkit-animation: ring 0.5s ease 1;
      -moz-animation: ring 0.5s ease 1;
      animation: ring 0.5s ease 1; }
    #other-treats .container .right h4 {
      margin-bottom: 0; }
    #other-treats .container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #other-treats .container ul.meow-mixes {
        text-transform: uppercase; }
        #other-treats .container ul.meow-mixes li {
          display: inline-block;
          line-height: 1.15;
          margin-bottom: 5px; }
          #other-treats .container ul.meow-mixes li + li {
            margin-left: -10px; }
        #other-treats .container ul.meow-mixes span {
          color: #D3ECEC;
          position: relative;
          top: -2px; }
      #other-treats .container ul.novelties {
        font-size: 0; }
        #other-treats .container ul.novelties li {
          width: 48%;
          float: left;
          margin: 35px 1%; }
          @media screen and (max-width: 435px) {
            #other-treats .container ul.novelties li {
              width: 100%;
              margin: 15px auto; } }
          #other-treats .container ul.novelties li .svg-icon {
            margin: 0 auto; }
          #other-treats .container ul.novelties li span {
            color: #E94E26;
            font-size: 30px;
            line-height: 1.1;
            margin-top: 0;
            display: block; }
            @media screen and (max-width: 990px) {
              #other-treats .container ul.novelties li span {
                font-size: 26px; } }
            @media screen and (max-width: 850px) {
              #other-treats .container ul.novelties li span {
                font-size: 22px; } }
            @media screen and (max-width: 600px) {
              #other-treats .container ul.novelties li span {
                font-size: 20px; } }
            @media screen and (max-width: 435px) {
              #other-treats .container ul.novelties li span {
                font-size: 18px; } }
          #other-treats .container ul.novelties li.pushups .svg-icon {
            margin: 14px auto 35px auto;
            overflow: visible; }
            @media screen and (max-width: 435px) {
              #other-treats .container ul.novelties li.pushups .svg-icon {
                margin: 5px auto 10px auto; } }
          #other-treats .container ul.novelties li.pushups:hover .svg-icon,
          #other-treats .container ul.novelties li.pushups:focus .svg-icon {
            -webkit-animation: makeitpop 0.5s ease 1;
            -moz-animation: makeitpop 0.5s ease 1;
            animation: makeitpop 0.5s ease 1; }
          #other-treats .container ul.novelties li.bonbons .svg-icon {
            margin: 20px auto 20px auto;
            overflow: visible; }
            @media screen and (max-width: 435px) {
              #other-treats .container ul.novelties li.bonbons .svg-icon {
                margin: 5px auto 10px auto; } }
          #other-treats .container ul.novelties li.bonbons:hover .svg-icon,
          #other-treats .container ul.novelties li.bonbons:focus .svg-icon {
            overflow: visible; }
            #other-treats .container ul.novelties li.bonbons:hover .svg-icon path,
            #other-treats .container ul.novelties li.bonbons:focus .svg-icon path {
              -webkit-animation: makeitpop 0.5s ease 1;
              -moz-animation: makeitpop 0.5s ease 1;
              animation: makeitpop 0.5s ease 1;
              transform-origin: center center; }
            #other-treats .container ul.novelties li.bonbons:hover .svg-icon #bonbon2,
            #other-treats .container ul.novelties li.bonbons:focus .svg-icon #bonbon2 {
              -webkit-animation-delay: 0.1s;
              -ms-animation-delay: 0.1s;
              -o-animation-delay: 0.1s;
              animation-delay: 0.1s; }
            #other-treats .container ul.novelties li.bonbons:hover .svg-icon #bonbon3,
            #other-treats .container ul.novelties li.bonbons:focus .svg-icon #bonbon3 {
              -webkit-animation-delay: 0.2s;
              -ms-animation-delay: 0.2s;
              -o-animation-delay: 0.2s;
              animation-delay: 0.2s; }
          #other-treats .container ul.novelties li.sammies .svg-icon {
            margin: 13px auto 25px auto;
            overflow: visible;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media screen and (max-width: 435px) {
              #other-treats .container ul.novelties li.sammies .svg-icon {
                margin: 5px auto 10px auto; } }
            #other-treats .container ul.novelties li.sammies .svg-icon #top {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #other-treats .container ul.novelties li.sammies .svg-icon #center {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #other-treats .container ul.novelties li.sammies .svg-icon #bottom {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          #other-treats .container ul.novelties li.sammies:hover .svg-icon #top,
          #other-treats .container ul.novelties li.sammies:focus .svg-icon #top {
            -webkit-transform: translate(0px, -15px);
            -ms-transform: translate(0px, -15px);
            -o-transform: translate(0px, -15px);
            transform: translate(0px, -15px);
            backface-visibility: hidden; }
          #other-treats .container ul.novelties li.sammies:hover .svg-icon #center,
          #other-treats .container ul.novelties li.sammies:focus .svg-icon #center {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            backface-visibility: hidden; }
          #other-treats .container ul.novelties li.sammies:hover .svg-icon #bottom,
          #other-treats .container ul.novelties li.sammies:focus .svg-icon #bottom {
            -webkit-transform: translate(0px, 15px);
            -ms-transform: translate(0px, 15px);
            -o-transform: translate(0px, 15px);
            transform: translate(0px, 15px);
            backface-visibility: hidden; }
          #other-treats .container ul.novelties li.sundaes .svg-icon {
            margin: 10px auto 18px auto;
            overflow: visible;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media screen and (max-width: 435px) {
              #other-treats .container ul.novelties li.sundaes .svg-icon {
                margin: 5px auto 10px auto; } }
            #other-treats .container ul.novelties li.sundaes .svg-icon #cherry {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #other-treats .container ul.novelties li.sundaes .svg-icon #toppings {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #other-treats .container ul.novelties li.sundaes .svg-icon #icecream {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #other-treats .container ul.novelties li.sundaes .svg-icon #glass {
              -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
              -o-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
              backface-visibility: hidden;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          #other-treats .container ul.novelties li.sundaes:hover .svg-icon #cherry,
          #other-treats .container ul.novelties li.sundaes:focus .svg-icon #cherry {
            -webkit-transform: translate(0px, -30px);
            -ms-transform: translate(0px, -30px);
            -o-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
            backface-visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          #other-treats .container ul.novelties li.sundaes:hover .svg-icon #toppings,
          #other-treats .container ul.novelties li.sundaes:focus .svg-icon #toppings {
            -webkit-transform: translate(0px, -18px);
            -ms-transform: translate(0px, -18px);
            -o-transform: translate(0px, -18px);
            transform: translate(0px, -18px);
            backface-visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          #other-treats .container ul.novelties li.sundaes:hover .svg-icon #icecream,
          #other-treats .container ul.novelties li.sundaes:focus .svg-icon #icecream {
            -webkit-transform: translate(0px, -8px);
            -ms-transform: translate(0px, -8px);
            -o-transform: translate(0px, -8px);
            transform: translate(0px, -8px);
            backface-visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          #other-treats .container ul.novelties li.sundaes:hover .svg-icon #glass,
          #other-treats .container ul.novelties li.sundaes:focus .svg-icon #glass {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            backface-visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      #other-treats .container ul.cones {
        font-family: "ClarendonBT-Bold", Lucida Bright, Georgia, serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.15; }
        @media screen and (max-width: 600px) {
          #other-treats .container ul.cones {
            font-size: 22px; } }
        @media screen and (max-width: 435px) {
          #other-treats .container ul.cones {
            font-size: 16px; } }
        #other-treats .container ul.cones li {
          margin-bottom: 10px; }
  #other-treats .parallax.zigzags {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: -150px;
    bottom: -150px; }
    #other-treats .parallax.zigzags.left {
      width: 340px; }
    #other-treats .parallax.zigzags.right {
      width: 440px;
      left: auto;
      right: -50px;
      bottom: 25px; }

/*--------------------------------------------------------------
 pop barcode
---------------------------------------------------------------*/

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}



/*-------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

a:visited {
  color: #E94E26; }

a:hover,
a:focus,
a:active {
  color: #ff0000; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*-------------------------------------------
Footer
-------------------------------------------*/
.noborder { 
    border: none !important; }
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.col_half { width: 50%; }

#copyrights .col_half { margin-bottom: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
}

#copyrights {
	padding: 40px 0;
	background-image: url(images/foooter.jpg);
	font-size: 14px;
	line-height: 2.5;
}


#copyrights .col_half { margin-bottom: 0 !important; }


#footer.dark,
.dark #footer {
    background-color: #333;
    color: #000000;
    border-top-color: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }