@charset "UTF-8";
@import url("//hello.myfonts.net/count/2ddbed");
/* Colors */
/* Fonts */
/* Animation settings */
/**
 * @license
 * MyFonts Webfont Build ID 3002839, 2015-04-03T02:45:06-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF DIN Web Black by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/ot-black/
 * Copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3002839
 * 
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FuturaPT-Book';
  src: url('../fonts/2DDBED_0_0.eot');
  src: url('../fonts/2DDBED_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DDBED_0_0.woff2') format('woff2'), url('../fonts/2DDBED_0_0.woff') format('woff'), url('../fonts/2DDBED_0_0.ttf') format('truetype'); }

@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('../fonts/2DDBED_1_0.eot');
  src: url('../fonts/2DDBED_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DDBED_1_0.woff2') format('woff2'), url('../fonts/2DDBED_1_0.woff') format('woff'), url('../fonts/2DDBED_1_0.ttf') format('truetype'); }

html, body {
  background-color: #eaeaec; }

a:hover, a:active, a:focus {
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rich-text img, .rich-text iframe, .rich-text object, .rich-text embed {
  max-width: 100%; }

.social-links {
  list-style-type: none; }
  .social-links li {
    max-width: 30px; }
    .social-links li img {
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic; }

.button {
  display: inline-block;
  padding: 15px 25px 10px;
  border: 1px solid #b4b5b5;
  font-family: 'FuturaPT-Bold', sans-sarif;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  color: #b4b5b5; }

.carousel-pager ul {
  list-style-type: none;
  line-height: 12px;
  text-align: center; }
  .carousel-pager ul li {
    display: inline-block;
    margin-left: 15px; }
    .carousel-pager ul li:first-child {
      margin-left: 0; }
    .carousel-pager ul li a {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: transparent url('../img/carousel-pager-btn.png') no-repeat -12px 0;
      background-size: 24px 12px; }
      .carousel-pager ul li a:hover, .carousel-pager ul li a.active {
        background-position: 0 0; }

.row [class^="col-"] {
  /*background-color: lightgrey;*/ }

.main-container {
  position: relative;
  padding: 0; }
  .main-container > section > .row, .main-container .projects-navigation > .row, .main-container footer > .row {
    max-width: 1400px;
    margin: 0 auto; }

/*

Header

*/
.header-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9999;
  background-color: #ffffff; }

header {
  max-width: 1400px;
  padding: 25px 15px;
  margin: 0 auto; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    display: block;
    max-width: 198px; }
  header .main-nav-container {
    margin-top: 12px;
    font-family: 'FuturaPT-Bold', sans-sarif; }
    header .main-nav-container:before, header .main-nav-container:after {
      content: " ";
      display: table; }
    header .main-nav-container:after {
      clear: both; }
    header .main-nav-container ul.main-nav {
      list-style-type: none;
      font-weight: 700;
      font-size: 16px;
      text-align: center; }
      header .main-nav-container ul.main-nav li {
        display: inline-block;
        margin-right: 40px;
        line-height: 1; }
        header .main-nav-container ul.main-nav li a {
          -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
          -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
          -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
          -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
          header .main-nav-container ul.main-nav li a.current {
            color: #b42a22; }
  header .tel {
    margin: 12px 15px 0 0;
    font-size: 16px;
    line-height: 1;
    font-family: 'FuturaPT-Bold', sans-sarif; }
  header .social-links {
    margin-top: 5px; }
  @media (max-width: 991px) {
    header .logo {
      max-width: 134px;
      margin-top: 3px;
      float: none; }
    header .main-nav-container {
      margin-top: -12px;
      float: none; }
      header .main-nav-container ul.main-nav {
        font-size: 14px; }
    header .social-links, header .tel {
      display: none; } }

/*

Mobile navigation

*/
.slicknav_menu {
  display: none;
  padding: 0;
  background-color: transparent; }
  .slicknav_menu .slicknav_btn {
    margin: 0;
    padding: 10px 10px 5px;
    border: 1px solid #0f0f0f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    text-shadow: none; }
  .slicknav_menu .slicknav_menutxt {
    text-shadow: none;
    font-size: 18px;
    line-height: 1;
    color: #0f0f0f; }
  .slicknav_menu .slicknav_icon {
    margin: 0 0 0 10px; }
    .slicknav_menu .slicknav_icon .slicknav_icon-bar {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 18px;
      height: 2px;
      background-color: #0f0f0f; }
    .slicknav_menu .slicknav_icon .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 4px; }
  .slicknav_menu .slicknav_nav {
    font-size: 24px;
    line-height: 1; }
    .slicknav_menu .slicknav_nav li {
      background-color: #eaeaec; }
      .slicknav_menu .slicknav_nav li a {
        margin: 0;
        padding: 15px 10px 10px;
        color: #0f0f0f;
        text-align: center; }
        .slicknav_menu .slicknav_nav li a:hover {
          background-color: transparent; }
      .slicknav_menu .slicknav_nav li:first-child {
        margin-top: 15px;
        padding-top: 10px; }

@media (max-width: 991px) {
  .js #main-menu {
    display: none; }
  .js .slicknav_menu {
    display: block; } }

/*

Section

*/
.btn-default {
  font-family: 'FuturaPT-Bold', sans-sarif;
  letter-spacing: 0.02em; }

h2.section-header {
  margin: 0;
  padding: 0 0 35px;
  text-align: center;
  color: #ffffff;
  font-family: 'FuturaPT-Bold', sans-sarif;
  font-size: 34px;
  letter-spacing: 0.05em; }

section > .button-container {
  padding-bottom: 50px; }
section.first {
  margin-top: 85px; }

section.main-visual {
  position: relative;
  background-color: #eaeaeb;
  overflow: hidden;
  text-align: center; }
  section.main-visual h1 {
    margin: 30px 0 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-family: 'FuturaPT-Bold', sans-sarif;
    text-transform: uppercase;
    z-index: 1000; }
    @media (max-width: 1199px) {
      section.main-visual h1 {
        margin: 45px 0 0;
        font-size: 30px;
        line-height: 36px; } }
    @media (max-width: 991px) {
      section.main-visual h1 {
        margin: 35px 0 0;
        font-size: 28px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      section.main-visual h1 {
        margin: 20px 0 0;
        font-size: 18px;
        line-height: 22px; } }
  section.main-visual > img {
    margin: 0 auto;
    z-index: 500; }
    section.main-visual > img.visible-lg-inline {
      left: 100%;
      margin-left: -200%;
      position: relative;
      width: auto;
      max-width: 2000px; }

section.services {
  padding-top: 50px;
  background-color: #b42a22; }
  section.services .rich-text {
    color: #ffffff; }
  section.services figure img {
    margin: 0 auto;
    display: block;
    display: block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic; }
    @media (max-width: 1199px) {
      section.services figure img {
        max-width: 80%; } }
    @media (max-width: 991px) {
      section.services figure img {
        max-width: 90%; } }
    @media (max-width: 767px) {
      section.services figure img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    section.services {
      padding-right: 25px;
      padding-left: 25px; } }

.services-grid {
  list-style-type: none;
  margin-bottom: 35px; }
  .services-grid li a.thumb {
    display: block;
    padding: 15px 15px 15px;
    color: #ffffff;
    text-align: center; }
    .services-grid li a.thumb > div {
      overflow: hidden;
      position: relative;
      padding: 15px 0; }
      .services-grid li a.thumb > div img {
        display: block;
        vertical-align: middle;
        border: 0;
        max-width: 100%;
        width: auto\9;
        height: auto;
        -ms-interpolation-mode: bicubic;
        max-width: 80%;
        margin: 0 auto;
        -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media (max-width: 1199px) {
          .services-grid li a.thumb > div img {
            max-width: 70%; } }
        @media (max-width: 991px) {
          .services-grid li a.thumb > div img {
            max-width: 50%; } }
        @media (max-width: 767px) {
          .services-grid li a.thumb > div img {
            max-width: 70%; } }
    .services-grid li a.thumb h4 {
      margin: 25px 0 0;
      font-family: 'FuturaPT-Bold', sans-sarif;
      font-size: 22px;
      line-height: 1;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
    .services-grid li a.thumb p {
      margin: 10px 0 0;
      font-family: 'FuturaPT-Book', sans-sarif;
      font-size: 20px;
      line-height: 1.2; }
    .services-grid li a.thumb:hover {
      text-decoration: none; }
      .services-grid li a.thumb:hover > div img {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
      .services-grid li a.thumb:hover h4 {
        text-decoration: underline; }

.work {
  padding-top: 50px;
  background-color: #eaeaec; }
  .work h2.section-header {
    color: #323237; }
  .work ul {
    list-style-type: none;
    padding-bottom: 50px; }
    .work ul img {
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic; }
    .work ul .overlay {
      text-align: center;
      white-space: nowrap;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      z-index: 1; }
      .work ul .overlay:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .work ul .overlay .inner-content {
        display: inline-block;
        vertical-align: middle; }
    .work ul h3 {
      font-family: 'FuturaPT-Bold', sans-sarif;
      font-size: 22px;
      line-height: 22px; }
    .work ul h4 {
      font-family: 'FuturaPT-Book', sans-sarif;
      font-size: 14px;
      line-height: 20px; }
    .work ul h3, .work ul h4 {
      opacity: 0;
      -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .work ul a {
      display: block;
      position: relative;
      overflow: hidden;
      color: #ffffff; }
      .work ul a:hover {
        text-decoration: underline;
        color: #ffffff; }
        .work ul a:hover .overlay {
          background-color: rgba(180, 42, 34, 0.8); }
        .work ul a:hover h3, .work ul a:hover h4 {
          opacity: 1; }

section.project {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eaeaec; }
  section.project .project-carousel {
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      section.project .project-carousel {
        margin-bottom: 45px; } }
  section.project #project-carousel .owl-controls {
    display: none; }
  section.project .carousel-pager {
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 20px;
    z-index: 1000; }
    @media (max-width: 768px) {
      section.project .carousel-pager {
        bottom: -20px; } }
  section.project .project-data .header {
    border-bottom: 1px solid #323237;
    margin-bottom: 35px;
    font-family: 'FuturaPT-Bold', sans-sarif; }
    section.project .project-data .header h1 {
      margin: 0 0 10px 0;
      font-size: 34px; }
    section.project .project-data .header h2 {
      margin: 0 0 10px 0;
      font-size: 22px; }
    @media (max-width: 1199px) {
      section.project .project-data .header h1 {
        font-size: 30px; }
      section.project .project-data .header h2 {
        font-size: 20px; } }
    @media (max-width: 991px) {
      section.project .project-data .header h1 {
        font-size: 26px; }
      section.project .project-data .header h2 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      section.project .project-data .header h1 {
        font-size: 22px; }
      section.project .project-data .header h2 {
        font-size: 16px; } }
  section.project .project-data h3 {
    margin: 25px 0 10px 0;
    font-family: 'FuturaPT-Bold', sans-sarif;
    font-size: 20px; }
  section.project .project-data ul {
    margin-left: 15px;
    font-size: 16px; }
    section.project .project-data ul li {
      margin-top: 5px; }
      section.project .project-data ul li:first-child {
        margin-top: 0; }

.projects-navigation {
  padding-top: 50px;
  padding-bottom: 50px; }
  .projects-navigation > .row [class^="col-"]:before, .projects-navigation > .row [class^="col-"]:after {
    content: " ";
    display: table; }
  .projects-navigation > .row [class^="col-"]:after {
    clear: both; }
  .projects-navigation .link {
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .projects-navigation .link:hover, .projects-navigation .link:active {
      opacity: 1;
      text-decoration: underline; }
    .projects-navigation .link span {
      display: block;
      line-height: 60px;
      font-size: 15px;
      font-family: 'FuturaPT-Bold', sans-sarif;
      letter-spacing: 0.02em; }
    .projects-navigation .link img {
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic;
      max-width: 60px; }
    .projects-navigation .link.pull-left span, .projects-navigation .link.pull-left img {
      float: left; }
    .projects-navigation .link.pull-left img {
      margin-right: 15px; }
    .projects-navigation .link.pull-left span {
      padding-left: 25px;
      background: transparent url("../img/work-prev-arrow.png") no-repeat scroll left center;
      background-size: 14px auto; }
    .projects-navigation .link.pull-right span, .projects-navigation .link.pull-right img {
      float: right; }
    .projects-navigation .link.pull-right img {
      margin-left: 15px; }
    .projects-navigation .link.pull-right span {
      padding-right: 25px;
      background: transparent url("../img/work-next-arrow.png") no-repeat scroll right center;
      background-size: 14px auto; }
    @media (max-width: 767px) {
      .projects-navigation .link.pull-left img {
        margin-right: 0; }
      .projects-navigation .link.pull-left span {
        padding-left: 10px;
        background: none; }
      .projects-navigation .link.pull-right img {
        margin-left: 0; }
      .projects-navigation .link.pull-right span {
        padding-right: 10px;
        background: none; } }

body.home section.contact .rich-text {
  color: #ffffff; }
  body.home section.contact .rich-text a, body.home section.contact .rich-text a:visited {
    color: #ffffff; }

section.contact {
  padding-top: 50px;
  background-color: #323237; }
  section.contact .form-horizontal {
    margin-bottom: 35px; }
    section.contact .form-horizontal input, section.contact .form-horizontal textarea {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    section.contact .form-horizontal .frm_form_field {
      margin-bottom: 15px; }
    section.contact .form-horizontal .frm_error {
      margin-top: 5px;
      color: #b42a22;
      font-size: 12px; }
  section.contact .btn-default {
    background-color: #b42a22 !important;
    border: 1px solid #b42a22 !important; }
  @media (max-width: 767px) {
    section.contact .form-group [class^="col-"] {
      margin-bottom: 15px; }
      section.contact .form-group [class^="col-"]:last-child {
        margin-bottom: 0; } }

body.page-id-9 section.contact {
  background-color: #eaeaec; }
  body.page-id-9 section.contact h2.section-header {
    color: #323237; }

.news {
  padding-top: 50px;
  background-color: #eaeaec; }
  .news h2.section-header {
    color: #323237; }
  .news ul {
    list-style-type: none;
    padding-bottom: 15px; }
    .news ul li {
      display: block;
      padding-bottom: 35px; }
      @media (max-width: 1199px) {
        .news ul li .thumb {
          margin-bottom: 35px; } }
      .news ul li img {
        display: block;
        vertical-align: middle;
        border: 0;
        max-width: 100%;
        width: auto\9;
        height: auto;
        -ms-interpolation-mode: bicubic;
        margin: 0 auto;
        -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media (max-width: 991px) {
          .news ul li img {
            max-width: 70%; } }
        @media (max-width: 767px) {
          .news ul li img {
            max-width: 80%; } }
      .news ul li h3 {
        margin: 0 0 5px;
        font-family: 'FuturaPT-Bold', sans-sarif;
        font-size: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
      .news ul li p {
        font-family: 'FuturaPT-Book', sans-sarif;
        font-size: 18px;
        line-height: 1.4; }
      @media (max-width: 991px) {
        .news ul li .read-more-link {
          text-align: right; } }
      .news ul li a {
        color: #b42a22;
        font-family: 'FuturaPT-Bold', sans-sarif;
        font-size: 18px; }
  .news .news-content .header {
    border-bottom: 1px solid #323237;
    margin-bottom: 35px;
    font-family: 'FuturaPT-Bold', sans-sarif; }
    .news .news-content .header h1 {
      margin: 0 0 10px 0;
      font-size: 34px;
      text-transform: uppercase; }
    .news .news-content .header h2 {
      margin: 0 0 10px 0;
      font-size: 22px;
      text-transform: uppercase; }
    @media (max-width: 1199px) {
      .news .news-content .header h1 {
        font-size: 30px; }
      .news .news-content .header h2 {
        font-size: 20px; } }
    @media (max-width: 991px) {
      .news .news-content .header h1 {
        font-size: 26px; }
      .news .news-content .header h2 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .news .news-content .header h1 {
        font-size: 22px; }
      .news .news-content .header h2 {
        font-size: 16px; } }
  .news .news-content h3 {
    margin: 25px 0 10px 0;
    font-family: 'FuturaPT-Bold', sans-sarif;
    font-size: 20px; }

.rich-text {
  margin: 0 0 35px 0;
  font-size: 16px;
  line-height: 1.5; }
  .rich-text p {
    margin: 0 0 15px 0; }
    .rich-text p:last-child {
      margin: 0; }
    .rich-text p > img {
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic; }
  .rich-text figure {
    margin-top: 35px; }

.social-links li {
  float: left;
  display: block;
  margin-left: 10px; }
  .social-links li:first-child {
    margin-left: 0; }

.to-page-top {
  display: block;
  position: absolute;
  top: -120px;
  right: 8.33333%;
  z-index: 1000;
  opacity: 0.5;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .to-page-top img {
    max-width: 40px; }
  .to-page-top:hover {
    opacity: 1; }
  @media (max-width: 991px) {
    .to-page-top {
      right: 30px;
      top: -150px; } }
  @media (max-width: 767px) {
    .to-page-top {
      right: 15px;
      top: 0; } }

/*

Footer

*/
footer {
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 40px 0;
  font-family: 'FuturaPT-Book', sans-sarif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #323237; }
  footer .logo {
    max-width: 123px;
    margin-bottom: 5px; }
  footer > .row {
    position: relative; }
    footer > .row [class^="col-"]:before, footer > .row [class^="col-"]:after {
      content: " ";
      display: table; }
    footer > .row [class^="col-"]:after {
      clear: both; }
  footer .social-links.footer {
    margin-top: 35px; }
  @media (max-width: 767px) {
    footer [class^="col-"] {
      margin-bottom: 15px; }
      footer [class^="col-"]:last-child {
        margin-bottom: 0; } }
