<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Copyright 2016 Donatellos Pizza.  All rights reserved.
 */
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0; }
  25% {
    opacity: .5; }
  50% {
    opacity: 1; }
  75% {
    opacity: .5; } }

@keyframes fade {
  0%, 100% {
    opacity: 0; }
  25% {
    opacity: .5; }
  50% {
    opacity: 1; }
  75% {
    opacity: .5; } }

.uk-button-primary {
  background-color: #146c3a;
  color: white; }
  .uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #004d21;
    color: white; }
  .uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #09aa4f;
    color: white;
    outline: none;
    text-decoration: none; }

.uk-dotnav &gt; * &gt; * {
  background-color: rgba(255, 255, 255, 0.45); }

.uk-dotnav &gt; .uk-active &gt; * {
  background-color: rgba(255, 255, 255, 0.9); }

.angular-google-map-container {
  height: 300px; }

@media (min-width: 768px) {
  .angular-google-map-container {
    height: 350px; } }

@media (min-width: 1220px) {
  .angular-google-map-container {
    height: 400px; } }

.navbar-main .uk-navbar-nav &gt; li &gt; a {
  height: 30px;
  line-height: 30px; }

.uk-sticky-placeholder {
  height: 119px !important; }

.uk-navbar {
  border-top: 6px solid #146c3a;
  background: white;
  color: #5c5c5c;
  text-align: center;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.uk-navbar-brand {
  display: inline-block;
  float: none;
  height: auto;
  padding: 15px 15px 10px; }
  .uk-navbar-brand img {
    width: 100px; }

.uk-navbar-nav &gt; li:hover a {
  background-color: transparent;
  color: #20b661; }

.uk-navbar-nav &gt; li.uk-open &gt; a {
  background-color: transparent;
  color: #20b661; }

.uk-navbar-nav &gt; li &gt; a {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  color: #5c5c5c;
  padding: 0 10px; }
  .uk-navbar-nav &gt; li &gt; a:after {
    width: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02; }
  .uk-navbar-nav &gt; li &gt; a.active {
    color: #138645; }
    .uk-navbar-nav &gt; li &gt; a.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 10px;
      width: calc(100% - 20px);
      height: 2px;
      background: #138645; }
  .uk-navbar-nav &gt; li &gt; a:focus {
    background-color: transparent;
    color: #20b661; }
  .uk-navbar-nav &gt; li &gt; a.link-social {
    color: #138645; }
    .uk-navbar-nav &gt; li &gt; a.link-social:hover, .uk-navbar-nav &gt; li &gt; a.link-social:focus {
      color: #20b661; }

.uk-nav-offcanvas {
  padding-top: 10px; }
  .uk-nav-offcanvas &gt; li &gt; a {
    font-size: 18px;
    color: #f0f0f0;
    padding: 25px 30px 15px; }
    .uk-nav-offcanvas &gt; li &gt; a:after {
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fade;
      animation-name: fade;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-timing-function: linear !important;
      animation-timing-function: linear !important;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .uk-nav-offcanvas &gt; li &gt; a.active:after {
      content: '\f104\f104\f104';
      font-family: 'FontAwesome';
      margin-left: 10px; }

.uk-navbar-toggle {
  position: fixed;
  float: right;
  top: 39.5px;
  right: 0;
  height: auto;
  font-size: 28px;
  color: #146c3a;
  line-height: 40.0px; }
  .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #146c3a; }

.uk-offcanvas-bar {
  background-color: maroon; }

@media (min-width: 768px) {
  .navbar-ad .uk-navbar-content {
    line-height: 40px; }
  .navbar-ad .uk-navbar-nav &gt; li &gt; a {
    font-size: 18px; }
  .navbar-main {
    margin-top: 65px; }
    .navbar-main .uk-navbar-nav {
      float: right; }
  .uk-navbar-brand {
    float: left; }
    .uk-navbar-brand img {
      width: 136px; }
  .uk-sticky-placeholder {
    height: 151px !important; } }

@media (min-width: 773px) {
  .uk-navbar-nav &gt; li &gt; a {
    padding: 0 15px; }
    .uk-navbar-nav &gt; li &gt; a.active:after {
      left: 15px;
      width: calc(100% - 30px); } }

@media (min-width: 960px) {
  .navbar-main {
    width: 75%;
    margin-top: 86px; }
  .uk-sticky-placeholder {
    height: 172px !important; }
  .uk-navbar-brand img {
    width: 160px; } }

@media (min-width: 1220px) {
  .navbar-ad .uk-navbar-content {
    font-size: 18px; }
  .navbar-ad .uk-navbar-nav &gt; li &gt; a {
    font-size: 22px; }
  .navbar-main {
    margin-top: 120px; }
  .uk-sticky-placeholder {
    height: 204px !important; }
  .uk-navbar-brand img {
    width: 198px; } }

.overlay {
  background: transparent; }
  .overlay.menu {
    position: relative;
    height: 400px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 400px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 20px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 0 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 175px;
    background-size: cover !important;
    font-size: 24px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 175px; }
      .overlay.slogan &gt; div span {
        font-size: 24px;
        line-height: 27.42857px; }

@media (min-width: 320px) {
  .overlay.menu {
    position: relative;
    height: 415px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 415px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 20px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 35px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 175px;
    background-size: cover !important;
    font-size: 32px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 175px; }
      .overlay.slogan &gt; div span {
        font-size: 32px;
        line-height: 36.57143px; } }

@media (min-width: 480px) {
  .overlay.menu {
    position: relative;
    height: 435px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 435px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 30px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 35px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 175px;
    background-size: cover !important;
    font-size: 38px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 175px; }
      .overlay.slogan &gt; div span {
        font-size: 38px;
        line-height: 43.42857px; } }

@media (min-width: 768px) {
  .overlay.menu {
    position: relative;
    height: 455px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 455px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 40px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 20px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 250px;
    background-size: cover !important;
    font-size: 50px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 250px; }
      .overlay.slogan &gt; div span {
        font-size: 50px;
        line-height: 57.14286px; } }

@media (min-width: 960px) {
  .overlay.menu {
    position: relative;
    height: 410px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 410px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 40px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 10px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 300px;
    background-size: cover !important;
    font-size: 54px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 300px; }
      .overlay.slogan &gt; div span {
        font-size: 54px;
        line-height: 61.71429px; } }

@media (min-width: 1220px) {
  .overlay.menu {
    position: relative;
    height: 445px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 445px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 40px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 10px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 400px;
    background-size: cover !important;
    font-size: 58px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 400px; }
      .overlay.slogan &gt; div span {
        font-size: 58px;
        line-height: 66.28571px; } }

@media (min-width: 1600px) {
  .overlay.menu {
    position: relative;
    height: 465px;
    background-size: cover !important; }
    .overlay.menu &gt; div {
      height: 465px; }
      .overlay.menu &gt; div .caption {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px 40px 15px;
        margin: 0 15px; }
        .overlay.menu &gt; div .caption .uk-panel {
          background: white;
          margin: 20px 10px 0; }
        .overlay.menu &gt; div .caption .uk-panel-teaser {
          display: inline-block; }
        .overlay.menu &gt; div .caption .uk-panel-title {
          color: #138645; }
          .overlay.menu &gt; div .caption .uk-panel-title:hover {
            color: #20b661; }
  .overlay.slogan {
    position: relative;
    height: 400px;
    background-size: cover !important;
    font-size: 58px !important;
    font-style: italic;
    color: white; }
    .overlay.slogan &gt; div {
      height: 400px; }
      .overlay.slogan &gt; div span {
        font-size: 58px;
        line-height: 66.28571px; } }

.contact .uk-panel-box {
  border: 1px solid #dbdbdb;
  background: white;
  color: #5c5c5c; }
  .contact .uk-panel-box .uk-panel-title {
    display: inline-block;
    color: #138645; }
    .contact .uk-panel-box .uk-panel-title::after {
      content: '';
      display: block;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      border-bottom: 2px solid #138645;
      padding-top: 5px; }

.main-specials .uk-panel {
  background: white;
  color: #5c5c5c; }
  .main-specials .uk-panel.uk-panel-hover:hover .uk-link {
    color: #20b661;
    text-decoration: underline; }
  .main-specials .uk-panel .panel-content {
    height: 180px; }
  .main-specials .uk-panel .uk-panel-title {
    color: #a30000;
    margin-top: 5px; }
    .main-specials .uk-panel .uk-panel-title::after {
      content: '';
      display: block;
      right: 0;
      bottom: 0;
      left: 0;
      width: 75px;
      border-bottom: 2px solid #a30000;
      padding-top: 5px;
      margin: auto; }

.specials .uk-panel {
  border: 1px solid #dbdbdb;
  background: white;
  color: #9e9e9e; }
  .specials .uk-panel.selected {
    border: 1px solid #1eb861;
    color: #5c5c5c; }
    .specials .uk-panel.selected .price {
      color: #138645; }
    .specials .uk-panel.selected .uk-panel-title {
      color: #138645; }
      .specials .uk-panel.selected .uk-panel-title::after {
        border-bottom: 2px solid #138645; }
  .specials .uk-panel h4 {
    color: #5c5c5c; }
  .specials .uk-panel .panel-content &gt; div + div {
    margin-top: 15px; }
  .specials .uk-panel .uk-panel-title {
    color: #9e9e9e;
    margin-top: 5px; }
    .specials .uk-panel .uk-panel-title::after {
      content: '';
      display: block;
      right: 0;
      bottom: 0;
      left: 0;
      width: 75px;
      border-bottom: 2px solid #dbdbdb;
      padding-top: 5px;
      margin: auto; }

html {
  background-color: #146c3a;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c; }

body &gt; footer {
  color: white;
  padding-top: 55px;
  padding-bottom: 35px; }
  body &gt; footer * {
    color: white !important; }
  body &gt; footer .link-social {
    font-size: 20px; }
    body &gt; footer .link-social:hover {
      text-decoration: none; }
  body &gt; footer .uk-grid &gt; div {
    margin-top: 45px; }
    body &gt; footer .uk-grid &gt; div:first-child {
      margin-top: 0; }
  body &gt; footer .uk-panel {
    display: inline-block;
    width: auto;
    margin: auto; }

section {
  background-color: white; }
  section.main-call {
    background-color: #146c3a;
    font-size: 16px;
    color: white; }
    section.main-call h3 {
      color: white; }
    section.main-call .icon-circle-52 {
      background-color: white;
      color: #146c3a; }
  section.main-specials {
    background: transparent url("../images/concrete-seamless.png") repeat fixed 50%; }
    section.main-specials h5 {
      color: #5c5c5c; }
    section.main-specials .content {
      padding-top: 35px;
      padding-bottom: 35px; }
    section.main-specials .price {
      color: #138645;
      margin: 5px 0 15px; }
  section.menu #menuGrid &gt; li {
    margin-top: 25px; }
  section.menu .options &gt; div {
    margin-top: 0; }
  section.menu .uk-button-dropdown i {
    margin-left: 5px; }
  section.menu .uk-button-dropdown .uk-button {
    background-color: transparent;
    color: #0d0d0d;
    padding: 3px 10px; }
    section.menu .uk-button-dropdown .uk-button:after {
      content: '';
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      width: auto;
      border-bottom: 2px solid #138645;
      padding-top: 5px;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: uk-fade-scale-02;
      animation-name: uk-fade-scale-02; }
  section.menu .uk-dropdown {
    background-color: #f0f0f0; }
  section.menu .uk-nav-dropdown {
    line-height: 25px;
    list-style-type: none;
    padding-left: 0; }
    section.menu .uk-nav-dropdown a {
      background-color: #f0f0f0;
      font-size: 18px;
      color: #138645;
      line-height: 25px; }
      section.menu .uk-nav-dropdown a:hover {
        background-color: #f0f0f0;
        color: #138645; }
  section.specials div[data-uk-filter="OfTheDay"] .price {
    margin: 5px 0 15px; }
  section.specials #specialsGrid &gt; li {
    margin-top: 25px; }

.angle-right-anim:after {
  content: '\f105\f105\f105';
  font-family: 'FontAwesome';
  text-decoration: none;
  margin-left: 7px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.dp-social a {
  padding: 0 10px; }

.icon-circle-52 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 52px; }

.page-content {
  padding-top: 55px;
  padding-bottom: 45px; }

.page-header {
  height: 175px;
  background-color: white; }
  .page-header h2 {
    position: relative;
    padding-top: 42px;
    margin-top: 45px; }
    .page-header h2::after {
      right: calc(50% - 112px); }
    .page-header h2::before {
      right: calc(50% + 32px); }
    .page-header h2::before, .page-header h2::after {
      content: '';
      position: absolute;
      top: 16px;
      width: 80px;
      height: 2px;
      background: #dbdbdb; }
    .page-header h2 i {
      position: absolute;
      top: 0;
      left: calc(50% - 16px);
      width: 32px;
      font-size: 32px;
      color: #138645; }

.price {
  display: inline-block;
  padding: 0 6px; }
  .price.menu {
    color: #138645;
    border: 1px solid #138645;
    border-radius: 0;
    margin: 5px 0 15px; }

.section-header {
  background-color: white; }
  .section-header h2 {
    position: relative;
    padding-top: 42px; }
    .section-header h2::after {
      right: calc(50% - 112px); }
    .section-header h2::before {
      right: calc(50% + 32px); }
    .section-header h2::before, .section-header h2::after {
      content: '';
      position: absolute;
      top: 16px;
      width: 80px;
      height: 2px;
      background: #dbdbdb; }
    .section-header h2 i {
      position: absolute;
      top: 0;
      left: calc(50% - 16px);
      width: 32px;
      font-size: 32px;
      color: #138645; }

.uk-margin-bottom-small-only {
  margin-bottom: 15px !important; }

.uk-margin-large {
  margin-bottom: 35px !important; }

.uk-margin-large-bottom {
  margin-bottom: 25px !important; }

.uk-margin-large-top {
  margin-top: 35px !important; }

.uk-margin-large-top-xtra {
  margin-top: 60px !important; }

.uk-margin-offset-top {
  margin-top: -25px; }

.uk-menu-margin-top {
  margin-top: 25px; }

.uk-menu-margin-small-top-x2 {
  margin-top: 50px; }

@media (min-width: 480px) {
  body &gt; footer {
    padding-top: 10px; } }

@media (min-width: 768px) {
  section.main-specials .content {
    padding-top: 55px;
    padding-bottom: 55px; }
  section.menu .options &gt; div {
    margin-top: 10px; }
  .page-content {
    padding-top: 75px;
    padding-bottom: 65px; }
  .page-header {
    height: 250px; }
    .page-header h2 {
      position: relative;
      padding-top: 42px;
      margin-top: 65px; }
      .page-header h2::after {
        right: calc(50% - 112px); }
      .page-header h2::before {
        right: calc(50% + 32px); }
      .page-header h2::before, .page-header h2::after {
        content: '';
        position: absolute;
        top: 16px;
        width: 80px;
        height: 2px;
        background: #dbdbdb; }
      .page-header h2 i {
        position: absolute;
        top: 0;
        left: calc(50% - 16px);
        width: 32px;
        font-size: 32px;
        color: #138645; }
  .price.menu {
    margin: 0; }
  .uk-margin-bottom-small-only {
    margin-bottom: 0 !important; }
  .uk-margin-large {
    margin-bottom: 55px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 55px !important; }
  .uk-margin-large-top {
    margin-top: 70px !important; }
  .uk-margin-large-top-xtra {
    margin-top: 95px !important; } }

@media (min-width: 960px) {
  body &gt; footer .dp-social a {
    font-size: 24px; }
  .page-header {
    height: 300px; }
    .page-header h2 {
      position: relative;
      padding-top: 42px;
      margin-top: 95px; }
      .page-header h2::after {
        right: calc(50% - 112px); }
      .page-header h2::before {
        right: calc(50% + 32px); }
      .page-header h2::before, .page-header h2::after {
        content: '';
        position: absolute;
        top: 16px;
        width: 80px;
        height: 2px;
        background: #dbdbdb; }
      .page-header h2 i {
        position: absolute;
        top: 0;
        left: calc(50% - 16px);
        width: 32px;
        font-size: 32px;
        color: #138645; } }

@media (min-width: 1220px) {
  section.menu #menuGrid &gt; li {
    margin-top: 35px; }
  section.specials #specialsGrid &gt; li {
    margin-top: 35px; }
  .page-header {
    height: 325px; }
    .page-header h2 {
      position: relative;
      padding-top: 42px;
      margin-top: 105px; }
      .page-header h2::after {
        right: calc(50% - 112px); }
      .page-header h2::before {
        right: calc(50% + 32px); }
      .page-header h2::before, .page-header h2::after {
        content: '';
        position: absolute;
        top: 16px;
        width: 80px;
        height: 2px;
        background: #dbdbdb; }
      .page-header h2 i {
        position: absolute;
        top: 0;
        left: calc(50% - 16px);
        width: 32px;
        font-size: 32px;
        color: #138645; }
  .uk-menu-margin-top {
    margin-top: 35px; }
  .uk-menu-margin-small-top-x2 {
    margin-top: 35px; } }

.uk-subnav {
  margin-left: 0 !important; }

#specialsFilter &gt; li {
  padding: 3px 10px;
  background-color: transparent; }
  #specialsFilter &gt; li &gt; *:after {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02; }
  #specialsFilter &gt; li.uk-active &gt; * {
    color: #0d0d0d; }
    #specialsFilter &gt; li.uk-active &gt; *:after {
      content: '';
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      width: auto;
      border-bottom: 2px solid #138645;
      padding-top: 5px; }
  #specialsFilter &gt; li &gt; a {
    color: #5c5c5c; }

a, .uk-link {
  color: #138645; }
  a:hover, .uk-link:hover {
    color: #20b661; }

h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6 {
  font-family: "Raleway", Arial, sans-serif;
  color: #1f1f1f; }

h1, .uk-h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 60px; }

h2, .uk-h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px; }

h3, .uk-h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px; }

h4, .uk-h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; }

h5, .uk-h5 {
  font-size: 14px;
  font-weight: 500; }

h6, .uk-h6 {
  font-size: 12px;
  font-weight: 500; }

strong {
  font-weight: 700;
  color: #5c5c5c; }

.numbers {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.touch .mobile-link {
  text-decoration: underline; }

.uk-text-dark {
  color: #0d0d0d; }

.uk-text-large {
  font-weight: 300; }

.uk-text-muted {
  color: #9e9e9e !important; }

.uk-text-primary {
  color: #138645 !important; }

.uk-text-secondary {
  color: #a30000; }

@media (min-width: 768px) {
  h1, .uk-h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 60px; }
  h2, .uk-h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 45px; }
  h3, .uk-h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; } }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/raleway-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v11-latin-300.woff2") format("woff2"), url("../fonts/raleway-v11-latin-300.woff") format("woff"), url("../fonts/raleway-v11-latin-300.ttf") format("truetype"), url("../fonts/raleway-v11-latin-300.svg#Raleway") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/raleway-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v11-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v11-latin-regular.woff") format("woff"), url("../fonts/raleway-v11-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v11-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v11-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Italic"), local("Raleway-Italic"), url("../fonts/raleway-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v11-latin-italic.woff2") format("woff2"), url("../fonts/raleway-v11-latin-italic.woff") format("woff"), url("../fonts/raleway-v11-latin-italic.ttf") format("truetype"), url("../fonts/raleway-v11-latin-italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v11-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/raleway-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v11-latin-500.woff2") format("woff2"), url("../fonts/raleway-v11-latin-500.woff") format("woff"), url("../fonts/raleway-v11-latin-500.ttf") format("truetype"), url("../fonts/raleway-v11-latin-500.svg#Raleway") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/raleway-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v11-latin-700.woff2") format("woff2"), url("../fonts/raleway-v11-latin-700.woff") format("woff"), url("../fonts/raleway-v11-latin-700.ttf") format("truetype"), url("../fonts/raleway-v11-latin-700.svg#Raleway") format("svg");
  /* Legacy iOS */ }
</pre></body></html>