/* ----------------------------------------------------------------------------------------------------
											FOOTER
------------------------------------------------------------------------------------------------------- */
.footer-container {
  position: relative;
  padding-top: 9px; }
  .footer-container #footer {
    color: #777777; }
    .footer-container #footer .row {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .footer-container #footer .row {
          padding-bottom: 54px; } }
    @media (max-width: 767px) {
      .footer-container #footer .footer-block {
        margin-top: 7px; } }
    .footer-container #footer a {
      color: #777777; }
      .footer-container #footer a:hover {
        color: white; }
    .footer-container #footer h4 {
      font: normal 18px/22px "Trebuchet MS", Verdana, sans-serif;
      color: #1e1e1e;
      border-top: 5px solid #f2f2eb;
      padding-top: 49px;
      margin: 0 0 27px 0;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px;
          padding-right: 25px;
          padding-top: 12px; }
          .footer-container #footer h4:after {
            display: block;
            content: "\f055";
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            top: 13px; }
          .footer-container #footer h4.active:after {
            content: "\f056"; } }
      .footer-container #footer h4 a {
        color: #1e1e1e;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .footer-container #footer h4 a:hover {
          color: #89bd19; }
    .footer-container #footer ul {
      margin-bottom: 0; }
      .footer-container #footer ul li {
        padding-bottom: 13px; }
        .footer-container #footer ul li a {
          font-size: 12px;
          line-height: 18px;
          color: #3b3b3b;
          text-transform: uppercase;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .footer-container #footer ul li a:hover {
            color: #89bd19; }
    @media (max-width: 767px) {
      .footer-container #footer #block_contact_infos {
        border: none; } }
    .footer-container #footer #block_contact_infos > div ul li {
      padding: 0 0 7px;
      overflow: hidden;
      line-height: 30px; }
      .footer-container #footer #block_contact_infos > div ul li > span,
      .footer-container #footer #block_contact_infos > div ul li > span a {
        color: white;
        font-weight: normal; }
      .footer-container #footer #block_contact_infos > div ul li i {
        font-size: 25px;
        width: 32px;
        text-align: center;
        padding-right: 12px;
        float: left;
        color: #908f8f; }
    .footer-container #footer #social_block ul {
      border-top: 5px solid #f2f2eb;
      padding-top: 53px; }
      @media (max-width: 767px) {
        .footer-container #footer #social_block ul {
          padding-top: 20px; } }
      .footer-container #footer #social_block ul li {
        padding-bottom: 8px; }
        .footer-container #footer #social_block ul li a {
          font-size: 15px;
          text-decoration: none;
          text-transform: uppercase; }
          .footer-container #footer #social_block ul li a span {
            line-height: 45px; }
          .footer-container #footer #social_block ul li a:before {
            border-radius: 50%;
            color: #fff;
            display: block;
            float: left;
            font-size: 22px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            background: #89bd19;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 45px;
            font-family: "FontAwesome";
            margin-right: 21px; }
          .footer-container #footer #social_block ul li a:hover {
            color: #89bd19; }
        .footer-container #footer #social_block ul li.facebook a:before {
          background: #6e8ac7;
          content: "\f09a"; }
        .footer-container #footer #social_block ul li.twitter a:before {
          background: #89dbed;
          content: "\f099"; }
        .footer-container #footer #social_block ul li.rss a:before {
          background: #ffd676;
          content: "\f09e"; }
        .footer-container #footer #social_block ul li.youtube a:before {
          content: "\f167"; }
        .footer-container #footer #social_block ul li.google-plus a:before {
          content: "\f0d5"; }
        .footer-container #footer #social_block ul li.pinterest a:before {
          content: "\f0d2"; }
        .footer-container #footer #social_block ul li.vimeo a:before {
          content: "\f194"; }
        .footer-container #footer #social_block ul li.instagram a:before {
          content: "\f16d"; }
    .footer-container #footer .bottom-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      float: none;
      z-index: 100;
      width: 100%; }

      .footer-container #footer .bottom-footer div div {
        padding: 15px 35px;
        width: 100%;
        text-align: center;
        background: #484848;
        font-size: 11px;
        line-height: 17px;
        text-transform: uppercase;
        color: #fff; }
        @media (max-width: 767px) {
          .footer-container #footer .bottom-footer div div {
            width: 100%;
            padding: 15px; } }
        .footer-container #footer .bottom-footer div div a {
          color: #ffbf28; }
          .footer-container #footer .bottom-footer div div a:hover {
            color: #fff; }


ol, ul {
    list-style: none;
}

.footercontainer, .et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
