body {
  background-color: #000000;
  font-family: Verdana;
  font-size: 10pt;
  line-height: 15.25pt;
  letter-spacing: 0.16pt;
  color: #ffffff;
}
.layout {
  margin: 110px auto;
  width: 910px;
  position: relative;
}
.content {
  width: 750px;
}
.content.content--full {
  width: 845px;
}
.col {
  width: 50%;
  float: left;
}
.clear {
  clear: both;
}
/**
 * Elements
 */
h1,
h2 {
  text-transform: uppercase;
  font-size: 11pt;
  letter-spacing: 0.3pt;
  font-weight: bold;
  color: #8eb4e3;
  margin-bottom: 32px;
}
h2 {
  color: #dbeef4;
  margin-bottom: 20px;
}
p,
.content ul {
  margin-bottom: 23px;
}
a {
  color: #8eb4e3;
}
/**
 * Navigation
 */
.language {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 130px;
}
.language a {
  display: block;
  float: right;
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid #8eb4e3;
  margin-left: 10px;
  font-weight: bold;
}
nav {
  position: absolute;
  top: 182px;
  right: 0px;
  width: 130px;
}
nav li {
  text-align: right;
}
nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #8eb4e3;
  font-size: 11pt;
  display: block;
  padding: 13px 0px 12px;
}
nav a:hover,
nav a.active {
  color: #dbeef4;
}
.back-link {
  position: absolute;
  right: 5px;
  bottom: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
/**
 * Footer
 */
footer {
  font-size: 6.5pt;
  font-weight: bold;
  color: #1c4371;
  text-transform: uppercase;
}
footer a.legal {
  float: right;
  color: #1c4371;
  text-decoration: none;
}
footer.left {
  margin-left: 25px;
}
/**
 * Point
 */
.point {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #6f6f6f;
}
.point.point--blue,
.point.point--red,
.point.point--yellow,
.point.point--green {
  border-color: #ffffff;
}
.point.point--blue {
  background-color: #558ed5;
}
.point.point--red {
  background-color: #d30f0f;
}
.point.point--green {
  background-color: #2db92d;
}
.point.point--yellow {
  background-color: #ffc000;
}
/**
 * Page Welcome
 */
section.welcome {
  padding-top: 180px;
  width: 410px;
  margin-bottom: 100px;
  margin-left: 30px;
}
section.welcome h1,
section.welcome h2 {
  color: #8eb4e3;
  font-weight: normal;
}
section.welcome h1 {
  font-size: 33pt;
  line-height: 42pt;
  margin-bottom: 15px;
}
section.welcome h2 {
  font-size: 20pt;
  line-height: 26pt;
}
.cityscape {
  background-image: url(../img/cityscape2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100px;
  margin-top: 48px;
}
/**
 * Who we are
 */
section.who ul {
  list-style-type: none;
}
section.who li {
  padding-bottom: 14px;
  margin-left: 18px;
}
section.who li:before {
  color: #8eb4e3;
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  margin-right: 15px;
  top: 0;
  font-size: 9pt;
}
section.who .who_self {
  float: left;
  width: 86px;
  display: block;
  margin: 4px 15px 10px 0px;
}
section.who .col {
  margin-top: 14px;
  margin-bottom: 15px;
  width: 48%;
}
section.who .col.first {
  padding-right: 4%;
}
/**
 * What we do
 */
section.what h2 {
  margin-bottom: 0px;
}
section.what ul {
  list-style-type: none;
}
section.what li {
  margin-left: 18px;
}
section.what li:before {
  color: #8eb4e3;
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  margin-right: 15px;
  top: 0;
  font-size: 9pt;
}
/**
 * References
 */
section.refs img {
  display: block;
  float: left;
  width: 68px;
  margin: 4px 25px 20px 0px;
}
section.refs article {
  margin-bottom: 35px;
  margin-left: 93px;
}
section.refs span.client {
  color: #8eb4e3;
}
/**
 * Clients
 */
section.client ul.first {
  margin-right: 66px;
}
section.client ul li {
  width: 320px;
  height: 30px;
}
section.client .clientname {
  width: 180px;
  margin-right: 7px;
  float: left;
}
section.client .point {
  float: left;
  margin: 8px 12px 8px 11px;
}
section.client .legend {
  width: 275px;
  float: left;
  margin-right: 6px;
}
section.client .more {
  font-size: 8pt;
}
/**
 * Other Clients
 */
section.other .clientname,
section.other .point {
  float: left;
}
section.other ul {
  margin-top: -2px;
  padding-bottom: 4px;
}
section.other li {
  margin-bottom: 17px;
}
section.other .point {
  margin: 7px 7px 6px 4px;
}
section.other .clientname {
  width: 185px;
}
section.other .clientdesc {
  margin-left: 204px;
  letter-spacing: 0.22pt;
  line-height: 15pt;
}
/**
 * Contact
 */
section.contact {
  color: #8eb4e3;
  font-size: 13pt;
  line-height: 10px;
  margin-bottom: 125px;
}
section.contact h1 {
  margin-bottom: 190px;
}
section.contact p {
  margin-bottom: 10px;
}
section.contact span.big {
  font-size: 16pt;
}
section.contact span.col {
  width: 75px;
}
/**
 * Legal
 */
section.legal {
  margin-top: 170px;
  margin-left: 150px;
  margin-bottom: 40px;
  line-height: 18px;
  letter-spacing: 0px;
}
section.legal h2 {
  color: #8eb4e3;
}
section.legal .small {
  font-size: 11px;
}
section.legal .big {
  font-size: 15px;
  line-height: 20px;
}
section.legal p {
  margin-bottom: 16px;
}
section.welcome img {
  margin: 108px 0px 0px -15px;
  width: 466px;
}
