@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "LovinSansWeb-Medium";
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 0;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #7C3AED;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: rgb(38.8705882353%, 8.3294117647%, 91.1607843137%);
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "LovinSansWeb-Medium";
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: rgb(43.6666666667%, 43.6666666667%, 43.6666666667%);
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(43.6666666667%, 43.6666666667%, 43.6666666667%);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: rgb(97.1764705882%, 97.1764705882%, 97.1764705882%);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(87.4588235294%, 87.4588235294%, 87.4588235294%);
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 0rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 0rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 0rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 0rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: rgb(33.2666666667%, 33.2666666667%, 33.2666666667%);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(33.2666666667%, 33.2666666667%, 33.2666666667%);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(43.6666666667%, 43.6666666667%, 43.6666666667%);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.inner-wrap {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px rgb(10%, 10%, 10%);
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px rgb(10%, 10%, 10%);
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px rgb(70%, 70%, 70%), 0 7px 0 1px rgb(70%, 70%, 70%), 0 14px 0 1px rgb(70%, 70%, 70%);
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.left-off-canvas-menu {
  width: 21.875rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  width: 21.875rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
@media only screen and (max-width: 40em) {
  .right-off-canvas-menu {
    max-width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .right-off-canvas-menu {
    left: 2em;
  }
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid rgb(36.9333333333%, 36.9333333333%, 36.9333333333%);
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgb(15%, 15%, 15%);
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: rgb(14%, 14%, 14%);
}

.move-right > .inner-wrap {
  -ms-transform: translate(21.875rem, 0);
  -webkit-transform: translate3d(21.875rem, 0, 0);
  -moz-transform: translate3d(21.875rem, 0, 0);
  -ms-transform: translate3d(21.875rem, 0, 0);
  -o-transform: translate3d(21.875rem, 0, 0);
  transform: translate3d(21.875rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  /* box-shadow: $off-canvas-overlay-box-shadow; */
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-21.875rem, 0);
  -webkit-transform: translate3d(-21.875rem, 0, 0);
  -moz-transform: translate3d(-21.875rem, 0, 0);
  -ms-transform: translate3d(-21.875rem, 0, 0);
  -o-transform: translate3d(-21.875rem, 0, 0);
  transform: translate3d(-21.875rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  /* box-shadow: $off-canvas-overlay-box-shadow; */
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  /* box-shadow: $off-canvas-overlay-box-shadow; */
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  /* box-shadow: $off-canvas-overlay-box-shadow; */
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  /* box-shadow: $off-canvas-overlay-box-shadow; */
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -21.875rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -21.875rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 21.875rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 21.875rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu {
  width: 21.875rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(36.9333333333%, 36.9333333333%, 36.9333333333%);
  border-bottom: none;
}
.left-submenu .back > a:hover {
  background: rgb(18.6666666667%, 18.6666666667%, 18.6666666667%);
  border-top: 1px solid rgb(36.9333333333%, 36.9333333333%, 36.9333333333%);
  border-bottom: none;
}
.left-submenu .back > a {
  margin: 0;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu {
  width: 21.875rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(36.9333333333%, 36.9333333333%, 36.9333333333%);
  border-bottom: none;
}
.right-submenu .back > a:hover {
  background: rgb(18.6666666667%, 18.6666666667%, 18.6666666667%);
  border-top: 1px solid rgb(36.9333333333%, 36.9333333333%, 36.9333333333%);
  border-bottom: none;
}
.right-submenu .back > a {
  margin: 0;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .move-left > .inner-wrap {
    -ms-transform: translate(-23.875rem, 0);
    -webkit-transform: translate3d(-23.875rem, 0, 0);
    -moz-transform: translate3d(-23.875rem, 0, 0);
    -ms-transform: translate3d(-23.875rem, 0, 0);
    -o-transform: translate3d(-23.875rem, 0, 0);
    transform: translate3d(-23.875rem, 0, 0);
  }
  .move-left .right-off-canvas-menu {
    width: 23.875rem;
    max-width: none;
  }
}
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "LovinSansWeb-Medium";
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1.625rem;
  padding-right: 3.25rem;
  padding-bottom: 1.6875rem;
  padding-left: 3.25rem;
  font-size: 1rem;
  background-color: #FF9F1C;
  border-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button, .button {
  color: #FFFFFF;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button, .button {
  transition: background-color 300ms ease-out;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(72.4705882353%, 72.4705882353%, 72.4705882353%);
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: rgb(72.4705882353%, 72.4705882353%, 72.4705882353%);
}
button.secondary, .button.secondary {
  color: #7C3AED;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #7C3AED;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: rgb(21.0196078431%, 53.9607843137%, 33.2549019608%);
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: rgb(21.0196078431%, 53.9607843137%, 33.2549019608%);
}
button.success, .button.success {
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: rgb(81.0377073906%, 16.2815485168%, 5.5505279035%);
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: rgb(81.0377073906%, 16.2815485168%, 5.5505279035%);
}
button.alert, .button.alert {
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: rgb(81.0377073906%, 43.2941176471%, 5.5505279035%);
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: rgb(81.0377073906%, 43.2941176471%, 5.5505279035%);
}
button.warning, .button.warning {
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #FF9F1C;
  border-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.info, .button.info {
  color: #FFFFFF;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 2.3125rem;
  padding-right: 4.625rem;
  padding-bottom: 2.375rem;
  padding-left: 4.625rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #FF9F1C;
  border-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #FF9F1C;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: rgb(72.4705882353%, 72.4705882353%, 72.4705882353%);
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: rgb(72.4705882353%, 72.4705882353%, 72.4705882353%);
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  color: #7C3AED;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #7C3AED;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: rgb(21.0196078431%, 53.9607843137%, 33.2549019608%);
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: rgb(21.0196078431%, 53.9607843137%, 33.2549019608%);
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: rgb(81.0377073906%, 16.2815485168%, 5.5505279035%);
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: rgb(81.0377073906%, 16.2815485168%, 5.5505279035%);
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: rgb(81.0377073906%, 43.2941176471%, 5.5505279035%);
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: rgb(81.0377073906%, 43.2941176471%, 5.5505279035%);
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #FF9F1C;
  border-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: rgb(88.7843137255%, 51.2367625464%, 0%);
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #FF9F1C;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block;
  }
}
@media only screen and (max-width: 40em) {
  #editor-modal .closeBtn {
    top: 26px;
    right: 26px;
  }
}
#modules-sheet {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #7C3AED;
}

.padding {
  padding-bottom: 20px;
}

.modal {
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.overlay-closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
  background-image: url("../img/global/close-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75em;
  height: 1.75em;
}

#overlay-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 300000;
}

#overlay-backing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  z-index: 100;
  overflow: hidden;
  max-width: 1000px;
}

#page-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#overlay-textGroup {
  position: relative;
}

#overlay-txt {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}
#overlay-txt .overlay-txt-title {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "LovinSansWeb-Bold";
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  height: inherit;
}
#overlay-txt .star-before {
  display: inline-block;
  position: absolute;
  float: left;
  background-image: url("../img/global/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#overlay-txt .star-after {
  display: inline-block;
  position: absolute;
  right: 0;
  float: right;
  background-image: url("../img/global/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay-txt-main {
  position: relative;
  width: 80%;
  left: 10%;
  font-size: 1em;
  line-height: 1em;
  font-family: "LovinSansWeb-Medium";
  text-align: center;
}

.overlay-txt-main a:hover {
  color: white;
}

.overlay-txt-main p a:hover {
  color: white;
}

.overlay-txt-main a:visited {
  color: white;
}

.overlay-txt-main p a:visted {
  color: white;
}

.checkbox-module {
  width: 80%;
  left: 10%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.checkbox-module .checkbox {
  display: inline;
}
.checkbox-module .checkbox input[type=checkbox] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
}
.checkbox-module .checkbox-label {
  padding-left: 20px;
  display: inline;
}
.checkbox-module .checkbox-label label {
  font-size: 1em;
}

#overlay-textGroup form {
  position: relative;
  text-align: center;
}

.formStyles {
  margin-bottom: 15px;
}
.formStyles input[type=text], .formStyles input[type=number], .formStyles input[type=email] {
  text-indent: 8px;
  width: 90%;
  max-width: 350px;
  height: 50px;
  color: #5c5c5c;
  font-family: "LovinSansWeb-Medium";
  font-size: 1.25em;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-error {
  border-width: 4px;
  border-style: solid;
  border-color: #FF9F1C;
}

.overlay-disclaimer {
  opacity: 0.9;
  margin-top: 15px;
  font-size: 0.65em;
  margin-bottom: 20px;
}

.overlay-btn-desktop {
  width: 250px;
  height: auto;
}

.desktop-button {
  text-align: center;
  position: relative;
}

.overlay-btn-mobile {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 40em) {
  #register-form #page-wrapper {
    overflow-y: auto;
  }
  #page-wrapper {
    background-color: #7C3AED;
  }
  #page-wrapper #overlay-backing {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .button.large {
    font-size: 1.25em;
  }
  #overlay-textGroup {
    margin-left: 8%;
    margin-right: 8%;
    top: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .star-before {
    width: 20px;
    height: 20px;
  }
  .star-after {
    width: 20px;
    height: 20px;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: inherit;
  }
  .overlay-btn {
    font-size: 0.4em;
    position: fixed;
    padding: 40px 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .desktop-button {
    display: none;
  }
  .desktop-close-btn {
    display: none;
  }
  .mobile-close-btn {
    display: inherit;
  }
  .mobile-button {
    display: inherit;
  }
  #register-form .mobile-button {
    position: static;
    bottom: 0;
    width: 100%;
  }
  .checkbox-module .checkbox-label label {
    font-size: 0.85em;
  }
  #overlay-txt .overlay-txt-title {
    line-height: 1em;
    font-size: 1.6em;
  }
  .overlay-txt-main {
    width: 100%;
    left: 0;
  }
  .overlay-txt-main p {
    font-size: 0.85em;
    padding: 0 40px;
  }
  #register-form #overlay-textGroup {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    top: 40px;
  }
  #register-form #overlay-backing .mobile-button .overlay-btn-mobile {
    position: relative;
    width: 100%;
  }
  #overlay-backing .checkbox-module {
    padding-bottom: 50px;
  }
  #overlay-backing .overlay-closeBtn {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #page-wrapper {
    width: 80%;
  }
  #overlay-textGroup {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7C3AED;
    padding: 10%;
  }
  .star-before {
    width: 25px;
    height: 25px;
  }
  .star-after {
    width: 25px;
    height: 25px;
  }
  .checkbox-module .checkbox-label label {
    font-size: 0.9em;
  }
  #overlay-txt .overlay-txt-title {
    line-height: 1.25em;
    font-size: 2.7 5em;
  }
  .overlay-txt-main p {
    font-size: 0.9em;
  }
}
@media only screen and (min-width:40.063em) {
  .mobile-close-btn {
    display: none;
  }
  .mobile-button {
    display: none;
  }
}
@media only screen and (min-width:64.063em) {
  .overlay-closeBtn {
    top: 30px;
  }
  #overlay-backing {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #page-wrapper {
    width: 90%;
  }
  #overlay-textGroup {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7C3AED;
    padding-top: 8%;
    padding-bottom: 5%;
  }
  .checkbox-module .checkbox-label label {
    font-size: 1em;
  }
  #overlay-txt .overlay-txt-title {
    line-height: 1.25em;
    font-size: 3em;
  }
  .overlay-txt-main p {
    font-size: 1em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #submissions-closed .button.large {
    font-size: 1em;
    width: 50%;
  }
}
@media only screen and (min-width:64.063em) {
  #submissions-closed .button.large {
    font-size: 1.25em;
    width: 50%;
  }
}

.closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
  background-image: url("../img/global/close-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75em;
  height: 1.75em;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.closeBtn:hover {
  opacity: 0.7;
}

#buttons-sheet ul {
  list-style-type: none;
}
#buttons-sheet li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet li {
    margin-right: 0;
  }
}
#buttons-sheet .ingredient-button .circle {
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  z-index: 10;
  font-size: 1em;
  text-align: center;
  top: 7px;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .circle {
    width: 60px;
    height: 60px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width:120.063em) {
  #buttons-sheet .ingredient-button .circle {
    width: 150px;
    height: 150px;
    font-size: 1.7em;
  }
}
@media only screen and (min-width:40.063em) {
  #buttons-sheet .ingredient-button a.circle:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  #buttons-sheet .ingredient-button a.circle:hover > .bun-icon,
  #buttons-sheet .ingredient-button a.circle:hover > .meat-icon,
  #buttons-sheet .ingredient-button a.circle:hover > .cheese-icon,
  #buttons-sheet .ingredient-button a.circle:hover > .toppings-icon,
  #buttons-sheet .ingredient-button a.circle:hover > .sauces-icon,
  #buttons-sheet .ingredient-button a.circle:hover > .veggies-icon {
    -webkit-animation: toRightFromLeft 0.25s forwards;
    -moz-animation: toRightFromLeft 0.25s forwards;
    animation: toRightFromLeft 0.25s forwards;
  }
}
#buttons-sheet .ingredient-button a.circle.max {
  pointer-events: none;
  cursor: default;
  background: #7C3AED;
  border-color: #7C3AED;
}
#buttons-sheet .ingredient-button a.max > .label {
  color: white;
}
#buttons-sheet .ingredient-button a.max > .bun-icon,
#buttons-sheet .ingredient-button a.max > .meat-icon,
#buttons-sheet .ingredient-button a.max > .cheese-icon,
#buttons-sheet .ingredient-button a.max > .toppings-icon,
#buttons-sheet .ingredient-button a.max > .sauces-icon,
#buttons-sheet .ingredient-button a.max > .veggies-icon {
  color: white;
}
#buttons-sheet .ingredient-button a.circle.disabled {
  background-color: rgba(179, 179, 179, 0.33);
  border-color: #b3b3b3;
  pointer-events: none;
}
#buttons-sheet .ingredient-button a.circle.disabled > .bun-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .meat-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .cheese-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .toppings-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .sauces-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .veggies-icon {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
#buttons-sheet .ingredient-button a.circle.disabled > .bun-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .meat-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .cheese-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .toppings-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .sauces-icon,
#buttons-sheet .ingredient-button a.circle.disabled > .veggies-icon {
  color: #b3b3b3;
  opacity: 0.66;
}
#buttons-sheet .ingredient-button a.circle.disabled > .label {
  color: #b3b3b3;
  opacity: 0.66;
}
#buttons-sheet .ingredient-button .bun-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .bun-icon:before {
  position: relative;
  content: "1";
  font-family: "burger-editor-icons";
  font-size: 2.5em;
  width: 100%;
  height: 100%;
  margin-left: 2px;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .bun-icon:before {
    font-size: 2em;
  }
}
#buttons-sheet .ingredient-button .meat-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .meat-icon:before {
  position: relative;
  content: "2";
  font-family: "burger-editor-icons";
  font-size: 2.5em;
  width: 100%;
  height: 100%;
  margin-left: 2px;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .meat-icon:before {
    font-size: 2em;
  }
}
#buttons-sheet .ingredient-button .cheese-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .cheese-icon:before {
  position: relative;
  content: "3";
  font-family: "burger-editor-icons";
  font-size: 2.25em;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .cheese-icon:before {
    font-size: 1.75em;
  }
}
#buttons-sheet .ingredient-button .toppings-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .toppings-icon:before {
  position: relative;
  content: "4";
  font-family: "burger-editor-icons";
  font-size: 2.25em;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .toppings-icon:before {
    font-size: 1.75em;
  }
}
#buttons-sheet .ingredient-button .veggies-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .veggies-icon:before {
  position: relative;
  content: "5";
  font-family: "burger-editor-icons";
  font-size: 2.25em;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .veggies-icon:before {
    font-size: 2em;
  }
}
#buttons-sheet .ingredient-button .sauces-icon {
  color: #7C3AED;
}
#buttons-sheet .ingredient-button .sauces-icon:before {
  position: relative;
  content: "6";
  font-family: "burger-editor-icons";
  font-size: 2.25em;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .sauces-icon:before {
    font-size: 2em;
  }
}
#buttons-sheet .ingredient-button .label {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: auto;
  font-family: "LovinSansWeb-Bold";
  color: #7C3AED;
  text-align: center;
  margin-left: 0;
  bottom: 1.2em;
}
@media only screen and (min-width:120.063em) {
  #buttons-sheet {
    bottom: 7%;
  }
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.facebook-connect {
  width: 275px;
  height: 50px;
  background-color: #3b5998;
  padding: 0;
  margin: 0;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.facebook-connect .wrapper {
  width: 90%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.facebook-connect .wrapper .facebook-logo:before {
  display: inline;
  height: auto;
  width: auto;
  float: left;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f082";
  font-size: 25px;
  position: relative;
  margin-right: 15px;
}
.facebook-connect .wrapper .btn-text {
  height: auto;
  width: auto;
  display: inline;
  font-size: 1em;
  top: 3px;
  position: relative;
}

.facebook-connect:hover {
  background-color: rgb(29.9395966918%, 43.767307871%, 72.8055013475%);
}
.facebook-connect:hover .wrapper .facebook-logo {
  color: white;
}
.facebook-connect:hover .wrapper .btn-text {
  color: white;
}

.twitter-connect {
  width: 275px;
  height: 50px;
  background-color: #00aced;
  padding: 0;
  margin: 0;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.twitter-connect .wrapper {
  width: 90%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.twitter-connect .wrapper .twitter-logo:before {
  display: inline;
  height: auto;
  width: auto;
  float: left;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f099";
  font-size: 25px;
  position: relative;
  margin-right: 15px;
}
.twitter-connect .wrapper .btn-text {
  height: auto;
  width: auto;
  display: inline;
  font-size: 1em;
  top: 3px;
  position: relative;
}

.twitter-connect:hover {
  background-color: rgb(2.9411764706%, 73.3804914371%, 100%);
}
.twitter-connect:hover .wrapper .twitter-logo {
  color: white;
}
.twitter-connect:hover .wrapper .btn-text {
  color: white;
}

.build-burger-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 337px;
  height: 80px;
  background: url(../img/intro/byb-button-sprite.png) no-repeat;
  background-position: 0 0;
}
.build-burger-button .text {
  line-height: 70px;
  font-family: "LovinSansWeb-Medium";
  font-size: 1.4em;
  color: white;
}

.build-burger-button .buttonActive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 337px;
  height: 80px;
  background: url(../img/intro/byb-button-sprite.png) no-repeat;
  background-position: 0 -80px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.build-burger-button:hover .buttonActive {
  opacity: 1;
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .bun-icon:before {
    font-size: 28px;
  }
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .meat-icon:before {
    font-size: 28px;
  }
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .cheese-icon:before {
    font-size: 28px;
  }
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .toppings-icon:before {
    font-size: 28px;
  }
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .veggies-icon:before {
    font-size: 28px;
  }
}

@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button .sauces-icon:before {
    font-size: fSize;
  }
}

@media all and (max-width: 40em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #buttons-sheet .ingredient-button .bun-icon:before {
    font-size: 28px;
  }
  #buttons-sheet .ingredient-button .meat-icon:before {
    font-size: 28px;
  }
  #buttons-sheet .ingredient-button .cheese-icon:before {
    font-size: 28px;
  }
  #buttons-sheet .ingredient-button .toppings-icon:before {
    font-size: 28px;
  }
  #buttons-sheet .ingredient-button .veggies-icon:before {
    font-size: 28px;
  }
  #buttons-sheet .ingredient-button .sauces-icon:before {
    font-size: 28px;
  }
}
.title01 {
  position: absolute;
  width: inherit;
  height: inherit;
  font-family: "BurfordRusticBookBold";
  color: black;
  text-align: center;
}
.title01 .title-A {
  display: block;
  position: relative;
  width: 100%;
  font-size: 2em;
}
.title01 .title-B {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2em;
  margin-top: -0.85em;
}
.title01 .ornament-A:before {
  display: block;
  content: "1";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 4em;
  line-height: 1em;
  margin-top: -0.4em;
  width: 100%;
}
.title01 .ornament-B {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.title01 .ornament-B .line:before {
  top: 0;
  position: relative;
  content: "1";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 4em;
  line-height: 0.25em;
  z-index: 1;
}
.title01 .ornament-B .tomato:before {
  top: 3px;
  -webkit-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
  position: absolute;
  content: "d";
  font-family: "localmarketextras-regular-webfont";
  font-size: 2em;
  line-height: 0.25em;
  z-index: 10;
}

.title02 {
  position: absolute;
  width: inherit;
  height: inherit;
  font-family: "BurfordRusticInlineBold";
  color: black;
  text-align: center;
}
.title02 .ornament-A:before {
  display: block;
  content: "5";
  font-family: "BurfordRusticOrnamentsB";
  font-size: 4em;
  line-height: 1em;
  top: 0;
  width: 100%;
  height: auto;
}
.title02 .title-A {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -1em;
  font-size: 2.5em;
}
.title02 .title-B {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 3em;
  margin-top: -0.65em;
}
.title02 .ornament-B:before {
  display: block;
  content: "5";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 4em;
  line-height: 0.25em;
}

.title03 {
  position: absolute;
  width: inherit;
  height: inherit;
  font-family: "BurfordRusticlineBold";
  color: black;
  text-align: center;
}
.title03 .ornament-A:before {
  display: block;
  content: "c";
  font-family: "burger-editor-icons";
  font-size: 6em;
  line-height: 1em;
  top: 0;
  width: 100%;
  height: auto;
}
.title03 .title-A {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -0.75em;
  font-size: 2.5em;
}
.title03 .ornament-B:before {
  display: block;
  content: "m";
  font-family: "local_market_free_-webfont";
  font-size: 4.6em;
  line-height: 1em;
}
@media only screen and (max-width: 40em) {
  .title03 .ornament-B:before {
    font-size: 3.5em;
  }
}
.title03 .title-B {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  font-size: 3em;
  margin-top: -1.4em;
}

.title04 {
  position: absolute;
  width: inherit;
  height: inherit;
  font-family: "BurfordRusticBookBold";
  color: black;
  margin-top: 0.25em;
  text-align: center;
}
.title04 .ornament-A:before {
  display: block;
  content: "d";
  font-family: "burger-editor-icons";
  font-size: 3em;
  line-height: 1em;
  top: 0;
  width: 100%;
  height: auto;
}
.title04 .title-A {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -0.5em;
  font-size: 3em;
}
.title04 .ornament-module {
  width: 100%;
  display: inline-block;
  margin-top: -0.75em;
}
.title04 .ornament-module .ornament-holder {
  display: inline-block;
  position: relative;
}
.title04 .ornament-module .ornament-left:before {
  position: relative;
  height: auto;
  content: "y";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 3em;
  margin-top: -0.5em;
}
.title04 .ornament-module .ornament-right:before {
  display: inline-block;
  position: relative;
  height: auto;
  content: "z";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 3em;
  margin-top: -0.5em;
}
.title04 .ornament-module .title-B {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  margin-top: -0.6em;
}

.loader-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  background: #7C3AED;
}

#loader {
  width: 100%;
  height: 100%;
}
#loader img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#loader #brand-logo {
  top: 40%;
  width: 90px;
}
@media only screen and (min-width:120.063em) {
  #loader #brand-logo {
    width: 140px;
  }
}
#loader .content {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60%;
  text-align: center;
  position: absolute;
}
#loader .content ul {
  list-style: none;
}
#loader .content li {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  -ms-transform: translate3d(0px, 0px, 1px) scale(1);
  -o-transform: translate3d(0px, 0px, 1px) scale(1);
  transform: translate3d(0px, 0px, 1px) scale(1);
  display: inline-block;
  background: white;
  opacity: 0;
  margin-left: 20px;
}
#loader .content li:first-child {
  margin-left: 0px;
}
#loader .content li:nth-child(1) {
  -webkit-animation: fade-circles-1 2s ease-in infinite alternate-reverse;
  -moz-animation: fade-circles-1 2s ease-in infinite alternate-reverse;
  animation: fade-circles-1 2s ease-in infinite alternate-reverse;
  -webkit-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  animation-delay: 450ms;
}
#loader .content li:nth-child(2) {
  -webkit-animation: fade-circles-2 2s ease-in infinite alternate-reverse;
  -moz-animation: fade-circles-2 2s ease-in infinite alternate-reverse;
  animation: fade-circles-2 2s ease-in infinite alternate-reverse;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}
#loader .content li:nth-child(3) {
  -webkit-animation: fade-circles-3 2s ease-in infinite alternate-reverse;
  -moz-animation: fade-circles-3 2s ease-in infinite alternate-reverse;
  animation: fade-circles-3 2s ease-in infinite alternate-reverse;
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  animation-delay: 150ms;
}
#loader .content li:nth-child(4) {
  -webkit-animation: fade-circles-4 2s ease-in infinite alternate-reverse;
  -moz-animation: fade-circles-4 2s ease-in infinite alternate-reverse;
  animation: fade-circles-4 2s ease-in infinite alternate-reverse;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
}

@-webkit-keyframes fade-circles-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-moz-keyframes fade-circles-1 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@keyframes fade-circles-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
    -ms-transform: translate3d(0px, 50px, 1px) scale(1);
    -o-transform: translate3d(0px, 50px, 1px) scale(1);
    transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-webkit-keyframes fade-circles-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-moz-keyframes fade-circles-2 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@keyframes fade-circles-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
    -ms-transform: translate3d(0px, 50px, 1px) scale(1);
    -o-transform: translate3d(0px, 50px, 1px) scale(1);
    transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-webkit-keyframes fade-circles-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-moz-keyframes fade-circles-3 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@keyframes fade-circles-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
    -ms-transform: translate3d(0px, 50px, 1px) scale(1);
    -o-transform: translate3d(0px, 50px, 1px) scale(1);
    transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-webkit-keyframes fade-circles-4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@-moz-keyframes fade-circles-4 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@keyframes fade-circles-4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 50px, 1px) scale(1);
    -moz-transform: translate3d(0px, 50px, 1px) scale(1);
    -ms-transform: translate3d(0px, 50px, 1px) scale(1);
    -o-transform: translate3d(0px, 50px, 1px) scale(1);
    transform: translate3d(0px, 50px, 1px) scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
    -moz-transform: translate3d(0px, 0px, 1px) scale(1);
    -ms-transform: translate3d(0px, 0px, 1px) scale(1);
    -o-transform: translate3d(0px, 0px, 1px) scale(1);
    transform: translate3d(0px, 0px, 1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 1px) scale(1);
    -moz-transform: translate3d(0px, -50px, 1px) scale(1);
    -ms-transform: translate3d(0px, -50px, 1px) scale(1);
    -o-transform: translate3d(0px, -50px, 1px) scale(1);
    transform: translate3d(0px, -50px, 1px) scale(1);
  }
}
@media only screen and (max-width: 40em) {
  #loader .content li {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-left: 10px;
  }
  #loader #brand-logo {
    width: 80px;
  }
}
#recent-burgers ul {
  padding: 0px;
  margin: 0px;
}
#recent-burgers li {
  text-align: center;
  margin: 10px;
  padding: 0px;
  display: inline-block;
  border: 1px solid black;
  width: 120px;
  height: 60px;
}
#recent-burgers li h2 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
#recent-burgers li p {
  padding: 0px;
  margin: 0px;
  font-size: 6px;
}

.burger h1 {
  font-size: 15px;
}
.burger p {
  font-size: 12px;
}

.vote-soon {
  background-color: #fff;
  color: #FF9F1C;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-top: 0px;
  line-height: 40px;
  height: 40px;
  font-size: 14px !important;
  cursor: default;
}
.vote-soon span {
  text-transform: uppercase;
}
@media only screen and (min-width:120.063em) {
  .vote-soon {
    font-size: 1.6em !important;
    height: 50px !important;
    margin-top: -50px;
    line-height: 50px;
  }
}

#galleryView {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1001;
}

#bottom-menu-background {
  width: 100%;
  bottom: 40px;
  position: absolute;
  z-index: 1000;
  display: block;
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background {
    bottom: 60px;
  }
}
#bottom-menu-background {
  background: #FF9F1C;
  padding-left: 70px;
}
#bottom-menu-background ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  text-align: center;
  margin: none;
}
@media only screen and (min-width:64.063em) {
  #bottom-menu-background ul {
    font-size: 0.9em;
  }
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background ul {
    font-size: 1.6em;
  }
}
#bottom-menu-background li {
  display: inline-block;
  list-style: none;
  font-size: 1.2em;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background li {
    font-size: 0.8em;
  }
}
#bottom-menu-background li {
  font-weight: bold;
  margin-right: 20px;
  color: #000;
  vertical-align: middle;
  font-family: "LovinSansWeb-Bold";
}
#bottom-menu-background li .open-search {
  vertical-align: super;
}
#bottom-menu-background li.disabled span {
  opacity: 0.5;
  color: white;
  text-transform: uppercase;
  padding-right: 20px;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background li.disabled span {
    padding: 0.8em 0;
    font-size: 1.25em;
  }
}
#bottom-menu-background a:hover {
  opacity: 1;
}
#bottom-menu-background a:active {
  opacity: 1;
}
#bottom-menu-background .view-all-button {
  white-space: nowrap;
  padding-right: 20px;
}
#bottom-menu-background .leaderboard-button {
  padding-right: 20px;
}
#bottom-menu-background .open-search:before {
  font-size: 1.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f002";
  cursor: pointer;
}
#bottom-menu-background a .search-button:hover {
  /* -moz-transform: translate(-100px, 0px);
   -webkit-transform: translate(-100px, 0px);
   -o-transform: translate(-100px, 0px);
   -ms-transform:  translate(-100px, 0px);
   transform: translate(-100px, 0px);*/
}
#bottom-menu-background .verticalLine {
  border-right: 3px solid white;
  border-spacing: 20px 0;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background .verticalLine {
    padding-left: 10px;
  }
}
#bottom-menu-background .search-box {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #FF9F1C;
  right: 20px;
  width: 300px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bottom-menu-background .search-box .search-button {
  padding: 0 2px;
}
#bottom-menu-background .search-box .search-button:before {
  font-size: 1.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f002";
  cursor: pointer;
  position: relative;
  display: inline-block;
  left: 0;
  color: #7C3AED;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
  cursor: pointer;
}
#bottom-menu-background .search-box .search-field {
  width: 80%;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #7C3AED;
  top: 10%;
}
#bottom-menu-background .search-box .search-field input[type=text] {
  width: 100%;
  height: 30px;
  color: #7C3AED;
  font-family: "LovinSansWeb-Medium";
  font-size: 1.25em;
  border: none;
  background: none;
}
#bottom-menu-background .search-box .search-field input[type=text]:focus, #bottom-menu-background .search-box .search-field textarea:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#bottom-menu-background .search-box .search-close-btn {
  margin-left: 5px;
  top: 15%;
  display: inline-block;
  position: relative;
  background-image: url("../img/global/close-btn_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  #bottom-menu-background {
    height: 63px;
    padding-left: 0px;
    bottom: 0px;
  }
  #bottom-menu-background li {
    font-size: 1em;
    margin-right: 10px;
  }
  #bottom-menu-background li.disabled span {
    padding-right: 10px;
  }
  #bottom-menu-background li .view-all-button {
    padding-right: 10px;
  }
  #bottom-menu-background .search-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 280px;
    top: 6px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #bottom-menu-background {
    height: 63px;
  }
  #bottom-menu-background li {
    font-size: 1em;
  }
}
@media only screen and (min-width:40.063em) {
  #bottom-menu-background .open-search {
    position: absolute;
    right: 5%;
    top: -10px;
  }
  #bottom-menu-background li:nth-child(2).verticalLine {
    border-right: none;
  }
}
@media only screen and (min-width:64.063em) {
  #bottom-menu-background {
    height: 52px;
  }
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-background {
    height: 120px;
  }
  #bottom-menu-background .view-all-button {
    padding: 0.8em 0;
    font-size: 1.25em;
    padding-right: 20px;
  }
}

#galleryTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width:64.063em) {
  #galleryTop {
    bottom: 30px;
    right: 30px;
  }
}
#galleryTop {
  z-index: 10000;
  display: none;
}
#galleryTop a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
#galleryTop img {
  width: 40px;
  height: 40px;
}

body.edge568 .view-all-button, body.edge568 #bottom-menu-background li.disabled span {
  font-size: 0.8em;
}

@media only screen and (max-width: 40em) {
  .vote-soon {
    bottom: -40px;
  }
}

#bottom-menu-burger-builder {
  width: 100%;
  height: 52px;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder {
    height: 120px;
  }
}
#bottom-menu-burger-builder {
  position: fixed;
  bottom: 0;
  background: #FF9F1C;
}
#bottom-menu-burger-builder ul {
  width: inherit;
  height: inherit;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder ul {
    font-size: 1.6em;
  }
}
#bottom-menu-burger-builder li {
  width: inherit;
  height: inherit;
  display: inline-block;
}
#bottom-menu-burger-builder .factoid-custom-button {
  width: 100%;
  color: white;
}
#bottom-menu-burger-builder .factoid-custom-button .content-wrapper {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder .factoid-custom-button .content-wrapper {
    padding-top: 16px;
  }
}
#bottom-menu-burger-builder .factoid-custom-button .menu-item {
  display: inline-block;
  margin-right: 12px;
}
#bottom-menu-burger-builder .factoid-custom-button .item:before {
  content: "1";
  font-family: "burger-editor-icons";
  font-size: 2.5em;
  line-height: 1.3;
  vertical-align: -2px;
}
#bottom-menu-burger-builder .factoid-custom-button .item#buns:before {
  content: "1";
}
#bottom-menu-burger-builder .factoid-custom-button .item#meat:before {
  content: "2";
}
#bottom-menu-burger-builder .factoid-custom-button .item#cheese:before {
  content: "3";
}
#bottom-menu-burger-builder .factoid-custom-button .item#topping:before {
  content: "4";
}
#bottom-menu-burger-builder .factoid-custom-button .item#veggie:before {
  content: "5";
}
#bottom-menu-burger-builder .factoid-custom-button .item#sauce:before {
  content: "6";
}
@media only screen and (max-width: 40em) {
  #bottom-menu-burger-builder .factoid-custom-button .wrapper {
    margin-top: 6%;
  }
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper {
  display: inline-block;
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper .top-text {
  display: inline-block;
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper .top-text .number {
  display: inline-block;
  font-family: "LovinSansWeb-Medium";
  font-size: 1.6em;
  line-height: 1;
  margin-right: 5px;
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper .top-text .item-name {
  display: inline-block;
  font-family: "LovinSansWeb-Medium";
  font-size: 0.7em;
  text-transform: uppercase;
  line-height: 1;
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper .bottom-text {
  margin-top: -2px;
}
#bottom-menu-burger-builder .factoid-custom-button .wrapper .bottom-text .tagline {
  font-family: "LovinSansWeb-Regular";
  font-size: 0.9em;
  line-height: 1;
}
#bottom-menu-burger-builder .name-it-button {
  display: inline-block;
  float: right;
  width: 50%;
}
#bottom-menu-burger-builder .name-it-button a {
  padding: 0.8em 0;
  font-size: 1.25em;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder .name-it-button {
    padding-top: 16px;
  }
}
#bottom-menu-burger-builder .factoid-button {
  background-color: #7C3AED;
  display: inline-block;
  float: left;
  width: 50%;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#bottom-menu-burger-builder {
  /*.factoid-button:hover {
      background-color: darken($brandPrimary, 8%);
      }*/
}
@media only screen and (max-width: 40em) {
  #bottom-menu-burger-builder .mobile {
    display: inline-block;
  }
  #bottom-menu-burger-builder .factoid-custom-button .menu-item {
    display: none;
  }
  #bottom-menu-burger-builder .desktop {
    display: none;
  }
  #bottom-menu-burger-builder .name-it-button {
    width: 34%;
  }
  #bottom-menu-burger-builder .factoid-button {
    width: 66%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #bottom-menu-burger-builder .mobile {
    display: inline-block;
  }
  #bottom-menu-burger-builder .desktop {
    display: none;
  }
  #bottom-menu-burger-builder .name-it-button {
    width: 34%;
  }
  #bottom-menu-burger-builder .factoid-button {
    width: 66%;
  }
}
@media only screen and (min-width:64.063em) {
  #bottom-menu-burger-builder .mobile {
    display: none;
  }
  #bottom-menu-burger-builder .desktop {
    display: inline-block;
  }
}

body.edge568 #bottom-menu-burger-builder ul {
  font-size: 0.8rem;
}
body.edge568 #bottom-menu-burger-builder .factoid-button {
  padding-top: 0.4em;
}
body.edge568 #bottom-menu-burger-builder .name-it-button a {
  margin-top: 0.4em;
}

#bottom-menu-burger-builder-2 {
  width: 100%;
  height: 52px;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-2 {
    height: 120px;
  }
}
#bottom-menu-burger-builder-2 {
  position: fixed;
  bottom: 0;
}
#bottom-menu-burger-builder-2 ul {
  width: inherit;
  height: inherit;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-2 ul {
    font-size: 1.6em;
  }
}
#bottom-menu-burger-builder-2 li {
  width: inherit;
  height: inherit;
}
#bottom-menu-burger-builder-2 .back-button {
  background-color: #7C3AED;
  display: inline-block;
  float: left;
  width: 50%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#bottom-menu-burger-builder-2 .back-button:hover {
  background-color: rgb(38.9471956224%, 8.3458276334%, 91.3404468764%);
}
#bottom-menu-burger-builder-2 .back-custom-button {
  width: 100%;
  color: white;
  font-size: 1.25em;
  font-family: "LovinSansWeb-Medium";
  text-align: center;
}
#bottom-menu-burger-builder-2 .back-custom-button .copy {
  margin: 0.6em 0;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-2 .back-custom-button .copy {
    padding-top: 18px;
  }
}
#bottom-menu-burger-builder-2 .submit-button {
  display: inline-block;
  float: right;
  width: 50%;
}
#bottom-menu-burger-builder-2 .submit-button .expand.disabled {
  background-color: #b3b3b3;
  color: #dbdbdb;
  opacity: 1;
}
#bottom-menu-burger-builder-2 .submit-button a {
  padding: 0.8em 0;
  font-size: 1.25em;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-2 .submit-button a {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 40em) {
  #bottom-menu-burger-builder-2 .mobile {
    display: inline-block;
  }
  #bottom-menu-burger-builder-2 .desktop {
    display: none;
  }
  #bottom-menu-burger-builder-2 .submit-button {
    width: 66%;
  }
  #bottom-menu-burger-builder-2 .submit-button a {
    font-size: 0.8em;
    padding: 1.5em 0;
  }
  #bottom-menu-burger-builder-2 .back-button {
    width: 34%;
  }
  #bottom-menu-burger-builder-2 .back-button a {
    font-size: 0.8em;
  }
  #bottom-menu-burger-builder-2 .back-button a .copy {
    margin-top: 1.5em;
  }
  #bottom-menu-burger-builder-2 .back-custom-button .copy {
    left: 13%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #bottom-menu-burger-builder-2 .mobile {
    display: inline-block;
  }
  #bottom-menu-burger-builder-2 .desktop {
    display: none;
  }
}
@media only screen and (min-width:64.063em) {
  #bottom-menu-burger-builder-2 .mobile {
    display: none;
  }
  #bottom-menu-burger-builder-2 .desktop {
    display: inline-block;
  }
}

#bottom-menu-burger-builder-3 {
  width: 100%;
  height: 52px;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-3 {
    height: 120px;
  }
}
#bottom-menu-burger-builder-3 {
  position: fixed;
  bottom: 0;
  background: #FF9F1C;
}
@media only screen and (max-width: 40em) {
  #bottom-menu-burger-builder-3 {
    height: auto;
  }
}
#bottom-menu-burger-builder-3 ul {
  margin: 0;
  width: inherit;
  height: inherit;
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-3 ul {
    font-size: 1.6em;
  }
}
#bottom-menu-burger-builder-3 li {
  width: inherit;
  height: inherit;
  display: inline-block;
  text-align: center;
}
#bottom-menu-burger-builder-3 .content-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#bottom-menu-burger-builder-3 .content-wrapper ul {
  display: inline-block;
}
#bottom-menu-burger-builder-3 .content-wrapper li {
  width: auto;
  display: inline-block;
  margin-right: 3%;
  vertical-align: middle;
}
#bottom-menu-burger-builder-3 .content-wrapper li a:hover {
  color: #FF9F1C;
}
#bottom-menu-burger-builder-3 .build-another-button {
  display: inline-block;
  float: right;
  width: 50%;
}
#bottom-menu-burger-builder-3 .build-another-button a {
  padding: 0.8em 0;
  font-size: 1.25em;
}
#bottom-menu-burger-builder-3 .share-burger-button {
  background-color: #7C3AED;
  font-family: "LovinSansWeb-Medium";
  display: inline-block;
  float: left;
  width: 50%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#bottom-menu-burger-builder-3 .share-facebook:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f082";
  font-size: 1.75em;
  position: relative;
  margin-right: 10%;
}
#bottom-menu-burger-builder-3 .share-twitter:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f099";
  font-size: 1.75em;
  position: relative;
  margin-right: 10%;
}
#bottom-menu-burger-builder-3 .share-instagram:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f16d";
  font-size: 1.75em;
  position: relative;
}
@media only screen and (max-width: 40em) {
  #bottom-menu-burger-builder-3 li.build-another-button {
    display: block;
    width: 100%;
  }
  #bottom-menu-burger-builder-3 li.build-another-button a {
    font-size: 0.8em;
    padding: 1.5em 0;
  }
  #bottom-menu-burger-builder-3 li.share-burger-button {
    display: block;
    width: 100%;
  }
  #bottom-menu-burger-builder-3 li.share-burger-button .copy {
    width: 55%;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
  }
  #bottom-menu-burger-builder-3 .content-wrapper li {
    margin-right: 5%;
    font-size: 1em;
  }
}
@media only screen and (min-width:120.063em) {
  #bottom-menu-burger-builder-3 li.build-another-button {
    padding-top: 0.8em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #bottom-menu-burger-builder-3 li.build-another-button {
    display: block;
  }
  #bottom-menu-burger-builder-3 li.share-burger-button {
    display: block;
  }
  #bottom-menu-burger-builder-3 li.share-burger-button .copy {
    width: 55%;
    font-size: 1em;
    line-height: 1.2;
    padding: 9px 0 0 0;
  }
  #bottom-menu-burger-builder-3 li.share-burger-button a {
    display: inline-block;
    padding-top: 15px;
  }
  #bottom-menu-burger-builder-3 .content-wrapper {
    top: 0;
  }
  #bottom-menu-burger-builder-3 .content-wrapper li {
    margin-right: 5%;
    font-size: 1.2em;
    line-height: 0.5em;
  }
}
/* Navigation */
nav {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 50000;
}
nav .navbar-brand {
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
nav .navbar-title img {
  height: 45px;
  width: auto;
  margin: 8px 0px;
}
nav .navbar-menu {
  cursor: pointer;
}
nav .navbar-menu img {
  height: 25px;
  position: absolute;
  margin: 15px 18px;
  right: 0px;
  top: 0;
}
nav .container {
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 40em) {
  nav {
    background: #7C3AED;
  }
  nav .navbar-brand {
    width: 35px;
    height: 35px;
    background-image: url("../img/global/icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 13px 18px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  nav .navbar-brand {
    width: 9em;
    height: 9em;
  }
}
@media only screen and (min-width:40.063em) {
  nav {
    background: none;
  }
  nav .navbar-title img {
    display: none;
  }
  nav .navbar-brand img {
    display: none;
  }
  nav .navbar-menu img {
    margin: 24px 30px;
  }
  nav .navbar-brand {
    background-image: url("../img/global/wordmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 30px;
  }
}
@media only screen and (min-width:64.063em) {
  nav .navbar-brand {
    width: 8.4em;
    height: 8.4em;
  }
}
@media only screen and (min-width:120.063em) {
  nav .navbar-brand {
    width: 14em;
    height: 14em;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("webfonts/fontawesome-webfont.eot");
  src: url("webfonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/fontawesome-webfont.woff") format("woff"), url("webfonts/fontawesome-webfont.ttf") format("truetype"), url("webfonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "LovinSansWeb-Bold";
  src: url("webfonts/LovinSansWeb-Bold.eot");
  src: url("webfonts/LovinSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/LovinSansWeb-Bold.woff") format("woff"), url("webfonts/LovinSansWeb-Bold.ttf") format("truetype"), url("webfonts/LovinSansWeb-Bold.svg#LovinSansWeb-Bold") format("svg");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "LovinSansWeb-Regular";
  src: url("webfonts/LovinSansWeb-Regular.eot");
  src: url("webfonts/LovinSansWeb-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/LovinSansWeb-Regular.woff") format("woff"), url("webfonts/LovinSansWeb-Regular.ttf") format("truetype"), url("webfonts/LovinSansWeb-Regular.svg#LovinSansWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LovinSansWeb-Medium";
  src: url("webfonts/LovinSansWeb-Medium.eot");
  src: url("webfonts/LovinSansWeb-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/LovinSansWeb-Medium.woff") format("woff"), url("webfonts/LovinSansWeb-Medium.ttf") format("truetype"), url("webfonts/LovinSansWeb-Medium.svg#LovinSansWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "burger-editor-icons";
  src: url("webfonts/burger-editor-icons.eot");
  src: url("webfonts/burger-editor-icons.eot?#iefix") format("embedded-opentype"), url("webfonts/burger-editor-icons.woff") format("woff"), url("webfonts/burger-editor-icons.ttf") format("truetype"), url("webfonts/burger-editor-icons.svg#burger-editor-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "burger-editor-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=burger-editor-icons-]:before,
[class*=" burger-editor-icons-"]:before {
  font-family: "burger-editor-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "BurfordRusticBookBold";
  src: url("webfonts/2E7DE3_E_0.eot");
  src: url("webfonts/2E7DE3_E_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7DE3_E_0.woff2") format("woff2"), url("webfonts/2E7DE3_E_0.woff") format("woff"), url("webfonts/2E7DE3_E_0.ttf") format("truetype");
}
@font-face {
  font-family: "BurfordRusticInlineBold";
  src: url("webfonts/2E7DE3_A_0.eot");
  src: url("webfonts/2E7DE3_A_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7DE3_A_0.woff2") format("woff2"), url("webfonts/2E7DE3_A_0.woff") format("woff"), url("webfonts/2E7DE3_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "BurfordRusticLineBold";
  src: url("webfonts/2E7DE3_C_0.eot");
  src: url("webfonts/2E7DE3_C_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7DE3_C_0.woff2") format("woff2"), url("webfonts/2E7DE3_C_0.woff") format("woff"), url("webfonts/2E7DE3_C_0.ttf") format("truetype");
}
@font-face {
  font-family: "BurfordRusticOrnamentsA";
  src: url("webfonts/2E7DE3_3_0.eot");
  src: url("webfonts/2E7DE3_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7DE3_3_0.woff2") format("woff2"), url("webfonts/2E7DE3_3_0.woff") format("woff"), url("webfonts/2E7DE3_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "BurfordRusticOrnamentsB";
  src: url("webfonts/2E7DE3_5_0.eot");
  src: url("webfonts/2E7DE3_5_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7DE3_5_0.woff2") format("woff2"), url("webfonts/2E7DE3_5_0.woff") format("woff"), url("webfonts/2E7DE3_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "localmarketextras-regular-webfont";
  src: url("webfonts/localmarketextras-regular-webfont.eot");
  src: url("webfonts/localmarketextras-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/localmarketextras-regular-webfont") format("woff2"), url("webfonts/localmarketextras-regular-webfont.woff") format("woff"), url("webfonts/localmarketextras-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "local_market_free_-webfont";
  src: url("webfonts/local_market_free_-webfont.eot");
  src: url("webfonts/local_market_free_-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/local_market_free_-webfont") format("woff2"), url("webfonts/local_market_free_-webfont.woff") format("woff"), url("webfonts/local_market_free_-webfont.ttf") format("truetype");
}
/* @font-face {font-family: 'BurfordRusticLineMedium';src: url('webfonts/2E7DE3_0_0.eot');src: url('webfonts/2E7DE3_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_0_0.woff2') format('woff2'),url('webfonts/2E7DE3_0_0.woff') format('woff'),url('webfonts/2E7DE3_0_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticShadowOneB';src: url('webfonts/2E7DE3_1_0.eot');src: url('webfonts/2E7DE3_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_1_0.woff2') format('woff2'),url('webfonts/2E7DE3_1_0.woff') format('woff'),url('webfonts/2E7DE3_1_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticShadowOneA';src: url('webfonts/2E7DE3_2_0.eot');src: url('webfonts/2E7DE3_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_2_0.woff2') format('woff2'),url('webfonts/2E7DE3_2_0.woff') format('woff'),url('webfonts/2E7DE3_2_0.ttf') format('truetype');}





 @font-face {font-family: 'BurfordRusticShadowTwoB';src: url('webfonts/2E7DE3_4_0.eot');src: url('webfonts/2E7DE3_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_4_0.woff2') format('woff2'),url('webfonts/2E7DE3_4_0.woff') format('woff'),url('webfonts/2E7DE3_4_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticOrnamentsB';src: url('webfonts/2E7DE3_5_0.eot');src: url('webfonts/2E7DE3_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_5_0.woff2') format('woff2'),url('webfonts/2E7DE3_5_0.woff') format('woff'),url('webfonts/2E7DE3_5_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticShadowTwoA';src: url('webfonts/2E7DE3_6_0.eot');src: url('webfonts/2E7DE3_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_6_0.woff2') format('woff2'),url('webfonts/2E7DE3_6_0.woff') format('woff'),url('webfonts/2E7DE3_6_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticOutline';src: url('webfonts/2E7DE3_7_0.eot');src: url('webfonts/2E7DE3_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_7_0.woff2') format('woff2'),url('webfonts/2E7DE3_7_0.woff') format('woff'),url('webfonts/2E7DE3_7_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticExtrudeTwo';src: url('webfonts/2E7DE3_8_0.eot');src: url('webfonts/2E7DE3_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_8_0.woff2') format('woff2'),url('webfonts/2E7DE3_8_0.woff') format('woff'),url('webfonts/2E7DE3_8_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticExtrudeTwoB';src: url('webfonts/2E7DE3_9_0.eot');src: url('webfonts/2E7DE3_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_9_0.woff2') format('woff2'),url('webfonts/2E7DE3_9_0.woff') format('woff'),url('webfonts/2E7DE3_9_0.ttf') format('truetype');}





 @font-face {font-family: 'BurfordRusticBookBlack';src: url('webfonts/2E7DE3_B_0.eot');src: url('webfonts/2E7DE3_B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_B_0.woff2') format('woff2'),url('webfonts/2E7DE3_B_0.woff') format('woff'),url('webfonts/2E7DE3_B_0.ttf') format('truetype');}





 @font-face {font-family: 'BurfordRusticInlineLight';src: url('webfonts/2E7DE3_D_0.eot');src: url('webfonts/2E7DE3_D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_D_0.woff2') format('woff2'),url('webfonts/2E7DE3_D_0.woff') format('woff'),url('webfonts/2E7DE3_D_0.ttf') format('truetype');}





 @font-face {font-family: 'BurfordRusticLineLight';src: url('webfonts/2E7DE3_F_0.eot');src: url('webfonts/2E7DE3_F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_F_0.woff2') format('woff2'),url('webfonts/2E7DE3_F_0.woff') format('woff'),url('webfonts/2E7DE3_F_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticBookLight';src: url('webfonts/2E7DE3_10_0.eot');src: url('webfonts/2E7DE3_10_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_10_0.woff2') format('woff2'),url('webfonts/2E7DE3_10_0.woff') format('woff'),url('webfonts/2E7DE3_10_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticBookUltraLight';src: url('webfonts/2E7DE3_11_0.eot');src: url('webfonts/2E7DE3_11_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_11_0.woff2') format('woff2'),url('webfonts/2E7DE3_11_0.woff') format('woff'),url('webfonts/2E7DE3_11_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticExtrudeOneB';src: url('webfonts/2E7DE3_12_0.eot');src: url('webfonts/2E7DE3_12_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_12_0.woff2') format('woff2'),url('webfonts/2E7DE3_12_0.woff') format('woff'),url('webfonts/2E7DE3_12_0.ttf') format('truetype');}


 @font-face {font-family: 'BurfordRusticExtrudeOneA';src: url('webfonts/2E7DE3_13_0.eot');src: url('webfonts/2E7DE3_13_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E7DE3_13_0.woff2') format('woff2'),url('webfonts/2E7DE3_13_0.woff') format('woff'),url('webfonts/2E7DE3_13_0.ttf') format('truetype');}*/
#sidebar-nav {
  height: 100%;
  width: 100%;
  background: #7C3AED;
  position: absolute;
  top: 0px;
  font-size: 1.15em;
  font-family: "LovinSansWeb-Medium";
  color: white;
  padding-top: 25px;
  padding-left: 25px;
}
#sidebar-nav a:hover {
  color: #FF9F1C;
}
#sidebar-nav .right-off-canvas-toggle {
  display: none;
}
@media only screen and (max-width: 40em) {
  #sidebar-nav .right-off-canvas-toggle {
    display: block;
    top: 26px;
    right: 26px;
    position: absolute;
  }
  #sidebar-nav .right-off-canvas-toggle img {
    width: 28px;
    height: 28px;
  }
}
#sidebar-nav .languageSelector li {
  display: inline;
  margin-right: 20px;
}
#sidebar-nav .languageSelector li a:hover {
  color: #7C3AED;
  background-color: #FF9F1C;
}
#sidebar-nav .languageSelector li.active a {
  background-color: #FF9F1C;
}
#sidebar-nav .languageSelector a:link {
  background-color: #FF9F1C;
  padding: 8px 8px;
}
#sidebar-nav .languageSelector a:active {
  background-color: none;
  padding: 8px 8px;
}
#sidebar-nav .verticalLine {
  border-right: 2px solid white;
  width: 40px;
  height: 100%;
}
#sidebar-nav ul {
  width: 90%;
}
#sidebar-nav li {
  line-height: 3em;
}
@media only screen and (max-width: 40em) {
  #sidebar-nav li {
    line-height: 2em;
  }
}
#sidebar-nav li {
  list-style: none;
}
#sidebar-nav .horizontalLine {
  border-bottom: 3px solid #FF9F1C;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 1em;
  width: 100%;
}
#sidebar-nav .horizontalLine ul {
  margin-left: 0;
  width: 100%;
}
#sidebar-nav .horizontalLine:nth-child(2) {
  padding-bottom: 0.75em;
  padding-top: 0;
  margin-bottom: 0;
}
#sidebar-nav .social {
  margin-top: 2em;
  color: white;
}
#sidebar-nav .side-menu-facebook:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f082";
  font-size: 1.75em;
  position: relative;
  margin-right: 10%;
}
#sidebar-nav .side-menu-twitter:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f099";
  font-size: 1.75em;
  position: relative;
  margin-right: 10%;
}
#sidebar-nav .side-menu-instagram:before {
  display: inline;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f16d";
  font-size: 1.75em;
  position: relative;
}
#sidebar-nav p {
  line-height: 3em;
  font-size: 0.6em;
  font-family: "LovinSansWeb-Regular";
}
#sidebar-nav .facebook-connect {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 40em) {
  #sidebar-nav .facebook-connect {
    margin-top: 13px;
  }
}
#sidebar-nav .facebook-connect .wrapper .facebook-logo:before {
  font-size: 20px;
}
#sidebar-nav .facebook-connect .wrapper .btn-text {
  top: 2px;
  font-size: 1em;
}
#sidebar-nav .twitter-connect {
  width: 100%;
  height: 40px;
}
#sidebar-nav .twitter-connect .wrapper .twitter-logo:before {
  font-size: 20px;
}
#sidebar-nav .twitter-connect .wrapper .btn-text {
  top: 2px;
  font-size: 1em;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  #sidebar-nav {
    padding-left: 40px;
  }
}
.view-all {
  width: 100%;
  height: 100%;
}
#burgerCard {
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transform: translate3d(0px, 0px, 1px);
  opacity: 0;
}

.burger-thumb-view {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.burger-thumb-view .hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  position: absolute;
  /*bottom: 50px;*/
  z-index: 1000;
}
.burger-thumb-view .hero img {
  position: absolute;
  bottom: -20px;
  left: -25%;
  max-width: 150%;
}
.burger-thumb-view .tempTitle {
  width: 80%;
  position: absolute;
  top: 5%;
  left: 10%;
}
.burger-thumb-view .title01,
.burger-thumb-view .title02,
.burger-thumb-view .title03,
.burger-thumb-view .title04 {
  position: absolute;
  width: 100%;
  height: 80%;
  /*top:0px !important;*/
}
.burger-thumb-view .title01 {
  color: white;
  top: 29px;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .title01 {
    top: 9px;
  }
}
.burger-thumb-view .title01 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  word-wrap: break-word;
}
.burger-thumb-view .title01 .ornament-B {
  display: none;
}
.burger-thumb-view .title02 {
  color: white;
  top: 20px;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .title02 {
    top: 0px;
  }
}
.burger-thumb-view .title02 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  word-wrap: break-word;
}
.burger-thumb-view .title02 .title-A {
  font-size: 1.5em;
}
.burger-thumb-view .title02 .title-B {
  margin-top: 0;
  font-size: 1.5em;
}
.burger-thumb-view .title03 {
  color: white;
  top: 10px;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .title03 {
    top: -10px;
  }
}
.burger-thumb-view .title03 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.burger-thumb-view .title03 .ornament-A {
  margin-top: -0.7em;
}
.burger-thumb-view .title03 .title-A {
  margin-top: -1.3em;
  font-size: 1.5em;
}
.burger-thumb-view .title03 .title-B {
  margin-top: -2.5em;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .title03 .title-B {
    margin-top: -2.1em;
  }
}
.burger-thumb-view .title03 .title-B {
  font-size: 1.5em;
}
.burger-thumb-view .title04 {
  color: white;
  top: 30px;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .title04 {
    top: 10px;
  }
}
.burger-thumb-view .title04 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.burger-thumb-view .title04 .title-A {
  font-size: 1.5em;
}
.burger-thumb-view .title04 .title-B {
  font-size: 1.5em;
}
.burger-thumb-view .title04 .ornament-module .ornament-right:before, .burger-thumb-view .title04 .ornament-module .ornament-left:before {
  font-size: 2em;
}
.burger-thumb-view .thumb-footer {
  width: 100%;
  height: 18%;
  position: absolute;
  bottom: 0;
}
.burger-thumb-view .thumb-footer .heart, .burger-thumb-view .thumb-footer .heart-sm {
  background-image: url("../img/global/heart-sprite.png");
  background-repeat: no-repeat;
  background-size: 100% 200%;
}
.burger-thumb-view .thumb-footer .heart {
  width: 69px;
  height: 78px;
  background-position: 0px 0px;
  cursor: pointer;
}
.burger-thumb-view .thumb-footer .heart-sm {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 29px;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .thumb-footer .heart-sm {
    width: 26px;
    height: 28px;
  }
}
.burger-thumb-view .thumb-footer .heart-sm {
  background-position: 0px 0px;
  cursor: pointer;
  margin-left: 5%;
  margin-top: 4%;
  float: left;
  left: 0;
  bottom: 0;
}
.burger-thumb-view .thumb-footer .heart-sm:active {
  background-position: 0px -40px;
}
.burger-thumb-view .thumb-footer .number-votes-sprite {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  margin-top: 4%;
  bottom: 0;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .thumb-footer .number-votes-sprite {
    margin-left: 1%;
  }
}
.burger-thumb-view .thumb-footer .number-votes {
  font-family: "LovinSansWeb-Bold";
  font-size: 1.5em;
  color: #7C3AED;
  line-height: 100%;
}
.burger-thumb-view .thumb-footer .number-label {
  font-family: "LovinSansWeb-Regular";
  color: #7C3AED;
  line-height: 100%;
}
.burger-thumb-view .thumb-footer .user-sprite {
  position: relative;
  display: inline-block;
  margin-right: 5%;
  margin-top: 5%;
  width: 45%;
  float: right;
  text-align: right;
  right: 0;
  word-break: break-all;
}
.burger-thumb-view .thumb-footer .created-by {
  font-family: "LovinSansWeb-Regular";
  font-size: 0.8em;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .thumb-footer .created-by {
    font-size: 0.7em;
  }
}
.burger-thumb-view .thumb-footer .created-by {
  color: #3e3935;
  line-height: 100%;
}
@media only screen and (max-width: 40em) {
  .burger-thumb-view .thumb-footer .created-by {
    font-size: 0.7em;
  }
}
.burger-thumb-view .thumb-footer .user {
  font-family: "LovinSansWeb-Bold";
  font-size: 0.7em;
  color: #3e3935;
  line-height: 100%;
}
.burger-thumb-view .thumb-footer {
  /* @media only screen and (max-width: 40em) {


          .burger-thumb-view{
              //width: 15em;

          }



              .number-votes {
                  font-size: 1em;
              }


              .number-label {
                  font-size: .5em;
                  }


              .created-by {
                  font-size: .5em;
              }
              .user {
                  font-size: .6em;
              }


  }*/
}
.burger-thumb-view .burger-background {
  /* width: 100%;
   height:100%;

   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center; */
}
.burger-thumb-view .burger-background img {
  width: 100%;
}
.win .burger-thumb-view .title03 .title-B {
  margin-top: -70px;
}

/*@media only screen and (min-width:40.063em) {




}

@media only screen and (min-width:40.063em) and (max-width:64em) {

    .burger-thumb-view{
        //width: 15em;

    }

     }
@media only screen and (min-width:64.063em) {

    .burger-thumb-view{
        //width: 15em;

    }


    }*/
@-webkit-keyframes border-pulsate {
  0% {
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  100% {
    border-color: rgb(255, 0, 0) !important;
  }
}
@-moz-keyframes border-pulsate {
  0% {
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  100% {
    border-color: rgb(255, 0, 0) !important;
  }
}
@-o-keyframes border-pulsate {
  0% {
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  100% {
    border-color: rgb(255, 0, 0) !important;
  }
}
@keyframes border-pulsate {
  0% {
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  100% {
    border-color: rgb(255, 0, 0) !important;
  }
}
#text-editor {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 3%;
}
#text-editor .instructions {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 1.25em;
}
@media only screen and (max-width: 40em) {
  #text-editor .instructions {
    font-size: 0.75em;
  }
}
#text-editor *::-webkit-input-placeholder {
  color: white;
}
#text-editor *:-moz-placeholder {
  /* FF 4-18 */
  color: white;
}
#text-editor *::-moz-placeholder {
  /* FF 19+ */
  color: white;
}
#text-editor *:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
#text-editor .form-style .burgerName-inactive {
  -webkit-animation: border-pulsate 1s infinite; /* Safari 4+ */
  -moz-animation: border-pulsate 1s infinite; /* Fx 5+ */
  -o-animation: border-pulsate 1s infinite; /* Opera 12+ */
  animation: border-pulsate 1s infinite; /* IE 10+, Fx 29+ */
}
#text-editor .design01, #text-editor .design02, #text-editor .design03, #text-editor .design04 {
  width: 100%;
}
#text-editor .design01 .form-style, #text-editor .design02 .form-style, #text-editor .design03 .form-style, #text-editor .design04 .form-style {
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border: 2px dashed;
  overflow: hidden;
}
#text-editor .design01 .form-style input[type=text], #text-editor .design02 .form-style input[type=text], #text-editor .design03 .form-style input[type=text], #text-editor .design04 .form-style input[type=text] {
  outline: 0;
  color: white;
  text-align: center;
  font-size: 5em;
  background: none;
  border: none;
}
#text-editor .design01 .form-style input[type=text]::-ms-clear, #text-editor .design02 .form-style input[type=text]::-ms-clear, #text-editor .design03 .form-style input[type=text]::-ms-clear, #text-editor .design04 .form-style input[type=text]::-ms-clear {
  display: none;
}
#text-editor .design01 .input-field-A .form-style, #text-editor .design01 .input-field-B .form-style, #text-editor .design02 .input-field-A .form-style, #text-editor .design02 .input-field-B .form-style, #text-editor .design03 .input-field-A .form-style, #text-editor .design03 .input-field-B .form-style, #text-editor .design04 .input-field-A .form-style, #text-editor .design04 .input-field-B .form-style {
  margin: 0 auto;
}
#text-editor .design01 .input-field-A .form-style input[type=text], #text-editor .design01 .input-field-B .form-style input[type=text], #text-editor .design02 .input-field-A .form-style input[type=text], #text-editor .design02 .input-field-B .form-style input[type=text], #text-editor .design03 .input-field-A .form-style input[type=text], #text-editor .design03 .input-field-B .form-style input[type=text], #text-editor .design04 .input-field-A .form-style input[type=text], #text-editor .design04 .input-field-B .form-style input[type=text] {
  width: 100%;
  padding: 0;
}
#text-editor .design01 .input-field-A .form-style, #text-editor .design02 .input-field-A .form-style, #text-editor .design03 .input-field-A .form-style, #text-editor .design04 .input-field-A .form-style {
  width: 640px;
}
#text-editor .design01 .input-field-B .form-style, #text-editor .design02 .input-field-B .form-style, #text-editor .design03 .input-field-B .form-style, #text-editor .design04 .input-field-B .form-style {
  width: 510px;
}
@media only screen and (max-width: 40em) {
  #text-editor .design01 .form-style input[type=text], #text-editor .design02 .form-style input[type=text], #text-editor .design03 .form-style input[type=text], #text-editor .design04 .form-style input[type=text] {
    font-size: 2.1em;
  }
  #text-editor .design01 .input-field-A .form-style, #text-editor .design02 .input-field-A .form-style, #text-editor .design03 .input-field-A .form-style, #text-editor .design04 .input-field-A .form-style {
    width: 280px;
  }
  #text-editor .design01 .input-field-B .form-style, #text-editor .design02 .input-field-B .form-style, #text-editor .design03 .input-field-B .form-style, #text-editor .design04 .input-field-B .form-style {
    width: 67%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #text-editor .design01 .form-style input[type=text], #text-editor .design02 .form-style input[type=text], #text-editor .design03 .form-style input[type=text], #text-editor .design04 .form-style input[type=text] {
    font-size: 4em;
  }
  #text-editor .design01 .input-field-A .form-style, #text-editor .design02 .input-field-A .form-style, #text-editor .design03 .input-field-A .form-style, #text-editor .design04 .input-field-A .form-style {
    width: 520px;
  }
  #text-editor .design01 .input-field-B .form-style, #text-editor .design02 .input-field-B .form-style, #text-editor .design03 .input-field-B .form-style, #text-editor .design04 .input-field-B .form-style {
    width: 400px;
  }
}
#text-editor .design01 {
  margin-top: 50px;
}
#text-editor .design01 .form-style {
  position: relative;
  height: 90px;
}
#text-editor .design01 .form-style input[type=text] {
  position: relative;
  z-index: 999;
  font-family: "BurfordRusticBookBold";
  margin-top: -10px;
  height: 100%;
}
#text-editor .design01 .ornament-A:before {
  display: block;
  content: "1";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 7em;
  line-height: 0.2;
}
#text-editor .design01 .ornament-B {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0.8em;
}
#text-editor .design01 .ornament-B .line:before {
  top: 0;
  position: relative;
  content: "1";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 7em;
  line-height: 0.25em;
  z-index: 1;
}
#text-editor .design01 .ornament-B .tomato:before {
  top: 6px;
  -webkit-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
  position: absolute;
  content: "d";
  font-family: "localmarketextras-regular-webfont";
  font-size: 3em;
  line-height: 0.25em;
  z-index: 10;
}
@media only screen and (max-width: 40em) {
  #text-editor .design01 {
    margin-top: 0px;
  }
  #text-editor .design01 .form-style {
    height: 50px;
  }
  #text-editor .design01 .form-style input[type=text] {
    font-size: 1.7em;
    margin-top: -3px;
  }
  #text-editor .design01 .ornament-A:before {
    line-height: 0.3;
    font-size: 4em;
  }
  #text-editor .design01 .ornament-B .line:before {
    font-size: 5em;
  }
  #text-editor .design01 .ornament-B .tomato:before {
    font-size: 2em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #text-editor .design01 {
    margin-top: 50px;
  }
  #text-editor .design01 .form-style {
    height: 70px;
  }
}
#text-editor .design02 .form-style {
  height: 80px;
}
#text-editor .design02 .form-style input[type=text] {
  font-family: "BurfordRusticInlineBold";
  margin-top: -55px;
}
@media screen and (min-width: 0\0 ) {
  #text-editor .design02 .form-style input[type=text] {
    margin-top: -90px;
  }
}
#text-editor .design02 .input-field-B {
  margin-top: 10px;
}
#text-editor .design02 .ornament-A:before {
  display: block;
  content: "5";
  font-family: "BurfordRusticOrnamentsB";
  font-size: 8em;
  line-height: 0em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#text-editor .design02 .ornament-B:before {
  margin-top: 0.1em;
  display: block;
  content: "5";
  font-family: "BurfordRusticOrnamentsA";
  font-size: 5em;
  line-height: 0.15em;
}
@media only screen and (max-width: 40em) {
  #text-editor .design02 {
    margin-top: 0px;
  }
  #text-editor .design02 .form-style {
    height: 50px;
  }
  #text-editor .design02 .form-style input[type=text] {
    font-size: 1.7em;
    margin-top: -8px;
  }
  #text-editor .design02 .ornament-B:before {
    margin-top: 0.1em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #text-editor .design02 .form-style {
    height: 75px;
  }
  #text-editor .design02 .form-style input[type=text] {
    margin-top: -42px;
  }
}
#text-editor .design03 .form-style {
  height: 75px;
}
#text-editor .design03 .form-style input[type=text] {
  font-family: "BurfordRusticlineBold";
  margin-top: -63px;
}
@media screen and (min-width: 0\0 ) {
  #text-editor .design03 .form-style input[type=text] {
    margin-top: -93px;
  }
}
#text-editor .design03 .input-field-B {
  position: relative;
  width: 100%;
  height: auto;
  top: -5em;
}
#text-editor .design03 .input-field-B .form-style {
  margin-top: 25px;
}
#text-editor .design03 .ornament-A:before {
  display: block;
  content: "c";
  font-family: "burger-editor-icons";
  font-size: 12em;
  line-height: 0.25em;
  margin-bottom: 0.1em;
}
#text-editor .design03 .ornament-B {
  margin-top: -20px;
}
#text-editor .design03 .ornament-B:before {
  display: block;
  content: "m";
  font-family: "local_market_free_-webfont";
  font-size: 14em;
  line-height: 0.15em;
  margin-top: 0.25em;
}
@media only screen and (max-width: 40em) {
  #text-editor .design03 {
    margin-top: 0px;
  }
  #text-editor .design03 .form-style {
    height: 50px;
  }
  #text-editor .design03 .form-style input[type=text] {
    font-size: 1.7em;
    margin-top: -10px;
  }
  #text-editor .design03 .ornament-B {
    margin-top: 88px;
  }
  #text-editor .design03 .ornament-B:before {
    display: none;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #text-editor .design03 .input-field-B .form-style {
    margin-top: 20px;
  }
  #text-editor .design03 .form-style {
    height: 65px;
  }
  #text-editor .design03 .form-style input[type=text] {
    margin-top: -47px;
  }
  #text-editor .design03 .ornament-B {
    margin-top: -5px;
  }
  #text-editor .design03 .ornament-B:before {
    font-size: 12em;
    line-height: 0.3em;
    margin-top: 0.12em;
  }
}
#text-editor .design04 .form-style input[type=text] {
  font-family: "BurfordRusticBookBold";
}
#text-editor .design04 .input-field-A .form-style, #text-editor .design04 .input-field-B .form-style {
  height: 75px;
}
#text-editor .design04 .input-field-A .form-style input[type=text], #text-editor .design04 .input-field-B .form-style input[type=text] {
  margin-top: -20px;
}
#text-editor .design04 .input-field-B {
  display: inline-block;
  position: relative;
  width: 500px;
}
#text-editor .design04 .ornament-A:before {
  display: block;
  content: "d";
  font-family: "burger-editor-icons";
  font-size: 5em;
  line-height: 1em;
  width: 100%;
  height: auto;
}
#text-editor .design04 .ornament-module {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  white-space: nowrap;
  top: 8px;
}
#text-editor .design04 .ornament-module .ornament-holder {
  display: inline-block;
  position: relative;
  height: auto;
  top: 0.2em;
}
#text-editor .design04 .ornament-module .ornament-left:before {
  content: "y";
}
#text-editor .design04 .ornament-module .ornament-right {
  margin-left: 8px;
}
#text-editor .design04 .ornament-module .ornament-right:before {
  content: "z";
}
#text-editor .design04 .ornament-module .ornament-left:before, #text-editor .design04 .ornament-module .ornament-right:before {
  position: relative;
  height: auto;
  font-family: "BurfordRusticOrnamentsA";
  font-size: 8em;
  line-height: 0.5em;
}
@media only screen and (max-width: 40em) {
  #text-editor .design04 {
    margin-top: 0px;
  }
  #text-editor .design04 .input-field-A .form-style, #text-editor .design04 .input-field-B .form-style {
    height: 50px;
  }
  #text-editor .design04 .input-field-A .form-style input[type=text], #text-editor .design04 .input-field-B .form-style input[type=text] {
    margin-top: 0;
  }
  #text-editor .design04 .input-field-B {
    width: 220px;
  }
  #text-editor .design04 .input-field-B .form-style {
    width: 100%;
  }
  #text-editor .design04 .ornament-module .ornament-holder {
    top: -10px;
  }
  #text-editor .design04 .ornament-module .ornament-left:before, #text-editor .design04 .ornament-module .ornament-right:before {
    font-size: 3em;
  }
  #text-editor .design04 .ornament-module .ornament-right {
    margin-left: 0;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #text-editor .design04 .input-field-A .form-style input[type=text], #text-editor .design04 .input-field-B .form-style input[type=text] {
    margin-top: -8px;
  }
  #text-editor .design04 .ornament-module .ornament-holder {
    top: -5px;
  }
  #text-editor .design04 .ornament-module .ornament-left:before, #text-editor .design04 .ornament-module .ornament-right:before {
    font-size: 6em;
  }
  #text-editor .design04 .input-field-B {
    width: 400px;
  }
}
#text-editor a:hover {
  opacity: 1;
}
#text-editor a:active {
  opacity: 1;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .windows #text-editor .design01 .input-field-A .form-style input[type=text], .windows #text-editor .design01 .input-field-B .form-style input[type=text] {
    margin-top: -2px;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .windows #text-editor .design01 .ornament-B .tomato:before {
    top: -5px;
  }
}
.windows #text-editor .design02 .input-field-A .form-style input[type=text], .windows #text-editor .design02 .input-field-B .form-style input[type=text] {
  margin-top: -93px;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .windows #text-editor .design02 .input-field-A .form-style input[type=text], .windows #text-editor .design02 .input-field-B .form-style input[type=text] {
    margin-top: 0;
  }
}
.windows #text-editor .design03 .input-field-A .form-style input[type=text], .windows #text-editor .design03 .input-field-B .form-style input[type=text] {
  margin-top: -95px;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .windows #text-editor .design03 .input-field-A .form-style input[type=text], .windows #text-editor .design03 .input-field-B .form-style input[type=text] {
    margin-top: 0;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .windows #text-editor .design04 .input-field-A .form-style input[type=text], .windows #text-editor .design04 .input-field-B .form-style input[type=text] {
    margin-top: -3px;
  }
}

#burger-backgrounds {
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 35px;
  white-space: nowrap;
}
@media only screen and (max-width: 40em) {
  #burger-backgrounds {
    height: 63px;
  }
}
#burger-backgrounds .carousel-wrapper {
  position: relative;
  width: inherit;
  height: inherit;
}
#burger-backgrounds .copy {
  display: block;
  font-size: 1.1em;
  color: #7C3AED;
  position: relative;
  font-weight: bold;
  text-align: center;
  bottom: 10px;
}
@media only screen and (max-width: 40em) {
  #burger-backgrounds .copy {
    text-align: center;
    margin-left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width:120.063em) {
  #burger-backgrounds .copy {
    bottom: -14px;
    font-size: 1.8em;
  }
}
#burger-backgrounds ul {
  list-style-type: none;
  display: in;
  position: relative;
  height: inherit;
  text-align: center;
  margin-bottom: 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#burger-backgrounds li {
  display: inline-block;
  margin-right: 105px;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #burger-backgrounds li {
    margin-right: 135px;
  }
}
@media only screen and (max-width: 40em) {
  #burger-backgrounds li {
    margin-right: 0;
  }
}
@media only screen and (min-width:120.063em) {
  #burger-backgrounds li {
    margin-right: 205px;
  }
}
#burger-backgrounds .background-button {
  top: 0;
}
@media only screen and (max-width: 40em) {
  #burger-backgrounds .background-button {
    width: 80px;
    height: 80px;
  }
}
#burger-backgrounds .background-button .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 90px;
  height: 90px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  #burger-backgrounds .background-button .circle {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #burger-backgrounds .background-button .circle {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width:120.063em) {
  #burger-backgrounds .background-button .circle {
    width: 150px;
    height: 150px;
  }
}
#burger-backgrounds .background-button a.circle:hover {
  background: rgba(255, 255, 255, 0.7);
}
#burger-backgrounds .background-button .baseball-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/baseball.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .beach-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/beach.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .bulls-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/bulls.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .chicago-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/chicago.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .fireworks-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/fireworks.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .tiles-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/tiles.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .train-bkgrnd {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/train.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .item-09 {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/bears_sports.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#burger-backgrounds .background-button .item-10 {
  width: inherit;
  height: inherit;
  background-image: url("../img/backgrounds/thumbs/redwings_sports.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
@media only screen and (min-width:120.063em) {
  #burger-backgrounds {
    bottom: 9%;
    height: 168px;
  }
}

body.edge568 #burger-backgrounds {
  height: 75px;
}
body.edge568 #burger-backgrounds .background-button {
  width: 80px;
  height: 80px;
}
body.edge568 #burger-backgrounds .background-button .circle {
  width: 70px;
  height: 70px;
  font-size: 0.8em;
}
body.edge568 #burger-backgrounds .count {
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 94px;
  font-size: 0.9em;
}
body.edge568 #burger-backgrounds li {
  margin-right: 10px;
}
body.edge568 #burger-backgrounds .copy {
  bottom: 0;
}
body.edge568 #bottom-menu-burger-builder-2 .back-custom-button, body.edge568 #bottom-menu-burger-builder-2 .submit-button a {
  font-size: 0.92em;
}
body.edge568 #bottom-menu-burger-builder-2 .back-custom-button .copy, body.edge568 #bottom-menu-burger-builder-2 .submit-button a .copy {
  margin-top: 1.1em;
}
body.edge568 #bottom-menu-burger-builder-2 .submit-button a {
  padding-top: 1.2em;
}

#coach-marks {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
#coach-marks .coach-marks {
  width: 243px;
  height: 243px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#coach-marks .coach-marks.coach-marks-visible {
  opacity: 1;
}
#coach-marks .coach-marks p {
  font-family: "LovinSansWeb-Bold";
  color: #000;
  font-size: 20px;
  line-height: 1;
  white-space: pre;
}
#coach-marks .coach-marks.coach-marks-layer {
  width: 174px;
  height: 174px;
}
#coach-marks .coach-marks.coach-marks-layer p {
  font-size: 22px;
}
#coach-marks .coach-marks .coach-arrow {
  display: block;
  width: 17px;
  height: 78px;
  background: rgba(255, 255, 255, 0.66);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#coach-marks .coach-marks .coach-arrow:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#coach-marks .coach-marks .coach-arrow.coach-arrow-up {
  bottom: 100%;
}
#coach-marks .coach-marks .coach-arrow.coach-arrow-up:after {
  bottom: 100%;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(255, 255, 255, 0.66);
}
#coach-marks .coach-marks .coach-arrow.coach-arrow-down {
  top: 100%;
}
#coach-marks .coach-marks .coach-arrow.coach-arrow-down:after {
  top: 100%;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(255, 255, 255, 0.66);
}
#coach-marks .coach-marks:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
#coach-marks .coach-marks .coach-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#coach-marks .coach-marks .coach-text *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#coach-marks .hand-icon {
  position: relative;
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: upDown 1.2s infinite alternate ease-in-out;
  animation: upDown 1.2s infinite alternate ease-in-out;
}
#coach-marks .moveUpDown {
  animation-duration: 1s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes changewidth {
  from {
    width: 100px;
  }
  to {
    width: 300px;
  }
}
@-webkit-keyframes floatBubble {
  0% {
    top: 500px;
  }
  100% {
    top: 0px;
  }
}
@keyframes floatBubble {
  0% {
    top: 500px;
  }
  100% {
    top: 0px;
  }
}
#coach-marks .animation {
  -webkit-animation: floatBubble 2s infinite normal ease-out;
  animation: floatBubble 2s infinite normal ease-out;
}
#coach-marks .fadeOut {
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes upDown {
  from {
    top: -25%;
  }
  to {
    top: 125%;
  }
}
/* Firefox < 16 */
@-moz-keyframes upDown {
  from {
    top: -25%;
  }
  to {
    top: 125%;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes upDown {
  from {
    top: -25%;
  }
  to {
    top: 125%;
  }
}
/* Internet Explorer */
@-ms-keyframes upDown {
  from {
    top: -25%;
  }
  to {
    top: 125%;
  }
}
/* Opera < 12.1 */
@-o-keyframes upDown {
  from {
    top: -25%;
  }
  to {
    top: 125%;
  }
}
/*
#coach-marks {

	width:100%;
	height:100%;
	position:absolute;
	pointer-events:none;

	border:10px solid red;

	.coach-marks {

		border:10px solid blue;

		width:100%;
		pointer-events:none;
		height:100%;
		text-align:center;
		top:0;
		position:absolute;
		//background-color: azure;
		//cursor: pointer;
		transition:opacity .5s ease-in-out;
		-moz-transition:opacity .5s ease-in-out;
		-webkit-transition:opacity .5s ease-in-out;

	}

	.coach-button-background-english,
	.coach-mark-background-english {
		border:10px solid green;

		position:relative;
		width:100%;
		height:100%;
		top:15%;
		@include horizontal-align;
		opacity:0;

		background-size:auto;

	}

	.coach-button-background-spanish,
	.coach-mark-background-spanish {

		position:relative;
		width:100%;
		height:100%;
		top:15%;
		@include horizontal-align;
		opacity:0;

	}

	.coach-button-background-english img {
		height:50%;
		max-height:243px;
		width:auto;
	}

	.coach-button-background-spanish img {
		height:50%;
		max-height:243px;
		width:auto;
	}

	.coach-mark-background-english img {
        height: 50%;
		max-height:400px;
        width:auto;
    }

    .coach-mark-background-spanish img {
        height: 50%;
	    max-height:400px;
        width:auto;
    }

    .hand-icon {

        position: relative;
        //content:url('/img/editor/hand-icon.png');
        width: 100px;
        height: auto;
        @include center;
        //top:0;
        opacity:0;

    }

	.moveUpDown {

		animation-duration:1.0s;
		animation-name:changewidth;
		animation-iteration-count:infinite;
		animation-direction:alternate;
	}

	@keyframes changewidth {
		from {
			width:100px;
		}

		to {
			width:300px;
		}
	}

	@-webkit-keyframes floatBubble {
		0% {
			top:500px;
		}
		100% {
			top:0px;
		}
	}
	@keyframes floatBubble {
		0% {
			top:500px;
		}
		100% {
			top:0px;
		}
	}

	.animation {

		//-webkit-animation: floatBubble 2s infinite;
		// -webkit-animation-direction:alternate;

		-webkit-animation:floatBubble 2s infinite normal ease-out;
		animation:floatBubble 2s infinite normal ease-out;
		//opacity: 0.0;
	}

	.fadeOut {

		opacity:0.0;
	}

	@media only screen and (max-width: 40em) {

	}

	@media only screen and (min-width:40.063em) {

	}

	@media only screen and (min-width:40.063em) and (max-width:64em) {

	}
	@media only screen and (min-width:64.063em) {

	}

}
*/
#share-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
}
#share-preview .copy {
  position: absolute;
  width: 100%;
  top: 22%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5em;
}
@media only screen and (max-width: 40em) {
  #share-preview .copy {
    margin-bottom: 1em;
  }
}
#share-preview #gif-holder {
  position: absolute;
  top: 30%;
  width: 600px;
  height: auto;
  border-width: 4px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-shadow: 1px 4px 60px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 4px 60px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 4px 60px 0px rgba(0, 0, 0, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#share-preview .temp-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/temp/share_burger.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
#share-preview .temp-image img {
  border: 5px solid #fff;
}
@media only screen and (max-width: 40em) {
  #share-preview #gif-holder {
    width: 80%;
  }
  #share-preview .copy {
    top: 22%;
  }
}
#ingredients-view {
  text-align: center;
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
#ingredients-view li {
  list-style: none;
  display: block;
}
#ingredients-view ul {
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  transition: 500ms all;
  height: 250px;
  opacity: 0.7;
  width: 5000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ingredients-view ul:hover {
  opacity: 1;
}

.garnish {
  width: 200%;
  height: auto;
  position: absolute;
  white-space: nowrap;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.garnish .garnish-left {
  display: inline-block;
  position: relative;
  content: url("../img/intro/garnish-left.png");
  width: 2em;
  height: auto;
  margin-right: 20px;
  top: 20px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.garnish .burger {
  display: inline-block;
  position: relative;
  content: url("../img/intro/intro-burger.png");
  width: 19em;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  bottom: 10px;
}
.garnish .garnish-right {
  display: inline-block;
  position: relative;
  content: url("../img/intro/garnish-right.png");
  width: 2em;
  height: auto;
  margin-left: 20px;
  top: 20px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#intro-title {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  text-align: center;
  color: white;
  font-family: "BurfordRusticBookBold";
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
#intro-title .intro-title-graphic-es, #intro-title .intro-title-graphic {
  padding-top: 30px;
  margin: auto;
  width: 21.5em;
  height: auto;
}
#intro-title .copy {
  width: 60%;
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  height: auto;
  margin: auto;
  font-family: "LovinSansWeb-Regular";
  font-weight: lighter;
  font-size: 1em;
  max-width: 520px;
  margin-top: 1em;
}
@media only screen and (min-width:120.063em) {
  #intro-title .copy {
    font-size: 1.8em;
    margin-top: 2em;
    max-width: 1000px;
  }
}
#intro-title .build-burger-button {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 40em) {
  #intro-title .copy {
    width: 90%;
    font-size: 0.8em;
    line-height: 1.25em;
    margin-top: 0.75em;
  }
  #intro-title .garnish .garnish-left {
    width: 24em;
  }
  #intro-title .garnish .burger {
    width: 15em;
  }
  #intro-title .garnish .garnish-right {
    width: 24em;
  }
  #intro-title .build-burger-button {
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    bottom: 14%;
  }
  #intro-title .intro-title-graphic, #intro-title .intro-title-graphic-es {
    padding-top: 100px;
    width: 15em;
  }
}
@media only screen and (max-width: 20em) {
  #intro-title .intro-title-graphic, #intro-title .intro-title-graphic-es {
    width: 10em;
  }
  #intro-title .intro-title-graphic img, #intro-title .intro-title-graphic-es img {
    margin-top: -15px;
  }
  #intro-title .build-burger-button {
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  #intro-title .copy {
    font-size: 0.72em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #intro-title .copy {
    width: 80%;
  }
  #intro-title .garnish .garnish-left {
    width: 24em;
  }
  #intro-title .garnish .burger {
    width: 15em;
  }
  #intro-title .garnish .garnish-right {
    width: 24em;
  }
  #intro-title .build-burger-button {
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  #intro-title .intro-title-graphic, #intro-title .intro-title-graphic-es {
    width: 21.5em;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  #intro-title .garnish .garnish-left {
    width: 25em;
  }
  #intro-title .garnish .burger {
    width: 17em;
  }
  #intro-title .garnish .garnish-right {
    width: 25em;
  }
  #intro-title .build-burger-button {
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media only screen and (min-width:90.063em) {
  #intro-title .garnish .garnish-left {
    width: 30em;
  }
  #intro-title .garnish .burger {
    width: 19em;
  }
  #intro-title .garnish .garnish-right {
    width: 30em;
  }
}
@media only screen and (min-width:120.063em) {
  #intro-title .intro-title-graphic, #intro-title .intro-title-graphic-es {
    width: 45em;
  }
}

body.edge568 #intro-title .build-burger-button {
  /*bottom: -10px;   */
  bottom: 18%;
}

.editor-nav {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2001;
}
.editor-nav .touch-catch {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.count {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #F00;
  border-radius: 15px;
  z-index: 10000;
  line-height: 30px;
  left: 117px;
  top: 0px;
  text-indent: 1px;
  color: #7C3AED;
  border: #FFF 1px solid;
  background-color: #FFF;
}
@media only screen and (max-width: 40em) {
  .count {
    width: 20px;
    height: 20px;
    border-radius: 11px;
    left: 38px;
    line-height: 20px;
    font-size: 0.6em;
  }
}
@media screen and (min-width: 0\0 ) {
  .count {
    left: 60px;
  }
}

#ingredient-title {
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#ingredient-title #layer-action {
  width: 42px;
  margin-left: -21px;
  position: absolute;
  left: 50%;
  margin-top: 40px;
}
@media only screen and (max-width: 40em) {
  #ingredient-title #layer-action {
    margin-top: 20px;
    top: 100%;
  }
}
#ingredient-title p {
  text-transform: capitalize;
  display: inline-block;
  font-size: 1.1em;
}
#ingredient-title a {
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#ingredient-title a.remove {
  display: none;
}
#ingredient-title a {
  /*@include transform(scale($scale));*/
}
#ingredient-title img {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#ingredient-title img:hover {
  top: -42px;
}

#buttons-sheet {
  text-align: center;
  z-index: 3;
  width: 100%;
  background: none;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  cursor: pointer;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  #buttons-sheet {
    left: 47%;
  }
}
#buttons-sheet .ingredient-button {
  width: 110px;
  height: 110px;
  -webkit-user-select: none;
}
@media only screen and (max-width: 40em) {
  #buttons-sheet .ingredient-button {
    width: 85px;
    height: 85px;
  }
}
#buttons-sheet .ingredient-button .label {
  font-size: 0.7em;
}
@media only screen and (min-width:120.063em) {
  #buttons-sheet {
    bottom: 9%;
  }
  #buttons-sheet ul {
    margin-bottom: 2.5rem;
  }
  #buttons-sheet .circle {
    width: 120px;
    height: 120px;
  }
  #buttons-sheet li {
    margin-right: 90px;
  }
}

body.edge568 #buttons-sheet .ingredient-button {
  width: 80px;
  height: 80px;
}
body.edge568 #buttons-sheet .ingredient-button .circle {
  width: 70px;
  height: 70px;
  font-size: 0.8em;
}
body.edge568 #buttons-sheet .count {
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 94px;
  font-size: 0.9em;
}

#nav-buttons {
  z-index: 1;
}
#nav-buttons a img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#nav-buttons a {
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
}
#nav-buttons #left-button {
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-buttons #right-button {
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.edge568 #buttons-sheet {
  bottom: 11%;
}

@media only screen and (max-width: 40em) {
  #nav-buttons #left-button {
    left: -7%;
  }
  #nav-buttons #right-button {
    right: -7%;
  }
}
#detail .background {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 320px;
}
#detail .navbar-brand {
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  background-image: url("../img/global/wordmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 30px;
  opacity: 0;
}
#detail .touch-catch {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
}
#detail .wrapper {
  width: inherit;
  height: 100%;
  position: absolute;
}
#detail .align-user-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#detail .align-vote-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#detail .bottom-trim {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 112px;
  bottom: 0;
  -webkit-transform: translate3d(0px, 120px, 1px);
  -moz-transform: translate3d(0px, 120px, 1px);
  -ms-transform: translate3d(0px, 120px, 1px);
  -o-transform: translate3d(0px, 120px, 1px);
  transform: translate3d(0px, 120px, 1px);
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
}
#detail .bottom-trim.moveUp {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
#detail .bottom-trim-share {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 250px;
  bottom: 0;
}
#detail .social {
  position: absolute;
  width: inherit;
  height: auto;
  text-align: center;
  bottom: 10px;
  margin-left: 1em;
  z-index: 12;
}
#detail .social a {
  color: #7C3AED;
  padding-right: 3em;
  cursor: pointer;
}
#detail .social a:hover {
  color: #FF9F1C;
}
#detail .votes-module {
  display: inline-block;
  height: 100%;
  width: 25%;
  color: black;
}
#detail .title-module {
  display: inline-block;
  height: 100%;
  width: 50%;
  z-index: -1;
}
#detail .user-module {
  display: inline-block;
  height: 100%;
  width: 25%;
  z-index: -1;
}
#detail .heart-sm {
  position: relative;
  display: inline-block;
  background-image: url("../img/global/heart-sprite.png");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  width: 43px;
  height: 48px;
  background-position: 0px 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
}
#detail .heart-sm:active {
  background-position: 0px -49px;
}
#detail .number-votes-sprite {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#detail .detail-number-votes {
  position: relative;
  font-family: "LovinSansWeb-Bold";
  font-size: 2em;
  line-height: 100%;
}
#detail .detail-number-label {
  position: relative;
  font-family: "LovinSansWeb-Regular";
  font-size: 1.1em;
  line-height: 100%;
}
#detail .title01 .title-A {
  font-size: 1.2em;
  line-height: 1;
  word-wrap: break-word;
}
#detail .title01 .title-B {
  font-size: 2.6em;
  word-wrap: break-word;
}
#detail .title01 .ornament-A:before {
  font-size: 4em;
}
#detail .title01 .ornament-B .line:before {
  font-size: 4em;
}
#detail .title01 .ornament-B .tomato:before {
  font-size: 2em;
}
#detail .title03 .ornament-A:before {
  margin-top: -0.25em;
  font-size: 7em;
}
#detail .title03 .title-A {
  padding-top: -1em;
  font-size: 1.2em;
  word-wrap: break-word;
  margin-top: -1.5em;
}
#detail .title03 .title-B {
  font-size: 2.6em;
  word-wrap: break-word;
  margin-top: -1.6em;
}
#detail .title03 .ornament-B {
  font-size: 1.35em;
  margin-left: 0.5em;
}
#detail .title04 .title-A {
  font-size: 2em;
  word-wrap: break-word;
}
#detail .title04 .title-B {
  font-size: 2.4em;
  word-wrap: break-word;
}
#detail .title04 .ornament-module {
  margin-top: -1.9em;
}
#detail .title04 .ornament-module .ornament-holder {
  top: 3px;
}
@media only screen and (max-width: 40em) {
  #detail .title04 .ornament-A:before {
    font-size: 2em;
  }
}
#detail .text-group {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#detail .detail-created-by {
  font-family: "LovinSansWeb-Regular";
  font-size: 1.2em;
  color: black;
  line-height: 100%;
  margin-bottom: 3px;
}
#detail .detail-user {
  font-family: "LovinSansWeb-Bold";
  font-size: 1.2em;
  color: black;
  line-height: 100%;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  #detail .navbar-brand {
    display: none;
  }
  #detail .bottom-trim {
    height: 135px;
  }
  #detail .votes-module {
    display: inline-block;
    height: 100%;
    width: 50%;
    float: left;
  }
  #detail .align-vote-content {
    margin-left: 20px;
    text-align: left;
  }
  #detail .heart-sm {
    padding-right: 20px;
    width: 30px;
    height: 35px;
    z-index: 20;
  }
  #detail .heart-sm:active {
    background-position: 0px -35px;
  }
  #detail .detail-number-votes {
    font-size: 1.3em;
    line-height: 100%;
  }
  #detail .detail-number-label {
    font-size: 0.8em;
    line-height: 100%;
  }
  #detail .user-module {
    display: inline-block;
    height: 100%;
    width: 50%;
    float: right;
  }
  #detail .align-user-content {
    padding-right: 20px;
    text-align: right;
  }
  #detail .detail-created-by {
    font-size: 0.8em;
    margin-bottom: 3px;
  }
  #detail .detail-user {
    font-size: 0.8em;
    line-height: 100%;
  }
  #detail .title-module {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #detail .align-vote-content,
  #detail .align-user-content {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
  }
  #detail .bottom-trim-share .align-vote-content,
  #detail .bottom-trim-share .align-user-content {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #detail .navbar-brand {
    width: 9em;
    height: 9em;
  }
  #detail .heart-sm {
    margin-right: 10px;
    width: 35px;
    height: 39px;
  }
  #detail .heart-sm:active {
    background-position: 0px -39px;
  }
  #detail .detail-number-votes {
    font-size: 1.6em;
    line-height: 100%;
  }
  #detail .detail-number-label {
    font-size: 1em;
    line-height: 100%;
  }
  #detail .detail-created-by {
    font-size: 1em;
    margin-bottom: 3px;
  }
  #detail .detail-user {
    font-size: 1em;
    line-height: 100%;
  }
}
@media only screen and (min-width:64.063em) {
  #detail .navbar-brand {
    width: 11em;
    height: 11em;
  }
}
@media only screen and (min-width:90.063em) {
  #detail .align-user-content {
    text-align: left;
  }
  #detail .align-vote-content {
    text-align: right;
  }
}

#hero_view.hero_share_view {
  height: 100%;
}

#share .background {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 320px;
}
#share .navbar-brand {
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  background-image: url("../img/global/wordmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 30px;
}
#share .touch-catch {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
}
#share .wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  line-height: 1;
}
#share .align-user-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: right;
}
#share .title-module {
  display: inline-block;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#share .title-module .title04 {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
}
#share .user-module {
  display: inline-block;
  width: 25%;
  height: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
}
#share .heart-sm {
  position: relative;
  display: inline-block;
  background-image: url("../img/global/heart-sprite.png");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  width: 43px;
  height: 48px;
  background-position: 0px 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
}
#share .heart-sm:active {
  background-position: 0px -49px;
}
#share .number-votes-sprite {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#share .detail-number-votes {
  position: relative;
  font-family: "LovinSansWeb-Bold";
  font-size: 2em;
  line-height: 100%;
}
#share .detail-number-label {
  position: relative;
  font-family: "LovinSansWeb-Regular";
  font-size: 1.1em;
  line-height: 100%;
}
#share .title01 .title-A {
  font-size: 1.2em;
  line-height: 1;
  word-wrap: break-word;
}
#share .title01 .title-B {
  font-size: 2.6em;
  word-wrap: break-word;
}
#share .title01 .ornament-A:before {
  font-size: 4em;
}
#share .title01 .ornament-B .line:before {
  font-size: 4em;
}
#share .title01 .ornament-B .tomato:before {
  font-size: 2em;
}
#share .title03 .ornament-A:before {
  margin-top: -0.25em;
  font-size: 7em;
}
#share .title03 .title-A {
  padding-top: -1em;
  font-size: 1.2em;
  word-wrap: break-word;
  margin-top: -1.5em;
}
#share .title03 .title-B {
  font-size: 2.6em;
  word-wrap: break-word;
  margin-top: -1.6em;
}
#share .title03 .ornament-B {
  font-size: 1.35em;
  margin-left: 0.5em;
}
#share .title04 .title-A {
  font-size: 4em;
  word-wrap: break-word;
}
#share .title04 .title-B {
  font-size: 4em;
  word-wrap: break-word;
  margin-top: 0;
}
#share .title04 .ornament-module {
  margin-top: -3em;
}
#share .text-group {
  position: relative;
  display: inline-block;
}
#share .detail-created-by {
  font-family: "LovinSansWeb-Regular";
  font-size: 1.2em;
  color: black;
  line-height: 100%;
  margin-bottom: 3px;
}
#share .detail-user {
  font-family: "LovinSansWeb-Bold";
  font-size: 1.2em;
  color: black;
  line-height: 100%;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  #share .navbar-brand {
    width: 6em;
    height: 6em;
  }
  #share .bottom-trim {
    height: 145px;
  }
  #share .votes-module {
    display: inline-block;
    height: 100%;
    width: 50%;
    float: left;
  }
  #share .align-vote-content {
    margin-left: 20px;
    text-align: left;
  }
  #share .heart-sm {
    padding-right: 20px;
    width: 30px;
    height: 35px;
    z-index: 20;
  }
  #share .heart-sm:active {
    background-position: 0px -35px;
  }
  #share .detail-number-votes {
    font-size: 1.3em;
    line-height: 100%;
  }
  #share .detail-number-label {
    font-size: 0.8em;
    line-height: 100%;
  }
  #share .user-module {
    display: inline-block;
    height: 100%;
    width: 50%;
    float: right;
  }
  #share .align-user-content {
    text-align: right;
  }
  #share .detail-created-by {
    font-size: 0.8em;
    margin-bottom: 3px;
  }
  #share .detail-user {
    font-size: 0.8em;
    line-height: 100%;
  }
  #share .title-module {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #share .align-vote-content,
  #share .align-user-content {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  #share .bottom-trim-share .align-vote-content,
  #share .bottom-trim-share .align-user-content {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #share .navbar-brand {
    width: 9em;
    height: 9em;
  }
  #share .heart-sm {
    margin-right: 10px;
    width: 35px;
    height: 39px;
  }
  #share .heart-sm:active {
    background-position: 0px -39px;
  }
  #share .detail-number-votes {
    font-size: 1.6em;
    line-height: 100%;
  }
  #share .detail-number-label {
    font-size: 1em;
    line-height: 100%;
  }
  #share .detail-created-by {
    font-size: 1em;
    margin-bottom: 3px;
  }
  #share .detail-user {
    font-size: 1em;
    line-height: 100%;
  }
}
@media only screen and (min-width:64.063em) {
  #share .navbar-brand {
    width: 11em;
    height: 11em;
  }
}
@media only screen and (min-width:90.063em) {
  #share .align-user-content {
    text-align: left;
  }
  #share .align-vote-content {
    text-align: right;
  }
}

#leaderboard {
  width: inherit;
  height: 100%;
}
#leaderboard .header {
  width: 100%;
  height: 90px;
  background-color: #f6f6f6;
  text-align: center;
}
#leaderboard .header ul {
  width: inherit;
  height: 90px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transform: translateY(33%);
  -ms-transform: translateY(33%);
  transform: translateY(33%);
}
#leaderboard .header li {
  display: inline;
  height: auto;
  width: auto;
  margin-right: 10px;
  color: #FF9F1C;
  margin-top: 0px;
}
#leaderboard .header .leaderboard-arrow-down .arrow:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  font-size: 1em;
  cursor: pointer;
}
#leaderboard .header .leaderboard-arrow-up .arrow:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f077";
  font-size: 1em;
  cursor: pointer;
}
#leaderboard .header li:hover:before {
  color: #7C3AED;
}
#leaderboard .header .leaderboard-info-text {
  font-family: "LovinSansWeb-Bold";
  font-size: 1em;
}
#leaderboard .header .leaderboard-info-text2 {
  font-family: "LovinSansWeb-Bold";
  font-size: 1em;
}
#leaderboard #leaderboard-list .item {
  background-color: #fff;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
#leaderboard #leaderboard-list {
  /* .item:nth-child(even) {
       background-color: #f6f6f6;
   }*/
}
#leaderboard #leaderboard-list .leaderboard-item {
  height: 90px;
  width: inherit;
  text-align: center;
}
#leaderboard #leaderboard-list .leaderboard-item ul {
  height: inherit;
  width: inherit;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#leaderboard #leaderboard-list .leaderboard-item li {
  display: inline;
  height: inherit;
  width: inherit;
  color: #FF9F1C;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-number {
  font-family: "LovinSansWeb-Bold";
  font-size: 1em;
  color: black;
  margin-right: 20px;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-burger {
  content: url("../img/temp/learderboard-temp-burger.png");
  width: 3em;
  height: auto;
  margin-bottom: -0.3em;
  margin-right: 20px;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-burger-name {
  display: inline-block;
  font-family: "LovinSansWeb-Regular";
  font-size: 1em;
  color: black;
  width: 20%;
  height: auto;
  max-width: 400px;
  margin-right: 20px;
  text-align: left;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-user-name {
  display: inline-block;
  font-family: "LovinSansWeb-Bold";
  font-size: 1em;
  color: black;
  width: 15%;
  height: auto;
  max-width: 300px;
  margin-right: 20px;
  text-align: left;
  white-space: nowrap;
  text-transform: capitalize;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-votes {
  font-family: "LovinSansWeb-Bold";
  font-size: 1em;
  color: #7C3AED;
  margin-right: 5px;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-votes-label {
  font-family: "LovinSansWeb-Regular";
  font-size: 0.75em;
  content: "votes";
  color: #7C3AED;
  margin-right: 20px;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-like-button .heart-sm {
  display: inline-block;
  background-image: url("../img/global/heart-sprite.png");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  width: 26px;
  height: 30px;
  background-position: 0px 0px;
  cursor: pointer;
  margin-bottom: -0.3em;
  margin-left: 5%;
}
#leaderboard #leaderboard-list .leaderboard-item .leaderboard-like-button .heart-sm:active {
  background-position: 0px -30px;
}
@media only screen and (max-width: 40em) {
  #leaderboard #leaderboard-list .leaderboard-item {
    height: 180px;
  }
  #leaderboard #leaderboard-list .leaderboard-item .tablet {
    display: none;
  }
  #leaderboard #leaderboard-list .leaderboard-item .leaderboard-burger-name {
    width: 30%;
    font-size: 0.7em;
  }
  #leaderboard #leaderboard-list .leaderboard-item .leaderboard-user-name {
    font-size: 0.7em;
    display: block;
  }
  #leaderboard #leaderboard-list .leaderboard-item {
    text-align: left;
  }
  #leaderboard #leaderboard #leaderboard ul {
    margin-left: 0;
  }
  #leaderboard #leaderboard #leaderboard-list .leaderboard-number {
    margin-right: 0;
  }
  #leaderboard #leaderboard #leaderboard-list .item {
    height: 180px;
  }
}
@media only screen and (min-width:40.063em) {
  #leaderboard .mobile {
    display: none;
  }
}
#hero_view {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#hero_view canvas {
  position: absolute;
  z-index: 2000;
  top: 0px;
  left: 0px;
  -webkit-transform: translate3d(0px, 0px, 1px);
}
#hero_view .stage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#hero_view .main-background,
#hero_view .user-background,
#hero_view .transition-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#hero_view .main-background {
  background-image: url("../img/backgrounds/skyline.jpg");
}
#hero_view .wood {
  position: absolute;
  width: 100%;
  height: 34%;
  bottom: -18px;
}
#hero_view .wood .table-transition {
  display: block;
  position: relative;
  width: 100%;
  height: 18px;
  background-image: url("../img/backgrounds/wood_transition.png");
}
#hero_view .wood .table-top {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/backgrounds/counter_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #hero_view .wood {
    /*height: 27%;*/
    /*bottom: 0;*/
  }
}
@media only screen and (max-width: 40em) {
  #hero_view .main-background,
  #hero_view .user-background,
  #hero_view .transition-background {
    height: 64%;
  }
  #hero_view .wood {
    /*height: 30%;*/
    bottom: 30px;
  }
}

.cta {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 40%;
  opacity: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.cta.fade {
  -webkit-animation: fade 2s;
  -moz-animation: fade 2s;
  animation: fade 2s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.title {
  width: 400px;
  position: absolute;
  top: 34%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stage-title {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 2%;
}
@media only screen and (max-width: 40em) {
  .stage-title {
    bottom: 3%;
  }
}
@media only screen and (min-width:120.063em) {
  .stage-title p {
    margin-bottom: 6em;
    font-size: 1.8em;
  }
}

.stage-title p {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #7C3AED;
}

#editor-modal {
  width: 100%;
  height: 100%;
}
#editor-modal .closeBtn {
  z-index: 1000;
}
#editor-modal .navbar-brand {
  z-index: 1000;
}
#editor-modal .burger-editor {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 52px);
}
#editor-modal .navbar-brand {
  margin: 15px 30px;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  background-image: url("../img/global/wordmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  #editor-modal #bottom-menu-burger-builder .mobile a {
    font-size: 0.8em;
    padding: 1.5em 0;
  }
}

@media small-only {
  .stage-title p {
    margin-bottom: 0.25em;
  }
  nav {
    background: none;
  }
  .navbar-brand {
    display: none;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .navbar-brand {
    width: 9em;
    height: 9em;
  }
}
@media only screen and (min-width:64.063em) {
  .navbar-brand {
    width: 8.4em;
    height: 8.4em;
  }
}
@media only screen and (min-width:120.063em) {
  .title #ingredient-title p {
    font-size: 1.6em;
  }
  .navbar-brand {
    width: 14em;
    height: 14em;
  }
}
/*.view-all-button {
    animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #FF4136;
  }
}*/
#burger-backgrounds {
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

#text-editor {
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #7C3AED;
  overflow-y: hidden;
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  body.body-landscape div {
    display: none;
  }
  body.body-landscape {
    height: 100%;
    width: 100%;
    background: #7C3AED url("../img/global/portrait.png") no-repeat 50% 50%;
    background-size: 300px 226px;
  }
}
.button.expand {
  height: 100%;
}

body > * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-text {
  text-transform: uppercase;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "LovinSansWeb-Regular";
  font-weight: lighter;
  color: white;
}

.social-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20000;
  position: absolute;
  border: 0px;
}

.off-canvas-wrap {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  min-height: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}

@media only screen and (max-width: 40em) {
  .right-off-canvas-menu .right-off-canvas-menu {
    left: inherit;
    max-width: 100%;
  }
}

.content {
  -webkit-transform: translate3d(0, 0, 1);
}
.content canvas {
  position: absolute;
  z-index: 2000;
  top: 0px;
}
.content {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.background,
.user-background,
.main-background {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
@media only screen and (min-width:64.063em) {
  .background {
    /*top:-80px;*/
    height: 100%;
  }
}
.background {
  left: 0;
  right: 0;
}
.background .overlay-closeBtn {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
.background .main-background {
  width: 100%;
  height: 75%;
  background-image: url("../img/backgrounds/skyline.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
.background .wood {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  -webkit-transform: translate3d(0px, 0px, 1px);
  -moz-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  -o-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
.background .wood .table-transition {
  display: block;
  position: relative;
  width: 100%;
  height: 18px;
  background-image: url("../img/backgrounds/wood_transition.png");
}
.background .wood .table-top {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/backgrounds/counter_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.below {
  position: absolute;
  width: 100%;
  top: 100%;
}
@media only screen and (min-width:64.063em) {
  .below {
    top: 100%;
  }
}

a {
  color: white;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

a:hover {
  color: #7C3AED;
}

a:active {
  color: #7C3AED;
}

@media only screen and (max-width: 40em) {
  .content {
    top: 0;
    /*height: calc( 100% - (90px + 63px) );*/
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .content {
    top: 0;
    min-height: 500px;
    /*height: calc( 100% - (50px + 52px) );*/
  }
}
@media only screen and (min-width:64.063em) {
  .content {
    top: 0;
    min-height: 500px;
    /*height: calc( 100% - (20px + 52px) );*/
  }
}
@media only screen and (min-width:120.063em) {
  .content {
    top: 0;
    min-height: 500px;
    /*height: calc( 100% - (20px + 120px) );*/
  }
}
#burger-view {
  text-align: center;
}
#burger-view #burger-background {
  position: relative;
  top: 20px;
}
#burger-view #burger-title {
  position: absolute;
  top: 0;
  width: 100%;
}
#burger-view h1 {
  font-family: "burfordrusticbook-bold";
  font-size: 2em;
}
#burger-view ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#burger-view #bun-top {
  position: absolute;
  top: 500px;
  width: 100%;
  z-index: 40;
}
#burger-view #toppings {
  position: absolute;
  top: 600px;
  width: 100%;
  z-index: 30;
}
#burger-view #cheese {
  position: absolute;
  top: 650px;
  width: 100%;
  z-index: 20;
}
#burger-view #patty {
  position: absolute;
  top: 700px;
  width: 100%;
  z-index: 10;
}
#burger-view #bun-bottom {
  position: absolute;
  top: 750px;
  width: 100%;
}

.heart-sm, .number-votes-sprite {
  display: none !important;
}

.dg input {
  font-family: "Helvetica";
  font-size: 12px;
  border-radius: 0;
  text-indent: 0px;
  height: auto;
}

.es #editor-modal #buttons-sheet .ingredient-button .label {
  font-size: 0.5em;
  margin: 0;
  line-height: 1.4;
  white-space: pre-wrap;
}