html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: 'Lacuna Regular';
  src: url('/fonts/lacurg__-webfont.eot');
  src: url('/fonts/lacurg__-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/lacurg__-webfont.woff') format('woff'), url('/fonts/lacurg__-webfont.ttf') format('truetype'), url('/fonts/lacurg__-webfont.svg#lacuna_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lacuna Italic';
  src: url('/fonts/lacui___-webfont.eot');
  src: url('/fonts/lacui___-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/lacui___-webfont.woff') format('woff'), url('/fonts/lacui___-webfont.ttf') format('truetype'), url('/fonts/lacui___-webfont.svg#lacuna_italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cabin-Bold";
  src: url('/fonts/Cabin-Bold.eot?') format("eot"), url('/fonts/Cabin-Bold.woff') format("woff"), url('/fonts/Cabin-Bold.ttf') format("truetype"), url('/fonts/Cabin-Bold.svg#Cabin-Bold') format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black;
  font-family: 'Lacuna Regular';
}
body.mceContentBody {
  background: white;
}
.color1 {
  color: #e64527;
}
.color2 {
  color: white;
}
.color3 {
  color: #7fa1b8;
}
.color4 {
  color: black;
}
a.color3 {
  color: #7fa1b8;
}
.font-style-normal {
  font-style: normal !important;
}
.caps {
  text-transform: uppercase;
}
.bg-color1 {
  background: rgba(255,0,0,0.7);
}
.bg-color2 {
  background: rgba(230,69,39,0.8);
}
.lacuna {
  font-family: 'Lacuna Regular';
}
.lacuna.italic {
  font-family: 'Lacuna Italic';
}
.text-shadow {
  text-shadow: 2px 2px rgba(0,0,0,0.2);
}
.fontsize30 {
  font-size: 30px;
}
.fontsize36 {
  font-size: 36px;
}
.fontsize18 {
  font-size: 18px;
}
h5 {
  color: #e64527;
  margin-bottom: 12px;
  font-size: 20px;
}
a {
  color: #FEFEFE;
  text-decoration: none;
}
a:hover {
  color: #e64527;
}
#wrapper {
  width: 1280px;
  margin: 0 auto;
  background-image: url('/img/bg/footer.jpg');
}
#canvas {
  height: 700px;
  width: 1280px;
  position: relative;
}
#menu {
  width: 250px;
  left: 140px;
  position: absolute;
  top: 366px;
  z-index: 1;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
#menu ul li {
  line-height: 34px;
}
#menu ul li a {
  font-size: 36px;
}
#menu ul li a:hover {
  color: white;
}
#menu div.rectangle {
  width: 200px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#menubar {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 40px;
  background-image: url('/img/bg/menubar-bg.png');
  z-index: 1;
}
#menubar.hidden {
  top: -42px;
}
#menubar ul {
  margin: 0;
  margin-left: 285px;
  padding: 0;
  list-style: none;
}
#menubar ul li {
  float: left;
}
#menubar ul li.gap260 {
  width: 188px;
}
#menubar ul li.gap10 {
  width: 3px;
}
#menubar ul li.gap60 {
  width: 54px;
}
#menubar ul li a {
  display: block;
  line-height: 40px;
  height: 42px;
  font-size: 18px;
  margin-right: 10px;
}
#menubar ul li a.menu {
  line-height: 42px;
}
#menubar ul li a.menu.home {
  margin: 2px 0 0;
}
#menubar ul li a.small {
  display: block;
  line-height: 42px;
  height: 42px;
  font-size: 14px;
  margin-right: 10px;
}
#menubar ul li a:hover,
#menubar ul li a.active {
  color: black;
}
#menubar ul li a img {
  vertical-align: middle;
  margin-top: -4px;
  opacity: 0.8;
}
#menubar li a img:hover {
  opacity: 1;
}
#footer {
  font-family: Arial;
  margin-top: 15px;
  color: #FEFEFE;
  margin-left: 157px;
  font-size: 12px;
  line-height: 20px;
}
#footer div {
  float: left;
}
#footer div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer div ul.with-icon {
  margin-left: 25px;
}
#footer div ul li {
  border-top: #191919 solid 1px;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
}
#footer div ul li.bottom-border {
  border-bottom: #191919 solid 1px;
}
#footer div ul li a.with-icon {
  margin-left: -16px;
}
#footer div.span1 {
  margin-right: 55px;
  width: 186px;
}
#footer div.span2 {
  margin-right: 15px;
  width: 250px;
}
#footer div.span3 {
  margin-right: 15px;
  width: 250px;
}
#icon-location {
  background-image: url('/img/icons/location.png');
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 15px;
}
#icon-heart-small {
  background-image: url('/img/icons/heart_small.png');
  width: 16px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
}
#icon-mail {
  background-image: url('/img/icons/mail.png');
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 14px;
}
span.follow-icon {
  display: inline-block;
  height: 16px;
  left: -25px;
  position: relative;
  top: 7px;
  width: 16px;
}
#icon-xing {
  background-image: url('/img/icons/xing.png');
}
#icon-printerest {
  background-image: url('/img/icons/printerest.png');
}
#icon-linkedin {
  background-image: url('/img/icons/linkedin.png');
}
#icon-facebook {
  background-image: url('/img/icons/facebook.png');
}
#icon-googleplus {
  background-image: url('/img/icons/googleplus.png');
}
#icon-skype {
  background-image: url('/img/icons/skype.png');
}
#icon-instagram {
  background-image: url('/img/icons/instagram.png');
}
#icon-statements {
  background-image: url('/img/icons/statements.png');
  width: 47px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 156px;
  cursor: pointer;
  z-index: 3;
}
#icon-statements.state-1 {
  background-position: 0 0;
}
#icon-statements.state-1:hover,
#icon-statements.state-2 {
  background-position: 0 52px;
}
#icon-menu {
  background-image: url('/img/icons/menu.png');
  width: 47px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 156px;
  cursor: pointer;
  z-index: 3;
}
#icon-menu.state-1 {
  background-position: 0 0;
}
#icon-menu.state-1:hover,
#icon-menu.state-2 {
  background-position: 0 52px;
}
#logo {
  background-image: url('/img/logo.png');
  width: 142px;
  height: 92px;
  position: absolute;
  top: 10px;
  right: 155px;
  z-index: 1;
  cursor: pointer;
}
#logo.center {
  left: 50%;
  margin-left: -71px;
}
#logo.hidden {
  top: -100px;
}
#subtitles {
  background-image: url('/img/subtitles.png');
  width: 285px;
  height: 88px;
  position: absolute;
  top: 348px;
  right: 144px;
  z-index: 1;
}
#teaser-text {
  position: absolute;
  top: 459px;
  right: 140px;
  z-index: 1;
}
#teaser-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#teaser-text ul li {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: right;
}
#teaser-text ul li {
  margin-bottom: 2px;
}
#teaser-text ul li span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#teaser-text ul li span.span1 {
  padding-left: 10px;
  padding-right: 10px;
}
#teaser-text ul li span.span2 {
  padding-left: 10px;
  padding-right: 10px;
}
#teaser-text ul li span.span3 {
  padding-left: 10px;
  padding-right: 10px;
}
#heart {
  background-image: url('/img/icons/heart-medium.png');
  width: 74px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 300px;
  z-index: 2;
  cursor: pointer;
}
#heart-menu {
  height: 40px;
  left: 333px;
  position: absolute;
  top: 61px;
  z-index: 1;
  overflow: hidden;
}
#heart-menu.open {
  width: 600px;
}
#heart-menu ul {
  list-style: none outside none;
  margin: 0 0 0 48px;
  padding: 0;
}
#heart-menu li {
  float: left;
  height: 40px;
  line-height: 40px;
}
#heart-menu li.follow-us {
  font-size: 24px;
  color: white;
}
#heart-menu li a {
  display: block;
  margin-left: 15px;
}
#heart-menu li a img {
  vertical-align: middle;
  margin-top: -2px;
  opacity: 0.8;
}
#heart-menu li a img.outside {
  margin-top: -90px;
}
#heart-menu li a img:hover {
  opacity: 1;
}
#background-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#background-container img {
  position: absolute;
}
#content-wrapper {
  width: 1000px;
  height: 450px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -500px;
  z-index: 1;
  display: none;
}
#content-wrapper.bg1 {
  background-image: url('/img/bg/content-bg1.png');
  background-color: transparent;
}
#content-wrapper.bg2 {
  background-image: url('/img/bg/content-bg2.png');
  background-color: transparent;
}
#content-wrapper.bg3 {
  background-image: url('/img/bg/content-bg3.png');
  background-color: transparent;
}
#content-wrapper.bg4 {
  background-image: none;
  background-color: white;
}
#content-wrapper.nobg {
  background-image: none;
  background-color: transparent;
}
#content {
  width: 1000px;
  height: 350px;
}
#content div.content {
  padding: 25px 61px 25px 25px;
  width: 914px;
}
#content div.content.bottom {
  bottom: 0;
  position: absolute;
}
#content div.content.contact div.info {
  position: absolute;
  top: 260px;
}
#content div.content.awards div.portrait {
  position: absolute;
  right: 278px;
  top: 152px;
}
#content div.content.awards div.portrait img.frame {
  left: -14px;
  position: absolute;
  top: -6px;
  z-index: 1;
}
#content div.content.awards div.portrait img.image {
  position: absolute;
  z-index: 0;
}
#content div.content h6.number {
  font-size: 100px;
  margin-right: 15px;
  float: left;
}
#content div.content div.wrapper {
  float: left;
  font-size: 22px;
  width: 764px;
}
#content div.content div.wrapper p {
  margin-bottom: 30px;
}
#content div.content div.wrapper h6.title {
  font-size: 48px;
  margin-bottom: 35px;
  margin-top: 44px;
}
#nav-wrapper {
  width: 1000px;
  position: absolute;
  height: 150px;
  margin-left: 25px;
}
#nav-wrapper div {
  width: 95px;
  float: left;
  margin-right: 70px;
}
#nav-wrapper div  a.small {
  display: block;
  width: 95px;
  font-size: 24px;
}
#nav-wrapper div a.big {
  display: block;
  width: 95px;
  font-size: 100px;
  margin-left: -5px;
  margin-bottom: 13px;
}
#nav-wrapper div a.big:hover {
  color: white;
}
#arrow-l {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('/img/icons/arrow_l.png');
  position: absolute;
  top: 329px;
  left: 70px;
  z-index: 1;
  display: none;
}
#arrow-r {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('/img/icons/arrow_r.png');
  position: absolute;
  top: 329px;
  right: 70px;
  z-index: 1;
  display: none;
}
#arrow-l-label {
  display: none;
  font-size: 14px;
  left: 32px;
  position: absolute;
  top: 373px;
  z-index: 1;
}
#arrow-r-label {
  display: none;
  font-size: 14px;
  position: absolute;
  right: 57px;
  top: 373px;
  z-index: 1;
}
#close-icon {
  width: 50px;
  height: 43px;
  background-image: url('/img/icons/close.png');
  z-index: 2;
  position: absolute;
  left: 1077px;
  top: 126px;
  cursor: pointer;
  display: none;
}
#close-icon.state-1 {
  background-position: 0 0;
}
#close-icon.state-1:hover,
#close-icon.state-2 {
  background-position: 0 43px;
}
#modal {
  position: absolute;
  width: 1280px;
  margin: 0 auto;
  background-image: url('/img/bg/modal-bg.jpg');
  z-index: 4;
  min-height: 702px;
}
#modal div.wrapper {
  margin-left: 140px;
  width: 1000px;
  margin-top: -20px;
}
#modal div.wrapper h5 {
  margin-top: 50px;
  margin-bottom: 52px;
  margin-left: 160px;
  font-size: 48px;
  color: white;
}
#modal div.wrapper div.article {
  padding-top: 20px;
  border-top: 1px solid #e64527;
  min-height: 429px;
  position: relative;
}
#modal div.wrapper div.article div.number {
  font-size: 100px;
  margin-left: 25px;
  margin-right: 25px;
  float: left;
}
#modal div.wrapper div.article div.content {
  font-size: 20px;
  color: white;
  margin-left: 159px;
  line-height: 32px;
}
#modal div.wrapper div.article div.content div.portrait {
  float: right;
  margin-left: 60px;
  margin-right: 10px;
  margin-top: -122px;
}
#modal div.wrapper div.article div.content div.portrait img.frame {
  float: left;
  margin-right: -288px;
  position: relative;
  z-index: 1;
}
#modal div.wrapper div.article div.content div.portrait img.image {
  position: relative;
  right: 12px;
  top: 10px;
  z-index: 0;
}
#modal div.wrapper div.article div.content h6 {
  font-size: 48px;
  color: white;
  padding-top: 53px;
  padding-bottom: 40px;
}
#modal div.close {
  width: 50px;
  height: 43px;
  background-image: url('/img/icons/close.png');
  z-index: 2;
  position: absolute;
  right: 152px;
  top: 0px;
  cursor: pointer;
}
#modal div.close.state-1 {
  background-position: 0 0;
}
#modal div.close.state-1:hover,
#close-icon.state-2 {
  background-position: 0 43px;
}
#modal a.jump {
  position: absolute;
  bottom: 5px;
  right: 25px;
  display: block;
  background-image: url('/img/icons/jump.png');
  background-position: 0 0;
  width: 50px;
  height: 30px;
}
#modal a.jump:hover {
  background-position: 0 30px;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 10;
}
#loader img {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -81.5px;
  margin-bottom: -76.5px;
}
#loader img.mask {
  z-index: 2;
  margin-left: -84.5px;
}
#loader img.white {
  z-index: 0;
}
#loader div.rectangle {
  position: absolute;
  width: 200px;
  height: 0px;
  background-color: #e64527;
  left: 50%;
  bottom: 50%;
  margin-left: -84.5px;
  margin-bottom: -76.5px;
  z-index: 1;
}
#loader div.please-wait {
  color: white;
  left: 50%;
  margin-left: -84px;
  margin-top: 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px;
}
#heart-contact {
  float: right;
  margin-right: 20px;
  margin-top: 4px;
}
#work-nav-wrapper div.item {
  float: left;
  margin-bottom: 25px;
  margin-right: 35px;
  position: relative;
}
#work-nav-wrapper div.item.nodd-even {
  margin-right: 0px;
}
#work-nav-wrapper div.item img.frame {
  float: left;
  position: relative;
  z-index: 2;
}
#work-nav-wrapper div.item div.infobox {
  background-image: url('/img/bg/infobox-bg.png');
  bottom: 15px;
  color: white;
  height: 0px;
  left: 10px;
  position: absolute;
  right: 14px;
  z-index: 1;
  overflow: hidden;
}
#work-nav-wrapper div.item div.infobox.expanded {
  height: 70px;
}
#work-nav-wrapper div.item.nodd-even div.infobox {
  left: 13px;
  right: 11px;
}
#work-nav-wrapper div.item div.infobox span.span1 {
  display: block;
  float: left;
  margin-left: 13px;
  margin-top: 10px;
  width: 270px;
  font-size: 22px;
}
#work-nav-wrapper div.item div.infobox span.span2 {
  float: left;
  font-size: 18px;
  margin-left: 13px;
  margin-top: 9px;
}
#work-nav-wrapper div.item.nodd-even img.frame {
  left: 3px;
}
#work-nav-wrapper div.item  img.image {
  position: absolute;
  right: 4px;
  z-index: 0;
}
#work-nav-wrapper div.item.nodd-even img.image {
  right: 1px;
}
#work-detail img.image {
  margin: 5px;
}
#work-detail div.controlbar {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: 50px;
  background: rgba(255,255,255,0.86);
}
#work-detail div.icon-plus {
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
  font-size: 22px;
  color: #333333;
}
#work-detail div.icon-left {
  background-image: url('/img/icons/arrow_work_l.png');
  width: 11px;
  height: 25px;
  position: absolute;
  right: 110px;
  top: 15px;
  cursor: pointer;
}
#work-detail div.icon-right {
  background-image: url('/img/icons/arrow_work_r.png');
  width: 11px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#work-detail div.nav-label {
  font-size: 14px;
  position: absolute;
  right: 36px;
  text-align: center;
  top: 20px;
  width: 75px;
}
#work-detail div.project-label {
  font-size: 22px;
  color: #333333;
  position: absolute;
  width: 700px;
  left: 50%;
  top: 15px;
  margin-left: -350px;
  text-align: center;
}
#work-detail div.infobar {
  height: 0px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  bottom: 56px;
  background: rgba(255,255,255,0.86);
  overflow: hidden;
  padding: 0;
}
#work-detail div.infobar.visible {
  height: 200px;
  padding-left: 25px;
  padding-top: 35px;
}
#work-detail div.infobar div.span {
  margin-bottom: 30px;
}
#work-detail div.infobar div.span span {
  font-size: 18px;
  display: inline-block;
}
#work-detail div.infobar div.span span.text {
  margin-left: 5px;
}
#work-detail div.addthis-overlay {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 5;
}
#work-detail div.addthis-infobar {
  left: 23px;
  position: absolute;
  top: 179px;
  z-index: 5;
}
.follow-contact {
  margin-top: 32px;
}
.icon.location {
  background-image: url('/img/icons/location-medium.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  padding-top: 14px;
  width: 20px;
}
ul.follow-us {
  list-style: none outside none;
  margin: 28px 0 20px;
  padding: 0;
  display: inline-block;
  width: 250px;
}
ul.follow-us li {
  float: left;
  height: 40px;
  line-height: 40px;
}
ul.follow-us li.follow-us {
  font-size: 24px;
  color: white;
}
ul.follow-us li a {
  display: block;
  margin-left: 15px;
}
ul.follow-us li a img {
  vertical-align: middle;
  margin-top: -2px;
  opacity: 0.8;
}
ul.follow-us li a img:hover {
  opacity: 1;
}
.drop-a-line {
  color: white;
  margin-right: 3px;
}
.drop-a-line.link {
  margin-right: 20px;
}
.drop-a-line,
.call-us {
  margin-top: 0px;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
