/*
 * Theme Name: xoio-theme-2013
 * Theme URI: http://xoio.de
 * Author: Claudius Herwig
 * Author URI: http://claudiusherwig.de/
 * Version: 0.6
 * 
 * Build with Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *
 * Adapted by Claudius Herwig 2013 for xoio
 */
/* variables-xoio  */
/* mixins  */
/* normalize  */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-body;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* print  */
/* scaffolding  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/* type  */
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #146cb8;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
/* code  */
/* grid  */
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container .row {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.row .row {
  margin-left: -1px;
  margin-right: -1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 10%;
}
.col-xs-2 {
  width: 20%;
}
.col-xs-3 {
  width: 30%;
}
.col-xs-4 {
  width: 40%;
}
.col-xs-5 {
  width: 50%;
}
.col-xs-6 {
  width: 60%;
}
.col-xs-7 {
  width: 70%;
}
.col-xs-8 {
  width: 80%;
}
.col-xs-9 {
  width: 90%;
}
.col-xs-10 {
  width: 100%;
}
.col-xs-11 {
  width: 110.00000000000001%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 10%;
  }
  .col-sm-2 {
    width: 20%;
  }
  .col-sm-3 {
    width: 30%;
  }
  .col-sm-4 {
    width: 40%;
  }
  .col-sm-5 {
    width: 50%;
  }
  .col-sm-6 {
    width: 60%;
  }
  .col-sm-7 {
    width: 70%;
  }
  .col-sm-8 {
    width: 80%;
  }
  .col-sm-9 {
    width: 90%;
  }
  .col-sm-10 {
    width: 100%;
  }
  .col-sm-11 {
    width: 110.00000000000001%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .col-sm-push-1 {
    left: 10%;
  }
  .col-sm-push-2 {
    left: 20%;
  }
  .col-sm-push-3 {
    left: 30%;
  }
  .col-sm-push-4 {
    left: 40%;
  }
  .col-sm-push-5 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 60%;
  }
  .col-sm-push-7 {
    left: 70%;
  }
  .col-sm-push-8 {
    left: 80%;
  }
  .col-sm-push-9 {
    left: 90%;
  }
  .col-sm-push-10 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 110.00000000000001%;
  }
  .col-sm-pull-1 {
    right: 10%;
  }
  .col-sm-pull-2 {
    right: 20%;
  }
  .col-sm-pull-3 {
    right: 30%;
  }
  .col-sm-pull-4 {
    right: 40%;
  }
  .col-sm-pull-5 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 60%;
  }
  .col-sm-pull-7 {
    right: 70%;
  }
  .col-sm-pull-8 {
    right: 80%;
  }
  .col-sm-pull-9 {
    right: 90%;
  }
  .col-sm-pull-10 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 110.00000000000001%;
  }
  .col-sm-offset-1 {
    margin-left: 10%;
  }
  .col-sm-offset-2 {
    margin-left: 20%;
  }
  .col-sm-offset-3 {
    margin-left: 30%;
  }
  .col-sm-offset-4 {
    margin-left: 40%;
  }
  .col-sm-offset-5 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 60%;
  }
  .col-sm-offset-7 {
    margin-left: 70%;
  }
  .col-sm-offset-8 {
    margin-left: 80%;
  }
  .col-sm-offset-9 {
    margin-left: 90%;
  }
  .col-sm-offset-10 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 110.00000000000001%;
  }
}
@media (min-width: 1008px) {
  .container {
    max-width: 988px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 10%;
  }
  .col-md-2 {
    width: 20%;
  }
  .col-md-3 {
    width: 30%;
  }
  .col-md-4 {
    width: 40%;
  }
  .col-md-5 {
    width: 50%;
  }
  .col-md-6 {
    width: 60%;
  }
  .col-md-7 {
    width: 70%;
  }
  .col-md-8 {
    width: 80%;
  }
  .col-md-9 {
    width: 90%;
  }
  .col-md-10 {
    width: 100%;
  }
  .col-md-11 {
    width: 110.00000000000001%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .col-md-push-1 {
    left: 10%;
  }
  .col-md-push-2 {
    left: 20%;
  }
  .col-md-push-3 {
    left: 30%;
  }
  .col-md-push-4 {
    left: 40%;
  }
  .col-md-push-5 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 60%;
  }
  .col-md-push-7 {
    left: 70%;
  }
  .col-md-push-8 {
    left: 80%;
  }
  .col-md-push-9 {
    left: 90%;
  }
  .col-md-push-10 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 110.00000000000001%;
  }
  .col-md-pull-1 {
    right: 10%;
  }
  .col-md-pull-2 {
    right: 20%;
  }
  .col-md-pull-3 {
    right: 30%;
  }
  .col-md-pull-4 {
    right: 40%;
  }
  .col-md-pull-5 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 60%;
  }
  .col-md-pull-7 {
    right: 70%;
  }
  .col-md-pull-8 {
    right: 80%;
  }
  .col-md-pull-9 {
    right: 90%;
  }
  .col-md-pull-10 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 110.00000000000001%;
  }
  .col-md-offset-1 {
    margin-left: 10%;
  }
  .col-md-offset-2 {
    margin-left: 20%;
  }
  .col-md-offset-3 {
    margin-left: 30%;
  }
  .col-md-offset-4 {
    margin-left: 40%;
  }
  .col-md-offset-5 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 60%;
  }
  .col-md-offset-7 {
    margin-left: 70%;
  }
  .col-md-offset-8 {
    margin-left: 80%;
  }
  .col-md-offset-9 {
    margin-left: 90%;
  }
  .col-md-offset-10 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 110.00000000000001%;
  }
}
@media (min-width: 1248px) {
  .container {
    max-width: 1232px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 10%;
  }
  .col-lg-2 {
    width: 20%;
  }
  .col-lg-3 {
    width: 30%;
  }
  .col-lg-4 {
    width: 40%;
  }
  .col-lg-5 {
    width: 50%;
  }
  .col-lg-6 {
    width: 60%;
  }
  .col-lg-7 {
    width: 70%;
  }
  .col-lg-8 {
    width: 80%;
  }
  .col-lg-9 {
    width: 90%;
  }
  .col-lg-10 {
    width: 100%;
  }
  .col-lg-11 {
    width: 110.00000000000001%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 10%;
  }
  .col-lg-push-2 {
    left: 20%;
  }
  .col-lg-push-3 {
    left: 30%;
  }
  .col-lg-push-4 {
    left: 40%;
  }
  .col-lg-push-5 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 60%;
  }
  .col-lg-push-7 {
    left: 70%;
  }
  .col-lg-push-8 {
    left: 80%;
  }
  .col-lg-push-9 {
    left: 90%;
  }
  .col-lg-push-10 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 110.00000000000001%;
  }
  .col-lg-pull-1 {
    right: 10%;
  }
  .col-lg-pull-2 {
    right: 20%;
  }
  .col-lg-pull-3 {
    right: 30%;
  }
  .col-lg-pull-4 {
    right: 40%;
  }
  .col-lg-pull-5 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 60%;
  }
  .col-lg-pull-7 {
    right: 70%;
  }
  .col-lg-pull-8 {
    right: 80%;
  }
  .col-lg-pull-9 {
    right: 90%;
  }
  .col-lg-pull-10 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 110.00000000000001%;
  }
  .col-lg-offset-1 {
    margin-left: 10%;
  }
  .col-lg-offset-2 {
    margin-left: 20%;
  }
  .col-lg-offset-3 {
    margin-left: 30%;
  }
  .col-lg-offset-4 {
    margin-left: 40%;
  }
  .col-lg-offset-5 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 60%;
  }
  .col-lg-offset-7 {
    margin-left: 70%;
  }
  .col-lg-offset-8 {
    margin-left: 80%;
  }
  .col-lg-offset-9 {
    margin-left: 90%;
  }
  .col-lg-offset-10 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 110.00000000000001%;
  }
}
/*   */
/* tables  */
/* forms  */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-lg,
textarea.input-sm {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 6px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .container .form-horizontal .form-group {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -1px;
  margin-right: -1px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* buttons  */
/*   */
/* Glyphicons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
/* component-animations  */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* input-groups  */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* dropdowns  */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #333333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe2e2e2', GradientType=0);
  background-color: #e2e2e2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe2e2e2', GradientType=0);
  background-color: #e2e2e2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #333333;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
/* list-group  */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #146cb8;
  border-color: #146cb8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a3cff5;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* panels  */
/* wells  */
/* close  */
/*   */
/* navs  */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #146cb8;
  border-color: #146cb8;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #146cb8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #146cb8;
  border-bottom-color: #146cb8;
}
.nav a:hover .caret {
  border-top-color: #0a365c;
  border-bottom-color: #0a365c;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* navbar  */
.navbar {
  position: relative;
  min-height: 85px;
  margin-bottom: 20px;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #ffffff;
  border-radius: 0;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar-nav > li > a {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  color: #000000;
  line-height: 20px;
  border-radius: 4px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-nav.pull-right {
  width: 100%;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.nav-collapse {
  clear: both;
  padding-bottom: 32.5px;
}
.nav-collapse:before,
.nav-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav-collapse:after {
  clear: both;
}
.nav-collapse:before,
.nav-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav-collapse:after {
  clear: both;
}
.navbar-toggle + .nav-collapse {
  width: 100%;
  margin-top: 85px;
}
@media (max-width: 768px) {
  .nav-collapse-scrollable {
    margin-bottom: 32.5px;
    max-height: 360px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.navbar-brand {
  float: left;
  margin-right: 15px;
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  margin-right: -10px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #000000;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-form {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav-collapse {
    clear: none;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-btn {
  margin-top: 25.5px;
}
.navbar-text {
  float: left;
  padding: 0 1px;
  margin-top: 32.5px;
  margin-bottom: 32.5px;
}
.navbar-link {
  color: #000000;
}
.navbar-link:hover {
  color: #555555;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/* button-groups  */
/* breadcrumbs  */

/* pagination  */
/* pager */
/* modals  */
/* tooltip  */
/* popovers  */
/* alerts  */
/* thumbnails  */
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #146cb8;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
/* media  */
/* labels  */
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
/* badges  */
/* progress-bars  */
/* accordion  */
/* carousel  */
/* jumbotron  */
/* utilities  */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
/* responsive-utilities  */
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: block !important;
}
tr.visible-xs {
  display: table-row !important;
}
th.visible-xs,
td.visible-xs {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
@media (min-width: 1248px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}
@media (min-width: 1248px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1248px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}
@media (min-width: 1248px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: none !important;
}
tr.hidden-xs {
  display: none !important;
}
th.hidden-xs,
td.hidden-xs {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1248px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1248px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1248px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1008px) and (max-width: 1247px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1248px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* xoio  */
/* xoio styles */@font-face {
  font-family: DINWeb;
  src: url(fonts/DINWeb.eot);
}
@font-face {
  font-family: DINWeb;
  src: url(fonts/DINWeb.woff) format("woff");
}
@font-face {
  font-family: DINWeb-Bold;
  src: url(fonts/DINWeb-Bold.eot);
  font-weight: bold;
}
@font-face {
  font-family: DINWeb-Bold;
  src: url(fonts/DINWeb-Bold.woff) format("woff");
  font-weight: bold;
}
/* first for IE 4–8 */@font-face {
  font-family: DINWeb-Ita;
  src: url(fonts/DINWeb-Ita.eot);
  font-style: italic;
}
/* then for WOFF-capable browsers */@font-face {
  font-family: DINWeb-Ita;
  src: url(fonts/DINWeb-Ita.woff) format("woff");
  font-style: italic;
}
html {
  height: 100%;
}
.clear {
  clear: both;
  height: 0px;
  padding: 0px 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.navbar-brand {
  display: block;
  width: 150px;
  height: 50px;
  background: url(img/xoio-architekturvisualisierungen-logo.png) top left no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.main-nav {
  margin-top: -5px;
}
.nav-collapse {
  padding-top: 48px;
}
.navbar-nav > li > a {
  padding: 5px 30px 15px 15px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.dropdown-menu {
  padding: 0;
}
.main-nav .dropdown > a:after {
  content: url(img/arrow-down.png);
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-right {
  position: absolute;
  padding: 0;
}
.navbar-right li a {
  height: 20px;
  width: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 3px;
}
.navbar-toggle {
  margin-bottom: 10px;
  margin-left: 11px;
  padding: 7px;
  position: relative;
  float: left;
}

#page-wrap {
  height: auto !important;
  margin: 0 auto -225px;
  min-height: 100%;
  padding: 0 0 225px;
}
.navbar-right .icon-search {
  background: url(img/icons.png) 0px 0px no-repeat #ffffff;
  margin-right: 20px;
}
.navbar-right .icon-search:hover {
  background-position: 0 -20px;
  background-color: #ffffff;
}
.navbar-right .icon-de {
  background: url(img/icons.png) -20px 0px no-repeat #ffffff;
  width: 30px;
}
.navbar-right .icon-de:hover,
.navbar-right .icon-de.act-1 {
  background-position: -20px -20px;
  background-color: #ffffff;
}
.navbar-right .icon-en {
  background: url(img/icons.png) -60px 0px no-repeat #ffffff;
  margin-right: 20px;
}
.navbar-right .icon-en:hover,
.navbar-right .icon-en.act-1 {
  background-position: -60px -20px;
  background-color: #ffffff;
}
.navbar-right .icon-twitter {
  background: url(img/icons.png) -80px 0px no-repeat #ffffff;
}
.navbar-right .icon-twitter:hover {
  background-position: -80px -20px;
  background-color: #ffffff;
}
.navbar-right .icon-facebook {
  background: url(img/icons.png) -100px 0px no-repeat #ffffff;
}
.navbar-right .icon-facebook:hover {
  background-position: -100px -20px;
  background-color: #ffffff;
}
.navbar-right .icon-behance {
  background: url(img/icons.png) -120px 0px no-repeat #ffffff;
}
.navbar-right .icon-behance:hover {
  background-position: -120px -20px;
  background-color: #ffffff;
}
.navbar-right .search-field {
  background-color: transparent;
  background-image: url(img/icon-search.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 22px;
  margin: 0px 20px 0 0;
  padding: 0 0 0 0px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 20px;
  text-indent: -9999px;
}
.navbar-right .search-field:focus,
.navbar-right .search-field:hover {
  background-color: #fff;
  border: 1px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 200px;
  text-indent: 20px;
}
.navbar-right .search-submit {
  display: none;
}
.single #content ul,
.single #content ol,
.page #content ul,
.page #content ol,
.search #content ul,
.search #content ol {
  padding-left: 18px;
}
.single #content,
.search #content {
  margin-top: 35px;
}
.artikel-spalte {
  max-width: 1280px;
}
.artikel-spalte img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.artikel-spalte img {
  width: 100%;
}
.artikel-spalte img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
  width: 50%;
}
.artikel-spalte img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
  width: 50%;
}
.projektinfo-spalte {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 15px 30px;
  width: 275px;
}
.projektinfo-spalte h4 {
  margin: 2px 0 2px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.projektinfo-spalte p {
  font-size: 12px;
}
.projektinfo-spalte.affix {
  width: 275px;
}
.wp-caption-text {
  font-style: italic;
  margin-top: -16px;
  font-size: 12px;
}
.single .artikel-spalte h2,
.search .artikel-spalte h2 {
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 18px;
}
.page .artikel-spalte img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page .artikel-spalte img.alignleft {
  margin: 0px 20px 10px 0;
}
.page .artikel-spalte img.alignright {
  margin: 0px 0px 10px 20px;
}
.page #content .artikel-spalte h2 + p img {
  margin-top: 0;
}
.page #content .artikel-spalte div.clear + p img {
  margin-top: 0;
}
.page .artikel-spalte h2 {
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 18px;
}
.page .artikel-spalte img.alignleft + h2,
.page .artikel-spalte img.alignright + h2 {
  margin-top: 3px;
}
.expander {
  background: url(img/expand.png) no-repeat scroll center center transparent;
  cursor: pointer;
  height: 16px;
  left: 5px;
  padding: 4px;
  position: absolute;
  top: 5px;
  width: 16px;
  z-index: 99999;
}
.flexslider-kundenlogos {
  background: url(img/logo-bg.png) 0 0 no-repeat #ffffff;
  background-size: 100% 100%;
}
#content.kundenseite ul {
  padding-left: 20px;
  list-style: none;
  line-height: 1.5em;
}
#content.kundenseite ul.slides {
  padding-left: 0;
}
#content.kundenseite ul.slides li {
  text-align: center;
}
#content.kundenseite .artikel-spalte img {
  margin: 0;
  max-width: 640px;
  max-height: 174px;
}
.one-half {
  width: 46%;
}
.one-third {
  width: 28.66%;
}
.two-third {
  width: 63.33%;
}
.one-fourth {
  width: 20%;
}
.three-fourth {
  width: 72%;
}
.one-fifth {
  width: 14.8%;
}
.one-sixth {
  width: 11.33%;
}
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth,
.spalte {
  float: left;
  margin-right: 3%;
  position: relative;
}
.column-last {
  margin-right: 0;
}
.column-first {
  margin-left: 0;
}
.search img {
  width: 118px;
  height: auto;
  float: left;
  margin: 2px 20px 10px 0;
}
.project {
	border:2px solid #ffffff;
  float: left;
  overflow: hidden;
  position: relative;
}
.projektlink {
  background:rgba(0,0,0,0.5);
  color: #fff;
  display: block;
  bottom: -65px;
  height: 45px;
  padding: 2px 5px;
  position: absolute;
  z-index: 50;
  width: 100%;
  -webkit-transition: bottom 20ms ease 0s;
  transition: bottom 500ms ease 0s;
}
.project:hover .projektlink {
  bottom: 0px;
  -webkit-transition: bottom 500ms ease 0s;
  transition: bottom 500ms ease 0s;
}
.projektlink a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.projektlink a:hover {
  text-decoration: none;
  color: #fff;
}
.projekt-more {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.lupe {
  position: absolute;
  right: 9px;
  bottom: 5px;
}
ul.slides li {
  position: relative;
}
.lupenbutton {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  right: 5px;
  bottom: 5px;
  z-index: 60;
}
.project img {
	/*max-*/width: 100%;
  height: auto;
}
.home-cat-menu {
  background: #000000;
  color: #ffffff;
  height: 100%;
  padding: 15px 20px;
}
.home-cat-menu span {
  font-weight: bold;
}
.home-cat-menu ul {
  list-style: none;
  padding: 0px;
}
.home-cat-menu li a {
  color: #ffffff;
}
.slides {
  list-style: none;
  padding: 0;
}
.landing-page-text > ul {
  padding-left: 17px;
}
.landing-page-text h1 {
  margin-top: 0px;
}
.testimonial-project {
  display: table;
}
.testimonial {
  display: table-cell;
  vertical-align: middle;
}
blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
}
.testimonial_body {
  font-style: italic;
}
.testimonial_author {
  padding-left:20px;
  padding-right:20px;
  font-size: 16px;
  line-height:18px;
}
.elastic-video {
  position: relative;
  padding-bottom: 54%;
  padding-top: 14px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-type-iframe .fancybox-nav {
  height: 90%;
}
.element {
  width: 360px;
  height: 270px;
}
.element.width-2 {
  width: 720px;
}
.element.width-3 {
  width: 990px;
}
.element.height-2 {
  height: 200px;
}
.element.height-3 {
  height: 300px;
}
.single #content,
.page #content,
.search #content {
  margin-left: 0;
}
.single #content p,
.search #content p {
  margin-right: 0px;
}
.landing-page-text {
  padding: 10px 12px 7px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.landing-page-text h1 {
  font-size: 13px;
}
.navbar-nav.navbar-right > li {
  float: left;
}
.page .artikel-spalte img {
  max-width: 100%;
}
.dropdown-menu > li > a {
  padding: 3px 33px;
}
.navbar-nav > li > a {
  padding-bottom: 3px;
}
.dropdown-menu {
  display: block;
  min-width: 100%;
  position: relative;
  float: none;
  top: 0;
}
.nav-collapse {
  padding-top: 0;
}
.navbar-right {
  right: 5px;
  top: 5px;
}
.navbar-toggle {
  margin-top: 44px;
}
.navbar-brand {
  margin: 30px 10px 0 0px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: absolute;
}
.testimonial {
  /*padding: 15px;*/
}
.testimonial_body {
  font-size: 14px;
}
.testimonial_author {
  font-size: 14px;
}
.client-quote {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
}
.client-name {
  text-align: right;
  font-size: 12px;
}
.artikel-spalte img.alignright,
.wp-caption.alignright {
  width: 100%;
}
.artikel-spalte img.alignleft,
.wp-caption.alignleft {
  width: 100%;
}
.projektinfo-spalte.affix {
  position: static;
  width: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .testimonial {
    padding: 25px;
  }
  .testimonial_body {
    font-size: 16px;
  }
  .testimonial_author {
    font-size: 14px;
  }
  .artikel-spalte img.alignright,
  .wp-caption.alignright {
    width: 50%;
  }
  .artikel-spalte img.alignleft,
  .wp-caption.alignleft {
    width: 50%;
  }
  .projektinfo-spalte.affix {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .single #content,
  .page #content,
  .search #content {
    margin-left: 174px;
  }
  .single #content p,
  .search #content p {
    margin-right: 30px;
  }
  .landing-page-text {
    padding: 20px 30px 10px 20px;
    font-size: 14px;
    line-height: 1.42857;
  }
  .landing-page-text h1 {
    font-size: 17px;
  }
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .dropdown-menu > li > a {
    padding: 10px 20px;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
  }
  .dropdown-menu {
    display: none;
    min-width: 160px;
    position: absolute;
    float: left;
    top: 100%;
  }
  .nav-collapse {
    padding-top: 48px;
  }
  .navbar-right {
    right: 24px;
    top: 15px;
  }
  .navbar-toggle {
    margin-top: 34px;
  }
  .navbar-brand {
    margin: 20px 10px 0 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }
  .testimonial {
    padding: 24px;
  }
  .testimonial_body {
    font-size: 18px;
  }
  .testimonial_author {
    font-size: 14px;
  }
  .client-quote {
    font-size: 20px;
    font-style: italic;
    line-height: 26px;
  }
  .client-name {
    text-align: right;
    font-size: 14px;
  }
  .artikel-spalte img.alignright,
  .wp-caption.alignright {
    width: 50%;
  }
  .artikel-spalte img.alignleft,
  .wp-caption.alignleft {
    width: 50%;
  }
  .projektinfo-spalte.affix {
    width: 50%;
  }
}
@media (min-width: 1030px) {
  .single #content,
  .page #content,
  .search #content {
    margin-left: 174px;
  }
  .single #content p,
  .search #content p {
    margin-right: 30px;
  }
  .landing-page-text {
    padding: 24px 40px 20px 30px;
    font-size: 14px;
    line-height: 1.42857;
  }
  .landing-page-text h1 {
    font-size: 17px;
  }
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .dropdown-menu > li > a {
    padding: 10px 20px;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
  }
  .dropdown-menu {
    display: none;
    min-width: 160px;
    position: absolute;
    float: left;
    top: 100%;
  }
  .nav-collapse {
    padding-top: 48px;
  }
  .navbar-right {
    right: 24px;
    top: 15px;
  }
  .navbar-toggle {
    margin-top: 34px;
  }
  .navbar-brand {
    margin: 20px 10px 0 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }
  .testimonial {
    /*padding: 20px;*/
  }
  .testimonial_body {
    font-size: 20px;
  }
  .testimonial_author {
    font-size: 16px;
  }
  .artikel-spalte img.alignright,
  .wp-caption.alignright {
    width: 50%;
  }
  .artikel-spalte img.alignleft,
  .wp-caption.alignleft {
    width: 50%;
  }
  .projektinfo-spalte.affix {
    position: fixed;
    width: 275px;
  }
  .projektlink {
    bottom: -65px;
  }
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
