#bar {
  min-height: 64px;
  padding: 16px 0 16px 0;
  background: #138dcd;
}

#bar .btn {
  color: #000000;
  background: #ffffff;
  border: none !important;
  border-radius: 2px !important;
}

#bar a {
  color: #ffffff;
}

.check {
  width: 75%;
  margin-left: 30px;
  margin-right: 0px;
  padding: 2px;
}

#bar .sites {
  text-align: center;
  margin-bottom: 16px;
}

#bar .sites {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#bar .sites:before,
#bar .sites:after {
  content: " ";
  display: table;
}

#bar .sites:after {
  clear: both;
}

#bar .sites a {
  display: block;
  float: left;
}

#bar .sites a + a:before {
  content: "|";
  padding-right: 8px;
  padding-left: 8px;
  color: #ffffff;
}

#bar .sites .active {
  color: #ffffff;
  font-weight: bold;
}

#bar .info a {
  display: inline-block;
  padding: 6px 0 0 8px;
}

@media (min-width: 768px) {
  #bar .sites {
    margin-left: 0;
    text-align: left;
    margin-bottom: 0;
  }

  #bar .sites a {
    padding-top: 6px;
  }
}

#header {
  padding: 24px 0 16px 0;
  background: #ffffff;
}

#header .navigation {
  display: table;
  margin: 50px 0 50px auto;
}

#header .navigation:before,
#header .navigation:after {
  content: " ";
  display: table;
}

#header .navigation:after {
  clear: both;
}

#header .navigation a {
  display: block;
  color: black !important;
  padding: 12px 16px;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  text-align: center;
}

#header .navigation a:hover {
  color: #138dcd !important;
}

@media (max-width: 767px) {
  #header .navigation {
    display: block;
    margin-left: 0;
  }

  .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

  .check {
    width: 7%;
    float: left;
    margin-right: 10px;
    padding: 3px;
    margin-left: 0;
  }

  #header .navigation a {
    display: block;
    color: black !important;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
  }

  #header .navigation a + a {
  }

  #header .navigation a:focus,
  #header .navigation a:hover {
    text-decoration: none;
    color: #138dcd;
  }
}

#header .search form {
  display: block;
  margin: 8px 0 16px 0;
  padding: 16px 8px;
  margin-top: 45px;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

#header .search input {
  width: 75%;
  display: inline-block !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

#header .search button {
  display: inline-block !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

#hero {
  position: relative;
  margin: 0 0 60px 0;
  /*height: 560px;*/
  background: url("../img/header.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

#hero .message {
  padding: 50px 0 98px 0;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 0px 16px #000000;
}

#hero .link {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
}

#hero .link a {
  display: inline-block;
  margin: 0 auto;
  padding: 24px 72px;
  color: #ffffff;
  background: #138dcd;
  border: 6px solid #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #hero .message {
    font-size: 68px;
    padding: 100px 0 148px 0;
  }

  #header .navigation a {
    display: inline-block;
    color: black !important;
    padding: 12px 16px;
    font-size: 16px;
    text-decoration: none;
  }
}
