@import url(/css/gutters.css);

.melding{display: block; width:100%; background: #ff0000; color:#fff; padding: 10px; text-align:center;}

/* Colors */
/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 43px;
  margin-bottom: 30px; }

h2, .h2 {
  font-size: 27px;
  margin-bottom: 24px; }

h3, .h3 {
  font-size: 22px;
  margin-bottom: 20px; }

h4, .h4 {
  font-size: 20px;
  margin-bottom: 18px; }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 16px; }

h6, .h6 {
  font-size: 16px;
  margin-bottom: 14px; }

p {
  margin-bottom: 30px; }

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

.text-secondary {
  color: #005f2e !important; }

/* Grid */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* Transition */
/* Base */
html {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #676767;
  background-color: #ffffff;
  line-height: 1.9; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px; }

.container-large {
  max-width: 1440px; }

 a.red {
   color: #ff0000; }
  
a {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  color: #676767;
  text-decoration: underline; }
  a:hover {
    color: #ff0000; }

img {
  max-width: 100%;
  height: auto; }

#wrapper {
  padding-top: 160px; }
 
.imgHolder img{ margin-bottom: 45px;}
.imgHolder address{padding: 10px; margin: 20px auto; }
.imgHolder address h3{margin: 20px 0 10px 0;}
.showSubPages{list-style:none; margin: 0; padding: 0; }
.showSubPages li{display:inline; }
.showSubPages a{ display:inline-block; background:#005f2e; text-decoration:none; color:#fff; padding: 10px; margin: 0 10px 10px 0; }

.clear{ clear:both; }

.offerButton{ display:block; padding: 10px 20px; text-decoration:none; max-width: 300px; margin: 0 auto; text-align:center; background:#e30613; color:#fff; border:0;  border-radius: 5px; text-transform: uppercase;  }
.offerButton:hover{background:#005f2e; color:#fff; text-decoration:none;}

.formContainer{}
.formContainer div.hidden{ display: none;}
.formContainer input, .formContainer textarea, .formContainer select{ border-radius: 5px; width: 100%; border: 1px solid #676767; color:#676767; padding: 10px; margin: 20px auto; font-size: 16px; -webkit-appearance: none;}
.formContainer textarea{ height: 150px; display:block;}
.formContainer input.button{ background:#005f2e; color:#fff; border:0;  border-radius: 5px; text-transform: uppercase; }
.error{ color: #e30613;}
.succes{ color: #005f2e; border: 1px solid #005f2e; padding: 10px; }
a.adjustJump{ position:absolute; top: -50px; }
.recapHide{display:none;}

.projects .item{ width: calc(33.3% - 20px); margin: 10px; float: left; border-radius: 5px; overflow:hidden;}
.projects .item .holder {background-repeat: no-repeat; background-size:cover; overflow:hidden; position: relative; width: 100%; padding-top: 66.66%; /* 3:2 Aspect Ratio */}
.projects .item  .holder .inside {position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.projects .item .holder .info{line-height: 125%; font-size: 14px; position: absolute; top: 0; left: 0; right: 0; background: #005f2e; color:#fff; position: absolute; opacity: 0.9; margin:0 auto; transition: 0.5s; -webkit-transition: 0.5s; width: 100%;  padding: 10px;}

.projects .item .holder .info .title{ display:block; font-weight: 500; font-size: 16px; margin: 0 0 10px 0;}
.overviewLink{margin: 50px 0 0 0; text-align:center; }



@media only screen and (max-width: 900px) {
	.projects .item{ width: calc(50% - 20px); margin: 10px; float: left; }
	.projects .item .holder .info{margin:0 auto 0 auto; width: calc(80% - 20px);  padding: 10px; }
	.projects .item .holder .info .title{ margin: 0; }
	.projects .item .holder .info .content{display:none;}
}

@media only screen and (max-width: 500px) {
	.projects .item{ width: calc(100% - 20px); margin: 20px 10px; float: none; }
}


/* Header */
header {
  background-color: #ffffff;
  color: #676767;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header .header-wrapper {
    position: relative;
    padding: 12px 0;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
  header.shrink {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
    header.shrink .header-wrapper {
      height: 120px;
      padding: 18px 0; }

.header-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .header-contact li {
    margin-left: 20px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
    .header-contact li:hover {
      opacity: 0.75; }

header.shrink .header-contact {
  top: 10px; }
  header.shrink .header-contact span {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }

/* Logo  */
.logo__image {
  max-width: 252px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

header.shrink .logo__image {
  max-width: 150px; }

.mm-wrapper_opening .logo__image {
  opacity: 0 !important;
  -webkit-transition: 0.5s all !important;
  -o-transition: 0.5s all !important;
  transition: 0.5s all !important; }

.mm-slideout {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mm-wrapper__blocker {
  -webkit-box-shadow: inset 5px -5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 5px -5px 10px rgba(0, 0, 0, 0.15); }

/* Menu */
@media screen and (min-width: 1023px) {
  .nav--primary {
    margin-left: auto;
    margin-top: 30px;
    font-size: 20px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
    .nav--primary a {
      color: #005f2e;
      text-decoration: none;
      padding: 10px; }
      .nav--primary a:hover {
        color: #005f2e; }
    .nav--primary .nav_list {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nav--primary .nav_list > .nav_item {
        position: relative;
        padding: 10px 5px; }
        .nav--primary .nav_list > .nav_item a {
          border-top: 3px solid transparent;
          font-weight: 500; }
        .nav--primary .nav_list > .nav_item.active a, .nav--primary .nav_list > .nav_item:hover a {
          border-color: #005f2e; }
        .nav--primary .nav_list > .nav_item:last-child {
          margin-right: 0; }
        .nav--primary .nav_list > .nav_item:first-child {
          margin-left: 0; }
        .nav--primary .nav_list > .nav_item:hover > .nav_list {
          opacity: 1;
          visibility: visible;
          height: auto; }
        .nav--primary .nav_list > .nav_item > .nav_list {
          display: block;
          position: absolute;
          top: 100%;
          height: 0;
          padding: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.5s all;
          -o-transition: 0.5s all;
          transition: 0.5s all;
          white-space: nowrap; }
          .nav--primary .nav_list > .nav_item > .nav_list > .nav_item {
            text-transform: initial;
            padding: 0;
            margin: 0;
            font-size: 17px;
            font-weight: 400; }
            .nav--primary .nav_list > .nav_item > .nav_list > .nav_item a {
              padding: 5px 20px;
              display: block;
              background-color: #005f2e;
              color: #ffffff;
              border: 0;
              font-weight: 400; }
              .nav--primary .nav_list > .nav_item > .nav_list > .nav_item a:first-child {
                padding-top: 6px; }
              .nav--primary .nav_list > .nav_item > .nav_list > .nav_item a:last-child {
                padding-bottom: 6px; }
              .nav--primary .nav_list > .nav_item > .nav_list > .nav_item a:hover {
                color: rgba(255, 255, 255, 0.75); }
  header.shrink .nav--primary {
    margin-bottom: -20px; } }

.nav-toggle {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none; }
  @media screen and (min-width: 1023px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle:hover {
    color: #ffffff; }

.mm-menu {
  --mm-navbar-size: 60px;
  --mm-listitem-size: 50px;
  --mm-color-background: $base; }

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #005f2e; }

.mm-listitem__btn,
.mm-listitem:after {
  border-color: rgba(255, 255, 255, 0.1);
  left: 0; }

.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: #ffffff; }

.mm-btn_next,
.mm-btn_prev {
  background-color: #005f2e; }

.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: #ffffff; }

.mm-navbar__btn {
  width: 55px; }

/* Lists */
.list {
  margin: 0;
  padding: 0; }

.list--pipe {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .list--pipe li {
    margin-right: 10px; }
    .list--pipe li:after {
      content: '|';
      margin-left: 5px; }
    .list--pipe li:last-child:after {
      content: '';
      margin-right: 0;
      display: none; }

.list--inline {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .list--inline > li {
    margin: 10px 20px; }
    .list--inline > li:first-child {
      margin-left: 0; }
    .list--inline > li:last-child {
      margin-right: 0; }

/* Panes  */
.pane {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff; }
  @media screen and (max-width: 1023px) {
    .pane {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 600px) {
    .pane {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pane h1, .pane h2, .pane h3, .pane h4, .pane h5, .pane h6 {
    color: #676767; }

.pane--default {
  background-color: #ffffff; }
  .pane--default + .pane--default {
    padding-top: 1px; }

.pane--primary {
  background-color: #ff0000;
  color: #ffffff; }
  .pane--primary + .pane--primary {
    padding-top: 1px; }
  .pane--primary h1, .pane--primary h2, .pane--primary h3, .pane--primary h4, .pane--primary h5, .pane--primary h6 {
    color: #005f2e; }

.pane--secondary {
  background-color: #005f2e; }
  .pane--secondary + .pane--secondary {
    padding-top: 1px; }

/* Pane hero  */
.pane--hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  max-height: 520px;
  height: 50vw;
  width: 100%;
  margin: 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 4px solid #005f2e;
  border-bottom: 4px solid #005f2e; }
  
 @media screen and (min-width: 800px) {
	.subpage{height: 20vw;}
	.subpage h1{ display:none;}
}
 

  
  .pane--hero:before {
    content: '';
    width: 477px;
    height: 18px;
    position: absolute;
    bottom: -22px;
    left: 0;
    background: url(img/hero-circle.png) no-repeat 0 0;
    background-size: 100% auto; }
  .pane--hero:after {
    content: '';
    width: 477px;
    height: 18px;
    position: absolute;
    top: -22px;
    right: 0;
    background: url(img/hero-circle.png) no-repeat 0 0;
    background-size: 100% auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pane--hero > .container {
    position: relative;
    z-index: 1; }
  .pane--hero h1 {
    font-size: 70px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 0 10px black;
    margin: 0 0 40px; }
  .pane--hero .btn {
    padding: 10px 30px; }

.pane--cards {
  background-color: #676767; }
  .pane--cards h1 {
    color: #ffffff; }

.pane--map {
  position: relative;
  padding: 0;
  height: 300px;
  -webkit-box-shadow: 0px 0px 40px black;
          box-shadow: 0px 0px 40px black; }
  .pane--map iframe {
    width: 100%;
    height: 100%; }
	
.fb{
	background: #eee;
	padding: 50px 0;
	margin-bottom: 100px;
}

.fb h1{
  background-image: url(img/like.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  
}

.fb h1 a{
	color:#005f2e;
	text-decoration:none;
}
.fb .item{
	float:left;
	width: 33.3%;
	padding: 0 30px;

}

.fb .item .big{
	width: 100%;
	max-height: 300px;
	height: auto;
	overflow:hidden;
	padding: 0 0 20px 0;
}

.fb .item .small{

}

.fb .item .small a{
	width: calc(50% - 20px);
	margin: 10px;
	height: 125px;
	float: left!important;
	background-color:#ccc;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	overflow:hidden;
}

.fb .item .read-more{
	background: #676767;
	color: #fff;
	display: block;
	text-align:center;
	padding: 5px;
	font-size:90%;
	text-decoration: none;
	margin-top: 15px;
	border-radius: 10px;
	
}

.pane--cta .btn {
  position: relative;
  padding: 14px 20px;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pane--cta .btn img {
    position: absolute;
    left: 20px; }
  .pane--cta .btn:hover {
    color: #ffffff; }

.pane--services {
  position: relative; }
  .pane--services:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0.75);
    z-index: 1; }
  .pane--services:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(0, 95, 46, 0.75);
    z-index: 1; }
  .pane--services > .container-fluid {
    position: absolute;
    top: 0;
    height: 100%; }
    .pane--services > .container-fluid .row {
      height: 100%; }

.pane--clients {
  padding-bottom: 20px;
  background-image: url(img/kabels-transparent.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .pane--clients .list--inline > li {
    margin: 2px 20px; }

/* Buttons */
.btn {
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 16px;
  padding: 5px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: gray;
  color: #ffffff; }
  .btn:hover {
    color: #ffffff;
    background-color: rgba(128, 128, 128, 0.85); }

.btn--large {
  font-size: 21px;
  padding: 10px 20px; }

.btn--small {
  font-size: 14px;
  padding: 5px 10px; }

.btn--bordered {
  border-width: 1px;
  border-style: solid;
  padding: 10px 30px; }

.btn--primary {
  color: #ffffff;
  background-color: #ff0000; }
  .btn--primary:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255, 0, 0, 0.85); }

.btn--secondary {
  color: #ff0000;
  background-color: #005f2e; }
  .btn--secondary:hover {
    color: rgba(255, 0, 0, 0.85);
    background-color: rgba(0, 95, 46, 0.85); }

.btn--white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn--white:hover {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75); }

/* Card */
.card {
  border-radius: 0; }

.card--usp {
  border: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card--usp .card-figure {
    border-bottom: 2px solid #005f2e;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card--usp .card-body {
    padding: 0;
    text-align: center;
    font-weight: 500;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }

.card--cta {
  border: 0;
  background-color: transparent;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 20px; }
  .card--cta:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5); }
  .card--cta .card-img {
    width: 100%;
    border-radius: 20px; }
  .card--cta .btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    background-color: #ff0000;
    font-weight: 700;
    font-size: 21px;
    padding: 10px; }

.card--hero {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.card--service {
  background: transparent;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: block;
  border: 0; }
  .card--service h1 {
    color: #ffffff; }
  .card--service h2 {
    color: #ffffff; }
  .card--service .btn {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px; }
    .card--service .btn:hover {
      background-color: rgba(255, 255, 255, 0.95); }
  .card--service a.text-primary:focus,
  .card--service a.text-primary:hover {
    color: #ff0000 !important; }
  .card--service a.text-secondary:focus,
  .card--service a.text-secondary:hover {
    color: #005f2e !important; }

/* Footer */
.main-footer {
  background: #005f2e;
  background-size: cover;
  color: #ffffff;
  
  font-size: 16px;
  font-weight: 300;
  padding: 50px 0; }
  .main-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300; }


@media screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 80px; }
  /* Header */
  .header-contact,
  header.shrink .header-contact {
    top: 22px;
    right: 80px; }
  img.logo {
    width: 124px; }
  header .header-wrapper,
  header.shrink .header-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    height: 80px; }
  header #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: 80px; }
  header #menu-toggle span {
    display: block;
    background: #ff0000;
    width: 50%;
    height: 3px;
    margin: 5px 25%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
  .mm-navbar {
    font-weight: 700; }
  .mm-navbar__title {
    color: #005f2e !important; }
  .mm-wrapper_opening #menu-toggle {
    left: -10px; }
    .mm-wrapper_opening #menu-toggle:before {
      display: none; }
  .mm-wrapper_opening #menu-toggle span.bottom {
    display: none; }
  .mm-wrapper_opening #menu-toggle span.top {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 6px; }
  .mm-wrapper_opening #menu-toggle span.middle {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -8px; }
  /* Logo */
  .logo__image {
    width: 160px; }
  /* Menu */
  .nav--primary {
    display: none; }
  /* Panes */
  .pane--hero {
    margin-top: 10px; }
    .pane--hero h1 {
      font-size: 6vw; }
    .pane--hero:before, .pane--hero:after {
      width: 250px; }
  .pane--cta .btn {
    font-size: 20px; } 

	.fb .item{	
		width: 50%;
	}
	
	.fb .item3{
		display:none;	
	}
	
	}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px; }
  h1, .h1 {
    font-size: 24px;
    margin-bottom: 22px; }
  h2, .h2 {
    font-size: 18px;
    margin-bottom: 18px; }
  h3, .h3 {
    font-size: 16px;
    margin-bottom: 15px; }
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 14px;
    margin-bottom: 12px; }
  /* Header */
  .header-contact,
  header.shrink .header-contact {
    right: 60px;
    top: 12px; }
  header .header-wrapper,
  header.shrink .header-wrapper {
    height: 60px;
    padding: 10px 0; }
  header #menu-toggle {
    width: 60px; }
    header #menu-toggle span {
      height: 2px;
      margin: 4px 25%; }
  img.logo {
    width: 95px; }
  .mm-wrapper_opening #menu-toggle span.middle {
    margin-top: -6px; }
  .pane--services:before {
    width: 100%;
    height: 50%; }
  .pane--services:after {
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0; }
  .pane--hero {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px; } 
	
	.fb .item{	
		width: 50%;
	}
	
	.fb .item3{
		display:none;	
	}

@media screen and (max-width: 600px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1); }
  .header-contact img {
    max-width: 16px; }
  img.logo {
    width: 90px;
    margin-top: 0; }
  .pane--hero {
    padding-top: 20px;
    padding-bottom: 20px; }
    .pane--hero .btn {
      padding: 5px 10px;
      font-size: 13px; } 
	  
	.fb .item{	
		width: 100%;
	}
	
	.fb .item2{
		display:none;	
	}

	.pane--hero h1 {
		margin: 0 0 10px; }
}
