body {
  color: #4D4D4D;
}
.container h1,
.container-fluid h1 {
  color: #00A7DC;
  font-weight: 400;
  font-size: 30px;
}
.container h2,
.container-fluid h2 {
  color: #00A7DC;
  font-weight: 400;
  font-size: 26px;
}
.container .divider,
.container-fluid .divider {
  margin: 35px 0;
  height: 2px;
  background-color: #d1d1d1;
}
.container p,
.container-fluid p {
  line-height: 24px;
}
.container ul,
.container-fluid ul {
  list-style-type: square;
}
.container ul li,
.container-fluid ul li {
  color: #00A7DC;
  margin: 0 0 0 6px;
}
.container ul li span,
.container-fluid ul li span {
  color: #4D4D4D;
}
header {
  position: relative;
  margin: 40px 0;
}
header img {
  width: 365px;
  height: auto;
}
header nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
header nav a {
  color: grey;
  text-transform: uppercase;
  margin-right: 15px;
}
header nav a.highlight {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  background-color: #00A7DC;
  padding: 2px 5px;
}
header nav a.highlight:hover,
header nav a.highlightactive {
  text-decoration: none;
  color: #fff;
}
header nav a:hover,
header nav a:active {
  text-decoration: none;
  color: #00A7DC;
}
footer {
  padding: 35px 0;
  font-size: 12px;
  color: #fff;
  background-color: #212121;
}
footer address,
footer div {
  padding: 0;
  line-height: 26px;
}
footer address span,
footer div span {
  padding: 0 10px 0 0;
}
footer address span.law,
footer div span.law {
  padding: 0;
}
footer address span.law:hover,
footer div span.law:hover {
  cursor: pointer;
  color: #00A7DC;
}
footer address b,
footer div b {
  color: #00A7DC;
}
footer address .social,
footer div .social {
  padding: 0 0 0 22px;
  background: url("/assets/web/gfx/logo-facebook.png") no-repeat 0 0;
  background-size: 12px 12px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:visited {
  color: #00A7DC;
  text-decoration: none;
}
#to-top {
  bottom: 25px;
  height: 35px;
  left: 50%;
  margin-left: -17px;
  position: fixed;
  width: 35px;
  z-index: 75000;
  cursor: pointer;
  display: none;
}
#to-top img {
  width: 35px;
  height: auto;
}
@media (max-width: 1024px) {
  .container h1,
  .container-fluid h1 {
    font-size: 24px;
  }
  .container h2,
  .container-fluid h2 {
    font-size: 18px;
  }
  .container p,
  .container-fluid p {
    line-height: 20px;
  }
  .container ul,
  .container-fluid ul {
    margin: 0;
  }
  header {
    margin-bottom: 25px;
    text-align: center;
  }
  header img {
    width: 210px;
  }
  header nav {
    position: inherit;
    margin-top: 25px;
  }
  header nav a {
    font-size: 12px;
  }
  header nav a:last-child {
    margin: 0;
  }
  footer .text-right {
    text-align: left !important;
  }
}
