@font-face {
  font-family: 'CDUKievit';
  src: url(../fonts/CDUKievitWeb-Medium.eot);
  src: local('CDUKievit'), url(../fonts/CDUKievitWeb-Medium.woff) format('woff');
}
@font-face {
  font-family: 'CDUKievit Bold';
  src: url(../sites/all/themes/cduverband/fonts/CDUKievitWeb-BoldItalic.eot);
  src: local('CDUKievit Bold'), url(../fonts/CDUKievitWeb-BoldItalic.woff) format('woff');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: normal;
  font-family: 'CDUKievit Bold';
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

#lebenslauf {
   border-spacing: 30;
}

table {
  border-collapse: collapse;
}
@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: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #e95d0f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e95d0f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18.4px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #e95d0f;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: normal;
  font-family: 'CDUKievit Bold';
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    /* 1 */
    content: " ";
    /* 2 */
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    /* 1 */
    content: " ";
    /* 2 */
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.3;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.3;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 8px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.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: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
    
    
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'CDUKievit 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;
  /* IE8-9 */
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  -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);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding-left:0px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 12px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  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);
  -moz-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: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #c34e0d;
  border-color: #b0460b;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.btn-primary {
  color: #fff;
  background-color: #e95d0f;
  border-color: #d1530d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c34e0d;
  border-color: #983c0a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #e95d0f;
  border-color: #d1530d;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #e95d0f;
  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;
  -moz-box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e95d0f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 12px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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 .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../glyphicons_pro/glyphicons-halflings-regular.eot);
  src: url(../glyphicons_pro/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../glyphicons_pro/glyphicons-halflings-regular.woff) format('woff'), url(../glyphicons_pro/glyphicons-halflings-regular.ttf) format('truetype'), url(../glyphicons_pro/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-group:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.home .caret { display: none; }
.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: 16px;
  background-color: #e2e0d7;
  border: 0px;
  border-top:2px solid #e95d0f;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background-clip: padding-box;
  padding:0px;
}
.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: 7px 16px;
  clear: both;
  font-weight: normal;
  line-height: 15px;
  color: #000;
  white-space: nowrap;
}



.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.3;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 12px;
}
.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);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 8px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 12px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #fff;
  border-radius: 8px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 24px;
  border-radius: 12px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 4px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #e95d0f;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
@media (min-width: 768px) {
 
    .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none!important;
  color: #e95d0f!important;
  background-color: transparent;
}
    
    .dropdown-menu > li > a:before
{
    border-color: transparent #e95d0f;
    border-style: solid;
    border-width: 6px 0 6px 5px;
    content: " ";
    display: inline-block;
    height: 0;
    left: -8px;
    position: relative;
    top: 1px;
    vertical-align: top;
    width: 0;
}
    
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e95d0f;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #e95d0f;
  border-bottom-color: #e95d0f;
}
.nav a:hover .caret {
  border-top-color: #e95d0f;
  border-bottom-color: #e95d0f;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 144px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 8px;
  }
}
.navbar-header:before,
.navbar-header:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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: 22px !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  padding: 62px 15px;
  font-size: 24px;
  line-height: 20px;
  height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 55px;
  margin-bottom: 55px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
}
.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: 31px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-brand {
float:none;
}
  .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: 62px;
    padding-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@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;
    -moz-box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius:0px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 55px;
  margin-bottom: 55px;
}
.navbar-text {
  float: left;
  margin-top: 62px;
  margin-bottom: 62px;
}
@media (min-width: 768px) {
    
  .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e95d0f;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding-bottom: 12px;

}  
    
  ul#menu-main-menu
{
    height:22px;
}  
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f0efea;
  border-color: #e2e0d7;
}
.navbar-default .navbar-brand {
  color: #e95d0f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: #ee8018;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #e95d0f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e2e0d7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ee8018;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e1dfd5;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}


.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #e95d0f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a
  {
    color: #000;
    background-color: transparent;   
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #e95d0f;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 8px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.3;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #000;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #e95d0f;
  background-color: #e95d0f;
  border-color: #e95d0f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  border-color: #000;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 24px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.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:before,
.pager:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.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: #999999;
  background-color: transparent;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  font-family: 'CDUKievit Bold';
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #e95d0f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b94a0c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: normal;
  font-family: 'CDUKievit Bold';
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e95d0f;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.95;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #e95d0f;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
   font-family: 'CDUKievit Bold';
   font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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: #f5f5f5;
  border-radius: 8px;
  -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);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #e95d0f;
  -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);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fbdbc9;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #e95d0f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e95d0f;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e95d0f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -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);
  -moz-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: 12px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 24px;
   font-family: 'CDUKievit Bold';
   font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -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: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 8px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-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: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #999;
  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: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
  background-image: -moz-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='#7f000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
  background-image: -moz-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='#7f000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
   
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e2e0d7;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active-trail a, .navbar-default .navbar-nav > .active-trail a:hover, .navbar-default .navbar-nav > .active-trail a:focus {
    background-color: transparent;
    border: medium none;
    color: #000;
    padding: 8px 0;
    text-decoration: underline;
}
    
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
.navbar-nav > li {
    margin-right: 5px!important;
    text-align: left;
}
.navbar-nav > li > a {
    padding: 4px 7px!important;
}
    
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
@media (max-width: 767px) {
  body {
    padding-top: 93px;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 106px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 123px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 132px;
  }
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 65px;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body div#admin-toolbar {
  z-index: 500;
}
@media (min-width: 992px) {
  body.toolbar {
    padding-top: 94px !important;
  }
  body.toolbar-drawer {
    padding-top: 129px !important;
  }
}
body #admin-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1100;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
html body.admin-bar {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  html body.admin-bar {
    padding-top: 93px;
  }
}
@media (min-width: 768px) {
  html body.admin-bar {
    padding-top: 106px;
  }
}
@media (min-width: 992px) {
  html body.admin-bar {
    padding-top: 123px;
  }
}
@media (min-width: 1200px) {
  html body.admin-bar {
    padding-top: 132px;
  }
}
body.admin-bar .navbar-fixed-top {
  top: 32px;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
      
body.admin-bar .navbar-fixed-top {
    top: 46px;
}
  
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
h1,
.h1 {
  font-size: 200%;
}
h2,
.h2 {
  font-size: 150%;
}
h3,
.h3 {
  font-size: 125%;
}
.footer {
  margin-top: 0;
  padding: 35px 0 36px;
  border-top: 0;
  background: #737165;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar-header {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
@media (max-width: 767px) {
  .container > .navbar-header {
    margin-left: 0;
  }
}
.navbar-fixed-top {
  border-bottom-width: 1px;
}
.navbar-brand {
  font-size: 110%;
  line-height: 18px;
  float: none;
  padding: 3px;
  border-radius: 4px;
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 1px;
  color: #e95d0f;
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 150%;
    line-height: 29px;
    padding: 6px 10px;
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 175%;
    line-height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 200%;
    line-height: 40px;
    padding: 10px 15px;
  }
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar .logo {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  /*width: 100%;*/
}
@media (min-width: 768px) {
  .navbar .logo {
    padding-left: 0;
  }
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 15px;
  }
}
.navbar-nav > li {
  text-align: left;
}
@media (max-width: 767px) {
  .navbar-nav > li {
    margin-right: 0;
  }
}
.navbar-nav > li > a {
  line-height: 15px;
  font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding: 8px 0;
    color: #000;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-bottom: 10px;
    height: 22px;
    float: left;    
  }
  .navbar-nav > li > a {
    padding: 4px 15px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 4px 22px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 0px 0px 20px;
  }
}
.navbar-toggle {
  margin-bottom: 1px;
  margin-top: 1px;
  background: #e95d0f;
  clear: both;
  float: left;
  border: none;
  border-radius: 5px;
  margin-right: 0;
  margin-top: 10px;
  padding: 4px;
}
.navbar-toggle .icon-bar {
  width: 24px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default {
  min-height: 36px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active-trail a,
.navbar-default .navbar-nav > .active-trail a:hover,
.navbar-default .navbar-nav > .active-trail a:focus {
  background-color: #e95d0f;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active-trail a,
  .navbar-default .navbar-nav > .active-trail a:hover,
  .navbar-default .navbar-nav > .active-trail a:focus {
    padding: 8px 0;
    border: none;
    text-decoration: underline;
    background-color: transparent;
    color: #000;
  }
}
.navbar-default .navbar-nav .active-trail .dropdown-menu a,
.navbar-default .navbar-nav .active-trail .dropdown-menu a:hover,
.navbar-default .navbar-nav .active-trail .dropdown-menu a:focus {
  background-color: transparent;
  color: #000000;
}
.navbar-default .navbar-nav > .active ul.dropdown-menu a,
.navbar-default .navbar-nav > .active-trail ul.dropdown-menu a {
  padding-bottom: 0px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a:focus {
    background-color: transparent;
    color: #000;
  }
}
@media (min-width: 768px) {
 
   .navbar-default .navbar-nav .current-menu-ancestor > a
   {
    color:#fff;   
     background-color: #e95d0f;
    border-radius: 5px;
   }
    .navbar-default .navbar-nav .current-menu-ancestor > a .caret
    {
        border-bottom-color: #fff;
    border-top-color: #fff;
    }
  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a:focus {
    background-color: #e95d0f;
    border-radius: 5px;
  }
  
}
.navbar-default .navbar-nav .dropdown-menu a:hover,
.navbar-default .navbar-nav .dropdown-menu  a:focus,
.navbar-default .navbar-nav .dropdown-menu  a.active,
.navbar-default .navbar-nav .dropdown-menu  a.active-trail {
  text-decoration: underline;
  background-color: transparent;
  color: #000000;
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open.active-trail .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open.active-trail .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open.active-trail .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open.active .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open.active .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open.active .dropdown-menu > li > a:focus {
    padding: 5px 0px 0px 20px;
  }
  html #wpadminbar {
    z-index: 5000 !important;
    position: fixed!important;
}
  
}
.navbar-default .navbar-nav .open.active-trail a.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .dropdown.active-trail > a .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .dropdown-menu {
    font-size: 100%;
  }
}
ul.secondary {
  float: left;
}
@media (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.page-header.element-invisible {
  border: none;
}
.block h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 24px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
fieldset.search-advanced {
  padding-bottom: 1.5em;
  margin-top: 1em;
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin-bottom: 2em;
}
ul.action-links li {
  display: inline;
  padding-right: 1.5em;
}
ul.action-links [class^="icon-"],
ul.action-links [class*=" icon-"] {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #b94a48;
  border-color: #eed3d7;
}
fieldset legend.panel-heading {
  float: left;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 8px 8px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #999999;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #b94a48;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #b94a48;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #b94a48;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #000;
  border: 1px solid #fff;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  /* LTR */
  float: right;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  /* LTR */
  float: right;
   font-family: 'CDUKievit Bold';
   font-weight: normal;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  /* LTR */
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  /* LTR */
  clear: left;
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.progress-wrapper .progress .bar {
  border: 0 none;
  margin: 0;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #e95d0f;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 57%;
  -moz-transform-origin: 50% 57%;
  -ms-transform-origin: 50% 57%;
  -o-transform-origin: 50% 57%;
  transform-origin: 50% 57%;
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 12px;
}
.tab-pane .panel-heading {
  display: none;
}
.tab-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 8px 8px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.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,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 8px 8px 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 8px 0 0 8px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.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;
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 8px 8px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
.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;
}
label {
  font-weight: normal;
}
a.name.navbar-brand,
span.name.navbar-brand {
  padding: 0px;
}
.navbar-default .navbar-brand {
  color: #e95d0f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e95d0f;
  background-color: transparent;
}
.navbar {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding-top: 24px;
  }
}
div.navbar-header {
  height: 68px;
}
@media (min-width: 768px) {
  div.navbar-header {
    height: 45px;
  }
}
@media (min-width: 992px) {
  div.navbar-header {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  div.navbar-header {
    height: 65px;
  }
}
div.navbar-header p.navbar-brand-name {
  margin-bottom: 0px;
}
div.navbar-header p.lead {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
}
@media (min-width: 768px) {
  div.navbar-header p.lead {
    font-size: 115%;
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  div.navbar-header p.lead {
    font-size: 135%;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  block#block-ubg-cduverband-mix-cduverband-sitename-block {
    height: 35px;
  }
}
@media (min-width: 768px) {
  block#block-ubg-cduverband-mix-cduverband-sitename-block {
    height: auto;
  }
}
.navbar .logo a {
  display: block;
}
.navbar .logo img {
  height: 24px;
  width: auto;
}
@media (min-width: 768px) {
  .navbar .logo img {
    height: 34px;
  }
}
@media (min-width: 992px) {
  .navbar .logo img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .navbar .logo img {
    height: 42px;
  }
}
.social-box {
  padding: 0;
  margin: 0;
  /*margin-left: 60px;*/
  /*margin-left: 100px;*/
  /*margin-left: 200px; */
}
@media (max-width: 767px) {
  .social-box {
    position: absolute;
    top: 59px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .social-box {
    padding: 5px 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .social-box {
    padding: 2px 0;
  }
}
@media (min-width: 1200px) {
  .social-box {
    padding: 3px 0;
  }
}
li.nrw-icon {
  background-color: #bebcaf;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  float: left;
  margin-left: 10px;
  font-size: 95%;
}
li.nrw-icon:first-child {
  margin-left: 0;
}
li.nrw-icon:hover {
  background-color: #e95d0f;
}
li.nrw-icon.item-social-icon-facebook,
li.nrw-icon.item-social-icon-facebook:hover {
  background-color: #3b5999;
}
li.nrw-icon.item-social-icon-twitter,
li.nrw-icon.item-social-icon-twitter:hover {
  background-color: #00acf0;
}
li.nrw-icon a {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
  line-height: inherit;
  top: 0;
  text-decoration: none;
  display: block;
}
li.nrw-icon a.social-icon-facebook,
li.nrw-icon a.social-icon-twitter {
  background-size: 14px 14px;
}
@media (min-width: 768px) {
  li.nrw-icon a.social-icon-facebook,
  li.nrw-icon a.social-icon-twitter {
    background-size: 18px 18px;
  }
}
@media (min-width: 992px) {
  li.nrw-icon a.social-icon-facebook,
  li.nrw-icon a.social-icon-twitter {
    background-size: 22px 22px;
  }
}
li.nrw-icon a.social-icon-facebook img,
li.nrw-icon a.social-icon-twitter img {
  width: 14px;
}
@media (min-width: 768px) {
  li.nrw-icon a.social-icon-facebook img,
  li.nrw-icon a.social-icon-twitter img {
    width: 18px;
  }
}
@media (min-width: 992px) {
  li.nrw-icon a.social-icon-facebook img,
  li.nrw-icon a.social-icon-twitter img {
    width: 24px;
  }
}
li.nrw-icon a:hover {
  text-decoration: none;
}
li.nrw-icon a:focus,
li.nrw-icon a:active {
  outline: 1px solid red;
}
li.nrw-icon a:focus .link-title,
li.nrw-icon a:active .link-title {
  display: none;
}
@media (min-width: 768px) {
  li.nrw-icon {
    border-radius: 14px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin-left: 12px;
    font-size: 100%;
  }
}
@media (min-width: 992px) {
  li.nrw-icon {
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 115%;
    margin-left: 16px;
  }
}
.glyphicon .link-title,
.social-icon .link-title {
  text-indent: -5000px;
  display: block;
  float: left;
  width: 1px;
}
div#colorbox header {
  display: none;
}
div.region-navigation {
  float: right;
}
@media (max-width: 767px) {
  div.region-navigation {
    float: none;
  }
  div.region-navigation ul.nav .open .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
}
@media (max-width: 767px) {
  div.region-navigation ul.nav {
    margin: 0 15px;
  }
}
div.region-navigation ul.nav > li {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}
div.region-navigation ul.nav > li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  div.region-navigation ul.nav > li {
    display: block;
    margin-left: 0;
  }
}
div.region-navigation ul.nav > li > a,
div.region-navigation ul.nav > li > span {
  display: block;
  color: #000;
  padding-bottom: 12px;
  padding-top: 12px;
  line-height: 15px;
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
}
div.region-navigation ul.nav > li > a.glyphicon.regular,
div.region-navigation ul.nav > li > span.glyphicon.regular {
  padding-bottom: 0px;
  padding-top: 0px;
  /*margin: 4px 0 5px 0;*/
  margin-bottom: 10px;
  font-family: 'Glyphicons Regular';
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 0.8em;
}
div.region-navigation ul.nav > li > a.glyphicon.regular:hover,
div.region-navigation ul.nav > li > span.glyphicon.regular:hover {
  background: #e95d0f;
}
@media (max-width: 767px) {
  div.region-navigation ul.nav > li > a.glyphicon.regular,
  div.region-navigation ul.nav > li > span.glyphicon.regular {
    color: #000;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 15px;
    font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    background: none;
    text-align: left;
    width: auto;
    height: auto;
    broder-radius: 0;
    font-size: 1em;
  }
  div.region-navigation ul.nav > li > a.glyphicon.regular:hover,
  div.region-navigation ul.nav > li > span.glyphicon.regular:hover {
    background: none;
  }
  div.region-navigation ul.nav > li > a.glyphicon.regular:before,
  div.region-navigation ul.nav > li > span.glyphicon.regular:before {
    content: '';
  }
  div.region-navigation ul.nav > li > a.glyphicon.regular .link-title,
  div.region-navigation ul.nav > li > span.glyphicon.regular .link-title {
    text-indent: 0;
    display: block;
    float: none;
    width: auto;
  }
}
div.region-navigation ul.nav > li > a.dropdown-toggle,
div.region-navigation ul.nav > li > span.dropdown-toggle {
  cursor: pointer;
}
div.region-navigation ul.nav .caret {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
div.region-navigation ul.nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  left: auto;
  right: 0;
}
div.region-navigation ul.nav > li > .dropdown-menu > li {
  display: block;
  margin-left: 0;
}
div.region-navigation ul.nav > li > .dropdown-menu > li > span {
  clear: both;
  color: #000;
  display: block;
  font-size: 115%;
  font-weight: normal;
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.3125;
  padding: 3px 20px;
  white-space: nowrap;
}
div.region-navigation ul.nav > li > .dropdown-menu a:hover,
div.region-navigation ul.nav > li > .dropdown-menu a:focus,
div.region-navigation ul.nav > li > .dropdown-menu a.active,
div.region-navigation ul.nav > li > .dropdown-menu a.active-trail {
  text-decoration: underline;
}
@media (max-width: 767px) {
  div.region-navigation .open .dropdown-menu > li > a,
  div.region-navigation .open .dropdown-menu .dropdown-header {
    padding: 5px 0px 0px 20px;
    line-height: 21px;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
    
  #region-slideshow-wrapper
{
    padding-bottom: 10px;
    padding-top:10px;
}
    
  div.region-navigation .open .dropdown-menu > .active > a,
  div.region-navigation .open .dropdown-menu > .active > a:hover,
  div.region-navigation .open .dropdown-menu > .active > a:focus {
    background-color: #e2e0d7;
  }
}
html.js div.region-navigation #block-menu-menu-admin-menu .contextual-links-wrapper {
  display: none;
}
html {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #000;
}
h2.title,
h3.title,
h2.teaser-title,
h3.teaser-title,
.block h2.block-title {
  margin-top: 15px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  h2.title,
  h3.title,
  h2.teaser-title,
  h3.teaser-title,
  .block h2.block-title {
    margin-top: 18px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  h2.title,
  h3.title,
  h2.teaser-title,
  h3.teaser-title,
  .block h2.block-title {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
h2.teaser-title,
h3.teaser-title {
  font-size: 150%;
}
h3.teaser-title.plain {
  font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  margin-bottom: 0;
  margin-top: 4px;
}
@media (min-width: 768px) {
  h3.teaser-title.plain {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  h3.teaser-title.plain {
    margin-top: 6px;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
  text-decoration: none;
}
h3 a,
h3 a:hover {
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #e95d0f;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
  border: 0;
}
img.pull-left {
  margin-right: 12px;
}
@media (min-width: 768px) {
  img.pull-left {
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  img.pull-left {
    margin-right: 16px;
  }
}
img.pull-right {
  margin-left: 12px;
}
@media (min-width: 768px) {
  img.pull-right {
    margin-left: 14px;
  }
}
@media (min-width: 992px) {
  img.pull-right {
    margin-left: 16px;
  }
}
p {
  font-size: 100%;
}
p strong {
  font-weight: normal;
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
}
.embed-container,
.video-container,
.media-youtube-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.video-container iframe,
.media-youtube-video iframe,
.embed-container object,
.video-container object,
.embed-container embed,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2.teaser-title span.glyphicon,
h3.teaser-title span.glyphicon {
  padding-right: 10px;
}
a:focus {
  outline: 1px solid #e95d0f;
}
a:focus img {
  outline: none;
  border: 0;
}
#admin-menu a:focus {
  outline: none;
  border: 0;
}
.main-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .main-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .main-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
body.home .main-container {
  padding-top: 0;
  padding-bottom: 0;
}
.region-wrapper {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .region-wrapper {
    padding: 20px 0;
  }
  #region-slideshow-wrapper
{
    padding-bottom: 20px;
    padding-top:20px;
}
}
@media (min-width: 992px) {
  .region-wrapper {
    padding: 24px 0;
  }
}
#region-slideshow-wrapper,
#region-kontakt-wrapper {
  background: #d4d4cc;
}
#region-video-wrapper {
  background: #d4d4d4 url(../images/bg-region-video.jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}
#region-cdu-wrapper,
#region-gallery-wrapper {
  background: #f0efea;
}
#region-partei-wrapper {
  background: #e95d0f;
  color: #fff;
}
#region-partei-wrapper h1,
#region-partei-wrapper h2,
#region-partei-wrapper h3,
#region-partei-wrapper h4,
#region-partei-wrapper h5,
#region-partei-wrapper h6,
#region-partei-wrapper a,
#region-partei-wrapper h1 a,
#region-partei-wrapper h2 a,
#region-partei-wrapper h3 a,
#region-partei-wrapper h4 a,
#region-partei-wrapper h5 a,
#region-partei-wrapper h6 a {
  color: #fff;
}
#region-partei-wrapper h1 a:hover,
#region-partei-wrapper h2 a:hover,
#region-partei-wrapper h3 a:hover,
#region-partei-wrapper h4 a:hover,
#region-partei-wrapper h5 a:hover,
#region-partei-wrapper h6 a:hover {
  color: #000;
}
.nav-anchor {
  padding-top: 93px;
  margin-top: -93px;
}
@media (min-width: 768px) {
  .nav-anchor {
    padding-top: 107px;
    margin-top: -107px;
  }
}
@media (min-width: 992px) {
  .nav-anchor {
    padding-top: 125px;
    margin-top: -125px;
  }
}
@media (min-width: 1200px) {
  .nav-anchor {
    padding-top: 133px;
    margin-top: -133px;
  }
}
body.admin-menu .nav-anchor {
  padding-top: 121px;
  margin-top: -121px;
}
@media (min-width: 768px) {
  body.admin-menu .nav-anchor {
    padding-top: 135px;
    margin-top: -135px;
  }
}
@media (min-width: 992px) {
  body.admin-menu .nav-anchor {
    padding-top: 153px;
    margin-top: -153px;
  }
}
@media (min-width: 1200px) {
  body.admin-menu .nav-anchor {
    padding-top: 161px;
    margin-top: -161px;
  }
}
@media (min-width: 768px) {
  .view-frontpage .views-row {
    float: left;
    width: 220px;
  }
  .view-frontpage .views-row.views-row-1 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .view-frontpage .views-row h3.teaser-title {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
  }
  .view-frontpage .views-row h3.teaser-title a {
    text-decoration: underline;
  }
  .view-frontpage .views-row .text p strong {
    font-weight: normal;
    font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
  }
}
@media (min-width: 992px) {
  .view-frontpage .views-row {
    width: 293px;
  }
  .view-frontpage .views-row.views-row-1 {
    margin-right: 31px;
  }

}
@media (min-width: 1200px) {
  .view-frontpage .views-row {
    width: 360px;
  }
  .view-frontpage .views-row.views-row-1 {
    margin-right: 30px;
  }
  .view-frontpage .text {
    height: 83px;
    padding-bottom: 24px;
}
  .view-frontpage .text {
    height: 120px;
    padding-bottom: 14px;
}
}
.view-frontpage .view-footer {
  display: inline-block;
}
.view-frontpage .view-footer a {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.view-frontpage .view-footer a:after {
  content: ' »';
}
@media (min-width: 768px) {
  .view-frontpage .view-footer {
    position: relative;
    line-height: 1.5em;
    top: -1.5em;
    left: 6.5em;
  }
}
.view-frontpage .vscc_controls_previous,
.view-frontpage .vscc_controls_next,
.view-frontpage .vscc_controls_pause {
  display: none;
}
.view-frontpage .vscc_controls_previous a,
.view-frontpage .vscc_controls_next a,
.view-frontpage .vscc_controls_pause a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.75em;
  font-size: 100%;
  vertical-align: middle;
  margin: 0 1.5em 0 0;
  overflow: hidden;
}
.view-frontpage .vscc_controls_previous a:hover,
.view-frontpage .vscc_controls_next a:hover,
.view-frontpage .vscc_controls_pause a:hover {
  border-color: #e95d0f;
}
.view-frontpage .vscc_controls_previous a:hover span.glyphicon,
.view-frontpage .vscc_controls_next a:hover span.glyphicon,
.view-frontpage .vscc_controls_pause a:hover span.glyphicon {
  color: #e95d0f;
}
.view-frontpage .vscc_controls_previous a:focus,
.view-frontpage .vscc_controls_previous a:active,
.view-frontpage .vscc_controls_next a:focus,
.view-frontpage .vscc_controls_next a:active,
.view-frontpage .vscc_controls_pause a:focus,
.view-frontpage .vscc_controls_pause a:active {
  outline: 1px solid red;
}
.view-frontpage .vscc_controls_previous a:focus .link-title,
.view-frontpage .vscc_controls_previous a:active .link-title,
.view-frontpage .vscc_controls_next a:focus .link-title,
.view-frontpage .vscc_controls_next a:active .link-title,
.view-frontpage .vscc_controls_pause a:focus .link-title,
.view-frontpage .vscc_controls_pause a:active .link-title {
  display: none;
}
.view-frontpage .vscc_controls_previous a span.glyphicon,
.view-frontpage .vscc_controls_next a span.glyphicon,
.view-frontpage .vscc_controls_pause a span.glyphicon {
  color: #000;
  font-size: 75%;
  line-height: 1;
  margin: 0.55em 0em;
  top: -0.3em;
}
@media (min-width: 768px) {
  .view-frontpage .vscc_controls_previous,
  .view-frontpage .vscc_controls_next,
  .view-frontpage .vscc_controls_pause {
    display: inline-block;
  }
}
.view-frontpage .views-slideshow-cycle-main-frame-row,
.view-frontpage .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
.view-frontpage div.picture {
  position: relative;
}
.field-name-field-playbutton {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  font-family: 'Glyphicons Halflings';
  color: #fff;
  font-size: 150%;
}
@media (min-width: 768px) {
  .field-name-field-playbutton {
    font-size: 200%;
  }
}
@media (min-width: 992px) {
  .field-name-field-playbutton {
    font-size: 300%;
  }
}
.field-name-field-playbutton .field-items {
  position: absolute;
  top: -12px;
  left: -12px;
  line-height: 1;
}
.field-name-field-playbutton .field-items:before {
  content: "\e072";
}
@media (min-width: 768px) {
  .field-name-field-playbutton .field-items {
    top: -16px;
    left: -16px;
  }
}
@media (min-width: 992px) {
  .field-name-field-playbutton .field-items {
    top: -25px;
    left: -25px;
  }
}
.field-name-field-playbutton .field-item {
  text-indent: -5000px;
}
.region-video {
  text-align: center;
}
.region-video .media-youtube-video {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .region-video .media-youtube-video {
    padding-bottom: 0;
    overflow: visible;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .region-video .media-youtube-video iframe {
    width: 560px;
    height: 315px;
    position: static;
  }
}
.region-video .video-description {
  padding: 0.4em 0.75em;
  text-align: left;
  max-width: 560px;
  margin: 1em auto;
  background: #fff;
}
.region-video .video-description h3 {
  margin-top: 0;
}
.region-video .video-description div.text {
  margin: 0;
}
.view-teaser .views-row {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .view-teaser .views-row {
    float: left;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .view-teaser .views-row {
    margin-bottom: 20px;
  }
}
.view-teaser .views-row h3.teaser-title {
  margin-top: 0;
}
.view-teaser.teaser-2-col .views-row {
  width: 100%;
}
@media (min-width: 768px) {
  .view-teaser.teaser-2-col .views-row {
    width: 47%;
  }
  .view-teaser.teaser-2-col .views-row.views-row-odd {
    margin-right: 6%;
    clear: both;
  }
}
.view-teaser.teaser-3-col .views-row {
  width: 100%;
}
@media (min-width: 768px) {
  .view-teaser.teaser-3-col .views-row {
    width: 30%;
  }
  .view-teaser.teaser-3-col .views-row.views-row-2,
  .view-teaser.teaser-3-col .views-row.views-row-5,
  .view-teaser.teaser-3-col .views-row.views-row-8 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .view-teaser.teaser-3-col .views-row.views-row-1,
  .view-teaser.teaser-3-col .views-row.views-row-4,
  .view-teaser.teaser-3-col .views-row.views-row-7 {
    clear: both;
  }
}
.pressefotos h2.block-title {
  color: #000;
  font-size: 130%;
  margin-top: 20px;
}
.pressefotos h2.block-title span.glyphicon {
  padding-right: 5px;
}
.pressefotos .content a {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.field .field-label {
  font-weight: normal;
}
#share-top,
#share-bottom,
.zum-thema,
.picture,
.media-gallery,
.text,
.infoline,
.softline {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #share-top,
  #share-bottom,
  .zum-thema,
  .picture,
  .media-gallery,
  .text,
  .infoline,
  .softline {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  #share-top,
  #share-bottom,
  .zum-thema,
  .picture,
  .media-gallery,
  .text,
  .infoline,
  .softline {
    margin-bottom: 16px;
  }
}
.softline {
  background-color: #000;
  height: 1px;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .softline {
    margin-top: 14px;
  }
}
@media (min-width: 992px) {
  .softline {
    margin-top: 16px;
  }
}
.page-node .media-gallery,
.page-node .text,
.page-node .picture {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-node .media-gallery,
  .page-node .text,
  .page-node .picture {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .page-node .media-gallery,
  .page-node .text,
  .page-node .picture {
    margin-bottom: 32px;
  }
}
.zum-thema h3 {
  font-size: 125%;
  margin-top: 40px;
}
.zum-thema .field-item {
  padding: 3px 0;
  border-top: 1px solid #999;
  color: #e95d0f;
}
.zum-thema .field-item .glyphicon {
  padding-right: 3px;
}
.zum-thema .noderef .field-item:first-child {
  border: none;
}
.media-gallery,
div.media {
  line-height: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.media-gallery {
  max-width: 750px;
}
.node .media {
  margin-top: 0;
}
div.media.pull-left,
div.media.pull-right {
  width: auto;
}
div.media.pull-left {
  margin-right: 12px;
}
@media (min-width: 768px) {
  div.media.pull-left {
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  div.media.pull-left {
    margin-right: 16px;
  }
}
div.media.pull-right {
  margin-left: 12px;
}
@media (min-width: 768px) {
  div.media.pull-right {
    margin-left: 14px;
  }
}
@media (min-width: 992px) {
  div.media.pull-right {
    margin-left: 16px;
  }
}
.play-youtube {
  display: none;
}
.preview-youtube {
  cursor: pointer;
}
.region-sidebar-second .related-content-item {
  margin-top: 0;
  padding: 0 0 24px 0;
}
@media (min-width: 768px) {
  .region-sidebar-second .related-content-item {
    padding: 0 0 28px 0;
  }
}
@media (min-width: 992px) {
  .region-sidebar-second .related-content-item {
    padding: 0 0 32px 0;
  }
}
.region-sidebar-second .related-content-item.related-content-1 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.region-sidebar-second .related-content-item.last {
  padding-bottom: 0;
}
.slider {
  max-height: 422px;
  max-width: 750px;
}
.slider .field-name-field-media {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider .field-name-field-media .field-items {
  width: 100%;
  height: 100%;
}
.slider .field-name-field-media .field-items .field-item {
  width: 100%;
  height: 100%;
}
ul.slider-navi {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 10px auto 0 auto;
  text-align: center;
}
ul.slider-navi li.slider-navi-item {
  background: #c6c4ad;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
}
ul.slider-navi li.slider-navi-item.active {
  background: #e95d0f;
}
ul.slider-navi li#slider-navi-prev,
ul.slider-navi li#slider-navi-next {
  display: inline-block;
  background-color: #ccc;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 12px;
}
ul.slider-navi li#slider-navi-prev:hover,
ul.slider-navi li#slider-navi-next:hover {
  background-color: #e95d0f;
}
@media (min-width: 768px) {
  ul.slider-navi li#slider-navi-prev,
  ul.slider-navi li#slider-navi-next {
    margin: 0 16px;
  }
}
@media (min-width: 992px) {
  ul.slider-navi li#slider-navi-prev,
  ul.slider-navi li#slider-navi-next {
    margin: 0 20px;
  }
}
.slider-prev,
.slider-next {
  color: #fff;
  font-size: 100%;
  line-height: 24px;
  top: 0;
}
.cdushare-outer-vertical {
  display: none;
}
#share-bottom {
  display: block;
}
@media (min-width: 768px) {
  #share-bottom {
    display: none;
  }
}
@media (min-width: 992px) {
  #share-bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  body.sidebar-second #share-bottom {
    display: block;
  }
}
@media (min-width: 992px) {
  body.sidebar-second #share-bottom {
    display: none;
  }
}
#share-bottom .cdushare-horizontal {
  float: none;
  width: 100%;
}
#share-bottom .social_share_privacy_area {
  width: 100%;
  height: auto;
}
#share-bottom .social_share_privacy_area li {
  float: none;
  width: 100%;
  margin: 5px 0 !important;
}
#share-bottom .cdushare-outer-horizontal div.forward-button {
  float: none;
  margin: 10px 0 0 0;
}
#share-top {
  display: block;
}
@media (max-width: 767px) {
  #share-top {
    display: none;
  }
}
@media (min-width: 768px) {
  body.sidebar-second #share-top {
    display: none;
  }
}
@media (min-width: 992px) {
  body.sidebar-second #share-top {
    display: block;
  }
}
.media-collection-item-wrapper {
  padding: 0px;
}
article.node-media-gallery {
  overflow: hidden;
}
article.node-media-gallery .field-name-media-gallery-description {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  article.node-media-gallery .field-name-media-gallery-description {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  article.node-media-gallery .field-name-media-gallery-description {
    margin-bottom: 16px;
  }
}
.media-gallery-media .media-gallery-item-wrapper {
  margin: 0px;
}
.media-gallery-media .media-gallery-item {
  border: 0px;
  padding: 0px;
}
.meta-wrapper.hover {
  top: auto;
  bottom: 0px;
  left: 0px;
  padding: 1em;
  background: #000;
  -moz-opacity: 0.80 !important;
  opacity: 0.80 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" false !important;
  filter: alpha(opacity=80) !important;
  color: #fff;
}
.meta-wrapper.hover .media-title {
  color: #fff;
}
.meta-wrapper.hover .slider.meta-outer,
.meta-wrapper.hover .slider.meta-inner,
.meta-wrapper.hover .slider {
  background: none;
}
.meta-wrapper.hover .slider.bottom {
  display: none;
}
.mg-col {
  margin: 0 0 1em;
}
span.readmore {
  font-weight: normal;
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
}
span.readmore a:after {
  content: ' »';
}
.view-artikelliste .node,
.page-taxonomy .node {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .view-artikelliste .node,
  .page-taxonomy .node {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .view-artikelliste .node,
  .page-taxonomy .node {
    margin-bottom: 16px;
  }
}
.view-artikelliste .infoline,
.page-taxonomy .infoline {
  padding: 12px 0 3px 0;
  height: auto;
}
.view-artikelliste span.date,
.page-taxonomy span.date {
  font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
}
.view-artikelliste .view-footer a,
.page-taxonomy .view-footer a {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.view-3-cols .view-header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .view-3-cols .view-header {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .view-3-cols .view-header {
    margin-bottom: 32px;
  }
}
.view-3-cols .views-row {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .view-3-cols .views-row {
    float: left;
    width: 220px;
    margin-bottom: 28px;
    /*line-height: 1.5 * @one-em;
			height: 3 * @one-em; */
  }
  .view-3-cols .views-row.views-row-2,
  .view-3-cols .views-row.views-row-5,
  .view-3-cols .views-row.views-row-8,
  .view-3-cols .views-row.views-row-11,
  .view-3-cols .views-row.views-row-14,
  .view-3-cols .views-row.views-row-17,
  .view-3-cols .views-row.views-row-20,
  .view-3-cols .views-row.views-row-23,
  .view-3-cols .views-row.views-row-26,
  .view-3-cols .views-row.views-row-29,
  .view-3-cols .views-row.views-row-32,
  .view-3-cols .views-row.views-row-35 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .view-3-cols .views-row.views-row-1,
  .view-3-cols .views-row.views-row-4,
  .view-3-cols .views-row.views-row-7,
  .view-3-cols .views-row.views-row-10,
  .view-3-cols .views-row.views-row-13,
  .view-3-cols .views-row.views-row-16,
  .view-3-cols .views-row.views-row-19,
  .view-3-cols .views-row.views-row-22,
  .view-3-cols .views-row.views-row-25,
  .view-3-cols .views-row.views-row-28,
  .view-3-cols .views-row.views-row-31,
  .view-3-cols .views-row.views-row-34 {
    clear: both;
  }
  .view-3-cols .views-row h3.teaser-title {
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
  }
  .view-3-cols .views-row .text p strong {
    font-weight: normal;
    font-family: 'CDUKievit', Arial, Helvetica, Verdana, sans-serif;
  }
}
@media (min-width: 992px) {
  .view-3-cols .views-row {
    width: 293px;
    margin-bottom: 32px;
  }
  .view-3-cols .views-row.views-row-2,
  .view-3-cols .views-row.views-row-5,
  .view-3-cols .views-row.views-row-8,
  .view-3-cols .views-row.views-row-11,
  .view-3-cols .views-row.views-row-14,
  .view-3-cols .views-row.views-row-17,
  .view-3-cols .views-row.views-row-20,
  .view-3-cols .views-row.views-row-23,
  .view-3-cols .views-row.views-row-26,
  .view-3-cols .views-row.views-row-29,
  .view-3-cols .views-row.views-row-32,
  .view-3-cols .views-row.views-row-35 {
    margin-right: 31px;
  }
}
@media (min-width: 1200px) {
  .view-3-cols .views-row {
    width: 360px;
  }
  .view-3-cols .views-row.views-row-2,
  .view-3-cols .views-row.views-row-5,
  .view-3-cols .views-row.views-row-8,
  .view-3-cols .views-row.views-row-11,
  .view-3-cols .views-row.views-row-14,
  .view-3-cols .views-row.views-row-17,
  .view-3-cols .views-row.views-row-20,
  .view-3-cols .views-row.views-row-23,
  .view-3-cols .views-row.views-row-26,
  .view-3-cols .views-row.views-row-29,
  .view-3-cols .views-row.views-row-32,
  .view-3-cols .views-row.views-row-35 {
    margin-right: 30px;
  }
}
.view-3-cols .views-row div.picture {
  position: relative;
}
.view-3-cols .view-content:before,
.view-3-cols .view-content:after {
  content: " ";
  display: table;
}
.view-3-cols .view-content:after {
  clear: both;
}
body.page-user.not-logged-in {
  background: #d4d4cc;
}
.home h2.block-title {
  display: inline-block;
  margin-top: 0;
  font-size: 175%;
  line-height: 20px;
  padding: 0px;
  color: #e95d0f;
}
@media (min-width: 768px) {
  .home h2.block-title {
    line-height: 23px;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .home h2.block-title {
    line-height: 28px;
    padding: 0px;
  }
}
.region-area51 h2 {
  color: #e95d0f;
}
.region-sidebar-second .block {
  padding: 0 0 24px 0;
}
@media (min-width: 768px) {
  .region-sidebar-second .block {
    padding: 0 0 28px 0;
  }
}
@media (min-width: 992px) {
  .region-sidebar-second .block {
    padding: 0px 0 32px 0;
  }
}
.region-sidebar-second .block .text {
  margin-bottom: 0;
}
.region-sidebar-second .block.block-notitle > .content {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .region-sidebar-second .block.block-notitle > .content {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .region-sidebar-second .block.block-notitle > .content {
    margin-top: 20px;
  }
}
.region-content .block.about {
  padding: 0 0 24px 0;
}
@media (min-width: 768px) {
  .region-content .block.about {
    padding: 0 0 28px 0;
  }
}
@media (min-width: 992px) {
  .region-content .block.about {
    padding: 0 0 32px 0;
  }
}
.pagination .pager-ellipsis {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 100%;
   font-family: 'CDUKievit Bold';
   font-weight: normal;
  margin: 0 20px;
  padding: 0;
  display: none;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  outline: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #e95d0f;
  border-color: #e95d0f;
}
.pagination > li > a span.glyphicon,
.pagination > li > span span.glyphicon {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  color: inherit;
  line-height: inherit;
  top: 0px;
}
@media (min-width: 992px) {
  .pagination > li > a,
  .pagination > li > span {
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.pagination > li > a.icon,
.pagination > li > span.icon {
  display: inline-block;
  line-height: 24px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .pagination > li > a.icon,
  .pagination > li > span.icon {
    line-height: 30px;
  }
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .pagination > li:last-child > a,
  .pagination > li:last-child > span,
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .pagination > li:last-child > a,
  .pagination > li:last-child > span,
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-radius: 24px;
  }
}
ol.search-results {
  list-style: none;
  padding: 0;
}
ol.search-results li {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  ol.search-results li {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  ol.search-results li {
    margin-bottom: 32px;
  }
}
body.page-colorbox {
  padding: 0px !important;
}
body.page-colorbox header {
  display: none;
}
body.page-colorbox footer {
  display: none;
}
#gmap-map img {
  max-width: none;
}
img.revolution-clickable-item {
  cursor: pointer;
}
div#region-slideshow-wrapper {
  margin-top: 0px;
}
@media (min-width: 768px) {
  div#region-slideshow-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  div#region-slideshow-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  div#region-slideshow-wrapper {
    margin-top: 0px;
  }
}
div.ubg-iosslider-wrapper {
  margin-top: 0;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper {
  position: relative;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-image-wrapper {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 6400px;
  left: 50%;
  margin-left: -3200px;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-image-wrapper img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  margin: 0px auto;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper {
  height: 100%;
  margin: 0px auto;
  /*85%*/
  font-size: 75%;
}
@media (min-width: 992px) {
  div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper {
    /*95%*/
    font-size: 87.5%;
  }
}
@media (min-width: 1200px) {
  div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper {
    /*110%*/
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper h2.ubg-iosslider-slide-title {
    font-size: 115%;
  }
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper div.field {
  width: 70%;
  padding: 0% 1.5% 0.5% 1.5%;
  margin: 0px;
  display: none;
}
@media (min-width: 768px) {
  div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-wrapper div.field {
    display: block;
  }
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-inner {
  height: auto;
  min-height: 4em;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-inner h2,
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper div.ubg-iosslider-fields-inner h3 {
  line-height: 1em;
  margin: 0.5em 1.5%;
  padding: 0;
  width: 70%;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-white div.ubg-iosslider-fields-inner {
  background: url(../images/white-opaque.png);
  color: #000;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-white h2 {
  color: #000;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-black div.ubg-iosslider-fields-inner {
  background: url(../images/black-opaque.png);
  color: #fff;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-black h2 {
  color: #fff;
}
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-right div.ubg-iosslider-fields-inner,
div.ubg-iosslider-wrapper div.ubg-iosslider-slide-wrapper.ubg-iosslider-style-class-left div.ubg-iosslider-fields-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
div.ubg-iosslider-controller-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4.25em;
  margin: 0em 0em;
}
@media (max-width: 767px) {
  div.ubg-iosslider-controller-wrapper {
    height: 3.8em;
  }
}
@media (min-width: 1200px) {
  div.ubg-iosslider-controller-wrapper {
    height: 5em;
  }
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner {
  margin: 0px auto;
  padding: 1em 0em;
  height: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner {
    padding: 1.6em 0.5em;
  }
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.6em 0.3em;
  border-radius: 0.5em;
  background: transparent;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  color: #000;
}
@media (max-width: 767px) {
  div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item {
    margin: 1.75em 0.15em;
  }
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item.ubg-iosslider-controller-pager-item {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 0.75em;
  margin: 0 1em;
}
@media (max-width: 767px) {
  div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item.ubg-iosslider-controller-pager-item {
    margin: 0 0.25em;
  }
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item.ubg-iosslider-controller-pager-item:hover {
  color: #e95d0f;
  border-color: #e95d0f;
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item.ubg-iosslider-controller-pager-item span {
  display: inline-block;
  height: 2em;
  margin: 0.55em 0em;
  top: -0.25em;
  font-size: 75%;
}
div.ubg-iosslider-controller-wrapper div.ubg-iosslider-controller-inner a.ubg-iosslider-controller-item.active {
  background: transparent;
  border-color: #e95d0f;
}
.view-startseite-termine div.title,
.node-event div.title {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.view-startseite-termine div.title a,
.node-event div.title a {
  text-decoration: underline;
}
.view-startseite-termine .view-footer {
  display: inline-block;
}
.view-startseite-termine .view-footer a {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.view-startseite-termine .view-footer a:after {
  content: ' »';
}
.region-sidebar-second .view-startseite-termine div.text {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .region-sidebar-second .view-startseite-termine div.text {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .region-sidebar-second .view-startseite-termine div.text {
    margin-bottom: 16px;
  }
}
.home .view-startseite-termine .views-row {
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.home .view-startseite-termine .views-row div.text {
  margin-bottom: 0;
}
.view-feed.view-3-cols .views-row h3.teaser-title {
  margin-top: 0;
}
@media (min-width: 768px) {
  .view-feed.view-3-cols .views-row h3.teaser-title {
    height: 3.9em;
  }
}
@media (min-width: 992px) {
  .view-feed.view-3-cols .views-row h3.teaser-title {
    height: 2.6em;
  }
}
.view-feed.view-3-cols .views-row div.feed-content {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .view-feed.view-3-cols .views-row div.feed-content {
    display: block;
    height: 210px;
  }
}
@media (min-width: 992px) {
  .view-feed.view-3-cols .views-row div.feed-content {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .view-feed.view-3-cols .views-row div.feed-content {
    height: 300px;
  }
}
.view-feed.view-3-cols .views-row div.feed-content iframe,
.view-feed.view-3-cols .views-row div.feed-content img + img {
  display: none;
}
.view-feed.view-3-cols .views-row div.feed-content img {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .view-feed.view-3-cols .views-row {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  a.skip-link {
    display: none;
  }
}
a.skip-link,
a.skip-link:hover,
a.skip-link:visited,
a.skip-link:focus,
a.skip-link:active {
  position: absolute;
  overflow: hidden;
  left: 0;
  text-indent: -10000px;
  display: block;
}
a.skip-link:focus,
a.skip-link:active {
  text-indent: 0;
  color: red;
  border: 1px solid red;
  position: fixed;
  display: inline;
  line-height: 1;
}
@media (max-width: 767px) {
  a.skip-link:focus,
  a.skip-link:active {
    top: 93px;
  }
}
@media (min-width: 768px) {
  a.skip-link:focus,
  a.skip-link:active {
    top: 107px;
  }
}
@media (min-width: 992px) {
  a.skip-link:focus,
  a.skip-link:active {
    top: 125px;
  }
}
@media (min-width: 1200px) {
  a.skip-link:focus,
  a.skip-link:active {
    top: 133px;
  }
}
@media (max-width: 767px) {
  body.admin-menu a.skip-link:focus,
  body.admin-menu a.skip-link:active {
    top: 121px;
  }
}
@media (min-width: 768px) {
  body.admin-menu a.skip-link:focus,
  body.admin-menu a.skip-link:active {
    top: 135px;
  }
}
@media (min-width: 992px) {
  body.admin-menu a.skip-link:focus,
  body.admin-menu a.skip-link:active {
    top: 153px;
  }
}
@media (min-width: 1200px) {
  body.admin-menu a.skip-link:focus,
  body.admin-menu a.skip-link:active {
    top: 161px;
  }
}
.mg-lightbox-wrapper a:link,
.mg-lightbox-wrapper a:visited,
.mg-lightbox-wrapper a:active,
.mg-lightbox-wrapper a:hover,
.lightbox-stack a:link,
.lightbox-stack a:visited,
.lightbox-stack a:active,
.lightbox-stack a:hover {
  color: #e95d0f;
}
.region-footer .block {
  color: #fff;
  float: left;
  width: 15%;
  margin-left: 2%;
}
.region-footer .block:first-child {
  margin-left: 0;
}
.region-footer .block li a {
  color: #fff;
  padding: 0;
  font-size: 90%;
}
.region-footer .block h2.block-title,
.region-footer .block h3.block-title,
.region-footer .block a.block-title {
  font-size: 100%;
  color: #fff;
  margin-top: 0;
  background: none;
  padding: 0;
  line-height: 1.2em;
  text-decoration: none;
}

.region-footer .block h2.block-title a,
.region-footer .block h3.block-title a,
.region-footer .block a.block-title a {
  color: #fff;
  text-decoration: none;
}
.region-footer .block a.block-title,
.region-footer .block a.block-title:hover {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  text-decoration: none;
}
@media (max-width: 767px) {
  .region-footer .block {
    width: 50%;
    margin-left: 0%;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .region-footer .block.block-odd {
    clear: both;
  }
}
.region-footer.region-footer-7-col .block {
  width: 12%;
}
@media (max-width: 767px) {
  .region-footer.region-footer-7-col .block {
    width: 50%;
  }
}
.region-footer2 .block {
  width: 100%;
  margin: 2em 0 0 0;
}
.region-footer2 .block li a {
  font-size: 100%;
}
#copyright {
  color: #fff;
  border-top: 4px solid #98968a;
  padding-top: 20px;
  margin-top: 20px;
}
div#colorbox footer {
  display: none;
}
.btn,
.form-control {
  border-radius: 6px;
}
.btn-default {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #000;
  border-color: #000;
}
.form-control {
  box-shadow: none;
}
div.form-type-radios div.form-radios {
  display: inline-block;
  margin-left: 20px;
}
div.form-type-radios div.form-radios div.form-type-radio {
  display: inline-block;
  margin: 0px;
}
div.form-type-radios div.form-radios div.form-type-radio input.form-radio {
  margin-top: 2px;
}
form input.short-input-element {
  width: 45%;
}
form div.form-type-timestamp input.short-input-element {
  width: auto;
}
form div.form-type-date-popup div.date-padding {
  float: none;
  padding: 0px;
}
form div.form-type-date-popup div.date-padding label {
  display: none;
}
fieldset.captcha legend {
  font-size: 100%;
  border: none;
  color: #000;
  margin-bottom: 5px;
}
#inxmail-info,
#inxmail-form {
  float: left;
  width: 44%;
}
@media (max-width: 768px) {
  #inxmail-info,
  #inxmail-form {
    float: none;
    width: 100%;
  }
}
#inxmail-info {
  font-size: 150%;
  color: #fff;
  line-height: 150%;
  margin-left: 5%;
  padding: 12px 2% 12px 0;
  height: 93px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #inxmail-info {
    height: auto;
    margin-left: 0;
  }
}
#inxmail-form {
  background-color: #e4e2d2;
  border-radius: 8px;
  padding: 12px;
}
#inxmail-form #edit-inxmail-messages {
  margin-bottom: 0;
}
#inxmail-form #edit-inxmail-messages #inxmail-messagebox div {
  margin-bottom: 10px;
}
#inxmail-form div.form-item-email {
  float: left;
  width: 77%;
  margin-bottom: 10px;
}
#inxmail-form .form-control,
#inxmail-form #edit-submit {
  padding: 6px;
  font-size: 100%;
}
#inxmail-form .btn-default {
  float: right;
  width: 20%;
}
#inxmail-form div.form-item-einverstanden {
  clear: both;
  float: left;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #inxmail-form div.form-item-einverstanden {
    width: auto;
    margin-right: 5px;
  }
}
#toogle-einverstanden {
  float: left;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  max-height: 22px;
}
#einverstanden-text {
  clear: both;
  padding-top: 10px;
}
.kontakt-box {
  background: #d4d4cc;
}
#kontakt-info h3 {
  font-size: 125%;
  margin-top: 0;
  margin-bottom: 16px;
}
#kontakt-data,
#kontakt-form {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  #kontakt-data,
  #kontakt-form {
    float: none;
    width: 100%;
  }
}
#kontakt-data {
  line-height: 1.4375;
}
@media (min-width: 768px) {
  #kontakt-data {
    width: 40%;
  }
}
#kontakt-data > div {
  padding: 8px 0;
}
#kontakt-data .glyphicon {
  margin-right: 10px;
  font-size: 100%;
}
#kontakt-data .adresse {
  margin-bottom: 0em;
}
#kontakt-data .adresse .glyphicon {
  vertical-align: top;
}
#kontakt-data .adresse p {
  display: inline-block;
  line-height: 150%;
}
#kontakt-data div#ubg-gmap {
  margin-top: 1.5em;
}
#kontakt-form {
  /*.form-item-plz, .form-item-email,*/
}
#kontakt-form .form-item-vorname,
#kontakt-form .form-item-nachname,
#kontakt-form .form-item-strasse,
#kontakt-form .form-item-ort,
#kontakt-form .container-inline-date,
#kontakt-form .form-item-telefon {
  width: 48%;
  float: left;
}
#kontakt-form .form-item-vorname,
#kontakt-form .form-item-plz,
#kontakt-form .form-item-strasse,
#kontakt-form .container-inline-date {
  margin-right: 4%;
}
#kontakt-form .container-inline-date .date-padding {
  float: none;
  padding: 0;
}
#kontakt-form #toogle-free-info {
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  max-height: 22px;
  display: inline-block;
}
#kontakt-form #toogle-free-info .glyphicon {
  font-size: 100%;
}
#kontakt-form #toogle-free-info span.invisible-text {
  display: block;
  text-indent: -5000px;
  float: left;
}
#kontakt-form #einverstanden-text {
  clear: both;
  padding-top: 10px;
}
#kontakt-form .help-block {
  color: #000;
}
#kontakt-form .panel-default {
  border: 0;
}
#kontakt-form .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
#kontakt-form .panel-body {
  padding: 8px 0;
}
#kontakt-form .panel-heading {
  border: 0;
  padding: 0;
}
#kontakt-form .panel-default > .panel-heading {
  background-color: transparent;
  color: #000;
}
#kontakt-form .panel-heading a {
  color: #000;
  text-decoration: none;
}
#kontakt-form .panel-heading a .glyphicon:before {
  content: "\e082";
}
#kontakt-form .panel-heading a.collapsed .glyphicon:before {
  content: "\e081";
}
#kontakt-form .panel-heading a:focus {
  outline: 0;
}
#kontakt-form legend,
#kontakt-form .panel-title {
  font-size: 100%;
}
@media (max-width: 768px) {
  #kontakt-form .form-item-vorname,
  #kontakt-form .form-item-nachname,
  #kontakt-form .form-item-plz,
  #kontakt-form .form-item-email,
  #kontakt-form .form-item-strasse,
  #kontakt-form .form-item-ort,
  #kontakt-form .container-inline-date,
  #kontakt-form .form-item-telefon {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.block-ubg-cdu-vor-ort .form-control {
  border-color: #d4d4cc;
}
.block-ubg-cdu-vor-ort form {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .block-ubg-cdu-vor-ort form {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .block-ubg-cdu-vor-ort form {
    margin-bottom: 16px;
  }
}
#search-form .form-control {
  border-color: #d4d4cc;
}
div#ubg-gallery-slider-container {
  position: relative;
}
div#ubg-gallery-slider-wrapper {
  overflow: hidden;
  height: 180px;
  margin: 0.3em 0 1em 0;
}
div#ubg-gallery-slider-images-wrapper {
  width: 6400px;
  margin-left: -3200px;
  position: relative;
  height: 180px;
}
div#ubg-gallery-slider-images-content-wrapper {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 180px;
}
div#ubg-gallery-slider-images-content-wrapper a {
  display: inline-block;
}
div#ubg-gallery-slider-wrapper div.ubg-gallery-slider-move {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 180px;
  background: #98968a;
  z-index: 100;
  cursor: pointer;
}
div#ubg-gallery-slider-wrapper div.ubg-gallery-slider-move div.icon {
  width: 9px;
  height: 16px;
  margin: 82px auto;
}
div#ubg-gallery-slider-wrapper div.ubg-gallery-slider-move.inactive {
  background: #aaa;
  cursor: auto;
}
div#ubg-gallery-slider-wrapper div.ubg-gallery-slider-move.inactive div.icon {
  background-position: 0px 16px !important;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left {
  left: 0px;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left div.icon {
  background-image: url(../images/slider/arrowleft.png);
  background-position: 0px 0px;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right {
  right: 0px;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right div.icon {
  background-image: url(../images/slider/arrowright.png);
  background-position: 0px 0px;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left .glyphicon,
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right .glyphicon {
  border: 1px solid #fff;
  text-align: center;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  vertical-align: middle;
  margin: 77px 7px;
  color: #fff;
  font-size: 75%;
  text-decoration: none;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left .glyphicon:hover,
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right .glyphicon:hover {
  border-color: #e95d0f;
  color: #e95d0f;
}
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left .glyphicon:focus,
div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right .glyphicon:focus {
  outline: none;
  color: #e95d0f;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-left .glyphicon,
  div#ubg-gallery-slider-wrapper div#ubg-gallery-slider-move-right .glyphicon {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin: 75px 10px;
  }
}
div.ubg-gallery-slider-galleries-link {
  font-family: 'CDUKievit Bold', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
div.ubg-gallery-slider-galleries-link a:after {
  content: ' »';
}
#cboxOverlay {
  position: absolute !important;
}
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url(../glyphicons_pro/glyphicons-social-regular.eot);
  src: url(../glyphicons_pro/glyphicons-social-regular.eot?#iefix) format('embedded-opentype'), url(../glyphicons_pro/glyphicons-social-regular.woff) format('woff'), url(../glyphicons_pro/glyphicons-social-regular.ttf) format('truetype'), url(../glyphicons_pro/glyphicons-social-regular.svg#glyphicons_socialregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon.social {
  font-family: 'Glyphicons Social Regular';
}
.glyphicon-pinterest.social:before {
  content: "\E001";
}
.glyphicon-dropbox.social:before {
  content: "\E002";
}
.glyphicon-google_plus.social:before {
  content: "\E003";
}
.glyphicon-jolicloud.social:before {
  content: "\E004";
}
.glyphicon-yahoo.social:before {
  content: "\E005";
}
.glyphicon-blogger.social:before {
  content: "\E006";
}
.glyphicon-picasa.social:before {
  content: "\E007";
}
.glyphicon-amazon.social:before {
  content: "\E008";
}
.glyphicon-tumblr.social:before {
  content: "\E009";
}
.glyphicon-wordpress.social:before {
  content: "\E010";
}
.glyphicon-instapaper.social:before {
  content: "\E011";
}
.glyphicon-evernote.social:before {
  content: "\E012";
}
.glyphicon-xing.social:before {
  content: "\E013";
}
.glyphicon-zootool.social:before {
  content: "\E014";
}
.glyphicon-dribbble.social:before {
  content: "\E015";
}
.glyphicon-deviantart.social:before {
  content: "\E016";
}
.glyphicon-read_it_later.social:before {
  content: "\E017";
}
.glyphicon-linked_in.social:before {
  content: "\E018";
}
.glyphicon-forrst.social:before {
  content: "\E019";
}
.glyphicon-pinboard.social:before {
  content: "\E020";
}
.glyphicon-behance.social:before {
  content: "\E021";
}
.glyphicon-github.social:before {
  content: "\E022";
}
.glyphicon-youtube.social:before {
  content: "\E023";
}
.glyphicon-skitch.social:before {
  content: "\E024";
}
.glyphicon-foursquare.social:before {
  content: "\E025";
}
.glyphicon-quora.social:before {
  content: "\E026";
}
.glyphicon-badoo.social:before {
  content: "\E027";
}
.glyphicon-spotify.social:before {
  content: "\E028";
}
.glyphicon-stumbleupon.social:before {
  content: "\E029";
}
.glyphicon-readability.social:before {
  content: "\E030";
}
.glyphicon-facebook.social:before {
  content: "\E031";
}
.glyphicon-twitter.social:before {
  content: "\E032";
}
.glyphicon-instagram.social:before {
  content: "\E033";
}
.glyphicon-posterous_spaces.social:before {
  content: "\E034";
}
.glyphicon-vimeo.social:before {
  content: "\E035";
}
.glyphicon-flickr.social:before {
  content: "\E036";
}
.glyphicon-last_fm.social:before {
  content: "\E037";
}
.glyphicon-rss.social:before {
  content: "\E038";
}
.glyphicon-skype.social:before {
  content: "\E039";
}
.glyphicon-e-mail.social:before {
  content: "\E040";
}
.glyphicon-vine.social:before {
  content: "\E041";
}
.glyphicon-myspace.social:before {
  content: "\E042";
}
.glyphicon-goodreads.social:before {
  content: "\E043";
}
.glyphicon-apple.social:before {
  content: "\F8FF";
}
.glyphicon-windows.social:before {
  content: "\E045";
}
.glyphicon-yelp.social:before {
  content: "\E046";
}
.glyphicon-playstation.social:before {
  content: "\E047";
}
.glyphicon-xbox.social:before {
  content: "\E048";
}
.glyphicon-android.social:before {
  content: "\E049";
}
.glyphicon-ios.social:before {
  content: "\E050";
}
@font-face {
  font-family: 'Glyphicons Filetypes Regular';
  src: url(../glyphicons_pro/glyphicons-filetypes-regular.eot);
  src: url(../glyphicons_pro/glyphicons-filetypes-regular.eot?#iefix) format('embedded-opentype'), url(../glyphicons_pro/glyphicons-filetypes-regular.woff) format('woff'), url(../glyphicons_pro/glyphicons-filetypes-regular.ttf) format('truetype'), url(../glyphicons_pro/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon.filetype {
  font-family: 'Glyphicons Filetypes Regular';
}
.glyphicon-txt.filetype:before {
  content: "\E001";
}
.glyphicon-doc.filetype:before {
  content: "\E002";
}
.glyphicon-rtf.filetype:before {
  content: "\E003";
}
.glyphicon-log.filetype:before {
  content: "\E004";
}
.glyphicon-tex.filetype:before {
  content: "\E005";
}
.glyphicon-msg.filetype:before {
  content: "\E006";
}
.glyphicon-text.filetype:before {
  content: "\E007";
}
.glyphicon-wpd.filetype:before {
  content: "\E008";
}
.glyphicon-wps.filetype:before {
  content: "\E009";
}
.glyphicon-docx.filetype:before {
  content: "\E010";
}
.glyphicon-page.filetype:before {
  content: "\E011";
}
.glyphicon-csv.filetype:before {
  content: "\E012";
}
.glyphicon-dat.filetype:before {
  content: "\E013";
}
.glyphicon-tar.filetype:before {
  content: "\E014";
}
.glyphicon-xml.filetype:before {
  content: "\E015";
}
.glyphicon-vcf.filetype:before {
  content: "\E016";
}
.glyphicon-pps.filetype:before {
  content: "\E017";
}
.glyphicon-key.filetype:before {
  content: "\1F511";
}
.glyphicon-ppt.filetype:before {
  content: "\E019";
}
.glyphicon-pptx.filetype:before {
  content: "\E020";
}
.glyphicon-sdf.filetype:before {
  content: "\E021";
}
.glyphicon-gbr.filetype:before {
  content: "\E022";
}
.glyphicon-ged.filetype:before {
  content: "\E023";
}
.glyphicon-mp3.filetype:before {
  content: "\E024";
}
.glyphicon-m4a.filetype:before {
  content: "\E025";
}
.glyphicon-waw.filetype:before {
  content: "\E026";
}
.glyphicon-wma.filetype:before {
  content: "\E027";
}
.glyphicon-mpa.filetype:before {
  content: "\E028";
}
.glyphicon-iff.filetype:before {
  content: "\E029";
}
.glyphicon-aif.filetype:before {
  content: "\E030";
}
.glyphicon-ra.filetype:before {
  content: "\E031";
}
.glyphicon-mid.filetype:before {
  content: "\E032";
}
.glyphicon-m3v.filetype:before {
  content: "\E033";
}
.glyphicon-e_3gp.filetype:before {
  content: "\E034";
}
.glyphicon-shf.filetype:before {
  content: "\E035";
}
.glyphicon-avi.filetype:before {
  content: "\E036";
}
.glyphicon-asx.filetype:before {
  content: "\E037";
}
.glyphicon-mp4.filetype:before {
  content: "\E038";
}
.glyphicon-e_3g2.filetype:before {
  content: "\E039";
}
.glyphicon-mpg.filetype:before {
  content: "\E040";
}
.glyphicon-asf.filetype:before {
  content: "\E041";
}
.glyphicon-vob.filetype:before {
  content: "\E042";
}
.glyphicon-wmv.filetype:before {
  content: "\E043";
}
.glyphicon-mov.filetype:before {
  content: "\E044";
}
.glyphicon-srt.filetype:before {
  content: "\E045";
}
.glyphicon-m4v.filetype:before {
  content: "\E046";
}
.glyphicon-flv.filetype:before {
  content: "\E047";
}
.glyphicon-rm.filetype:before {
  content: "\E048";
}
.glyphicon-png.filetype:before {
  content: "\E049";
}
.glyphicon-psd.filetype:before {
  content: "\E050";
}
.glyphicon-psp.filetype:before {
  content: "\E051";
}
.glyphicon-jpg.filetype:before {
  content: "\E052";
}
.glyphicon-tif.filetype:before {
  content: "\E053";
}
.glyphicon-tiff.filetype:before {
  content: "\E054";
}
.glyphicon-gif.filetype:before {
  content: "\E055";
}
.glyphicon-bmp.filetype:before {
  content: "\E056";
}
.glyphicon-tga.filetype:before {
  content: "\E057";
}
.glyphicon-thm.filetype:before {
  content: "\E058";
}
.glyphicon-yuv.filetype:before {
  content: "\E059";
}
.glyphicon-dds.filetype:before {
  content: "\E060";
}
.glyphicon-ai.filetype:before {
  content: "\E061";
}
.glyphicon-eps.filetype:before {
  content: "\E062";
}
.glyphicon-ps.filetype:before {
  content: "\E063";
}
.glyphicon-svg.filetype:before {
  content: "\E064";
}
.glyphicon-pdf.filetype:before {
  content: "\E065";
}
.glyphicon-pct.filetype:before {
  content: "\E066";
}
.glyphicon-indd.filetype:before {
  content: "\E067";
}
.glyphicon-xlr.filetype:before {
  content: "\E068";
}
.glyphicon-xls.filetype:before {
  content: "\E069";
}
.glyphicon-xlsx.filetype:before {
  content: "\E070";
}
.glyphicon-db.filetype:before {
  content: "\E071";
}
.glyphicon-dbf.filetype:before {
  content: "\E072";
}
.glyphicon-mdb.filetype:before {
  content: "\E073";
}
.glyphicon-pdb.filetype:before {
  content: "\E074";
}
.glyphicon-sql.filetype:before {
  content: "\E075";
}
.glyphicon-aacd.filetype:before {
  content: "\E076";
}
.glyphicon-app.filetype:before {
  content: "\E077";
}
.glyphicon-exe.filetype:before {
  content: "\E078";
}
.glyphicon-com.filetype:before {
  content: "\E079";
}
.glyphicon-bat.filetype:before {
  content: "\E080";
}
.glyphicon-apk.filetype:before {
  content: "\E081";
}
.glyphicon-jar.filetype:before {
  content: "\E082";
}
.glyphicon-hsf.filetype:before {
  content: "\E083";
}
.glyphicon-pif.filetype:before {
  content: "\E084";
}
.glyphicon-vb.filetype:before {
  content: "\E085";
}
.glyphicon-cgi.filetype:before {
  content: "\E086";
}
.glyphicon-css.filetype:before {
  content: "\E087";
}
.glyphicon-js.filetype:before {
  content: "\E088";
}
.glyphicon-php.filetype:before {
  content: "\E089";
}
.glyphicon-xhtml.filetype:before {
  content: "\E090";
}
.glyphicon-htm.filetype:before {
  content: "\E091";
}
.glyphicon-html.filetype:before {
  content: "\E092";
}
.glyphicon-asp.filetype:before {
  content: "\E093";
}
.glyphicon-cer.filetype:before {
  content: "\E094";
}
.glyphicon-jsp.filetype:before {
  content: "\E095";
}
.glyphicon-cfm.filetype:before {
  content: "\E096";
}
.glyphicon-aspx.filetype:before {
  content: "\E097";
}
.glyphicon-rss.filetype:before {
  content: "\E098";
}
.glyphicon-csr.filetype:before {
  content: "\E099";
}
.glyphicon-less.filetype:before {
  content: "\003C";
}
.glyphicon-otf.filetype:before {
  content: "\E101";
}
.glyphicon-ttf.filetype:before {
  content: "\E102";
}
.glyphicon-font.filetype:before {
  content: "\E103";
}
.glyphicon-fnt.filetype:before {
  content: "\E104";
}
.glyphicon-eot.filetype:before {
  content: "\E105";
}
.glyphicon-woff.filetype:before {
  content: "\E106";
}
.glyphicon-zip.filetype:before {
  content: "\E107";
}
.glyphicon-zipx.filetype:before {
  content: "\E108";
}
.glyphicon-rar.filetype:before {
  content: "\E109";
}
.glyphicon-targ.filetype:before {
  content: "\E110";
}
.glyphicon-sitx.filetype:before {
  content: "\E111";
}
.glyphicon-deb.filetype:before {
  content: "\E112";
}
.glyphicon-e_7z.filetype:before {
  content: "\E113";
}
.glyphicon-pkg.filetype:before {
  content: "\E114";
}
.glyphicon-rpm.filetype:before {
  content: "\E115";
}
.glyphicon-cbr.filetype:before {
  content: "\E116";
}
.glyphicon-gz.filetype:before {
  content: "\E117";
}
.glyphicon-dmg.filetype:before {
  content: "\E118";
}
.glyphicon-cue.filetype:before {
  content: "\E119";
}
.glyphicon-bin.filetype:before {
  content: "\E120";
}
.glyphicon-iso.filetype:before {
  content: "\E121";
}
.glyphicon-hdf.filetype:before {
  content: "\E122";
}
.glyphicon-vcd.filetype:before {
  content: "\E123";
}
.glyphicon-bak.filetype:before {
  content: "\E124";
}
.glyphicon-tmp.filetype:before {
  content: "\E125";
}
.glyphicon-ics.filetype:before {
  content: "\E126";
}
.glyphicon-msi.filetype:before {
  content: "\E127";
}
.glyphicon-cfg.filetype:before {
  content: "\E128";
}
.glyphicon-ini.filetype:before {
  content: "\E129";
}
.glyphicon-prf.filetype:before {
  content: "\E130";
}
@font-face {
  font-family: 'Glyphicons Halflings Regular';
  src: url(../glyphicons_pro/glyphicons-halflings-regular.eot);
  src: url(../glyphicons_pro/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../glyphicons_pro/glyphicons-halflings-regular.woff) format('woff'), url(../glyphicons_pro/glyphicons-halflings-regular.ttf) format('truetype'), url(../glyphicons_pro/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon.halflings {
  font-family: 'Glyphicons Halflings Regular';
}
.glyphicon-glass.halflings:before {
  content: "\E001";
}
.glyphicon-music.halflings:before {
  content: "\E002";
}
.glyphicon-search.halflings:before {
  content: "\E003";
}
.glyphicon-envelope.halflings:before {
  content: "\2709";
}
.glyphicon-heart.halflings:before {
  content: "\E005";
}
.glyphicon-star.halflings:before {
  content: "\E006";
}
.glyphicon-star-empty.halflings:before {
  content: "\E007";
}
.glyphicon-user.halflings:before {
  content: "\E008";
}
.glyphicon-film.halflings:before {
  content: "\E009";
}
.glyphicon-th-large.halflings:before {
  content: "\E010";
}
.glyphicon-th.halflings:before {
  content: "\E011";
}
.glyphicon-th-list.halflings:before {
  content: "\E012";
}
.glyphicon-ok.halflings:before {
  content: "\E013";
}
.glyphicon-remove.halflings:before {
  content: "\E014";
}
.glyphicon-zoom-in.halflings:before {
  content: "\E015";
}
.glyphicon-zoom-out.halflings:before {
  content: "\E016";
}
.glyphicon-off.halflings:before {
  content: "\E017";
}
.glyphicon-signal.halflings:before {
  content: "\E018";
}
.glyphicon-cog.halflings:before {
  content: "\E019";
}
.glyphicon-trash.halflings:before {
  content: "\E020";
}
.glyphicon-home.halflings:before {
  content: "\E021";
}
.glyphicon-file.halflings:before {
  content: "\E022";
}
.glyphicon-time.halflings:before {
  content: "\E023";
}
.glyphicon-road.halflings:before {
  content: "\E024";
}
.glyphicon-download-alt.halflings:before {
  content: "\E025";
}
.glyphicon-download.halflings:before {
  content: "\E026";
}
.glyphicon-upload.halflings:before {
  content: "\E027";
}
.glyphicon-inbox.halflings:before {
  content: "\E028";
}
.glyphicon-play-circle.halflings:before {
  content: "\E029";
}
.glyphicon-repeat.halflings:before {
  content: "\E030";
}
.glyphicon-refresh.halflings:before {
  content: "\E031";
}
.glyphicon-list-alt.halflings:before {
  content: "\E032";
}
.glyphicon-lock.halflings:before {
  content: "\1F512";
}
.glyphicon-flag.halflings:before {
  content: "\E034";
}
.glyphicon-headphones.halflings:before {
  content: "\E035";
}
.glyphicon-volume-off.halflings:before {
  content: "\E036";
}
.glyphicon-volume-down.halflings:before {
  content: "\E037";
}
.glyphicon-volume-up.halflings:before {
  content: "\E038";
}
.glyphicon-qrcode.halflings:before {
  content: "\E039";
}
.glyphicon-barcode.halflings:before {
  content: "\E040";
}
.glyphicon-tag.halflings:before {
  content: "\E041";
}
.glyphicon-tags.halflings:before {
  content: "\E042";
}
.glyphicon-book.halflings:before {
  content: "\E043";
}
.glyphicon-bookmark.halflings:before {
  content: "\1F516";
}
.glyphicon-print.halflings:before {
  content: "\E045";
}
.glyphicon-camera.halflings:before {
  content: "\1F4F7";
}
.glyphicon-font.halflings:before {
  content: "\E047";
}
.glyphicon-bold.halflings:before {
  content: "\E048";
}
.glyphicon-italic.halflings:before {
  content: "\E049";
}
.glyphicon-text-height.halflings:before {
  content: "\E050";
}
.glyphicon-text-width.halflings:before {
  content: "\E051";
}
.glyphicon-align-left.halflings:before {
  content: "\E052";
}
.glyphicon-align-center.halflings:before {
  content: "\E053";
}
.glyphicon-align-right.halflings:before {
  content: "\E054";
}
.glyphicon-align-justify.halflings:before {
  content: "\E055";
}
.glyphicon-list.halflings:before {
  content: "\E056";
}
.glyphicon-indent-left.halflings:before {
  content: "\E057";
}
.glyphicon-indent-right.halflings:before {
  content: "\E058";
}
.glyphicon-facetime-video.halflings:before {
  content: "\E059";
}
.glyphicon-picture.halflings:before {
  content: "\E060";
}
.glyphicon-pencil.halflings:before {
  content: "\270F";
}
.glyphicon-map-marker.halflings:before {
  content: "\E062";
}
.glyphicon-adjust.halflings:before {
  content: "\E063";
}
.glyphicon-tint.halflings:before {
  content: "\E064";
}
.glyphicon-edit.halflings:before {
  content: "\E065";
}
.glyphicon-share.halflings:before {
  content: "\E066";
}
.glyphicon-check.halflings:before {
  content: "\E067";
}
.glyphicon-move.halflings:before {
  content: "\E068";
}
.glyphicon-step-backward.halflings:before {
  content: "\E069";
}
.glyphicon-fast-backward.halflings:before {
  content: "\E070";
}
.glyphicon-backward.halflings:before {
  content: "\E071";
}
.glyphicon-play.halflings:before {
  content: "\E072";
}
.glyphicon-pause.halflings:before {
  content: "\E073";
}
.glyphicon-stop.halflings:before {
  content: "\E074";
}
.glyphicon-forward.halflings:before {
  content: "\E075";
}
.glyphicon-fast-forward.halflings:before {
  content: "\E076";
}
.glyphicon-step-forward.halflings:before {
  content: "\E077";
}
.glyphicon-eject.halflings:before {
  content: "\E078";
}
.glyphicon-chevron-left.halflings:before {
  content: "\E079";
}
.glyphicon-chevron-right.halflings:before {
  content: "\E080";
}
.glyphicon-plus-sign.halflings:before {
  content: "\E081";
}
.glyphicon-minus-sign.halflings:before {
  content: "\E082";
}
.glyphicon-remove-sign.halflings:before {
  content: "\E083";
}
.glyphicon-ok-sign.halflings:before {
  content: "\E084";
}
.glyphicon-question-sign.halflings:before {
  content: "\E085";
}
.glyphicon-info-sign.halflings:before {
  content: "\E086";
}
.glyphicon-screenshot.halflings:before {
  content: "\E087";
}
.glyphicon-remove-circle.halflings:before {
  content: "\E088";
}
.glyphicon-ok-circle.halflings:before {
  content: "\E089";
}
.glyphicon-ban-circle.halflings:before {
  content: "\E090";
}
.glyphicon-arrow-left.halflings:before {
  content: "\E091";
}
.glyphicon-arrow-right.halflings:before {
  content: "\E092";
}
.glyphicon-arrow-up.halflings:before {
  content: "\E093";
}
.glyphicon-arrow-down.halflings:before {
  content: "\E094";
}
.glyphicon-share-alt.halflings:before {
  content: "\E095";
}
.glyphicon-resize-full.halflings:before {
  content: "\E096";
}
.glyphicon-resize-small.halflings:before {
  content: "\E097";
}
.glyphicon-plus.halflings:before {
  content: "\002B";
}
.glyphicon-minus.halflings:before {
  content: "\2212";
}
.glyphicon-asterisk.halflings:before {
  content: "\002A";
}
.glyphicon-exclamation-sign.halflings:before {
  content: "\E101";
}
.glyphicon-gift.halflings:before {
  content: "\E102";
}
.glyphicon-leaf.halflings:before {
  content: "\E103";
}
.glyphicon-fire.halflings:before {
  content: "\1F525";
}
.glyphicon-eye-open.halflings:before {
  content: "\E105";
}
.glyphicon-eye-close.halflings:before {
  content: "\E106";
}
.glyphicon-warning-sign.halflings:before {
  content: "\E107";
}
.glyphicon-plane.halflings:before {
  content: "\E108";
}
.glyphicon-calendar.halflings:before {
  content: "\1F4C5";
}
.glyphicon-random.halflings:before {
  content: "\E110";
}
.glyphicon-comments.halflings:before {
  content: "\E111";
}
.glyphicon-magnet.halflings:before {
  content: "\E112";
}
.glyphicon-chevron-up.halflings:before {
  content: "\E113";
}
.glyphicon-chevron-down.halflings:before {
  content: "\E114";
}
.glyphicon-retweet.halflings:before {
  content: "\E115";
}
.glyphicon-shopping-cart.halflings:before {
  content: "\E116";
}
.glyphicon-folder-close.halflings:before {
  content: "\E117";
}
.glyphicon-folder-open.halflings:before {
  content: "\E118";
}
.glyphicon-resize-vertical.halflings:before {
  content: "\E119";
}
.glyphicon-resize-horizontal.halflings:before {
  content: "\E120";
}
.glyphicon-hdd.halflings:before {
  content: "\E121";
}
.glyphicon-bullhorn.halflings:before {
  content: "\E122";
}
.glyphicon-bell.halflings:before {
  content: "\1F514";
}
.glyphicon-certificate.halflings:before {
  content: "\E124";
}
.glyphicon-thumbs-up.halflings:before {
  content: "\E125";
}
.glyphicon-thumbs-down.halflings:before {
  content: "\E126";
}
.glyphicon-hand-right.halflings:before {
  content: "\E127";
}
.glyphicon-hand-left.halflings:before {
  content: "\E128";
}
.glyphicon-hand-top.halflings:before {
  content: "\E129";
}
.glyphicon-hand-down.halflings:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right.halflings:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left.halflings:before {
  content: "\E132";
}
.glyphicon-circle-arrow-top.halflings:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down.halflings:before {
  content: "\E134";
}
.glyphicon-globe.halflings:before {
  content: "\E135";
}
.glyphicon-wrench.halflings:before {
  content: "\1F527";
}
.glyphicon-tasks.halflings:before {
  content: "\E137";
}
.glyphicon-filter.halflings:before {
  content: "\E138";
}
.glyphicon-briefcase.halflings:before {
  content: "\1F4BC";
}
.glyphicon-fullscreen.halflings:before {
  content: "\E140";
}
.glyphicon-dashboard.halflings:before {
  content: "\E141";
}
.glyphicon-paperclip.halflings:before {
  content: "\1F4CE";
}
.glyphicon-heart-empty.halflings:before {
  content: "\E143";
}
.glyphicon-link.halflings:before {
  content: "\E144";
}
.glyphicon-phone.halflings:before {
  content: "\E145";
}
.glyphicon-pushpin.halflings:before {
  content: "\1F4CC";
}
.glyphicon-euro.halflings:before {
  content: "\20AC";
}
.glyphicon-usd.halflings:before {
  content: "\E148";
}
.glyphicon-gbp.halflings:before {
  content: "\E149";
}
.glyphicon-sort.halflings:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet.halflings:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt.halflings:before {
  content: "\E152";
}
.glyphicon-sort-by-order.halflings:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt.halflings:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes.halflings:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt.halflings:before {
  content: "\E156";
}
.glyphicon-unchecked.halflings:before {
  content: "\E157";
}
.glyphicon-expand.halflings:before {
  content: "\E158";
}
.glyphicon-collapse.halflings:before {
  content: "\E159";
}
.glyphicon-collapse-top.halflings:before {
  content: "\E160";
}
.glyphicon-log_in.halflings:before {
  content: "\E161";
}
.glyphicon-flash.halflings:before {
  content: "\E162";
}
.glyphicon-log_out.halflings:before {
  content: "\E163";
}
.glyphicon-new_window.halflings:before {
  content: "\E164";
}
.glyphicon-record.halflings:before {
  content: "\E165";
}
.glyphicon-save.halflings:before {
  content: "\E166";
}
.glyphicon-open.halflings:before {
  content: "\E167";
}
.glyphicon-saved.halflings:before {
  content: "\E168";
}
.glyphicon-import.halflings:before {
  content: "\E169";
}
.glyphicon-export.halflings:before {
  content: "\E170";
}
.glyphicon-send.halflings:before {
  content: "\E171";
}
.glyphicon-floppy_disk.halflings:before {
  content: "\E172";
}
.glyphicon-floppy_saved.halflings:before {
  content: "\E173";
}
.glyphicon-floppy_remove.halflings:before {
  content: "\E174";
}
.glyphicon-floppy_save.halflings:before {
  content: "\E175";
}
.glyphicon-floppy_open.halflings:before {
  content: "\E176";
}
.glyphicon-credit_card.halflings:before {
  content: "\E177";
}
.glyphicon-transfer.halflings:before {
  content: "\E178";
}
.glyphicon-cutlery.halflings:before {
  content: "\E179";
}
.glyphicon-header.halflings:before {
  content: "\E180";
}
.glyphicon-compressed.halflings:before {
  content: "\E181";
}
.glyphicon-earphone.halflings:before {
  content: "\E182";
}
.glyphicon-phone_alt.halflings:before {
  content: "\E183";
}
.glyphicon-tower.halflings:before {
  content: "\E184";
}
.glyphicon-stats.halflings:before {
  content: "\E185";
}
.glyphicon-sd_video.halflings:before {
  content: "\E186";
}
.glyphicon-hd_video.halflings:before {
  content: "\E187";
}
.glyphicon-subtitles.halflings:before {
  content: "\E188";
}
.glyphicon-sound_stereo.halflings:before {
  content: "\E189";
}
.glyphicon-sound_dolby.halflings:before {
  content: "\E190";
}
.glyphicon-sound_5_1.halflings:before {
  content: "\E191";
}
.glyphicon-sound_6_1.halflings:before {
  content: "\E192";
}
.glyphicon-sound_7_1.halflings:before {
  content: "\E193";
}
.glyphicon-copyright_mark.halflings:before {
  content: "\E194";
}
.glyphicon-registration_mark.halflings:before {
  content: "\E195";
}
.glyphicon-cloud.halflings:before {
  content: "\2601";
}
.glyphicon-cloud_download.halflings:before {
  content: "\E197";
}
.glyphicon-cloud_upload.halflings:before {
  content: "\E198";
}
.glyphicon-tree_conifer.halflings:before {
  content: "\E199";
}
.glyphicon-tree_deciduous.halflings:before {
  content: "\E200";
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url(../glyphicons_pro/glyphicons-regular.eot);
  src: url(../glyphicons_pro/glyphicons-regular.eot?#iefix) format('embedded-opentype'), url(../glyphicons_pro/glyphicons-regular.woff) format('woff'), url(../glyphicons_pro/glyphicons-regular.ttf) format('truetype'), url(../glyphicons_pro/glyphicons-regular.svg#glyphiconsregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon.regular {
  font-family: 'Glyphicons Regular';
}
.glyphicon.white {
  color: #fff;
}
.glyphicon-glass.regular:before {
  content: "\E001";
}
.glyphicon-leaf.regular:before {
  content: "\E002";
}
.glyphicon-dog.regular:before {
  content: "\1F415";
}
.glyphicon-user.regular:before {
  content: "\E004";
}
.glyphicon-girl.regular:before {
  content: "\1F467";
}
.glyphicon-car.regular:before {
  content: "\E006";
}
.glyphicon-user_add.regular:before {
  content: "\E007";
}
.glyphicon-user_remove.regular:before {
  content: "\E008";
}
.glyphicon-film.regular:before {
  content: "\E009";
}
.glyphicon-magic.regular:before {
  content: "\E010";
}
.glyphicon-envelope.regular:before {
  content: "\2709";
}
.glyphicon-camera.regular:before {
  content: "\1F4F7";
}
.glyphicon-heart.regular:before {
  content: "\E013";
}
.glyphicon-beach_umbrella.regular:before {
  content: "\E014";
}
.glyphicon-train.regular:before {
  content: "\1F686";
}
.glyphicon-print.regular:before {
  content: "\E016";
}
.glyphicon-bin.regular:before {
  content: "\E017";
}
.glyphicon-music.regular:before {
  content: "\E018";
}
.glyphicon-note.regular:before {
  content: "\E019";
}
.glyphicon-heart_empty.regular:before {
  content: "\E020";
}
.glyphicon-home.regular:before {
  content: "\E021";
}
.glyphicon-snowflake.regular:before {
  content: "\2744";
}
.glyphicon-fire.regular:before {
  content: "\1F525";
}
.glyphicon-magnet.regular:before {
  content: "\E024";
}
.glyphicon-parents.regular:before {
  content: "\E025";
}
.glyphicon-binoculars.regular:before {
  content: "\E026";
}
.glyphicon-road.regular:before {
  content: "\E027";
}
.glyphicon-search.regular:before {
  content: "\E028";
}
.glyphicon-cars.regular:before {
  content: "\E029";
}
.glyphicon-notes_2.regular:before {
  content: "\E030";
}
.glyphicon-pencil.regular:before {
  content: "\270F";
}
.glyphicon-bus.regular:before {
  content: "\1F68C";
}
.glyphicon-wifi_alt.regular:before {
  content: "\E033";
}
.glyphicon-luggage.regular:before {
  content: "\E034";
}
.glyphicon-old_man.regular:before {
  content: "\E035";
}
.glyphicon-woman.regular:before {
  content: "\1F469";
}
.glyphicon-file.regular:before {
  content: "\E037";
}
.glyphicon-coins.regular:before {
  content: "\E038";
}
.glyphicon-airplane.regular:before {
  content: "\2708";
}
.glyphicon-notes.regular:before {
  content: "\E040";
}
.glyphicon-stats.regular:before {
  content: "\E041";
}
.glyphicon-charts.regular:before {
  content: "\E042";
}
.glyphicon-pie_chart.regular:before {
  content: "\E043";
}
.glyphicon-group.regular:before {
  content: "\E044";
}
.glyphicon-keys.regular:before {
  content: "\E045";
}
.glyphicon-calendar.regular:before {
  content: "\1F4C5";
}
.glyphicon-router.regular:before {
  content: "\E047";
}
.glyphicon-camera_small.regular:before {
  content: "\E048";
}
.glyphicon-dislikes.regular:before {
  content: "\E049";
}
.glyphicon-star.regular:before {
  content: "\E050";
}
.glyphicon-link.regular:before {
  content: "\E051";
}
.glyphicon-eye_open.regular:before {
  content: "\E052";
}
.glyphicon-eye_close.regular:before {
  content: "\E053";
}
.glyphicon-alarm.regular:before {
  content: "\E054";
}
.glyphicon-clock.regular:before {
  content: "\E055";
}
.glyphicon-stopwatch.regular:before {
  content: "\E056";
}
.glyphicon-projector.regular:before {
  content: "\E057";
}
.glyphicon-history.regular:before {
  content: "\E058";
}
.glyphicon-truck.regular:before {
  content: "\E059";
}
.glyphicon-cargo.regular:before {
  content: "\E060";
}
.glyphicon-compass.regular:before {
  content: "\E061";
}
.glyphicon-keynote.regular:before {
  content: "\E062";
}
.glyphicon-paperclip.regular:before {
  content: "\1F4CE";
}
.glyphicon-power.regular:before {
  content: "\E064";
}
.glyphicon-lightbulb.regular:before {
  content: "\E065";
}
.glyphicon-tag.regular:before {
  content: "\E066";
}
.glyphicon-tags.regular:before {
  content: "\E067";
}
.glyphicon-cleaning.regular:before {
  content: "\E068";
}
.glyphicon-ruller.regular:before {
  content: "\E069";
}
.glyphicon-gift.regular:before {
  content: "\E070";
}
.glyphicon-umbrella.regular:before {
  content: "\2602";
}
.glyphicon-book.regular:before {
  content: "\E072";
}
.glyphicon-bookmark.regular:before {
  content: "\1F516";
}
.glyphicon-wifi.regular:before {
  content: "\E074";
}
.glyphicon-cup.regular:before {
  content: "\E075";
}
.glyphicon-stroller.regular:before {
  content: "\E076";
}
.glyphicon-headphones.regular:before {
  content: "\E077";
}
.glyphicon-headset.regular:before {
  content: "\E078";
}
.glyphicon-warning_sign.regular:before {
  content: "\E079";
}
.glyphicon-signal.regular:before {
  content: "\E080";
}
.glyphicon-retweet.regular:before {
  content: "\E081";
}
.glyphicon-refresh.regular:before {
  content: "\E082";
}
.glyphicon-roundabout.regular:before {
  content: "\E083";
}
.glyphicon-random.regular:before {
  content: "\E084";
}
.glyphicon-heat.regular:before {
  content: "\E085";
}
.glyphicon-repeat.regular:before {
  content: "\E086";
}
.glyphicon-display.regular:before {
  content: "\E087";
}
.glyphicon-log_book.regular:before {
  content: "\E088";
}
.glyphicon-address_book.regular:before {
  content: "\E089";
}
.glyphicon-building.regular:before {
  content: "\E090";
}
.glyphicon-eyedropper.regular:before {
  content: "\E091";
}
.glyphicon-adjust.regular:before {
  content: "\E092";
}
.glyphicon-tint.regular:before {
  content: "\E093";
}
.glyphicon-crop.regular:before {
  content: "\E094";
}
.glyphicon-vector_path_square.regular:before {
  content: "\E095";
}
.glyphicon-vector_path_circle.regular:before {
  content: "\E096";
}
.glyphicon-vector_path_polygon.regular:before {
  content: "\E097";
}
.glyphicon-vector_path_line.regular:before {
  content: "\E098";
}
.glyphicon-vector_path_curve.regular:before {
  content: "\E099";
}
.glyphicon-vector_path_all.regular:before {
  content: "\E100";
}
.glyphicon-font.regular:before {
  content: "\E101";
}
.glyphicon-italic.regular:before {
  content: "\E102";
}
.glyphicon-bold.regular:before {
  content: "\E103";
}
.glyphicon-text_underline.regular:before {
  content: "\E104";
}
.glyphicon-text_strike.regular:before {
  content: "\E105";
}
.glyphicon-text_height.regular:before {
  content: "\E106";
}
.glyphicon-text_width.regular:before {
  content: "\E107";
}
.glyphicon-text_resize.regular:before {
  content: "\E108";
}
.glyphicon-left_indent.regular:before {
  content: "\E109";
}
.glyphicon-right_indent.regular:before {
  content: "\E110";
}
.glyphicon-align_left.regular:before {
  content: "\E111";
}
.glyphicon-align_center.regular:before {
  content: "\E112";
}
.glyphicon-align_right.regular:before {
  content: "\E113";
}
.glyphicon-justify.regular:before {
  content: "\E114";
}
.glyphicon-list.regular:before {
  content: "\E115";
}
.glyphicon-text_smaller.regular:before {
  content: "\E116";
}
.glyphicon-text_bigger.regular:before {
  content: "\E117";
}
.glyphicon-embed.regular:before {
  content: "\E118";
}
.glyphicon-embed_close.regular:before {
  content: "\E119";
}
.glyphicon-table.regular:before {
  content: "\E120";
}
.glyphicon-message_full.regular:before {
  content: "\E121";
}
.glyphicon-message_empty.regular:before {
  content: "\E122";
}
.glyphicon-message_in.regular:before {
  content: "\E123";
}
.glyphicon-message_out.regular:before {
  content: "\E124";
}
.glyphicon-message_plus.regular:before {
  content: "\E125";
}
.glyphicon-message_minus.regular:before {
  content: "\E126";
}
.glyphicon-message_ban.regular:before {
  content: "\E127";
}
.glyphicon-message_flag.regular:before {
  content: "\E128";
}
.glyphicon-message_lock.regular:before {
  content: "\E129";
}
.glyphicon-message_new.regular:before {
  content: "\E130";
}
.glyphicon-inbox.regular:before {
  content: "\E131";
}
.glyphicon-inbox_plus.regular:before {
  content: "\E132";
}
.glyphicon-inbox_minus.regular:before {
  content: "\E133";
}
.glyphicon-inbox_lock.regular:before {
  content: "\E134";
}
.glyphicon-inbox_in.regular:before {
  content: "\E135";
}
.glyphicon-inbox_out.regular:before {
  content: "\E136";
}
.glyphicon-cogwheel.regular:before {
  content: "\E137";
}
.glyphicon-cogwheels.regular:before {
  content: "\E138";
}
.glyphicon-picture.regular:before {
  content: "\E139";
}
.glyphicon-adjust_alt.regular:before {
  content: "\E140";
}
.glyphicon-database_lock.regular:before {
  content: "\E141";
}
.glyphicon-database_plus.regular:before {
  content: "\E142";
}
.glyphicon-database_minus.regular:before {
  content: "\E143";
}
.glyphicon-database_ban.regular:before {
  content: "\E144";
}
.glyphicon-folder_open.regular:before {
  content: "\E145";
}
.glyphicon-folder_plus.regular:before {
  content: "\E146";
}
.glyphicon-folder_minus.regular:before {
  content: "\E147";
}
.glyphicon-folder_lock.regular:before {
  content: "\E148";
}
.glyphicon-folder_flag.regular:before {
  content: "\E149";
}
.glyphicon-folder_new.regular:before {
  content: "\E150";
}
.glyphicon-edit.regular:before {
  content: "\E151";
}
.glyphicon-new_window.regular:before {
  content: "\E152";
}
.glyphicon-check.regular:before {
  content: "\E153";
}
.glyphicon-unchecked.regular:before {
  content: "\E154";
}
.glyphicon-more_windows.regular:before {
  content: "\E155";
}
.glyphicon-show_big_thumbnails.regular:before {
  content: "\E156";
}
.glyphicon-show_thumbnails.regular:before {
  content: "\E157";
}
.glyphicon-show_thumbnails_with_lines.regular:before {
  content: "\E158";
}
.glyphicon-show_lines.regular:before {
  content: "\E159";
}
.glyphicon-playlist.regular:before {
  content: "\E160";
}
.glyphicon-imac.regular:before {
  content: "\E161";
}
.glyphicon-macbook.regular:before {
  content: "\E162";
}
.glyphicon-ipad.regular:before {
  content: "\E163";
}
.glyphicon-iphone.regular:before {
  content: "\E164";
}
.glyphicon-iphone_transfer.regular:before {
  content: "\E165";
}
.glyphicon-iphone_exchange.regular:before {
  content: "\E166";
}
.glyphicon-ipod.regular:before {
  content: "\E167";
}
.glyphicon-ipod_shuffle.regular:before {
  content: "\E168";
}
.glyphicon-ear_plugs.regular:before {
  content: "\E169";
}
.glyphicon-record.regular:before {
  content: "\E170";
}
.glyphicon-step_backward.regular:before {
  content: "\E171";
}
.glyphicon-fast_backward.regular:before {
  content: "\E172";
}
.glyphicon-rewind.regular:before {
  content: "\E173";
}
.glyphicon-play.regular:before {
  content: "\E174";
}
.glyphicon-pause.regular:before {
  content: "\E175";
}
.glyphicon-stop.regular:before {
  content: "\E176";
}
.glyphicon-forward.regular:before {
  content: "\E177";
}
.glyphicon-fast_forward.regular:before {
  content: "\E178";
}
.glyphicon-step_forward.regular:before {
  content: "\E179";
}
.glyphicon-eject.regular:before {
  content: "\E180";
}
.glyphicon-facetime_video.regular:before {
  content: "\E181";
}
.glyphicon-download_alt.regular:before {
  content: "\E182";
}
.glyphicon-mute.regular:before {
  content: "\E183";
}
.glyphicon-volume_down.regular:before {
  content: "\E184";
}
.glyphicon-volume_up.regular:before {
  content: "\E185";
}
.glyphicon-screenshot.regular:before {
  content: "\E186";
}
.glyphicon-move.regular:before {
  content: "\E187";
}
.glyphicon-more.regular:before {
  content: "\E188";
}
.glyphicon-brightness_reduce.regular:before {
  content: "\E189";
}
.glyphicon-brightness_increase.regular:before {
  content: "\E190";
}
.glyphicon-circle_plus.regular:before {
  content: "\E191";
}
.glyphicon-circle_minus.regular:before {
  content: "\E192";
}
.glyphicon-circle_remove.regular:before {
  content: "\E193";
}
.glyphicon-circle_ok.regular:before {
  content: "\E194";
}
.glyphicon-circle_question_mark.regular:before {
  content: "\E195";
}
.glyphicon-circle_info.regular:before {
  content: "\E196";
}
.glyphicon-circle_exclamation_mark.regular:before {
  content: "\E197";
}
.glyphicon-remove.regular:before {
  content: "\E198";
}
.glyphicon-ok.regular:before {
  content: "\E199";
}
.glyphicon-ban.regular:before {
  content: "\E200";
}
.glyphicon-download.regular:before {
  content: "\E201";
}
.glyphicon-upload.regular:before {
  content: "\E202";
}
.glyphicon-shopping_cart.regular:before {
  content: "\E203";
}
.glyphicon-lock.regular:before {
  content: "\1F512";
}
.glyphicon-unlock.regular:before {
  content: "\E205";
}
.glyphicon-electricity.regular:before {
  content: "\E206";
}
.glyphicon-ok_2.regular:before {
  content: "\E207";
}
.glyphicon-remove_2.regular:before {
  content: "\E208";
}
.glyphicon-cart_out.regular:before {
  content: "\E209";
}
.glyphicon-cart_in.regular:before {
  content: "\E210";
}
.glyphicon-left_arrow.regular:before {
  content: "\E211";
}
.glyphicon-right_arrow.regular:before {
  content: "\E212";
}
.glyphicon-down_arrow.regular:before {
  content: "\E213";
}
.glyphicon-up_arrow.regular:before {
  content: "\E214";
}
.glyphicon-resize_small.regular:before {
  content: "\E215";
}
.glyphicon-resize_full.regular:before {
  content: "\E216";
}
.glyphicon-circle_arrow_left.regular:before {
  content: "\E217";
}
.glyphicon-circle_arrow_right.regular:before {
  content: "\E218";
}
.glyphicon-circle_arrow_top.regular:before {
  content: "\E219";
}
.glyphicon-circle_arrow_down.regular:before {
  content: "\E220";
}
.glyphicon-play_button.regular:before {
  content: "\E221";
}
.glyphicon-unshare.regular:before {
  content: "\E222";
}
.glyphicon-share.regular:before {
  content: "\E223";
}
.glyphicon-chevron-right.regular:before {
  content: "\E224";
}
.glyphicon-chevron-left.regular:before {
  content: "\E225";
}
.glyphicon-bluetooth.regular:before {
  content: "\E226";
}
.glyphicon-euro.regular:before {
  content: "\20AC";
}
.glyphicon-usd.regular:before {
  content: "\E228";
}
.glyphicon-gbp.regular:before {
  content: "\E229";
}
.glyphicon-retweet_2.regular:before {
  content: "\E230";
}
.glyphicon-moon.regular:before {
  content: "\E231";
}
.glyphicon-sun.regular:before {
  content: "\2609";
}
.glyphicon-cloud.regular:before {
  content: "\2601";
}
.glyphicon-direction.regular:before {
  content: "\E234";
}
.glyphicon-brush.regular:before {
  content: "\E235";
}
.glyphicon-pen.regular:before {
  content: "\E236";
}
.glyphicon-zoom_in.regular:before {
  content: "\E237";
}
.glyphicon-zoom_out.regular:before {
  content: "\E238";
}
.glyphicon-pin.regular:before {
  content: "\E239";
}
.glyphicon-albums.regular:before {
  content: "\E240";
}
.glyphicon-rotation_lock.regular:before {
  content: "\E241";
}
.glyphicon-flash.regular:before {
  content: "\E242";
}
.glyphicon-google_maps.regular:before {
  content: "\E243";
}
.glyphicon-anchor.regular:before {
  content: "\2693";
}
.glyphicon-conversation.regular:before {
  content: "\E245";
}
.glyphicon-chat.regular:before {
  content: "\E246";
}
.glyphicon-male.regular:before {
  content: "\E247";
}
.glyphicon-female.regular:before {
  content: "\E248";
}
.glyphicon-asterisk.regular:before {
  content: "\002A";
}
.glyphicon-divide.regular:before {
  content: "\00F7";
}
.glyphicon-snorkel_diving.regular:before {
  content: "\E251";
}
.glyphicon-scuba_diving.regular:before {
  content: "\E252";
}
.glyphicon-oxygen_bottle.regular:before {
  content: "\E253";
}
.glyphicon-fins.regular:before {
  content: "\E254";
}
.glyphicon-fishes.regular:before {
  content: "\E255";
}
.glyphicon-boat.regular:before {
  content: "\E256";
}
.glyphicon-delete.regular:before {
  content: "\E257";
}
.glyphicon-sheriffs_star.regular:before {
  content: "\E258";
}
.glyphicon-qrcode.regular:before {
  content: "\E259";
}
.glyphicon-barcode.regular:before {
  content: "\E260";
}
.glyphicon-pool.regular:before {
  content: "\E261";
}
.glyphicon-buoy.regular:before {
  content: "\E262";
}
.glyphicon-spade.regular:before {
  content: "\E263";
}
.glyphicon-bank.regular:before {
  content: "\1F3E6";
}
.glyphicon-vcard.regular:before {
  content: "\E265";
}
.glyphicon-electrical_plug.regular:before {
  content: "\E266";
}
.glyphicon-flag.regular:before {
  content: "\E267";
}
.glyphicon-credit_card.regular:before {
  content: "\E268";
}
.glyphicon-keyboard-wireless.regular:before {
  content: "\E269";
}
.glyphicon-keyboard-wired.regular:before {
  content: "\E270";
}
.glyphicon-shield.regular:before {
  content: "\E271";
}
.glyphicon-ring.regular:before {
  content: "\02DA";
}
.glyphicon-cake.regular:before {
  content: "\E273";
}
.glyphicon-drink.regular:before {
  content: "\E274";
}
.glyphicon-beer.regular:before {
  content: "\E275";
}
.glyphicon-fast_food.regular:before {
  content: "\E276";
}
.glyphicon-cutlery.regular:before {
  content: "\E277";
}
.glyphicon-pizza.regular:before {
  content: "\E278";
}
.glyphicon-birthday_cake.regular:before {
  content: "\E279";
}
.glyphicon-tablet.regular:before {
  content: "\E280";
}
.glyphicon-settings.regular:before {
  content: "\E281";
}
.glyphicon-bullets.regular:before {
  content: "\E282";
}
.glyphicon-cardio.regular:before {
  content: "\E283";
}
.glyphicon-t-shirt.regular:before {
  content: "\E284";
}
.glyphicon-pants.regular:before {
  content: "\E285";
}
.glyphicon-sweater.regular:before {
  content: "\E286";
}
.glyphicon-fabric.regular:before {
  content: "\E287";
}
.glyphicon-leather.regular:before {
  content: "\E288";
}
.glyphicon-scissors.regular:before {
  content: "\E289";
}
.glyphicon-bomb.regular:before {
  content: "\1F4A3";
}
.glyphicon-skull.regular:before {
  content: "\1F480";
}
.glyphicon-celebration.regular:before {
  content: "\E292";
}
.glyphicon-tea_kettle.regular:before {
  content: "\E293";
}
.glyphicon-french_press.regular:before {
  content: "\E294";
}
.glyphicon-coffe_cup.regular:before {
  content: "\E295";
}
.glyphicon-pot.regular:before {
  content: "\E296";
}
.glyphicon-grater.regular:before {
  content: "\E297";
}
.glyphicon-kettle.regular:before {
  content: "\E298";
}
.glyphicon-hospital.regular:before {
  content: "\1F3E5";
}
.glyphicon-hospital_h.regular:before {
  content: "\E300";
}
.glyphicon-microphone.regular:before {
  content: "\1F3A4";
}
.glyphicon-webcam.regular:before {
  content: "\E302";
}
.glyphicon-temple_christianity_church.regular:before {
  content: "\E303";
}
.glyphicon-temple_islam.regular:before {
  content: "\E304";
}
.glyphicon-temple_hindu.regular:before {
  content: "\E305";
}
.glyphicon-temple_buddhist.regular:before {
  content: "\E306";
}
.glyphicon-bicycle.regular:before {
  content: "\1F6B2";
}
.glyphicon-life_preserver.regular:before {
  content: "\E308";
}
.glyphicon-share_alt.regular:before {
  content: "\E309";
}
.glyphicon-comments.regular:before {
  content: "\E310";
}
.glyphicon-flower.regular:before {
  content: "\2698";
}
.glyphicon-baseball.regular:before {
  content: "\26BE";
}
.glyphicon-rugby.regular:before {
  content: "\E313";
}
.glyphicon-ax.regular:before {
  content: "\E314";
}
.glyphicon-table_tennis.regular:before {
  content: "\E315";
}
.glyphicon-bowling.regular:before {
  content: "\1F3B3";
}
.glyphicon-tree_conifer.regular:before {
  content: "\E317";
}
.glyphicon-tree_deciduous.regular:before {
  content: "\E318";
}
.glyphicon-more_items.regular:before {
  content: "\E319";
}
.glyphicon-sort.regular:before {
  content: "\E320";
}
.glyphicon-filter.regular:before {
  content: "\E321";
}
.glyphicon-gamepad.regular:before {
  content: "\E322";
}
.glyphicon-playing_dices.regular:before {
  content: "\E323";
}
.glyphicon-calculator.regular:before {
  content: "\E324";
}
.glyphicon-tie.regular:before {
  content: "\E325";
}
.glyphicon-wallet.regular:before {
  content: "\E326";
}
.glyphicon-piano.regular:before {
  content: "\E327";
}
.glyphicon-sampler.regular:before {
  content: "\E328";
}
.glyphicon-podium.regular:before {
  content: "\E329";
}
.glyphicon-soccer_ball.regular:before {
  content: "\E330";
}
.glyphicon-blog.regular:before {
  content: "\E331";
}
.glyphicon-dashboard.regular:before {
  content: "\E332";
}
.glyphicon-certificate.regular:before {
  content: "\E333";
}
.glyphicon-bell.regular:before {
  content: "\1F514";
}
.glyphicon-candle.regular:before {
  content: "\E335";
}
.glyphicon-pushpin.regular:before {
  content: "\1F4CC";
}
.glyphicon-iphone_shake.regular:before {
  content: "\E337";
}
.glyphicon-pin_flag.regular:before {
  content: "\E338";
}
.glyphicon-turtle.regular:before {
  content: "\1F422";
}
.glyphicon-rabbit.regular:before {
  content: "\1F407";
}
.glyphicon-globe.regular:before {
  content: "\E341";
}
.glyphicon-briefcase.regular:before {
  content: "\1F4BC";
}
.glyphicon-hdd.regular:before {
  content: "\E343";
}
.glyphicon-thumbs_up.regular:before {
  content: "\E344";
}
.glyphicon-thumbs_down.regular:before {
  content: "\E345";
}
.glyphicon-hand_right.regular:before {
  content: "\E346";
}
.glyphicon-hand_left.regular:before {
  content: "\E347";
}
.glyphicon-hand_up.regular:before {
  content: "\E348";
}
.glyphicon-hand_down.regular:before {
  content: "\E349";
}
.glyphicon-fullscreen.regular:before {
  content: "\E350";
}
.glyphicon-shopping_bag.regular:before {
  content: "\E351";
}
.glyphicon-book_open.regular:before {
  content: "\E352";
}
.glyphicon-nameplate.regular:before {
  content: "\E353";
}
.glyphicon-nameplate_alt.regular:before {
  content: "\E354";
}
.glyphicon-vases.regular:before {
  content: "\E355";
}
.glyphicon-bullhorn.regular:before {
  content: "\E356";
}
.glyphicon-dumbbell.regular:before {
  content: "\E357";
}
.glyphicon-suitcase.regular:before {
  content: "\E358";
}
.glyphicon-file_import.regular:before {
  content: "\E359";
}
.glyphicon-file_export.regular:before {
  content: "\E360";
}
.glyphicon-bug.regular:before {
  content: "\1F41B";
}
.glyphicon-crown.regular:before {
  content: "\1F451";
}
.glyphicon-smoking.regular:before {
  content: "\E363";
}
.glyphicon-cloud-upload.regular:before {
  content: "\E364";
}
.glyphicon-cloud-download.regular:before {
  content: "\E365";
}
.glyphicon-restart.regular:before {
  content: "\E366";
}
.glyphicon-security_camera.regular:before {
  content: "\E367";
}
.glyphicon-expand.regular:before {
  content: "\E368";
}
.glyphicon-collapse.regular:before {
  content: "\E369";
}
.glyphicon-collapse_top.regular:before {
  content: "\E370";
}
.glyphicon-globe_af.regular:before {
  content: "\E371";
}
.glyphicon-global.regular:before {
  content: "\E372";
}
.glyphicon-spray.regular:before {
  content: "\E373";
}
.glyphicon-nails.regular:before {
  content: "\E374";
}
.glyphicon-claw_hammer.regular:before {
  content: "\E375";
}
.glyphicon-classic_hammer.regular:before {
  content: "\E376";
}
.glyphicon-hand_saw.regular:before {
  content: "\E377";
}
.glyphicon-riflescope.regular:before {
  content: "\E378";
}
.glyphicon-electrical_socket_eu.regular:before {
  content: "\E379";
}
.glyphicon-electrical_socket_us.regular:before {
  content: "\E380";
}
.glyphicon-message_forward.regular:before {
  content: "\E381";
}
.glyphicon-coat_hanger.regular:before {
  content: "\E382";
}
.glyphicon-dress.regular:before {
  content: "\1F457";
}
.glyphicon-bathrobe.regular:before {
  content: "\E384";
}
.glyphicon-shirt.regular:before {
  content: "\E385";
}
.glyphicon-underwear.regular:before {
  content: "\E386";
}
.glyphicon-log_in.regular:before {
  content: "\E387";
}
.glyphicon-log_out.regular:before {
  content: "\E388";
}
.glyphicon-exit.regular:before {
  content: "\E389";
}
.glyphicon-new_window_alt.regular:before {
  content: "\E390";
}
.glyphicon-video_sd.regular:before {
  content: "\E391";
}
.glyphicon-video_hd.regular:before {
  content: "\E392";
}
.glyphicon-subtitles.regular:before {
  content: "\E393";
}
.glyphicon-sound_stereo.regular:before {
  content: "\E394";
}
.glyphicon-sound_dolby.regular:before {
  content: "\E395";
}
.glyphicon-sound_5_1.regular:before {
  content: "\E396";
}
.glyphicon-sound_6_1.regular:before {
  content: "\E397";
}
.glyphicon-sound_7_1.regular:before {
  content: "\E398";
}
.glyphicon-copyright_mark.regular:before {
  content: "\E399";
}
.glyphicon-registration_mark.regular:before {
  content: "\E400";
}
.glyphicon-radar.regular:before {
  content: "\E401";
}
.glyphicon-skateboard.regular:before {
  content: "\E402";
}
.glyphicon-golf_course.regular:before {
  content: "\E403";
}
.glyphicon-sorting.regular:before {
  content: "\E404";
}
.glyphicon-sort-by-alphabet.regular:before {
  content: "\E405";
}
.glyphicon-sort-by-alphabet-alt.regular:before {
  content: "\E406";
}
.glyphicon-sort-by-order.regular:before {
  content: "\E407";
}
.glyphicon-sort-by-order-alt.regular:before {
  content: "\E408";
}
.glyphicon-sort-by-attributes.regular:before {
  content: "\E409";
}
.glyphicon-sort-by-attributes-alt.regular:before {
  content: "\E410";
}
.glyphicon-compressed.regular:before {
  content: "\E411";
}
.glyphicon-package.regular:before {
  content: "\1F4E6";
}
.glyphicon-cloud_plus.regular:before {
  content: "\E413";
}
.glyphicon-cloud_minus.regular:before {
  content: "\E414";
}
.glyphicon-disk_save.regular:before {
  content: "\E415";
}
.glyphicon-disk_open.regular:before {
  content: "\E416";
}
.glyphicon-disk_saved.regular:before {
  content: "\E417";
}
.glyphicon-disk_remove.regular:before {
  content: "\E418";
}
.glyphicon-disk_import.regular:before {
  content: "\E419";
}
.glyphicon-disk_export.regular:before {
  content: "\E420";
}
.glyphicon-tower.regular:before {
  content: "\E421";
}
.glyphicon-send.regular:before {
  content: "\E422";
}
.glyphicon-git_branch.regular:before {
  content: "\E423";
}
.glyphicon-git_create.regular:before {
  content: "\E424";
}
.glyphicon-git_private.regular:before {
  content: "\E425";
}
.glyphicon-git_delete.regular:before {
  content: "\E426";
}
.glyphicon-git_merge.regular:before {
  content: "\E427";
}
.glyphicon-git_pull_request.regular:before {
  content: "\E428";
}
.glyphicon-git_compare.regular:before {
  content: "\E429";
}
.glyphicon-git_commit.regular:before {
  content: "\E430";
}
.glyphicon-construction_cone.regular:before {
  content: "\E431";
}
.glyphicon-shoe_steps.regular:before {
  content: "\E432";
}
.glyphicon-plus.regular:before {
  content: "\002B";
}
.glyphicon-minus.regular:before {
  content: "\2212";
}
.glyphicon-redo.regular:before {
  content: "\E435";
}
.glyphicon-undo.regular:before {
  content: "\E436";
}
.glyphicon-golf.regular:before {
  content: "\E437";
}
.glyphicon-hockey.regular:before {
  content: "\E438";
}
.glyphicon-pipe.regular:before {
  content: "\E439";
}
.glyphicon-wrench.regular:before {
  content: "\1F527";
}
.glyphicon-folder_closed.regular:before {
  content: "\E441";
}
.glyphicon-phone_alt.regular:before {
  content: "\E442";
}
.glyphicon-earphone.regular:before {
  content: "\E443";
}
.glyphicon-floppy_disk.regular:before {
  content: "\E444";
}
.glyphicon-floppy_saved.regular:before {
  content: "\E445";
}
.glyphicon-floppy_remove.regular:before {
  content: "\E446";
}
.glyphicon-floppy_save.regular:before {
  content: "\E447";
}
.glyphicon-floppy_open.regular:before {
  content: "\E448";
}
.glyphicon-translate.regular:before {
  content: "\E449";
}
.glyphicon-fax.regular:before {
  content: "\E450";
}
.glyphicon-factory.regular:before {
  content: "\1F3ED";
}
.glyphicon-shop_window.regular:before {
  content: "\E452";
}
.glyphicon-shop.regular:before {
  content: "\E453";
}
.glyphicon-kiosk.regular:before {
  content: "\E454";
}
.glyphicon-kiosk_wheels.regular:before {
  content: "\E455";
}
.glyphicon-kiosk_light.regular:before {
  content: "\E456";
}
.glyphicon-kiosk_food.regular:before {
  content: "\E457";
}
.glyphicon-transfer.regular:before {
  content: "\E458";
}
.glyphicon-money.regular:before {
  content: "\E459";
}
.glyphicon-header.regular:before {
  content: "\E460";
}
.glyphicon-blacksmith.regular:before {
  content: "\E461";
}
.glyphicon-saw_blade.regular:before {
  content: "\E462";
}
.glyphicon-basketball.regular:before {
  content: "\E463";
}
.glyphicon-server.regular:before {
  content: "\E464";
}
.glyphicon-server_plus.regular:before {
  content: "\E465";
}
.glyphicon-server_minus.regular:before {
  content: "\E466";
}
.glyphicon-server_ban.regular:before {
  content: "\E467";
}
.glyphicon-server_flag.regular:before {
  content: "\E468";
}
.glyphicon-server_lock.regular:before {
  content: "\E469";
}
.glyphicon-server_new.regular:before {
  content: "\E470";
}

.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    margin: 0;
    padding: 0;
    width: 1px;
}