/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/**
 * This is our main variables file. It in turn imports the `variables` file from
 * Twitter Bootstrap. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
html,
body {
  height: 100%;
}
@media print {
  html,
  body {
    height: auto;
  }
}
a {
  font-weight: normal;
}
@media (min-width: 768px) {
  p {
    width: 95%;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7e3b59;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d4c9c2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 78%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #b5a195;
}
.text-primary {
  color: #473a31;
}
a.text-primary:hover {
  color: #29211c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #866d5d;
}
a.text-warning:hover {
  color: #685548;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #473a31;
}
a.bg-primary:hover {
  background-color: #29211c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #d4c9c2;
}
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;
  border: none;
  margin-left: -5px;
}
.list-inline li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0px;
}
@media print {
  .list-inline li a {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
  }
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b5a195;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #d4c9c2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #b5a195;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d4c9c2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #685548;
  background-color: #f4f1ef;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f4f1ef;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f4f1ef;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9e3e0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #685548;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #685548;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #685548;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -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;
  -o-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::-moz-placeholder {
  color: #b5a195;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b5a195;
}
.form-control::-webkit-input-placeholder {
  color: #b5a195;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d4c9c2;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 28px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 44px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #866d5d;
}
.has-warning .form-control {
  border-color: #866d5d;
  -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: #685548;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b5a195;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b5a195;
}
.has-warning .input-group-addon {
  color: #866d5d;
  border-color: #866d5d;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #866d5d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #4a3c33;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #4a3c33;
  background-color: #f4f1ef;
  border-color: #d4c9c2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4a3c33;
  background-color: #dfd6d1;
  border-color: #bba99e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f4f1ef;
  border-color: #d4c9c2;
}
.btn-default .badge {
  color: #f4f1ef;
  background-color: #4a3c33;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4a3c33;
  background-color: #e9e3e0;
  border-color: #c8b9b0;
  outline: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  outline: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f4f1ef;
  border-color: #d4c9c2;
  outline: none;
}
.btn-default .badge {
  color: #f4f1ef;
  background-color: #4a3c33;
}
.btn-primary {
  color: #ffffff;
  background-color: #473a31;
  border-color: #56463b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #29211c;
  border-color: #322922;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #473a31;
  border-color: #56463b;
}
.btn-primary .badge {
  color: #473a31;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #382e27;
  border-color: #44382f;
  outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
  outline: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #473a31;
  border-color: #56463b;
  outline: none;
}
.btn-primary .badge {
  color: #473a31;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #473a31;
  border-color: #473a31;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #29211c;
  border-color: #231c18;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #473a31;
  border-color: #473a31;
}
.btn-success .badge {
  color: #473a31;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #382e27;
  border-color: #352b25;
  outline: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
  outline: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #473a31;
  border-color: #473a31;
  outline: none;
}
.btn-success .badge {
  color: #473a31;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #fbdac2;
  border-color: #fbdac2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #f8bc91;
  border-color: #f8b688;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fbdac2;
  border-color: #fbdac2;
}
.btn-info .badge {
  color: #fbdac2;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #facba9;
  border-color: #f9c8a5;
  outline: none;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  outline: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fbdac2;
  border-color: #fbdac2;
  outline: none;
}
.btn-info .badge {
  color: #fbdac2;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ce3b04;
  border-color: #b53404;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #9c2d03;
  border-color: #792302;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ce3b04;
  border-color: #b53404;
}
.btn-warning .badge {
  color: #ce3b04;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #b53404;
  border-color: #972b03;
  outline: none;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  outline: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ce3b04;
  border-color: #b53404;
  outline: none;
}
.btn-warning .badge {
  color: #ce3b04;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #7e3b59;
  border-color: #7e3b59;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #5b2b40;
  border-color: #54273c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #7e3b59;
  border-color: #7e3b59;
}
.btn-danger .badge {
  color: #7e3b59;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #6d334d;
  border-color: #69314a;
  outline: none;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
  outline: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #7e3b59;
  border-color: #7e3b59;
  outline: none;
}
.btn-danger .badge {
  color: #7e3b59;
  background-color: #ffffff;
}
.btn-link {
  color: #7e3b59;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b5a195;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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.42857143;
  color: #7e3b59;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #d4c9c2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #473a31;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b5a195;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #b5a195;
  white-space: nowrap;
}
.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;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #685548;
  text-align: center;
  background-color: #d4c9c2;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 2px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: inherit;
}
.nav > li.disabled > a {
  color: #b5a195;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b5a195;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: inherit;
  border-color: #7e3b59;
}
.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 #56463b;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #56463b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: inherit;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #473a31;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 8px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -8px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -8px;
  }
}
.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-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #333333;
  border-color: #333333;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d4c9c2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b5a195;
}
.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: #1a1a1a;
}
.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: #222222;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #212121;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b5a195;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b5a195;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #b5a195;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #d4c9c2;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #b5a195;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #4a3c33;
  background-color: #f4f1ef;
  border: 1px solid #d4c9c2;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #4a3c33;
  background-color: #e7e1dd;
  border-color: #d4c9c2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #4a3c33;
  background-color: #f4f1ef;
  border-color: #d4c9c2;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a08776;
  background-color: #f4f1ef;
  border-color: #d4c9c2;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f4f1ef;
  border: 1px solid #d4c9c2;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e7e1dd;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a08776;
  background-color: #f4f1ef;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b5a195;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a08776;
}
.label-primary {
  background-color: #473a31;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #29211c;
}
.label-success {
  background-color: #473a31;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #29211c;
}
.label-info {
  background-color: #473a31;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #29211c;
}
.label-warning {
  background-color: #ce3b04;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #9c2d03;
}
.label-danger {
  background-color: #7e3b59;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #5b2b40;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #b5a195;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #7e3b59;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fffaf7;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #000000;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #fcddc7;
}
.container .jumbotron {
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #7e3b59;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #ffffff;
  border-color: #cabcb3;
  color: #866d5d;
}
.alert-warning hr {
  border-top-color: #bfaea4;
}
.alert-warning .alert-link {
  color: #685548;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f4f1ef;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #473a31;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #b5a195;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #473a31;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #473a31;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ce3b04;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #7e3b59;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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;
  color: #555555;
  background-color: #f4f1ef;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #d4c9c2;
  color: #b5a195;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b5a195;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #473a31;
  border-color: #473a31;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #b39f91;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #866d5d;
  background-color: #ffffff;
}
a.list-group-item-warning {
  color: #866d5d;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #866d5d;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #866d5d;
  border-color: #866d5d;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f4f1ef;
  border-top: 1px solid #d4c9c2;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #d4c9c2;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d4c9c2;
}
.panel-default {
  border-color: #d4c9c2;
}
.panel-default > .panel-heading {
  color: #685548;
  background-color: #f4f1ef;
  border-color: #d4c9c2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d4c9c2;
}
.panel-default > .panel-heading .badge {
  color: #f4f1ef;
  background-color: #685548;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d4c9c2;
}
.panel-primary {
  border-color: #473a31;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #473a31;
  border-color: #473a31;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #473a31;
}
.panel-primary > .panel-heading .badge {
  color: #473a31;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #473a31;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #cabcb3;
}
.panel-warning > .panel-heading {
  color: #866d5d;
  background-color: #ffffff;
  border-color: #cabcb3;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cabcb3;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #866d5d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cabcb3;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f4f1ef;
  border: 1px solid #e5deda;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 4px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 4px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 4px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 4px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #3b3029;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3b3029;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 4px;
  border-width: 4px 4px 0;
  border-top-color: #3b3029;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 4px;
  border-width: 4px 4px 0;
  border-top-color: #3b3029;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #3b3029;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #3b3029;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b3029;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b3029;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b3029;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.linkentry .switch:before,
.linkentry .switch:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.linkentry .switch:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'unityicons';
  src: url("https://cdn.alpha.ch/assets/font/unityicons.eot?v=3.8.0");
  src: url("https://cdn.alpha.ch/assets/font/unityicons.eot?v=3.8.0#iefix") format("embedded-opentype"), url("https://cdn.alpha.ch/assets/font/unityicons.ttf?v=3.8.0") format("truetype"), url("https://cdn.alpha.ch/assets/font/unityicons.woff?v=3.8.0") format("woff"), url("https://cdn.alpha.ch/assets/font/unityicons.svg?v=3.8.0#unityicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'unityicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-question:before {
  content: "\f059";
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-arrow-left_thin:before {
  content: "\e605";
}
.icon-arrow-right_thin:before {
  content: "\e606";
}
.icon-arrow-down_thin:before {
  content: "\e607";
}
.icon-arrow-up_thin:before {
  content: "\e608";
}
.icon-bullet-point_thin:before {
  content: "\e603";
}
.icon-bullet-point:before {
  content: "\e604";
}
.icon-home:before {
  content: "\e002";
}
.icon-image:before {
  content: "\e02c";
}
.icon-file:before {
  content: "\e07c";
}
.icon-file2:before {
  content: "\e07d";
}
.icon-file-plus:before {
  content: "\e07f";
}
.icon-file-download:before {
  content: "\e081";
}
.icon-file-upload:before {
  content: "\e082";
}
.icon-phone:before {
  content: "\e0db";
}
.icon-mail:before {
  content: "\e0ec";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-history:before {
  content: "\e100";
}
.icon-clock:before {
  content: "\e107";
}
.icon-print:before {
  content: "\e118";
}
.icon-user:before {
  content: "\e185";
}
.icon-users:before {
  content: "\e186";
}
.icon-search:before {
  content: "\e1ba";
}
.icon-lock:before {
  content: "\e1d5";
}
.icon-unlocked:before {
  content: "\e1d6";
}
.icon-cog:before {
  content: "\e1e1";
}
.icon-lamp:before {
  content: "\e24d";
}
.icon-remove:before {
  content: "\e250";
}
.icon-list:before {
  content: "\e29a";
}
.icon-menu:before {
  content: "\e2ac";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-eye-blocked:before {
  content: "\e2da";
}
.icon-star_thin:before {
  content: "\e2ff";
}
.icon-star:before {
  content: "\e301";
}
.icon-smiley:before {
  content: "\e320";
}
.icon-sad:before {
  content: "\e324";
}
.icon-warning_thin:before {
  content: "\e355";
}
.icon-warning:before {
  content: "\e356";
}
.icon-info_thin:before {
  content: "\e362";
}
.icon-info:before {
  content: "\e363";
}
.icon-close-big:before {
  content: "\e36b";
}
.icon-close:before {
  content: "\e36d";
}
.icon-close_thin:before {
  content: "\e36e";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-enter:before {
  content: "\e37d";
}
.icon-exit:before {
  content: "\e37e";
}
.icon-play:before {
  content: "\e380";
}
.icon-speaker:before {
  content: "\e390";
}
.icon-reload:before {
  content: "\e3a8";
}
.icon-arrow-first:before {
  content: "\e3ae";
}
.icon-arrow-last:before {
  content: "\e3af";
}
.icon-arrow-up:before {
  content: "\e3b0";
}
.icon-arrow-right:before {
  content: "\e3b1";
}
.icon-arrow-down:before {
  content: "\e3b2";
}
.icon-arrow-left:before {
  content: "\e3b3";
}
.icon-arrow-right2:before {
  content: "\e415";
}
.icon-filter:before {
  content: "\e445";
}
.icon-share:before {
  content: "\e47b";
}
.icon-newtab:before {
  content: "\e47d";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-xing:before {
  content: "\e4d8";
}
.icon-file-pdf:before {
  content: "\e4e2";
}
.logo {
  width: 200px;
  height: 30px;
  cursor: pointer;
}
.logo-print {
  margin-top: 25px;
}
hr {
  border-top: 1px dotted #898698;
  background-color: transparent;
  height: 2px;
  margin: 11px 0px 11px 0px;
}
.btn-lg i {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: top;
  line-height: 0.75;
}
ul.textlist {
  padding-left: 1.25em;
}
ul.textlist li {
  margin-bottom: 0.5em;
}
ul.floating-3 {
  margin: 2em 0 2em 0;
  width: 100%;
}
ul.floating-3:before,
ul.floating-3:after {
  content: " ";
  display: table;
}
ul.floating-3:after {
  clear: both;
}
ul.floating-3:before,
ul.floating-3:after {
  content: " ";
  display: table;
}
ul.floating-3:after {
  clear: both;
}
ul.floating-3 li {
  float: left;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  ul.floating-3 li {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.floating-3 li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.floating-3 {
    width: 85%;
  }
}
ul.iconized i {
  padding-right: 0.4em;
  display: table-cell;
  vertical-align: top;
}
ul.iconized span {
  display: table-cell;
  vertical-align: top;
}
.links,
.map-links,
.list,
.checklist {
  padding-left: 0em;
  color: #7e3b59;
}
.links:before,
.map-links:before,
.list:before,
.checklist:before,
.links:after,
.map-links:after,
.list:after,
.checklist:after {
  content: " ";
  display: table;
}
.links:after,
.map-links:after,
.list:after,
.checklist:after {
  clear: both;
}
.links:before,
.map-links:before,
.list:before,
.checklist:before,
.links:after,
.map-links:after,
.list:after,
.checklist:after {
  content: " ";
  display: table;
}
.links:after,
.map-links:after,
.list:after,
.checklist:after {
  clear: both;
}
.links li,
.map-links li,
.list li,
.checklist li {
  list-style: none;
  position: relative;
  display: block;
  padding: 0 0 0.5em;
}
.links li.active,
.map-links li.active,
.list li.active,
.checklist li.active {
  color: #000000;
}
.links li.active a,
.map-links li.active a,
.list li.active a,
.checklist li.active a {
  color: #000000;
}
.links li a,
.map-links li a,
.list li a,
.checklist li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.links li a:hover,
.map-links li a:hover,
.list li a:hover,
.checklist li a:hover,
.links li a:active,
.map-links li a:active,
.list li a:active,
.checklist li a:active,
.links li a:focus,
.map-links li a:focus,
.list li a:focus,
.checklist li a:focus {
  text-decoration: none;
}
.links li > ul,
.map-links li > ul,
.list li > ul,
.checklist li > ul {
  padding-left: 16px;
  margin: 0;
}
.links li > ul li > ul,
.map-links li > ul li > ul,
.list li > ul li > ul,
.checklist li > ul li > ul {
  margin: 0;
}
@media (min-width: 768px) {
  .links li,
  .map-links li,
  .list li,
  .checklist li {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .links,
  .map-links,
  .list,
  .checklist {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .links,
  .map-links,
  .list,
  .checklist {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.list li {
  position: relative;
  border-bottom: none;
  padding-left: 1.35em;
  font-weight: normal;
}
.list li:before {
  content: '\e604';
  font-family: 'unityicons';
  position: absolute;
  left: 0em;
  top: 5px;
}
.list-aligned {
  padding-left: 0px;
  margin-left: 1.5em;
}
.list-inline {
  margin-left: 0;
}
.list-unstyled {
  border: none;
}
.list-unstyled li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0px;
}
@media print {
  .list-unstyled li a {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
  }
}
.list-toggle {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  padding: 20px 0;
  background-color: #fff;
}
.list-show {
  height: auto;
}
.list-hide {
  height: 430px;
}
input[type=text]:focus,
textarea:focus,
input[type=text]:active,
textarea:active {
  -webkit-box-shadow: 0 0px 6px 2px rgba(50, 152, 185, 0.75);
  box-shadow: 0 0px 6px 2px rgba(50, 152, 185, 0.75);
}
.list-header {
  display: block;
  line-height: 2.5;
  padding: 0px 0px 10px 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 1px dotted #ab9485;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.title-icon {
  padding-left: 1.2em;
}
.title-icon i {
  margin-left: -1.2em;
}
.success-message {
  color: #facdad;
}
.sharing-toolbar {
  text-align: right;
  font-size: 26px;
}
.sharing-toolbar .dropdown-menu {
  text-align: left;
}
.boxed-h {
  border: 1px solid #d4c9c2;
  background-color: #f4f1ef;
  color: #685548;
  padding: 16px 0;
  margin: 0 !important;
  text-align: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  clear: both;
}
.boxed-c {
  border: 1px solid #d4c9c2;
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #FFF;
}
.boxed-h + .boxed-c {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.icon-mail {
  margin-right: 0.5em;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.padding-vertical {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.padding-bottom {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 30px;
  }
}
.padding-top {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 30px;
  }
}
.margin-bottom {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.boxed {
  border-radius: 2px;
  border: 1px solid #d4c9c2;
  border-bottom: 1px solid #b5a195;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .boxed {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .left-column {
    padding-right: 30px;
  }
  .right-column {
    padding-left: 30px;
  }
  .fivecolumns .span2 {
    width: 20%;
    float: left;
    padding: 5px;
  }
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* fix firefox responsive images */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.collapse.teaser-collapse {
  display: block;
  height: 80px !important;
  overflow: hidden;
  position: relative;
}
.collapse.teaser-collapse.in {
  height: auto !important;
}
.in + .collapse-toggle {
  display: none !important;
}
.collapsing + .collapse-toggle {
  display: none !important;
}
.collapse-toggle {
  display: block;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .collapse-sm .collapse,
  .collapse-sm .teaser-collapse,
  .collapse-sm.collapse,
  .collapse-sm.collapse.teaser-collapse {
    display: block;
    height: auto !important;
  }
}
.collapse-lg.collapse {
  display: block;
  height: 0px !important;
  overflow: hidden;
  position: relative;
}
.collapse-lg.collapse.in {
  height: auto !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .url-visible-print[href]:after {
    content: " (" attr(href) ")" !important;
  }
}
iframe[src="about:blank"] {
  display: none;
}
.label-required {
  margin-top: 15px;
}
.form-group .label-required {
  color: #9fa0a1;
}
.form-group .control-label.required:after {
  content: "*";
  color: #9fa0a1;
  margin-left: 5px;
  font-size: 14px;
  font-weight: lighter!important;
  line-height: 0;
}
.form-group.file-upload .files {
  margin-bottom: 5px;
}
.form-group.file-upload .files .pull-right {
  margin-top: -6px;
  margin-right: -12px;
}
.form-group.file-upload .files .progress {
  margin-bottom: 5px;
}
.form-group.file-upload .files small {
  color: #473a31;
}
.form-group.file-upload.has-error .list-group-item .checkbox {
  color: #000000;
}
.form-group.file-upload .list-group-item.summary {
  background-color: #b5a195;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 5px;
  border-top: 0px;
  border-bottom: 0px;
  letter-spacing: 1px;
}
.form-group.file-upload .list-group-item.summary.has-error {
  background-color: #f2dede;
  color: #a94442;
  padding-top: 8px;
}
.form-group.file-upload .list-group-item.summary .error-help-block {
  letter-spacing: 0.0225em;
}
.form-group.file-upload .list-group-item label {
  font-weight: normal;
}
.form-group.file-upload .list-group-item .spinner {
  margin-top: -2px;
  padding-right: 4px;
  float: left;
}
.form-group.file-upload .list-group-item .checkbox {
  margin-right: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-group.file-upload .list-group-item .delete {
  color: #7e3b59;
}
.form-group.file-upload .list-group-item-danger .checkbox,
.form-group.file-upload .list-group-item-danger a,
.form-group.file-upload .list-group-item-danger .delete {
  color: #a94442 !important;
}
.form-group.file-upload .btn-file {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-color: #685548;
  max-width: 402px;
}
.form-group.file-upload .btn-file.dragover {
  border-style: solid;
  -webkit-box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.75);
}
.form-group.file-upload .btn-file .file-input {
  opacity: 0;
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.form-group.file-upload .btn-file .filetype {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0px;
  display: block;
  vertical-align: middle;
  color: #a08776;
}
@media (min-width: 768px) {
  .form-group.file-upload .btn-file .filetype {
    font-size: 14px;
  }
}
.hidden-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
  display: none;
}
.error-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
  color: #a94442;
}
.has-error .validation-errors {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}
.has-error .validation-errors li {
  padding-left: 2px;
  color: #a94442;
}
.has-error .validation-errors li .icon-warning2 {
  font-size: 15px;
  line-height: 25px;
}
.has-error .help-block {
  display: none;
}
.attachement-remove {
  margin-top: 10px;
}
.attachement-remove a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .attachement-remove {
    margin-top: 0;
  }
  .attachement-remove .text-for-icon {
    display: none;
  }
}
.recaptcha {
  padding: 20px 0px 30px 0px;
}
.recaptcha.has-error .validation-errors {
  padding-top: 8px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block !important;
}
p {
  color: #4a3c33;
  margin-bottom: 10px;
}
a:hover,
a:focus {
  outline: 0;
  outline-style: none;
}
a.toolbar-item {
  color: #b5a195;
  padding-left: 6px;
}
a.toolbar-item:hover,
a.toolbar-item:focus,
a.toolbar-item:active {
  color: #a08776;
  text-decoration: none;
  outline: 0;
  outline-style: none;
}
label {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  font-weight: normal;
  font-size: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h3,
.h3 {
  font-weight: normal;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 .h1 {
  font-size: 44px;
}
.h2 {
  font-size: 35px;
}
.h3 {
  font-size: 26px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 17px;
}
.h6 {
  font-size: 16px;
}
.hx {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.hgroup {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hgroup .h1,
.hgroup .h2,
.hgroup .h3,
.hgroup .h4,
.hgroup .h5,
.hgroup .h6 {
  margin-bottom: 3px;
  margin-top: 3px;
}
.insertion-frame h1 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
}
.insertion-frame h1 small,
.insertion-frame h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h1 small,
.insertion-frame h1 .small {
  font-size: 65%;
}
.insertion-frame h1 small,
.insertion-frame h1 .small {
  font-size: 65%;
}
.insertion-frame h2 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  font-size: 35px;
}
.insertion-frame h2 small,
.insertion-frame h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h2 small,
.insertion-frame h2 .small {
  font-size: 65%;
}
.insertion-frame h2 small,
.insertion-frame h2 .small {
  font-size: 65%;
}
.insertion-frame h3 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 26px;
}
.insertion-frame h3 small,
.insertion-frame h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h3 small,
.insertion-frame h3 .small {
  font-size: 65%;
}
.insertion-frame h3 small,
.insertion-frame h3 .small {
  font-size: 65%;
}
.insertion-frame h4 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 26px;
}
.insertion-frame h4 small,
.insertion-frame h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h4 small,
.insertion-frame h4 .small {
  font-size: 65%;
}
.insertion-frame h4 small,
.insertion-frame h4 .small {
  font-size: 65%;
}
.insertion-frame h5 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 20px;
}
.insertion-frame h5 small,
.insertion-frame h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h5 small,
.insertion-frame h5 .small {
  font-size: 75%;
}
.insertion-frame h5 small,
.insertion-frame h5 .small {
  font-size: 75%;
}
.insertion-frame h6 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 17px;
}
.insertion-frame h6 small,
.insertion-frame h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.insertion-frame h6 small,
.insertion-frame h6 .small {
  font-size: 75%;
}
.insertion-frame h6 small,
.insertion-frame h6 .small {
  font-size: 75%;
}
.insertion-frame ul {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 44px;
  }
  .h2 {
    font-size: 35px;
  }
  .h3 {
    font-size: 26px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 17px;
  }
  .h6 {
    font-size: 16px;
  }
  .insertion-frame h1 {
    font-size: 44px;
  }
  .insertion-frame h2 {
    font-size: 35px;
  }
  .insertion-frame h3 {
    font-size: 26px;
  }
  .insertion-frame h4 {
    font-size: 26px;
  }
  .insertion-frame h5 {
    font-size: 17px;
  }
  .insertion-frame h6 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .visible-xs-inline {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-xs-inline {
    display: none !important;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
.col-sm-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
}
.navbar {
  z-index: 110;
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: inherit;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.navbar .container {
  position: relative;
}
@media (min-width: 768px) {
  .navbar .container {
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-bottom: none;
    padding: 8px 0;
  }
}
.navbar-nav {
  margin: 0px;
}
.navbar-nav > li > a {
  padding: 20px 0px;
  color: #685548;
}
.navbar-nav > li > a:hover {
  background-color: #f4f1ef;
  color: #3b3029;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 10px 14px;
    margin-top: 9px;
    margin-bottom: 9px;
    border-radius: 2px;
  }
}
.navbar-nav > li {
  border-bottom: 1px solid #cabcb3;
  margin-left: 8px;
  margin-right: 8px;
}
.navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    border-bottom: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.navbar-nav .open .dropdown-menu {
  background-color: #d4c9c2;
  margin-left: -18px;
  margin-right: -18px;
  border-radius: 0;
}
.navbar-nav .open .dropdown-menu > li {
  margin-left: 3px;
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 20px 0px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  background-image: none;
}
@media (min-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    padding: 0px;
    background: none;
  }
}
.navbar-brand {
  float: none;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  overflow: hidden;
}
.navbar-brand object {
  max-width: 200px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .navbar-brand object {
    max-height: 30px;
    height: 30px;
  }
}
.navbar-brand a {
  display: block;
  width: 200px;
  height: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding: 17px 0px 43px 0px;
    margin-right: 20px;
  }
}
.navbar-toggle {
  margin: 0px;
  border-left: 1px solid #d4c9c2;
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  padding: 14px 19px;
}
.navbar-collapse {
  max-height: none;
  border-top: 1px solid #d4c9c2;
  background-color: #f4f1ef;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar-collapse {
    border-top: none;
    background-color: inherit;
  }
}
.navbar-toolbar {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #b5a195;
}
.navbar-toolbar i {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
  padding-bottom: 0.35em;
}
.navbar-toolbar > ul {
  padding: 0px;
  margin-left: 0px;
}
.navbar-toolbar > ul > li {
  float: left;
  list-style: none;
  padding: 9px 0 10px 0;
}
.navbar-toolbar > ul > li > a {
  color: #685548;
  padding: 16px 10px;
}
.navbar-toolbar > ul > li > a:hover,
.navbar-toolbar > ul > li > a:focus {
  background-color: #f4f1ef;
  text-decoration: none;
  color: #3b3029;
}
@media (min-width: 768px) {
  .navbar-toolbar > ul > li > a {
    padding: 19px 10px;
  }
}
.navbar-toolbar > ul > li > .dropdown-menu {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  right: 2px;
}
.navbar-toolbar > ul > li > .dropdown-menu a {
  padding-top: 15px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-toolbar > ul > li > .dropdown-menu {
    right: 0px;
  }
}
.navbar-toolbar .dropdown-toggle {
  color: #685548;
}
.navigation-aid {
  color: #fff;
  padding-top: 19px !important;
  padding-bottom: 20px !important;
  min-height: 40px;
}
.navigation-aid a {
  color: #fff;
}
.navigation-aid a:hover,
.navigation-aid a:active,
.navigation-aid a:focus {
  color: #1a1512;
  text-decoration: none;
}
.navigation-aid ol {
  margin-bottom: 5px;
}
.navigation-aid .filter-btn {
  margin-top: 8px;
  border-radius: 2px;
  background: rgba(35, 105, 128, 0.75);
  width: auto;
}
.nav-tabs {
  border: none;
  display: table;
  margin: 0 auto;
  padding: 0;
}
.nav-tabs > li > a {
  border-style: none;
  background-color: #d4c9c2;
  margin-right: 1px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  background-color: #f4f1ef;
}
@media screen and (min-width: 768px) {
  .nav-tabs > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nav-tabs > li:last-child > a {
  margin-right: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  border: none;
  border-style: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
.nav-inline {
  min-height: 20px;
}
.nav-inline a {
  color: #fff;
  padding: 10px 20px 10px 0px;
}
.nav-inline a:last-child {
  padding-right: 0px;
}
.jumbotron {
  color: #fff;
  background-image: url("../assets/img/back.gif");
  background-color: #473a31;
  text-align: center;
  margin-bottom: 0px;
  padding: 20px 5px;
  padding-bottom: 70px;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
.jumbotron h2 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 40px;
}
.jumbotron h2 small,
.jumbotron h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.jumbotron h2 small,
.jumbotron h2 .small {
  font-size: 65%;
}
.jumbotron h2 small,
.jumbotron h2 .small {
  font-size: 65%;
}
.jumbotron input {
  border: none;
}
.jumbotron p {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 44px;
  }
}
.jumbotron .title {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .jumbotron .title {
    float: left;
    width: 100%;
  }
}
.jumbotron.company-search,
.jumbotron.consultant-search {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .jumbotron.company-search,
  .jumbotron.consultant-search {
    padding-bottom: 90px;
  }
}
.top-companies {
  background-color: #d4c9c2;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) inset;
}
@media (min-width: 767px) {
  .top-companies .h3 {
    text-align: left;
  }
}
.featuredbox {
  background-color: #fff;
  border-radius: 2px;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.featuredbox:before,
.featuredbox:after {
  content: " ";
  display: table;
}
.featuredbox:after {
  clear: both;
}
.featuredbox:before,
.featuredbox:after {
  content: " ";
  display: table;
}
.featuredbox:after {
  clear: both;
}
.featuredbox .companyteaser {
  text-align: center;
  display: table-cell;
  padding: 50px 0px;
  border-bottom: none;
  border-right: 1px dotted #cabcb3;
}
.featuredbox .companyteaser:last-child {
  border-right: none;
}
.featuredbox .companyteaser img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.featuredbox .companyteaser span {
  display: block;
}
@media (max-width: 767px) {
  .featuredbox .companyteaser {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px dotted #cabcb3;
    border-right: none;
    padding: 24px 0px;
  }
  .featuredbox .companyteaser:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .sidebar .boxed-h {
    margin-top: 24px !important;
  }
}
.sidebar .featuredbox {
  border: 1px solid #d4c9c2;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.sidebar .featuredbox .companyteaser {
  border-right: none;
  border-bottom: 1px dotted #cabcb3;
  display: block;
  padding: 24px 0px;
}
.sidebar .featuredbox .companyteaser:last-child {
  border-bottom: none;
}
.linkentry-teaser {
  background-color: #f4f1ef;
}
.linkentry {
  margin-top: 0px;
  background-color: #fff;
}
.linkentry.padding-bottom {
  padding-bottom: 60px;
}
.linkentry .linkpanes {
  padding: 0px 8px;
}
.linkentry .tab-content {
  background-color: #fff;
  padding: 10px 0px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .linkentry .tab-content {
    background-color: #fff;
    padding: 20px 40px 30px 40px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
.linkentry img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.linkentry .map-links li {
  position: absolute;
  border-radius: 2px;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.linkentry .map-links li a {
  border-bottom: none;
  padding: 15px 15px 13px 15px;
  line-height: 1;
}
.linkentry .map-links #deutschschweiz {
  top: 70px;
  right: 110px;
}
.linkentry .map-links #westschweiz {
  top: 140px;
  left: 50px;
}
.linkentry .map-links #tessin {
  bottom: 90px;
  left: 270px;
}
@media (max-width: 1199px) {
  .linkentry .map-links #tessin {
    bottom: 61px;
    left: 218px;
  }
}
.linkentry .switch {
  margin-top: -40px;
}
.linkentry .content {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .linkentry .content {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.linkentry .switch .nav-tabs {
  border: 0;
  width: 100%;
  text-align: center;
}
.linkentry .switch .nav-tabs li {
  width: 33.3%;
}
.linkentry .switch .nav-tabs li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .linkentry .switch .nav-tabs li {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .linkentry .switch .nav-tabs {
    width: auto;
  }
}
@media (min-width: 768px) {
  .linkentry .switch {
    width: auto;
    margin-top: -70px;
  }
}
.linkentry .h3 {
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .linkentry .h3 {
    border-bottom: none !important;
  }
}
@media (max-width: 767px) {
  .linkentry .h3 {
    border-bottom: 1px dotted #ab9485;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .linkentry .links {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .linkentry {
    background-color: #f4f1ef;
  }
}
.results .job-list-title,
.results .company-list-title,
.results .consultant-list-title {
  padding-bottom: 8px;
  border-bottom: 2px solid #a08776;
}
.results .job-list-title .h3,
.results .company-list-title .h3,
.results .consultant-list-title .h3 {
  margin-top: 8px;
  display: inline-block;
}
.results .job-title .hgroup,
.results .company-title .hgroup {
  margin-top: 0px;
}
.results .job-title .hgroup .h4,
.results .company-title .hgroup .h4 {
  margin-top: 0px;
}
.results .job-title a:visited,
.results .company-title a:visited {
  color: #7e3b59;
}
.results .job-title em,
.results .company-title em {
  font-style: normal;
  font-weight: bold;
}
.results .job-preview {
  color: #a08776;
}
.results .job-preview em,
.results .company-preview em {
  font-style: normal;
  font-weight: bold;
}
.results .job-count {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results .job-offer,
.results .company-result,
.results .consultant-result {
  border-bottom: 1px dotted #a08776;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .results .job-offer,
  .results .company-result,
  .results .consultant-result {
    padding: 24px 0;
  }
}
.results .job-offer .job-sponsored,
.results .company-result .job-sponsored,
.results .consultant-result .job-sponsored {
  color: #cabcb3;
}
@media (min-width: 768px) {
  .results .company-result .row {
    display: flex;
    align-items: center;
  }
}
.results .company-result .company-logo-result {
  padding-top: 0px;
  padding-bottom: 8px;
  text-align: left;
}
@media (min-width: 768px) {
  .results .company-result .company-logo-result {
    padding-bottom: 0;
    text-align: center;
  }
}
.results .company-result .company-location {
  padding-bottom: 8px;
}
.results .company-result .company-location em {
  font-style: normal;
  font-weight: bold;
}
.results .consultant-result {
  margin-top: 16px;
  border-bottom: none;
}
.results .consultant-result .consultant-teaser {
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px dotted #a08776 !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .results .consultant-result .consultant-teaser-portrait {
    padding: 0;
  }
  .results .consultant-result .consultant-teaser-portrait img {
    width: 98px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .results .consultant-result .consultant-teaser-portrait img {
    width: 102px;
    height: 125px;
  }
}
.results .consultant-result .consultant-teaser-content {
  padding: 8px 8px 8px 16px;
  width: 76%;
}
@media (min-width: 768px) {
  .results .consultant-result .consultant-teaser-content {
    width: 78%;
  }
}
@media (min-width: 992px) {
  .results .consultant-result .consultant-teaser-content {
    width: 82%;
  }
}
@media (min-width: 1200px) {
  .results .consultant-result .consultant-teaser-content {
    width: 75%;
  }
}
.results .consultant-result .consultant-teaser-content .h4 {
  margin-top: 0px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .results .consultant-result .consultant-teaser-content .h4 {
    margin-top: 1.33333333px;
  }
}
@media (min-width: 1200px) {
  .results .consultant-result .consultant-teaser-content .h4 {
    margin-top: 2.66666667px;
  }
}
@media (min-width: 768px) {
  .results .consultant-result .consultant-teaser-content .company {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .results .consultant-result {
    margin-top: 0px;
  }
}
.results .alert {
  margin-top: 24px;
}
@media (max-width: 480px) {
  .results .list-toolbar .h3 {
    font-size: 20px;
  }
}
.results .list-toolbar .btn-filter {
  margin-left: 4px;
}
.results .list-toolbar .dropdown-menu {
  text-align: left;
}
.results .list-toolbar #filterToggle0 .badge {
  display: none;
  background-color: #7e3b59;
}
.results .jobmail-promo-top {
  padding: 16px 0px;
  border-bottom: 1px dotted #a08776;
}
.results .job-meta ul {
  color: #a08776;
  margin-bottom: 0px;
}
.results .job-meta li {
  float: left;
  margin-right: 8px;
}
.results .job-meta li:after {
  content: ",";
}
.results .job-meta li:last-child:after {
  content: "";
}
@media (min-width: 768px) {
  .results .job-meta li:after {
    content: "";
  }
}
.results .job-meta .location {
  float: none;
  color: #3b3029;
}
.results .job-meta .location:after {
  content: "";
}
@media (min-width: 768px) {
  .results .job-meta .location {
    margin-bottom: 0.3em;
  }
}
.results .job-meta .location em {
  font-style: normal;
  font-weight: bold;
}
.results .company-meta ul {
  color: #a08776;
  margin-bottom: 0px;
}
.results .company-meta li {
  float: left;
  margin-right: 16px;
}
.results .company-content {
  clear: both;
}
.results .company-content ul {
  color: #a08776;
  margin-bottom: 0px;
}
.results .company-content li {
  float: left;
  margin-right: 16px;
  margin-top: 10px;
}
.results .company-content li.company-job-count span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #ab9485;
  color: #FFFFFF;
  border-radius: 2px;
}
.results .company-content li.feature {
  padding-top: 2px;
}
.results .job-category {
  font-size: 12px;
}
.results .null-results {
  padding-bottom: 20px;
}
.results .null-results .jobmail-promo {
  margin-bottom: 24px;
}
.results .job-offer-source {
  color: #a08776;
}
@media (min-width: 768px) {
  .results .job-offer-source {
    margin-bottom: 0em;
  }
}
.results .jobmail-promo {
  padding: 8px 0 24px;
  border-bottom: 1px dotted #a08776;
}
.results .jobmail-promo .col-md-4 {
  text-align: right;
}
@media (min-width: 768px) {
  .results .jobmail-promo {
    margin: 16px 0px 0px 0px;
    padding-bottom: 32px;
  }
  .results .jobmail-promo .h4 {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .results .left-column {
    margin-top: 24px;
  }
}
.filter {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.filter a:hover,
.filter a:active,
.filter a:focus {
  text-decoration: none;
}
.filter ul {
  padding-left: 0px;
  list-style-type: none;
}
.filter ul li {
  position: relative;
}
.filter .filter-sprite {
  position: relative;
  width: 300%;
  transition-property: margin;
  transition-duration: 0.25s;
}
.filter .filter-sprite .h4 {
  border-bottom: 1px solid #cabcb3;
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .filter .filter-sprite .h4 {
    border-bottom: none;
    padding-bottom: none;
  }
}
.filter #filter-title-sprite .filter-back-btn {
  display: none;
}
.filter.layer-active-2 #filter-title-sprite .filter-back-btn {
  display: inline-block;
}
.filter.layer-active-3 #filter-title-sprite .filter-back-btn {
  display: inline-block;
}
.filter.layer-active-1 .filter-sprite {
  margin-left: 0;
}
.filter.layer-active-2 .filter-sprite {
  margin-left: -100%;
}
.filter.layer-active-3 .filter-sprite {
  margin-left: -200%;
}
.filter .filter-layer {
  display: block;
  position: relative;
  float: left;
  width: 33.3333%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
}
.filter .filter-title {
  z-index: 10;
  width: 100%;
  background-color: #f4f1ef;
  padding: 8px;
  border-bottom: 1px solid #d4c9c2;
}
.filter .filter-title .back-col {
  text-align: left;
}
.filter .filter-title .close-col {
  text-align: right;
}
.filter .filter-title .jobs-col {
  text-align: center;
}
.filter .filter-nested ul {
  padding-left: 16px;
}
.filter .filter-links {
  margin-bottom: 24px;
}
.filter .filter-links > li {
  border-bottom: 1px dotted #cabcb3;
}
.filter .filter-links > li > a {
  display: block;
  padding: 12px 0;
}
.filter .filter-links > li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .filter .filter-links {
    border: 1px solid #d4c9c2;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 13px;
  }
  .filter .filter-links > li > a {
    padding: 16px 24px 16px 8px;
  }
  .filter .filter-links > li > a .pull-right {
    position: absolute;
    top: 18px;
    right: 8px;
  }
}
.filter .filter-level-2 {
  border: none !important;
}
.filter .filter-checklist {
  margin-top: 8px;
}
.filter .filter-checklist input {
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
}
.filter .filter-checklist label {
  display: inline-block;
  width: 80%;
  padding: 8px 0 4px;
}
.filter .filter-checklist li {
  position: relative;
}
.filter .filter-checklist .count {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  padding: 2px 4px;
  background-color: #f4f1ef;
  color: #866d5d;
  border-radius: 2px;
}
.filter #filter-title-popover {
  display: none;
}
.filter-panel .filter {
  overflow: visible;
}
.filter-panel #filter-title-sprite {
  display: none;
}
.filter-panel #filter-title-popover {
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 6px 8px 6px 16px;
}
.filter-panel .filter-title {
  position: relative;
  padding-left: 16px;
}
.filter-panel .filter-title .jobs-col {
  text-align: left;
}
.filter-panel .filter-layer {
  position: relative;
  padding: 0;
  width: 100%;
}
.filter-panel .filter-sprite {
  position: relative;
  width: 100%;
}
.filter-panel .filter-sprite.layer-active-1,
.filter-panel .filter-sprite.layer-active-2,
.filter-panel .filter-sprite.layer-active-3 {
  margin-left: 0;
}
.filter-panel .filter-popover {
  display: none;
  position: absolute;
  top: -52px !important;
  left: 102% !important;
  max-width: 1000px !important;
  margin-left: 10px;
  width: 670px;
  border-radius: 2px;
  border: 1px solid #cabcb3;
  z-index: 15;
  font-size: 12px;
  padding: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.filter-panel .filter-popover .filter-layer {
  width: 50%;
}
.filter-panel .filter-popover .filter-layer.filter-layer-2 {
  width: 40%;
}
.filter-panel .filter-popover .filter-layer.filter-layer-3 {
  width: 60%;
}
.filter-panel .filter-popover .filter-links {
  padding: 8px 0;
}
.filter-panel .filter-popover .filter-links > li {
  border: none;
}
.filter-panel .filter-popover .filter-links > li > a {
  position: relative;
  z-index: 20;
  padding: 16px;
  margin-right: -1px;
  border: none;
}
.filter-panel .filter-popover .filter-links > li > a.tab-active {
  padding: 15px 16px;
  padding-left: 15px;
  border: 1px solid #cabcb3;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  color: #3b3029;
}
.filter-panel .filter-popover .filter-links > li > a i {
  display: none;
}
.filter-panel .filter-popover .filter-checklist {
  padding: 7px 8px 8px 16px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #cabcb3;
}
.filter-panel .filter-popover .filter-checklist.filter-level-3 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 420px;
}
@media (max-width: 992px) {
  .filter-panel .filter-popover {
    width: 582px;
    left: 57% !important;
  }
}
.filter-panel #filter-popover-category .filter-checklist li:first-child label a {
  font-weight: bold;
}
.filter-panel #filter-popover-platform,
.filter-panel #filter-popover-employment_position,
.filter-panel #filter-popover-employment_type,
.filter-panel #filter-popover-company_segment,
.filter-panel #filter-popover-video {
  width: 320px;
}
.filter-panel #filter-popover-platform .filter-layer-2,
.filter-panel #filter-popover-employment_position .filter-layer-2,
.filter-panel #filter-popover-employment_type .filter-layer-2,
.filter-panel #filter-popover-company_segment .filter-layer-2,
.filter-panel #filter-popover-video .filter-layer-2 {
  width: 100%;
}
.filter-panel #filter-popover-platform .filter-checklist,
.filter-panel #filter-popover-employment_position .filter-checklist,
.filter-panel #filter-popover-employment_type .filter-checklist,
.filter-panel #filter-popover-company_segment .filter-checklist,
.filter-panel #filter-popover-video .filter-checklist {
  padding: 8px 16px;
}
.filter-panel #filter-popover-industry .filter-layer-2,
.filter-panel #filter-popover-category_flat .filter-layer-2 {
  width: 100%;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul:before,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:before,
.filter-panel #filter-popover-industry .filter-layer-2 > ul:after,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:after {
  content: " ";
  display: table;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul:after,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:after {
  clear: both;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul:before,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:before,
.filter-panel #filter-popover-industry .filter-layer-2 > ul:after,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:after {
  content: " ";
  display: table;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul:after,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul:after {
  clear: both;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul > li,
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul > li {
  width: 50%;
  float: left;
  padding-right: 16px;
}
.filter-panel #filter-popover-industry .filter-layer-2 > ul > li:nth-child(even),
.filter-panel #filter-popover-category_flat .filter-layer-2 > ul > li:nth-child(even) {
  padding-left: 16px;
  padding-right: 0;
}
.filter-panel #filter-popover-industry .filter-checklist,
.filter-panel #filter-popover-category_flat .filter-checklist {
  padding: 8px 16px;
}
.filter-panel #filter-popover-region .filter-layer-2 {
  width: 100%;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul {
  padding-left: 16px;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul:before,
.filter-panel #filter-popover-region .filter-layer-2 > ul:after {
  content: " ";
  display: table;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul:after {
  clear: both;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul:before,
.filter-panel #filter-popover-region .filter-layer-2 > ul:after {
  content: " ";
  display: table;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul:after {
  clear: both;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul > li {
  width: 50%;
  float: left;
  padding-left: 16px;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul > li:first-child {
  padding-left: 0;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul > li > ul {
  padding-left: 16px;
}
.filter-panel #filter-popover-region .filter-layer-2 > ul > li > ul > li > ul {
  padding-left: 16px;
}
.filter-panel #filter-popover-region .filter-checklist {
  padding: 8px 16px;
}
.filter-panel .filter-popover-wrapper {
  padding: 0 8px 8px 8px;
}
.filter-panel .filter-popover-wrapper:before,
.filter-panel .filter-popover-wrapper:after {
  content: " ";
  display: table;
}
.filter-panel .filter-popover-wrapper:after {
  clear: both;
}
.filter-panel .filter-popover-wrapper:before,
.filter-panel .filter-popover-wrapper:after {
  content: " ";
  display: table;
}
.filter-panel .filter-popover-wrapper:after {
  clear: both;
}
.filter-popover > .arrow,
.filter-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.filter-popover > .arrow {
  border-width: 11px;
}
.filter-popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.filter-popover > .arrow {
  top: 75px;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cabcb3;
}
.filter-popover > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.pensum {
  padding-bottom: 16px;
}
.pensum span {
  display: block;
  padding: 16px 0;
}
a.bubble {
  position: relative;
  background-color: #c8b9af;
  padding: 8px !important;
  margin-bottom: 8px;
  border: 1px solid #b39f91;
  border-radius: 2px;
  font-size: 12px;
  display: block;
}
a.bubble:hover,
a.bubble:active,
a.bubble:focus {
  background-color: #f4f1ef;
  border-color: #d4c9c2;
}
a.bubble .list-unstyled {
  margin: 0px;
}
a.bubble .list-unstyled li {
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
a.bubble i {
  position: absolute;
  top: 10px;
  right: 8px;
}
@media (min-width: 768px) {
  a.bubble {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.filter-panel {
  display: none;
}
@media (min-width: 768px) {
  .filter-panel {
    display: block;
  }
}
.wrap-company-teaser.homepage {
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-company-teaser.homepage .col-sm-6:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap-company-teaser.homepage {
    padding-bottom: 50px;
  }
}
.wrap-company-teaser .header-industry h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.company-teaser {
  background-color: #fff;
  border-radius: 2px;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-color: #d4c9c2 !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: inherit;
  border: 1px solid #d4c9c2;
  margin-bottom: 15px;
}
.company-teaser a:hover {
  text-decoration: none;
}
.company-teaser a:hover h4 {
  text-decoration: underline;
}
.company-teaser:before,
.company-teaser:after {
  content: " ";
  display: table;
}
.company-teaser:after {
  clear: both;
}
.company-teaser:before,
.company-teaser:after {
  content: " ";
  display: table;
}
.company-teaser:after {
  clear: both;
}
.company-teaser .companyteaser {
  text-align: center;
  display: table-cell;
  padding: 50px 0px;
  border-bottom: none;
  border-right: 1px dotted #cabcb3;
}
.company-teaser .companyteaser:last-child {
  border-right: none;
}
.company-teaser .companyteaser img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.company-teaser .companyteaser span {
  display: block;
}
@media (max-width: 767px) {
  .company-teaser .companyteaser {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px dotted #cabcb3;
    border-right: none;
    padding: 24px 0px;
  }
  .company-teaser .companyteaser:last-child {
    border-bottom: none;
  }
}
.company-teaser .header {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company-teaser .header {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .company-teaser .header {
    height: 195px;
  }
}
.company-teaser .company-teaser-logo {
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  margin-top: -35px;
  margin-left: 25px;
  padding: 10px 15px;
  border: 1px solid #b5a195;
}
.company-teaser .company-teaser-logo img {
  width: 124px;
  height: 44px;
}
.company-teaser .company-content {
  padding: 40px 25px 15px 25px;
}
.company-teaser .company-content h4 {
  font-weight: bold;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .company-teaser .company-content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.company-teaser .company-content .abstract {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .company-teaser .company-content .abstract {
    height: 60px;
  }
}
.company-teaser .company-content .abstract:after {
  content: "...";
}
.company-teaser .company-content .abstract.empty:after {
  content: "";
}
.company-teaser .company-content .meta .infodata {
  color: #4a3c33;
}
@media (min-width: 768px) {
  .company-teaser .company-content .meta .infodata {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.company-teaser .company-content .meta .meta-item {
  padding-top: 8px;
}
.company-teaser .company-content ul {
  color: #866d5d;
  margin-top: 20px;
}
.company-teaser .company-content li {
  float: left;
  margin-right: 24px;
  height: 42px;
}
.company-teaser .company-content li.company-job-count span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #ab9485;
  color: #FFFFFF;
  border-radius: 2px;
}
.company-teaser .company-content li.feature {
  padding-top: 1px;
}
.company-teaser .video-thumbnail {
  margin-top: 0px;
  border-radius: 1px 1px 0px 0px;
}
.company-profile {
  position: relative;
}
@media print {
  .company-profile {
    padding-top: 0px !important;
  }
  .company-profile .col-md-3 {
    padding-right: 0px !important;
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  .company-profile .col-md-9 {
    padding-left: 0px !important;
    width: 65%;
    float: left;
  }
  .company-profile .collapse {
    display: block;
    height: auto !important;
  }
  .company-profile .collapse-toggle {
    display: none !important;
  }
}
.company-portrait-header {
  padding-top: 16px;
}
@media (min-width: 767px) {
  .company-portrait-header {
    margin-top: 100px;
  }
}
.company-facts {
  border: none;
}
.company-facts h3 {
  margin-top: 0;
}
@media (min-width: 767px) {
  .company-facts {
    margin-top: 60px;
  }
}
.company-portrait-external-url {
  list-style-type: none;
  padding: 0;
}
.company-portrait-external-url li {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .company-portrait-external-url li {
    margin-top: 4px;
  }
}
.company-portrait-header .left-column {
  width: 100%;
}
.company-portrait-header .left-column:before,
.company-portrait-header .left-column:after {
  content: " ";
  display: table;
}
.company-portrait-header .left-column:after {
  clear: both;
}
.company-portrait-header .left-column:before,
.company-portrait-header .left-column:after {
  content: " ";
  display: table;
}
.company-portrait-header .left-column:after {
  clear: both;
}
@media (min-width: 767px) {
  .company-portrait-header .left-column {
    margin-bottom: -130px;
  }
}
.company-logo {
  margin-bottom: 20px;
  border-radius: 2px;
  padding: 30px 0px;
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.company-logo img {
  padding: 10px;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
@media (min-width: 768px) {
  .company-logo {
    max-width: none;
    border: 1px solid #cabcb3;
    padding: 50px 0px;
  }
}
@media print {
  .company-logo {
    border: 1px solid #cabcb3;
  }
}
.company-info-item {
  margin-bottom: 12px;
  padding: 0px 0px 12px 0px;
  border-bottom: 1px dotted #a08776;
}
@media (min-width: 768px) {
  .company-info-item:last-child {
    margin-bottom: 12px;
    padding: 0px 0px 12px 0px;
  }
}
@media (max-width: 480px) {
  #company-address-name {
    padding-right: 80px;
  }
}
.awards {
  margin: 10px 0 5px 0;
  display: block;
}
.award-top,
.award-open {
  display: inline-block;
  width: 75px;
  height: 50px;
  background-image: url("../assets/img/kununu.jpg");
  background-repeat: no-repeat;
}
.award-open {
  background-position: -75px 0;
}
.rating {
  font-size: 20px;
  margin: 6px 0px 7px;
}
.rating i {
  color: #473a31;
}
a.company-movie {
  position: relative;
  margin: 8px 0px;
  display: block;
  background-color: #3b3029;
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 2px;
  max-width: 320px;
}
a.company-movie img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
a.company-movie i {
  display: block;
  margin-left: -16px;
  margin-top: -16px;
  color: #d4c9c2;
}
a.company-movie:hover,
a.company-movie:focus,
a.company-movie:active {
  text-decoration: none;
  background-color: #000;
}
a.company-movie:hover img,
a.company-movie:focus img,
a.company-movie:active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
a.company-movie:hover i,
a.company-movie:focus i,
a.company-movie:active i {
  color: #fff;
}
a.company-movie .play-container {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .company-description {
    margin-top: 32px;
  }
}
@media print {
  .company-description {
    margin-top: 10px;
  }
}
.no-info {
  font-size: 10px;
  color: #a08776;
  display: block;
}
@media print {
  #job-footer {
    border-top: 1px solid #3b3029;
  }
  #job-footer .col-sm-4 {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
}
.linkentry-teaser.wrap-consultant-teaser {
  background-color: #f4f1ef;
}
.consultant-teaser {
  background-color: #fff;
  border-radius: 2px;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-color: #d4c9c2 !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: inherit;
  border: 1px solid #d4c9c2;
  margin-bottom: 15px;
}
.consultant-teaser:before,
.consultant-teaser:after {
  content: " ";
  display: table;
}
.consultant-teaser:after {
  clear: both;
}
.consultant-teaser:before,
.consultant-teaser:after {
  content: " ";
  display: table;
}
.consultant-teaser:after {
  clear: both;
}
.consultant-teaser .companyteaser {
  text-align: center;
  display: table-cell;
  padding: 50px 0px;
  border-bottom: none;
  border-right: 1px dotted #cabcb3;
}
.consultant-teaser .companyteaser:last-child {
  border-right: none;
}
.consultant-teaser .companyteaser img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.consultant-teaser .companyteaser span {
  display: block;
}
@media (max-width: 767px) {
  .consultant-teaser .companyteaser {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px dotted #cabcb3;
    border-right: none;
    padding: 24px 0px;
  }
  .consultant-teaser .companyteaser:last-child {
    border-bottom: none;
  }
}
.consultant-teaser .consultant-teaser-portrait {
  float: left;
  padding: 8px 0 8px 8px;
}
.consultant-teaser .consultant-teaser-portrait img {
  border-radius: 2px;
  width: 54px;
  height: 66px;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-portrait {
    padding: 0;
  }
  .consultant-teaser .consultant-teaser-portrait img {
    border-radius: 1px 0 0 1px;
    width: 144px;
    height: 176px;
  }
}
@media (min-width: 992px) {
  .consultant-teaser .consultant-teaser-portrait img {
    width: 125px;
    height: 156px;
  }
}
@media (min-width: 1200px) {
  .consultant-teaser .consultant-teaser-portrait img {
    width: 144px;
    height: 176px;
  }
}
.consultant-teaser .consultant-teaser-content {
  float: left;
  padding: 8px 8px;
  width: 76%;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-content {
    padding: 16px 24px;
    width: 79%;
  }
}
@media (min-width: 992px) {
  .consultant-teaser .consultant-teaser-content {
    padding: 8px 16px;
    width: 72%;
  }
}
@media (min-width: 1200px) {
  .consultant-teaser .consultant-teaser-content {
    padding: 16px 24px;
    width: 73%;
  }
}
.consultant-teaser .consultant-teaser-content .h4 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-content .h4 {
    margin-top: 10px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .consultant-teaser .consultant-teaser-content .h4 {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .consultant-teaser .consultant-teaser-content .h4 {
    margin-top: 10px;
  }
}
.consultant-teaser .consultant-teaser-content .h5 {
  margin-top: 0;
  margin-bottom: 2.66666667px;
  color: #4a3c33;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-content .h5 {
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.consultant-teaser .consultant-teaser-content .company {
  color: #866d5d;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-content .company {
    max-height: 40px;
  }
}
.consultant-teaser .consultant-teaser-content .location {
  margin-bottom: 2.66666667px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .consultant-teaser .consultant-teaser-content .location {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .consultant-teaser .consultant-teaser-logo img {
    width: 87px;
    height: 31px;
  }
}
@media (min-width: 1200px) {
  .consultant-teaser .consultant-teaser-logo img {
    width: 108px;
    height: 38px;
  }
}
.consultant-teaser-sidebar {
  padding: 10px 0 5px 0;
}
.consultant-teaser-sidebar .consultant-sidebar-portrait {
  float: left;
  padding: 0 10px 0 0;
}
.consultant-teaser-sidebar .consultant-sidebar-portrait img {
  border-radius: 2px;
  width: 54px;
  height: 66px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .consultant-teaser-sidebar .consultant-sidebar-portrait {
    padding-top: 2px;
  }
  .consultant-teaser-sidebar .consultant-sidebar-portrait img {
    width: 30px;
    height: 37px;
  }
}
.consultant-teaser-sidebar .consultant-sidebar-content {
  float: left;
  width: 73%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .consultant-teaser-sidebar .consultant-sidebar-content {
    width: 78%;
  }
}
.consultant-teaser-sidebar .consultant-sidebar-content .name {
  color: #7e3b59;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .consultant-teaser-sidebar .consultant-sidebar-content .name {
    font-size: 14px;
  }
}
.consultant-teaser-sidebar .consultant-sidebar-content .name:hover {
  color: #000000;
  text-decoration: underline;
}
.consultant-teaser-sidebar .consultant-sidebar-content .function {
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .consultant-teaser-sidebar .consultant-sidebar-content .function {
    margin-bottom: 0px;
  }
}
.consultant-teaser-sidebar .consultant-sidebar-content .location {
  margin-bottom: 0;
  color: #866d5d;
}
.consultant-teaser-sidebar:before,
.consultant-teaser-sidebar:after {
  content: " ";
  display: table;
}
.consultant-teaser-sidebar:after {
  clear: both;
}
.consultant-teaser-sidebar:before,
.consultant-teaser-sidebar:after {
  content: " ";
  display: table;
}
.consultant-teaser-sidebar:after {
  clear: both;
}
.consultant-portrait-header {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
@media (min-width: 767px) {
  .consultant-portrait-header {
    margin-top: 100px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.consultant-portrait-header .left-column {
  width: 100%;
}
.consultant-portrait-header .left-column:before,
.consultant-portrait-header .left-column:after {
  content: " ";
  display: table;
}
.consultant-portrait-header .left-column:after {
  clear: both;
}
.consultant-portrait-header .left-column:before,
.consultant-portrait-header .left-column:after {
  content: " ";
  display: table;
}
.consultant-portrait-header .left-column:after {
  clear: both;
}
@media (min-width: 767px) {
  .consultant-portrait-header .left-column {
    margin-bottom: -170px;
  }
}
.consultant-portrait-header .h2 {
  font-size: 26px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .consultant-portrait-header .h2 {
    font-size: 35px;
  }
}
@media (min-width: 767px) {
  .consultant-portrait-header .hgroup {
    margin-top: 0px;
  }
}
.consultant-portrait-header .h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .consultant-portrait-header .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .consultant-portrait-header .consultant-portrait {
    width: auto;
    text-align: center;
    display: inline-block;
    border: 1px solid #cabcb3;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 0px;
  }
  .consultant-portrait-header .consultant-portrait img {
    max-width: 100px;
    max-height: 122px;
  }
}
@media print {
  .consultant-portrait-header .consultant-portrait-wrap {
    float: left;
    width: 170px;
    padding-top: 16px;
  }
  .consultant-portrait-header .consultant-portrait-name-wrap {
    float: left;
    width: 450px;
    padding-top: 16px;
  }
}
.consultant-portrait {
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: center;
  width: 100%;
}
.consultant-portrait img {
  border-radius: 2px;
  display: block;
  width: 100px;
  height: 122px;
}
@media print {
  .consultant-portrait img {
    box-shadow: none;
    width: 127px;
    height: 155px;
  }
}
@media (min-width: 768px) {
  .consultant-portrait {
    max-width: none;
    border: 1px solid #cabcb3;
    background-color: #fff;
    padding: 20px 0px;
  }
  .consultant-portrait img {
    margin: 0 auto;
    width: 144px;
    height: 176px;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .consultant-portrait {
    padding: 50px 0px;
  }
}
.consultant-profile {
  position: relative;
}
.consultant-profile .consultant-company-facts {
  border-top: 1px solid #d4c9c2;
  margin-top: 20px;
  padding-top: 20px;
}
.consultant-profile .consultant-company-facts h3 {
  margin-top: 0;
}
@media (min-width: 767px) {
  .consultant-profile .consultant-company-facts {
    margin-top: 10px;
    padding-top: 0px;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .consultant-profile .consultant-company-facts {
    margin-top: 60px;
  }
}
@media print {
  .consultant-profile .consultant-company-facts {
    margin-top: 25px;
  }
}
.consultant-profile .consultant-company-facts .consultant-company-logo {
  text-align: center;
}
@media (min-width: 767px) {
  .consultant-profile .consultant-company-facts .consultant-company-logo {
    padding-bottom: 10px;
  }
}
.consultant-profile .consultant-company-facts .consultant-company-logo img {
  width: 100%;
  max-width: 124px;
  height: auto;
}
@media print {
  .consultant-profile .consultant-company-facts .consultant-company-logo img {
    width: 144px;
    height: 44px;
  }
}
.consultant-profile .consultant-company-facts .consultant-company-address {
  text-align: center;
}
@media (min-width: 767px) {
  .consultant-profile .consultant-company-facts .consultant-company-address {
    border-bottom: 1px solid #cabcb3;
    padding-bottom: 15px;
  }
}
.consultant-profile .consultant-company-facts .consultant-company-address p {
  width: 100%;
}
.consultant-profile .consultant-company-facts .consultant-company-address .btn-company-detail {
  text-align: center;
}
@media (min-width: 767px) {
  .consultant-profile .consultant-company-facts .consultant-company-address .btn-company-detail {
    padding-top: 0;
    text-align: center;
  }
}
@media print {
  .consultant-profile .consultant-company-facts .consultant-company-address {
    padding-left: 170px;
  }
}
.consultant-profile .consultant-description .abstract {
  padding-top: 10px;
}
@media (min-width: 767px) {
  .consultant-profile .consultant-description .abstract {
    border-top: 0;
    padding-top: 0;
  }
}
@media print {
  .consultant-profile .consultant-description .abstract {
    border-top: 0;
    padding-top: 20px;
  }
}
.consultant-profile .consultant-description .h4 {
  margin-top: 20px;
}
.consultant-profile .consultant-description ul.consultant-emphasis {
  padding: 0;
  margin: 0;
}
.consultant-profile .consultant-description ul.consultant-emphasis li.title {
  color: #685548;
  list-style-type: none;
}
.consultant-profile .consultant-description ul.consultant-emphasis li.title .sub {
  padding: 0 0 0 1.25em;
  margin: 4px 0 8px 0;
}
.consultant-profile .consultant-description ul.consultant-emphasis li.title .sub li {
  font-weight: normal;
  color: #4a3c33;
  padding-bottom: 4px;
  list-style-type: disc;
}
.pricing {
  padding-bottom: 30px;
}
.pricing .services {
  padding-top: 20px;
}
.pricing .services ul {
  margin-left: 18px;
  padding-left: 18px;
  list-style-type: disc;
}
.pricing .advantages {
  padding-left: 18px;
  padding-bottom: 15px;
}
.pricing .advantages h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.pricing .advantages ul {
  margin-left: 0px;
  padding-left: 18px;
  list-style-type: square;
}
.pricing-plan {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  text-align: center;
}
.pricing-plan.legend li.plan-name {
  border-bottom: 1px solid #FFFFFF;
}
.pricing-plan.featured .icon-checkmark {
  color: #473a31;
}
.pricing-plan li {
  padding-top: 5px;
  color: #999999;
  height: 38px;
  border-top: 1px solid #E3E3E3;
  text-align: center;
}
.pricing-plan li.no-border-top {
  border-top: none;
}
.pricing-plan li.plan-description {
  border-top: 0;
  height: 45px;
  color: #717271;
  font-size: 85%;
}
@media (min-width: 768px) {
  .pricing-plan li.plan-description {
    height: 60px;
  }
}
.pricing-plan li.plan-price {
  color: #000000;
  padding-top: 10px;
  height: 55px !important;
  font-size: 16px;
  line-height: 25px;
}
.pricing-plan li.plan-price .info {
  font-size: 13px;
}
.pricing-plan li.plan-name {
  padding: 10px;
  font-size: 21px;
  line-height: 20px;
  color: #a08776;
  border-bottom: 1px solid #a08776;
  margin-bottom: 10px;
  border-top: 0;
  height: auto;
}
.pricing-plan li > strong {
  color: #e74c3c;
}
.pricing-plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.pricing-plan li .icon-checkmark {
  font-size: 150%;
  display: inline-block;
  padding-top: 3px;
}
.pricing-plan li .icon-checkmark:empty {
  width: auto;
}
.pricing-plan li.highlight {
  background-color: #ffffff;
}
.pricing-plan li .img-visible-xs {
  display: inline-block;
}
@media (min-width: 768px) {
  .pricing-plan li .img-visible-xs {
    display: none;
  }
}
.pricing-plan.featured li.plan-name {
  border-bottom: 2px solid #473a31;
  color: #473a31;
  font-weight: bold;
}
.subscriptions .subscriptions-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #898698;
}
.subscriptions .subscriptions-head .check-all {
  display: inline-block;
  padding-right: 25px;
}
.subscriptions .subscription-list {
  padding-left: 0;
  list-style: none;
  border: none;
  margin-bottom: 55px;
}
.subscriptions .subscription-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0px;
}
@media print {
  .subscriptions .subscription-list li a {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
  }
}
.subscriptions .subscription-list li {
  padding: 5px 10px 10px 10px;
  border-bottom: 1px dotted #898698;
}
@media (min-width: 768px) {
  .subscriptions .subscription-list li {
    padding-bottom: 5px;
  }
}
.subscriptions .subscription-list li:last-child {
  border-bottom-style: solid;
}
.subscriptions .subscription-list li a {
  display: inline-block;
}
.subscriptions .subscription-list li a.btn {
  padding: 5px 20px;
}
.subscriptions .subscription-list li h3 label {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subscriptions .subscription-list li .subscription-meta {
  padding-left: 20px;
}
.subscriptions .subscription-list li .subscription-meta .row {
  padding-bottom: 10px;
}
.subscriptions .subscription-list li .subscription-meta div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.subscriptions .subscription-list li .subscription-meta .meta-label {
  font-weight: bold;
}
.subscriptions .no-subscriptions {
  padding-bottom: 80px;
}
.abo .abo-overview .list-unstyled li {
  padding: 8px 0;
}
.abo .job-list-title .h3 {
  margin-bottom: 0px;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -270px;
}
@media (min-width: 768px) {
  #wrap {
    margin: 0 auto -130px;
  }
}
@media print {
  #wrap {
    margin-bottom: 0px;
  }
}
#push,
footer {
  height: 270px;
}
@media (min-width: 768px) {
  #push,
  footer {
    height: 130px;
  }
}
@media print {
  #push {
    display: none;
  }
}
footer {
  width: 100%;
  background-color: #d4c9c2;
}
footer .list-inline li {
  display: block;
  padding: 20px 0px;
  border-bottom: 1px dotted #898698;
}
footer .list-inline li a {
  padding: 0;
}
@media (min-width: 768px) {
  footer .list-inline {
    float: left;
  }
  footer .list-inline li {
    display: inline-table;
    padding: 0px 10px 0px 0px;
    border-bottom: none;
  }
}
footer .powered {
  float: none;
  display: block;
  padding: 10px 0px 10px 0px;
  margin-left: -5px;
  /* Fix to preload bold font for printing. */
}
footer .powered a {
  font-weight: bold;
  width: 105px;
  height: 23px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../assets/img/logo-jobs.png");
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
@media print {
  footer .powered a {
    text-indent: 0px;
  }
}
@media (min-width: 768px) {
  footer .powered {
    float: right !important;
    padding: 0;
    text-align: right;
  }
}
@media print {
  footer {
    height: auto;
    overflow: hidden;
  }
  footer .padding-vertical {
    padding: 0;
  }
}
/***** Relevant cookie banner stuff *****/
/* namespaced btn rules to avoid issues */
.c-alert {
  position: fixed;
  box-sizing: border-box;
  z-index: 14000;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #fff;
  background-color: #5a6272;
  /* .c-alert media queries  */
}
@media all and (min-width: 768px) {
  .c-alert {
    padding: 20px;
  }
}
.c-alert .btn {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  outline: none !important;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media all and (max-width: 480px) {
  .c-alert .btn {
    margin-top: 15px;
  }
}
.c-alert .btn-inverted {
  border-color: #fff;
  overflow: hidden;
}
.c-alert .btn-inverted.outline {
  color: #fff;
  background-color: transparent !important;
}
.c-alert .btn-inverted.outline:hover {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.c-alert .btn-inverted.outline:active {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.c-alert a:link,
.c-alert a {
  color: #fff;
  text-decoration: underline;
}
.c-alert a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.c-alert a:active,
.c-alert a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.c-alert-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}
.c-alert-content:before,
.c-alert-content:after {
  content: " ";
  display: table;
}
.c-alert-content:after {
  clear: both;
}
.c-alert-content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* .c-alert-content--flex media queries  */
}
@media all and (max-width: 480px) {
  .c-alert-content--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-alert__text {
  line-height: 1.414;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  text-align: left;
  /* .c-alert__text media queries  */
}
@media all and (min-width: 481px) {
  .c-alert__text {
    margin-right: 20px;
  }
}
.c-alert__button {
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* .c-alert__button media queries  */
}
@media all and (max-width: 480px) {
  .c-alert__button {
    width: 100%;
  }
}
@media all and (min-width: 481px) {
  .c-alert__button {
    width: auto;
    margin-top: 0;
  }
}
.profession-list-item {
  border-top: 1px dotted #898698;
  margin-bottom: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .profession-list-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .profession-list-item {
    padding-top: 30px;
  }
}
.profession-list-item h2 {
  margin-top: 0;
}
.metalabel,
.metadata,
.infolabel,
.infodata {
  display: block;
  line-height: 1.5em;
  width: 60%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .metalabel,
  .metadata,
  .infolabel,
  .infodata {
    width: 100%;
    float: left;
  }
}
.metalabel,
.infolabel {
  color: #ab9485;
  width: 40%;
}
@media (min-width: 992px) {
  .metalabel,
  .infolabel {
    width: 80%;
  }
}
@media print {
  .metalabel,
  .infolabel {
    width: 35%;
    overflow: visible;
  }
}
@media print {
  .metadata {
    font-weight: bold;
  }
}
.infolabel,
.infodata {
  float: none;
  width: 100%;
}
.insertion-head .insertion-time {
  padding: 4px 0;
  color: #ab9485;
}
@media (min-width: 768px) {
  .insertion-head .insertion-time {
    padding: 13px 0;
  }
}
.insertion-head .insertion-platform {
  display: block;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .insertion-head .insertion-platform {
    display: inline;
    padding-left: 0;
  }
}
@media print {
  .insertion-head .insertion-platform {
    display: inline;
    padding-left: 0;
  }
}
.insertion-head .application-info {
  margin-top: 16px;
}
.insertion-head .metainfo {
  display: block;
  position: relative;
  overflow: hidden;
}
.insertion-head .metainfo:before,
.insertion-head .metainfo:after {
  content: " ";
  display: table;
}
.insertion-head .metainfo:after {
  clear: both;
}
.insertion-head .metainfo:before,
.insertion-head .metainfo:after {
  content: " ";
  display: table;
}
.insertion-head .metainfo:after {
  clear: both;
}
.insertion-head .metainfo ul {
  margin: 12px 0 12px 0;
  padding-left: 0;
}
.insertion-head .metainfo ul li {
  list-style-type: none;
}
.insertion-head .btn-apply {
  margin: 16px 5px 0 0;
}
@media (min-width: 768px) {
  .insertion-head.padding-vertical {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .insertion-head .meta-block {
    border-right: 1px dotted #cabcb3;
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
  .insertion-head .meta-block:nth-child(4) {
    border-right: none !important;
  }
}
.wrap-insertion-application.collapsing {
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.insertion-application {
  border-top: 1px solid #d4c9c2;
  border-bottom: 1px solid #d4c9c2;
  background-color: #fff;
}
.insertion-application.review {
  border: none;
}
.insertion-application .application-carboncopy {
  padding-top: 10px;
}
.insertion-application .review-block {
  margin-bottom: 24px;
}
.insertion-application .review-block hr {
  margin-top: 24px;
}
.insertion-content {
  background-color: #f4f1ef;
}
.insertion-content .insertion-link {
  margin: 0;
}
.insertion-content .insertion-link a {
  display: block;
  margin-bottom: 16px;
  padding: 0;
}
.insertion-content .insertion-link.iframe-view {
  background-color: #d4c9c2;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #cabcb3;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.insertion-content .insertion-link.iframe-view a {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .insertion-content .insertion-link {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .insertion-content .insertion-frame {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}
.iframe-round-top-border-on-template {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
@media (min-width: 992px) {
  .iframe-round-top-border-on-external {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}
#job-detail-frame {
  border: none;
  background-color: #fff;
  height: 2600px;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 768px) {
  #job-detail-frame {
    height: 1800px;
  }
}
.job-detail-frame-wrapper {
  border: 1px solid #cabcb3;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.insertion-company {
  background-color: #fff;
}
@media (min-width: 768px) {
  .insertion-company .company-info .company-info-item#company-info-address {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .insertion-company .company-info .company-info-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .insertion-company .company-info .company-info-item {
    margin-left: 5px;
    border-bottom: 1px dotted #a08776;
  }
}
@media (min-width: 992px) {
  .insertion-company .company-info {
    padding-right: 20px;
  }
}
.insertion-company .company-head .company-info-item {
  margin-left: 0;
}
@media (min-width: 768px) {
  .insertion-company .company-head {
    padding-right: 20px;
    border-right: 1px solid #cabcb3;
  }
}
.insertion-company .company-logo {
  border: 1px solid #cabcb3;
  padding: 30px 0;
}
.pageheader {
  background-image: url("../assets/img/back.gif");
  background-color: #473a31;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pageheader .nav-inline a {
  color: #7e3b59;
}
.pageheader .nav-inline a:hover,
.pageheader .nav-inline a:active,
.pageheader .nav-inline a:focus {
  color: #000000;
}
.pageheader p {
  color: inherit;
}
.pageheader .logo-jobs {
  width: 105px;
  height: 23px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../assets/img/logo-jobs_inv.png");
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
@media print {
  .pageheader .logo-jobs {
    text-indent: 0px;
  }
}
@media (min-width: 768px) {
  .pageheader {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ratgeber article {
  padding-bottom: 6px;
}
.ratgeber article .teaserimage {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
.ratgeber article h2 a {
  color: #3b3029;
}
@media (min-width: 768px) {
  .ratgeber article:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .ratgeber article {
    border-bottom: 1px dotted #898698;
  }
}
@media (max-width: 991px) {
  .ratgeber .left-column {
    padding-right: 8px;
  }
}
.ratgeber .literatur div img {
  width: 100%;
  max-width: 100px;
}
.modal-dialog {
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-dialog .col-sm-8 {
  padding: 40px 48px 40px 40px;
}
.modal-dialog .modal-content-wrap {
  padding: 20px 26px 20px 26px;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content-wrap {
    padding: 40px 48px 40px 40px;
  }
}
.modal-dialog .close {
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}
.modal-promo {
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-align: left;
  background-repeat: repeat-x;
  margin: 0px 8px;
  border-radius: 2px 2px 0 0;
}
@media (min-width: 768px) {
  .modal-promo {
    margin: 0px;
  }
}
.modal-header {
  margin-bottom: 0px;
  padding: 0px 0px 10px 0px;
  text-align: left;
  border-bottom: none;
  min-height: 44px;
}
.modal-footer {
  margin-top: 0px;
  padding: 20px 0px 0px 0px;
  text-align: left;
  border-top: none;
}
.modal-footer .btn {
  margin-bottom: 10px;
}
.modal-footer .btn + .btn {
  margin-bottom: 10px;
  margin-left: 0px;
}
.modal-body {
  padding: 0px;
}
.modal-content {
  padding: 20px 20px 0px 20px;
  border: none;
}
@media (min-width: 768px) {
  .modal-content {
    border: none;
    border-radius: 0 4px 4px 0px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .suchabo .modal-dialog {
    background-image: url("../assets/img/mail-modal.jpg");
    background-repeat: repeat-y;
    background-position: -255px 50%;
  }
}
.suchabo .modal-promo {
  background-image: url("../assets/img/mail-modal.jpg");
}
.suchabo .modal-promo h3 {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .suchabo .modal-promo {
    background-image: none;
  }
}
.suchabo .modal-header .success-message {
  color: #3c763d;
}
.suchabo .modal-content {
  border: none;
  border-radius: 0;
  border-radius: 0 0px 4px 4px;
  padding: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.suchabo .modal-content .verification-email {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.suchabo .modal-footer .btn-success,
.suchabo .modal-footer .btn-danger {
  min-width: 100px;
}
.suchabo .close {
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (min-width: 768px) {
  .suchabo .close {
    right: 20px;
  }
}
.company-movie-modal .modal-body {
  background-color: #000;
}
.company-movie-modal .company-movie-modal {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.company-movie-modal .company-movie-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-movie-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-movie-modal .modal-content {
  padding: 0px;
}
.contact-form-modal .modal-header {
  background-color: #fffaf7;
  padding: 20px 50px 20px 26px;
}
@media (min-width: 768px) {
  .contact-form-modal .modal-header {
    padding: 20px 60px 20px 40px;
  }
}
.contact-form-modal .modal-header .h3 {
  padding: 0;
  margin: 0;
}
.contact-form-modal .modal-header .close {
  top: 25px;
  right: 25px;
}
.contact-form-modal .modal-content {
  border: none;
  border-radius: 0;
  border-radius: 0 0px 4px 4px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  padding: 20px 26px 20px 26px;
}
@media (min-width: 768px) {
  .contact-form-modal .modal-content {
    padding: 35px 60px 30px 40px;
  }
}
.btn-copy {
  background: none;
  padding-left: 0;
  padding-right: 0;
  color: #7e3b59;
}
.btn-copy:active,
.btn-copy:focus {
  box-shadow: none;
}
.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000;
  font-size: 14px;
  text-shadow: none;
  min-height: 20px;
}
.close:hover,
.close:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #000;
}
.dropdown-menu {
  padding: 0px 15px;
  width: 200px;
}
.dropdown-menu > li > a {
  padding: 20px 0px;
  min-width: 100px;
  cursor: pointer !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background: none;
}
.dropdown-menu > li {
  border-bottom: 1px solid #b5a195;
}
.dropdown-menu > li.active > a {
  background-color: #fff;
  color: #3b3029;
}
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:active {
  background: none;
  color: #3b3029;
  cursor: default !important;
}
.dropdown-menu > li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .dropdown-menu > li > a {
    padding: 20px 0px;
    min-width: 200px;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background: none;
  }
}
.pagination > li > span {
  color: #4a3c33;
}
.searchbox {
  padding: 8px 16px 16px 16px;
  border-radius: 2px;
  background: rgba(35, 105, 128, 0.75);
  text-align: left;
}
.searchbox label {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.searchbox#searchsummary {
  display: block;
  padding: 0 8px 4px 16px;
}
.searchbox#searchsummary .h4,
.searchbox#searchsummary .h5 {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .searchbox#searchsummary {
    display: none;
  }
}
.searchbox#searchsummary.closed {
  display: none !important;
}
.searchbox#searchcomponent {
  display: none;
}
@media (min-width: 768px) {
  .searchbox#searchcomponent {
    display: block;
  }
}
.searchbox#searchcomponent.open {
  display: block !important;
}
.searchbox .btn-col label {
  margin-top: 0px;
  font-size: 4px;
}
@media (min-width: 768px) {
  .searchbox .btn-col label {
    margin-top: 8px;
    font-size: 16px;
  }
}
.searchbox .form-control {
  box-shadow: none;
  border: none;
}
.searchbox .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .searchbox .btn:hover,
  .searchbox .btn:focus {
    background-color: #473a31;
    border-color: #473a31;
  }
}
.searchbox .searchtoggle {
  text-align: right;
  font-size: 26px;
  padding: 8px 8px 0px 0px;
}
@media (min-width: 768px) {
  .searchbox {
    padding: 2px 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .jumbotron .wrap-searchbox {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .jumbotron .wrap-searchbox {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .jumbotron .wrap-searchbox {
    margin-left: 8.33333333%;
  }
}
.jumbotron .searchbox {
  margin: 4px;
}
@media (min-width: 992px) {
  .jumbotron .searchbox {
    margin: 8px;
  }
}
.searchbox .dropdown-menu {
  left: 8px;
  right: 8px;
  width: auto;
  padding: 0px;
}
.searchbox .dropdown-menu li {
  border-bottom: 0px;
}
.searchbox .dropdown-menu li:first-child a {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.searchbox .dropdown-menu li:last-child a {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.searchbox .dropdown-menu li a {
  padding: 10px 15px;
}
.searchbox .dropdown-menu > .active > a {
  cursor: default;
  background-color: #d4c9c2;
  color: #000000;
}
.form-control {
  font-size: 16px;
  line-height: 1.45;
}
.sharing-toolbar {
  position: absolute;
  right: 16px;
  font-size: 24px;
  z-index: 999;
  text-align: right;
}
.sharing-toolbar .dropdown-menu {
  text-align: left;
}
.loader {
  text-align: center;
  color: #3b3029;
  display: none;
}
.loader.active {
  display: block;
}
.loader .loader-animation {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("https://cdn.alpha.ch/assets/img/loading.gif");
  /* Everything but ie */
  /* ie >= 10 */
}
@media screen and (min-width: 0px) {
  .loader .loader-animation {
    background-image: url("https://cdn.alpha.ch/assets/img/loading.svg");
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loader .loader-animation {
    background-image: url("https://cdn.alpha.ch/assets/img/loading.gif");
  }
}
.loader p {
  width: auto;
}
body.loader-active .loader-hidden {
  display: none;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -12px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 28px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #f4f1ef;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.noUi-connect {
  background: #473a31;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #cabcb3;
  padding: 0 8px;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border-radius: 14px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.85);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.85);
}
.noUi-active {
  border-radius: 14px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: 0 0px 6px 2px rgba(50, 152, 185, 0.75);
  box-shadow: 0 0px 6px 2px rgba(50, 152, 185, 0.75);
}
.offcanvas {
  background-color: #ffffff;
  min-height: 100%;
}
.filter-title {
  position: relative;
}
.am-fade-and-scale {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-fade-and-scale.ng-enter,
.am-fade-and-scale.am-fade-and-scale-add,
.am-fade-and-scale.ng-hide-remove,
.am-fade-and-scale.ng-move {
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
}
.am-fade-and-scale.ng-leave,
.am-fade-and-scale.am-fade-and-scale-remove,
.am-fade-and-scale.ng-hide {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
}
.am-fade-and-scale.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-scale.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.am-fade-and-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-fade-and-slide-top.am-fade-and-slide-top-add,
.am-fade-and-slide-top.ng-hide-remove,
.am-fade-and-slide-top.ng-move {
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop;
}
.am-fade-and-slide-top.am-fade-and-slide-top-remove,
.am-fade-and-slide-top.ng-hide {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop;
}
.am-fade-and-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-top.ng-leave {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-fade-and-slide-right.am-fade-and-slide-right-add,
.am-fade-and-slide-right.ng-hide-remove,
.am-fade-and-slide-right.ng-move {
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight;
}
.am-fade-and-slide-right.am-fade-and-slide-right-remove,
.am-fade-and-slide-right.ng-hide {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight;
}
.am-fade-and-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-right.ng-leave {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,
.am-fade-and-slide-bottom.ng-hide-remove,
.am-fade-and-slide-bottom.ng-move {
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom;
}
.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,
.am-fade-and-slide-bottom.ng-hide {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom;
}
.am-fade-and-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-bottom.ng-leave {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-fade-and-slide-left.am-fade-and-slide-left-add,
.am-fade-and-slide-left.ng-hide-remove,
.am-fade-and-slide-left.ng-move {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft;
}
.am-fade-and-slide-left.am-fade-and-slide-left-remove,
.am-fade-and-slide-left.ng-hide {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft;
}
.am-fade-and-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade-and-slide-left.ng-leave {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade-and-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@keyframes fadeAndSlideToTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@-webkit-keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
@keyframes fadeAndSlideToRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
@-webkit-keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes fadeAndSlideToBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@keyframes fadeAndSlideToLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
}
.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.am-fade.am-fade-remove,
.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.am-flip-x {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
}
.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.am-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-slide-top.am-slide-top-add,
.am-slide-top.ng-hide-remove,
.am-slide-top.ng-move {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
}
.am-slide-top.am-slide-top-remove,
.am-slide-top.ng-hide {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
}
.am-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-top.ng-leave {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-slide-right.am-slide-right-add,
.am-slide-right.ng-hide-remove,
.am-slide-right.ng-move {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}
.am-slide-right.am-slide-right-remove,
.am-slide-right.ng-hide {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
}
.am-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-right.ng-leave {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-slide-bottom.am-slide-bottom-add,
.am-slide-bottom.ng-hide-remove,
.am-slide-bottom.ng-move {
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
}
.am-slide-bottom.am-slide-bottom-remove,
.am-slide-bottom.ng-hide {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom;
}
.am-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-bottom.ng-leave {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-slide-left.am-slide-left-add,
.am-slide-left.ng-hide-remove,
.am-slide-left.ng-move {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}
.am-slide-left.am-slide-left-remove,
.am-slide-left.ng-hide {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
}
.am-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-slide-left.ng-leave {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.error-page {
  background-color: #f4f1ef;
}
.error-box {
  color: #a08776;
  width: 100%;
  position: absolute;
  height: 400px;
  top: 50%;
}
.error-box .container {
  margin-top: -250px;
}
@media (max-height: 650px) {
  .error-box .container {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .error-box .container {
    margin-top: 0px;
  }
}
@media (max-height: 650px) {
  .error-box {
    position: relative;
    height: auto;
  }
}
@media (max-width: 767px) {
  .error-box {
    position: relative;
    height: auto;
  }
}
.error-message p {
  color: #866d5d;
}
.error-message a {
  margin-top: 20px;
}
.error-message .h1 {
  font-weight: 700;
}
@media (min-width: 992px) {
  .error-message {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .error-message {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .error-message {
    text-align: center;
  }
}
.error-image {
  text-align: center;
}
.error-image img {
  max-width: 280px;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .error-image img {
    display: inline-block;
    max-height: 150px;
    width: auto;
  }
}
.btn-apply-with {
  margin-top: 16px;
  padding: 0px;
  border: none;
}
.btn-apply-with:hover {
  opacity: 0.9;
}
.btn-apply-with-svg {
  height: 38px;
}
iframe[src*="apply-with-button"] {
  -ms-zoom: 0.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  margin-top: 17px;
}
iframe[src*="oauth-test-button"] {
  -ms-zoom: 0.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  margin-top: 17px;
}
.links li,
.map-links li,
.list li {
  padding: 0 0 0.5em;
}
.links li a:before,
.map-links li a:before,
.list li a:before {
  margin-right: 0.25em;
}
.links li a:hover,
.map-links li a:hover,
.list li a:hover,
.links li a:active,
.map-links li a:active,
.list li a:active,
.links li a:focus,
.map-links li a:focus,
.list li a:focus {
  text-decoration: none;
}
.boxed-h {
  background-color: #74655B;
  border-color: #74655B;
  color: #fff;
}
p {
  color: #333;
}
p a {
  text-decoration: underline;
}
p a.btn,
p a#company-location-link {
  text-decoration: none;
}
a.toolbar-item {
  color: #655346;
}
@media (max-width: 767px) {
  .jobs-col .h5 {
    margin-top: 7px;
  }
}
.ratgeber-teaser {
  background-color: #fffaf7;
}
.navbar {
  background-color: #facdad;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar-nav > li > a {
  color: #473a31;
}
.navbar-nav > li > a:hover {
  color: #473a31;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 19px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li {
    border-bottom-color: #4a3c33;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fcdfca;
  }
}
.navbar-brand {
  padding: 11px 0px 19px 0px;
  margin-left: 16px !important;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: 0px !important;
    padding: 20px 0px 43px 0px;
  }
}
@media (max-width: 767px) {
  .navbar-brand object {
    max-width: 150px;
  }
}
.navbar-toggle {
  border-left: none;
}
.navbar-toggle .icon-menu {
  color: #000;
}
.navbar-collapse {
  border-top: none;
  background-color: #fbd9c0;
}
@media (min-width: 768px) {
  .navbar-collapse {
    background-color: #facdad;
  }
}
.nav-tabs {
  margin: 0;
}
.nav-tabs .hx {
  font-size: 17px;
}
.logo {
  height: 30px;
  width: 180px;
}
.jumbotron {
  background-image: none;
  background-color: #fde6d6;
  background-repeat: no-repeat;
  text-align: left;
  border-bottom: 1px solid #f4f1ef;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
  margin-left: 24px;
  font-weight: normal;
}
.jumbotron h1.h2 {
  font-size: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.jumbotron h2,
.jumbotron .h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 26px;
}
@media (min-width: 768px) {
  .jumbotron {
    background-color: #fffaf7;
    background-image: url("../assets/img/bg-jumbotron.jpg");
  }
  .jumbotron.jumbotron.company-search,
  .jumbotron.jumbotron.consultant-search {
    padding: 120px 0px;
  }
}
.top-companies {
  background-color: #fffaf7;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.featuredbox {
  border: 1px solid #d4c9c2;
  border-color: #d4c9c2 !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.linkentry {
  background-color: #ffffff !important;
}
.linkentry img {
  margin-top: 0px;
}
.linkentry .linkpanes {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .linkentry .linkpanes {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.linkentry .tab-content {
  border-radius: 0 2px 2px 2px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .linkentry .tab-content {
    padding: 40px 0px 0px 0px;
  }
}
.linkentry .map-links li {
  border: 1px solid #b5a195;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.linkentry .switch {
  margin-top: -50px !important;
}
.linkentry .switch .nav-tabs li a {
  padding-top: 13px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #cabcb3;
}
.linkentry .switch .nav-tabs li a:hover {
  border-top: 2px solid #473a31;
  padding-top: 13px;
}
.linkentry .switch .nav-tabs li.active a {
  background-color: #FFFFFF;
  border-top: 2px solid #473a31;
  padding-top: 13px;
}
@media (max-width: 991px) {
  .linkentry .switch .nav-tabs {
    width: 100%;
  }
}
.pricing-plan.plan2,
.pricing-plan.plan3,
.pricing-plan.plan4 {
  border: 1px solid #cabcb3;
  background-color: #fcfbfb;
}
@media (max-width: 767px) {
  .pricing-plan.plan3,
  .pricing-plan.plan4 {
    margin-top: 32px;
  }
}
.pricing-plan li {
  border-color: #d4c9c2;
}
.pricing-plan li.plan-name {
  color: #000;
  border-color: #555;
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
}
.pricing-plan li.highlight {
  background-color: #ebe6e3 !important;
}
.pricing-plan li.plan-price {
  font-weight: bold;
  font-size: 20px;
}
.pricing-plan li.plan-price .info {
  font-weight: normal;
  font-size: 12px;
}
.pricing-plan.featured {
  background-color: #f4f1ef;
}
.pricing-plan.featured li.plan-name {
  color: #7e3b59;
  border-color: #7e3b59;
}
.pricing-plan.featured .icon-checkmark {
  color: #7e3b59;
}
.ecom.btn.btn-default,
.pricing-plan .btn.btn-primary {
  background-color: #7e3b59;
  border-color: #6d334d;
  color: #fff;
}
.ecom.btn.btn-default:hover,
.pricing-plan .btn.btn-primary:hover,
.ecom.btn.btn-default:active,
.pricing-plan .btn.btn-primary:active,
.ecom.btn.btn-default:focus,
.pricing-plan .btn.btn-primary:focus {
  background-color: #6d334d;
  border-color: #5b2b40;
}
footer {
  width: 100%;
  border-top: none;
  background-color: #473a31;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .list-inline li {
  color: #b5a195;
}
footer .list-inline li a {
  display: inline;
}
.pageheader {
  background-color: #fffaf7;
  color: #000000;
  background-image: none;
}
.pageheader a {
  color: #7e3b59;
}
.pageheader a:hover,
.pageheader a:active,
.pageheader a:focus {
  text-decoration: none;
  color: #000000;
}
.pageheader a .nav-inline a {
  color: #7e3b59;
}
.pageheader .searchbox label {
  color: #fff;
}
.pageheader .logo-jobs {
  background-image: url("../assets/img/logo-jobs.png");
}
.pageheader p {
  color: #3b3029;
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
}
.pageheader p a {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.modal-promo {
  color: #000000;
}
.suchabo .modal-promo h3 {
  padding-right: 30px;
}
.searchbox {
  background: rgba(71, 58, 49, 0.75);
}
.searchbox label {
  font-weight: normal;
}
.searchbox .searchtoggle {
  padding: 5px 5px 0px 0px;
  color: #FFF;
}
.searchbox .hgroup {
  color: #FFF;
}
.searchbox .btn {
  border-color: #FFF;
}
@media (min-width: 768px) {
  .jumbotron .wrap-searchbox {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .jumbotron .wrap-searchbox {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .jumbotron .wrap-searchbox {
    margin-left: 0%;
  }
}
.loader {
  text-align: center;
  color: #3b3029;
}
.loader .loader-animation {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("../assets/img/loading.gif");
  /* Everything but ie */
  /* ie >= 10 */
}
@media screen and (min-width: 0px) {
  .loader .loader-animation {
    background-image: url("../assets/img/loading.svg");
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loader .loader-animation {
    background-image: url("../assets/img/loading.gif");
  }
}
.loader p {
  width: auto;
}
.noUi-active {
  -webkit-box-shadow: 0 0px 6px 2px rgba(71, 58, 49, 0.75);
  box-shadow: 0 0px 6px 2px rgba(71, 58, 49, 0.75);
}
.insertion-content {
  background-color: #fff;
}
.insertion-company {
  background-color: #fff;
}
.insertion-head {
  background-color: #fff;
}
.metalabel,
.infolabel,
.no-info,
.insertion-head .insertion-time {
  color: #555;
}
.insertion-content .insertion-link.iframe-view {
  background-color: #fde6d6;
}
@media (min-width: 768px) {
  .insertion-content.padding-vertical {
    padding-top: 0px;
  }
}
.insertion-application {
  margin-bottom: 40px;
}
.company-search {
  background-image: url("../assets/img/bg-jumbotron-company.jpg");
}
.linkentry-teaser {
  background-color: #fff;
}
.company-teaser {
  background-color: #fffaf7;
}
.results .job-preview,
.results .job-offer-source {
  color: #866d5d;
}
.results .job-list-title,
.results .company-list-title {
  border-bottom: 2px solid #3b3029;
}
a.bubble {
  background-color: #f4f1ef;
  border-color: #d4c9c2;
}
a.bubble:hover {
  background-color: #f4f1ef;
  border-color: #b5a195;
}
.filter .filter-links {
  border-color: #cabcb3;
}
.filter .filter-title {
  background-color: #74655B;
  color: #fff;
}
.filter .filter-popover {
  top: -55px !important;
}
.filter #filter-title-sprite .filter-back-btn {
  color: #fff;
}
.filter-popover > .arrow {
  margin-top: -6px;
}
.filter-close-btn {
  margin-top: 1px;
}
.company-title a,
.job-title a {
  text-decoration: underline;
}
.company-title a:hover,
.job-title a:hover {
  text-decoration: underline;
}
.ratgeber.pageheader {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fef9f5;
  padding: 20px 0;
}
.ratgeber.pageheader p {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 991px) {
  .ratgeber.pageheader {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .ratgeber.pageheader.index {
    background-image: url("../assets/img/bg-ratgeber.jpg");
  }
}
@media (min-width: 768px) {
  .ratgeber.pageheader.index {
    min-height: 600px;
  }
}
.ratgeber article a:hover,
.ratgeber article a:active,
.ratgeber article a:focus {
  text-decoration: none;
}
.ratgeber article a:hover .h3,
.ratgeber article a:active .h3,
.ratgeber article a:focus .h3 {
  text-decoration: underline;
}
.ratgeber article a h4 {
  color: #000000;
}
.ratgeber .hgroup {
  margin-bottom: 16px;
}
.ratgeber .hgroup * {
  line-height: 1em;
}
.ratgeber .hgroup h2,
.ratgeber .hgroup h1 {
  color: #ab9485;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0px;
}
.ratgeber .hgroup span.h2,
.ratgeber .hgroup span.h3 {
  color: #000000;
  display: block;
}
.ratgeber .teaserimage {
  margin-top: 0px;
  margin-bottom: 16px;
  width: 100%;
}
.ratgeber .linkbox {
  background-color: #fff;
  padding: 10px 20px;
}
.ratgeber .linkbox:before,
.ratgeber .linkbox:after {
  content: " ";
  display: table;
}
.ratgeber .linkbox:after {
  clear: both;
}
.ratgeber .linkbox:before,
.ratgeber .linkbox:after {
  content: " ";
  display: table;
}
.ratgeber .linkbox:after {
  clear: both;
}
.ratgeber .links {
  margin-bottom: 0px;
  margin-top: 0px;
}
.ratgeber .links a {
  white-space: normal;
}
.ratgeber .article-content .h2,
.ratgeber .article-content h2 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 26px;
  display: block;
  margin-top: 1.25em;
}
.ratgeber .article-content .h2 small,
.ratgeber .article-content h2 small,
.ratgeber .article-content .h2 .small,
.ratgeber .article-content h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.ratgeber .article-content .h2 small,
.ratgeber .article-content h2 small,
.ratgeber .article-content .h2 .small,
.ratgeber .article-content h2 .small {
  font-size: 65%;
}
.ratgeber .article-content .h2 small,
.ratgeber .article-content h2 small,
.ratgeber .article-content .h2 .small,
.ratgeber .article-content h2 .small {
  font-size: 65%;
}
.ratgeber .article-content .hx,
.ratgeber .article-content h3 {
  font-family: 'Judson', Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 44px;
  font-size: 20px;
  display: block;
  margin-top: 1em;
}
.ratgeber .article-content .hx small,
.ratgeber .article-content h3 small,
.ratgeber .article-content .hx .small,
.ratgeber .article-content h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5a195;
}
.ratgeber .article-content .hx small,
.ratgeber .article-content h3 small,
.ratgeber .article-content .hx .small,
.ratgeber .article-content h3 .small {
  font-size: 75%;
}
.ratgeber .article-content .hx small,
.ratgeber .article-content h3 small,
.ratgeber .article-content .hx .small,
.ratgeber .article-content h3 .small {
  font-size: 75%;
}
.ratgeber .article-content .boxed {
  display: block;
  background-color: #f4f1ef;
  border: none;
  padding: 20px;
  margin: 20px 0;
}
.ratgeber .article-content .boxed h2,
.ratgeber .article-content .boxed h3,
.ratgeber .article-content .boxed .hx {
  margin-top: 0px;
}
.ratgeber .top-align {
  padding-top: 32px;
}
.ratgeber .top-align div:before,
.ratgeber .top-align div:after {
  content: " ";
  display: table;
}
.ratgeber .top-align div:after {
  clear: both;
}
.ratgeber .top-align div:before,
.ratgeber .top-align div:after {
  content: " ";
  display: table;
}
.ratgeber .top-align div:after {
  clear: both;
}
@media (max-width: 991px) {
  .ratgeber .top-align.right-column {
    padding-left: 8px;
  }
}
.jumbotron.consultant-search {
  background-image: url("../assets/img/bg-jumbotron-consultant.jpg");
  background-position: center bottom;
}
.linkentry-teaser.wrap-consultant-teaser {
  background-color: #fff;
}
.ng-scope .hidden-js {
  display: none;
}
@media (max-width: 767px) {
  body:not(.ng-scope) .navbar-collapse {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
body:not(.ng-scope) .navbar-nav {
  min-width: 400px;
}
body:not(.ng-scope) .navbar-nav > li {
  float: left;
  border-bottom: none;
}
body:not(.ng-scope) .navbar-nav > li > a {
  padding: 10px 14px 10px 14px;
}
@media (max-width: 767px) {
  body:not(.ng-scope) .navbar-nav > li > a {
    padding: 10px 5px 10px 0px;
  }
}
body:not(.ng-scope) .navbar-nav > li .dropdown-toggle {
  display: none;
}
body:not(.ng-scope) .navbar-toggle {
  display: none;
}
@media (max-width: 767px) {
  body:not(.ng-scope) .jumbotron {
    padding-bottom: 20px;
  }
}
body:not(.ng-scope) .linkentry .tab-pane {
  margin-top: 24px;
  display: block;
}
body:not(.ng-scope) .linkentry .tab-pane:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
body:not(.ng-scope) .linkentry .switch {
  display: none;
}
@media (min-width: 767px) {
  body:not(.ng-scope) .linkentry .linkpanes {
    margin-top: -80px;
  }
}
body:not(.ng-scope) .filter-layer .h4 {
  border: 1px solid #d4c9c2;
  background-color: #f4f1ef;
  color: #685548;
  padding: 16px 0;
  margin: 0 !important;
  text-align: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  clear: both;
  background-color: #74655B;
  border-color: #74655B;
  color: #fff;
}
body:not(.ng-scope) .filter-layer .filter-checklist {
  margin-top: 0px;
}
body:not(.ng-scope) .filter-layer .filter-level-2 {
  padding-left: 8px;
  padding-right: 8px;
}
