@font-face {
  font-family: 'Kumar One';
  src: url("../fonts/KumarOne-Regular.eot");
  src: url("../fonts/KumarOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KumarOne-Regular.woff2") format("woff2"), url("../fonts/KumarOne-Regular.woff") format("woff"), url("../fonts/KumarOne-Regular.ttf") format("truetype"), url("../fonts/KumarOne-Regular.svg#KumarOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.eot");
  src: url("../fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"), url("../fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
html, body {
  height: 100%; }

body {
  position: relative; }
  body.fixed {
    height: 100%;
    width: 100%;
    overflow: hidden; }

h1 {
  font-family: 'Kumar One', sans-serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 1.2px; }

h2 {
  font-family: 'Kumar One', sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: 1.2px; }

h3, h4 {
  letter-spacing: 1.2px; }

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.2px; }

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 30px; }

  p {
    font-size: 16px; } }
.bg-orange {
  background: #e25c2d; }

.bg-pink {
  background: #c24694; }

.navbar {
  background: #f1cc40;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar .navbar-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    display: none;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .navbar .navbar-graphic {
        height: auto;
        width: 450px; } }
    @media screen and (max-width: 767px) {
      .navbar .navbar-graphic {
        height: auto;
        width: 150px; } }
  .navbar.opened {
    background: #961b5b;
    height: 100%; }
    .navbar.opened .navbar-graphic {
      display: block; }
      .navbar.opened .navbar-graphic img {
        height: 100%;
        width: auto;
        margin-right: -20px;
        position: relative; }
        @media screen and (max-width: 991px) {
          .navbar.opened .navbar-graphic img {
            height: auto;
            width: 100%; } }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-nav .nav-link {
        font-size: 24px; } }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
      color: #f1cc40; }
  .navbar .navbar-nav .langswitcher {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-nav .langswitcher {
        margin-top: 50px; } }
    .navbar .navbar-nav .langswitcher a {
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      margin-right: 35px; }
      .navbar .navbar-nav .langswitcher a.active {
        color: #c24895; }
  .navbar .navbar-brand {
    position: absolute;
    top: 0px;
    left: 15px; }
    .navbar .navbar-brand img {
      height: 70px; }
  .navbar .navbar-collapse {
    padding-left: 100px;
    z-index: 4;
    position: relative; }
    .navbar .navbar-collapse.collapsing {
      transition: none; }
  .navbar .navbar-toggler {
    width: 35px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 115px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: none;
    z-index: 1001;
    border-color: transparent; }
    .navbar .navbar-toggler span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      border-radius: 0;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .navbar .navbar-toggler span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .navbar .navbar-toggler span:nth-child(2) {
        top: 9px;
        left: 5px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .navbar .navbar-toggler span:nth-child(3) {
        top: 18px;
        left: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
    .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      left: 0; }
    .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
      width: 0;
      opacity: 0; }
    .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 24px;
      left: 0; }

.side-menu {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 5; }
  @media screen and (max-width: 991px) {
    .side-menu {
      display: none !important; } }
  .side-menu div.side-menu-elem {
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: top;
    text-align: center;
    width: 150px;
    margin-left: -60px; }
    .side-menu div.side-menu-elem p {
      margin: 0;
      padding: 0;
      float: left;
      line-height: 20px; }
    .side-menu div.side-menu-elem div.dot {
      content: '';
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 6px;
      margin-left: 12px;
      float: left;
      margin-top: 10px; }

section {
  padding-top: 200px;
  padding-bottom: 350px;
  z-index: 3;
  position: relative;
  /**
  INTRO
   */
  /**
  ABOUT
   */
  /**
  FOOD AND PRODUCTS
   */
  /**
  FOOD TRUCK
   */ }
  section .container {
    position: relative;
    z-index: 4; }
    section .container .section-title {
      display: inline-block;
      margin: 0 auto;
      padding: 35px 65px 0px 65px; }
      @media screen and (max-width: 767px) {
        section .container .section-title {
          padding-top: 16px;
          padding-left: 20px;
          padding-right: 20px; } }
      section .container .section-title h1 {
        display: block;
        line-height: 55px;
        letter-spacing: 4.5px; }
      section .container .section-title h2 {
        display: inline;
        line-height: 80px; }
        @media screen and (max-width: 767px) {
          section .container .section-title h2 {
            line-height: 50px; } }
  section.parallax-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    height: 650px; }
    @media screen and (max-width: 767px) {
      section.parallax-bg {
        height: 400px; } }
    section.parallax-bg.headline {
      padding-top: 350px;
      padding-bottom: 350px;
      height: auto !important;
      background-image: url("../img/headline_bg_2.jpg");
      position: relative; }
      @media screen and (max-width: 767px) {
        section.parallax-bg.headline {
          padding-top: 150px;
          padding-bottom: 150px;
          height: auto; } }
      section.parallax-bg.headline h1 {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 48px; }
      section.parallax-bg.headline p {
        font-size: 18px; }
      @media screen and (max-width: 767px) {
        section.parallax-bg.headline h1 {
          font-size: 25px; } }
      section.parallax-bg.headline h1, section.parallax-bg.headline p {
        z-index: 3;
        position: relative; }
      section.parallax-bg.headline .bg-opacity {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(1, 1, 1, 0.4); }
    section.parallax-bg.first {
      background-image: url("../img/first_bg.jpg");
      background-position: top center; }
      @media screen and (min-width: 992px) {
        section.parallax-bg.first {
          background-attachment: fixed; } }
    section.parallax-bg.second {
      background-image: url("../img/second.jpg"); }
      @media screen and (min-width: 992px) {
        section.parallax-bg.second {
          background-attachment: fixed; } }
    section.parallax-bg.third {
      background-image: url("../img/third.jpg"); }
      @media screen and (min-width: 992px) {
        section.parallax-bg.third {
          background-attachment: fixed; } }
  section.intro {
    background: #f1cc40;
    height: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
    section.intro img {
      height: 480px; }
      @media screen and (max-width: 767px) {
        section.intro img {
          max-width: 220px;
          height: auto; } }
  section.about {
    background-image: url("../img/about_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.about {
        padding-bottom: 300px;
        padding-top: 150px; } }
    section.about .section-title {
      margin-left: -50%; }
      @media screen and (max-width: 767px) {
        section.about .section-title {
          margin-left: 0;
          width: 100%;
          text-align: center; } }
    section.about .section-content {
      padding-top: 45px; }
      section.about .section-content p {
        text-align: justify; }
    section.about .row.content {
      position: relative; }
      section.about .row.content .photo-background {
        position: absolute;
        height: calc(100% + 150px);
        top: -75px;
        background: #961b5b;
        width: 100%;
        left: -70%; }
        @media screen and (max-width: 767px) {
          section.about .row.content .photo-background {
            display: none; } }
    section.about .image-container {
      overflow: hidden; }
      section.about .image-container img {
        height: 100%;
        width: auto; }
        @media screen and (max-width: 767px) {
          section.about .image-container img {
            width: 100%;
            height: auto; } }
    section.about p {
      font-size: 16px;
      margin-top: 30px;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        section.about p {
          padding-left: 0; } }
    section.about .bg-graphic {
      position: absolute;
      right: 0;
      bottom: -30px;
      z-index: 1; }
      section.about .bg-graphic img {
        width: 500px; }
        @media screen and (max-width: 767px) {
          section.about .bg-graphic img {
            width: 300px; } }
  section.food {
    background-image: url("../img/food_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    section.food .side-menu div.side-menu-elem p {
      color: #961b5b; }
    section.food .side-menu div.side-menu-elem div.dot {
      background: #961b5b; }
    section.food .row.content {
      position: relative; }
    section.food.hide {
      height: 0;
      padding: 0; }
      section.food.hide .bg-graphic {
        display: none !important; }
    @media screen and (min-width: 1441px) {
      section.food {
        padding-bottom: 580px; } }
    @media screen and (max-width: 1440px) {
      section.food {
        padding-bottom: 320px; } }
    @media screen and (max-width: 767px) {
      section.food {
        padding-bottom: 150px;
        padding-top: 150px; } }
    section.food .section-title {
      margin-left: -58%; }
      @media screen and (max-width: 767px) {
        section.food .section-title {
          margin-left: 0;
          width: 100%;
          text-align: center; } }
    section.food .section-content {
      padding-top: 45px; }
      section.food .section-content p {
        text-align: justify; }
      section.food .section-content .vertical-line {
        margin-left: 30px;
        height: 270px;
        width: calc(100% - 30px);
        position: relative;
        margin-top: 60px; }
        section.food .section-content .vertical-line .line {
          width: 2px;
          position: absolute;
          top: 0;
          left: 50%;
          height: 100%;
          margin-left: -1px;
          background: #fff; }
        @media screen and (max-width: 991px) {
          section.food .section-content .vertical-line {
            display: none; } }
    section.food p {
      font-size: 16px;
      margin-top: 50px;
      padding-left: 30px;
      color: #2d2d2d; }
      @media screen and (max-width: 767px) {
        section.food p {
          padding-left: 0; } }
    section.food .btn-primary {
      background: transparent;
      border-radius: 0;
      border: 1px solid #fff;
      color: #961a5b;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      padding: 15px 25px;
      margin-left: 30px;
      margin-top: 35px;
      -webkit-transform: background-color .35s;
      -moz-transform: background-color  .35s;
      -ms-transform: background-color  .35s;
      -o-transform: background-color  .35s;
      transform: background-color  .35s; }
      section.food .btn-primary:hover {
        background: #961a5b;
        color: #fff; }
      @media screen and (max-width: 767px) {
        section.food .btn-primary {
          margin-left: 0; } }
    section.food .bg-graphic {
      position: absolute;
      left: -8%;
      bottom: -3%;
      z-index: 1;
      width: 75%; }
      @media screen and (max-width: 767px) {
        section.food .bg-graphic {
          left: -30px;
          bottom: -20px;
          width: 300px; } }
      section.food .bg-graphic img {
        width: 100%; }
  section.products {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    height: 0;
    overflow: hidden; }
    section.products.show {
      height: auto;
      padding-top: 120px;
      padding-bottom: 120px;
      overflow: auto; }
    section.products .close-btn {
      position: absolute;
      top: 45px;
      right: 45px;
      width: 30px;
      height: 30px;
      display: block;
      cursor: pointer; }
      section.products .close-btn img {
        width: 100%; }
    section.products .product {
      width: 450px;
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        section.products .product {
          width: 300px; } }
      section.products .product .product-img {
        margin-left: 80px;
        width: calc(100% - 80px); }
        @media screen and (max-width: 767px) {
          section.products .product .product-img {
            margin-left: 50px;
            width: calc(100% - 50px); } }
      section.products .product .product-badge {
        width: 450px;
        height: 150px;
        padding-left: 80px;
        padding-right: 10px;
        background-image: url("../img/product_bg.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          section.products .product .product-badge {
            width: 300px;
            height: 100px;
            padding-left: 50px; } }
        section.products .product .product-badge h3 {
          font-family: 'Kumar One', sans-serif;
          font-size: 30px;
          margin-top: 10px;
          margin-bottom: 0;
          color: #fff;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
            section.products .product .product-badge h3 {
              font-size: 16px; } }
        section.products .product .product-badge p {
          color: #fff;
          font-size: 16px;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            section.products .product .product-badge p {
              font-size: 12px; } }
  section.truck {
    height: 0 !important;
    padding: 0;
    padding-bottom: 56.875%;
    background-image: url("../img/foodtruck.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    section.truck .side-menu div.side-menu-elem p {
      color: #fee032; }
    section.truck .side-menu div.side-menu-elem div.dot {
      background: #fee032; }
    section.truck .bg-opacity {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(1, 1, 1, 0.6);
      display: none; }
      @media screen and (max-width: 991px) {
        section.truck .bg-opacity {
          display: block; } }
    @media screen and (max-width: 991px) {
      section.truck {
        padding-bottom: 80px;
        padding-top: 80px;
        height: auto !important;
        background-size: cover;
        text-align: center; } }
    section.truck .section-title {
      margin-top: 50px;
      padding: 20px 40px 0px 40px;
      margin-bottom: 60px; }
      @media screen and (max-width: 991px) {
        section.truck .section-title {
          width: 100%; } }
    section.truck h4 {
      font-size: 20px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold; }
    section.truck p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 25px; }

/**
FOOTER
 */
footer {
  padding-top: 160px;
  padding-bottom: 50px;
  background-image: url("../img/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  footer .side-menu div.side-menu-elem p {
    font-size: 16px; }
  footer .side-menu div.side-menu-elem div.dot {
    background: #fff; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 100px; } }
  footer .container {
    position: relative;
    z-index: 4; }
    footer .container p, footer .container h4 {
      color: #fff; }
    footer .container .footer-form h4 {
      font-size: 30px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 40px; }
    footer .container .footer-form .form-group {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        footer .container .footer-form .form-group {
          margin-bottom: 0; }
          footer .container .footer-form .form-group div.col-12 {
            margin-bottom: 30px; } }
    footer .container .footer-form p {
      font-size: 16px;
      margin-bottom: 25px; }
    footer .container .footer-form .status-messages p {
      font-size: 18px; }
    footer .container .footer-form input.form-control, footer .container .footer-form select {
      background: transparent;
      border-radius: 0;
      color: #fff;
      border: 1px solid #fff;
      font-size: 18px;
      font-family: 'Source Sans Pro', sans-serif;
      padding: 10px 15px;
      height: 50px; }
      footer .container .footer-form input.form-control::-webkit-input-placeholder, footer .container .footer-form select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      footer .container .footer-form input.form-control::-moz-placeholder, footer .container .footer-form select::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      footer .container .footer-form input.form-control:-ms-input-placeholder, footer .container .footer-form select:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      footer .container .footer-form input.form-control:-moz-placeholder, footer .container .footer-form select:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      footer .container .footer-form input.form-control.is-invalid, footer .container .footer-form select.is-invalid {
        border-color: #dc3545; }
        footer .container .footer-form input.form-control.is-invalid::-webkit-input-placeholder, footer .container .footer-form select.is-invalid::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #dc3545; }
        footer .container .footer-form input.form-control.is-invalid::-moz-placeholder, footer .container .footer-form select.is-invalid::-moz-placeholder {
          /* Firefox 19+ */
          color: #dc3545; }
        footer .container .footer-form input.form-control.is-invalid:-ms-input-placeholder, footer .container .footer-form select.is-invalid:-ms-input-placeholder {
          /* IE 10+ */
          color: #dc3545; }
        footer .container .footer-form input.form-control.is-invalid:-moz-placeholder, footer .container .footer-form select.is-invalid:-moz-placeholder {
          /* Firefox 18- */
          color: #dc3545; }
    footer .container .footer-form .selectric {
      border-radius: 0;
      border: 1px solid #fff;
      background: transparent;
      padding: 13px 15px;
      height: 50px; }
      footer .container .footer-form .selectric .label {
        margin: 0;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 18px;
        line-height: 24px;
        height: auto; }
      footer .container .footer-form .selectric .button {
        height: 50px; }
    footer .container .footer-form .selectric-items li {
      color: #fff;
      font-size: 18px;
      font-family: 'Source Sans Pro', sans-serif; }
    footer .container .footer-form .datepicker-dropdown {
      width: calc(100% - 30px);
      background: #2d2d2d; }
      footer .container .footer-form .datepicker-dropdown:after {
        border-bottom: 6px solid #2d2d2d; }
    footer .container .footer-form .datepicker table {
      width: 100%; }
      footer .container .footer-form .datepicker table th, footer .container .footer-form .datepicker table td {
        color: #fff; }
        footer .container .footer-form .datepicker table th.active, footer .container .footer-form .datepicker table td.active {
          background: #fee032; }
        footer .container .footer-form .datepicker table th.disabled, footer .container .footer-form .datepicker table td.disabled {
          color: #999999; }
      footer .container .footer-form .datepicker table tr td:hover, footer .container .footer-form .datepicker table tr th:hover {
        background: #fee032; }
      footer .container .footer-form .datepicker table tr td.disabled:hover, footer .container .footer-form .datepicker table tr th.disabled:hover {
        background: transparent; }
    footer .container .footer-form .btn-primary {
      background: #fee032;
      color: #2d2d2d;
      font-size: 18px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      border: none;
      border-radius: 0;
      text-transform: uppercase;
      padding: 10px 40px;
      outline: none;
      cursor: pointer; }
      footer .container .footer-form .btn-primary:hover {
        background: #fff; }
    footer .container .footer-address h4 {
      font-size: 30px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 40px; }
    footer .container .footer-address p, footer .container .footer-address a {
      color: #fff;
      font-size: 18px;
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      footer .container .footer-address {
        margin-top: 80px;
        text-align: center; } }
    footer .container .footer-address .footer-social {
      list-style: none;
      display: block;
      padding-left: 0;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        footer .container .footer-address .footer-social {
          display: inline-block; } }
      footer .container .footer-address .footer-social li {
        list-style-type: none;
        height: 30px;
        display: inline;
        float: left;
        margin-right: 20px; }
        footer .container .footer-address .footer-social li:last-child {
          margin-right: 0; }
        footer .container .footer-address .footer-social li a {
          display: block;
          height: 30px; }
          footer .container .footer-address .footer-social li a img {
            max-height: 30px; }
    footer .container .footer-hl h2 {
      font-size: 28px;
      color: #fee032;
      margin-bottom: 110px;
      margin-top: 150px; }
      @media screen and (max-width: 767px) {
        footer .container .footer-hl h2 {
          margin-top: 110px; } }
    footer .container .copyright p {
      font-size: 12px;
      color: #999999; }
  footer .footer-graphic {
    position: absolute;
    right: -210px;
    width: 500px;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      footer .footer-graphic {
        right: -120px;
        width: 290px; } }
    footer .footer-graphic img {
      max-width: 100%; }

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