html,
body {
  font: 13px Helvetica, Arial, sans-serif;
  line-heigh: 20px;
  background: #e8f6fe url(../images/background.png) top center no-repeat;
}

a,
a:active,
a:visited,
a:hover {
  color: #009fdb;
  text-decoration: none;
}

a:hover,
a:active:hover,
a:visited:hover,
a:hover:hover {
  text-decoration: underline;
}

a img,
a:active img,
a:visited img,
a:hover img {
  border: 0px solid transparent;
}

.textoContent .heading .number {
  display: none;
}

.cufon-or,
.cufon-ol {
  font-family: Georgia, Times, sans-serif;
  font-weight: normal !important;
}

.cufon-ts {
  letter-spacing: 0.55pt;
}

button,
.button,
a.button {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-transform: uppercase;
  background: black;
  font-size: 9px;
  font-weight: bold;
  border: 0px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 1px 1px 10px #d6e3ea;
  -webkit-box-shadow: 1px 1px 10px #d6e3ea;
  background: -moz-linear-gradient(90deg,#000000,#404040);
  background: -webkit-gradient(linear,left bottom, left top,from(#000000),to(#404040));
}

button,
button:active,
button:visited,
button:hover,
.button,
.button:active,
.button:visited,
.button:hover,
a.button,
a.button:active,
a.button:visited,
a.button:hover {
  text-decoration: none !important;
  color: white !important;
}

button:hover,
.button:hover,
a.button:hover {
  background: -moz-linear-gradient(90deg,#00abec,#0a77bd);
  background: -webkit-gradient(linear,left bottom, left top,from(#00abec),to(#0a77bd));
}

button.white,
.button.white,
a.button.white {
  background: -moz-linear-gradient(90deg,#EDF7FD,#FFFFFF);
  background: -webkit-gradient(linear,left bottom, left top,from(#EDF7FD),to(#FFFFFF));
  font-weight: normal;
}

button.white,
button.white:active,
button.white:visited,
button.white:hover,
.button.white,
.button.white:active,
.button.white:visited,
.button.white:hover,
a.button.white,
a.button.white:active,
a.button.white:visited,
a.button.white:hover {
  color: black !important;
}

button.white:hover,
.button.white:hover,
a.button.white:hover {
  background: -moz-linear-gradient(90deg,#f0f9fe,#9dd1f1);
  background: -webkit-gradient(linear,left bottom, left top,from(#f0f9fe),to(#9dd1f1));
  -moz-box-shadow: 0px 0px transparent;
  -webkit-box-shadow: 0px 0px transparent;
}

.Page {
  text-align: center;
}

.Page em {
  background: #cfe7f8;
  font-style: normal;
}

.Page .page-header,
.Page .page-body,
.Page .page-footer {
  position: relative;
  text-align: left;
  width: 900px;
  margin: auto;
}

.Page ul.social-links li {
  margin: 0px;
}

.Page ul.social-links li.label {
  margin-left: 10px;
}

.Page .box {
  line-height: 20px;
}

.Page .box .header .category {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #808285;
}

.Page .box .header .title {
  margin: 0;
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

.Page .box .header h4 {
  line-height: 23px;
}

.Page .box .body {
  color: #808285;
}

.Page .box.with-illustration .illustration {
  float: left;
  margin-right: 20px;
}

.Page .box.with-illustration .illustration .info {
  color: #a0a0a0;
  font-size: 12px;
}

.Page .box.as-white .wrapper {
  position: relative;
  top: -5px;
  background: white;
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

.Page .box.as-white .category {
  margin-bottom: 5px;
}

.Page .separators {
  clear: both;
}

.Page .separators .separator .body {
  border-top: 1px solid black;
  padding-top: 10px;
  margin-top: 10px;
  margin-right: 20px;
}

.Page .separators .separator.last .body {
  margin-right: 0px;
}

.Page .as-row {
  margin-bottom: 20px;
}

.Page .as-row .box .wrapper {
  margin-right: 20px;
}

.Page .as-row .box:last-child .wrapper {
  margin-right: 0px;
}

.Page .as-column .box .wrapper {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.Page .as-column .box:last-child .wrapper {
  border-bottom: 0px solid black;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

#Header {
  margin-top: 20px;
  border-top: 1px solid #606365;
}

#Header #Logo {
  padding-top: 18px;
  margin-left: -2px;
  margin-bottom: 60px;
}

#Header #Logo a,
#Header #Logo a:active,
#Header #Logo a:visited,
#Header #Logo a:hover {
  margin: 0;
  padding: 0;
  border: 0px solid transparent;
}

#Header #Logo img {
  display: block;
  position: relative;
  border: 0px solid transparent;
}

#Header #Navigation {
  padding-left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 19px;
}

#Header #Navigation ul {
  margin-right: 40px;
}

#Header #Navigation ul li {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-left: 10px;
}

#Header #Navigation ul li a,
#Header #Navigation ul li a:link,
#Header #Navigation ul li a:active,
#Header #Navigation ul li a:visited,
#Header #Navigation ul li a:hover {
  text-decoration: none;
  color: black;
}

#Header #Navigation ul li a:hover {
  background: #ffffff;
}

#ContactUs a {
  z-index: 100;
  position: fixed;
  top: 250px;
  right: 0px;
  display: block;
  width: 38px;
  height: 113px;
  background: url(../images/button-contact_us.png);
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

#Languages {
  position: absolute;
  top: 22px;
  right: -63px;
  width: 50px;
  font-size: 9px;
}

#Languages a,
#Languages a:link,
#Languages a:active,
#Languages a:visited,
#Languages a:hover {
  text-decoration: none;
  color: black;
}

#Languages a:hover {
  background: #ffffff;
}

#Headline {
  border-top: 1px solid #606365;
  border-bottom: 5px solid black;
}

#Headline .body h1 {
  margin-top: 7px;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 35px;
}

#Headline .body h1.is-long {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 40px;
}

#Tagline {
  display: none;
  position: absolute;
  top: 46px;
  right: -63px;
  width: 50px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #009fdb;
}

#Spotlight {
  border-top: 5px solid black;
  z-index: 2;
}

#Spotlight .illustrations-container {
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 900px;
  background: url(../images/icon-loading.gif) center center no-repeat;
  -moz-box-shadow: 0px 10px 10px #d6e3ea;
  z-index: 1;
}

#Spotlight .illustrations-container .illustrations {
  z-index: 0;
  position: relative;
  width: 20000px;
  height: 340px;
}

#Spotlight .datasheets {
  margin-top: 2px;
  border-bottom: 1px solid black;
}

#Spotlight .Illustration {
  display: block;
  position: relative;
  float: left;
  width: 900px;
  height: 340px;
  text-align: right;
}

#Spotlight .Illustration img.main {
  display: block;
  position: absolute;
}

#Spotlight .Features {
  display: none;
  position: relative;
  float: right;
  background: white;
  text-align: left;
  width: 33%;
  font-size: 90%;
  margin: 20px;
  margin: 18px;
  margin-top: 11px;
  width: 262px;
  padding: 10px;
  padding-top: 3px;
  line-height: 20px;
  border: 1px solid #a0a0a0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#Spotlight .Features .header,
#Spotlight .Features .body,
#Spotlight .Features .footer {
  position: relative;
  z-index: 2;
}

#Spotlight .Features .header {
  top: -10px;
}

#Spotlight .Features .header h3 {
  font-size: 100%;
  font-weight: normal;
}

#Spotlight .Features .header .right {
  margin-top: 10px;
  margin-right: -2px;
}

#Spotlight .Features .body {
  top: -30px;
}

#Spotlight .DataSheet {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

#Spotlight .Iterator {
  margin-top: 15px;
}

#Spotlight .Iterator li {
  cursor: pointer;
  width: 19px;
  height: 18px;
  background: url(../images/iterator-step.png) no-repeat;
}

#Spotlight .Iterator li.current,
#Spotlight .Iterator li:hover {
  background: url(../images/iterator-step-current.png) no-repeat;
}

#Details {
  margin-top: 20px;
}

#Details .clients {
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 6px;
  padding-left: 10px;
}

#Blog {
  margin-top: 20px;
}

#Blog .box {
  line-height: 20px;
}

#Blog .box .header .category {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808285;
}

#Blog .box .header .title {
  margin: 0;
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

#Blog .box .body {
  margin-right: 20px;
  color: #808285;
}

#Blog .posts,
#Blog .tweets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#Blog .posts .post,
#Blog .tweets .post {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  overflow: auto;
}

#Blog .posts .post pre,
#Blog .tweets .post pre,
#Blog .posts .post code,
#Blog .tweets .post code {
  font-size: 11px;
}

#Blog .posts .tweet,
#Blog .tweets .tweet {
  font-size: 11px;
  padding: 0px;
  margin-bottom: 20px;
}

#Blog .posts .tweet .header,
#Blog .tweets .tweet .header {
  margin: 0;
  font-size: 9px;
}

#Blog .posts .tweet .header h3,
#Blog .tweets .tweet .header h3 {
  margin: 0;
}

#Blog .posts .template,
#Blog .tweets .template {
  display: none;
}

#Blog .tweets {
  margin-top: 20px;
  margin-bottom: 20px;
}

#Blog .LanguageFilter span.language {
  cursor: pointer;
}

#Blog .LanguageFilter span.language:hover {
  background: white;
}

#Blog .LanguageFilter .selected {
  text-decoration: none;
}

.ContentSection {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}

.ContentSection .box {
  line-height: 20px;
}

.ContentSection .box .header {
  margin-right: 20px;
}

.ContentSection .box .header .category {
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808285;
}

.ContentSection .box .header .title {
  margin: 0px;
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

.ContentSection .box .body {
  margin-right: 20px;
  color: #808285;
}

#Footer {
  margin-top: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#Footer a,
#Footer a:active,
#Footer a:visited,
#Footer a:hover {
  color: black;
  text-decoration: none;
}

#Footer .body {
  line-height: 20px;
  padding-left: 5px;
}

#Footer .R .body {
  padding-right: 10px;
  border: 1px solid transparent;
}

#ContactForm {
  background: white;
  padding: 10px;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

#ContactForm .w-field {
  width: 649px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

#ContactForm .last {
  border-bottom: 0px solid black;
}

#ContactForm label {
  line-height: 25px;
  color: #808285;
  position: absolute;
  text-transform: uppercase;
}

#ContactForm .value,
#ContactForm .operations {
  margin-left: 150px;
}

#ContactForm .operations {
  position: relative;
  top: -10px;
}

#ContactForm .operations button {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

#ContactForm input.text,
#ContactForm textarea.text {
  padding: 5px;
  font-size: 12px;
  width: 485px;
  border: 0px solid transparent;
  background: #ebf7fd;
}

#ContactForm input.text.has-error,
#ContactForm textarea.text.has-error {
  background: #ffaaaa;
}

#ContactForm .when-error,
#ContactForm .when-sent {
  margin-left: 150px;
  margin-top: 20px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffe0;
  padding: 20px;
  padding-right: 0px;
  margin-bottom: 20px;
  width: 460px;
}

#ContactForm .when-error em,
#ContactForm .when-sent em,
#ContactForm .when-error a,
#ContactForm .when-sent a,
#ContactForm .when-error a:active,
#ContactForm .when-sent a:active,
#ContactForm .when-error a:link,
#ContactForm .when-sent a:link,
#ContactForm .when-error a:hover,
#ContactForm .when-sent a:hover {
  background: white;
  color: black;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

#ContactForm .when-error .box,
#ContactForm .when-sent .box {
  margin: 0px !important;
}

.Newsletter .fields {
  margin-top: 20px;
}

.Newsletter .fields input {
  border: 0px solid transparent;
  font-size: 15px;
  display: block;
  float: left;
  background: #e8f6fe;
  padding: 5px;
  width: 210px;
  margin-right: 10px;
}

.Newsletter .fields input.has-error {
  background: #ffaaaa;
}

.Newsletter .fields button {
  float: left;
  height: 27px !important;
}

.Newsletter .fields button span {
  position: relative;
  top: -1px;
}

.Newsletter .message {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #a0a0a0;
  margin-bottom: 10px;
}

.Newsletter .message.error {
  border-color: red;
  color: red;
}

.Newsletter .annotation {
  margin-top: 10px;
}

.Newsletter ul.social-links {
  border-top: 1px dashed #d0d0d0;
  margin-top: 10px;
  padding-top: 10px;
}

.Newsletter ul.social-links li,
.Newsletter ul.social-links li.label {
  margin-left: 0px;
  margin-right: 5px;
}

#MainPage #Navigation a.work {
  background: #cfe7f8;
}

#MainPage #Headline .body h1 {
  font-size: 32px;
  line-height: 50px;
}

#MainPage #Details .illustration {
  margin-top: 7px;
}

#MainPage #Details .illustration img {
  -moz-box-shadow: 0px 0px 10px #bfcbd1;
}

#MainPage #Details .box .body h4 {
  line-height: 1.3em;
  color: black;
}

#MainPage .clients li {
  margin-left: 20px;
}

#MainPage .row-1 .box .wrapper {
  margin-right: 10px;
}

#MainPage .row-1 .box.last .wrapper {
  margin-right: 0px;
}

#PortfolioPage #Navigation a.portfolio {
  background: #cfe7f8;
}

#PortfolioPage .as-row {
  border-top: 1px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

#PortfolioPage .as-row .box.span-66p .wrapper {
  margin: 0px;
}

#PortfolioPage .as-row ul,
#PortfolioPage .as-row ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#PortfolioPage .as-row ul {
  margin-left: -24px;
}

#PortfolioPage .as-row ul li {
  position: relative;
  float: left;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#PortfolioPage .as-row ul li img {
  width: 290px;
  height: 160px;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

#PortfolioPage .as-row ul li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

#PortfolioPage .as-row ul li a {
  font-weight: bold;
}

#PortfolioPage .as-row ul li span,
#PortfolioPage .as-row ul li a {
  display: block;
}

#PortfolioPage .as-row ul li .casestudy {
  position: absolute;
  bottom: 46px;
  right: 10px;
  width: 105px;
  height: 34px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background: url(../images/work-case_study.png) top left no-repeat;
}

#AboutPage #Navigation a.about {
  background: #cfe7f8;
}

#AboutPage #Details .person .name {
  color: #808285;
  margin-bottom: -5px;
}

#AboutPage #Details .person .title {
  font-size: 10px;
  color: #808285;
}

#AboutPage #Details .footer {
  margin-top: 20px;
}

#AboutPage #Details .footer .email {
  font-size: 10px;
  background: #cfe7f8;
  color: #606365;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

#ServicesPage #Navigation a.services {
  background: #cfe7f8;
}

#ServicesPage #Details .as-row {
  border-bottom: 1px solid black;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

#ServicesPage #Details .as-row .box .wrapper {
  margin: 0px;
}

#ServicesPage #Details .as-row .box .wrapper .footer {
  margin-top: 20px;
}

#ServicesPage #Details .as-row .box.last .wrapper {
  margin-right: 10px;
}

#ServicesPage #Details .as-row .box.last .wrapper {
  margin-left: 10px;
}

#ServicesPage #Details .as-row .box.with-illustration .illustration {
  margin: 0px;
  margin-top: 8px;
}

#ServicesPage #Details .as-row .box.with-illustration img {
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

#ServicesPage #Footline h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 40px;
}

#ServicesPage #Footline h1 a,
#ServicesPage #Footline h1 a:hover,
#ServicesPage #Footline h1 a:visited,
#ServicesPage #Footline h1 a:active {
  color: black;
  text-decoration: underline;
}

#ServicesPage #Footline h1 a:hover {
  background: white;
}

#BlogPage #Navigation a.blog {
  background: #cfe7f8;
}

#PressPage #Navigation a.press {
  background: #cfe7f8;
}

#PressPage .as-column .box .wrapper {
  margin-right: 20px;
}

#PressPage .textoContent h1,
#PressPage .textoContent h2,
#PressPage .textoContent h3 {
  font-size: 13px;
}

#PressPage .textoContent ul,
#PressPage .textoContent ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#PressPage .textoContent ul {
  margin-bottom: 20px;
}

#PressPage .textoContent ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#PressPage ul.tweets li,
#PressPage ul.articles li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#PressPage ul.tweets,
#PressPage ul.articles {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#PressPage ul.tweets li {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#PressPage ul.articles li {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#ContactPage #Navigation a.contact {
  background: #cfe7f8;
}

#ContactPage #ContactUs {
  display: none;
}

#ContactPage blockquote {
  padding-left: 0px;
  margin-left: 0px;
}

#ContactPage .GoogleMaps .illustrations {
  height: 338px;
}

#ContactPage .GoogleMaps small {
  display: none;
}

#ContactPage .box {
  margin-top: 22px;
}

#ContactPage .updates-box input.text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 120px;
}

#CloseupPage .page-body {
  border-top: 1px solid #606365;
}

#CloseupPage #Details .category,
#CloseupPage #Details .name {
  text-transform: uppercase;
}

#CloseupPage #Details .description {
  color: #808285;
}

#CloseupPage #Details .body {
  margin-top: 40px;
  margin-bottom: 20px;
}

#CloseupPage #Details .image img {
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

#ProjectPage .page-body {
  border-top: 1px solid #606365;
}

#ProjectPage .page-body ul,
#ProjectPage .page-body ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#ProjectPage .ProjectInfo {
  width: 150px;
}

#ProjectPage .ProjectInfo > .body {
  padding: 10px;
  padding-top: 15px;
  padding-left: 0px;
}

#ProjectPage .ProjectInfo table.datasheet {
  text-transform: uppercase;
}

#ProjectPage .ProjectInfo table.datasheet tr th {
  padding-bottom: 5px;
}

#ProjectPage .ProjectInfo table.datasheet tr th > span {
  border-bottom: 1px solid black;
}

#ProjectPage .ProjectInfo table.datasheet tr td {
  padding-bottom: 20px;
}

#ProjectPage .ProjectInfo ul.links li {
  margin-bottom: 10px;
}

#ProjectPage .ProjectInfo button,
#ProjectPage .ProjectInfo .button {
  min-width: 80px;
}

#ProjectPage .ProjectImages {
  width: 515px;
}

#ProjectPage .ProjectImages ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

#ProjectPage .ProjectImages img {
  margin-bottom: 5px;
  -moz-box-shadow: 0px 0px 10px #d6e3ea;
}

#ProjectPage .ProjectImages .cartouche {
  line-height: 15px;
}

#ProjectPage .ProjectImages .label {
  font-size: 11px;
  font-weight: bold;
  color: #606365;
}

#ProjectPage .ProjectImages .description {
  font-size: 11px;
  color: #606365;
}

#ProjectPage .ProjectDetails {
  width: 230px;
}

#ProjectPage .ProjectDetails > .header {
  padding: 20px;
  padding-bottom: 0px;
  margin-top: -1px;
}

#ProjectPage .ProjectDetails > .header .category {
  color: #808285;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#ProjectPage .ProjectDetails > .header .title {
  margin: 0px;
  color: black;
  font-size: 24px;
  line-height: 23px;
}

#ProjectPage .ProjectDetails > .body {
  padding-top: 0px;
  padding: 20px;
  color: #808285;
  line-height: 18px;
}

#ProjectPage .ProjectDetails > .body .section .heading {
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
}

#ProjectPage .ProjectDetails > .body .section .heading .number {
  display: none;
}

