header {
  height:750px;
}

@media(max-width:991px) {
  header {
    height:auto;
    margin-bottom:60px;
  }
}

header ul.autoslider li {
  height:750px;
}
  
header #switchBackground {
    position:absolute;
    top:20px;
    left:20px;
    color:#fff;
    font-size:30px;
    z-index:9999;
    text-shadow:0 0 15px #000;
    cursor:pointer;
    transition: all 0.2s;
    z-index:99999;
}

header #switchBackground:hover {
    color:#ffeb5e;
    text-shadow:0 0 30px #ffeb5e;
    transform:scale(1.2);
}

header .overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:750px;
  background:#000;
  opacity:0.7;
  z-index:9998;
}

section.container > .content {
  margin-top: 0;
}

.page-header {
  margin-bottom:60px;
}

header .blocks .block .fa {
  font-size:1.3em;
  display:block;
  text-align:right;
}


@media(min-width:768px) {
  header .blocks .row > div {
    padding-left:5px;
    padding-right:5px;
  } 
}

@media(max-width:767px) {
  .page-header {
    margin-bottom:20px;
  }  
}
