body {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
}
hr {
  border-color: #d6d6d6;
  border-width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
  color: #89191c;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
h1 {
  font-weight: 400;
}
h2 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
  font-style: italic;
}
h6 {
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}
p {
  line-height: 20px;
}
a {
  color: #89191c;
}
a:hover {
  color: #731518;
}
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.container {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
header h1,
header h2 {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
  text-indent: -999999px;
  height: 72px;
  background-size: cover;
}
header h1 {
  background: url(../img/header-a.png);
}
header h2 {
  background: url(../img/header-b.png);
}
section.pagehead {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.pagehead img {
  max-width: 100%;
}
section.pagehead .menu-block {
  color: #ffffff;
  background: #a7a9ac;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
section.pagehead .menu-block:first-child .link-block {
  padding-left: 15px;
}
section.pagehead .menu-block:last-child .link-block {
  padding-right: 15px;
}
section.pagehead .menu-block a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}
section.pagehead .menu-block a:hover {
  font-weight: 100;
}
section.pagehead .menu-block .arrow {
  display: none;
}
section.pagehead .menu-block .link-block {
  text-align: center;
}
section.pagehead .menu-block .link-block hr {
  width: 40%;
  border-width: 2px;
  border-color: #ffffff;
  margin: 0 auto !important;
  margin-bottom: 12px !important;
}
section.pagehead .menu-block .link-block .link {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 500;
}
section.pagehead .menu-block .link-block .desc {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
}
section.pagehead .menu-block.active .arrow {
  display: block;
  background-image: url(../img/menu/arrow/1.png);
  width: 35px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 45%;
}
section.pagehead .menu-block.about {
  background: #a7a9ac;
}
section.pagehead .menu-block.about .arrow {
  left: 46%;
}
section.pagehead .menu-block.services {
  background: #89191c;
}
section.pagehead .menu-block.services .arrow {
  background-image: url(../img/menu/arrow/2.png);
}
section.pagehead .menu-block.clients {
  background: #404040;
}
section.pagehead .menu-block.clients .arrow {
  left: 40%;
  background-image: url(../img/menu/arrow/3.png);
}
section.main hr {
  border-color: #cccccc;
  margin-top: 22px;
  margin-bottom: 22px;
}
section.main img {
  max-width: 100%;
}
section.main p {
  line-height: 20px;
}
section.main a {
  font-weight: 400;
}
section.main a:hover {
  font-weight: 400;
}
section.main .sidebar {
  padding-left: 0;
}
section.main .sidebar ul.clientfeedback {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 200px;
}
section.main .sidebar ul.clientfeedback li {
  min-height: 100px;
  line-height: 20px;
  font-weight: 100;
}
section.main .sidebar ul.clientfeedback li strong,
section.main .sidebar ul.clientfeedback li b {
  font-weight: 400;
}
section.main .sidebar .bx-wrapper {
  margin: 0;
}
section.main .sidebar .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}
section.main .sidebar .bx-wrapper .bx-controls .bx-pager {
  text-align: left;
  bottom: -60px;
}
section.main .sidebar .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background-color: transparent;
  border: 1px solid #89191c;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
section.main .sidebar .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #89191c;
}
section.main .sidebar .connectwithus {
  background: #404041;
  color: #ffffff;
  padding: 24px;
  padding-bottom: 10px;
}
section.main .sidebar .connectwithus h1 {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 100;
}
section.main .sidebar .connectwithus img {
  margin-right: 16px;
}
section.main .sidebar .connectwithus p {
  padding: 0;
  margin: 0;
}
section.main .sidebar .connectwithus a {
  color: #ffffff;
  text-decoration: none;
}
section.main .sidebar .connectwithus a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer {
  font-size: 12px;
  padding-top: 30px;
  margin-top: 80px;
  margin-bottom: 32px;
  border-top: 1px solid #d0cfcf;
}
footer ul.copyright,
footer ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
}
footer ul.copyright li,
footer ul.social li {
  display: inline-block;
}
footer ul.copyright a,
footer ul.social a {
  color: #000000;
}
footer ul.copyright li {
  border-right: 1px solid black;
  padding-right: 5px;
  margin-right: 2px;
}
footer ul.copyright li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer ul.social {
  float: right;
  margin-top: -12px;
}
footer ul.social a {
  display: block;
  width: 32px;
  height: 32px;
}
footer ul.social li {
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -999999px;
  background-image: url(../img/social.png);
  background-repeat: no-repeat;
}
footer ul.social li.contact {
  background-position: 0 0;
}
footer ul.social li.facebook {
  background-position: -32px 0;
}
footer ul.social li.linkedin {
  background-position: -64px 0;
}
footer ul.social li.email {
  background-position: -96px 0;
}
footer ul.social li.twitter {
  background-position: -128px 0;
}
@media (max-width: 991px) {
  .container {
    width: 700px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 10px !important;
  }
  header h1,
  header h2 {
    height: 52px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  section.pagehead .menu-block .link-block .link {
    font-size: 22px;
  }
  section.pagehead .menu-block .link-block .desc {
    font-size: 12px;
  }
  section.main .sidebar {
    padding-left: 15px;
  }
  section.main .sidebar .connectwithus {
    background: #404041;
    color: #ffffff;
    padding: 24px;
    padding-bottom: 24px;
  }
  section.main .sidebar .connectwithus h1 {
    margin-top: 0;
  }
  footer ul.social {
    margin-top: -20px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 480px;
  }
  header h1,
  header h2 {
    height: 36px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  section.pagehead .menu-block,
  section.pagehead .menu-block.active {
    width: 100%;
    padding: 0 !important;
  }
  section.pagehead .menu-block:first-child .link-block,
  section.pagehead .menu-block.active:first-child .link-block {
    padding-left: 0;
  }
  section.pagehead .menu-block:last-child .link-block,
  section.pagehead .menu-block.active:last-child .link-block {
    padding-right: 0;
  }
  section.pagehead .menu-block .arrow,
  section.pagehead .menu-block.active .arrow {
    display: none !important;
  }
  section.pagehead .menu-block .link-block .link,
  section.pagehead .menu-block.active .link-block .link {
    font-size: 22px;
  }
  section.pagehead .menu-block .link-block hr,
  section.pagehead .menu-block.active .link-block hr {
    display: none !important;
  }
  section.pagehead .menu-block .link-block .desc,
  section.pagehead .menu-block.active .link-block .desc {
    display: none !important;
  }
  footer ul.copyright {
    text-align: center;
    line-height: 20px;
  }
  footer ul.copyright li {
    display: block;
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  footer ul.social {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
  }
  header h1,
  header h2 {
    width: 100%;
    height: 60px;
    background-position-y: center !important;
  }
  header h1 {
    background-position-x: 5px !important;
    background-size: 99.3% !important;
    background-repeat: no-repeat !important;
  }
  header h2 {
    background-color: #89191c;
  }
  section.main .main-content,
  section.main .sidebar {
    padding: 0 30px;
  }
}
html[data-isbrowser*='chrome'] section.main a {
  font-weight: 700;
}
html[data-isbrowser*='chrome'] section.main a:hover {
  font-weight: 700;
}
html[data-isbrowser*='safari'] ul.achievements {
  font-weight: 400 !important;
}
