/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.page-location-search-form button:before, .btn-specials:after, .btn-read-more:after, .btn-black-wide:after, .btn-mobile-nav:before, .btn-mobile-location:before, .nav-footer a:before, #special-lightbox #special-lightbox-container #special-lightbox-content .special-container:before, .info-panel-in-store ul li a:before, .offer-listing ul li a:before, .section-search-tools .use-location:before, .section-search-tools .clear-location:before, .section-search-results .filter-title .btn-filter:before, .section-search-results .load-more span:before, .brand-closest .distance:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header-content h1, .breadcrumb, .section-content, .section-location-info .content-copy, .section-content-feature .copy, .section-search-tools {
  padding-left: 64px;
  padding-right: 64px; }

.info-panel-detail, .info-panel-in-store, .offer-listing {
  padding: 28px; }

.section-brand-contact {
  padding-left: 28px;
  padding-right: 28px; }

.section-content, .section-location-info .content-copy, .section-content-feature .copy, .section-search-tools, .section-search-results, .section-brand-contact {
  padding-top: 28px; }

.section-content, .section-content-feature .copy, .section-search-tools {
  padding-bottom: 28px; }

.info-panels {
  padding-left: 8px;
  padding-right: 8px; }

.info-tabs, .section-brand-contact {
  padding-bottom: 8px; }

.nav-footer-holder {
  margin-top: 28px; }

div[class^="section-"]:last-child, .no-footer-margin .section-content-feature, .section-search-results-map, .section-brand-contact {
  margin-bottom: 28px; }

.section-location-info, .section-content-feature {
  margin-bottom: 8px; }

@media only screen and (max-width: 980px) {
  .header-content h1, .breadcrumb, .section-content, .section-location-info .content-copy, .section-content-feature .copy, .section-search-tools {
    padding-left: 32px;
    padding-right: 32px; } }
@media only screen and (max-width: 650px) {
  .header-content h1, .breadcrumb, .section-content, .section-location-info .content-copy, .section-content-feature .copy, .section-search-tools {
    padding-left: 13px;
    padding-right: 13px; }

  .info-panel-detail, .info-panel-in-store, .offer-listing {
    padding: 13px; }

  .section-brand-contact {
    padding-left: 13px;
    padding-right: 13px; }

  .section-content, .section-location-info .content-copy, .section-content-feature .copy, .section-search-tools, .section-search-results, .section-brand-contact {
    padding-top: 13px; }

  .section-content, .section-content-feature .copy, .section-search-tools {
    padding-bottom: 13px; } }
/* ------------------------------------------------------------------------------
- LUNCHBOX.CSS
- Author: Sam Featherstone
- Direction: Desktop -> Mobile
- Breakpoint Start: 1600px
- Breakpoint End: 320px
- Breakpont Frequency: Every 50px
------------------------------------------------------------------------------ */
body, html {
  overflow-x: hidden; }

/* ---------------------------------------- */
/* --              BACKPACK              -- */
/* ---------------------------------------- */
.backpack {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .backpack {
    padding-left: 32px;
    padding-right: 32px; } }
/* ----- at 650px ----- */
@media only screen and (max-width: 650px) {
  .backpack {
    padding-left: 15px;
    padding-right: 15px; } }
/* ---------------------------------------- */
/* --              LUNCHBOX              -- */
/* ---------------------------------------- */
/* ----- default ----- */
.lunchbox {
  margin-right: -64px; }

.lunchbox.bottom > .lunch {
  margin-bottom: 64px; }

.lunch {
  border-right: 64px solid transparent; }

/* ----- medium ----- */
.lunchbox.medium {
  margin-right: -25px; }

.lunchbox.medium.bottom > .lunch {
  margin-bottom: 25px; }

.lunchbox.medium > .lunch {
  border-right: 25px solid transparent; }

/* ----- small ----- */
.lunchbox.small {
  margin-right: -8px; }

.lunchbox.small.bottom > .lunch {
  margin-bottom: 8px; }

.lunchbox.small > .lunch {
  border-right: 8px solid transparent; }

/* ----- small ----- */
@media only screen and (max-width: 1000px) {
  .lunchbox.small {
    margin-right: -5px; }

  .lunchbox.small.bottom > .lunch {
    margin-bottom: 5px; }

  .lunchbox.small > .lunch {
    border-right: 5px solid transparent; } }
/* ----- none ----- */
.lunchbox.none {
  margin-right: 0; }

.lunchbox.none.bottom > .lunch {
  margin-bottom: 0; }

.lunchbox.none > .lunch {
  border-right: none; }

/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .lunchbox {
    margin-right: -32px; }

  .lunch {
    border-right: 32px solid transparent; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 32px; } }
.lunchbox:before, .lunchbox:after {
  content: "";
  display: table; }

.lunchbox:after {
  clear: both; }

.lunch img, img.max, img.max-ib {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block; }

img.max-ib {
  display: inline-block; }

/* ---------------------------------------- */
/* --               LUNCH                -- */
/* ---------------------------------------- */
.lunch {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.lunch.right {
  float: right; }

/* ----- defaults ----- */
.lunch.c1of8 {
  width: 12.5%; }

.lunch.c2of8 {
  width: 25%; }

.lunch.c4of8 {
  width: 50%; }

.lunch.c6of8 {
  width: 75%; }

.lunch.c1of6 {
  width: 16.66666%; }

.lunch.c1of5 {
  width: 20%; }

.lunch.c1of4 {
  width: 25%; }

.lunch.c1of3 {
  width: 33.33333%; }

.lunch.c1of2 {
  width: 50%; }

.lunch.c2of6 {
  width: 33.33333%; }

.lunch.c2of5 {
  width: 40%; }

.lunch.c2of3 {
  width: 66.66666%; }

.lunch.c3of6 {
  width: 50%; }

.lunch.c3of5 {
  width: 60%; }

.lunch.c3of4 {
  width: 75%; }

.lunch.c4of6 {
  width: 66.66666%; }

.lunch.c4of5 {
  width: 80%; }

.lunch.c5of6 {
  width: 83.33333%; }

.lunch.c1of1 {
  width: 100%; }

/* ----- at 1600px ----- */
@media only screen and (max-width: 1600px) {
  .lunch.at1600left {
    float: left; }

  .lunch.at1600right {
    float: right; }

  .lunch.at1600c1of6 {
    width: 16.66666%; }

  .lunch.at1600c1of5 {
    width: 20%; }

  .lunch.at1600c1of4 {
    width: 25%; }

  .lunch.at1600c1of3 {
    width: 33.33333%; }

  .lunch.at1600c1of2 {
    width: 50%; }

  .lunch.at1600c2of6 {
    width: 33.33333%; }

  .lunch.at1600c2of5 {
    width: 40%; }

  .lunch.at1600c2of3 {
    width: 66.66666%; }

  .lunch.at1600c3of6 {
    width: 50%; }

  .lunch.at1600c3of5 {
    width: 60%; }

  .lunch.at1600c3of4 {
    width: 75%; }

  .lunch.at1600c4of6 {
    width: 66.66666%; }

  .lunch.at1600c4of5 {
    width: 80%; }

  .lunch.at1600c5of6 {
    width: 83.33333%; }

  .lunch.at1600c1of1 {
    width: 100%; } }
/* ----- at 1550px ----- */
@media only screen and (max-width: 1550px) {
  .lunch.at1550left {
    float: left; }

  .lunch.at1550right {
    float: right; }

  .lunch.at1550c1of6 {
    width: 16.66666%; }

  .lunch.at1550c1of5 {
    width: 20%; }

  .lunch.at1550c1of4 {
    width: 25%; }

  .lunch.at1550c1of3 {
    width: 33.33333%; }

  .lunch.at1550c1of2 {
    width: 50%; }

  .lunch.at1550c2of6 {
    width: 33.33333%; }

  .lunch.at1550c2of5 {
    width: 40%; }

  .lunch.at1550c2of3 {
    width: 66.66666%; }

  .lunch.at1550c3of6 {
    width: 50%; }

  .lunch.at1550c3of5 {
    width: 60%; }

  .lunch.at1550c3of4 {
    width: 75%; }

  .lunch.at1550c4of6 {
    width: 66.66666%; }

  .lunch.at1550c4of5 {
    width: 80%; }

  .lunch.at1550c5of6 {
    width: 83.33333%; }

  .lunch.at1550c1of1 {
    width: 100%; } }
/* ----- at 1500px ----- */
@media only screen and (max-width: 1500px) {
  .lunch.at1500left {
    float: left; }

  .lunch.at1500right {
    float: right; }

  .lunch.at1500c1of6 {
    width: 16.66666%; }

  .lunch.at1500c1of5 {
    width: 20%; }

  .lunch.at1500c1of4 {
    width: 25%; }

  .lunch.at1500c1of3 {
    width: 33.33333%; }

  .lunch.at1500c1of2 {
    width: 50%; }

  .lunch.at1500c2of6 {
    width: 33.33333%; }

  .lunch.at1500c2of5 {
    width: 40%; }

  .lunch.at1500c2of3 {
    width: 66.66666%; }

  .lunch.at1500c3of6 {
    width: 50%; }

  .lunch.at1500c3of5 {
    width: 60%; }

  .lunch.at1500c3of4 {
    width: 75%; }

  .lunch.at1500c4of6 {
    width: 66.66666%; }

  .lunch.at1500c4of5 {
    width: 80%; }

  .lunch.at1500c5of6 {
    width: 83.33333%; }

  .lunch.at1500c1of1 {
    width: 100%; } }
/* ----- at 1450px ----- */
@media only screen and (max-width: 1450px) {
  .lunch.at1450left {
    float: left; }

  .lunch.at1450right {
    float: right; }

  .lunch.at1450c1of6 {
    width: 16.66666%; }

  .lunch.at1450c1of5 {
    width: 20%; }

  .lunch.at1450c1of4 {
    width: 25%; }

  .lunch.at1450c1of3 {
    width: 33.33333%; }

  .lunch.at1450c1of2 {
    width: 50%; }

  .lunch.at1450c2of6 {
    width: 33.33333%; }

  .lunch.at1450c2of5 {
    width: 40%; }

  .lunch.at1450c2of3 {
    width: 66.66666%; }

  .lunch.at1450c3of6 {
    width: 50%; }

  .lunch.at1450c3of5 {
    width: 60%; }

  .lunch.at1450c3of4 {
    width: 75%; }

  .lunch.at1450c4of6 {
    width: 66.66666%; }

  .lunch.at1450c4of5 {
    width: 80%; }

  .lunch.at1450c5of6 {
    width: 83.33333%; }

  .lunch.at1450c1of1 {
    width: 100%; } }
/* ----- at 1400px ----- */
@media only screen and (max-width: 1400px) {
  .lunch.at1400left {
    float: left; }

  .lunch.at1400right {
    float: right; }

  .lunch.at1400c1of6 {
    width: 16.66666%; }

  .lunch.at1400c1of5 {
    width: 20%; }

  .lunch.at1400c1of4 {
    width: 25%; }

  .lunch.at1400c1of3 {
    width: 33.33333%; }

  .lunch.at1400c1of2 {
    width: 50%; }

  .lunch.at1400c2of6 {
    width: 33.33333%; }

  .lunch.at1400c2of5 {
    width: 40%; }

  .lunch.at1400c2of3 {
    width: 66.66666%; }

  .lunch.at1400c3of6 {
    width: 50%; }

  .lunch.at1400c3of5 {
    width: 60%; }

  .lunch.at1400c3of4 {
    width: 75%; }

  .lunch.at1400c4of6 {
    width: 66.66666%; }

  .lunch.at1400c4of5 {
    width: 80%; }

  .lunch.at1400c5of6 {
    width: 83.33333%; }

  .lunch.at1400c1of1 {
    width: 100%; } }
/* ----- at 1350px ----- */
@media only screen and (max-width: 1350px) {
  .lunch.at1350left {
    float: left; }

  .lunch.at1350right {
    float: right; }

  .lunch.at1350c1of6 {
    width: 16.66666%; }

  .lunch.at1350c1of5 {
    width: 20%; }

  .lunch.at1350c1of4 {
    width: 25%; }

  .lunch.at1350c1of3 {
    width: 33.33333%; }

  .lunch.at1350c1of2 {
    width: 50%; }

  .lunch.at1350c2of6 {
    width: 33.33333%; }

  .lunch.at1350c2of5 {
    width: 40%; }

  .lunch.at1350c2of3 {
    width: 66.66666%; }

  .lunch.at1350c3of6 {
    width: 50%; }

  .lunch.at1350c3of5 {
    width: 60%; }

  .lunch.at1350c3of4 {
    width: 75%; }

  .lunch.at1350c4of6 {
    width: 66.66666%; }

  .lunch.at1350c4of5 {
    width: 80%; }

  .lunch.at1350c5of6 {
    width: 83.33333%; }

  .lunch.at1350c1of1 {
    width: 100%; } }
/* ----- at 1300px ----- */
@media only screen and (max-width: 1300px) {
  .lunch.at1300left {
    float: left; }

  .lunch.at1300right {
    float: right; }

  .lunch.at1300c1of6 {
    width: 16.66666%; }

  .lunch.at1300c1of5 {
    width: 20%; }

  .lunch.at1300c1of4 {
    width: 25%; }

  .lunch.at1300c1of3 {
    width: 33.33333%; }

  .lunch.at1300c1of2 {
    width: 50%; }

  .lunch.at1300c2of6 {
    width: 33.33333%; }

  .lunch.at1300c2of5 {
    width: 40%; }

  .lunch.at1300c2of3 {
    width: 66.66666%; }

  .lunch.at1300c3of6 {
    width: 50%; }

  .lunch.at1300c3of5 {
    width: 60%; }

  .lunch.at1300c3of4 {
    width: 75%; }

  .lunch.at1300c4of6 {
    width: 66.66666%; }

  .lunch.at1300c4of5 {
    width: 80%; }

  .lunch.at1300c5of6 {
    width: 83.33333%; }

  .lunch.at1300c1of1 {
    width: 100%; } }
/* ----- at 1250px ----- */
@media only screen and (max-width: 1250px) {
  .lunch.at1250left {
    float: left; }

  .lunch.at1250right {
    float: right; }

  .lunch.at1250c1of6 {
    width: 16.66666%; }

  .lunch.at1250c1of5 {
    width: 20%; }

  .lunch.at1250c1of4 {
    width: 25%; }

  .lunch.at1250c1of3 {
    width: 33.33333%; }

  .lunch.at1250c1of2 {
    width: 50%; }

  .lunch.at1250c2of6 {
    width: 33.33333%; }

  .lunch.at1250c2of5 {
    width: 40%; }

  .lunch.at1250c2of3 {
    width: 66.66666%; }

  .lunch.at1250c3of6 {
    width: 50%; }

  .lunch.at1250c3of5 {
    width: 60%; }

  .lunch.at1250c3of4 {
    width: 75%; }

  .lunch.at1250c4of6 {
    width: 66.66666%; }

  .lunch.at1250c4of5 {
    width: 80%; }

  .lunch.at1250c5of6 {
    width: 83.33333%; }

  .lunch.at1250c1of1 {
    width: 100%; } }
/* ----- at 1200px ----- */
@media only screen and (max-width: 1200px) {
  .lunch.at1200left {
    float: left; }

  .lunch.at1200right {
    float: right; }

  .lunch.at1200c1of6 {
    width: 16.66666%; }

  .lunch.at1200c1of5 {
    width: 20%; }

  .lunch.at1200c1of4 {
    width: 25%; }

  .lunch.at1200c1of3 {
    width: 33.33333%; }

  .lunch.at1200c1of2 {
    width: 50%; }

  .lunch.at1200c2of6 {
    width: 33.33333%; }

  .lunch.at1200c2of5 {
    width: 40%; }

  .lunch.at1200c2of3 {
    width: 66.66666%; }

  .lunch.at1200c3of6 {
    width: 50%; }

  .lunch.at1200c3of5 {
    width: 60%; }

  .lunch.at1200c3of4 {
    width: 75%; }

  .lunch.at1200c4of6 {
    width: 66.66666%; }

  .lunch.at1200c4of5 {
    width: 80%; }

  .lunch.at1200c5of6 {
    width: 83.33333%; }

  .lunch.at1200c1of1 {
    width: 100%; } }
/* ----- at 1150px ----- */
@media only screen and (max-width: 1150px) {
  .lunch.at1150left {
    float: left; }

  .lunch.at1150right {
    float: right; }

  .lunch.at1150c1of6 {
    width: 16.66666%; }

  .lunch.at1150c1of5 {
    width: 20%; }

  .lunch.at1150c1of4 {
    width: 25%; }

  .lunch.at1150c1of3 {
    width: 33.33333%; }

  .lunch.at1150c1of2 {
    width: 50%; }

  .lunch.at1150c2of6 {
    width: 33.33333%; }

  .lunch.at1150c2of5 {
    width: 40%; }

  .lunch.at1150c2of3 {
    width: 66.66666%; }

  .lunch.at1150c3of6 {
    width: 50%; }

  .lunch.at1150c3of5 {
    width: 60%; }

  .lunch.at1150c3of4 {
    width: 75%; }

  .lunch.at1150c4of6 {
    width: 66.66666%; }

  .lunch.at1150c4of5 {
    width: 80%; }

  .lunch.at1150c5of6 {
    width: 83.33333%; }

  .lunch.at1150c1of1 {
    width: 100%; } }
/* ----- at 1100px ----- */
@media only screen and (max-width: 1100px) {
  .lunch.at1100left {
    float: left; }

  .lunch.at1100right {
    float: right; }

  .lunch.at1100c1of6 {
    width: 16.66666%; }

  .lunch.at1100c1of5 {
    width: 20%; }

  .lunch.at1100c1of4 {
    width: 25%; }

  .lunch.at1100c1of3 {
    width: 33.33333%; }

  .lunch.at1100c1of2 {
    width: 50%; }

  .lunch.at1100c2of6 {
    width: 33.33333%; }

  .lunch.at1100c2of5 {
    width: 40%; }

  .lunch.at1100c2of3 {
    width: 66.66666%; }

  .lunch.at1100c3of6 {
    width: 50%; }

  .lunch.at1100c3of5 {
    width: 60%; }

  .lunch.at1100c3of4 {
    width: 75%; }

  .lunch.at1100c4of6 {
    width: 66.66666%; }

  .lunch.at1100c4of5 {
    width: 80%; }

  .lunch.at1100c5of6 {
    width: 83.33333%; }

  .lunch.at1100c1of1 {
    width: 100%; } }
/* ----- at 1050px ----- */
@media only screen and (max-width: 1050px) {
  .lunch.at1050left {
    float: left; }

  .lunch.at1050right {
    float: right; }

  .lunch.at1050c1of6 {
    width: 16.66666%; }

  .lunch.at1050c1of5 {
    width: 20%; }

  .lunch.at1050c1of4 {
    width: 25%; }

  .lunch.at1050c1of3 {
    width: 33.33333%; }

  .lunch.at1050c1of2 {
    width: 50%; }

  .lunch.at1050c2of6 {
    width: 33.33333%; }

  .lunch.at1050c2of5 {
    width: 40%; }

  .lunch.at1050c2of3 {
    width: 66.66666%; }

  .lunch.at1050c3of6 {
    width: 50%; }

  .lunch.at1050c3of5 {
    width: 60%; }

  .lunch.at1050c3of4 {
    width: 75%; }

  .lunch.at1050c4of6 {
    width: 66.66666%; }

  .lunch.at1050c4of5 {
    width: 80%; }

  .lunch.at1050c5of6 {
    width: 83.33333%; }

  .lunch.at1050c1of1 {
    width: 100%; } }
/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .lunch.at1000left {
    float: left; }

  .lunch.at1000right {
    float: right; }

  .lunch.at1000c1of6 {
    width: 16.66666%; }

  .lunch.at1000c1of5 {
    width: 20%; }

  .lunch.at1000c1of4 {
    width: 25%; }

  .lunch.at1000c1of3 {
    width: 33.33333%; }

  .lunch.at1000c1of2 {
    width: 50%; }

  .lunch.at1000c2of6 {
    width: 33.33333%; }

  .lunch.at1000c2of5 {
    width: 40%; }

  .lunch.at1000c2of3 {
    width: 66.66666%; }

  .lunch.at1000c3of6 {
    width: 50%; }

  .lunch.at1000c3of5 {
    width: 60%; }

  .lunch.at1000c3of4 {
    width: 75%; }

  .lunch.at1000c4of6 {
    width: 66.66666%; }

  .lunch.at1000c4of5 {
    width: 80%; }

  .lunch.at1000c5of6 {
    width: 83.33333%; }

  .lunch.at1000c1of1 {
    width: 100%; } }
/* ----- at 950px ----- */
@media only screen and (max-width: 950px) {
  .lunch.at950left {
    float: left; }

  .lunch.at950right {
    float: right; }

  .lunch.at950c1of6 {
    width: 16.66666%; }

  .lunch.at950c1of5 {
    width: 20%; }

  .lunch.at950c1of4 {
    width: 25%; }

  .lunch.at950c1of3 {
    width: 33.33333%; }

  .lunch.at950c1of2 {
    width: 50%; }

  .lunch.at950c2of6 {
    width: 33.33333%; }

  .lunch.at950c2of5 {
    width: 40%; }

  .lunch.at950c2of3 {
    width: 66.66666%; }

  .lunch.at950c3of6 {
    width: 50%; }

  .lunch.at950c3of5 {
    width: 60%; }

  .lunch.at950c3of4 {
    width: 75%; }

  .lunch.at950c4of6 {
    width: 66.66666%; }

  .lunch.at950c4of5 {
    width: 80%; }

  .lunch.at950c5of6 {
    width: 83.33333%; }

  .lunch.at950c1of1 {
    width: 100%; } }
/* ----- at 900px ----- */
@media only screen and (max-width: 900px) {
  .lunch.at900left {
    float: left; }

  .lunch.at900right {
    float: right; }

  .lunch.at900c1of6 {
    width: 16.66666%; }

  .lunch.at900c1of5 {
    width: 20%; }

  .lunch.at900c1of4 {
    width: 25%; }

  .lunch.at900c1of3 {
    width: 33.33333%; }

  .lunch.at900c1of2 {
    width: 50%; }

  .lunch.at900c2of6 {
    width: 33.33333%; }

  .lunch.at900c2of5 {
    width: 40%; }

  .lunch.at900c2of3 {
    width: 66.66666%; }

  .lunch.at900c3of6 {
    width: 50%; }

  .lunch.at900c3of5 {
    width: 60%; }

  .lunch.at900c3of4 {
    width: 75%; }

  .lunch.at900c4of6 {
    width: 66.66666%; }

  .lunch.at900c4of5 {
    width: 80%; }

  .lunch.at900c5of6 {
    width: 83.33333%; }

  .lunch.at900c1of1 {
    width: 100%; } }
/* ----- at 850px ----- */
@media only screen and (max-width: 850px) {
  .lunch.at850left {
    float: left; }

  .lunch.at850right {
    float: right; }

  .lunch.at850c1of6 {
    width: 16.66666%; }

  .lunch.at850c1of5 {
    width: 20%; }

  .lunch.at850c1of4 {
    width: 25%; }

  .lunch.at850c1of3 {
    width: 33.33333%; }

  .lunch.at850c1of2 {
    width: 50%; }

  .lunch.at850c2of6 {
    width: 33.33333%; }

  .lunch.at850c2of5 {
    width: 40%; }

  .lunch.at850c2of3 {
    width: 66.66666%; }

  .lunch.at850c3of6 {
    width: 50%; }

  .lunch.at850c3of5 {
    width: 60%; }

  .lunch.at850c3of4 {
    width: 75%; }

  .lunch.at850c4of6 {
    width: 66.66666%; }

  .lunch.at850c4of5 {
    width: 80%; }

  .lunch.at850c5of6 {
    width: 83.33333%; }

  .lunch.at850c1of1 {
    width: 100%; } }
/* ----- at 800px ----- */
@media only screen and (max-width: 800px) {
  .lunch.at800left {
    float: left; }

  .lunch.at800right {
    float: right; }

  .lunch.at800c1of6 {
    width: 16.66666%; }

  .lunch.at800c1of5 {
    width: 20%; }

  .lunch.at800c1of4 {
    width: 25%; }

  .lunch.at800c1of3 {
    width: 33.33333%; }

  .lunch.at800c1of2 {
    width: 50%; }

  .lunch.at800c2of6 {
    width: 33.33333%; }

  .lunch.at800c2of5 {
    width: 40%; }

  .lunch.at800c2of3 {
    width: 66.66666%; }

  .lunch.at800c3of6 {
    width: 50%; }

  .lunch.at800c3of5 {
    width: 60%; }

  .lunch.at800c3of4 {
    width: 75%; }

  .lunch.at800c4of6 {
    width: 66.66666%; }

  .lunch.at800c4of5 {
    width: 80%; }

  .lunch.at800c5of6 {
    width: 83.33333%; }

  .lunch.at800c1of1 {
    width: 100%; } }
/* ----- at 750px ----- */
@media only screen and (max-width: 750px) {
  .lunch.at750left {
    float: left; }

  .lunch.at750right {
    float: right; }

  .lunch.at750c1of6 {
    width: 16.66666%; }

  .lunch.at750c1of5 {
    width: 20%; }

  .lunch.at750c1of4 {
    width: 25%; }

  .lunch.at750c1of3 {
    width: 33.33333%; }

  .lunch.at750c1of2 {
    width: 50%; }

  .lunch.at750c2of6 {
    width: 33.33333%; }

  .lunch.at750c2of5 {
    width: 40%; }

  .lunch.at750c2of3 {
    width: 66.66666%; }

  .lunch.at750c3of6 {
    width: 50%; }

  .lunch.at750c3of5 {
    width: 60%; }

  .lunch.at750c3of4 {
    width: 75%; }

  .lunch.at750c4of6 {
    width: 66.66666%; }

  .lunch.at750c4of5 {
    width: 80%; }

  .lunch.at750c5of6 {
    width: 83.33333%; }

  .lunch.at750c1of1 {
    width: 100%; } }
/* ----- at 700px ----- */
@media only screen and (max-width: 700px) {
  .lunch.at700left {
    float: left; }

  .lunch.at700right {
    float: right; }

  .lunch.at700c1of6 {
    width: 16.66666%; }

  .lunch.at700c1of5 {
    width: 20%; }

  .lunch.at700c1of4 {
    width: 25%; }

  .lunch.at700c1of3 {
    width: 33.33333%; }

  .lunch.at700c1of2 {
    width: 50%; }

  .lunch.at700c2of6 {
    width: 33.33333%; }

  .lunch.at700c2of5 {
    width: 40%; }

  .lunch.at700c2of3 {
    width: 66.66666%; }

  .lunch.at700c3of6 {
    width: 50%; }

  .lunch.at700c3of5 {
    width: 60%; }

  .lunch.at700c3of4 {
    width: 75%; }

  .lunch.at700c4of6 {
    width: 66.66666%; }

  .lunch.at700c4of5 {
    width: 80%; }

  .lunch.at700c5of6 {
    width: 83.33333%; }

  .lunch.at700c1of1 {
    width: 100%; } }
/* ----- at 650px ----- */
@media only screen and (max-width: 650px) {
  .lunch.at650left {
    float: left; }

  .lunch.at650right {
    float: right; }

  .lunch.at650c1of6 {
    width: 16.66666%; }

  .lunch.at650c1of5 {
    width: 20%; }

  .lunch.at650c1of4 {
    width: 25%; }

  .lunch.at650c1of3 {
    width: 33.33333%; }

  .lunch.at650c1of2 {
    width: 50%; }

  .lunch.at650c2of6 {
    width: 33.33333%; }

  .lunch.at650c2of5 {
    width: 40%; }

  .lunch.at650c2of3 {
    width: 66.66666%; }

  .lunch.at650c3of6 {
    width: 50%; }

  .lunch.at650c3of5 {
    width: 60%; }

  .lunch.at650c3of4 {
    width: 75%; }

  .lunch.at650c4of6 {
    width: 66.66666%; }

  .lunch.at650c4of5 {
    width: 80%; }

  .lunch.at650c5of6 {
    width: 83.33333%; }

  .lunch.at650c1of1 {
    width: 100%; } }
/* ----- at 600px ----- */
@media only screen and (max-width: 600px) {
  .lunch.at600left {
    float: left; }

  .lunch.at600right {
    float: right; }

  .lunch.at600c1of6 {
    width: 16.66666%; }

  .lunch.at600c1of5 {
    width: 20%; }

  .lunch.at600c1of4 {
    width: 25%; }

  .lunch.at600c1of3 {
    width: 33.33333%; }

  .lunch.at600c1of2 {
    width: 50%; }

  .lunch.at600c2of6 {
    width: 33.33333%; }

  .lunch.at600c2of5 {
    width: 40%; }

  .lunch.at600c2of3 {
    width: 66.66666%; }

  .lunch.at600c3of6 {
    width: 50%; }

  .lunch.at600c3of5 {
    width: 60%; }

  .lunch.at600c3of4 {
    width: 75%; }

  .lunch.at600c4of6 {
    width: 66.66666%; }

  .lunch.at600c4of5 {
    width: 80%; }

  .lunch.at600c5of6 {
    width: 83.33333%; }

  .lunch.at600c1of1 {
    width: 100%; } }
/* ----- at 550px ----- */
@media only screen and (max-width: 550px) {
  .lunch.at550left {
    float: left; }

  .lunch.at550right {
    float: right; }

  .lunch.at550c1of6 {
    width: 16.66666%; }

  .lunch.at550c1of5 {
    width: 20%; }

  .lunch.at550c1of4 {
    width: 25%; }

  .lunch.at550c1of3 {
    width: 33.33333%; }

  .lunch.at550c1of2 {
    width: 50%; }

  .lunch.at550c2of6 {
    width: 33.33333%; }

  .lunch.at550c2of5 {
    width: 40%; }

  .lunch.at550c2of3 {
    width: 66.66666%; }

  .lunch.at550c3of6 {
    width: 50%; }

  .lunch.at550c3of5 {
    width: 60%; }

  .lunch.at550c3of4 {
    width: 75%; }

  .lunch.at550c4of6 {
    width: 66.66666%; }

  .lunch.at550c4of5 {
    width: 80%; }

  .lunch.at550c5of6 {
    width: 83.33333%; }

  .lunch.at550c1of1 {
    width: 100%; } }
/* ----- at 500px ----- */
@media only screen and (max-width: 500px) {
  .lunch.at500left {
    float: left; }

  .lunch.at500right {
    float: right; }

  .lunch.at500c1of6 {
    width: 16.66666%; }

  .lunch.at500c1of5 {
    width: 20%; }

  .lunch.at500c1of4 {
    width: 25%; }

  .lunch.at500c1of3 {
    width: 33.33333%; }

  .lunch.at500c1of2 {
    width: 50%; }

  .lunch.at500c2of6 {
    width: 33.33333%; }

  .lunch.at500c2of5 {
    width: 40%; }

  .lunch.at500c2of3 {
    width: 66.66666%; }

  .lunch.at500c3of6 {
    width: 50%; }

  .lunch.at500c3of5 {
    width: 60%; }

  .lunch.at500c3of4 {
    width: 75%; }

  .lunch.at500c4of6 {
    width: 66.66666%; }

  .lunch.at500c4of5 {
    width: 80%; }

  .lunch.at500c5of6 {
    width: 83.33333%; }

  .lunch.at500c1of1 {
    width: 100%; } }
/* ----- at 450px ----- */
@media only screen and (max-width: 450px) {
  .lunch.at450left {
    float: left; }

  .lunch.at450right {
    float: right; }

  .lunch.at450c1of6 {
    width: 16.66666%; }

  .lunch.at450c1of5 {
    width: 20%; }

  .lunch.at450c1of4 {
    width: 25%; }

  .lunch.at450c1of3 {
    width: 33.33333%; }

  .lunch.at450c1of2 {
    width: 50%; }

  .lunch.at450c2of6 {
    width: 33.33333%; }

  .lunch.at450c2of5 {
    width: 40%; }

  .lunch.at450c2of3 {
    width: 66.66666%; }

  .lunch.at450c3of6 {
    width: 50%; }

  .lunch.at450c3of5 {
    width: 60%; }

  .lunch.at450c3of4 {
    width: 75%; }

  .lunch.at450c4of6 {
    width: 66.66666%; }

  .lunch.at450c4of5 {
    width: 80%; }

  .lunch.at450c5of6 {
    width: 83.33333%; }

  .lunch.at450c1of1 {
    width: 100%; } }
/* ----- at 400px ----- */
@media only screen and (max-width: 400px) {
  .lunch.at400left {
    float: left; }

  .lunch.at400right {
    float: right; }

  .lunch.at400c1of6 {
    width: 16.66666%; }

  .lunch.at400c1of5 {
    width: 20%; }

  .lunch.at400c1of4 {
    width: 25%; }

  .lunch.at400c1of3 {
    width: 33.33333%; }

  .lunch.at400c1of2 {
    width: 50%; }

  .lunch.at400c2of6 {
    width: 33.33333%; }

  .lunch.at400c2of5 {
    width: 40%; }

  .lunch.at400c2of3 {
    width: 66.66666%; }

  .lunch.at400c3of6 {
    width: 50%; }

  .lunch.at400c3of5 {
    width: 60%; }

  .lunch.at400c3of4 {
    width: 75%; }

  .lunch.at400c4of6 {
    width: 66.66666%; }

  .lunch.at400c4of5 {
    width: 80%; }

  .lunch.at400c5of6 {
    width: 83.33333%; }

  .lunch.at400c1of1 {
    width: 100%; } }
/* ----- at 350px ----- */
@media only screen and (max-width: 350px) {
  .lunch.at350left {
    float: left; }

  .lunch.at350right {
    float: right; }

  .lunch.at350c1of6 {
    width: 16.66666%; }

  .lunch.at350c1of5 {
    width: 20%; }

  .lunch.at350c1of4 {
    width: 25%; }

  .lunch.at350c1of3 {
    width: 33.33333%; }

  .lunch.at350c1of2 {
    width: 50%; }

  .lunch.at350c2of6 {
    width: 33.33333%; }

  .lunch.at350c2of5 {
    width: 40%; }

  .lunch.at350c2of3 {
    width: 66.66666%; }

  .lunch.at350c3of6 {
    width: 50%; }

  .lunch.at350c3of5 {
    width: 60%; }

  .lunch.at350c3of4 {
    width: 75%; }

  .lunch.at350c4of6 {
    width: 66.66666%; }

  .lunch.at350c4of5 {
    width: 80%; }

  .lunch.at350c5of6 {
    width: 83.33333%; }

  .lunch.at350c1of1 {
    width: 100%; } }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

.royalSlider * {
  -webkit-backface-visibility: hidden; }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF; }

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px; }

.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px; }

.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url("../../images/rs-minimal-white.png") transparent;
  border-radius: 2px; }

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px; }

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px; }

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

.rsMinW .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px; }

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.rsMinW .rsBullet.rsNavSelected span {
  background: #e0df00; }

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: auto; }

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%; }

.rsMinW .rsThumb.rsNavSelected {
  background: #333; }

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7; }

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden; }

.rsMinW .rsTmb {
  display: block; }

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../../images/rs-minimal-white.png"); }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px; }

  .rsMinW .rsThumbsHor {
    height: 44px; }

  .rsMinW .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear, to bottom, #fefefe, #f4f4f4;
  *display: inline;
  *zoom: 1; }

.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear, to bottom, #ACACAC, #BBB; }

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../../images/rs-minimal-white.png") 0 0 transparent; }

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8; }

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../../images/rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../../images/rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.copy, .copy, .copy-light, .copy-dark, .section-location-info .content-copy, .info-panel-detail, .section-search-results {
  font-size: 16px;
  line-height: 1.6; }
  @media screen and (max-width: 650px) {
    .copy, .copy, .copy-light, .copy-dark, .section-location-info .content-copy, .info-panel-detail, .section-search-results {
      font-size: 12px; } }
  .copy ul, .copy ol, .copy p, .copy ul, .copy-light ul, .copy-dark ul, .section-location-info .content-copy ul, .info-panel-detail ul, .section-search-results ul, .copy ol, .copy-light ol, .copy-dark ol, .section-location-info .content-copy ol, .info-panel-detail ol, .section-search-results ol, .copy p, .copy-light p, .copy-dark p, .section-location-info .content-copy p, .info-panel-detail p, .section-search-results p {
    margin-bottom: 20px; }
  .copy ul, .copy ul, .copy-light ul, .copy-dark ul, .section-location-info .content-copy ul, .info-panel-detail ul, .section-search-results ul {
    list-style-type: disc;
    margin-left: 30px; }
    .copy ul li, .copy ul li, .copy-light ul li, .copy-dark ul li, .section-location-info .content-copy ul li, .info-panel-detail ul li, .section-search-results ul li {
      margin: 6px 0; }
  .copy strong, .copy strong, .copy-light strong, .copy-dark strong, .section-location-info .content-copy strong, .info-panel-detail strong, .section-search-results strong {
    font-weight: bold; }
  .copy i, .copy i, .copy-light i, .copy-dark i, .section-location-info .content-copy i, .info-panel-detail i, .section-search-results i {
    font-style: italic; }
  .copy h1, .copy h1, .copy-light h1, .copy-dark h1, .section-location-info .content-copy h1, .info-panel-detail h1, .section-search-results h1 {
    font-size: 26px;
    margin-bottom: 12px; }
  .copy h2, .copy h2, .copy-light h2, .copy-dark h2, .section-location-info .content-copy h2, .info-panel-detail h2, .section-search-results h2 {
    font-size: 20px;
    margin-bottom: 12px; }
  .copy h3, .copy h3, .copy-light h3, .copy-dark h3, .section-location-info .content-copy h3, .info-panel-detail h3, .section-search-results h3 {
    font-size: 18px;
    margin-bottom: 12px; }
  .copy h4, .copy h4, .copy-light h4, .copy-dark h4, .section-location-info .content-copy h4, .info-panel-detail h4, .section-search-results h4 {
    font-size: 16px;
    margin-bottom: 12px; }
  .copy h5, .copy h5, .copy-light h5, .copy-dark h5, .section-location-info .content-copy h5, .info-panel-detail h5, .section-search-results h5 {
    font-size: 14px;
    margin-bottom: 12px; }
  .copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h1, .copy-light h1, .copy-dark h1, .section-location-info .content-copy h1, .info-panel-detail h1, .section-search-results h1, .copy h2, .copy-light h2, .copy-dark h2, .section-location-info .content-copy h2, .info-panel-detail h2, .section-search-results h2, .copy h3, .copy-light h3, .copy-dark h3, .section-location-info .content-copy h3, .info-panel-detail h3, .section-search-results h3, .copy h4, .copy-light h4, .copy-dark h4, .section-location-info .content-copy h4, .info-panel-detail h4, .section-search-results h4, .copy h5, .copy-light h5, .copy-dark h5, .section-location-info .content-copy h5, .info-panel-detail h5, .section-search-results h5 {
    font-weight: bold; }
    .copy h1.heading, .copy h2.heading, .copy h3.heading, .copy h4.heading, .copy h5.heading, .copy h1.heading, .copy-light h1.heading, .copy-dark h1.heading, .section-location-info .content-copy h1.heading, .info-panel-detail h1.heading, .section-search-results h1.heading, .copy h2.heading, .copy-light h2.heading, .copy-dark h2.heading, .section-location-info .content-copy h2.heading, .info-panel-detail h2.heading, .section-search-results h2.heading, .copy h3.heading, .copy-light h3.heading, .copy-dark h3.heading, .section-location-info .content-copy h3.heading, .info-panel-detail h3.heading, .section-search-results h3.heading, .copy h4.heading, .copy-light h4.heading, .copy-dark h4.heading, .section-location-info .content-copy h4.heading, .info-panel-detail h4.heading, .section-search-results h4.heading, .copy h5.heading, .copy-light h5.heading, .copy-dark h5.heading, .section-location-info .content-copy h5.heading, .info-panel-detail h5.heading, .section-search-results h5.heading {
      margin: 0; }
  .copy em, .copy em, .copy-light em, .copy-dark em, .section-location-info .content-copy em, .info-panel-detail em, .section-search-results em {
    font-style: italic; }
  .copy strong, .copy strong, .copy-light strong, .copy-dark strong, .section-location-info .content-copy strong, .info-panel-detail strong, .section-search-results strong {
    font-weight: bold; }

.copy, .copy, .copy-light, .copy-dark, .section-location-info .content-copy, .info-panel-detail, .section-search-results, .copy-light {
  color: #000; }
  .copy a, .copy a, .copy-light a, .copy-dark a, .section-location-info .content-copy a, .info-panel-detail a, .section-search-results a, .copy-light a {
    color: #000; }
  .copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h1, .copy-light h1, .copy-dark h1, .section-location-info .content-copy h1, .info-panel-detail h1, .section-search-results h1, .copy h2, .copy-light h2, .copy-dark h2, .section-location-info .content-copy h2, .info-panel-detail h2, .section-search-results h2, .copy h3, .copy-light h3, .copy-dark h3, .section-location-info .content-copy h3, .info-panel-detail h3, .section-search-results h3, .copy h4, .copy-light h4, .copy-dark h4, .section-location-info .content-copy h4, .info-panel-detail h4, .section-search-results h4, .copy h5, .copy-light h5, .copy-dark h5, .section-location-info .content-copy h5, .info-panel-detail h5, .section-search-results h5, .copy-light h1, .copy-light h2, .copy-light h3, .copy-light h4, .copy-light h5 {
    /* color: #BF0300;  */
    color: black;
  }
  .copy h3, .copy h3, .copy-light h3, .copy-dark h3, .section-location-info .content-copy h3, .info-panel-detail h3, .section-search-results h3, .copy-light h3 {
    color: #000; }
    .copy h3 i, .copy h3 i, .copy-light h3 i, .copy-dark h3 i, .section-location-info .content-copy h3 i, .info-panel-detail h3 i, .section-search-results h3 i, .copy-light h3 i {
      color: #BF0300; }

.copy-dark {
  color: #fff; }
  .copy-dark h1, .copy-dark h2, .copy-dark h3, .copy-dark h4, .copy-dark h5 {
    color: #e0df00; }

@font-face {
  font-family: 'icomoon';
  src: url("../../icons/fonts/icomoon.eot?ieb9n0");
  src: url("../../icons/fonts/icomoon.eot?#iefixieb9n0") format("embedded-opentype"), url("../../icons/fonts/icomoon.woff?ieb9n0") format("woff"), url("../../icons/fonts/icomoon.ttf?ieb9n0") format("truetype"), url("../../icons/fonts/icomoon.svg?ieb9n0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e60d"; }

.icon-search:before {
  content: "\e600"; }

.icon-menu:before {
  content: "\e601"; }

.icon-cross:before {
  content: "\e602"; }

.icon-tick:before {
  content: "\e603"; }

.icon-marker:before {
  content: "\e604"; }

.icon-compass:before {
  content: "\e605"; }

.icon-double-down:before {
  content: "\e606"; }

.icon-double-down-small:before {
  content: "\e607"; }

.icon-chevron-right:before {
  content: "\e608"; }

.icon-arrow-right:before {
  content: "\e609"; }

.icon-basket:before {
  content: "\e60a"; }

.icon-angle-right:before {
  content: "\e60b"; }

.icon-about:before {
  content: "\e60c"; }

.page-location-search-form input, .page-location-search-form button {
  border: none; }

.form-feedback label {
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .form-feedback label > span {
    display: inline-block;
    margin-bottom: 6px; }
    .form-feedback label > span.required:after {
      content: "*";
      color: #BF0300;
      margin-left: 10px; }
.form-feedback input, .form-feedback select, .form-feedback textarea {
  display: block;
  width: 100%; }
.form-feedback input[type=checkbox] {
  display: inline;
  margin-right: 10px;
  width: auto; }
.form-feedback input, .form-feedback textarea, .form-feedback .customSelect, .form-feedback .file-span {
  background-color: #f8f7f7;
  border: 1px solid #dad9d7;
  font-size: 16px;
  padding: 16px;
  line-height: 1;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .form-feedback input:focus, .form-feedback textarea:focus, .form-feedback .customSelect:focus, .form-feedback .file-span:focus {
    border: 1px solid #111; }
.form-feedback textarea {
  height: 160px;
  max-width: 100% !important; }
.form-feedback .error input, .form-feedback .error textarea, .form-feedback .error .customSelect, .form-feedback .error .file-span {
  border: 1px solid #BF0300;
  background-color: #f6d4d5; }
.form-feedback .error-msg {
  font-size: 12px;
  font-style: italic;
  color: #BF0300;
  margin: 0; }
.form-feedback .customSelect {
  background-image: url("../../images/icon-arrow-grey-down.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  min-width: 100%;
  max-width: 100%; }
.form-feedback .customSelectFocus {
  border: 1px solid #111; }
.form-feedback a {
  color: #BF0300; }
.form-feedback .file-span {
  display: block;
  width: auto;
  margin-right: 104px;
  position: relative;
  height: 52px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .form-feedback .file-span input {
    position: absolute;
    top: -100px; }
  .form-feedback .file-span .file-button {
    background-color: #999;
    position: absolute;
    width: 100px;
    line-height: 1.7;
    top: -1px;
    bottom: -1px;
    right: -104px;
    margin: 0;
    border: 0; }

.form-feedback {
  max-width: 822px;
  border-top: 1px solid #c2c2c2;
  padding-top: 30px; }
  .form-feedback .lunch {
    margin-bottom: 24px; }

.page-location-search-form .input-holder {
  position: relative;
  border: 1px solid #dad9d7;
  background: #f8f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }
.page-location-search-form input[type=text] {
  display: block;
  width: 100%;
  height: 90px;
  padding: 30px 100px 30px 30px;
  font-size: 30px;
  background: transparent; }
.page-location-search-form button {
  color: #dad9d7;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
  cursor: pointer;
  text-align: center;
  font-size: 50px;
  line-height: 90px;
  background: transparent; }
  .page-location-search-form button:before {
    width: 100%;
    text-align: center;
    content: "\e600"; }
  .page-location-search-form button:hover {
    color: #000; }
@media screen and (max-width: 600px) {
  .page-location-search-form input[type=text] {
    height: 45px;
    padding: 16px 50px 15px 10px;
    font-size: 16px;
    background: transparent; }
  .page-location-search-form button {
    width: 45px;
    font-size: 25px;
    line-height: 45px; } }

.checkbox-list, .checkbox-style {
  display: block; }
  .checkbox-list label, .checkbox-style label {
    display: block;
    padding-left: 28px;
    background: url(../../images/sprite-checkbox-1x.png) 0 -177px no-repeat;
    margin-bottom: 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .checkbox-list label.error, .checkbox-style label.error {
      background-position: 0 -86px; }
    .checkbox-list label:hover, .checkbox-style label:hover {
      color: #BF0300; }
    .checkbox-list label.checked, .checkbox-style label.checked {
      background-position: 0 4px; }
  .checkbox-list input[type=checkbox], .checkbox-style input[type=checkbox] {
    position: absolute;
    left: -100%; }

.btn, .btn-specials, .btn-read-more, .btn-black-wide, .btn-result, .file-button, .btn-submit, .brand-btns .btns > a {
  display: inline-block;
  text-decoration: none; }
  .btn:hover, .btn-specials:hover, .btn-read-more:hover, .btn-black-wide:hover, .btn-result:hover, .file-button:hover, .btn-submit:hover, .brand-btns .btns > a:hover {
    opacity: 0.8; }

.btn-specials, .btn-read-more, .btn-black-wide, .btn-result, .file-button, .btn-submit, .brand-btns .btns > a {
  text-align: center;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 1;
  padding: 14px 10px; }

.btn-specials, .btn-read-more, .btn-black-wide, .btn-result {
  /* background: #BF0300; */
  background: #e0df00;
  /* color: #fff !important;  */
  color: black !important;
  text-transform: uppercase;
}

@media screen and (max-width: 550px) {
  .btn-specials, .btn-read-more, .btn-black-wide {
    padding: 8px 2px; } }
.btn-specials:after, .btn-read-more:after, .btn-black-wide:after {
  content: "\e608";
  float: right; }

.btn-specials {
  display: block; }

.btn-read-more {
  min-width: 220px; }

.btn-black-wide {
  background: #000;
  color: #fff !important;
  display: block; }

.file-button {
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-submit {
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 200px;
  cursor: pointer; }

.brand-btns .btns > a {
  color: #fff; }
@media screen and (max-width: 800px) {
  .brand-btns .f-left, .brand-btns .f-right {
    float: none !important; }
  .brand-btns .f-right .btns {
    margin-bottom: 20px; }
  .brand-btns .btns {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px; }
    .brand-btns .btns > a {
      display: table-cell;
      vertical-align: middle; } }
@media screen and (max-width: 650px) {
  .brand-btns {
    font-size: 14px; } }

html.lt-ie8 body {
  display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  min-width: 320px; }

body {
  background: #000;
  font-family: 'Lato', sans-serif; }
  body textarea {
    font-family: 'Lato', sans-serif; }
  body .marker {
    width: 30px;
    height: 30px;
    background-color: red;
    position: fixed; }

.no-scroll {
  overflow: hidden; }

.theme-white, .module-in-store {
  background: #fff; }
  .theme-white.border, .border.module-in-store {
    border: 1px solid #dad9d7; }

.theme-light, .module-specials {
  background: inherit; }

.theme-dark {
  background: #000;
  color: #fff; }
  .theme-dark a {
    color: #fff; }

.otr-logo-holder {
  /*border-bottom: 1px solid #363636;*/
  display: inline-block; }
  @media screen and (max-width: 1200px) {
    .otr-logo-holder {
      border-bottom: none;
      display: block; } }
  .otr-logo-holder .otr-logo-main {
    display: block;
    background: url(../../images/logo-otr-2022.png) center center no-repeat;
    /* background-size: 165px 127px; */
    background-size: contain;
    width: 112px;
    height: 140px;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 30px; }
    @media screen and (max-width: 1200px) {
      .otr-logo-holder .otr-logo-main {
        background-image: url(../../images/logo-otr-2022.png);
        background-size: contain;
        width: 70px;
        height: 55px;
        display: inline-block;
        /* background-size: 250px 55px; */
        margin: 20px 0; } }
    @media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1200px) and (min-resolution: 144dpi) {
      .otr-logo-holder .otr-logo-main {
        background-image: url(../../images/logo-otr-2022.png);background-size: contain; } }
    @media screen and (max-width: 650px) {
      .otr-logo-holder .otr-logo-main {
        background-image: url(../../images/logo-otr-small.png);
        width: 84px;
        height: 39px;
        background-size: 84px 39px;
        margin: 3px 12px 3px 12px; } }
    @media screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 650px) and (min-resolution: 144dpi) {
      .otr-logo-holder .otr-logo-main {
        background-image: url(../../images/logo-otr-small-2x.png); } }
  .otr-logo-holder .otr-logo-large {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #363636; }
  .otr-logo-holder .otr-logo-med, .otr-logo-holder .otr-logo-small {
    display: none; }
  @media screen and (max-width: 1200px) {
    .otr-logo-holder {
      text-align: center; }
      .otr-logo-holder .otr-logo-large {
        display: none; }
      .otr-logo-holder .otr-logo-med {
        display: inline-block;
        padding-top: 25px;
        height: 97px;
        width: 250px; } }
  @media screen and (max-width: 650px) {
    .otr-logo-holder .otr-logo-med {
      display: none; }
    .otr-logo-holder .otr-logo-small {
      display: inline-block;
      height: 50px;
      width: 108px;
      padding: 3px 12px 3px 12px; } }

.nav-main-holder {
  position: absolute;
  right: 40px;
  bottom: 0; }
  @media screen and (max-width: 1200px) {
    .nav-main-holder {
      position: static; } }

.nav-main a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left; }
.nav-main > li {
  position: relative;
  display: inline-block;
  /* &> a:hover +&:after {
    background-color: red !important;
  } */
  /*@media screen and (max-width:$nav-breakpoint-1) {*/
  /*}*/ }
  @media screen and (max-width: 1200px) {
    .nav-main > li {
      display: block;
      position: static; } }
  .nav-main > li a {
    /*border-bottom: 1px solid #363636;*/
    padding: 20px 24px;
    line-height: 20px;
    color: #fff; }
    .nav-main > li a:before {
      position: absolute;
      color: #e0df00;
      font-size: 20px;
      margin-right: 15px;
      left: 20px; }
    .nav-main > li a.icon-marker:before {
      font-size: 28px;
      margin-top: -2px;
      margin-left: 4px; }
    .no-touch .nav-main > li a:hover, .touch .nav-main > li a.active {
      background-color: #303030; }
  .no-touch .nav-main > li:hover > a, .touch .nav-main > li.active > a {
    background-color: #303030; }
    .no-touch .nav-main > li:hover > a:before, .touch .nav-main > li.active > a:before {
      color: #BF0300; }
  .no-touch .nav-main > li:hover .sub-nav-container, .no-touch .nav-main > li:hover .offer-nav-container, .touch .nav-main > li.active .sub-nav-container, .touch .nav-main > li.active .offer-nav-container {
    display: block !important; }
  .nav-main > li > a {
    padding-left: 64px;
    -webkit-transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 300ms;
    -moz-transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 300ms;
    transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 300ms; }
  @media screen and (max-width: 1200px) {
    .nav-main > li a:before {
      left: inherit;
      margin-left: -40px; }
    .nav-main > li a.icon-marker:before {
      margin-top: 0;
      margin-left: -36px;
      top: 15px; }
    .nav-main > li > a {
      padding-left: 56px !important; } }
  .nav-main > li li a {
    padding: 18px; }
    .no-touch .nav-main > li li a:hover, .touch .nav-main > li li a.active {
      background-color: transparent;
      opacity: 0.5; }
  .no-touch .nav-main > li:hover > a, .touch .nav-main > li.active > a {
    background-color: #1a1a1a;
    -webkit-transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 100ms;
    -moz-transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 100ms;
    transition: background-color 200ms cubic-bezier(0.51, 0.82, 0.53, 1) 100ms; }
  .no-touch .nav-main > li:hover .sub-nav-container, .no-touch .nav-main > li:hover .offer-nav-container, .touch .nav-main > li.active .sub-nav-container, .touch .nav-main > li.active .offer-nav-container {
    visibility: visible;
    -webkit-transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 0ms;
    -moz-transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 0ms;
    transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 0ms; }
  @media screen and (min-width: 1201px) {
    .no-touch .nav-main > li:hover .offer-nav-container, .touch .nav-main > li.active .offer-nav-container {
      width: 900px; }
    .no-touch .nav-main > li:hover .sub-nav-container, .touch .nav-main > li.active .sub-nav-container {
      width: 220px; }
    .no-touch .nav-main > li:hover .nav-animation, .touch .nav-main > li.active .nav-animation {
      z-index: 999;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }
  .nav-main > li::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -999;
    background-color: transparent;
    display: none; }
  .nav-main > li > ul {
    position: absolute;
    z-index: 400;
    left: 100%;
    top: 0;
    top: -200px;
    width: 760px;
    background: #fff;
    padding: 8px 0 8px 8px;
    text-align: left;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000; }
    @media screen and (max-width: 1200px) {
      .nav-main > li > ul {
        border: none;
        box-shadow: 4px 0 0 0 #000, -4px 0 0 0 #000, 0 4px 0 0 #000, 4px 4px 0 0 #000, -4px 4px 0 0 #000; } }
    .nav-main > li > ul a {
      color: #000;
      border-bottom: 1px solid #dcdbdb;
      padding: 16px 22px; }
      .nav-main > li > ul a:hover {
        background: #f4f4f4; }
    .nav-main > li > ul.sub-nav > li:first-child, .nav-main > li > ul > .sub-nav > li:first-child {
      border-top: 1px solid #dcdbdb; }
  .nav-main > li .offer-nav-container, .nav-main > li .sub-nav-container {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 264px;
    overflow: hidden; }
    .lt-ie9 .nav-main > li .offer-nav-container, .lt-ie9 .nav-main > li .sub-nav-container {
      display: none; }
  .nav-main > li .offer-nav-container {
    -webkit-transition: width 600ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
    -moz-transition: width 600ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
    transition: width 600ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms; }
    .nav-main > li .offer-nav-container .nav-animation {
      width: 900px;
      background-color: #FFF;
      -webkit-transform: translateX(-900px);
      -moz-transform: translateX(-900px);
      -ms-transform: translateX(-900px);
      -o-transform: translateX(-900px);
      transform: translateX(-900px);
      -webkit-transition: transform 500ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
      -moz-transition: transform 500ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
      transition: transform 500ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms; }
    .lt-ie9 .nav-main > li .offer-nav-container {
      width: 900px !important; }
  .nav-main > li .sub-nav-container {
    -webkit-transition: width 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
    -moz-transition: width 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
    transition: width 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms; }
    .nav-main > li .sub-nav-container .nav-animation {
      width: 220px;
      background-color: #1a1a1a;
      -webkit-transform: translateX(-220px);
      -moz-transform: translateX(-220px);
      -ms-transform: translateX(-220px);
      -o-transform: translateX(-220px);
      transform: translateX(-220px);
      -webkit-transition: transform 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
      -moz-transition: transform 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms;
      transition: transform 350ms cubic-bezier(0.51, 0.82, 0.53, 1) 250ms; }
      .lt-ie9 .nav-main > li .sub-nav-container .nav-animation {
        width: 225px; }
    .lt-ie9 .nav-main > li .sub-nav-container {
      width: 225px !important; }
      .lt-ie9 .nav-main > li .sub-nav-container .menu-item {
        padding-right: 8px; }
  .nav-main > li .nav-animation {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .nav-main > li .offer-nav-container, .nav-main > li .sub-nav-container {
    position: relative;
    top: auto !important;
    bottom: auto !important; }
  .nav-main > li .offer-nav-container .nav-animation {
    width: 100%;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .nav-main > li .sub-nav-container .nav-animation {
    width: 100%;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .nav-main > li .nav-animation {
    width: auto;
    position: static;
    -webkit-transition: none 500ms cubic-bezier(0.51, 0.82, 0.53, 1);
    -moz-transition: none 500ms cubic-bezier(0.51, 0.82, 0.53, 1);
    transition: none 500ms cubic-bezier(0.51, 0.82, 0.53, 1); }
  .nav-main > li .sub-nav-container .nav-animation {
    background-color: #1a1a1a; }
  .nav-main > li .nav-listing {
    height: 100%;
    background-color: #1a1a1a;
    bottom: 0;
    position: absolute; }
  .nav-main > li .sub-nav > li > a {
    background-image: url("../../images/icon-arrow-red-right.png");
    background-position: right 16px center;
    background-repeat: no-repeat; }
    .lt-ie9 .nav-main > li .sub-nav > li > a {
      background-position: right center; }
  .nav-main > li .sub-nav ul li a {
    padding-left: 40px;
    color: #999;
    background-image: url("../../images/icon-arrow-white-right.png");
    background-position: 20px center;
    background-repeat: no-repeat; }
  .nav-main > li.single-column > ul {
    padding: 8px;
    width: 200px; }
.nav-main .brand-icons.lunch {
  border-right: solid 10px transparent; }
.nav-main .brand-icons .brand-icons-container {
  display: block;
  border-bottom: 1px solid #dcdbdb; }
.nav-main .brand-icons ul {
  overflow: auto;
  margin-left: 25%; }
.nav-main .brand-icons a {
  margin: 4px 20px;
  padding-bottom: 27%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0; }
  .nav-main .brand-icons a img {
    max-height: 90%;
    max-width: 90%;
    margin: 0 auto; }

.content {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1; }

.nav-desktop-open .content {
  opacity: 0.7; }

/*@media screen and (max-width:$nav-breakpoint-1){*/
.nav-main-holder {
  text-align: center; }

.nav-main {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 780px; }
  .nav-main > li {
    display: inline-block; }
    .nav-main > li.single-column {
      position: relative; }
    .nav-main > li > div > ul {
      left: 0;
      top: 100%;
      width: 100%; }
      .nav-main > li > div > ul li {
        height: 100%; }
    .nav-main > li .offer-nav-container, .nav-main > li .sub-nav-container {
      display: none;
      width: 100%;
      height: auto;
      position: absolute;
      z-index: 9999999;
      left: auto;
      right: 0;
      background-color: #FFF;
      overflow: auto; }
    .no-touch .nav-main > li:hover > div, .touch .nav-main > li.active > div {
      display: block; }

/*}*/
@media screen and (max-width: 1200px) {
  .offer-nav-container, .sub-nav-container {
    left: 0;
    right: auto; }

  .nav-main > li > a {
    width: 215px;
    border-bottom: none;
    padding: 20px 20px; } }
@media screen and (max-width: 650px) {
  .content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1; }

  .nav-mobile-open .content {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
    opacity: 0; }

  .otr-logo-holder {
    position: relative;
    z-index: 600; }

  .btn-mobile-nav, .btn-mobile-location {
    z-index: 999 !important; }

  .nav-main-holder {
    text-align: left;
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding-top: 51px;
    background: #000;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .nav-mobile-open .nav-main-holder {
      -webkit-transform: translateX(120%);
      -moz-transform: translateX(120%);
      -ms-transform: translateX(120%);
      -o-transform: translateX(120%);
      transform: translateX(120%); }
    .nav-main-holder .lunchbox {
      margin-right: 0;
      padding: 0; }
      .nav-main-holder .lunchbox .lunch {
        border-right: none; }

  .nav-main {
    border-top: 1px solid #363636; }
    .nav-main a {
      font-size: 12px; }
    .nav-main > li {
      display: block; }
      .nav-main > li > a {
        width: auto;
        padding: 16px 20px;
        position: relative;
        border-bottom: 1px solid #363636;
        margin: 0 10px; }
        .nav-main > li > a:before {
          width: 20px;
          display: inline-block;
          text-align: center; }
      .no-touch .nav-main > li:hover > a, .touch .nav-main > li.active > a {
        background-color: #000;
        color: #fff; }
      .no-touch .nav-main > li:hover > div, .touch .nav-main > li.active > div {
        display: block; }
      .nav-main > li > div {
        display: none; }
        .nav-main > li > div.offer-nav-container, .nav-main > li > div.sub-nav-container {
          position: static; }
          .nav-main > li > div.offer-nav-container .nav-animation, .nav-main > li > div.offer-nav-container .sub-nav, .nav-main > li > div.sub-nav-container .nav-animation, .nav-main > li > div.sub-nav-container .sub-nav {
            background-color: #000; }
        .nav-main > li > div > ul a {
          color: #fff; }
          .nav-main > li > div > ul a:hover {
            background-color: inherit;
            color: #fff; }
      .nav-main > li.single-column > ul {
        width: auto; }
      .nav-main > li .nav-listing {
        position: relative; }
    .nav-main .is-parent > .top-level,
    .nav-main .is-parent:hover > .top-level {
      background-image: url("../../images/sprite-mobile-nav-arrows-2x.png");
      background-position: 98% 25px;
      background-repeat: no-repeat;
      background-size: 14px 100px; }
    .nav-main .is-parent.active > .top-level {
      background-position: 98% -67px; }
    .nav-main .sub-nav-container {
      position: absolute;
      width: 264px;
      height: 100%;
      top: 0;
      left: 264px;
      overflow: hidden;
      -webkit-transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 500ms;
      -moz-transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 500ms;
      transition: visibility 0ms cubic-bezier(0.51, 0.82, 0.53, 1) 500ms; }
    .nav-main > li .sub-nav {
      padding: 0 !important; }
      .nav-main > li .sub-nav li {
        border: none !important; }
      .nav-main > li .sub-nav > li > a {
        font-size: 11px;
        font-weight: bold;
        margin: 0 10px;
        border: none;
        border-bottom: 1px solid #363636;
        padding-left: 56px;
        background-position: 95% center !important; }
      .nav-main > li .sub-nav > li ul a {
        margin: 0 10px;
        padding-left: 80px;
        border-bottom: 1px solid #363636;
        background-image: url("../../images/icon-arrow-white-right.png") !important;
        background-position: 56px center !important;
        color: #a3a3a3; }
    .nav-main .brand-icons {
      background-color: #fff;
      display: none; } }
.btn-mobile-nav, .btn-mobile-location {
  position: absolute;
  cursor: pointer;
  color: #e0df00;
  text-decoration: none; }
  .btn-mobile-nav:before, .btn-mobile-location:before {
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center; }

.btn-mobile-nav {
  top: 0;
  left: 0;
  display: none; }
  .btn-mobile-nav:before {
    content: "\e601"; }
    .nav-mobile-open .btn-mobile-nav:before {
      content: "\e602"; }
  @media screen and (max-width: 650px) {
    .btn-mobile-nav {
      display: block; } }

.btn-mobile-location {
  top: 0;
  right: 0;
  z-index: 9; }
  .btn-mobile-location:before {
    content: "\e605";
    float: right;
    background-color: #e0df00;
    color: #272727; }
    @media screen and (max-width: 650px) {
      .btn-mobile-location:before {
        background-color: transparent;
        color: inherit; } }
  .btn-mobile-location .btn-mobile-location-text {
    height: 50px;
    display: block;
    padding-right: 80px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 50px;
    color: #FFF;
    background-color: #272727; }
    @media screen and (max-width: 1200px) {
      .btn-mobile-location .btn-mobile-location-text {
        display: none;
      }
      }

.btn-mobile-location.facebook {
right: 238px;
}
.btn-mobile-location.app-btn {
right: 410px;
}
.btn-mobile-location.facebook:before {
background-image: url('../../images/facebook-black.png');
background-size: 22px 22px;
background-repeat: no-repeat;
background-position: center center;
font-size: 1px;
}
.btn-mobile-location.app-btn:before {
  background-image: url('../../images/app-black.png');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1px;
}
@media screen and (max-width: 1200px) {
  .btn-mobile-location.facebook {
  right: 60px;
  }
  .btn-mobile-location.app-btn {
  right: 120px;
  }
}
@media screen and (max-width: 650px) {
  .btn-mobile-location.facebook {
  right: 40px;
  }
  .btn-mobile-location.app-btn {
  right: 80px;
  }
.btn-mobile-location.facebook:before {
background-image: url('../../images/facebook-green.png');
}
.btn-mobile-location.app-btn:before {
background-image: url('../../images/app-white.png');
}
}



.full-width-slider {
  width: 100%; }

.nav-footer-holder {
  padding-top: 60px;
  padding-bottom: 35px; }
  .no-footer-margin .nav-footer-holder {
    margin: 0; }

.nav-footer {
  margin-bottom: 70px; }
  .nav-footer h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  .nav-footer a {
    display: block;
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    text-decoration: none; }
    .nav-footer a:hover {
      color: #e0df00; }
    .nav-footer a:before {
      position: absolute;
      top: 12px;
      left: 0;
      content: "\e608";
      margin-right: 11px; }

.nav-bottom { text-align: center; }
.campaign-footer .nav-bottom { display: flex; flex-wrap: wrap; }
.campaign-footer .nav-bottom .column { flex: 0 0 50%; text-align: left; }
.campaign-footer .nav-bottom .column a { text-decoration: none !important; }
.campaign-footer .nav-bottom img { height: 40px; }
.campaign-footer .nav-bottom img.footer-store {  margin-left: 1rem; }
.nav-bottom span, .nav-bottom p, .nav-bottom a {
    display: inline-block;
    color: #707070;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.8; }
.campaign-footer .nav-bottom span, .campaign-footer .nav-bottom p, .campaign-footer .nav-bottom a { color: #FFFFFF; }
  .nav-bottom a:hover {
    color: #e0df00; }
  .nav-bottom ul {
    display: inline-block; }
    .nav-bottom ul li {
      display: inline-block; }

  @media screen and (max-width: 767px) { 
    .campaign-footer .nav-bottom .column { flex: 0 0 100%; text-align: center; margin: 1rem 0; }
    .campaign-footer .nav-bottom span { display: none; }
  }
  .pp_top, .pp_bottom, .ppt, .pp_close, .pp_details { display: none !important; }
  .pp_content { width: 0 !important; height: 0 !important; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.split-items:after, .brand-specials .split-items:after {
  content: "";
  display: table;
  clear: both; }
.split-items .f-right, .brand-specials .split-items .f-right {
  float: right; }
.split-items .f-left, .brand-specials .split-items .f-left {
  float: left; }

.header-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  /*max-width: 1664px;*/
  /* .header-main{
     position: fixed;
     width:264px;
     top:0;
     bottom:0;
     left:0;
     z-index: 500;
   }*/ }

.header-main {
  position: relative; }

.content {
  background: #eee;
  /*margin-left: 264px;*/
  max-width: 1400px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .header-container {
    position: static; }
    .header-container .header-main {
      position: static;
      width: auto;
      top: auto;
      left: auto; }

  /*.content{
    margin-left: 0;
  }*/ }
@media screen and (max-width: 1200px) {
  .container {
    position: relative; } }
.center-tight {
  margin: 0 auto;
  text-align: center; }

#home-slider div.rsDiv, #offer-slider div.rsDiv {
  display: none; }
#home-slider .rsSlide div.rsDiv, #offer-slider .rsSlide div.rsDiv {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: block; }
#offer-slider .rsSlide div.rsDiv { background-size: 100% auto; background-size: cover; }
#home-slider .home-slider-link, #offer-slider .home-slider-link {
  display: block;
  height: 100%; }
@media screen and (max-width: 650px) {
  #home-slider, #offer-slider {
    height: 200px !important; } }
@media screen and (max-width: 470px) {
  #home-slider .rsSlide div.rsDiv, #offer-slider .rsSlide div.rsDiv {
    background-size: 100% auto; } }

.module-home-copy {
  padding-top: 30px;
  padding-bottom: 15px; }
  .module-home-copy-additional {
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #dad9d7;
    border-bottom: 1px solid #dad9d7; }
  .module-home-copy .otr-body-logo {
    width: 200px;
    height: 106px;
    background: url(../../images/logo-otr-text.png) top left no-repeat;
    background-size: 200px 106px;
    /* display: inline-block; */
    display: none;
    margin-bottom: 20px;
    overflow: hidden;
    text-indent: -9999px; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .module-home-copy .otr-body-logo {
        background-image: url(../../images/logo-otr-text-2x.png); } }
    @media screen and (max-width: 650px) {
      .module-home-copy .otr-body-logo {
        background-image: url(../../images/logo-otr-new.png);
        background-size: contain;
        height: 43px;
        /* background-size: 200px 43px;  */
      } }
    @media screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 650px) and (min-resolution: 144dpi) {
      .module-home-copy .otr-body-logo {
        background-image: url(../../images/logo-otr-new.png);background-size: contain; } }

.module-in-store {
  padding-top: 22px;
  padding-bottom: 48px;
  border-top: 1px solid #dad9d7;
  border-bottom: 1px solid #dad9d7; }
  .module-in-store h2 {
    font-size: 24px;
    font-weight: bold;
    /* color: #BF0300; */
    color: black;
    margin-bottom: 22px; }
  .no-touch .module-in-store .brand-logo {
    opacity: 0; }
  .module-in-store .brand-logo .brand-logo-container {
    display: block;
    border: 1px solid #dad9d7; }
  .lt-ie10 .module-in-store .brand-logo {
    opacity: 1; }
  .module-in-store .brand-logo a {
    display: block;
    margin: 4px 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding-bottom: 32%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* img{
      display: inline-block;
      //max-height: 80%;
      max-width: 80%;
      .lt-ie9 & { width: 90%; }
    } */ }
    .lt-ie9 .module-in-store .brand-logo a {
      -ms-behavior: url(/backgroundsize.min.htc); }
    .module-in-store .brand-logo a:hover {
      opacity: 0.5; }

.lt-ie9 .ie-background img {
  display: inline-block;
  width: 90%; }

.module-specials {
  padding-top: 22px;
  padding-bottom: 28px;
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .module-specials {
      padding-top: 12px; } }
  .module-specials h2 {
    font-size: 24px;
    font-weight: bold;
    /* color: #BF0300; */
    color: black;
    margin-bottom: 22px; }

.specials-grid .expired_special a {
  border-color: red; }
.specials-grid .future_special a {
  border-color: green; }
.specials-grid .filler {
  visibility: hidden !important; }
.specials-grid .special-container {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #dad9d7;
  background: #fff; }
  .specials-grid .special-container .special-content {
    display: block;
    padding: 5px 30px 20px 30px; }
    @media screen and (max-width: 650px) {
      .specials-grid .special-container .special-content {
        padding: 5px 6px 6px 6px;
        font-size: 85%; } }
  .specials-grid .special-container span {
    display: block; }
  .specials-grid .special-container .feature {
    text-align: center;
    margin: 8px 0 12px;
    padding-bottom: 72.8%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .lt-ie9 .specials-grid .special-container .feature {
      background-size: contain; }
  .specials-grid .special-container .find-locations {
    display: none;
    margin-bottom: 18px;
    cursor: pointer; }
  @media screen and (max-width: 550px) {
    .module-specials .specials-grid .special-container {
      font-size: 14px; } }
  @media screen and (max-width: 650px) {
    .module-specials .specials-grid .special-container {
      padding: 8px; } }
.no-touch .specials-grid .lunch .special-container {
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.no-touch .specials-grid .lunch:hover {
  z-index: 2; }
  .no-touch .specials-grid .lunch:hover .special-container {
    opacity: 0.9;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.lt-ie9 .specials-grid .lunch a:hover {
  border: 1px solid #BF0300; }
.specials-grid .brand-logo {
  padding: 10px 15%;
  text-align: center;
  padding-bottom: 20%;
  margin: 10px 0 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .lt-ie9 .specials-grid .brand-logo {
    -ms-behavior: url(/backgroundsize.min.htc); }
  .specials-grid .brand-logo img {
    display: inline-block !important; }
.specials-grid .title {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  height: 60px;
  display: table !important; }
  .specials-grid .title .title-row {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
    .specials-grid .title .title-row span {
      display: block;
      width: 100%;
      max-height: 60px;
      overflow: hidden; }
.specials-grid .price {
  color: #BF0300;
  font-weight: bold;
  margin-bottom: 12px;
  height: 40px;
  display: table !important; }
  .specials-grid .price .price-row {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
    .specials-grid .price .price-row span {
      display: block;
      width: 100%;
      max-height: 40px;
      overflow: hidden; }
.specials-grid .btn-display {
  display: block; }
.specials-grid .disclaimer {
  color: #707070;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-top: 24px; }
  .js .specials-grid .disclaimer {
    display: none; }
  .specials-grid .disclaimer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -20px;
    border-top: 1px solid #EEE; }

#special-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.85);
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  overflow: scroll;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  #special-lightbox.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
    -moz-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
    transition: opacity 0.2s linear, visibility 0s linear 0.2s; }
  #special-lightbox #special-lightbox-container {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px; }
    #special-lightbox #special-lightbox-container #special-lightbox-content {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .special-container {
        max-width: 400px;
        margin: 0 auto;
        cursor: pointer; }
        #special-lightbox #special-lightbox-container #special-lightbox-content .special-container:before {
          content: "\e602";
          position: absolute;
          right: 10px;
          top: 10px;
          color: #333;
          font-size: 24px; }
        #special-lightbox #special-lightbox-container #special-lightbox-content .special-container .special-content {
          cursor: default;
          padding: 20px !important; }
        #special-lightbox #special-lightbox-container #special-lightbox-content .special-container .feature img {
          width: 100%;
          max-width: 250px;
          height: auto; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .brand-border-color {
        border-color: #BF0300;
        padding: 20px 20px 0; }
        #special-lightbox #special-lightbox-container #special-lightbox-content .brand-border-color:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          right: -1px;
          border-top: 5px solid;
          border-color: inherit; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .brand-logo {
        padding: 30px 10%; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .disclaimer {
        display: block; }
        #special-lightbox #special-lightbox-container #special-lightbox-content .disclaimer.hidden {
          display: none; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .btn-display {
        display: none; }
      #special-lightbox #special-lightbox-container #special-lightbox-content .find-locations {
        display: block; }

.header-content {
  background: #000;
  color: #fff;
  border-bottom: 4px solid #e0df00;
  padding-top: 100px;
  padding-bottom: 40px; }
  .header-content h1 {
    font-size: 30px; }
  @media screen and (max-width: 1200px) {
    .header-content {
      border-top: 1px solid #363636;
      padding-top: 30px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 650px) {
    .header-content {
      padding-top: 20px; } }

.breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 1.8; }
  .breadcrumb a, .breadcrumb span {
    color: #707070;
    margin-right: 10px; }
  .breadcrumb a {
    font-weight: bold; }

.section-content.no-margin-bottom {
  margin-bottom: 0px; }
.section-content hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 30px 0; }

.ajaxloader {
  width: 20px;
  height: 20px;
  background-image: url(../../images/ajax-loader.gif);
  background-size: 20px 20px;
  margin: 0 auto;
  opacity: 0;
  margin-top: 0px;
  margin-bottom: -20px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  .ajaxloader.visible {
    opacity: 0.7; }

.info-tabs {
  display: table;
  width: 100%; }
  .info-tabs span {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    color: #000;
    background: #f0f0ef;
    padding: 12px 5px;
    cursor: pointer; }
    .info-tabs span:hover {
      opacity: 0.8; }
    .info-tabs span.active {
      color: #fff;
      background: #BF0300;
      /* &:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: $color-otr-red transparent transparent transparent;
        bottom: -16px;
        left: 50%;
        margin-left:-8px;
      } */ }
      .info-tabs span.active:hover {
        opacity: 1; }

.info-panel-detail {
  display: table;
  width: 100%;
  font-size: 14px; }
  .info-panel-detail .row {
    display: table-row; }
    .info-panel-detail .row .cell {
      display: table-cell;
      vertical-align: top;
      width: 50%;
      padding: 5px 5px 5px 0; }
      .info-panel-detail .row .cell.key {
        font-weight: bold;
        text-transform: uppercase; }

.location-map-holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%; }
  .location-map-holder .results-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 750px) {
    .location-map-holder {
      padding-bottom: 36%; } }
  @media screen and (max-width: 550px) {
    .location-map-holder {
      padding-bottom: 55%; } }

.info-panel-in-store ul, .offer-listing ul {
  border-top: 1px solid #dad9d7; }
  .info-panel-in-store ul li, .offer-listing ul li {
    border-bottom: 1px solid #dad9d7; }
    .info-panel-in-store ul li a, .offer-listing ul li a {
      display: block;
      padding: 15px 0;
      text-decoration: none;
      font-size: 14px;
      color: #BF0300; }
      .info-panel-in-store ul li a:before, .offer-listing ul li a:before {
        content: "\e60b";
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle; }

.section-content-feature {
  min-height: 200px; }

.section-search-tools .use-location {
  text-decoration: none; }
  .section-search-tools .use-location span {
    text-decoration: underline; }
  .section-search-tools .use-location:before {
    font-size: 18px;
    content: "\e605";
    margin-right: 8px;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block; }
.section-search-tools .clear-location {
  text-decoration: none;
  color: #BF0300; }
  .section-search-tools .clear-location span {
    text-decoration: underline; }
  .section-search-tools .clear-location:before {
    font-size: 20px;
    content: "\e602";
    margin-right: 8px;
    vertical-align: top;
    padding-top: 2px;
    display: inline-block; }

.search-filter {
  margin-bottom: 10px; }

.location-display {
  font-weight: normal; }

.section-search-results .checkbox-list {
  list-style-type: none;
  margin: 0; }
.section-search-results .hidden, .section-search-results .hidden-pagination {
  display: none !important; }
.section-search-results .no-results {
  margin-top: 20px; }
.section-search-results h3 {
  border-bottom: 1px solid #dad9d7;
  padding-bottom: 5px;
  margin-bottom: 5px; }
.section-search-results .subtitle {
  margin-bottom: 0;
  padding: 12px 0;
  font-weight: bold;
  color: #BF0300; }
.section-search-results .filter-title {
  position: relative; }
  .section-search-results .filter-title .btn-filter {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    cursor: pointer; }
    .section-search-results .filter-title .btn-filter:before {
      float: right;
      content: "\e607";
      font-size: 24px;
      line-height: 34px;
      margin-right: 5px; }
@media screen and (max-width: 767px) {
  .section-search-results .filter-title:hover {
    opacity: 0.8; }
  .section-search-results .filter-title .btn-filter {
    display: block; }
  .section-search-results .filter-panel {
    display: none; }
  .section-search-results .search-filter.active .filter-panel {
    display: block; } }
.section-search-results .load-more, .section-search-results .search-message {
  text-align: center;
  padding-top: 20px; }
  .section-search-results .load-more span, .section-search-results .search-message span {
    color: #BF0300;
    font-size: 14px;
    display: inline-block;
    padding: 10px 12px;
    line-height: 30px;
    font-weight: bold; }
.section-search-results .load-more span {
  cursor: pointer; }
  .section-search-results .load-more span:hover {
    opacity: 0.7; }
  .section-search-results .load-more span:before {
    content: "\e607";
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle; }

.lt-ie10 .search-results-table .row:not(.header) {
  opacity: 1 !important; }

.search-results-table {
  display: table;
  width: 100%; }
  .search-results-table .search-result-rows {
    display: table-row-group; }
    .search-results-table .search-result-rows .row {
      display: table-row;
      background-color: #FFF;
      -webkit-animation-duration: 0.5s;
      -moz-animation-duration: 0.5s;
      animation-duration: 0.5s; }
      .no-touch .search-results-table .search-result-rows .row:not(.header) {
        opacity: 0; }
  .search-results-table .too-far {
    display: none; }
  .search-results-table.HideTooFar .too-far {
    display: block; }
  .search-results-table.HideTooFar .row {
    display: none; }
  .search-results-table .cell {
    display: table-cell;
    padding: 12px 10px 12px 0;
    border-bottom: 1px solid #dad9d7; }
    .search-results-table .cell.btns {
      text-align: right;
      width: 200px; }
      .search-results-table .cell.btns a {
        min-width: 180px;
        margin-left: 5px;
        margin-bottom: 5px; }
  .search-results-table .header .cell {
    border-bottom: none;
    font-weight: bold;
    color: #BF0300; }
  @media screen and (max-width: 700px) {
    .search-results-table .row {
      display: block;
      border-bottom: 1px solid #dad9d7; }
      .search-results-table .row.header {
        display: none; }
    .search-results-table .cell {
      display: block;
      border-bottom: none; }
      .search-results-table .cell.btns {
        text-align: left;
        display: table;
        width: 100%;
        padding-right: 0;
        min-width: 0; }
        .search-results-table .cell.btns a {
          min-width: 0;
          display: table-cell;
          border: 1px solid #fff; } }

.results-map-holder {
  position: relative;
  height: 0;
  min-height: 200px;
  width: 100%;
  padding-bottom: 34%; }
  .results-map-holder .results-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.section-brand-contact {
  margin-top: 20px; }

.brand-hero {
  position: relative;
  border-bottom: 4px solid transparent;
  min-height: 100px; }

.brand-video-button {
  background: #BF0300;
  color: #fff;
  border-radius: 33px;
  width: 200px;
  height: 66px;
  display: block;
  text-decoration: none;
  position: absolute;
  right: 64px;
  bottom: 20px;
  padding: 0 25px 0 55px;
  line-height: 66px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  outline: none; }
  .brand-video-button i {
    font-size: 40px;
    position: absolute;
    top: 12px;
    left: 10px;
    transition: color 0.3s;
    line-height: 1; }
  .brand-video-button span {
    font-size: 16px;
    text-transform: uppercase; }
  .brand-video-button:hover i {
    color: #000000; }

@media only screen and (max-width: 1000px) {
  .brand-video-button {
    right: 32px; } }
@media only screen and (max-width: 650px) {
  .brand-video-button {
    right: 15px; } }
@media screen and (max-width: 500px) {
  .brand-video-button {
    top: 50%;
    left: 50%;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    margin-left: -50px;
    margin-top: -20px;
    line-height: 35px;
    padding: 0 17px 0 33px; }
    .brand-video-button i {
      font-size: 25px;
      left: 5px;
      top: 7px; }
    .brand-video-button span {
      font-size: 10px; } }
.brand-video-popup {
  max-width: 1000px !important;
  padding: 50px 10px 10px 10px; }

.brand-specials .brand-btns {
  margin-bottom: 10px; }

.offer-logo {
  height: auto;
  max-width: 350px;
  margin-bottom: 10px; }
  @media screen and (max-width: 650px) {
    .offer-logo {
      width: 70%; } }

.brand-closest h5 {
  /* color: #BF0300; */
  color: black;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .brand-closest h5 span {
    color: #000;
    font-weight: bold;
    display: block; }
.brand-closest .table {
  display: table;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px; }
.brand-closest .row {
  display: table-row; }
.brand-closest .cell {
  display: table-cell;
  padding-right: 20px; }
.brand-closest .distance:before {
  color: #BF0300;
  content: "\e604";
  font-size: 22px;
  margin-right: 10px; }
.brand-closest a {
  font-weight: bold; }

.lunch .gm-style img {
  max-width: inherit; }

/* VIDEO STYLES */
.video-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

    /* extra styles - NOT IN SRC */

.wpcf7-response-output.wpcf7-mail-sent-ok {
      font-size: 18px;
      line-height: 26px;
    }

.news-filter
{
padding-bottom: 25px;
font-weight: bold;
}
.news-filter-year { margin-left: 15px;width:100px !important; }
.news-filter .customSelect {
margin-left: 15px;
width:100px !important;

background-image: url("/wp-content/themes/ontherun/assets/images/icon-arrow-grey-down.png");
background-position: 98% center;
background-repeat: no-repeat;
background-color: #f8f7f7;
border: 1px solid #dad9d7;
border-radius: 3px;
font-size: 16px;
line-height: 1;

padding: 10px; display: inline-block;
}
.section-tabs { margin-top: 10px; }

.section-tab { font-size: 1.2em; display: inline-block; border:1px solid #dad9d7;  border-bottom-color: #eee; padding:12px; font-weight: bold; cursor: pointer; margin-right: 12px; position: relative; top:1px; z-index: 1; text-decoration: none; color: #000}

.section-tab.selected, .section-tab:hover { background: #fff;  border-bottom-color: #fff; color: #bf0300 }

.section-tab-container { display: none; }

.section-tab-container.selected { display: block; }

.pagination { float: right; }

a.page, .page-selected { border-radius: 13px;
color: #fff;
cursor: pointer;
display: inline-block;
margin-left: 10px;
padding: 4px 12px; background-color: #aaa;
text-decoration: none; }

.page-selected, a.page:hover { background:#bf0300; }

@media (max-width: 440px) {
.section-tab {
  font-size: 0.9em;
}
}

/* Gravity form style change - 16/12/16 */
#gform_4 .ginput_quantity {
  width: 55px;
}

#gform_4 .gfield_time_hour {
  width: 75px;
}

#gform_4 .gfield_time_minute {
  width: 75px;
}

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

/*
===                         ===
=== Added by The Distillery ===
===                         ===
*/
/* -- Gravity Forms styling for the thank you page, etc.. */
.gform_wrapper .gfield_required, .gfield_label span.gfield_required {
  color: #BF0300;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])  {
  font-size: 16px !important;
  padding: 16px !important;
}

.ginput_container_email {
  white-space: normal;
}

input[type=submit].gform_button {
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 200px;
  cursor: pointer;
}
/* Esp used on the contact us page */
select.gfield_select {
  background-color: #f8f7f7;
  border: 1px solid #dad9d7;
  font-size: 16px;
  padding: 16px;
  line-height: 1;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px !important;
  padding: 16px !important;
  cursor: pointer;
  height: 53px;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_select, .ginput_container.ginput_container_select {
  margin-top: 1px;
}

/** Gravity form styling tweaks - 18/dec/19 **/
.gform_body .gfield.otr_gf_labeless_checkbox {
  overflow: hidden;
  margin-bottom: 22px; /* standard 16px + 6px default for default containers */
  margin-top: 0;		
}
​
.gform_body .gfield.otr_gf_labeless_checkbox label:empty {
  display: none;
}
​
.gform_body .gfield.otr_gf_labeless_checkbox .ginput_container_checkbox {
  font-weight: bold;
  margin-top: 0;
}
​
.gform_body .gfield.otr_gf_labeless_checkbox .ginput_container_checkbox input[type="checkbox"] {
  margin-top: 2px;
}


/* Changes to menu links and mobile menu

@Dated : 7/1/2019
Author: A.K

*/

	.payroll-main-menu 
	{
		display:none !important;
	}

	.btn-mobile-location.app-btn {
		right: 613px;
	}


	a.btn-mobile-location.location-1.payroll {
		right: 233px;
	}
	.btn-mobile-location.facebook {
		right: 443px;
	}
	
	a.payroll:before {
    content: ' ';
    background-image: url(../../icons/comment-dollar-solid.svg);
    font-family: "Font Awesome 5 Free";
    float: right;
    background-color: #e0df00;
    color: #272727;
    height: 50px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;



   }
   
   
   a.top-level.payroll-main-menu:before {
    content: ' ';
    background-image: url(../../icons/comment-dollar-solid-yellow.svg);
    position: absolute;
    z-index: 99999;
    color: #272727;
    height: 33px;
    width: 32px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    z-index: 999;
    top: 11px;
    margin-left: -39px;
  }


 @media (max-width: 1200px) {
	

	.btn-mobile-location.app-btn {
		right: 57px;
	}
	.btn-mobile-location.facebook {
		right: 167px;
	}

	a.btn-mobile-location.location-1.payroll {
		right: 112px;
	}	

 }


@media only screen and (max-width: 600px) {
	
	a.btn-mobile-location.location-1.payroll {
		display:none;
	}

	.btn-mobile-location.facebook {
		right: 77px;
	}

	.btn-mobile-location.app-btn {
		right: 37px;
	}	

	.payroll-main-menu 
	{
		display:block !important;
	}
 
}


