@media(max-width: 999px) {
  #page-wrapper {
    padding-bottom: 0;
  }

  body.contact #block-system-main {
    float: none;
    width: auto;
  }

  body.contact #block-system-main iframe {
    width: 100%;
  }

  #footer .region-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  #block-superfish-1 ul#superfish-1 > a {
    border-left: 0;
  }

  #block-superfish-1 ul#superfish-1 li a:hover, 
  #block-superfish-1 ul#superfish-1 > a:hover,
  #block-superfish-1 ul#superfish-1 li a.active, 
  #block-superfish-1 ul#superfish-1 > a.active {
    background: #3b3b3b;
    box-shadow: none;
    color: #172C47;
  }

  #block-superfish-1 ul#superfish-1 form input[type=search] {
    width: 100%;
    height: 39px;
    border: none;
    border-top: 1px solid #5c5c5c;
    background: #2e2e2e;
    border-radius: 0px;
    padding-left: 30px;
    color: white;
    box-sizing: border-box;
  }

  #block-superfish-1 ul#superfish-1 form input[type=search]:hover,
  #block-superfish-1 ul#superfish-1 form input[type=search]:focus,
  #block-superfish-1 ul#superfish-1 form input[type=search]:active {
    background: #3b3b3b;
  }

  #block-superfish-1 ul#superfish-1 form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search-icon.png) 50% 50% no-repeat;
    font-size: 0;
    height: 39px;
    width: 50px;
    border-radius: 0;
    border: none;
  }

  #block-superfish-1 #search-block-form input[type=submit]:hover {
    background-image: url(../images/search-icon-hover.png);
  }
  
  #block-superfish-1 ul#superfish-1 li a {
    box-sizing: border-box;
  }
  #block-superfish-1 ul#superfish-1 li#user-login a {
    padding-left: 25px;
    background-image: url('../images/icon-login.png');
    background-position: 30px 50%;
    background-repeat: no-repeat;
  }

  #block-superfish-1 ul#superfish-1 li#user-login a:hover,
  #block-superfish-1 ul#superfish-1 li#user-login a.active {
    background-image: url('../images/icon-login-hover.png');
  }

  #page #menu-bar #block-superfish-1 h2.block-title a, #block-system-main-menu h2.block-title a {
    color: #fff;
    float: right;
    display: block;
    background: url(../images/hamburger-mobile.png) 50% 50% no-repeat, url(../images/menu_line.png) 0 50% no-repeat;
    font-size: 0;
    border: none;
    padding: 9px 50px;
    height: 40px;
    box-sizing: border-box;
  }

  /* Page Blog */

  .page-taxonomy .node-blog {
    margin-bottom: 50px;
  }

  #main-content {
    padding-top: 0;
  }

  .view-portfolio-page .view-header {
    padding-top: 20px;
  }

  .columns-front-page div.column {
    margin-bottom: 30px;
  }
}
