
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  display: block;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
@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) ")";
  }
  .ir a:after,
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  background-color: #fff;
}
a {
  color: #60172b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
.btn.content-hyperlink a {
    color: #fff;
    text-decoration: none !important;
}
.btn.content-hyperlink a:hover {
    color: #f2f2f2 !important;
    
}
iframe {
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  border-radius: 500px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #888;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #60172b;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 11px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #60172b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #60172b;
  border-bottom-color: #60172b;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #888;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.nav > .disabled > a {
  color: #888;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.pagination {
  margin: 24px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 24px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > strong {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > strong {
  color: #888;
  cursor: default;
}
.pagination ul > .disabled > strong,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #888;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > strong {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > strong {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.media,
.media-body {
  overflow: hidden;
}

.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 {
  margin-left: 0;
  list-style: none;
}
.container {
  margin: 0 auto;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #888;
}
a.muted:hover,
a.muted:focus {
  color: #6f6f6f;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #888;
}
h1,
h2,
h3 {
  line-height: 48px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #888;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
figure {
  margin: 0;
}
.media--left figure {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.media--right figure {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.mt-20 {
  margin-top: 20px !important;
}
.content-text ul {
  list-style-type: disc;
}
.invisible {
  visibility: hidden;
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.pagination {
  text-align: center;
  margin-top: 24px;
}
.pagination p {
  position: absolute;
  padding: 5px 0;
}
.alert {
  padding-right: 14px;
}

.content-image.circle img,
.content-text.circle img {
  border-radius: 500px;
}
.content-image.rounded img,
.content-text.rounded img {
  border-radius: 6px;
}
.content-image.polaroid img,
.content-text.polaroid img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.content-gallery  ul {
  display: grid;
  grid-gap: 20px;
}
.content-gallery.content-gallery--cols-1 ul {
  grid-template-columns: 1fr;
}
.content-gallery.content-gallery--cols-2 ul {
  grid-template-columns: 1fr 1fr;
}
.content-gallery.content-gallery--cols-3 ul {
  grid-template-columns: 1fr 1fr 1fr;
}
.content-gallery.content-gallery--cols-4 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content-gallery.content-gallery--cols-5 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.content-gallery.content-gallery--cols-6 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 960px) {
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-6 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .content-gallery.content-gallery--cols-3 ul {
    grid-template-columns: 1fr 1fr;
  }  
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-6 ul {
    grid-template-columns: 1fr 1fr;
  }
}

.content-gallery.polaroid img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.content-gallery.circle img {
  border-radius: 500px;
}
.content-gallery.rounded img {
  border-radius: 6px;
}
.container {
  width: 940px;
}
#header:after {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#ffffff,#e5e5e5);
  background-image: linear-gradient(to bottom,#ffffff,#e5e5e5);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #cccccc;
}
#header .inside {
  margin: 0 auto;
  width: 940px;
  position: relative;
  min-height: 110px;
}
#header .inside:before,
#header .inside:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .inside:after {
  clear: both;
}
#header .logo {
  width: 158px;
  height: 79px;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
#header .logo a {
  display: block;
}
#header .logo a:hover {
  text-decoration: none;
}
#header .telefon {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#header .telefon:before,
#header .telefon:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .telefon:after {
  clear: both;
}
#header .telefon p {
  margin: 0;
}
#header .telefon .nummer,
#header .telefon .nummer a {
  color: #87735a;
  font-size: 36px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}
#header .telefon .sprechzeiten {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 10px;  
}
#header .header-metanavi {
  position: relative;
  z-index: 999;
  display: inline-block;
  height: 40px;
  float: right;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #808080;
}
#header .header-metanavi ul {
  margin: 0;
  margin-top: 10px;
}
#header .header-metanavi ul li {
  float: left;
  list-style: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #808080;
  line-height: 12px;
}
#header .header-metanavi ul li a {
  color: #6a6a6a;
}
#header .header-metanavi ul li a:hover {
  text-decoration: none;
}
#header .header-metanavi ul li.first {
  border-left: none;
}
#pagetitle {
  width: 100%;
  background: #b5a490;
  border-top: 30px solid white;
  border-bottom: 30px solid white;
  margin-bottom: 30px;
}
#pagetitle .inside {
  max-width: 940px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: -30px;
  border: 10px solid white; 
  box-sizing: border-box;
}
@media (max-width: 950px) {
  #pagetitle .inside {
    border-left: 0; 
    border-right: 0; 
  }
}
#pagetitle .bg-image {
  position: relative;
}
#pagetitle figure {
  position: relative;
}
#pagetitle .rte {
  position: absolute;
  left: 40px;
  top: 30px;
}
body.index #pagetitle .rte {
  position: static;
}
#pagetitle .bg-image p {
  font-size: 24px;
  line-height: 1em;
  color: #60172b;
  font-weight: 400;
}
#pagetitle .bg-image p:first-child {
  color: white;
  font-size: 48px;
  line-height: 1.5em;
  font-weight: 700;
  display: block;  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  #pagetitle figure {
    border-left: 0;
    border-right: 0;
  }
  body:not(.index) #pagetitle figure img {
    height: 158px;
    max-width: inherit;
  }  
  
}
#footer {
  color: #e6e6e6;
  background: #60172b;
  border-top: 6px solid #b48f90;
  border-bottom: 26px solid #1a1a1a;
  font-size: 12px;
  line-height: 1.5;
}
#footer .inside {
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  width: 940px;
  position: relative;
  padding-bottom: 40px;
}
#footer .inside:before,
#footer .inside:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .inside:after {
  clear: both;
}
#footer h2,
#footer h4 {
  font-size: 24px;
  line-height: 72px;
}
#footer .footernav,
#footer .kontakt {
  float: left;
  width: 50%;
}
#footer .footernav:before,
#footer .footernav:after,
#footer .kontakt:before,
#footer .kontakt:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .footernav:after,
#footer .kontakt:after {
  clear: both;
}
#footer .kontakt .adresse,
#footer .kontakt .details {
  float: left;
  width: 50%;
}
#footer .kontakt a {
  color: #b5a490;
}
#footer .meta {
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  width: 940px;
  position: absolute;
  left: 0;
  bottom: -22px;
}
#footer .meta:before,
#footer .meta:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .meta:after {
  clear: both;
}
#footer .meta a.datenschutz {
  color: #fff;
}
#footer .meta a.datenschutz:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  padding-right: 5px;
  font-size: 8px;
  color: #b5a490;
}
#footer .meta a.datenschutz:hover {
  color: #b5a490;
  text-decoration: none;
}
#footer .meta a.solades {
  float: right;
  color: #808080;
}

.mainnav {
  overflow: visible;
  width: 940px;
  clear: both;
  height: 45px;
  margin: 0 auto 3px;
}
.mainnav:before,
.mainnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.mainnav:after {
  clear: both;
}
.mainnav ul {
  list-style: none;
  display: inline-block;
  border: 1px solid #cccccc;
  width: 100%;
  margin-left: 0;
}
.mainnav ul li {
  float: left;
  border-left: 1px solid #cccccc;
}
.mainnav ul li a,
.mainnav ul li strong {
  display: block;
  width: 93px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #2d2d2d;
  padding: 0 20px;
  text-align: center;
  background: #eaeaea;
  background: -moz-linear-gradient(top,#eaeaea 0%,#fafafa 50%,#eeeeee 100%);
  background: -webkit-linear-gradient(top,#eaeaea 0%,#fafafa 50%,#eeeeee 100%);
  background: linear-gradient(to bottom,#eaeaea 0%,#fafafa 50%,#eeeeee 100%);
}
.mainnav ul li.menuToggler {
  display: none;
}
.mainnav ul li.first {
  border-left: none;
}
.mainnav ul li.last a,
.mainnav ul li.last strong {
  width: 96px;
}
.mainnav ul li.sos a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f067";
  color: #60172B;
  font-size: 14px;
  padding-right: 3px;
}
.mainnav ul li.sos strong:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f067";
  color: white;
  font-size: 14px;
  padding-right: 3px;
}
.mainnav ul strong.active,
.mainnav ul a.trail {
  color: white;
  background: #69273b;
  background: -webkit-linear-gradient(top,#69273b 0%,#621c2f 50%,#501524 100%);
  background: linear-gradient(to bottom,#69273b 0%,#621c2f 50%,#501524 100%);
}
.mainnav ul a.trail:hover {
  color: black;
}
.mainnav ul a:hover {
  text-decoration: none;
  background: #dcdcdc;
  background: -webkit-linear-gradient(top,#dcdcdc 0%,#e7e7e7 50%,#dcdcdc 100%);
  background: linear-gradient(to bottom,#dcdcdc 0%,#e7e7e7 50%,#dcdcdc 100%);
}
.fixnav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #60172b;
  border-top: 5px solid #60172b;
}
.fixnav.active {
  border-bottom: 1px solid #eee;
}
.fixnav .inside {
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  width: 940px;
  display: none;
}
.fixnav .inside:before,
.fixnav .inside:after {
  display: table;
  content: "";
  line-height: 0;
}
.fixnav .inside:after {
  clear: both;
}
.fixnav .logo {
  display: block;
  float: left;
  padding: 4px 0 5px;
}
.fixnav .logo img {
  vertical-align: baseline;
}
.fixnav .telefon {
  font-size: 20px;
  line-height: 48px;
  color: #fff;
}
.fixnav .telefon {
  float: right;
  padding-right: 32px;
}
.fixnav a {
  color: #fff;
}
.subnav ul {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.subnav ul [class^="icon-"].icon-large,
.subnav ul [class*=" icon-"].icon-large {
  line-height: .9em;
}
.subnav ul [class^="icon-"].icon-spin,
.subnav ul [class*=" icon-"].icon-spin {
  display: inline-block;
}
.subnav ul a,
.subnav ul strong {
  display: block;
  margin: 0 0 -1px;
  padding: 10px 14px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #2d2d2d;
  background: #eaeaea;
  background: -webkit-linear-gradient(top,#eaeaea 0%,#fafafa 50%,#eeeeee 100%);
  background: linear-gradient(to bottom,#eaeaea 0%,#fafafa 50%,#eeeeee 100%);
}
.subnav ul a:hover {
  text-decoration: none;
  background: #dcdcdc;
  background: -webkit-linear-gradient(top,#dcdcdc 0%,#e7e7e7 50%,#dcdcdc 100%);
  background: linear-gradient(to bottom,#dcdcdc 0%,#e7e7e7 50%,#dcdcdc 100%);
}
.subnav ul strong.active {
  color: white;
  background: #69273b;
  background: -webkit-linear-gradient(top,#69273b 0%,#621c2f 50%,#501524 100%);
  background: linear-gradient(to bottom,#69273b 0%,#621c2f 50%,#501524 100%);
}
.footernav ul {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
  margin: 0;
}
.footernav ul [class^="icon-"].icon-large,
.footernav ul [class*=" icon-"].icon-large {
  line-height: .9em;
}
.footernav ul [class^="icon-"].icon-spin,
.footernav ul [class*=" icon-"].icon-spin {
  display: inline-block;
}
.footernav ul:before,
.footernav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.footernav ul:after {
  clear: both;
}
.footernav li {
  float: left;
  width: 50%;
}
.footernav a,
.footernav strong {
  margin-right: 42px;
  display: block;
  color: #e6e6e6;
  line-height: 24px;
  border-bottom: 1px solid #713344;
}
.footernav a:before,
.footernav strong:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f054";
  font-size: 8px;
  padding-right: 5px;
  color: #b5a490;
}
.footernav a:hover {
  color: #b5a490;
  text-decoration: none;
}

body.index #teaser {

}
body.index #pagetitle .inside #teaser {
  display: grid;
  grid-template-columns: 1fr 345px;
  background: #69273b;
  background: -webkit-linear-gradient(top,#69273b 0%,#621c2f 50%,#501524 100%);
  background: linear-gradient(to bottom,#69273b 0%,#621c2f 50%,#501524 100%);
}
body.index #pagetitle .inside #teaser .content-image {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 950px) {
    body.index #pagetitle .inside #teaser {
      grid-template-columns: 1fr;
    }
}

body.index #teaser .redbox {
  padding: 20px 30px 0 30px;

}
body.index #teaser .redbox h1 {
  font-size: 60px;
  line-height: 52px;
  color: white;
}
body.index #teaser .redbox h1 small {
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  color: #bababa;
}
body.index #teaser .redbox p {
  color: white;
}
body.index #teaser .redbox p .phone:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f095";
  padding-right: 7px;
}
body.index #teaser .redbox p .mail a {
  color: white;
  text-decoration: none;
}
body.index #teaser .redbox p .mail a:hover {
  text-decoration: underline;
}
body.index #teaser .redbox p .mail a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f0e0";
  padding-right: 7px;
}
body.index #teaser .redbox p.info {
  margin-top: 20px;
}
body.index #teaser .redbox hr {
  color: #91616e;
  background: #91616e;
  height: 1px;
  border: 0 none;
  margin: 20px 0;
}

@media (max-width: 950px) {
  body.index #teaser .redbox {
    text-align: center; 
  }
}


body.index #main .telefon {
  display: none;
}
#main h1,
#right h1 {
  font-size: 28px;
  margin: 0;
  line-height: 42px;
}
#main h2,
#right h2 {
  margin: 0;
  font-size: 24px;
  color: #60172B;
  line-height: 38px;
  font-weight: normal;
}
#main a,
#right a {
  text-decoration: underline;
}
#main a:hover,
#right a:hover {
  text-decoration: none;
  color: #60172B;
}
body.anfahrt div.dlh_googlemap {
  width: 100%;
  height: 370px;
}
body.praxisrundgang ul {
  list-style-type: none;
}
body.index #main h1,
body.index #container3 h1 {
  margin-bottom: 42px;
  font-size: 48px;
  line-height: 48px;
}
body.index #main h1 small,
body.index #container3 h1 small {
  display: block;
  color: #60172b;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}
body.index #main #teaser h1 {
  margin-bottom: 10px;
}
body.index #main .willkommen,
body.index #container3 .anfahrt {
  text-align: center;
}
body.index #main .willkommen {
  padding: 60px 0 50px;
}
body.index #main .willkommen p {
  color: #616161;
  font-size: 20px;
}
body.index #container3 .anfahrt {
  position: relative;
  padding-top: 70px;
}
body.index #container3 .anfahrt .dlh_googlemap {
  width: 100%;
  height: 370px;
}
#togglebox {
  position: absolute;
  z-index: 100;
  top: 238px;
  right: 5%;
  padding: 11px;
  width: 278px;
  text-align: left;
  color: #fff;
  background: #60172b;
  max-height: 350px;
  font-size: 14px;
  line-height: 18px;  
  -webkit-transition: all 0.3s; 
  transition: all 0.3s;    
}
#togglebox h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
#togglebox figure {
  margin-bottom: 12px;
}
#togglebox a {
  color: white;
}
#togglebox p {
  margin: 0;

}
#togglebox p:last-child {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 16px;
}

.infoToggler[aria-expanded="false"] ~ #togglebox {
  width: 34px;  
  height: 34px;
  padding: 0;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
}

.infoToggler {
  position: absolute;
  z-index: 200;
  top: 238px;
  right: 5%;
  padding-top: 2px;
  width: 34px;
  height: 34px;  
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  background: #b48f90;
  text-decoration: none;

}
.infoToggler:focus,
.infoToggler:hover {
  text-decoration: none;
  color: #fff;  
}
.infoToggler[aria-expanded="false"] i {
  transform: rotate(45deg);
  display: inline-block;
}

body.index #container2 .inside {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px; 
  overflow: hidden;
}
body.index #container2 .inside .leistungen {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;  
}
body.index #container2 .inside:before {
  position: absolute;
  content: "";
  left: -5%;
  right: -5%;
  top: 0;
  height: 80px;
  border-top: 20px solid #fff;
  background: #d0d0d0 url(/files/bock-sonnrein/images/leistungen-bg-top.jpg) center top no-repeat;
  transform: rotate(-1deg);
}

body.index #container2 .inside:after {
  position: absolute;
  content: "";
  left: -5%;
  right: -5%;
  bottom: 0;  
  height: 80px;
  border-top: 20px solid #fff;
  background: #d0d0d0 url(/files/bock-sonnrein/images/leistungen-bg-bottom.jpg) center top no-repeat;
}
body.index #container2 .inside .bg {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: -10%;
  width: 120%;
  background: #b5a490;
  bottom: 30px;
  border: solid #fff;
  border-width: 10px 0;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
body.index #container2 .leistungen .leistung {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 3px solid #968878;
}
body.index #container2 .leistungen .leistung h2,
body.index #container2 .leistungen .leistung h3,
body.index #container2 .leistungen .leistung p {
  padding: 0 9px;
}
body.index #container2 .leistungen .leistung h2,
body.index #container2 .leistungen .leistung h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
body.index #container2 .leistungen .leistung p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 950px) {
  body.index #container2 .inside .leistungen {
    grid-template-columns: 1fr;
  } 
  body.index #container2 .leistungen .leistung figure img {
    margin: 0 auto;
  }   
  body.index #container2 .leistungen .leistung {
    text-align: center;
    max-width: 765px;
    margin: 10px auto;
  } 
  body.index #container2 .leistungen .leistung h2, 
  body.index #container2 .leistungen .leistung h3 {
    padding-top: 12px;
    line-height: 32px;
  }
}


body.index #container3 .googlemaps h1 {
  margin-bottom: 10px;
}
body.index #container3 .googlemaps p {
  margin-bottom: 32px;
}
.content-accordion.last,
.ce_accordion.last {
  border-bottom: 1px solid #DDDDDD;
}
.content-accordion,
.ce_accordion {
  border: 1px solid #DDDDDD;
  background: #EEEEEE;
  border-bottom: none;
}
.content-accordion .toggler,
.ce_accordion .toggler {
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
}

.content-accordion .toggler:before,
.ce_accordion .toggler:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f105";
  margin-right: 10px;
  width: 5px;
  display: inline-block;
}
.content-accordion .toggler.active:before,
.ce_accordion .toggler.active:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f107";
}
.content-accordion p,
.ce_accordion p {
  padding: 0 20px 12px;
  margin-bottom: 0;
}
.content-accordion h2,
.ce_accordion h2,
.content-accordion h3,
.ce_accordion h3,
.content-accordion h4,
.ce_accordion h4 {
  padding: 0 20px 12px;
}
#mitarbeiter-filter {
  margin-left: 0;
  list-style: none;
}
#mitarbeiter-filter:before,
#mitarbeiter-filter:after {
  display: table;
  content: "";
  line-height: 0;
}
#mitarbeiter-filter:after {
  clear: both;
}
#mitarbeiter-filter li {
  float: left;
  cursor: pointer;
  padding-left: 6px;
}
#mitarbeiter-filter li:hover {
  text-decoration: underline;
}
#mitarbeiter-filter li::before {
  content: '|';
  padding-right: 6px;
}
#mitarbeiter-filter li:first-child {
  padding-left: 0;
}
#mitarbeiter-filter li:first-child::before {
  display: none;
}
#mitarbeiter-filter li.active {
  color: #60172b;
  font-weight: bold;
}
#mitarbeiter-filter li.active:hover {
  text-decoration: none;
  cursor: auto;
}
#mitarbeiter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 950px) {
  #mitarbeiter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #mitarbeiter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.ce_mitarbeiter {
  opacity: 0;
  display: none;
}
.ce_mitarbeiter .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.ce_mitarbeiter .beruf {
  font-size: 14px;
  color: #60172B;
  margin-bottom: 5px;
  line-height: 18px;
}
.ce_mitarbeiter .telefon,
.ce_mitarbeiter .email {
  font-size: 14px;
  color: #565656;
  margin-bottom: 0;
  line-height: 18px;
}
.ce_mitarbeiter .telefon i,
.ce_mitarbeiter .email i {
  width: 17px;
  display: inline-block;
}
.ce_mitarbeiter .email a {
  color: #565656;
  text-decoration: none !important;
}
.ce_mitarbeiter .email a:hover {
  text-decoration: underline !important;
  color: #565656 !important;
}


@media (max-width: 950px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
  #header:after {
    display: none;
  }
  #header .inside {
    width: 100%;
  }
  #header .header-metanavi {
    display: none;
  }
  #header .logo {
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding: 12px 0;
    width: 100%;
  }
  #header .logo a {
    margin: 0 auto;
    width: 158px;
    height: 79px;
  }
  #header .mainnav {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #header .mainnav ul {
    position: relative;
    margin-bottom: 0;
    border-width: 1px 0;
  }
  #header .mainnav li {
    display: none;
    float: none;
    padding: 0;
    text-align: center;
    border-width: 1px 0;
  }
  #header .mainnav li.menuToggler {
    display: block;
  }
  #header .mainnav a,
  #header .mainnav strong {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border: none;
  }
  #header .mainnav a:hover,
  #header .mainnav strong.active,
  #header .mainnav a.trail {
    margin: 0;
  }
  #header .telefon,
  #header .sos {
    display: none;
  }

  #footer {
    padding: 0 20px;
  }
  #footer .inside {
    width: 100%;
    padding-bottom: 24px;
  }
  #footer h2,
  #footer h4 {
    margin: 24px 0 12px;
    line-height: 24px;
  }
  #footer .kontakt {
    display: none;
  }
  #footer .footernav {
    float: none;
    width: 100%;
  }
  #footer .footernav li {
    float: none;
    width: 100%;
  }
  #footer .footernav li a,
  #footer .footernav li strong {
    margin: 0;
    line-height: 32px;
  }
  #footer .meta {
    width: 100%;
  }
  figure {
    margin-bottom: 12px;
  }
  body.index #container3 h1,  
  body.index #main h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  body.index #container3 h1 small,  
  body.index #main h1 small {
    font-size: 18px;
    line-height: 24px;
  }
  body.index #main .telefon {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    width: 85%;
    margin: 0 auto;
  }
  body.index #main .telefon .nummer {
    background-color: #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
  }
  body.index #main .telefon .sprechzeiten {
    display: none;
  }
  body.index #main #teaser {
    background: none;
    margin: 0;
    height: auto;
  }
  body.index #main #teaser .inside {
    width: 100%;
  }
  body.index #main #teaser .content-image {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 12px 0;
    width: 100%;
  }
  body.index #main #teaser .content-image figure {
    padding: 0;
    border: 0;
    height: auto;
    overflow: hidden;
  }
  body.index #main #teaser .redbox {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  body.index #main .willkommen {
    padding: 28px 0;
  }
  body.index #main .willkommen p {
    display: inline;
    font-size: 14px;
  }

  body.index #container3 .anfahrt {
    padding-top: 48px;
  }
  #togglebox {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 24px 0;
    width: 100%;
  }
  #togglebox > * {
    padding: 0 12px;
  }
  .infoToggler {
    display: none;
  }
  #mitarbeiter-filter {
    display: none;
  }

  #praxisrundgang ul {
    text-align: center;
  }
  #praxisrundgang ul li {
    float: none;
  }
}

.module-easy-popup {
  
}
.module-easy-popup .content-accordion .toggler, 
.module-easy-popup .ce_accordion .toggler {
  font-size: 1.25em;
  position: relative;
}
.module-easy-popup .content-accordion .toggler:before, 
.module-easy-popup .ce_accordion .toggler:before {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.module-easy-popup .content-accordion .toggler > span, 
.module-easy-popup .ce_accordion .toggler > span {
  position: absolute;
  left: 10px;
  right: 10px;  
  bottom: 10px;
  top: 10px;
}
.module-easy-popup form {
  border: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.module-easy-popup form button {
  border: 0;
  color: #fff;
  background-color: #561527;
  font-size: 32px;
}




.map-optout-marketing {
  background: #eee;
  padding: 40px 40px 20px;
}

@media screen and (max-width: 500px) {
    .map-optout-marketing {
        padding: 20px 20px 10px;
    }
}

@media (min-width: 951px) {
  .map-width-100 .map-optout-marketing {
    padding: 60px 60px 40px;
  }

  .map-width-100 .map-optout-marketing .inner {
    width: 50vw;
    text-align: left;
  }
}


.c4g_map {
    background:#fff url("/files/bock-sonnrein/images/map-de.svg") top center no-repeat;
    background-size: cover;
    position:relative;
    --popup-max-width: 80%;
}
.c4g-maps-consent-overlay {
    width: 30%;
    margin-top: 1%;
    margin-left: 20%;
    font-size: 0.8em;
    line-height: 1.35em;
      background-color: #f2f2f2;
      color: #60172b;    
}
  .c4g-maps-consent-overlay a {
      text-decoration: underline;
  }

@media (max-width: 1280px) {
  .c4g-maps-consent-overlay {  
      margin-left: 20%;
      width: 30%;
  }
}
body.anfahrt .c4g-maps-consent-overlay {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}

@media (max-width: 950px) {
  .c4g-maps-consent-overlay {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
*:focus-visible{outline: 2px solid #68263a;outline-offset: -2px}#togglebox *:focus-visible,#footer *:focus-visible{outline: 2px solid #fff;outline-offset: -2px}
button,input,select,textarea{margin: 0;font-size: 100%;vertical-align: middle}button,input{line-height: normal}button::-moz-focus-inner,input::-moz-focus-inner{padding: 0;border: 0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor: pointer}input[type="search"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none}textarea{overflow: auto;vertical-align: top}form{margin: 0 0 24px}fieldset{padding: 0;margin: 0;border: 0}legend{display: block;width: 100%;padding: 0;margin-bottom: 24px;font-size: 24px;line-height: 48px;color: #333;border: 0;border-bottom: 1px solid #e5e5e5}legend small{font-size: 18px;color: #888}label,input,button,select,textarea{font-size: 16px;font-weight: normal;line-height: 24px}input,button,select,textarea{font-family: 'PT Sans', sans-serif}label{display: block;margin-bottom: 5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display: inline-block;height: 24px;padding: 4px 6px;margin-bottom: 12px;font-size: 16px;line-height: 24px;color: #555;border-radius: 4px;vertical-align: middle}input,textarea,.uneditable-input{width: 206px}textarea{height: auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color: #fff;border: 1px solid #ccc;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color: rgba(82,168,236,0.8);outline: 0;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin: 4px 0 0;line-height: normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width: auto}select,input[type="file"]{height: 34px;line-height: 34px}select{width: 220px;border: 1px solid #ccc;background-color: #fff}select[multiple],select[size]{height: auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.uneditable-input,.uneditable-textarea{color: #888;background-color: #fcfcfc;border-color: #ccc;box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);cursor: not-allowed}.uneditable-input{overflow: hidden;white-space: nowrap}.uneditable-textarea{width: auto;height: auto}input:-moz-placeholder,textarea:-moz-placeholder{color: #888}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #888}.radio,.checkbox{min-height: 24px;padding-left: 20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float: left;margin-left: -20px}.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top: 5px}.radio.inline,.checkbox.inline{display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline{margin-left: 10px}.input-mini{width: 60px}.input-small{width: 90px}.input-medium{width: 150px}.input-large{width: 210px}.input-xlarge{width: 270px}.input-xxlarge{width: 530px}input,textarea,.uneditable-input{margin-left: 0}.form-actions{padding: 23px 20px 24px;margin-top: 24px;margin-bottom: 24px;background-color: #f5f5f5;border-top: 1px solid #e5e5e5}.form-actions:before,.form-actions:after{display: table;content: "";line-height: 0}.form-actions:after{clear: both}.help-block,.help-inline{color: #404040}.help-block{display: block;margin-bottom: 12px}.help-inline{display: inline-block;vertical-align: middle;padding-left: 5px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding: 0;border: 0}label[class*="span"]{float: none;margin-left: 0}.radio_container{margin-top: 6px}.radio_container legend{border-bottom: 0;margin: 0 0 5px;font-size: 16px;line-height: 24px}.radio_container label{display: inline;margin: 6px 24px 0 0}.radio_container input{margin-top: 1px;display: inline;line-height: 24px;vertical-align: text-top}.checkbox_container{margin-bottom: 24px}.checkbox_container label{display: inline;margin: 6px 24px 0 0}.checkbox_container input{margin-top: 1px;display: inline;line-height: 24px;vertical-align: text-top}form{background-color: #eeeeee;border: 1px solid #ddd}form .formbody{margin: 25px;margin-top: 15px;margin-bottom: 10px}form .formbody:before,form .formbody:after{display: table;content: "";line-height: 0}form .formbody:after{clear: both}form label{padding-top: 4px;font-size: 16px}form input{border: 1px solid #ddd}form input[type="file"]{margin-bottom: 10px}form input.submit{margin-top: 15px;margin-bottom: 10px}form textarea{width: 360px;max-width: 100%;height: 140px}form .mceEditor{display: block;margin-bottom: 10px}form label.error,form p.error{margin-bottom: 5px;padding: 0;color: #1a1a1a;border: none;background: none}form .textarea.error{background: white;border: 1px solid #ccc;border-radius: 4px;color: #555;padding: 4px 6px}form p.error{color: #d13f67}form span.mandatory{color: red;font-size: 14px}form .explanation{font-size: 12px;margin-top: 10px;margin-bottom: 0}.close{float: right;font-size: 20px;font-weight: bold;line-height: 24px;color: #000;text-shadow: 0 1px 0 #fff;opacity: 0.2}.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: 0.4}button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}a.btn{text-decoration: none !important;color: white}a.btn:hover{text-decoration: none !important;color: white !important}.btn{display: inline-block;padding: 4px 12px;margin-bottom: 0;font-size: 16px;line-height: 24px;text-align: center;vertical-align: middle;cursor: pointer;color: #333;text-shadow: 0 1px 1px rgba(255,255,255,0.75);background-color: #703444;background-image: -webkit-linear-gradient(top, #7a4755, #60172b);background-image: linear-gradient(to bottom, #7a4755, #60172b);background-repeat: repeat-x;border: 1px solid #7a4755;border-bottom-color: #5a343f;border-radius: 4px;box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus{color: #fff;background-color: #60172b;text-decoration: none;background-position: 0 -15px;-webkit-transition: background-position .1s linear;transition: background-position .1s linear}.btn:focus-within,.btn:focus{outline: 2px solid #fff;outline-offset: -4px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding: 0;border: 0}
#container{margin-right: auto;margin-left: auto;margin-bottom: 24px;display: grid;max-width: 940px}#container:before,#container:after{display: table;content: "";line-height: 0}#container:after{clear: both}#left{order: 1}#main{order: 2}#right{order: 3}body.columns-3-9 #container{grid-template-columns: 220px 1fr;column-gap: 20px}body.columns-8-4 #container{grid-template-columns: 1fr 180px;column-gap: 20px}@media (max-width: 950px){#container{padding-left: 10px;padding-right: 10px}#left{order: 3}#main{order: 1}#right{order: 2}body.columns-3-9 #container{grid-template-columns: 1fr}body.columns-8-4 #container{grid-template-columns: 1fr}}.ws_25,.dt_25,.tb_25,.mb_25{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;column-gap: 10px}.ws_50,.dt_50,.tb_50,.mb_50{display: grid;grid-template-columns: 1fr 1fr;column-gap: 10px}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/_fonts/pt-sans/pt-sans-v10-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'),
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/_fonts/pt-sans/pt-sans-narrow-v10-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/files/_fonts/fontawesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('/files/_fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
      url('/files/_fonts/fontawesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), 
      url('/files/_fonts/fontawesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), 
      url('/files/_fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571em;
  text-align: right;
  padding-right: 0.28571428571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714em;
}
.icons-ul {
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
