html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.block {
  display: block;
}

.nowrap {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.bold, strong {
  font-weight: bold;
}

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.italic, em {
  font-style: italic;
}

.lh1 {
  line-height: 1 !important;
}

.muted {
  color: #999999;
}

.small {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-centered {
  text-align: center;
}

.underlined {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}
img.native-width {
  width: auto;
}

.show-on-mobile,
.show-on-mobile-tablet,
.show-on-tablet,
.show-on-tablet-desktop,
.show-on-desktop {
  display: none !important;
}

@media screen and (max-width: 758px) {
  .show-on-mobile {
    display: inherit !important;
  }

  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .show-on-mobile-tablet {
    display: inherit !important;
  }

  .hide-on-mobile-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 759px) and (max-width: 1000px) {
  .show-on-tablet {
    display: inherit !important;
  }

  .hide-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 759px) {
  .show-on-tablet-desktop {
    display: inherit !important;
  }

  .hide-on-tablet-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .show-on-desktop {
    display: inherit !important;
  }

  .hide-on-desktop {
    display: none !important;
  }
}
.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml1 {
  margin-left: 3.5px !important;
}

.mr1 {
  margin-right: 3.5px !important;
}

.mt1 {
  margin-top: 3.5px !important;
}

.mb1 {
  margin-bottom: 3.5px !important;
}

.ml2 {
  margin-left: 7px !important;
}

.mr2 {
  margin-right: 7px !important;
}

.mt2 {
  margin-top: 7px !important;
}

.mb2 {
  margin-bottom: 7px !important;
}

.ml3 {
  margin-left: 10.5px !important;
}

.mr3 {
  margin-right: 10.5px !important;
}

.mt3 {
  margin-top: 10.5px !important;
}

.mb3 {
  margin-bottom: 10.5px !important;
}

.ml4 {
  margin-left: 14px !important;
}

.mr4 {
  margin-right: 14px !important;
}

.mt4 {
  margin-top: 14px !important;
}

.mb4 {
  margin-bottom: 14px !important;
}

.ml5 {
  margin-left: 17.5px !important;
}

.mr5 {
  margin-right: 17.5px !important;
}

.mt5 {
  margin-top: 17.5px !important;
}

.mb5 {
  margin-bottom: 17.5px !important;
}

.ml6 {
  margin-left: 21px !important;
}

.mr6 {
  margin-right: 21px !important;
}

.mt6 {
  margin-top: 21px !important;
}

.mb6 {
  margin-bottom: 21px !important;
}

.ml7 {
  margin-left: 24.5px !important;
}

.mr7 {
  margin-right: 24.5px !important;
}

.mt7 {
  margin-top: 24.5px !important;
}

.mb7 {
  margin-bottom: 24.5px !important;
}

.ml8 {
  margin-left: 28px !important;
}

.mr8 {
  margin-right: 28px !important;
}

.mt8 {
  margin-top: 28px !important;
}

.mb8 {
  margin-bottom: 28px !important;
}

.ml9 {
  margin-left: 31.5px !important;
}

.mr9 {
  margin-right: 31.5px !important;
}

.mt9 {
  margin-top: 31.5px !important;
}

.mb9 {
  margin-bottom: 31.5px !important;
}

.ml10 {
  margin-left: 35px !important;
}

.mr10 {
  margin-right: 35px !important;
}

.mt10 {
  margin-top: 35px !important;
}

.mb10 {
  margin-bottom: 35px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl1 {
  padding-left: 3.5px !important;
}

.pr1 {
  padding-right: 3.5px !important;
}

.pt1 {
  padding-top: 3.5px !important;
}

.pb1 {
  padding-bottom: 3.5px !important;
}

.pl2 {
  padding-left: 7px !important;
}

.pr2 {
  padding-right: 7px !important;
}

.pt2 {
  padding-top: 7px !important;
}

.pb2 {
  padding-bottom: 7px !important;
}

.pl3 {
  padding-left: 10.5px !important;
}

.pr3 {
  padding-right: 10.5px !important;
}

.pt3 {
  padding-top: 10.5px !important;
}

.pb3 {
  padding-bottom: 10.5px !important;
}

.pl4 {
  padding-left: 14px !important;
}

.pr4 {
  padding-right: 14px !important;
}

.pt4 {
  padding-top: 14px !important;
}

.pb4 {
  padding-bottom: 14px !important;
}

.pl5 {
  padding-left: 17.5px !important;
}

.pr5 {
  padding-right: 17.5px !important;
}

.pt5 {
  padding-top: 17.5px !important;
}

.pb5 {
  padding-bottom: 17.5px !important;
}

.pl6 {
  padding-left: 21px !important;
}

.pr6 {
  padding-right: 21px !important;
}

.pt6 {
  padding-top: 21px !important;
}

.pb6 {
  padding-bottom: 21px !important;
}

.pl7 {
  padding-left: 24.5px !important;
}

.pr7 {
  padding-right: 24.5px !important;
}

.pt7 {
  padding-top: 24.5px !important;
}

.pb7 {
  padding-bottom: 24.5px !important;
}

.pl8 {
  padding-left: 28px !important;
}

.pr8 {
  padding-right: 28px !important;
}

.pt8 {
  padding-top: 28px !important;
}

.pb8 {
  padding-bottom: 28px !important;
}

.pl9 {
  padding-left: 31.5px !important;
}

.pr9 {
  padding-right: 31.5px !important;
}

.pt9 {
  padding-top: 31.5px !important;
}

.pb9 {
  padding-bottom: 31.5px !important;
}

.pl10 {
  padding-left: 35px !important;
}

.pr10 {
  padding-right: 35px !important;
}

.pt10 {
  padding-top: 35px !important;
}

.pb10 {
  padding-bottom: 35px !important;
}

.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}

.br {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.sticky-footer #footer-pusher {
  height: auto;
  min-height: 100%;
}
.sticky-footer #page-footer {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .max-50 {
    max-width: 50%;
  }

  .max-40 {
    max-width: 40%;
  }

  .max-30 {
    max-width: 30%;
  }

  .max-20 {
    max-width: 20%;
  }

  .max-10 {
    max-width: 10%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  zoom: 1;
  width: 1340px;
  padding: 0 0;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

.responsive .container {
  width: auto;
  max-width: 1340px;
}
@media screen and (min-width: 759px) and (max-width: 1000px) {
  .responsive .container {
    margin: 0;
    padding: 0 0px;
  }
}
@media screen and (max-width: 758px) {
  .responsive .container {
    margin: 0;
    padding: 0 0px;
  }
}

.row {
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

@media screen and (max-width: 758px) {
  .responsive .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.field-row {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.field-row:before, .field-row:after {
  content: "";
  display: table;
}
.field-row:after {
  clear: both;
}
.field-row [class*="span"] {
  padding: 0 10px;
}

@media screen and (max-width: 758px) {
  .responsive .field-row {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive .field-row [class*="span"] {
    padding-left: 0;
    padding-right: 0;
  }
}
[class*="span"] {
  float: left;
  min-height: 1px;
  padding: 0 35px;
}
[class*="span"]:last-child {
  float: right;
}

@media screen and (max-width: 758px) {
  .responsive [class*="span"] {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.span1 {
  width: 6.25%;
}

.span2 {
  width: 12.5%;
}

.span3 {
  width: 18.75%;
}

.span4 {
  width: 25%;
}

.span5 {
  width: 31.25%;
}

.span6 {
  width: 37.5%;
}

.span7 {
  width: 43.75%;
}

.span8 {
  width: 50%;
}

.span9 {
  width: 56.25%;
}

.span10 {
  width: 62.5%;
}

.span11 {
  width: 68.75%;
}

.span12 {
  width: 75%;
}

.span13 {
  width: 81.25%;
}

.span14 {
  width: 87.5%;
}

.span15 {
  width: 93.75%;
}

.span16 {
  width: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #444444;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  line-height: 21px;
}

p,
ol,
ul,
dl,
table,
figure,
hgroup {
  margin: 0 0 14px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #222222;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #222222;
}

h1, h2 {
  margin: 0 0 21px;
}

h1 {
  font-size: 36px;
  letter-spacing: -1px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4, h5, h6 {
  font-size: 14px;
}

a {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #0088cc;
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

ul, ol {
  padding: 0;
  margin-left: 14px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul ul,
ol ul {
  list-style: circle;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 14px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 14px;
}

table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
table th {
  font-weight: bold;
}
table th, table td {
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  text-align: left;
}
table th:first-child, table td:first-child {
  padding-left: 0;
}
table th:last-child, table td:last-child {
  padding-right: 0;
}
table .figure {
  text-align: right;
}

code {
  font-family: "Consolas", "Courier", monospace;
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url("../webfonts/DINPro-Bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Light';
  src: url("../webfonts/DINPro-Light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Medium';
  src: url("../webfonts/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Regular';
  src: url("../webfonts/DINPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Black';
  src: url("../webfonts/DINPro-Black.otf");
  font-weight: bold;
  font-style: normal;
}

label,
input,
textarea {
  color: #444444;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

.field-group {
  margin-bottom: 14px;
}
.field-group .field-label {
  display: block;
  color: #222222;
}
.field-group .field-instructions {
  float: none;
  clear: both;
  padding-top: 3px;
  color: #999999;
  font-size: 12px;
  line-height: 1.5;
}
.field-group .field-instructions a {
  color: #999999;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .field-group .fields {
    position: relative;
  }
  .field-group .fields .error-message {
    position: absolute;
    left: 100%;
    top: 2px;
    margin-top: 0;
    margin-left: 12px;
    white-space: nowrap;
  }
  .field-group .fields .error-message:after {
    position: absolute;
    top: 6px;
    left: -12px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent #a01d2b transparent transparent;
  }
}

.input-inline {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.multi-field {
  zoom: 1;
}
.multi-field:before, .multi-field:after {
  content: "";
  display: table;
}
.multi-field:after {
  clear: both;
}
.multi-field input, .multi-field .input-inline {
  float: left;
  margin-right: 5px;
}

@media screen and (min-width: 758px) {
  .labels-left .field-group {
    zoom: 1;
  }
  .labels-left .field-group:before, .labels-left .field-group:after {
    content: "";
    display: table;
  }
  .labels-left .field-group:after {
    clear: both;
  }
  .labels-left .field-label {
    position: relative;
    left: 10px;
    padding: 7px 0;
    line-height: 16px;
    text-align: right;
  }
}
textarea,
.select-mask,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  height: 30px;
  width: 100%;
  max-width: 100%;
  padding: 0 7px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: none;
  -webkit-appearance: none;
}
textarea:focus, textarea.focus,
.select-mask:focus,
.select-mask.focus,
input[type="text"]:focus,
input[type="text"].focus,
input[type="password"]:focus,
input[type="password"].focus,
input[type="datetime"]:focus,
input[type="datetime"].focus,
input[type="datetime-local"]:focus,
input[type="datetime-local"].focus,
input[type="date"]:focus,
input[type="date"].focus,
input[type="month"]:focus,
input[type="month"].focus,
input[type="time"]:focus,
input[type="time"].focus,
input[type="week"]:focus,
input[type="week"].focus,
input[type="number"]:focus,
input[type="number"].focus,
input[type="email"]:focus,
input[type="email"].focus,
input[type="url"]:focus,
input[type="url"].focus,
input[type="search"]:focus,
input[type="search"].focus,
input[type="tel"]:focus,
input[type="tel"].focus,
input[type="color"]:focus,
input[type="color"].focus {
  border-color: #006699;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 102, 153, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 102, 153, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 102, 153, 0.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

textarea {
  height: auto;
  min-width: 100%;
  min-height: 30px;
  padding: 7px;
}

input.char1 {
  width: 24.5px !important;
}

input.char2 {
  width: 35px !important;
}

input.char3 {
  width: 45.5px !important;
}

input.char4 {
  width: 56px !important;
}

input.char5 {
  width: 66.5px !important;
}

input.char6 {
  width: 77px !important;
}

input.char7 {
  width: 87.5px !important;
}

input.char8 {
  width: 98px !important;
}

input.char9 {
  width: 108.5px !important;
}

input.char10 {
  width: 119px !important;
}

input.char11 {
  width: 129.5px !important;
}

input.char12 {
  width: 140px !important;
}

input.char13 {
  width: 150.5px !important;
}

input.char14 {
  width: 161px !important;
}

input.char15 {
  width: 171.5px !important;
}

input.char16 {
  width: 182px !important;
}

.select-holder {
  height: 30px;
  position: relative;
}

select {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30px;
  font-size: 14px;
  padding: 0 7px;
  -webkit-appearance: none;
}
select option {
  font-size: 11px;
}

.select-mask {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
  padding-top: 7px;
  line-height: 1;
}
.select-mask:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 10px;
}

::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

:-moz-placeholder {
  color: #999999;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

::-webkit-input-placeholder:focus {
  color: #bfbfbf;
}

:-moz-placeholder:focus {
  color: #bfbfbf;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}

.radio-checkbox-list {
  margin-left: 0px;
}
.radio-checkbox-list > li {
  display: block;
  list-style-type: none;
}
.radio-checkbox-list > li {
  padding: 3.5px 0;
}
.radio-checkbox-list input[type=radio],
.radio-checkbox-list input[type=checkbox] {
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
}
.radio-checkbox-list .radio-checkbox-label {
  display: block;
  position: relative;
  padding-left: 20.93px;
  cursor: pointer;
}
.radio-checkbox-list .radio-checkbox-label.small input[type=radio],
.radio-checkbox-list .radio-checkbox-label.small input[type=checkbox] {
  top: 2.5px;
}
.radio-checkbox-list .error-message {
  margin-left: 20.93px;
}

.single-checkbox {
  display: block;
  position: relative;
  padding: 3.3px 0 3.3px 20.93px;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}
.single-checkbox input[type=radio],
.single-checkbox input[type=checkbox] {
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
}
.single-checkbox a {
  text-decoration: underline;
}

button {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.error label {
  color: #a01d2b;
}
.error input {
  border-color: #a01d2b;
}

.error-message {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-top: 7px;
  padding: 7px;
  background: #a01d2b;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.error-message:after {
  position: absolute;
  top: -12px;
  left: 10px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent #a01d2b transparent;
}

.button {
  zoom: 1;
  -webkit-background-origin: border;
  -moz-background-origin: border;
  -ms-background-origin: border-box;
  -o-background-origin: border-box;
  background-origin: border-box;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  padding: 9px 12px;
  font-size: 12px;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #fbfbfb), color-stop(1px, #ffffff), color-stop(2px, #ffffff), color-stop(2px, #fbfbfb), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fbfbfb 1px, #ffffff 1px, #ffffff 2px, #fbfbfb 2px, #ececec 100%);
  background-image: -moz-linear-gradient(top, #fbfbfb 1px, #ffffff 1px, #ffffff 2px, #fbfbfb 2px, #ececec 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 1px, #ffffff 1px, #ffffff 2px, #fbfbfb 2px, #ececec 100%);
  background-image: linear-gradient(top, #fbfbfb 1px, #ffffff 1px, #ffffff 2px, #fbfbfb 2px, #ececec 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  text-shadow: 0px 1px 0px white;
  display: inline-block;
  margin: 0 3.5px 0 0;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  color: #444444;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.button:before, .button:after {
  content: "";
  display: table;
}
.button:after {
  clear: both;
}
.button:last-child {
  margin-right: 0;
}
.button .icon {
  position: relative;
  vertical-align: top;
  top: -2px;
}
.button.has-icon-divider {
  position: relative;
}
.button.has-icon-divider .icon.icon-prepend {
  margin-right: 21.6px;
}
.button.has-icon-divider:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 38px;
  top: 0px;
}
.button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #ffffff), color-stop(1px, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff 0px, #ffffff 1px, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0px, #ffffff 1px, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #ffffff 0px, #ffffff 1px, #f3f3f3 100%);
  background-image: linear-gradient(top, #ffffff 0px, #ffffff 1px, #f3f3f3 100%);
  color: #444444;
  text-decoration: none;
}
.button:active, .button.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #ececec), color-stop(100%, #fbfbfb));
  background-image: -webkit-linear-gradient(top, #ececec 0px, #fbfbfb 100%);
  background-image: -moz-linear-gradient(top, #ececec 0px, #fbfbfb 100%);
  background-image: -o-linear-gradient(top, #ececec 0px, #fbfbfb 100%);
  background-image: linear-gradient(top, #ececec 0px, #fbfbfb 100%);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.button:focus {
  outline: none;
}
.button.button-large {
  height: 40px;
  padding: 11px 20px;
  font-size: 16px;
}
.button.button-large .icon {
  top: 0px;
}
.button.button-large.has-icon-divider .icon.icon-prepend {
  margin-right: 40px;
}
.button.button-large.has-icon-divider:before {
  left: 54px;
}
.button.button-small {
  height: 24px;
  padding: 5.5px 11px;
  font-size: 11px;
}
.button.button-small .icon {
  top: -2.5px;
}
.button.button-small.has-icon-divider .icon.icon-prepend {
  margin-right: 22px;
}
.button.button-small.has-icon-divider:before {
  left: 36px;
}
.button.button-pill {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.button.button-facebook {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #4264aa), color-stop(1px, #4c70ba), color-stop(2px, #4c70ba), color-stop(2px, #4264aa), color-stop(100%, #344e86));
  background-image: -webkit-linear-gradient(top, #4264aa 1px, #4c70ba 1px, #4c70ba 2px, #4264aa 2px, #344e86 100%);
  background-image: -moz-linear-gradient(top, #4264aa 1px, #4c70ba 1px, #4c70ba 2px, #4264aa 2px, #344e86 100%);
  background-image: -o-linear-gradient(top, #4264aa 1px, #4c70ba 1px, #4c70ba 2px, #4264aa 2px, #344e86 100%);
  background-image: linear-gradient(top, #4264aa 1px, #4c70ba 1px, #4c70ba 2px, #4264aa 2px, #344e86 100%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: white;
}
.button.button-facebook:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #4c70ba), color-stop(1px, #5f7ec1), color-stop(2px, #5f7ec1), color-stop(2px, #5f7ec1), color-stop(100%, #3b5998));
  background-image: -webkit-linear-gradient(top, #4c70ba 1px, #5f7ec1 1px, #5f7ec1 2px, #5f7ec1 2px, #3b5998 100%);
  background-image: -moz-linear-gradient(top, #4c70ba 1px, #5f7ec1 1px, #5f7ec1 2px, #5f7ec1 2px, #3b5998 100%);
  background-image: -o-linear-gradient(top, #4c70ba 1px, #5f7ec1 1px, #5f7ec1 2px, #5f7ec1 2px, #3b5998 100%);
  background-image: linear-gradient(top, #4c70ba 1px, #5f7ec1 1px, #5f7ec1 2px, #5f7ec1 2px, #3b5998 100%);
}
.button.button-facebook:active, .button.button-facebook.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #344e86), color-stop(100%, #3b5998));
  background-image: -webkit-linear-gradient(top, #344e86 0%, #3b5998 100%);
  background-image: -moz-linear-gradient(top, #344e86 0%, #3b5998 100%);
  background-image: -o-linear-gradient(top, #344e86 0%, #3b5998 100%);
  background-image: linear-gradient(top, #344e86 0%, #3b5998 100%);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.button.button-twitter {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #00aced), color-stop(1px, #07bbff), color-stop(2px, #07bbff), color-stop(2px, #00aced), color-stop(100%, #0087ba));
  background-image: -webkit-linear-gradient(top, #00aced 1px, #07bbff 1px, #07bbff 2px, #00aced 2px, #0087ba 100%);
  background-image: -moz-linear-gradient(top, #00aced 1px, #07bbff 1px, #07bbff 2px, #00aced 2px, #0087ba 100%);
  background-image: -o-linear-gradient(top, #00aced 1px, #07bbff 1px, #07bbff 2px, #00aced 2px, #0087ba 100%);
  background-image: linear-gradient(top, #00aced 1px, #07bbff 1px, #07bbff 2px, #00aced 2px, #0087ba 100%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: white;
}
.button.button-twitter:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #07bbff), color-stop(1px, #21c2ff), color-stop(2px, #21c2ff), color-stop(2px, #21c2ff), color-stop(100%, #0099d3));
  background-image: -webkit-linear-gradient(top, #07bbff 1px, #21c2ff 1px, #21c2ff 2px, #21c2ff 2px, #0099d3 100%);
  background-image: -moz-linear-gradient(top, #07bbff 1px, #21c2ff 1px, #21c2ff 2px, #21c2ff 2px, #0099d3 100%);
  background-image: -o-linear-gradient(top, #07bbff 1px, #21c2ff 1px, #21c2ff 2px, #21c2ff 2px, #0099d3 100%);
  background-image: linear-gradient(top, #07bbff 1px, #21c2ff 1px, #21c2ff 2px, #21c2ff 2px, #0099d3 100%);
}
.button.button-twitter:active, .button.button-twitter.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0087ba), color-stop(100%, #0099d3));
  background-image: -webkit-linear-gradient(top, #0087ba 0%, #0099d3 100%);
  background-image: -moz-linear-gradient(top, #0087ba 0%, #0099d3 100%);
  background-image: -o-linear-gradient(top, #0087ba 0%, #0099d3 100%);
  background-image: linear-gradient(top, #0087ba 0%, #0099d3 100%);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.button.button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.has-dropdown.button-dropdown {
  display: inline-block;
  margin-right: 3.5px;
}
.has-dropdown.button-dropdown .button {
  margin-right: 0;
  padding-right: 26px;
}
.has-dropdown.button-dropdown .button .caret {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  width: 10px;
  height: 32px;
}
.has-dropdown.button-dropdown .button .caret:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  top: 13.5px;
  left: 0;
}
.has-dropdown.button-dropdown .dropdown {
  left: 0;
  margin-top: -1px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -ms-border-radius: 0 4px 4px 4px;
  -o-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
.has-dropdown.button-dropdown .dropdown.right {
  left: auto;
  right: 0;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}
.has-dropdown.button-dropdown .dropdown > li > a {
  padding-left: 12px;
  padding-right: 12px;
}
.has-dropdown.button-dropdown.open > .button {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: white;
  color: #444444;
  text-shadow: none;
}

.button-group {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.5px 0 0;
}
.button-group:before, .button-group:after {
  content: "";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  float: left;
}
.button-group .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  border-right: none;
}
.button-group > .button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.button-group > .button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-right-style: solid;
  border-right-width: 1px;
}
.button-group .has-dropdown.button-dropdown {
  margin-right: 0;
}
.button-group .has-dropdown.button-dropdown .dropdown {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.button-group .has-dropdown.button-dropdown:first-child .button {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.button-group .has-dropdown.button-dropdown:last-child .button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-right-style: solid;
  border-right-width: 1px;
}
.button-group .has-dropdown.button-dropdown.open .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.button-group .has-dropdown.button-dropdown.open:first-child .button {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.button-group .has-dropdown.button-dropdown.open:last-child .button {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.icon {
  font-family: "Entypo";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.icon.icon-prepend {
  margin-right: 0.8em;
}

.top-bar {
  background-color: #fff;
}
.top-bar #nav-branding a {
  display: block;
  height: 72px;
  padding: 27px 0;
  padding-right: 14px;
  color: black;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.top-bar #nav-branding a:hover {
  text-decoration: none;
}
.top-bar .top-bar-links {
  margin-left: 0px;
  zoom: 1;
  margin: 0;
}
.top-bar .top-bar-links > li {
  display: block;
  list-style-type: none;
}
.top-bar .top-bar-links:before, .top-bar .top-bar-links:after {
  content: "";
  display: table;
}
.top-bar .top-bar-links:after {
  clear: both;
}
.top-bar .top-bar-links > li {
  display: block;
  float: left;
  list-style-type: none;
}
.top-bar .top-bar-links > li > a {
  display: block;
  width: 80px;
  text-align: center;
  margin-left: 50px;
  padding: 29px 14px;
  color: #b3b3b3;
  font-size: 14px;
  font-family: "DINPro-Regular";
  line-height: 1;
}
.top-bar .top-bar-links > li > a:hover {
  border-bottom: 4px solid #00d9bd;
  color: black;
  text-decoration: none;
}
.top-bar .top-bar-links > li > a:focus {
  outline: none;
}
.top-bar .top-bar-links > li.active a {
  border-bottom: 4px solid #00d9bd;
  color: black;
}
.top-bar .top-bar-links > li.has-dropdown > a {
  padding-right: 31px;
}
.top-bar .top-bar-links > li.has-dropdown > a .caret {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  width: 10px;
  height: 72px;
}
.top-bar .top-bar-links > li.has-dropdown > a .caret:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.top-bar .top-bar-links > li.has-dropdown .dropdown {
  border-top: 0;
}
.top-bar .top-bar-links > li.has-dropdown.open > a .caret:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #444444 transparent transparent transparent;
}
.top-bar .button {
  margin-top: 20px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #ffffff), color-stop(1px, #ffffff), color-stop(2px, #ffffff), color-stop(2px, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #f2f2f2 100%);
  background-image: linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #f2f2f2 100%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: black;
}
.top-bar .button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #ffffff), color-stop(1px, #ffffff), color-stop(2px, #ffffff), color-stop(2px, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #ffffff 100%);
  background-image: linear-gradient(top, #ffffff 1px, #ffffff 1px, #ffffff 2px, #ffffff 2px, #ffffff 100%);
}
.top-bar .button:active, .top-bar .button.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.fixed-top-bar {
  padding-top: 72px;
}
.fixed-top-bar .top-bar {
  position: fixed;
  top: 0;
  width: 1200px;
  max-width: 100%;
  z-index: 5000;
}

@media screen and (max-width: 758px) {
  #nav-collapse {
    display: none;
    position: absolute;
    top: 82px;
    right: 0px;
    min-width: 10em;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  }

  #nav-auth {
    display: none;
  }

  #nav-site {
    float: none;
  }

  .top-bar .top-bar-links {
    padding: 7px 0;
  }
  .top-bar .top-bar-links > li {
    float: none;
  }
  .top-bar .top-bar-links > li > a {
    height: 30px;
    padding: 8px 14px;
    color: lightgrey;
    margin-left: 25px;
  }
  .top-bar .top-bar-links > li > a:hover {
    background: white;
    color: #000;
  }
  .top-bar .top-bar-links > li.active > a {
    background: white;
    color: #000;
  }
  .top-bar .top-bar-links > li.active > a:after {
    display: none;
  }
  .top-bar .top-bar-links > li:first-child > a {
    border-top-color: transparent;
  }
  .top-bar .top-bar-links > li.has-dropdown > a .caret {
    display: none;
  }

  .open #nav-collapse {
    display: block;
    width: 100px;
  }
}
.tabs {
  margin-left: 0;
  zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tabs:before, .tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs > li {
  display: block;
  float: left;
  margin: 0 5px -1px 0;
  list-style-type: none;
}
.tabs > li:first-child {
  margin-left: 35px;
}
.tabs > li > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #fafafa), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #fafafa 0px, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0px, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fafafa 0px, #f2f2f2 100%);
  background-image: linear-gradient(top, #fafafa 0px, #f2f2f2 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 12px;
  color: #444444;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.tabs > li:not(.active):hover > a {
  background: #f2f2f2;
}
.tabs > li.active > a {
  background: none;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #fafafa rgba(0, 0, 0, 0.2);
  color: #999999;
}
.tabs > li.active > a:hover {
  text-decoration: none;
}

.has-dropdown {
  position: relative;
}
.has-dropdown > a {
  position: relative;
}
.has-dropdown.open > a {
  background: white !important;
  color: #444444 !important;
}
.has-dropdown.open > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: white;
  bottom: -4px;
  left: 0px;
  z-index: 2;
}
.has-dropdown .dropdown {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  position: absolute;
  left: -1px;
  top: 100%;
  min-width: 160px;
  margin: 0;
  padding: 9px 0;
  background: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  z-index: 1;
}
.has-dropdown .dropdown.right {
  float: none;
  left: auto;
  right: -1px;
}
.has-dropdown .dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
}
.has-dropdown .dropdown > li > a {
  position: relative;
  display: block;
  padding: 5px 14px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.has-dropdown .dropdown > li > a:hover {
  background-color: #006699;
  color: #fff;
}
.has-dropdown .dropdown .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 9px 0;
}
.has-dropdown .dropdown .section-title {
  padding: 5px 14px;
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: default;
}
.has-dropdown.open .dropdown {
  visibility: visible;
}

.modal-active {
  max-height: 100%;
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
}

.modal {
  position: fixed;
  z-index: 10000;
  outline: none;
  left: 50%;
  width: 400px;
  margin: 0 0 0 -200px;
}
.modal.fade {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: -25%;
}
.modal.fade.in {
  top: 35%;
}
.modal .modal-inner {
  width: 400px;
  background: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.modal .modal-section {
  position: relative;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-section:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-top: 20px;
}
.modal .modal-section:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding-bottom: 20px;
  border-bottom: none;
}
.modal .modal-section > *:last-child {
  margin-bottom: 0;
}
.modal .modal-section .or-divider {
  position: absolute;
  top: -10.5px;
  left: 50%;
  width: 2.5em;
  margin-left: -1.25em;
  background: #fafafa;
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.modal .modal-footer {
  background-color: #ededed;
}

.hide {
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    overflow-y: auto;
  }
  .modal.fade.in {
    top: 0;
  }
  .modal .modal-inner {
    width: auto;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
.close {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.typekit-badge {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

#page-wrap {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.top-bar-links {
  float: right;
  margin-right: 70px !important;
}

.top-bar .top-bar-links > li > a {
  cursor: pointer;
}

#nav-branding {
  margin-left: 20px;
}

#nav-logo {
  max-width: 83px;
  width: 83px;
  height: 26px;
}

header {
  display: block;
  height: 635px;
}

#page-header {
  margin-top: 31px;
}

#img-bg {
  position: absolute;
  top: -1px;
  background: url(../images/bg-header.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 838px;
}

#video-content {
  display: block;
  background: #1e1e1e;
  width: 100%;
  height: 0px;
}

.video-down {
  -moz-transition: all 0.4s ease-out;
  /* FF4+ */
  -o-transition: all 0.4s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;
  /* IE10 */
  transition: all 0.4s ease-out;
}

.bg-down {
  -moz-transition: all 0.4s ease-out;
  /* FF4+ */
  -o-transition: all 0.4s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;
  /* IE10 */
  transition: all 0.4s ease-out;
}

.how-down {
  -moz-transition: all 0.4s ease-out;
  /* FF4+ */
  -o-transition: all 0.4s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;
  /* IE10 */
  transition: all 0.4s ease-out;
}

.how-down2 {
  -moz-transition: all 0.4s ease-out;
  /* FF4+ */
  -o-transition: all 0.4s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;
  /* IE10 */
  transition: all 0.4s ease-out;
}

.grey-grad {
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
}

.video {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
}

.video-close {
  width: 60px;
  height: 60px;
  float: right;
  text-align: center;
}

#video-play {
  width: 100%;
  max-width: 90px;
  height: 90px;
  float: left;
  text-align: center;
  margin-right: 20px;
  background-image: url(../images/video-play.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#video-play:hover {
  background-position: center;
}
#video-play:active {
  background-position: top;
}

.hero {
  margin-top: 220px;
  width: 280px;
}
.hero h1 {
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Bold" !important;
}

p#subhero {
  margin-top: 30px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Light";
  color: #ffffff;
}

#hand {
  width: 620px;
  height: 728px;
  background: url(../images/hand-header.png) no-repeat bottom;
  max-width: 560px;
  min-width: 350px;
  background-size: 100%;
}

#hand2 {
  display: none;
  width: 620px;
  height: 728px;
  background: url(../images/hand-header.png) no-repeat bottom;
}

#social {
  display: block;
}

#social-links {
  margin-left: 0px;
  zoom: 1;
  margin-top: 5px;
}
#social-links > li {
  display: block;
  list-style-type: none;
}
#social-links:before, #social-links:after {
  content: "";
  display: table;
}
#social-links:after {
  clear: both;
}
#social-links > li {
  display: block;
  float: left;
  list-style-type: none;
}
#social-links > li > a {
  display: block;
  text-align: center;
  margin-left: 10px;
}

#social-download {
  width: 260px;
  height: 54px;
  background-image: url(../images/social-download.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#social-download:hover {
  background-position: center;
}
#social-download:active {
  background-position: top;
}

#social-facebook {
  width: 53px;
  height: 54px;
  background-image: url(../images/social-facebook.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#social-facebook:hover {
  background-position: center;
}
#social-facebook:active {
  background-position: top;
}

#social-twitter {
  width: 53px;
  height: 54px;
  background-image: url(../images/social-twitter.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#social-twitter:hover {
  background-position: center;
}
#social-twitter:active {
  background-position: top;
}

.mb0 {
  color: #ffffff;
}

#howitworks {
  height: 820px;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

#features {
  margin-top: 50px;
  text-align: center;
}
#features h1 {
  font-size: 48px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

.no-padding {
  padding: 0 0 !important;
}

.description-left {
  width: 200px;
}

.description-right {
  width: 200px;
  float: left !important;
}

.description-left2 {
  width: 160px;
}

.description-right2 {
  width: 160px;
  float: left !important;
}

.center-description {
  display: inline-block;
}

.center-row {
  text-align: center;
  width: 100%;
}

#iphone-center {
  margin-top: 61px;
  margin-left: 79px;
  margin-right: 81px;
  background-image: url("../images/iphone-container.png");
  display: block;
  width: 312px;
  height: 669px;
}

.hidden {
  display: none;
}

#arrows {
  background-image: url("../images/arrows.png");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 469px;
  height: 474px;
  margin-left: -80px;
  margin-top: 90px;
  z-index: 0;
}

#app-screenshot {
  display: block;
  width: 268px;
  height: 474px;
  background-repeat: no-repeat;
  position: relative;
  top: 93px;
  left: 24px;
}

.screenhot-show {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 0;
  opacity: 1;
  width: 268px;
  height: 474px;
}

#iphone {
  position: absolute;
  margin: 0px auto;
  margin-top: 50px;
  display: block;
  width: 50%;
  max-width: 470px;
  z-index: 1;
}

#how-right {
  margin-top: 300px;
  width: 200px;
  float: right;
}

#how-left {
  margin-top: 120px;
  width: 200px;
  float: left;
}

#haltestellen {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  cursor: hand;
  cursor: pointer;
  color: #a3a3a3;
}
#haltestellen > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#datepicker {
  margin-top: 130px;
  margin-right: 20px;
  cursor: hand;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#datepicker > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#suche {
  margin-left: -20px;
  cursor: hand;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#suche > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#bringmehome {
  margin-top: 130px;
  margin-left: 10px;
  cursor: hand;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#bringmehome > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#nextrbutton {
  margin-top: 60px;
  margin-left: 10px;
  cursor: hand;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#nextrbutton > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#close1 {
  background-color: white;
  height: 80px;
}

#home-close {
  text-align: center;
  margin-top: 25px;
}
#home-close > h1 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  font-size: 24px;
  color: #a3a3a3;
}

.close-icon {
  width: 17px;
  height: 9px;
}

.close-left {
  float: left;
  margin-top: 10px;
  margin-left: 70px;
}

.close-right {
  float: right;
  position: relative;
  top: -30px;
  margin-right: 70px;
}

#howitworks2 {
  background-color: #f4f4f4;
  height: 750px;
  position: relative;
  margin: 0 auto;
}
#howitworks2 #iphone2 {
  position: absolute;
  margin-left: 1px;
  margin-top: 50px;
  display: block;
  max-width: 645px;
  max-height: 638px;
  z-index: 1;
}
#howitworks2 #iphone-center2 {
  width: 645px;
  height: 638px;
  display: block;
}

#how-right2 {
  margin-top: 260px;
  width: 160px;
  float: right;
}

#how-left2 {
  margin-top: 310px;
  width: 160px;
  float: left;
}

#verbindungen {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  cursor: hand;
  cursor: pointer;
  color: #a3a3a3;
}
#verbindungen > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#scroll {
  margin-top: 120px;
  margin-right: 20px;
  cursor: hand;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#scroll > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#detail {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  cursor: hand;
  cursor: pointer;
  color: #a3a3a3;
  margin-left: 10px;
}
#detail > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#iphone-over {
  width: 645px;
  height: 638px;
}

#close {
  margin-top: 70px;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  color: #a3a3a3;
}
#close > h3 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

#close2 {
  background-color: #f4f4f4;
  height: 80px;
}

#verbindungen-close {
  margin-top: 25px;
  z-index: 1;
  text-align: center;
}
#verbindungen-close > h1 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  font-size: 24px;
  color: #a3a3a3;
}

#map-text {
  margin-top: 35px;
}
#map-text > h1 {
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  font-size: 48px;
}
#map-text > p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
  background-color: white;
}

#map {
  background: url(../images/map-bg.png) no-repeat;
  background-position: 40% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 533px;
}

#stations {
  margin-top: 250px;
  float: none;
}

.vicon {
  width: 60px;
  height: 60px;
  cursor: hand;
  cursor: pointer;
}

.hicon {
  width: 100px;
  height: 50px;
}

#stations div.span3 {
  padding: 0;
}

#son {
  float: left;
}

#stations ul {
  margin-left: 0px;
  zoom: 1;
  margin-left: 10%;
  margin-right: auto;
}
#stations ul > li {
  display: block;
  list-style-type: none;
}
#stations ul:before, #stations ul:after {
  content: "";
  display: table;
}
#stations ul:after {
  clear: both;
}
#stations ul > li {
  display: block;
  float: left;
  list-style-type: none;
}
#stations ul > li {
  display: inline;
  margin-right: 5px;
  margin-top: 10px;
}
#stations ul > li.hover {
  display: none;
  width: 100px;
}

.hovercenter img {
  display: inline;
}

.hover {
  width: 100px;
  visibility: hidden;
  margin-bottom: 5px;
}

#appstore {
  background: url(../images/appstore-bg.png) no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 601px;
}

#nextrappbutton {
  margin-top: 200px;
  width: 114px;
  height: 114px;
  background-image: url(../images/appstore-nextrbutton.png);
  cursor: hand;
  cursor: pointer;
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#nextrappbutton:hover {
  background-position: center;
}
#nextrappbutton:active {
  background-position: top;
}

#appstore-text {
  margin-top: 25px;
}
#appstore-text > h1 {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}
#appstore-text > p {
  width: 55%;
  color: grey;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}

footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 376px;
}

#nextr-footer {
  margin-top: 70px;
}

.footer-header img {
  float: left;
  width: 23px;
  height: 16px;
  position: relative;
  top: 13px;
  left: 0px;
}

.footer-header h1 {
  margin-left: 40px;
  color: white;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Light";
}

#footer-feedback {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Light";
}
#footer-feedback > a {
  color: white;
  text-decoration: none;
}

#footer-claimer {
  color: black;
  font-size: 11px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "DINPro-Regular";
}
#footer-claimer > a {
  color: black;
  text-decoration: none;
}

#who {
  float: left;
  margin-top: 70px;
  margin-left: 0px;
}
#who #mwermuth {
  margin-top: 20px;
}
#who ul {
  margin-left: 0px;
  zoom: 1;
}
#who ul > li {
  display: block;
  list-style-type: none;
}
#who ul:before, #who ul:after {
  content: "";
  display: table;
}
#who ul:after {
  clear: both;
}
#who ul > li {
  display: block;
  float: left;
  list-style-type: none;
}
#who ul > li {
  margin-right: 7px;
}
#who #footer-facebook {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/footer-facebook.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#who #footer-facebook:hover {
  background-position: center;
}
#who #footer-facebook:active {
  background-position: top;
}
#who #footer-twitter {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/footer-twitter.png);
  background-position: bottom;
  text-indent: -9999px;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -ms-transition: background-position 0s ease;
  transition: background-position 0s ease;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#who #footer-twitter:hover {
  background-position: center;
}
#who #footer-twitter:active {
  background-position: top;
}

#mobile-iphone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 50px;
  width: 70%;
  max-width: 394px;
  z-index: 1;
}

.mobile-desc {
  margin-bottom: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #a3a3a3;
  font-family: "DINPro-Regular";
}
.mobile-desc > h3 {
  font-family: "DINPro-Regular";
}

#howitworks2-mobile {
  background-color: #f4f4f4;
}

@media screen and (min-width: 759px) and (max-width: 1000px) {
  .top-bar .top-bar-links > li > a {
    width: 60px;
    padding: 29px 0px;
  }

  #hand {
    width: 620px;
    height: 728px;
    background: url(../images/hand-header.png) no-repeat bottom;
    max-width: 470px;
    min-width: 350px;
    background-size: 100%;
    margin-left: -150px;
  }

  #social-links {
    margin-left: -20px;
  }

  .description-left {
    width: 160px;
  }

  .description-right {
    width: 140px;
  }

  .description-left2 {
    width: 130px;
  }

  .description-right2 {
    width: 130px;
  }

  #iphone-center {
    margin-left: 70px;
    margin-right: 70px;
  }

  #datepicker {
    margin-top: 80px;
  }

  #suche {
    margin-left: -15px;
  }

  #bringmehome {
    margin-top: 90px;
    margin-left: 15px;
  }

  #nextrbutton {
    margin-top: 30px;
    margin-left: 20px;
  }

  #how-left {
    width: 140px;
  }

  #how-right {
    width: 160px;
  }

  #howitworks2 {
    height: 670px;
  }

  #howitworks2 #iphone-center2 {
    width: 495px;
    height: 488px;
    margin-top: 30px;
  }

  #howitworks2 #iphone2 {
    max-width: 495px;
    max-height: 488px;
  }

  #iphone-over {
    width: 495px;
    height: 488px;
  }

  #verbindungen {
    margin-top: -50px;
  }

  #scroll {
    margin-top: 90px;
  }

  #close {
    margin-top: 50px;
  }

  #how-left2 {
    width: 130px;
    margin-top: 260px;
  }

  #how-right2 {
    width: 130px;
    margin-top: 200px;
  }

  #stations ul {
    margin-left: 0px;
    zoom: 1;
    margin-left: 10%;
    margin-right: auto;
  }
  #stations ul > li {
    display: block;
    list-style-type: none;
  }
  #stations ul:before, #stations ul:after {
    content: "";
    display: table;
  }
  #stations ul:after {
    clear: both;
  }
  #stations ul > li {
    display: block;
    float: left;
    list-style-type: none;
  }
  #stations ul > li {
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
  }

  .hovercenter img {
    display: inline;
  }

  .vicon {
    width: 40px;
    height: 40px;
  }

  .hover {
    width: 70px;
    visibility: hidden;
  }

  #appstore-text > h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  #appstore-text > p {
    width: 60%;
    font-size: 14px;
  }

  #nextr-footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  #hand {
    display: none;
    width: 80%;
    height: 528px;
    float: none;
    margin: 0 auto;
    margin-top: 200px;
    max-width: 400px;
    min-width: 400px;
    background-size: 80%;
    background: url(../images/hand-header.png) no-repeat bottom;
  }

  #img-bg {
    width: 100%;
    height: 639px;
  }

  #hand2 {
    display: block !important;
    width: 100%;
    height: 528px;
    float: none;
    margin: 0 auto;
    margin-top: -91px;
    margin-left: -10%;
    max-width: 390px;
    min-width: 350px;
    background-size: 95%;
  }

  header {
    height: 450px;
  }

  .hero {
    margin-top: 40px;
    margin-left: 40px;
  }

  #social-links {
    margin-left: 5%;
  }

  #social-download {
    width: 100%;
    height: 37px;
    margin: 0 auto;
    float: none;
    max-width: 180px;
    min-width: 180px;
    background-size: 100%;
    margin-top: 10px;
    background-image: url(../images/social-download-mobil.png);
    background-position: bottom;
    text-indent: -9999px;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -ms-transition: background-position 0s ease;
    transition: background-position 0s ease;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
  }
  #social-download:hover {
    background-position: center;
  }
  #social-download:active {
    background-position: top;
  }

  #social-facebook {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    float: none;
    max-width: 35px;
    min-width: 35px;
    background-size: 100%;
    margin-top: 10px;
    background-image: url(../images/social-facebook-mobil.png);
    background-position: bottom;
    text-indent: -9999px;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -ms-transition: background-position 0s ease;
    transition: background-position 0s ease;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
  }
  #social-facebook:hover {
    background-position: center;
  }
  #social-facebook:active {
    background-position: top;
  }

  #social-twitter {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    float: none;
    max-width: 35px;
    min-width: 35px;
    background-size: 100%;
    margin-top: 10px;
    background-image: url(../images/social-twitter-mobil.png);
    background-position: bottom;
    text-indent: -9999px;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -ms-transition: background-position 0s ease;
    transition: background-position 0s ease;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
  }
  #social-twitter:hover {
    background-position: center;
  }
  #social-twitter:active {
    background-position: top;
  }

  #map {
    background-position: 38% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 384px;
  }

  #stations {
    margin-top: 200px;
    float: none;
  }

  .vicon {
    width: 50px;
    height: 50px;
  }

  #stations ul {
    margin-left: 0px;
    zoom: 1;
    margin-left: 7%;
    margin-right: auto;
  }
  #stations ul > li {
    display: block;
    list-style-type: none;
  }
  #stations ul:before, #stations ul:after {
    content: "";
    display: table;
  }
  #stations ul:after {
    clear: both;
  }
  #stations ul > li {
    display: block;
    float: left;
    list-style-type: none;
  }
  #stations ul > li {
    margin-right: 5px;
  }
  #stations ul > li #hover {
    display: none;
  }

  #appstore {
    background: url(../images/appstore-bg-mobile.png) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 601px;
  }

  #nextrappbutton {
    margin-left: 50%;
    margin-top: 270px;
  }

  #appstore-text > h1 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-left: 30%;
  }
  #appstore-text > p {
    width: 60%;
    margin-left: 30%;
    font-size: 14px;
  }

  #nextr-footer {
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
    background: url(../images/footer-bg-mobile.png) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 460px;
  }

  .footer-header > img {
    width: 16px;
    height: 11px;
    position: relative;
    top: 8px;
    left: 0px;
  }
  .footer-header > h1 {
    margin-left: 30px;
    color: white;
    font-size: 20px;
  }

  #footer-feedback {
    font-size: 14px;
    margin-bottom: 0px;
  }

  #footer-claimer {
    font-size: 11px;
  }

  #who {
    margin-top: 40px;
    width: 100%;
    padding-right: 10px;
    padding-left: 20px;
  }
  #who #mwermuth {
    margin-top: 2px;
    margin-right: 10px;
  }
  #who #ober {
    margin-right: 10px;
  }
  #who > img {
    float: left;
    width: 80px;
  }
  #who > ul {
    margin-top: -20px;
    float: left;
  }
}
