/** HEADER MAIN **/
.header-main {
  padding: 20px 0px 0px 0px;
}

.header-main .header-top {
  position: relative;
}

.header-top .menu-wrapper {
  margin: 0px 80px 0px 0px;
  font-size: 1.3em;
}

.header-top .menu-wrapper .trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 30px;
}

.header-top .menu-wrapper .trigger img {
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}

.header-top .menu-wrapper .trigger .open {
  display: none;
}

.header-top .menu-wrapper ul.menu-links {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.header-top .menu-wrapper li {
  display: inline-block;
  vertical-align: middle;
}

.header-top .menu-wrapper a {
  display: block;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  padding: 3px 5px;
}

.header-top .social {
  position: absolute;
  top: 0;
  right: 10px;
  width: 75px;
  font-size: 2em;
  text-align: right;
}

.header-top .social a {
  margin: 3px;
}

.HeaderLogoBar {
  font-size: 0px;
  margin: 60px 0px;
}

.header-main .header-logo,
.header-main .HeaderContact {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  font-size: 16px;
}

.header-main .header-logo img {
  width: 100%;
  max-width: 400px;
  max-height: 189px;
}

.header-main .HeaderContact {
  text-align: right;
}

.header-main .HeaderContact a {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 300;
}

.header-main a.HeaderContact-tel {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
}

.header-main a.HeaderContact-email .tokeniser-token2.tokeniser-part3 {
  font-weight: bold;
}



.header-main .header-mid {
  position: relative;
}

.header-mid .header-text {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 4.5em;
  line-height: 1em;
  margin: 0px 230px 0px 0px;
}

.header-mid .header-text span {
  display: block;
}

.header-mid .header-badge {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 200px;
  height: 200px;
  text-align: center;
}

.header-mid .header-badge.active {
  display: block;
}

.header-mid .header-badge img {
  width: 100%;
  max-width: 600px;
  max-height: 600px;
}

.header-main .header-serach {
  clear: both;
  margin: 60px 0px 100px 0px;
}

.header-main {
  color: #000000;
  border-bottom: 1px solid #25303A;
}

.header-top .menu-wrapper a {
  color: #000000;
}

.header-top .menu-wrapper a.selected,
.header-top .menu-wrapper a:hover {
  color: #555555;
}

.header-top .social a {
  color: #000000;
}

.header-top .social a:hover {
  color: #555555;
}



/** RESPONSIVE **/
@media screen and (min-width: 866px) {
  .header-top .menu-wrapper .trigger {
    display: none;
  }

  .header-top .menu-wrapper ul.menu-links {
    display: inline-block;
  }
}

@media screen and (max-width:820px) {
  .header-mid .header-badge {
    display: none;
  }

  .header-mid .header-badge.active {
    display: none;
  }

  .header-mid .header-text {
    margin: 0px 0px 0px 10px;
  }
}

@media screen and (max-width:865px) {
  .header-top .menu-wrapper {
    margin: 0px;
  }

  .header-top .menu-wrapper ul.menu-links {
    width: 100%;
    text-align: center;
  }

  .header-top .menu-wrapper ul.menu-links li {
    display: block;
    font-size: 1.3em;
  }

  .header-top .menu-wrapper .trigger .closed {
    width: 110px;
    display: inline-block;
  }

  .header-top .menu-wrapper .trigger .closed span {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    padding-left: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width:760px) {

  .header-main .header-logo,
  .header-main .HeaderContact {
    display: block;
    clear: both;
    width: 100%;
  }

  .header-main .HeaderContact {
    text-align: left;
    margin: 20px 0px 0px 0px;
  }
}

@media screen and (max-width:590px) {
  .header-mid .header-text {
    font-size: 3.5em;
  }
}

@media screen and (max-width:480px) {
  .header-main .header-logo {
    max-width: 260px;
    margin: 0px auto;
  }

  .header-main .HeaderContact {
    text-align: center;
  }

  .header-main .HeaderContact a {
    font-size: 18px;
  }

  .header-main a.HeaderContact-tel {
    font-size: 32px;
    line-height: 32px;
  }

  .header-mid {
    text-align: center;
  }

  .header-mid .header-text {
    font-size: 2em;
    line-height: 1.3em;
  }
}