@charset "UTF-8";
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

@font-face {
  font-family: "pt-sans-bold";
  src: url("../fonts/PTS75F-webfont.eot");
  src: url("../fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS75F-webfont.woff") format("woff"), url("../fonts/PTS75F-webfont.ttf") format("truetype"), url("../fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pt-sans-italic";
  src: url("../fonts/PTS56F-webfont.eot");
  src: url("../fonts/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS56F-webfont.woff") format("woff"), url("../fonts/PTS56F-webfont.ttf") format("truetype"), url("../fonts/PTS56F-webfont.svg#pt_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pt-sans-regular";
  src: url("../fonts/PTS55F-webfont.eot");
  src: url("../fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS55F-webfont.woff") format("woff"), url("../fonts/PTS55F-webfont.ttf") format("truetype"), url("../fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pt-serif-bold";
  src: url("../PTF75F-webfont.eot");
  src: url("../PTF75F-webfont.eot?#iefix") format("embedded-opentype"), url("../PTF75F-webfont.woff") format("woff"), url("../PTF75F-webfont.ttf") format("truetype"), url("../PTF75F-webfont.svg#pt_serifbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pt-serif-italic";
  src: url("../fonts/PTF56F-webfont.eot");
  src: url("../fonts/PTF56F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTF56F-webfont.woff") format("woff"), url("../fonts/PTF56F-webfont.ttf") format("truetype"), url("../fonts/PTF56F-webfont.svg#pt_serifitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pt-serif-regular";
  src: url("../fonts/PTF55F-webfont.eot");
  src: url("../fonts/PTF55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTF55F-webfont.woff") format("woff"), url("../fonts/PTF55F-webfont.ttf") format("truetype"), url("../fonts/PTF55F-webfont.svg#pt_serifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "oswald-regular";
  src: url("../fonts/oswald-regular-webfont.eot");
  src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "oswald-italic";
  src: url("../fonts/oswald-regularitalic-webfont.eot");
  src: url("../fonts/oswald-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regularitalic-webfont.woff2") format("woff2"), url("../fonts/oswald-regularitalic-webfont.woff") format("woff"), url("../fonts/oswald-regularitalic-webfont.ttf") format("truetype"), url("../fonts/oswald-regularitalic-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "oswaldlight";
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

body {
  color: #404041;
  -moz-osx-font-smoothing: grayscale; }

h1, h3, h4, h5, h6 {
  font-family: "oswald-regular", Impact, sans-serif;
  text-transform: uppercase; }

h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 5px; }

h3 {
  font-size: 16px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 22px; } }

a {
  color: #404041;
  text-decoration: none;
  transition: 0.2s all; }

hr {
  border: 0;
  border-top: 1px solid #000000;
  margin-bottom: 30px;
  margin-top: 45px; }

a img {
  border: none; }

img {
  max-width: 100%; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

body {
  font-size: 14px;
  font-family: "pt-sans-regular", Arial, sans-serif;
  margin: 0;
  position: relative; }

.for-screen-reader, .screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.blue {
  color: #64b7b0; }

@media (min-width: 768px) {
  .hidden-large {
    display: none; } }

.hidden-small {
  display: none; }
  @media (min-width: 768px) {
    .hidden-small {
      display: block; } }

.hidden-small-inline {
  display: none; }
  @media (min-width: 768px) {
    .hidden-small-inline {
      display: inline-block; } }

.clear {
  clear: both; }

@media (min-width: 768px) {
  .breakout-medium {
    margin-left: -20.3%;
    width: 140.6%; }

  .breakout-large {
    margin-left: -45% !important;
    width: 190%; } }
@media (min-width: 992px) {
  .content-wrapper {
    position: relative;
    margin-top: -63px; } }

.container, .large-container, .medium-container {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: auto; }

.container {
  width: 95%; }
  .container:after {
    content: "";
    clear: both;
    display: block; }
  @media (min-width: 768px) {
    .container {
      width: 97%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  .container.white {
    background-color: #ffffff; }
  .container.home-container {
    margin-top: 30px; }

.medium-container {
  max-width: 1400px; }

.large-container {
  max-width: 1900px; }

.sidebar-right, .sidebar-left {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }
  @media (min-width: 768px) {
    .sidebar-right, .sidebar-left {
      display: inline;
      float: left;
      width: 22.91667%;
      margin: 0 1.04167%; } }

.main-content {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }
  @media (min-width: 768px) {
    .main-content {
      display: inline;
      float: left;
      width: 47.91667%;
      margin: 0 1.04167%;
      position: relative;
      left: 25%; } }

@media (min-width: 768px) {
  .sidebar-left {
    position: relative;
    right: 50%; } }

.navigation-list, .the-resto-nav, .dropdown-resto {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

@media (min-width: 768px) {
  .footer-column {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; } }

.not-found-container {
  font-family: "pt-sans-regular", Arial, sans-serif;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
  max-width: 940px; }
  @media (min-width: 768px) {
    .not-found-container {
      margin-top: 140px;
      font-size: 20px; } }
  .not-found-container .four-o-four-content {
    font-family: "pt-sans-bold", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .not-found-container .four-o-four-content {
        font-size: 36px;
        margin-bottom: 30px; } }
    .not-found-container .four-o-four-content strong {
      padding: 2px 5px; }

.four-o-four {
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 100px; }
  @media (min-width: 768px) {
    .four-o-four {
      font-size: 160px;
      line-height: 160px; } }

@media (min-width: 1140px) {
  .menu-languages-menu-container {
    height: 0px; } }

.body-modal {
  overflow: hidden; }

.browsehappy {
  background-color: #acacac;
  color: #ffffff;
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  .browsehappy a {
    color: #64b7b0; }

#top-restaurants-list {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: auto; }
  @media (min-width: 768px) {
    #top-restaurants-list {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    #top-restaurants-list {
      margin-top: 0; } }
  #top-restaurants-list a {
    text-decoration: none;
    text-transform: uppercase;
    transition: none; }

.dropdown-resto {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  overflow: hidden; }
  @media (min-width: 992px) {
    .dropdown-resto {
      display: none; } }

.resto-arrow, .resto-browse, #menu-restaurants-menu .menu-item, #menu-restaurants-menu-fr .menu-item {
  padding: 12px; }

.resto-arrow, .resto-browse {
  height: 49px; }
  .fr .resto-arrow, .fr .resto-browse {
    height: 72px; }
    @media (min-width: 640px) {
      .fr .resto-arrow, .fr .resto-browse {
        height: 49px; } }

.resto-arrow {
  border: 2px solid #64b7b0;
  float: left;
  text-align: center;
  width: 15.5%;
  margin-left: 0.5%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px; }
  .resto-arrow:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }

.resto-browse {
  font-family: "pt-sans-bold", Arial, sans-serif;
  float: left;
  font-size: 13.5px;
  border: 2px solid #64b7b0;
  letter-spacing: 0.04em;
  line-height: 1.65em;
  width: 84%; }
  @media (min-width: 480px) {
    .fr .resto-browse {
      font-size: 15.8px; } }
  @media (min-width: 768px) {
    .fr .resto-browse {
      font-size: 16px; } }
  @media (min-width: 480px) {
    .resto-browse {
      font-size: 16px; } }
  .resto-browse > span {
    white-space: nowrap; }

.the-resto-nav {
  display: none; }
  @media (min-width: 992px) {
    .the-resto-nav {
      display: block !important;
      overflow: hidden; } }
  .the-resto-nav a {
    display: block; }
  .the-resto-nav .separator {
    display: none; }
    @media (min-width: 992px) {
      .the-resto-nav .separator {
        display: block; } }

#menu-restaurants-menu, #menu-restaurants-menu-fr {
  margin: 0; }
  #menu-restaurants-menu .menu-item, #menu-restaurants-menu-fr .menu-item {
    background-color: #f7f6f5;
    border-top: 3px solid #ffffff; }
    @media (min-width: 992px) {
      #menu-restaurants-menu .menu-item, #menu-restaurants-menu-fr .menu-item {
        background-color: transparent;
        border: none;
        float: left;
        padding: 5px;
        width: 20%; } }
    @media (min-width: 992px) {
      #menu-restaurants-menu .menu-item.on a, #menu-restaurants-menu-fr .menu-item.on a {
        border-bottom: 1px solid #e9292c; } }
    #menu-restaurants-menu .menu-item a, #menu-restaurants-menu-fr .menu-item a {
      display: block; }
      @media (min-width: 992px) {
        #menu-restaurants-menu .menu-item a, #menu-restaurants-menu-fr .menu-item a {
          display: inline-block;
          border-bottom: 1px solid transparent; } }
      @media (min-width: 992px) {
        #menu-restaurants-menu .menu-item a:hover, #menu-restaurants-menu-fr .menu-item a:hover {
          border-bottom: 1px solid #e9292c; } }

.menu-restaurants-menu-container {
  overflow: auto; }

.top-restaurants-grid {
  border-top: 1px solid #acacac; }
  .top-restaurants-grid .title-beta {
    text-align: center; }

.resto-box {
  float: left;
  width: 50%;
  border-bottom: 2px solid #64b7b0; }
  @media (min-width: 768px) {
    .resto-box {
      border-left: 1px solid #64b7b0;
      border-right: 1px solid #64b7b0; } }
  .resto-box:nth-child(odd) {
    border-left: 2px solid #64b7b0;
    border-right: 1px solid #64b7b0; }
    @media (min-width: 768px) {
      .resto-box:nth-child(odd) {
        border-left: 1px solid #64b7b0; } }
  .resto-box:nth-child(even) {
    border-left: 1px solid #64b7b0;
    border-right: 2px solid #64b7b0; }
    @media (min-width: 768px) {
      .resto-box:nth-child(even) {
        border-right: 1px solid #64b7b0; } }
  @media (min-width: 768px) {
    .resto-box {
      width: 20%; } }
  @media (min-width: 1600px) {
    .resto-box {
      width: 10%; } }
  .resto-box a {
    text-decoration: none; }
    .resto-box a:hover {
      color: #404041; }

.resto-box-content {
  text-align: center;
  position: relative;
  top: -14px; }
  .resto-box-content img {
    height: 40px;
    width: auto; }
  .resto-box-content h5 {
    letter-spacing: 0.065em;
    font-size: 1.27em;
    margin-top: 3px;
    margin-bottom: 1px; }
    @media (min-width: 1200px) {
      .resto-box-content h5 {
        font-size: 1.8em; } }
  .resto-box-content .city {
    font-family: "pt-sans-bold", Arial, sans-serif;
    color: #8e9090;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }

.resto-box-img {
  overflow: hidden; }

.resto-box-link {
  display: block; }
  .resto-box-link:hover .resto-box-img img {
    transform: scale3d(1.15, 1.15, 1); }
  .resto-box-link .resto-box-img img {
    display: block;
    transition: transform 0.35s; }

header {
  width: 100%;
  background: #FFF;
  min-height: 100px;
  max-height: 108px; }

.navigation-container {
  background: #FFF;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 15;
  top: 100px;
  visibility: visible;
  -webkit-transition: visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  -ms-transition: visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  -o-transition: visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  box-shadow: 0px 0px 100px -15px #acacac; }

.main-header {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 8px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 1140px) {
    .main-header {
      width: 97%; } }
  @media (min-width: 1200px) {
    .main-header {
      width: 1170px; } }
  @media (min-width: 1140px) {
    .main-header {
      text-align: left; } }

.main-menu {
  display: none;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FFF;
  box-shadow: 0 20px 50px -20px #acacac; }
  @media (min-width: 1140px) {
    .main-menu {
      background-color: transparent;
      box-shadow: none;
      display: block !important;
      float: right;
      margin-top: 35px; } }

.menu {
  padding-left: 0; }
  .menu li {
    list-style-type: none; }

@media (min-width: 1140px) {
  .menu-item-598, .menu-item-1246 {
    margin-right: 15px; } }

#menu-pages-menu, #menu-languages-menu, #menu-pages-menu-fr, #menu-languages-menu-fr {
  text-transform: uppercase; }
  @media (min-width: 1140px) {
    #menu-pages-menu li, #menu-languages-menu li, #menu-pages-menu-fr li, #menu-languages-menu-fr li {
      display: inline-block; } }
  #menu-pages-menu a, #menu-languages-menu a, #menu-pages-menu-fr a, #menu-languages-menu-fr a {
    text-decoration: none;
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
    border-bottom: 1px solid transparent; }
    @media (min-width: 768px) {
      #menu-pages-menu a, #menu-languages-menu a, #menu-pages-menu-fr a, #menu-languages-menu-fr a {
        font-size: 1.2em; } }
    @media (min-width: 1140px) {
      #menu-pages-menu a, #menu-languages-menu a, #menu-pages-menu-fr a, #menu-languages-menu-fr a {
        font-size: 1em;
        padding-bottom: 0;
        padding-top: 0; }
        #menu-pages-menu a:hover, #menu-languages-menu a:hover, #menu-pages-menu-fr a:hover, #menu-languages-menu-fr a:hover {
          border-bottom: 1px solid #e9292c; } }

#menu-pages-menu, #menu-pages-menu-fr {
  margin-top: 0; }
  #menu-pages-menu a, #menu-pages-menu-fr a {
    font-family: "oswald-regular", Impact, sans-serif;
    font-weight: bold; }
  @media (min-width: 1140px) {
    #menu-pages-menu li, #menu-pages-menu-fr li {
      font-family: "pt-sans-bold", Arial, sans-serif;
      margin-left: 20px; } }
  @media (min-width: 1140px) {
    #menu-pages-menu .current-menu-item a, #menu-pages-menu-fr .current-menu-item a {
      border-bottom: 1px solid #e9292c; } }

@media (min-width: 1140px) {
  #menu-languages-menu, #menu-languages-menu-fr {
    position: relative;
    top: -60px;
    right: 0;
    left: 0;
    text-align: right; } }
#menu-languages-menu a, #menu-languages-menu-fr a {
  font-family: "oswaldlight", Impact, sans-serif; }
#menu-languages-menu .menu-item-language, #menu-languages-menu-fr .menu-item-language {
  display: inline-block; }
  #menu-languages-menu .menu-item-language.current-language a, #menu-languages-menu-fr .menu-item-language.current-language a {
    font-family: "oswald-regular", Impact, sans-serif;
    cursor: default; }
    #menu-languages-menu .menu-item-language.current-language a:hover, #menu-languages-menu-fr .menu-item-language.current-language a:hover {
      color: #404041; }

.mobile-menu-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  cursor: pointer; }
  @media (min-width: 1140px) {
    .mobile-menu-btn {
      display: none; } }
  .mobile-menu-btn span {
    background-color: #000000;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    height: 3px; }

@media (min-width: 1140px) {
  .logo-container {
    background-color: #ffffff;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    text-align: center; }
    .logo-container.en {
      top: 10px;
      width: 375px; }
    .logo-container.fr {
      top: 15px;
      width: 400px; } }
.logo-container img {
  margin-top: 15px; }
.logo-container h1 {
  margin: 0; }

.logo {
  margin-top: 19px;
  width: 260px; }
  @media (min-width: 480px) {
    .logo.en {
      width: 300px; }
    .logo.fr {
      width: 350px; } }
  @media (min-width: 1140px) {
    .logo {
      width: 90%; } }

.nav-up {
  top: -125px;
  visibility: hidden; }
  .nav-up .logo-container, .nav-up .main-menu {
    opacity: 0; }

.nav-down {
  top: 0; }
  .nav-down .logo-container, .nav-down .main-menu {
    opacity: 1; }

.next-year-callout {
  text-transform: uppercase;
  background-color: #fd3925;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1em;
  text-align: center;
  height: 100px; }
  @media (min-width: 768px) {
    .next-year-callout {
      font-size: 1.3em; } }
  @media (min-width: 1200px) {
    .next-year-callout {
      font-size: 1.5em; } }
  .fr .next-year-callout {
    font-size: 0.9em; }
    @media (min-width: 480px) {
      .fr .next-year-callout {
        font-size: 1.1em; } }
    @media (min-width: 768px) {
      .fr .next-year-callout {
        font-size: 1.3em; } }
    @media (min-width: 1200px) {
      .fr .next-year-callout {
        font-size: 1.5em; } }
  .next-year-callout a {
    color: #ffffff;
    text-decoration: none; }
    .next-year-callout a:hover {
      text-decoration: underline; }

.sidebar-right h4, .sidebar-right h5, .sidebar-left h4, .sidebar-left h5 {
  margin-bottom: 12px;
  margin-top: 12px;
  font-family: "pt-sans-bold", Arial, sans-serif;
  font-size: 1.12em; }
.sidebar-right h4, .sidebar-left h4 {
  text-transform: none; }

.social-box, .twitter-box, .download-app {
  padding-top: 18px;
  padding-bottom: 18px; }

.social-box, .dining-guide, .download-app {
  overflow: hidden; }
  .social-box h4, .dining-guide h4, .download-app h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0; }

.social-box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac; }
  .social-box h4 {
    margin-right: 15px; }
    @media (min-width: 480px) {
      .social-box h4 {
        float: left; } }
    @media (min-width: 768px) {
      .social-box h4 {
        float: none; } }
    @media (min-width: 1200px) {
      .social-box h4 {
        float: left; } }

.social-links {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  vertical-align: middle;
  overflow: hidden; }
  .social-links a {
    color: transparent; }
  .social-links li {
    display: inline-block;
    margin-right: 15px;
    list-style-type: none;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .social-links li {
        margin-top: 5px;
        margin-right: 10px; } }
    @media (min-width: 992px) {
      .social-links li {
        margin-top: 0; } }
    @media (min-width: 768px) {
      .social-links li:first-child {
        display: block; } }
    @media (min-width: 1200px) {
      .social-links li:first-child {
        display: inline-block; } }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li:hover {
      opacity: 0.8; }
  .social-links img {
    width: 25px; }
    @media (min-width: 768px) {
      .social-links img {
        width: 22px; } }

h5.stay-in-touch {
  display: inline-block;
  vertical-align: middle;
  margin: 0px; }
  @media (min-width: 768px) {
    h5.stay-in-touch {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    h5.stay-in-touch {
      margin-bottom: 0; } }

.dining-guide {
  clear: both; }
  .dining-guide h4 {
    margin-top: -6px;
    margin-bottom: 0.4em; }
  .dining-guide img {
    float: left;
    margin-right: 20px;
    width: 100px; }
    @media (min-width: 768px) {
      .dining-guide img {
        float: none;
        margin-bottom: 15px;
        width: 85%;
        max-width: 138px; } }
    @media (min-width: 992px) {
      .dining-guide img {
        float: left;
        width: 100px; } }
  .dining-guide .secondary-button {
    padding-left: 17px;
    padding-right: 17px; }

.dining-guide {
  border-top: 1px solid #acacac;
  padding-bottom: 10px; }

@media (min-width: 580px) {
  .twitter-box, .instagram-box, .download-app, .photo-details span {
    font-size: 16px; } }
@media (min-width: 768px) {
  .twitter-box, .instagram-box, .download-app, .photo-details span {
    font-size: 13px; } }
@media (min-width: 768px) {
  .twitter-box, .instagram-box, .download-app, .photo-details span {
    font-size: 14px; } }

.twitter-box h5 a, .twitter-box h4 a, .instagram-box h5 a, .instagram-box h4 a, .download-app h5 a, .download-app h4 a {
  text-decoration: none; }

.twitter-box, .instagram-box {
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .twitter-box, .instagram-box {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .twitter-box, .instagram-box {
      float: none;
      width: 100%; } }
  @media (min-width: 768px) {
    .twitter-box h5, .instagram-box h5 {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .twitter-box h5, .instagram-box h5 {
      font-size: 14px; } }
  .twitter-box .icon, .instagram-box .icon {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    width: 25px; }

.twitter-box {
  border-top: 1px solid #acacac;
  margin-top: 9px;
  word-wrap: break-word; }
  .twitter-box .author, .twitter-box .timestamp {
    display: block; }
  .twitter-box .author a {
    font-weight: 700; }
  @media (min-width: 768px) {
    .twitter-box {
      margin-top: 0; } }

.instagram-box {
  margin-top: 9px;
  padding-top: 18px;
  border-top: 1px solid #acacac; }
  @media (min-width: 480px) {
    .instagram-box {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .instagram-box {
      padding-right: 0; } }

.download-app {
  clear: both; }
  .download-app p {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.45em; }
  .download-app img {
    float: left;
    margin-right: 8px;
    width: 100px; }
    @media (min-width: 768px) {
      .download-app img {
        float: none;
        margin-right: 0; } }
    @media (min-width: 992px) {
      .download-app img {
        float: left;
        margin-right: 8px;
        width: 90px; } }

.title-beta {
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px; }

.article-heading {
  text-transform: uppercase;
  font-family: "oswald-regular", Impact, sans-serif;
  line-height: 1.35em;
  letter-spacing: 0.035em;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .article-heading {
      font-size: 20px; } }
  .article-heading em {
    display: block;
    font-style: normal;
    font-family: "oswald-regular", Impact, sans-serif; }

h2.article-heading {
  font-family: "oswaldlight", Impact, sans-serif;
  font-weight: lighter;
  margin-bottom: 17px; }

p.article-heading {
  margin-bottom: 17px; }

.title-charlie, .comment-reply-title {
  font-size: 1.8em;
  text-transform: uppercase; }
  .title-charlie:after, .comment-reply-title:after {
    content: "";
    background-image: url("../img/backgrounds/red-dot.png");
    background-repeat: repeat-x;
    background-size: 16px;
    display: block;
    height: 10px;
    margin-top: 11px; }

.top-restaurants-list-title {
  display: none; }
  @media (min-width: 992px) {
    .top-restaurants-list-title {
      display: block;
      background-color: #c1e3e0;
      font-size: 1.2em;
      padding-top: 9px;
      padding-bottom: 9px;
      margin-top: 0;
      margin-bottom: 10px;
      text-align: center; } }

.light {
  font-family: "oswaldlight", Impact, sans-serif;
  color: #8e9090; }

.separator {
  content: "";
  display: block;
  clear: both;
  height: 5px;
  margin-top: 17px;
  background-image: url("../img/backgrounds/dot.png");
  background-repeat: repeat-x; }

.main-button, .secondary-button, .third-button, #submit {
  color: #ffffff;
  font-family: "pt-sans-bold", Arial, sans-serif;
  letter-spacing: 0.04em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 12px 17px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s background-color; }
  .post-content .main-button, .post-content .secondary-button, .post-content .third-button, .post-content #submit {
    text-shadow: none;
    background: #64b7b0; }
  .main-button:hover, .secondary-button:hover, .third-button:hover, #submit:hover {
    color: #ffffff;
    text-decoration: none; }

.main-button, #submit {
  border: 3px solid #64b7b0;
  background-color: #64b7b0; }
  .main-button:hover, #submit:hover {
    background-color: transparent;
    color: #64b7b0 !important; }

.secondary-button {
  border: 3px solid #e9292c; }
  .secondary-button:hover {
    background-color: #e9292c; }

.third-button {
  border: 3px solid #e9292c;
  background: transparent;
  color: #404041; }
  .post-content .third-button {
    background: transparent; }
    .post-content .third-button:hover {
      background: #e9292c;
      color: #ffffff; }
  .third-button:hover {
    background: #e9292c;
    color: #ffffff; }

.black-overlay {
  position: relative; }
  .black-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .black-overlay .black-overlay-content {
    position: relative;
    z-index: 1; }

.post-content a, .download-app p a, .twitter-box p a {
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#e9292c, #e9292c);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 95%, 100% 95%, 0 95%;
  transition: none; }
  .post-content a:hover, .download-app p a:hover, .twitter-box p a:hover {
    color: #e9292c;
    background: none; }
.post-content img, .download-app p img, .twitter-box p img {
  background: none; }

h3 .honorary-nominee {
  font-size: 14px;
  font-family: "pt-sans-bold", Arial, sans-serif;
  font-weight: bold;
  color: #e9292c;
  margin-left: 15px; }

.home-hero {
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .home-hero {
      padding-top: 90px;
      padding-bottom: 70px; } }
  @media (min-width: 640px) {
    .home-hero {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .home-hero {
      padding-bottom: 90px; } }
  .home-hero .years-stamp {
    width: 90px;
    transition: 0.15s ease;
    cursor: pointer; }
    @media (min-width: 768px) {
      .home-hero .years-stamp {
        width: 160px; } }
    .home-hero .years-stamp:hover {
      transform: scale(1.09, 1.09); }
  .home-hero h2 {
    font-family: "oswald-regular", Impact, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.8em;
    margin-top: 12px;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .home-hero h2 {
        font-size: 2.2em; } }
    @media (min-width: 768px) {
      .home-hero h2 {
        font-size: 2.5em;
        margin-top: 30px;
        margin-bottom: 35px; } }
  .home-hero .main-button, .home-hero .secondary-button {
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    font-size: 0.85em;
    padding: 10px 9px; }
    @media (min-width: 480px) {
      .home-hero .main-button, .home-hero .secondary-button {
        font-size: 1em;
        padding: 12px 17px; } }
  .home-hero .main-button {
    background-color: #64b7b0;
    margin-bottom: 20px; }
    .home-hero .main-button:hover {
      background-color: rgba(100, 183, 176, 0.85);
      color: #ffffff !important; }
  .home-hero .secondary-button:hover {
    background-color: rgba(233, 41, 44, 0.85); }

.mobile-home-hero, .background-video {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  min-width: 100%;
  min-height: 105%;
  background-position-x: -30%;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain; }

.mobile-home-hero {
  background: transparent url("../img/backgrounds/homepage-header-mobile.jpg") no-repeat -71px 3px;
  background-size: cover; }
  @media (min-width: 420px) {
    .mobile-home-hero {
      background: transparent url("../img/backgrounds/homepage-header-mobile.jpg") no-repeat 0 3px;
      background-size: cover; } }
  @media (min-width: 768px) {
    .mobile-home-hero {
      display: none; } }

@media (min-width: 768px) {
  .background-video {
    background: transparent url("../img/backgrounds/homepage-poster.jpg");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover; } }

.post-hero {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-hero {
      position: relative;
      width: 100%;
      height: 350px; } }
  @media (min-width: 992px) {
    .post-hero {
      height: 450px; } }
  @media (min-width: 1200px) {
    .post-hero {
      height: 580px; } }
  .post-hero .attachment-post-thumbnail {
    position: relative;
    left: -10%;
    max-width: none;
    width: 120%; }
    @media (min-width: 768px) {
      .post-hero .attachment-post-thumbnail {
        top: -5%;
        left: 0;
        position: relative;
        max-width: 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .post-hero .attachment-post-thumbnail {
        top: -10%; } }

.post-stamp, .img-post-stamp {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  width: 150px;
  height: 150px; }
  .fr .post-stamp, .fr .img-post-stamp {
    width: 170px;
    height: 170px; }
  @media (min-width: 480px) {
    .post-stamp, .img-post-stamp {
      width: 200px !important;
      height: 200px !important; } }
  @media (min-width: 768px) {
    .post-stamp, .img-post-stamp {
      width: 240px !important;
      height: 240px !important; } }

.post-stamp {
  letter-spacing: 0.06em;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center; }
  .post-stamp .post-stamp-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  .post-stamp .post-stamp-title {
    text-transform: uppercase;
    font-family: "oswald-regular", Impact, sans-serif;
    font-size: 1.25em;
    line-height: 1.05em;
    margin-top: 11px;
    margin-bottom: 2px; }
    @media (min-width: 480px) {
      .post-stamp .post-stamp-title {
        font-size: 1.6em; } }
    @media (min-width: 768px) {
      .post-stamp .post-stamp-title {
        font-size: 2.1em; } }
  .post-stamp span {
    display: block; }
  .post-stamp .resto-marquee {
    width: 16px; }
    @media (min-width: 480px) {
      .post-stamp .resto-marquee {
        width: 25px; } }
    @media (min-width: 768px) {
      .post-stamp .resto-marquee {
        margin-top: 5px;
        width: auto;
        height: 52px; } }
    .post-stamp .resto-marquee.two-digits {
      width: 32px; }
      @media (min-width: 480px) {
        .post-stamp .resto-marquee.two-digits {
          width: 50px; } }
      @media (min-width: 768px) {
        .post-stamp .resto-marquee.two-digits {
          width: auto;
          height: 42px; } }
  .post-stamp .city {
    font-family: "pt-sans-bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #8e9090;
    font-size: 0.85em; }
    @media (min-width: 480px) {
      .post-stamp .city {
        font-size: 1em; } }
    @media (min-width: 768px) {
      .post-stamp .city {
        font-size: 1.1em; } }
  .post-stamp .watch-video {
    margin-top: 6px;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#e9292c, #e9292c);
    background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
    background-position: 0 95%, 100% 95%, 0 95%;
    transition: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.93em; }
    @media (min-width: 480px) {
      .post-stamp .watch-video {
        font-size: 1em; } }
    @media (min-width: 768px) {
      .post-stamp .watch-video {
        font-size: 1.15em; } }
    .post-stamp .watch-video:hover {
      color: #e9292c;
      background: none; }
    @media (min-width: 768px) {
      .post-stamp .watch-video {
        margin-top: 15px;
        font-size: 1.2em; } }

.post-nav-btn {
  display: none; }
  @media (min-width: 768px) {
    .post-nav-btn {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      align-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 15px 8px;
      background-color: white;
      font-family: "oswald-regular", Impact, sans-serif;
      font-size: 1.3em;
      line-height: 1.25em;
      text-transform: uppercase;
      height: 120px;
      width: auto;
      transform: width 0.5s ease; } }
  .post-nav-btn img {
    width: 90px;
    vertical-align: middle; }
  .post-nav-btn a {
    text-decoration: none; }
    .post-nav-btn a:hover {
      color: #404041; }
  .post-nav-btn h6 {
    display: inline-block;
    margin: 0; }
  .post-nav-btn.prev-post {
    left: 0;
    border-right: 3px solid #e9292c; }
    .post-nav-btn.prev-post img {
      margin-left: 15px;
      margin-right: 5px; }
    .post-nav-btn.prev-post .content.show {
      margin-left: 40px; }
  .post-nav-btn.next-post {
    right: 0;
    border-left: 3px solid #e9292c; }
    .post-nav-btn.next-post img {
      margin-right: 15px;
      margin-left: 5px; }
    .post-nav-btn.next-post .content.show {
      margin-right: 40px; }
  .post-nav-btn .arrow {
    font-family: "pt-sans-regular", Arial, sans-serif;
    font-size: 2em;
    font-weight: 700; }
  .post-nav-btn .location {
    font-family: "pt-sans-regular", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #8e9090;
    font-size: 0.8em; }
  .post-nav-btn .hide {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease;
    width: 0; }
  .post-nav-btn .show {
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease;
    width: auto; }

.bottom-prev-post, .bottom-next-post {
  display: block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  text-align: center;
  float: left;
  width: 50%;
  height: 60px;
  line-height: 56px;
  position: relative;
  background: none; }
  @media (min-width: 480px) {
    .bottom-prev-post, .bottom-next-post {
      border-top: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      width: 150px; } }
  @media (min-width: 992px) {
    .bottom-prev-post, .bottom-next-post {
      width: 200px; } }
  .bottom-prev-post:hover, .bottom-next-post:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.37);
    border-top: 1px solid #e9292c;
    border-right: 1px solid #e9292c;
    border-bottom: 1px solid #e9292c;
    border-left: 1px solid #e9292c;
    color: #404041; }
    @media (min-width: 480px) {
      .bottom-prev-post:hover, .bottom-next-post:hover {
        border-top: 3px solid #e9292c;
        border-right: 3px solid #e9292c;
        border-bottom: 3px solid #e9292c;
        border-left: 3px solid #e9292c; } }
  .bottom-prev-post span, .bottom-next-post span {
    position: absolute;
    font-size: 2em;
    font-weight: 700; }

.bottom-prev-post {
  border-right: 1px solid #e9292c; }
  @media (min-width: 480px) {
    .bottom-prev-post {
      border-right: 3px solid #e9292c; } }
  .bottom-prev-post span {
    left: 8px; }

.bottom-next-post {
  border-left: 1px solid #e9292c; }
  @media (min-width: 480px) {
    .bottom-next-post {
      float: right;
      border-left: 3px solid #e9292c; } }
  .bottom-next-post span {
    right: 8px; }

@media (min-width: 768px) {
  .sponsor-box {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; } }

.sponsors {
  padding-bottom: 20px;
  font-size: 1.8em;
  font-family: "oswald-regular", Impact, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .sponsors {
      font-size: 1.5em; } }
  @media (min-width: 992px) {
    .sponsors {
      font-size: 1.9em; } }
  .sponsors div {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    height: 100px;
    line-height: 100px; }
    @media (min-width: 768px) {
      .sponsors div {
        display: inline;
        float: left;
        width: 31.25%;
        margin: 0 1.04167%;
        height: 120px;
        line-height: 120px; } }
  .sponsors img {
    width: 120px; }
    @media (min-width: 768px) {
      .sponsors img {
        width: 100px; } }
    @media (min-width: 992px) {
      .sponsors img {
        width: 120px; } }
  .sponsors .guiness {
    width: 100px; }
  .sponsors .zwilling {
    width: 75px; }
  .sponsors:after {
    content: "";
    clear: both;
    display: block; }

.content-heading {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 25px; }

article {
  margin-bottom: 40px; }
  article:after {
    content: "";
    clear: both;
    display: block; }
  article h4 {
    margin-top: 0;
    margin-bottom: 1em; }
  article p {
    font-family: "pt-serif-regular", Times, serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top: 15px;
    color: #404041; }
    @media (min-width: 768px) {
      article p {
        font-size: 1.35em;
        line-height: 1.9em; } }

.letter {
  background-repeat: no-repeat;
  float: left;
  width: 57px;
  height: 57px;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .letter {
      width: 90px;
      height: 90px;
      margin-top: 12px; } }

.a-fr {
  background-image: url("../img/letters/a-fr.svg"); }

.a {
  background-image: url("../img/letters/a.svg"); }

.b {
  background-image: url("../img/letters/b.svg"); }

.c {
  background-image: url("../img/letters/c.svg"); }

.d {
  background-image: url("../img/letters/d.svg"); }

.f {
  background-image: url("../img/letters/f.svg"); }

.g {
  background-image: url("../img/letters/g.svg"); }

.h {
  background-image: url("../img/letters/h.svg"); }

.i {
  background-image: url("../img/letters/i.svg"); }

.j {
  background-image: url("../img/letters/j.svg"); }

.l-apos {
  background-image: url("../img/letters/l-apos.svg"); }

.l {
  background-image: url("../img/letters/l.svg"); }

.n {
  background-image: url("../img/letters/n.svg"); }

.o {
  background-image: url("../img/letters/o.svg"); }

.q {
  background-image: url("../img/letters/q.svg"); }

.quot-fr {
  background-image: url("../img/letters/quot-fr.svg"); }

.quot {
  background-image: url("../img/letters/quot.svg"); }

.s {
  background-image: url("../img/letters/s.svg"); }

.t {
  background-image: url("../img/letters/t.svg"); }

.w {
  background-image: url("../img/letters/w.svg"); }

.feature {
  position: relative;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px; }

.feature-image {
  width: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom; }

.feature-content {
  padding: 30px;
  padding-top: 50px;
  margin: 0px auto;
  border: solid 5px #64b7b0;
  border-top: 0px;
  position: relative;
  top: 0px; }
  @media (min-width: 768px) {
    .feature-content {
      padding: 60px; } }
  .feature-content h3, .feature-content h6 {
    font-family: "oswaldlight", Impact, sans-serif; }
    .feature-content h3 em, .feature-content h6 em {
      font-style: normal;
      font-family: "oswald-regular", Impact, sans-serif; }
  .feature-content h3 {
    font-size: 1.25em;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .feature-content h3 {
        font-size: 1.45em; } }
    .feature-content h3 em {
      display: block; }
  .feature-content h6 {
    font-size: 1.1em;
    margin-top: 4px;
    margin-bottom: 4px; }

.feature-main-content {
  margin-bottom: 30px;
  line-height: 1.85em; }

.feature-title, .callout.winner {
  position: absolute;
  display: table;
  top: 25px;
  left: 0;
  background-color: #e9292c;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 1; }
  @media (min-width: 768px) {
    .feature-title, .callout.winner {
      height: 90px;
      left: -75px; } }
  .feature-title:after, .callout.winner:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e9292c; }
    @media (min-width: 768px) {
      .feature-title:after, .callout.winner:after {
        right: -45px;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        border-left: 45px solid #e9292c; } }
  .feature-title h5, .callout.winner h5 {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-family: "oswald-regular", Impact, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .feature-title h5, .callout.winner h5 {
        font-size: 1.3em; } }

.feature-person-image {
  width: 230px;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  margin: 0px auto; }
  @media (min-width: 768px) {
    .feature-person-image {
      width: 260px;
      top: -100px; } }

.feature-bottom-content {
  line-height: 1.15em; }

.feature-bottom-title {
  color: #e9292c;
  font-family: "pt-sans-bold", Arial, sans-serif;
  margin-bottom: 16px; }

.social-share {
  margin-top: 30px; }

.callout.winner {
  position: relative;
  left: 0;
  top: 0;
  width: 90%;
  margin-bottom: 30px; }
  .callout.winner h5 {
    font-size: 1.15em; }
  .callout.winner .message-light {
    font-family: "oswaldlight", Impact, sans-serif;
    font-weight: lighter;
    display: block; }
  .callout.winner .message-bold {
    display: none;
    font-family: "oswald-regular", Impact, sans-serif;
    font-weight: bold; }
    @media (min-width: 768px) {
      .callout.winner .message-bold {
        display: block; } }
.callout.people {
  position: relative;
  margin: 30px auto 50px auto;
  border: 5px solid #64b7b0;
  background: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .callout.people:after, .callout.people:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .callout.people:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 30px;
    margin-left: -30px; }
  .callout.people:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #64b7b0;
    border-width: 37px;
    margin-left: -37px; }
  @media (min-width: 1200px) {
    .callout.people {
      flex-direction: row; } }
  .callout.people .image {
    flex: 0.4;
    order: 0;
    text-align: center; }
    .callout.people .image img {
      vertical-align: bottom;
      margin-top: 25px; }
  .callout.people .description {
    flex: 0.6;
    order: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "oswaldlight", Impact, sans-serif;
    font-size: 1.1em;
    margin: 15px 0;
    line-height: 1.15em; }
    @media (min-width: 768px) {
      .callout.people .description {
        font-size: 1.35em; } }
    .callout.people .description p {
      text-transform: uppercase;
      font-family: "oswaldlight", Impact, sans-serif;
      font-size: 1.1em;
      margin: 0;
      line-height: 1.15em; }
    @media (min-width: 768px) {
      .callout.people .description {
        font-size: 1.35em; } }
    .callout.people .description .name {
      font-family: "oswald-regular", Impact, sans-serif;
      font-weight: bold; }
    .callout.people .description .position {
      font-family: "oswaldlight", Impact, sans-serif; }

.read-less, .read-more {
  display: none;
  cursor: pointer;
  cursor: hand; }

.truncable-txt-is-truncated .read-more, .truncable-txt-is-not-truncated .read-less {
  display: inline-block; }

.hotspot-box .circle-1 {
  top: 63%;
  left: 11%; }
.hotspot-box .circle-2 {
  top: 45%;
  left: 37%; }
.hotspot-box .circle-3 {
  top: 51%;
  left: 64%; }
.hotspot-box .circle-4 {
  top: 75%;
  left: 85%; }

article h2 {
  text-transform: uppercase;
  font-family: "oswald-regular", Impact, sans-serif;
  font-size: 2em; }
article h3 {
  font-family: "oswaldlight", Impact, sans-serif;
  margin-bottom: 0; }
  article h3 > em {
    font-family: "oswald-regular", Impact, sans-serif;
    font-style: normal;
    font-weight: bold; }
article p {
  margin-top: 0; }
article .js-readmore-nominees {
  font-family: "pt-sans-regular", Arial, sans-serif;
  margin-top: 5px; }

@media (min-width: 480px) {
  .alignright {
    float: right; } }
@media (min-width: 768px) {
  .alignright {
    float: none; } }
@media (min-width: 992px) {
  .alignright {
    float: right; } }

@media (min-width: 480px) {
  .alignleft {
    float: left; } }
@media (min-width: 768px) {
  .alignleft {
    float: none; } }
@media (min-width: 992px) {
  .alignleft {
    float: left; } }

.reserve-container {
  padding-bottom: 10px; }

#gallery-1 img {
  border: none !important; }
#gallery-1 .gallery-item {
  margin-bottom: 0;
  margin-top: 0 !important; }

.owl-stage-outer {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .owl-stage-outer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .hotspot-box .owl-stage-outer {
    margin-top: 0; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 2.2em;
  font-weight: 400; }
  .owl-prev:hover, .owl-next:hover {
    transform: translateY(-50%) scale(1.12); }

.owl-prev {
  left: 0; }
  @media (min-width: 768px) {
    .owl-prev {
      left: -15px; } }

.owl-next {
  right: 0; }
  @media (min-width: 768px) {
    .owl-next {
      right: -15px; } }

.comment-respond {
  clear: both; }

ol.comment-list {
  list-style-type: none;
  padding-left: 0; }
  ol.comment-list li {
    margin-bottom: 30px; }
  ol.comment-list h6 {
    font-size: 1.35em;
    margin-bottom: 5px; }

.comment-reply-title {
  margin-bottom: 35px; }

.comment-text, .moderation {
  padding-left: 24px;
  padding-right: 24px; }

.comment-text {
  background-color: #ebebeb;
  padding-top: 16px;
  padding-bottom: 16px; }
  .comment-text p {
    margin-bottom: 0;
    margin-top: 0;
    word-wrap: break-word; }

.moderation {
  background-color: #64b7b0;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px; }

.comment-date {
  font-size: 12px;
  margin-top: 5px; }

.disclaimer-link {
  margin-bottom: 30px;
  margin-top: 10px; }
  .disclaimer-link a {
    font-size: 0.9em;
    color: #64b7b0; }

.comment-form p {
  margin-bottom: 33px; }
.comment-form .comment-notes {
  font-size: 0.95em;
  margin-bottom: 0px; }
.comment-form label {
  font-family: "oswald-regular", Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }
.comment-form input, .comment-form textarea {
  display: block;
  font-size: 1em;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-left: none;
  padding: 7px 8px;
  margin-top: 5px;
  width: 100%; }
.comment-form input {
  width: 100%; }
.comment-form input#submit {
  width: auto;
  border-radius: 0;
  display: block; }
.comment-form textarea {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  min-height: 100px;
  width: 100%; }

label.error {
  display: block;
  color: #e9292c;
  margin-top: 13px; }

.js-disclaimer-modal {
  display: none; }

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15; }

.modal-content {
  background-color: #ffffff;
  border: 1px solid #000000;
  position: fixed;
  margin: 5% auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 25px;
  max-height: 90%;
  width: 80%;
  max-width: 700px;
  overflow-y: scroll; }
  @media (min-height: 800px) {
    .modal-content {
      max-height: none;
      margin-top: 10%;
      overflow-y: visible; } }
  @media (min-width: 768px) {
    .modal-content {
      padding: 40px; } }
  .modal-content h3 {
    margin-top: 0; }
  .modal-content .close {
    position: absolute;
    top: 7px;
    right: 11px;
    font-size: 2em;
    text-decoration: none; }

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.hotspot-box {
  position: relative; }

.hotspot-circle {
  border: 2px solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 5; }
  .hotspot-circle span {
    line-height: 39px; }

.centered-tip {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px; }

.toast .circle-1 {
  top: 39%;
  left: 39%; }
.toast .circle-2 {
  top: 29%;
  left: 22%; }
.toast .circle-3 {
  top: 58%;
  left: 22%; }
.toast .circle-4 {
  top: 71%;
  left: 51%; }
.toast .circle-5 {
  top: 65%;
  left: 74%; }

.oyster .circle-1 {
  top: 45%;
  left: 38%; }
.oyster .circle-2 {
  top: 32%;
  left: 72%; }
.oyster .circle-3 {
  top: 78%;
  left: 21%; }
.oyster .circle-4 {
  top: 83%;
  left: 64%; }
.oyster .circle-5 {
  top: 21%;
  left: 20%; }
.oyster .circle-6 {
  top: 27%;
  left: 64%; }
.oyster .circle-7 {
  top: 64%;
  left: 70%; }
.oyster .circle-8 {
  top: 74%;
  left: 27%; }
.oyster .circle-9 {
  top: 48%;
  left: 57%; }
.oyster .circle-10 {
  top: 53%;
  left: 19%; }
.oyster .circle-11 {
  top: 25%;
  left: 28%; }
.oyster .circle-12 {
  top: 27%;
  left: 59%; }
.oyster .circle-13 {
  top: 21%;
  left: 81%; }
.oyster .circle-14 {
  top: 39%;
  left: 81%; }
.oyster .circle-15 {
  top: 60%;
  left: 76%; }
.oyster .circle-16 {
  top: 81%;
  left: 64%; }
.oyster .circle-17 {
  top: 82%;
  left: 46%; }
.oyster .circle-18 {
  top: 74%;
  left: 9%; }

.bar-raval .circle-1 {
  top: 29%;
  left: 26%; }
.bar-raval .circle-2 {
  top: 68%;
  left: 30%; }
.bar-raval .circle-3 {
  top: 56%;
  left: 51%; }
.bar-raval .circle-4 {
  top: 42%;
  left: 71%; }
.bar-raval .circle-5 {
  top: 69%;
  left: 75%; }
.bar-raval .circle-6 {
  top: 31%;
  left: 19%; }
.bar-raval .circle-7 {
  top: 78%;
  left: 34%; }
.bar-raval .circle-8 {
  top: 75%;
  left: 85%; }
.bar-raval .circle-9 {
  top: 27%;
  left: 13%; }
.bar-raval .circle-10 {
  top: 69%;
  left: 15%; }
.bar-raval .circle-11 {
  top: 54%;
  left: 24%; }
.bar-raval .circle-12 {
  top: 36%;
  left: 42%; }
.bar-raval .circle-13 {
  top: 72%;
  left: 42%; }
.bar-raval .circle-14 {
  top: 40%;
  left: 56%; }
.bar-raval .circle-15 {
  top: 77%;
  left: 71%; }
.bar-raval .circle-16 {
  top: 81%;
  left: 93%; }

.ot-widget {
  margin: 20px auto 40px auto;
  background: #f7f6f5;
  padding: 25px; }
  .ot-widget a {
    background: none; }
  .ot-widget.ot-desktop {
    display: none;
    visibility: hidden; }
    @media (min-width: 992px) {
      .ot-widget.ot-desktop {
        display: block;
        visibility: visible; } }
  .ot-widget.ot-mobile {
    display: block;
    visibility: visible; }
    @media (min-width: 992px) {
      .ot-widget.ot-mobile {
        display: none;
        visibility: hidden; } }
  .ot-widget .ot-dtp-picker {
    padding: 0px;
    background: none; }
    .ot-widget .ot-dtp-picker.standard {
      width: 100%; }
    .ot-widget .ot-dtp-picker.wide {
      margin-left: auto;
      margin-right: auto; }
  .ot-widget .ot-title {
    text-transform: uppercase;
    font-family: "oswald-regular", Impact, sans-serif;
    line-height: 1.35em;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 16px;
    text-align: left;
    font-weight: normal; }
    @media (min-width: 768px) {
      .ot-widget .ot-title {
        font-size: 24px; } }
  .ot-widget .ot-button.ot-dtp-picker-button {
    height: 2.85rem; }

/**
 * Styling Rules for the 15 years of CBNR page
 */
.fifteen-years-timeline .wp-caption-text.gallery-caption {
  position: relative;
  left: 0;
  right: 0;
  top: -10px;
  padding: 3px 20px;
  background: #404041;
  color: white;
  display: inline-block; }
.fifteen-years-timeline .arrow {
  background: url("../img/15years/assets/timeline-arrow.svg");
  background-size: auto 70px;
  height: 70px;
  background-position-x: center;
  background-position-y: -1px;
  background-repeat: no-repeat; }
  .fifteen-years-timeline .arrow.with-no-end {
    height: 35px; }
.fifteen-years-timeline .title {
  font-family: "oswald-regular", Impact, sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px; }
.fifteen-years-timeline .memory {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 5px solid #64b7b0;
  margin-left: 0px;
  margin-right: 0px; }
  @media (min-width: 768px) {
    .fifteen-years-timeline .memory {
      margin-left: -35%;
      margin-right: -35%; } }
  @media (min-width: 992px) {
    .fifteen-years-timeline .memory {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .fifteen-years-timeline .memory {
      margin-left: -30%;
      margin-right: -30%; } }
  .fifteen-years-timeline .memory .magazine-cover {
    flex: 0.6;
    order: 0; }
    .fifteen-years-timeline .memory .magazine-cover img {
      display: none; }
      @media (min-width: 992px) {
        .fifteen-years-timeline .memory .magazine-cover img {
          display: block;
          max-width: 100%;
          vertical-align: bottom; } }
  .fifteen-years-timeline .memory .content {
    flex: 0.4;
    order: 1;
    text-align: left;
    padding: 35px;
    color: #404041; }
    .fifteen-years-timeline .memory .content .year {
      display: block;
      font-family: "pt-sans-bold", Arial, sans-serif;
      color: #e9292c;
      font-size: 14px; }
    .fifteen-years-timeline .memory .content .title {
      display: block;
      font-family: "oswald-regular", Impact, sans-serif;
      text-transform: uppercase;
      font-size: 26px;
      text-align: left;
      margin-top: 15px;
      margin-bottom: 0px; }
    .fifteen-years-timeline .memory .content .author {
      display: block;
      font-family: "oswaldlight", Impact, sans-serif;
      text-transform: uppercase;
      font-size: 26px;
      margin-bottom: 20px; }
    .fifteen-years-timeline .memory .content .text {
      display: block;
      font-family: "pt-sans-regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 30px; }
.fifteen-years-timeline .winner {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .fifteen-years-timeline .winner .year {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "oswald-regular", Impact, sans-serif;
    color: white;
    font-size: 18px;
    background: url("../img/15years/assets/red-timeline-burst.svg");
    width: 80px;
    height: 80px;
    margin: 15px auto; }
  .fifteen-years-timeline .winner .name,
  .fifteen-years-timeline .winner .city,
  .fifteen-years-timeline .winner .address,
  .fifteen-years-timeline .winner .phone-number,
  .fifteen-years-timeline .winner .website {
    font-family: "oswald-regular", Impact, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px auto;
    color: #404041; }
  .fifteen-years-timeline .winner .address,
  .fifteen-years-timeline .winner .phone-number,
  .fifteen-years-timeline .winner .website {
    font-family: "oswaldlight", Impact, sans-serif;
    padding-left: 10px;
    padding-right: 10px; }
  .fifteen-years-timeline .winner .city:before {
    content: "• "; }
.fifteen-years-timeline .timeline-footer p {
  font-family: "oswald-regular", Impact, sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .fifteen-years-timeline .timeline-footer p.share-timeline {
    font-family: "pt-sans-regular", Arial, sans-serif;
    font-size: 18px;
    text-transform: none; }
.fifteen-years-timeline .timeline-footer img {
  max-width: 150px;
  display: block;
  margin: 15px auto; }
.fifteen-years-timeline .new-line:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/**
 * Styling Rules for the Watch page
 */
.video-archive-col {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }
  @media (min-width: 768px) {
    .video-archive-col {
      display: inline;
      float: left;
      width: 31.25%;
      margin: 0 1.04167%; } }

.video-archive-title {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.video-archive .separator {
  margin-bottom: 30px; }
.video-archive h4 {
  font-size: 1.1em;
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 0; }

.video-archive-row {
  margin-top: 60px;
  overflow: auto; }
  .video-archive-row:last-child {
    margin-bottom: 60px; }

.video-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .video-container {
      padding-bottom: 53%; } }
  @media (min-width: 992px) {
    .video-container {
      padding-bottom: 54%; } }
  @media (min-width: 1200px) {
    .video-container {
      padding-bottom: 55%; } }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container .videoButton {
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.15s ease; }
    .video-container .videoButton:hover {
      transform: translate(-50%, -50%) scale(1.09, 1.09); }
    .video-container .videoButton.play {
      content: url("../img/icons/play-button-teal-square.svg"); }
    .video-container .videoButton.pause {
      content: url("../img/icons/pause-button-teal-square.svg"); }

.video-nav {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
  @media (min-width: 480px) {
    .video-nav {
      margin-top: 0px;
      flex-direction: row; } }
  .video-nav .nav-item {
    display: flex;
    flex-direction: column;
    border: none; }
    @media (min-width: 480px) {
      .video-nav .nav-item {
        border: solid 5px #64b7b0;
        border-top: none; }
        .video-nav .nav-item:first-child {
          border-right: none; }
        .video-nav .nav-item:last-child {
          border-left: none; } }
    .video-nav .nav-item .resto-box-content {
      top: -55px;
      margin-bottom: -25px; }
      .video-nav .nav-item .resto-box-content img {
        height: 50px; }
        @media (min-width: 768px) {
          .video-nav .nav-item .resto-box-content img {
            height: 75px; } }
    .video-nav .nav-item .video-thumb {
      position: relative;
      cursor: pointer;
      top: -30px;
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px);
      clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px); }
      @media (min-width: 768px) {
        .video-nav .nav-item .video-thumb {
          top: -20px;
          -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 20px, 60% 20px, 50% 0px, 40% 20px, 0% 20px);
          clip-path: polygon(0% 100%, 100% 100%, 100% 20px, 60% 20px, 50% 0px, 40% 20px, 0% 20px); } }
      @media (min-width: 992px) {
        .video-nav .nav-item .video-thumb {
          top: -25px;
          -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 25px, 59% 25px, 50% 0px, 41% 25px, 0% 25px);
          clip-path: polygon(0% 100%, 100% 100%, 100% 25px, 59% 25px, 50% 0px, 41% 25px, 0% 25px); } }
      @media (min-width: 1200px) {
        .video-nav .nav-item .video-thumb {
          top: -30px;
          -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 57% 30px, 50% 0px, 43% 30px, 0% 30px);
          clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 57% 30px, 50% 0px, 43% 30px, 0% 30px); } }
      .video-nav .nav-item .video-thumb.inactive {
        top: -30px;
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px);
        clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px); }
        @media (min-width: 768px) {
          .video-nav .nav-item .video-thumb.inactive {
            top: -20px;
            -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 20px, 0% 20px);
            clip-path: polygon(0% 100%, 100% 100%, 100% 20px, 0% 20px); } }
        @media (min-width: 992px) {
          .video-nav .nav-item .video-thumb.inactive {
            top: -25px;
            -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 25px, 0% 25px);
            clip-path: polygon(0% 100%, 100% 100%, 100% 25px, 0% 25px); } }
        @media (min-width: 1200px) {
          .video-nav .nav-item .video-thumb.inactive {
            top: -30px;
            -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px);
            clip-path: polygon(0% 100%, 100% 100%, 100% 30px, 0% 30px); } }
      .video-nav .nav-item .video-thumb.inactive:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.65);
        background-image: url("../img/icons/play-button-2.png");
        background-repeat: no-repeat;
        background-size: 8%;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: 100%; }
        @media (min-width: 480px) {
          .video-nav .nav-item .video-thumb.inactive:after {
            background-size: 37px; } }
      .video-nav .nav-item .video-thumb img {
        vertical-align: bottom; }

footer {
  clear: both;
  margin: 45px 0px; }
  footer h4 {
    font-family: "oswald-regular", Impact, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0; }
  footer ul {
    padding-left: 0; }
  footer li {
    list-style-type: none; }
  footer a {
    color: #e9292c;
    text-decoration: none; }
    footer a:hover {
      color: #e9292c; }
  footer .spafax {
    text-align: right; }
    footer .spafax a {
      color: #666666; }

.footer-column {
  font-size: 12px;
  margin-bottom: 20px; }

.ad {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  display: none;
  text-align: center;
  margin-top: 45px;
  padding-top: 15px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .ad {
      display: block; } }
  .ad p {
    font-family: "oswald-regular", Impact, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    .ad p img {
      position: relative;
      top: -5px;
      width: 60px;
      margin-left: 15px;
      vertical-align: middle; }

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