/**
 * MusikBlog Template
 * @file    template.less
 * @author  Severin Burgstaller
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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-lock:before {
  content: "\e033";
}
.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-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.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-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.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-bell:before {
  content: "\e123";
}
.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-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .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);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans.woff') format('woff'), url('../fonts/OpenSans/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * variables
 * @file    variables.less
 * @author  Severin Burgstaller
 */
/**
 * layout
 * @file    layout.less
 * @author  severinburgstaller
 */
html {
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  background-color: #b9b9b9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body .container,
body .container-fluid {
  background: #efefef;
  overflow-x: hidden;
}
body ::selection {
  background: #c22bf7;
}
body ::moz-selection {
  background: #c22bf7;
}
a {
  color: #000000;
}
a:hover,
a:active,
a:focus,
a.hover-touch {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  outline: : none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
/**
 * entry
 * @file    entry.less
 * @author  severinburgstaller
 */
.article-container {
  position: relative;
  text-align: center;
  line-height: 0;
}
.article-container article {
  display: inline-block;
  float: none !important;
  line-height: 1.42857143;
  margin-right: -1px !important;
}
@media (max-width: 479px) {
  .article-container article {
    display: block !important;
  }
}
@media (min-width: 480px) {
  .article-container article {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .article-container article {
    width: 33.33333333333333% !important;
  }
}
@media (min-width: 1400px) {
  .article-container article {
    width: 25% !important;
  }
}
.article-container article .advert-html .entry-thumb {
  display: table;
}
.article-container article .advert-html .g {
  display: table-cell;
  vertical-align: middle;
  width: auto !important;
}
.article-container article .advert-html .g-col {
  float: none !important;
}
.related-thumb {
  height: 198px;
  overflow: hidden;
}
.entry {
  width: 100%;
  display: table;
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 16px;
  background: #e1e1e1;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.entry > a {
  display: block;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.entry .entry-thumb {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: grayscale(100%);
  -o-transition: grayscale(100%);
  transition: grayscale(100%);
  /*filter: url("grayscale.svg#greyscale");*/
  filter: gray;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.entry .entry-thumb:before {
  margin: 0;
  display: inline;
}
.entry:hover,
.entry:focus,
.entry:active,
.entry.hover-touch {
  background: #1e1e1e;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.entry:hover .entry-thumb,
.entry:focus .entry-thumb,
.entry:active .entry-thumb,
.entry.hover-touch .entry-thumb {
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  filter: none;
}
@media (min-width: 992px) {
  .entry:hover .entry-content .entry-excerpt,
  .entry:focus .entry-content .entry-excerpt,
  .entry:active .entry-content .entry-excerpt,
  .entry.hover-touch .entry-content .entry-excerpt {
    display: none;
  }
  .entry:hover .entry-content .title,
  .entry:focus .entry-content .title,
  .entry:active .entry-content .title,
  .entry.hover-touch .entry-content .title,
  .entry:hover .entry-content .entry-info,
  .entry:focus .entry-content .entry-info,
  .entry:active .entry-content .entry-info,
  .entry.hover-touch .entry-content .entry-info {
    display: block;
  }
}
.entry .entry-cat {
  position: absolute;
  top: -17px;
  left: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #c22bf7;
  text-transform: uppercase;
}
.entry .entry-cat span {
  background: #ffffff;
  padding: 12px 13px 12px 16px;
  text-align: center;
  font-size: 17.6px;
  white-space: nowrap;
  overflow: hidden;
}
.entry .entry-cat:hover,
.entry .entry-cat.hover-touch {
  color: #e1e1e1;
}
.entry .entry-content {
  padding: 0 45px;
  height: 205px;
  min-height: 195px;
  position: relative;
}
.entry .entry-content a {
  color: #ffffff;
}
.entry .entry-content a:hover {
  color: rgba(255, 255, 255, 0.25);
}
.entry .entry-content a h2 {
  line-height: 1.3;
}
.entry .entry-content .title {
  padding-top: 45px;
  margin-bottom: 16px;
  font-size: 17.6px;
  max-height: 140px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.entry .entry-content .ssbp-item.sh-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.entry .entry-content .ssbp-item.sh-button a {
  border-color: rgba(0,0,0,0);
}
.entry .entry-content .ssbp-item.sh-button a.disabled {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.entry .entry-content .ssbp-item.sh-button a:hover {
  background: none;
}
.entry .entry-content .ssbp-item.sh-button a.active {
  color: #DC143C;
}
.entry .entry-content .ssbp-item.sh-button a.active.loading .glyphicon-heart {
  color: rgba(0,0,0,0);
}
@media (min-width: 1200px) {
  .entry .entry-content .title {
    font-size: 19.2px;
  }
}
.entry .entry-content .entry-info {
  top: 150px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.entry .entry-content .entry-info,
.entry .entry-content .entry-date {
  font-size: 11.2px;
  color: #ffffff;
  line-height: 11.2px;
}
.entry .entry-content .entry-info a,
.entry .entry-content .entry-date a {
  color: #ffffff;
}
.entry .entry-content .entry-excerpt {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 45px;
  display: block;
  font-size: 13.6px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.entry .entry-content .entry-excerpt a {
  display: block;
}
.entry .entry-content .entry-excerpt a:hover,
.entry .entry-content .entry-excerpt a.hover-touch {
  color: #000000;
}
.entry .entry-content p {
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
}
.entry.cat-film .entry-content,
.entry.cat-advert .entry-content {
  background: #e1e1e1;
  background-image: -webkit-linear-gradient(left, #e1e1e1 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #e1e1e1 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #e1e1e1 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffffffff', GradientType=1);
}
.entry.cat-film:hover .entry-content,
.entry.cat-advert:hover .entry-content,
.entry.cat-film.hover-touch .entry-content,
.entry.cat-advert.hover-touch .entry-content {
  background: #c8c8c8;
  background-image: -webkit-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
  background-image: linear-gradient(to right, #c8c8c8 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc8c8c8', endColorstr='#ffe6e6e6', GradientType=1);
}
.entry.cat-film .entry-cat span,
.entry.cat-advert .entry-cat span {
  color: #e1e1e1;
}
.entry.cat-film .entry-cat span:hover,
.entry.cat-advert .entry-cat span:hover,
.entry.cat-film .entry-cat span.hover-touch,
.entry.cat-advert .entry-cat span.hover-touch {
  background: #fbfbfb;
  color: #000000;
}
.entry.cat-gewinnspiel .entry-cat span {
  color: #7f7f7f;
}
.entry.cat-news .entry-content {
  background: #0f996f;
  background-image: -webkit-linear-gradient(left, #0f996f 0%, #0f836f 100%);
  background-image: -o-linear-gradient(left, #0f996f 0%, #0f836f 100%);
  background-image: linear-gradient(to right, #0f996f 0%, #0f836f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f996f', endColorstr='#ff0f836f', GradientType=1);
}
.entry.cat-news:hover .entry-content,
.entry.cat-news.hover-touch .entry-content {
  background: #0a6b4d;
  background-image: -webkit-linear-gradient(left, #0a6b4d 0%, #0a5548 100%);
  background-image: -o-linear-gradient(left, #0a6b4d 0%, #0a5548 100%);
  background-image: linear-gradient(to right, #0a6b4d 0%, #0a5548 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a6b4d', endColorstr='#ff0a5548', GradientType=1);
}
.entry.cat-news .entry-cat span {
  color: #0f996f;
}
.entry.cat-news .entry-cat span:hover,
.entry.cat-news .entry-cat span.hover-touch {
  background: #12ba87;
  color: #000000;
}
.entry.cat-album .entry-content {
  background: #c22bf7;
  background-image: -webkit-linear-gradient(left, #c22bf7 0%, #a41dd3 100%);
  background-image: -o-linear-gradient(left, #c22bf7 0%, #a41dd3 100%);
  background-image: linear-gradient(to right, #c22bf7 0%, #a41dd3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc22bf7', endColorstr='#ffa41dd3', GradientType=1);
}
.entry.cat-album:hover .entry-content,
.entry.cat-album.hover-touch .entry-content {
  background: #ad09e6;
  background-image: -webkit-linear-gradient(left, #ad09e6 0%, #8117a6 100%);
  background-image: -o-linear-gradient(left, #ad09e6 0%, #8117a6 100%);
  background-image: linear-gradient(to right, #ad09e6 0%, #8117a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad09e6', endColorstr='#ff8117a6', GradientType=1);
}
.entry.cat-album .entry-cat span {
  color: #c22bf7;
}
.entry.cat-album .entry-cat span:hover,
.entry.cat-album .entry-cat span.hover-touch {
  background: #d05cf9;
  color: #000000;
}
.entry.cat-interview .entry-content {
  background: #b7a300;
  background-image: -webkit-linear-gradient(left, #b7a300 0%, #a89000 100%);
  background-image: -o-linear-gradient(left, #b7a300 0%, #a89000 100%);
  background-image: linear-gradient(to right, #b7a300 0%, #a89000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb7a300', endColorstr='#ffa89000', GradientType=1);
}
.entry.cat-interview:hover .entry-content,
.entry.cat-interview.hover-touch .entry-content {
  background: #847600;
  background-image: -webkit-linear-gradient(left, #847600 0%, #756400 100%);
  background-image: -o-linear-gradient(left, #847600 0%, #756400 100%);
  background-image: linear-gradient(to right, #847600 0%, #756400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff847600', endColorstr='#ff756400', GradientType=1);
}
.entry.cat-interview .entry-cat span {
  color: #b7a300;
}
.entry.cat-interview .entry-cat span:hover,
.entry.cat-interview .entry-cat span.hover-touch {
  background: #ead000;
  color: #000000;
}
.entry.cat-video .entry-content {
  background: #810dab;
  background-image: -webkit-linear-gradient(left, #810dab 0%, #620d82 100%);
  background-image: -o-linear-gradient(left, #810dab 0%, #620d82 100%);
  background-image: linear-gradient(to right, #810dab 0%, #620d82 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff810dab', endColorstr='#ff620d82', GradientType=1);
}
.entry.cat-video:hover .entry-content,
.entry.cat-video.hover-touch .entry-content {
  background: #5d097c;
  background-image: -webkit-linear-gradient(left, #5d097c 0%, #3f0854 100%);
  background-image: -o-linear-gradient(left, #5d097c 0%, #3f0854 100%);
  background-image: linear-gradient(to right, #5d097c 0%, #3f0854 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d097c', endColorstr='#ff3f0854', GradientType=1);
}
.entry.cat-video .entry-cat span {
  color: #810dab;
}
.entry.cat-video .entry-cat span:hover,
.entry.cat-video .entry-cat span.hover-touch {
  background: #a511da;
  color: #000000;
}
.entry.cat-musikstil .entry-content {
  background: #373737;
  background-image: -webkit-linear-gradient(left, #373737 0%, #9d9d9d 100%);
  background-image: -o-linear-gradient(left, #373737 0%, #9d9d9d 100%);
  background-image: linear-gradient(to right, #373737 0%, #9d9d9d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff9d9d9d', GradientType=1);
}
.entry.cat-musikstil:hover .entry-content,
.entry.cat-musikstil.hover-touch .entry-content {
  background: #1e1e1e;
  background-image: -webkit-linear-gradient(left, #1e1e1e 0%, #848484 100%);
  background-image: -o-linear-gradient(left, #1e1e1e 0%, #848484 100%);
  background-image: linear-gradient(to right, #1e1e1e 0%, #848484 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e', endColorstr='#ff848484', GradientType=1);
}
.entry.cat-musikstil .entry-cat span {
  color: #004c35;
}
.entry.cat-musikstil .entry-cat span:hover,
.entry.cat-musikstil .entry-cat span.hover-touch {
  background: #007f59;
  color: #000000;
}
.entry.cat-konzert .entry-content,
.entry.cat-festival .entry-content {
  background: #005535;
  background-image: -webkit-linear-gradient(left, #005535 0%, #004629 100%);
  background-image: -o-linear-gradient(left, #005535 0%, #004629 100%);
  background-image: linear-gradient(to right, #005535 0%, #004629 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005535', endColorstr='#ff004629', GradientType=1);
}
.entry.cat-konzert:hover .entry-content,
.entry.cat-festival:hover .entry-content,
.entry.cat-konzert.hover-touch .entry-content,
.entry.cat-festival.hover-touch .entry-content {
  background: #002215;
  background-image: -webkit-linear-gradient(left, #002215 0%, #00130b 100%);
  background-image: -o-linear-gradient(left, #002215 0%, #00130b 100%);
  background-image: linear-gradient(to right, #002215 0%, #00130b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002215', endColorstr='#ff00130b', GradientType=1);
}
.entry.cat-konzert .entry-cat span,
.entry.cat-festival .entry-cat span {
  color: #005535;
}
.entry.cat-konzert .entry-cat span:hover,
.entry.cat-festival .entry-cat span:hover,
.entry.cat-konzert .entry-cat span.hover-touch,
.entry.cat-festival .entry-cat span.hover-touch {
  background: #008855;
  color: #000000;
}
.entry.cat-gewinnspiel .entry-content {
  background: #005535;
  background-image: -webkit-linear-gradient(left, #005535 0%, #004629 100%);
  background-image: -o-linear-gradient(left, #005535 0%, #004629 100%);
  background-image: linear-gradient(to right, #005535 0%, #004629 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005535', endColorstr='#ff004629', GradientType=1);
}
.entry.cat-gewinnspiel:hover .entry-content,
.entry.cat-gewinnspiel.hover-touch .entry-content {
  background: #002215;
  background-image: -webkit-linear-gradient(left, #002215 0%, #00130b 100%);
  background-image: -o-linear-gradient(left, #002215 0%, #00130b 100%);
  background-image: linear-gradient(to right, #002215 0%, #00130b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002215', endColorstr='#ff00130b', GradientType=1);
}
.entry.cat-gewinnspiel .entry-cat span {
  color: #005535;
}
.entry.cat-gewinnspiel .entry-cat span:hover,
.entry.cat-gewinnspiel .entry-cat span.hover-touch {
  background: #008855;
  color: #000000;
}
/**
 * Elements are stylistic elements like special lines
 * @file    elements.less
 * @author  Severin Burgstaller
 */
.deg-25-line {
  width: 5px;
  height: 250px;
  background: #000000;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.deg-25-line.right {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
.deg-25-line.down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
section {
  overflow: hidden;
  height: 100%;
}
.bottomOffset {
  padding-bottom: 150px;
}
.offset-md-dot-5 {
  margin-right: 4.16666667% !important;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.full-height {
  height: 100%;
}
.chromeframe {
  margin: 0;
  background: #fff990;
  color: #000;
  padding: 0.2em;
  position: absolute;
  z-index: 999;
  font-weight: 700;
}
.chromeframe a {
  color: #000;
  text-decoration: underline;
}
.wf-loading * {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wf-active * {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.clearer {
  clear: both;
  float: none;
}
.nothingfound {
  line-height: 1.42857143;
}
.hover-touch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
/**
 * button
 * @file    button.less
 * @author  Severin Burgstaller
 */
a.genericon,
a.glyphicon,
span.genericon,
span.glyphicon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin: 0;
  padding: 0 16px 0 0;
  line-height: 16px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
a.genericon.size20,
a.glyphicon.size20,
span.genericon.size20,
span.glyphicon.size20 {
  height: 20px;
  width: 20px;
  font-size: 20px !important;
  line-height: 20px !important;
  padding: 0 20px 0 0;
}
a.genericon.size22,
a.glyphicon.size22,
span.genericon.size22,
span.glyphicon.size22 {
  height: 22px;
  width: 22px;
  font-size: 22px !important;
  line-height: 22px !important;
  padding: 0 22px 0 0;
}
a.genericon.size24,
a.glyphicon.size24,
span.genericon.size24,
span.glyphicon.size24 {
  height: 24px;
  width: 24px;
  font-size: 24px !important;
  line-height: 24px !important;
  padding: 0 24px 0 0;
}
a.genericon.size28,
a.glyphicon.size28,
span.genericon.size28,
span.glyphicon.size28 {
  height: 28px;
  width: 28px;
  font-size: 28px !important;
  line-height: 28px !important;
  padding: 0 28px 0 0;
}
a.genericon.size32,
a.glyphicon.size32,
span.genericon.size32,
span.glyphicon.size32 {
  height: 32px;
  width: 32px;
  font-size: 32px !important;
  line-height: 32px !important;
  padding: 0 32px 0 0;
}
.btn-default,
input#wp-submit,
input#wp-submit1,
input#wp-submit2,
input#wp-submit3,
input#wp-submit4,
input#wp-submit5,
input.button-primary,
.wysija-submit,
.gform_button,
.ssbp-btn,
.shb-btn,
#buyme a,
#respond .form-submit input#submit,
a.more,
#your-profile .btn-default,
.ajax-login-default-form-container input[type="submit"],
#buddypress .nav-list li a,
#bpmmb-groups > a,
.mymusik_button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
.tml-form-table button.button,
.bp_add_friend_button a,
.sce-comment-edit-buttons button,
.malinky-load-more__button,
.in-head-login input[type="submit"],
.footer #mb-recommend-by-email input[type="submit"] {
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 1px 8px 3px 8px;
  font-size: 16px !important;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif !important;
  color: #000000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}
html:not(.touch) .btn-default:hover,
html:not(.touch) input#wp-submit:hover,
html:not(.touch) input#wp-submit1:hover,
html:not(.touch) input#wp-submit2:hover,
html:not(.touch) input#wp-submit3:hover,
html:not(.touch) input#wp-submit4:hover,
html:not(.touch) input#wp-submit5:hover,
html:not(.touch) input.button-primary:hover,
html:not(.touch) .wysija-submit:hover,
html:not(.touch) .gform_button:hover,
html:not(.touch) .ssbp-btn:hover,
html:not(.touch) .shb-btn:hover,
html:not(.touch) #buyme a:hover,
html:not(.touch) #respond .form-submit input#submit:hover,
html:not(.touch) a.more:hover,
html:not(.touch) #your-profile .btn-default:hover,
html:not(.touch) .ajax-login-default-form-container input[type="submit"]:hover,
html:not(.touch) #buddypress .nav-list li a:hover,
html:not(.touch) #bpmmb-groups > a:hover,
html:not(.touch) .mymusik_button:hover,
html:not(.touch) #buddypress input[type="submit"]:hover,
html:not(.touch) #buddypress input[type="button"]:hover,
html:not(.touch) .tml-form-table button.button:hover,
html:not(.touch) .bp_add_friend_button a:hover,
html:not(.touch) .sce-comment-edit-buttons button:hover,
html:not(.touch) .malinky-load-more__button:hover,
html:not(.touch) .in-head-login input[type="submit"]:hover,
html:not(.touch) .footer #mb-recommend-by-email input[type="submit"]:hover,
.btn-default.hover-touch,
input#wp-submit.hover-touch,
input#wp-submit1.hover-touch,
input#wp-submit2.hover-touch,
input#wp-submit3.hover-touch,
input#wp-submit4.hover-touch,
input#wp-submit5.hover-touch,
input.button-primary.hover-touch,
.wysija-submit.hover-touch,
.gform_button.hover-touch,
.ssbp-btn.hover-touch,
.shb-btn.hover-touch,
#buyme a.hover-touch,
#respond .form-submit input#submit.hover-touch,
a.more.hover-touch,
#your-profile .btn-default.hover-touch,
.ajax-login-default-form-container input[type="submit"].hover-touch,
#buddypress .nav-list li a.hover-touch,
#bpmmb-groups > a.hover-touch,
.mymusik_button.hover-touch,
#buddypress input[type="submit"].hover-touch,
#buddypress input[type="button"].hover-touch,
.tml-form-table button.button.hover-touch,
.bp_add_friend_button a.hover-touch,
.sce-comment-edit-buttons button.hover-touch,
.malinky-load-more__button.hover-touch,
.in-head-login input[type="submit"].hover-touch,
.footer #mb-recommend-by-email input[type="submit"].hover-touch {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:focus,
input#wp-submit:focus,
input#wp-submit1:focus,
input#wp-submit2:focus,
input#wp-submit3:focus,
input#wp-submit4:focus,
input#wp-submit5:focus,
input.button-primary:focus,
.wysija-submit:focus,
.gform_button:focus,
.ssbp-btn:focus,
.shb-btn:focus,
#buyme a:focus,
#respond .form-submit input#submit:focus,
a.more:focus,
#your-profile .btn-default:focus,
.ajax-login-default-form-container input[type="submit"]:focus,
#buddypress .nav-list li a:focus,
#bpmmb-groups > a:focus,
.mymusik_button:focus,
#buddypress input[type="submit"]:focus,
#buddypress input[type="button"]:focus,
.tml-form-table button.button:focus,
.bp_add_friend_button a:focus,
.sce-comment-edit-buttons button:focus,
.malinky-load-more__button:focus,
.in-head-login input[type="submit"]:focus,
.footer #mb-recommend-by-email input[type="submit"]:focus,
.btn-default:active:focus,
input#wp-submit:active:focus,
input#wp-submit1:active:focus,
input#wp-submit2:active:focus,
input#wp-submit3:active:focus,
input#wp-submit4:active:focus,
input#wp-submit5:active:focus,
input.button-primary:active:focus,
.wysija-submit:active:focus,
.gform_button:active:focus,
.ssbp-btn:active:focus,
.shb-btn:active:focus,
#buyme a:active:focus,
#respond .form-submit input#submit:active:focus,
a.more:active:focus,
#your-profile .btn-default:active:focus,
.ajax-login-default-form-container input[type="submit"]:active:focus,
#buddypress .nav-list li a:active:focus,
#bpmmb-groups > a:active:focus,
.mymusik_button:active:focus,
#buddypress input[type="submit"]:active:focus,
#buddypress input[type="button"]:active:focus,
.tml-form-table button.button:active:focus,
.bp_add_friend_button a:active:focus,
.sce-comment-edit-buttons button:active:focus,
.malinky-load-more__button:active:focus,
.in-head-login input[type="submit"]:active:focus,
.footer #mb-recommend-by-email input[type="submit"]:active:focus,
.btn-default.active:focus,
input#wp-submit.active:focus,
input#wp-submit1.active:focus,
input#wp-submit2.active:focus,
input#wp-submit3.active:focus,
input#wp-submit4.active:focus,
input#wp-submit5.active:focus,
input.button-primary.active:focus,
.wysija-submit.active:focus,
.gform_button.active:focus,
.ssbp-btn.active:focus,
.shb-btn.active:focus,
#buyme a.active:focus,
#respond .form-submit input#submit.active:focus,
a.more.active:focus,
#your-profile .btn-default.active:focus,
.ajax-login-default-form-container input[type="submit"].active:focus,
#buddypress .nav-list li a.active:focus,
#bpmmb-groups > a.active:focus,
.mymusik_button.active:focus,
#buddypress input[type="submit"].active:focus,
#buddypress input[type="button"].active:focus,
.tml-form-table button.button.active:focus,
.bp_add_friend_button a.active:focus,
.sce-comment-edit-buttons button.active:focus,
.malinky-load-more__button.active:focus,
.in-head-login input[type="submit"].active:focus,
.footer #mb-recommend-by-email input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-default:active,
input#wp-submit:active,
input#wp-submit1:active,
input#wp-submit2:active,
input#wp-submit3:active,
input#wp-submit4:active,
input#wp-submit5:active,
input.button-primary:active,
.wysija-submit:active,
.gform_button:active,
.ssbp-btn:active,
.shb-btn:active,
#buyme a:active,
#respond .form-submit input#submit:active,
a.more:active,
#your-profile .btn-default:active,
.ajax-login-default-form-container input[type="submit"]:active,
#buddypress .nav-list li a:active,
#bpmmb-groups > a:active,
.mymusik_button:active,
#buddypress input[type="submit"]:active,
#buddypress input[type="button"]:active,
.tml-form-table button.button:active,
.bp_add_friend_button a:active,
.sce-comment-edit-buttons button:active,
.malinky-load-more__button:active,
.in-head-login input[type="submit"]:active,
.footer #mb-recommend-by-email input[type="submit"]:active,
.btn-default.active,
input#wp-submit.active,
input#wp-submit1.active,
input#wp-submit2.active,
input#wp-submit3.active,
input#wp-submit4.active,
input#wp-submit5.active,
input.button-primary.active,
.wysija-submit.active,
.gform_button.active,
.ssbp-btn.active,
.shb-btn.active,
#buyme a.active,
#respond .form-submit input#submit.active,
a.more.active,
#your-profile .btn-default.active,
.ajax-login-default-form-container input[type="submit"].active,
#buddypress .nav-list li a.active,
#bpmmb-groups > a.active,
.mymusik_button.active,
#buddypress input[type="submit"].active,
#buddypress input[type="button"].active,
.tml-form-table button.button.active,
.bp_add_friend_button a.active,
.sce-comment-edit-buttons button.active,
.malinky-load-more__button.active,
.in-head-login input[type="submit"].active,
.footer #mb-recommend-by-email input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125);
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125);
}
.btn-default.disabled,
input#wp-submit.disabled,
input#wp-submit1.disabled,
input#wp-submit2.disabled,
input#wp-submit3.disabled,
input#wp-submit4.disabled,
input#wp-submit5.disabled,
input.button-primary.disabled,
.wysija-submit.disabled,
.gform_button.disabled,
.ssbp-btn.disabled,
.shb-btn.disabled,
#buyme a.disabled,
#respond .form-submit input#submit.disabled,
a.more.disabled,
#your-profile .btn-default.disabled,
.ajax-login-default-form-container input[type="submit"].disabled,
#buddypress .nav-list li a.disabled,
#bpmmb-groups > a.disabled,
.mymusik_button.disabled,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
.tml-form-table button.button.disabled,
.bp_add_friend_button a.disabled,
.sce-comment-edit-buttons button.disabled,
.malinky-load-more__button.disabled,
.in-head-login input[type="submit"].disabled,
.footer #mb-recommend-by-email input[type="submit"].disabled,
.btn-default[disabled],
input#wp-submit[disabled],
input#wp-submit1[disabled],
input#wp-submit2[disabled],
input#wp-submit3[disabled],
input#wp-submit4[disabled],
input#wp-submit5[disabled],
input.button-primary[disabled],
.wysija-submit[disabled],
.gform_button[disabled],
.ssbp-btn[disabled],
.shb-btn[disabled],
#buyme a[disabled],
#respond .form-submit input#submit[disabled],
a.more[disabled],
#your-profile .btn-default[disabled],
.ajax-login-default-form-container input[type="submit"][disabled],
#buddypress .nav-list li a[disabled],
#bpmmb-groups > a[disabled],
.mymusik_button[disabled],
#buddypress input[type="submit"][disabled],
#buddypress input[type="button"][disabled],
.tml-form-table button.button[disabled],
.bp_add_friend_button a[disabled],
.sce-comment-edit-buttons button[disabled],
.malinky-load-more__button[disabled],
.in-head-login input[type="submit"][disabled],
.footer #mb-recommend-by-email input[type="submit"][disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] input#wp-submit,
fieldset[disabled] input#wp-submit1,
fieldset[disabled] input#wp-submit2,
fieldset[disabled] input#wp-submit3,
fieldset[disabled] input#wp-submit4,
fieldset[disabled] input#wp-submit5,
fieldset[disabled] input.button-primary,
fieldset[disabled] .wysija-submit,
fieldset[disabled] .gform_button,
fieldset[disabled] .ssbp-btn,
fieldset[disabled] .shb-btn,
fieldset[disabled] #buyme a,
fieldset[disabled] #respond .form-submit input#submit,
fieldset[disabled] a.more,
fieldset[disabled] #your-profile .btn-default,
fieldset[disabled] .ajax-login-default-form-container input[type="submit"],
fieldset[disabled] #buddypress .nav-list li a,
fieldset[disabled] #bpmmb-groups > a,
fieldset[disabled] .mymusik_button,
fieldset[disabled] #buddypress input[type="submit"],
fieldset[disabled] #buddypress input[type="button"],
fieldset[disabled] .tml-form-table button.button,
fieldset[disabled] .bp_add_friend_button a,
fieldset[disabled] .sce-comment-edit-buttons button,
fieldset[disabled] .malinky-load-more__button,
fieldset[disabled] .in-head-login input[type="submit"],
fieldset[disabled] .footer #mb-recommend-by-email input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
button[disabled],
html input[disabled] {
  color: #9d9d9d !important;
  border-color: #e1e1e1 !important;
}
#buyme {
  text-transform: uppercase;
  padding: 35px;
  text-align: center;
}
#buyme h3 {
  font-size: 20px;
  padding: 15px;
}
#buyme a {
  background-color: transparent;
  margin: 0 5px 30px 5px;
}
/**
 * form-control
 * @file    form-control.less
 * @author  Severin Burgstaller
 */
.form-control {
  border-radius: 0;
}
.form-control:hover,
.form-control.hover-touch {
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.9em;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  font-size: 0.9em;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  font-size: 0.9em;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.9em;
}
/**
 * author
 * @file    author.less
 * @author  Severin Burgstaller
 */
.authorinfo {
  margin: 0;
  padding: 35px;
  text-align: center;
  font-size: 16px;
}
.authorinfo h1 {
  margin: 0 0 20px 0;
}
/**
 * ajaxloader
 * @file    ajaxloader.less
 * @author  Severin Burgstaller
 */
.container-ajaxloader,
.malinky-load-more {
  position: relative;
  width: 110%;
  height: 93px;
  margin: -475px 0 0 -5%;
  padding: 26px;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-ajaxloader,
.malinky-load-more__button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  width: 170px;
  background: none;
  padding: : 5px 0px 3px 10px;
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.35), 0 0 60px rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 50%;
  margin-left: -85px;
  color: #000000;
}
.btn-ajaxloader:hover,
.malinky-load-more__button:hover,
.btn-ajaxloader:active,
.malinky-load-more__button:active,
.btn-ajaxloader:focus,
.malinky-load-more__button:focus,
.btn-ajaxloader.hover-touch,
.malinky-load-more__button.hover-touch {
  color: #000000;
}
.btn-ajaxloader:hover,
.malinky-load-more__button:hover,
.btn-ajaxloader.hover-touch,
.malinky-load-more__button.hover-touch {
  background-color: #000000;
  color: #ffffff;
}
#article-banner-trigger {
  position: relative;
}
.malinky-ajax-pagination-loading {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: -10%;
  position: absolute;
  top: 0;
  width: 120%;
  margin: 0 !important;
}
.malinky-ajax-pagination-loading img {
  background-color: transparent;
  bottom: 1200px;
  top: auto;
  left: 49%;
  height: 25px !important;
  width: 32px !important;
}
@media (min-width: 992px) {
  .malinky-ajax-pagination-loading img {
    bottom: 600px;
  }
}
/**
 * category
 * @file    category.less
 * @author  Severin Burgstaller
 */
#category .article {
  background: #c22bf7;
  padding: 0;
}
#category .article:hover,
#category .article.hover-touch {
  background: #8420a6;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#category .article:hover img,
#category .article.hover-touch img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#category .article:nth-child(2n + 2) {
  background: #004c35;
}
#category .article:nth-child(2n + 2):hover,
#category .article:nth-child(2n + 2).hover-touch {
  background: #003333;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#category .article .entry-thumb {
  width: 100%;
}
#category .article .entry-thumb img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: grayscale(100%);
  -o-transition: grayscale(100%);
  transition: grayscale(100%);
  /*filter: url("grayscale.svg#greyscale");*/
  filter: gray;
}
#category .article .entry-thumb img:hover,
#category .article .entry-thumb img.hover-touch {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#category .article .entry {
  width: 100%;
  display: table;
  position: relative;
  padding: 0;
  text-align: center;
}
#category .article .entry .entry-cat {
  position: absolute;
  top: -15px;
  width: 100%;
  left: 0;
  text-align: center;
}
#category .article .entry .entry-cat a {
  background: #000000;
  display: inline-block;
  font-size: 12.8px;
  padding: 10px;
  color: #c22bf7;
  text-transform: uppercase;
}
#category .article .entry .entry-content {
  padding: 0 30px 0 30px;
  min-height: 175px;
  position: relative;
}
#category .article .entry .entry-content h3 {
  font-size: 16px;
  margin-bottom: 16px;
  padding-top: 60px;
}
#category .article .entry .entry-content .entry-info,
#category .article .entry .entry-content .entry-date {
  font-size: 9.6px;
  color: rgba(0, 0, 0, 0.5);
}
#category .article .entry .entry-content .entry-excerpt {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
}
#category .article .entry .entry-content p {
  margin-top: 25px;
  font-size: 12.8px;
  color: rgba(0, 0, 0, 0.5);
}
/**
 * comments
 * @file    comments.less
 * @author  Severin Burgstaller
 */
.comment-section {
  margin: 60px 0 30px 0;
}
.comment-section .comments-count {
  display: block;
  text-align: center;
  font-size: 20.8px;
  text-transform: uppercase;
  color: #000000;
}
.comment-section ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment-section ol.children {
  padding: 0 15px 0 30px;
}
.comment-section .comments-list {
  text-align: center;
  margin-top: 30px;
}
.comment-section .comments-list li.comment {
  padding-bottom: 20px;
}
.comment-section .comments-list .comment-author {
  color: rgba(0, 0, 0, 0.75);
  font-size: 12.8px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
.comment-section .comments-list .comment-author a {
  color: rgba(0, 0, 0, 0.75);
}
.comment-section .comments-list .comment-author .fn {
  font-weight: normal;
  text-transform: uppercase;
}
.comment-section .comments-list .comment-author .says {
  display: none;
}
.comment-section .comments-list .comment-meta {
  background: transparent;
  min-height: 0;
  padding: 0;
}
.comment-section .comments-list .comment-metadata {
  font-size: 11.2px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  color: rgba(0, 0, 0, 0.75);
}
.comment-section .comments-list .comment-metadata a {
  color: rgba(0, 0, 0, 0.75);
  line-height: 16px;
}
.comment-section .comments-list .comment-content {
  color: #000000;
  text-align: left;
  font-size: 14.4px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  padding-top: 10px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.comment-section .comments-list .reply {
  font-size: 10.4px;
  text-align: right;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
.comment-section .comments-list .reply a {
  color: rgba(0, 0, 0, 0.75);
}
.comment-section .comments-list .comment-body {
  margin: 0 0 20px 0;
}
.comment-section #respond {
  text-align: center;
}
.comment-section #respond h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  margin-top: 15px;
}
.comment-section #respond h3 span {
  padding: 5px;
  border: 2px solid #000000;
}
.comment-section #respond .must-log-in,
.comment-section #respond .logged-in-as {
  font-size: 12.8px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
.comment-section #respond .must-log-in a,
.comment-section #respond .logged-in-as a {
  color: rgba(0, 0, 0, 0.75);
}
.comment-section #respond .must-log-in a:hover,
.comment-section #respond .logged-in-as a:hover,
.comment-section #respond .must-log-in a.hover-touch,
.comment-section #respond .logged-in-as a.hover-touch {
  color: #000000;
}
.comment-section #respond small {
  font-size: 8px;
}
.comment-section #respond .comment-form-comment label {
  display: block;
  margin: 20px 0 10px;
}
.comment-section #respond .comment-form-comment textarea#comment {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 13.6px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  background: #e1e1e1;
  width: 100%;
}
.comment-section #respond .comment-form-comment textarea#comment:disabled {
  border-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-style: italic;
}
.comment-section #respond .form-allowed-tags {
  display: none;
}
.comment-section #respond .form-allowed-tags code {
  background: #e1e1e1;
  color: #000000;
  font-size: 9.6px;
}
.comment-section #respond .form-submit {
  padding-bottom: 65px;
}
.comment-section #respond .form-submit #submit {
  background-color: transparent;
}
/**
 * content
 * @file    content.less
 * @author  Severin Burgstaller
 */
header.authorinfo a:not(.mymusik_button) {
  background: #c22bf7;
  padding: 2px 5px 3px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #ffffff;
}
header.authorinfo a:not(.mymusik_button):hover,
header.authorinfo a:not(.mymusik_button).hover-touch {
  background: #9a08ce;
  color: #ffffff;
}
/*
    header.authorinfo a.mymusik_button {
        padding: 2px 5px 3px;
        .hyphens(auto);
        border-color: #f8a17a;
        color: #f8a17a;

        &:hover, &.hover-touch {
            background: darken(@mb-magenta,15%);
            color: @content-cats-color;
        }
    }*/
/**
header.authorinfo a {
    background: @mb-magenta;
    padding: 2px 5px 3px;
    .hyphens(auto);
    color: @content-cats-color;

    &:hover, &.hover-touch {
        background: darken(@mb-magenta,15%);
        color: @content-cats-color;
    }
}*/
body.page .content-single .title {
  text-align: left;
  margin-bottom: 40px;
}
.main-content {
  background: #ffffff;
}
.content-article-wrapper {
  background: #ffffff;
  margin: 0 -15px;
}
.content-single {
  padding-top: 40px;
  background: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .content-single {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .content-single {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .content-single {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .content-single {
    padding-top: 25px;
  }
}
.content-single .slider {
  height: 465px;
  background: #000000;
  position: relative;
}
.content-single .slider .slider-nav {
  position: absolute;
  bottom: 0;
  background: #e1e1e1;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14.4px;
}
.content-single .single-tags {
  margin: 0;
  padding: 0;
}
.content-single .single-tags ul {
  padding: 0;
  margin: 0 auto;
}
.content-single .single-tags ul li {
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.content-single .single-tags ul li a {
  background: #c22bf7;
  padding: 2px 5px 3px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #ffffff;
}
.content-single .single-tags ul li a:hover,
.content-single .single-tags ul li a.hover-touch {
  background: #9a08ce;
  color: #ffffff;
}
.content-single .single-tags ul li:nth-child(odd) a {
  background: #8420a6;
}
.content-single .single-tags ul li:nth-child(odd) a:hover,
.content-single .single-tags ul li:nth-child(odd) a.hover-touch {
  background: #511466;
}
.content-single #carousel-gallery {
  margin-bottom: 60px;
  max-height: 440px;
  height: auto;
  overflow: hidden;
}
.content-single #carousel-gallery img {
  width: 100%;
}
.content-single #carousel-gallery .carousel-inner .left {
  margin: 0 !important;
}
.content-single #carousel-gallery .carousel-control.right,
.content-single #carousel-gallery .carousel-control.left {
  background-image: none;
}
.content-single #carousel-gallery .carousel-caption {
  bottom: 10px;
  padding: 0;
  font-size: 10.4px;
}
.content-single .single-entry {
  text-align: left !important;
  max-width: 980px;
  margin: 0 auto;
  float: none !important;
}
.content-single .single-entry .title {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
}
.content-single .single-entry .subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}
.content-single .single-entry .single-entry-info {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 35px 0 50px 0;
  color: rgba(0, 0, 0, 0.5);
}
.content-single .single-entry .single-entry-info a {
  color: rgba(0, 0, 0, 0.5);
}
.content-single .single-entry .post {
  line-height: 1.75;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  margin: 0 0 80px 0;
  font-size: 18px;
}
.content-single .single-entry .post a {
  background-color: #c22bf7;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  padding: 0 5px 2px;
  color: #ffffff;
}
.content-single .single-entry .post a:hover,
.content-single .single-entry .post a.hover-touch {
  color: #ffffff;
  background-color: #810dab !important;
}
.content-single .single-entry .post img,
.content-single .single-entry .post > div > a {
  display: none;
}
.content-single .single-entry .post .gfield_captcha {
  display: inline-block !important;
}
.content-single .single-entry .post ol,
.content-single .single-entry .post ul {
  padding: 0px 0 11px 0px;
  list-style-position: inside;
}
.content-single .single-entry .post ol li,
.content-single .single-entry .post ul li {
  padding: 0 0 11px 0;
}
.content-single .single-entry .post .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}
.content-single .single-entry .post .video-container iframe,
.content-single .single-entry .post .video-container object,
.content-single .single-entry .post .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-single .single-entry .footer #mb-recommend-by-email {
  margin: 20px 0;
  text-align: center;
}
.content-single .single-entry .footer #mb-recommend-by-email h4 {
  margin-bottom: 15px;
}
.content-single .single-entry .footer #mb-recommend-by-email textarea {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 13.6px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  background: #e1e1e1;
  width: 100%;
  height: 182px;
}
.content-single .single-entry .footer #mb-recommend-by-email .submit {
  text-align: center;
}
.content-file-single .single-entry {
  max-width: 600px;
}
.content-file-single .content-buttons-container,
.content-file-single h1 {
  /* max-width: 600px;
          position:relative;
         top:0px;
         left:30px;*/
}
@media (min-width: 700px) {
  .content-file-single .single-entry-content > .post > p {
    width: 660px !important;
    position: relative;
    top: 0px;
    left: -30px;
  }
}
.content-bp {
  padding-top: 20px;
}
.single-entry.col-xs-12 {
  padding: 0px;
}
@media (max-width: 673px) {
  article.content-single .post,
  .single-tags,
  .search-field {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.buddypress-content .single-entry #buddypress {
  padding-bottom: 30px;
}
.content-buttons-container,
header > h1 {
  margin-left: 10px;
  margin-right: 10px;
}
p.comment-form-mailpoet,
p.comment-form-mailpoet * {
  display: none !important;
}
.tml-action-links li:first-child {
  display: none;
}
/* LESS Document */
#cookie-law-info-bar {
  background-color: #e1e1e1 !important;
  color: #000000 !important;
  padding: 25px 100px 25px 33px;
  font-size: 11.2px;
  text-align: left;
}
#cookie-law-info-bar .cli-plugin-button {
  background-color: #e1e1e1 !important;
  background-image: none !important;
  color: #000000 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 2px solid #000000 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  text-shadow: none !important;
  position: absolute;
  right: 20px;
  top: 25px;
  padding: 6px 8px 5px;
}
#cookie-law-info-bar .cli-plugin-button:hover {
  background-color: #000000 !important;
  color: #e1e1e1 !important;
}
#cookie-law-info-bar .cli-plugin-main-link {
  color: rgba(0, 0, 0, 0.25) !important;
  white-space: nowrap;
  display: block;
  padding-top: 5px;
}
#cookie-law-info-bar .cli-plugin-main-link:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
/**
 * front
 * @file    front.less
 * @author  Severin Burgstaller
 */
.front .row {
  margin: 0;
  width: 101%;
  margin-left: -0.5%;
}
.front [class*="col-"] {
  margin: 0;
  padding: 0;
}
#charts,
#hottest,
#gewinnspiele {
  background: #ffffff;
  position: relative;
}
#charts > section > header,
#hottest > section > header,
#gewinnspiele > section > header {
  display: table;
  width: 100%;
  background: #e1e1e1;
}
#charts > section > header h3,
#hottest > section > header h3,
#gewinnspiele > section > header h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 4px;
  margin: 35px 0 35px 0;
}
@media (min-width: 768px) {
  #charts > section > header h3,
  #hottest > section > header h3,
  #gewinnspiele > section > header h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #charts > section > header h3,
  #hottest > section > header h3,
  #gewinnspiele > section > header h3 {
    font-size: 56px;
  }
}
#carousel-hottest {
  padding: 35px 0 35px 0;
  color: white;
}
#carousel-hottest .item {
  height: 150px;
}
#carousel-hottest .item .carousel-caption {
  height: 100%;
  padding: 0;
  top: 0;
  text-shadow: none;
  font-size: 32px;
}
#carousel-hottest .item .carousel-caption .carousel-count {
  font-size: 13.6px;
  color: #000000;
}
#carousel-hottest .item .carousel-caption h4 {
  color: rgba(0, 0, 0, 0.25);
  padding: 15px 0 15px 0;
  font-size: 16px;
}
#carousel-hottest .item .carousel-caption .carousel-post-info {
  font-size: 10.4px;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0 0 0;
  display: block;
}
@media (min-width: 768px) {
  #carousel-hottest .item .carousel-caption .carousel-count {
    font-size: 16px;
  }
  #carousel-hottest .item .carousel-caption h4 {
    font-size: 20px;
  }
  #carousel-hottest .item .carousel-caption .carousel-post-info {
    font-size: 12.8px;
  }
}
#carousel-hottest .carousel-control {
  opacity: 0.25;
  filter: alpha(opacity=25);
  text-shadow: none;
  color: rgba(0, 0, 0, 0.5);
}
#carousel-hottest .carousel-control.left,
#carousel-hottest .carousel-control.right {
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  filter: none !important;
}
#carousel-hottest .carousel-control:hover,
#carousel-hottest .carousel-control.hover-touch {
  opacity: 1;
  filter: alpha(opacity=100);
}
#charts article {
  font-size: 16px;
  padding: 0;
  text-align: center;
}
#charts article.col-xs-2 {
  width: 100%;
}
#charts article .count {
  font-size: 19.2px;
  display: inline-block;
  margin: 10px 0;
  height: 32px;
  width: 24px;
  text-align: center;
}
#charts article .rotated {
  text-align: center;
}
#charts article .rotated h4 {
  font-size: 20px;
}
#charts article .rotated p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13.6px;
}
@media (min-width: 768px) {
  #charts section {
    height: 620px;
  }
  #charts article {
    position: relative;
    height: 100%;
  }
  #charts article.col-xs-2 {
    width: 10%;
  }
  #charts article .count {
    position: absolute;
    margin: 0 0 0 36px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #charts article .rotated {
    margin: 270px 0 0 -115px;
    text-align: right;
    width: 360px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
#gewinnspiele article {
  padding: 0;
}
#gewinnspiele article .entry .entry-cat {
  left: 0;
  top: 8px;
  text-align: center;
}
#gewinnspiele article .entry .entry-cat span {
  font-size: 14.4px;
}
#gewinnspiele article .entry .entry-content .title {
  padding-top: 0;
}
#gewinnspiele article .entry .entry-content {
  display: table;
  width: 100%;
}
#gewinnspiele article .entry .entry-content header {
  display: table-cell;
  vertical-align: middle;
}
#gewinnspiele .slick-prev,
#gewinnspiele .slick-next {
  opacity: 0.25;
  filter: alpha(opacity=25);
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: absolute;
  top: -67px;
  left: 5%;
}
@media (min-width: 768px) {
  #gewinnspiele .slick-prev,
  #gewinnspiele .slick-next {
    top: -73px;
  }
}
@media (min-width: 992px) {
  #gewinnspiele .slick-prev,
  #gewinnspiele .slick-next {
    top: -80px;
  }
}
#gewinnspiele .slick-prev:hover,
#gewinnspiele .slick-next:hover,
#gewinnspiele .slick-prev.hover-touch,
#gewinnspiele .slick-next.hover-touch {
  opacity: 1;
  filter: alpha(opacity=100);
}
#gewinnspiele .slick-next {
  right: 5%;
  left: auto;
}
/**
 * footer
 * @file    footer.less
 * @author  Severin Burgstaller
 */
#footerwrap {
  height: 85px;
  background: #e1e1e1;
}
footer {
  font-size: 15px;
  letter-spacing: 0.2em;
  background: #e1e1e1;
  min-height: 77px;
  padding: 15px 0 65px 0;
}
footer #menu-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  width: 100%;
}
footer #menu-footer-menu li {
  list-style: none;
  float: none;
  display: inline-block;
  line-height: 50px;
  padding: 0 10px;
  vertical-align: middle;
}
footer #menu-footer-menu li a {
  font-size: 15px;
}
footer #menu-footer-menu li a:hover,
footer #menu-footer-menu li a.hover-touch {
  color: #9d9d9d;
}
footer #menu-footer-menu li.logo-vcn a {
  background: url("http://viceland.de/vcn/images/logos/button_Music_weiss.jpg") no-repeat center center transparent;
  background-size: 150px 30px;
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 30px;
  margin: 0 0 6px 0;
}
footer .pagetop {
  text-align: center;
}
footer .pagetop a {
  height: 52px;
  width: 51px;
  font-size: 52px !important;
  line-height: 50px !important;
  padding: 0 51px 0 0;
  float: right;
}
@media (max-width: 991px) {
  footer .pagetop a {
    float: none;
  }
}
footer .styleswitch {
  display: table;
}
footer .styleswitch .glyphicon {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 28px;
  width: 27px;
  font-size: 28px !important;
  line-height: 50px !important;
  padding: 0 10px;
}
@media (max-width: 991px) {
  footer .styleswitch {
    text-align: center;
  }
}
#buttons-container {
  display: none;
}
/**
 * header
 * @file    header.less
 * @author  Severin Burgstaller
 */
.fball_form #fball-facebook-login a {
  background-image: none !important;
}
/*
.tml.tml-resetpass .user-pass2-wrap,
.tml.tml-resetpass .user-pass2-wrap > *
{
    display:initial !important;
}*/
.top-left,
.social-media-icons {
  padding: 0;
}
.top-left .menu,
.social-media-icons .menu {
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .top-left .menu,
  .social-media-icons .menu {
    width: auto;
  }
}
.top-left .menu li,
.social-media-icons .menu li {
  list-style: none;
  display: table-cell;
  background: #e1e1e1;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-left .menu li,
  .social-media-icons .menu li {
    display: inline-block;
    margin-right: 5px;
    float: left;
    padding: 10px;
  }
}
header.row {
  background: #ffffff;
}
header.row .header-img {
  height: 230px;
}
header.row a.styleswitch,
header.row a.artist-promotion {
  padding: 2px 2px 1px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 12px;
  background: #c22bf7;
}
header.row a.styleswitch.dark,
header.row a.artist-promotion.dark {
  display: none;
}
header.row a.login-link,
header.row a.show-register {
  background-color: #c22bf7;
  padding: 2px 2px 1px;
  font-size: 19px;
  margin-top: 10px;
}
header.row .artist-promotion-container {
  margin-top: 20px;
  margin-bottom: 50px;
}
header.row .artist-promotion-container a.artist-promotion {
  font-size: 15px;
}
header.row .header-img {
  background-image: url("/wp-content/themes/musikblog/img/mb_header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  color: #ffffff;
}
header.row .header-img a {
  color: #ffffff;
}
@media (min-width: 992px) {
  header.row .header-img .tml-first-name-wrap,
  header.row .header-img .tml-last-name-wrap,
  header.row .header-img .tml-user-email-wrap,
  header.row .header-img .tml-user-pass1-wrap {
    display: inline-block;
    float: left;
    width: 50%;
  }
  header.row .header-img .tml-first-name-wrap,
  header.row .header-img .tml-user-email-wrap {
    text-align: right;
    padding-right: 10px;
  }
  header.row .header-img .tml-last-name-wrap,
  header.row .header-img .tml-user-pass1-wrap {
    text-align: left;
    padding-left: 10px;
  }
  header.row .header-img .register-container .tml p.agree_terms {
    max-width: 100%!important;
    width: 100% !important;
    text-align: center;
  }
}
header.row .header-img input[type="submit"] {
  border-color: #ffffff!important;
  color: #ffffff!important;
}
header.row .header-img input[type="submit"]:hover {
  color: #ffffff !important;
}
header.row .header-img > div:first-child {
  padding: 20px 10px 10px 10px;
}
header.row .header-img > div:first-child p {
  display: none;
  font-size: 16px;
  width: 465px;
  margin: 23px auto 30px;
}
header.row .header-img > div:first-child a:hover {
  text-decoration: underline;
  color: #ffffff;
}
header.row .header-img .tml-user-links {
  list-style: none;
}
header.row .header-img .tml.tml-user-panel {
  display: none;
}
header.row h1,
header.row .site-title {
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  text-align: center;
  font-size: 22.4px;
  margin: 20px 0 30px 14.4px;
  letter-spacing: 0px;
  text-shadow: -1px 3px 3px #ffffff;
  text-transform: uppercase;
  line-height: 1em;
}
header.row h1 a,
header.row .site-title a {
  text-decoration: none;
}
header.row h1 a:hover,
header.row .site-title a:hover,
header.row h1 a:active,
header.row .site-title a:active,
header.row h1 a:focus,
header.row .site-title a:focus,
header.row h1 a.hover-touch,
header.row .site-title a.hover-touch {
  color: #7f7f7f;
  text-decoration: none;
}
@media (min-width: 768px) {
  header.row h1,
  header.row .site-title {
    font-size: 32px;
    text-shadow: -3px 5px 3px #ffffff;
    margin: 17px 0 0 0;
  }
}
@media (min-width: 992px) {
  header.row h1,
  header.row .site-title {
    font-size: 24px;
    margin: 17px 0 0 0;
  }
}
@media (min-width: 1200px) {
  header.row h1,
  header.row .site-title {
    font-size: 28.8px;
    margin: 17px 0 0 0;
  }
}
header.row .top-right,
header.row .top-left,
header.row .top-middle {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  height: 80px;
  position: relative;
  background: #e1e1e1;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  header.row .top-right,
  header.row .top-left,
  header.row .top-middle {
    height: 80px;
  }
}
header.row .top-left {
  padding: 0;
}
header.row .top-left .menu {
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  header.row .top-left .menu {
    width: auto;
  }
}
header.row .top-left .menu li {
  list-style: none;
  display: table-cell;
  background: #e1e1e1;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  header.row .top-left .menu li {
    display: inline-block;
    margin-right: 5px;
    float: left;
    padding: 20px;
  }
}
header.row .top-right {
  background: #e1e1e1;
}
header.row .top-right > span {
  font-size: 13.6px;
  letter-spacing: 0px;
  width: 100%;
}
header.row .top-right > span a {
  display: inline-block;
}
header.row .top-right > span .genericon {
  margin: -8px 0 0 0;
}
header.row .top-right .tml-rememberme-wrap {
  display: inline-block;
  font-size: 12px;
}
header.row .top-right .tml-rememberme-wrap label {
  display: inline-block !important;
}
header.row .top-right .tml-rememberme-wrap input {
  margin: 0;
}
header.row .social-media-icons {
  margin: 0 auto;
}
header.row .top-right.logged-out .tml {
  display: none;
  background: rgba(45, 45, 51, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  max-width: 100%;
  cursor: url("../img/close.svg#linkcursor"), url("../img/close.gif"), pointer;
}
header.row .top-right.logged-out .tml .tml-register .message,
header.row .top-right.logged-out .tml .tml-action-links,
header.row .top-right.logged-out .tml .tml .tml-action-links,
header.row .top-right.logged-out .tml + .tml .message,
header.row .top-right.logged-out .tml + .tml + .tml .message,
header.row .top-right.logged-out .tml + .tml + .tml .tml-action-links {
  display: inherit!important;
}
header.row .top-right.logged-out .in-header-login {
  font-size: 12px;
}
header.row .top-right.logged-out .in-header-login.show-login-register {
  display: block;
  margin-top: -7px;
  margin-bottom: 5px;
}
header.row .top-right.logged-out .in-header-login.show-login-register:hover {
  cursor: pointer;
}
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml-register .message,
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml .tml-action-links,
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml + .tml .tml-action-links,
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml + .tml .message,
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml + .tml + .tml .message,
header.row .top-right.logged-out .in-header-login + .login-register-instance .tml + .tml + .tml .tml-action-links {
  display: inherit!important;
}
header.row .top-right.logged-out .in-header-login .tml {
  display: block;
  position: initial;
  cursor: auto;
}
header.row .top-right.logged-out .in-header-login .tml form {
  position: initial;
  z-index: 1;
  margin: 0;
  padding: 0;
}
header.row .top-right.logged-out .in-header-login input[type="text"],
header.row .top-right.logged-out .in-header-login input[type="password"],
header.row .top-right.logged-out .in-header-login select {
  width: 35%;
  margin: 0 1%;
  float: left;
  height: 40px;
  line-height: 20px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 0px 10px !important;
  border: none;
}
header.row .top-right.logged-out .in-header-login input[type="submit"]#wp-submit {
  width: 20%;
  margin: 0 1%;
  float: left;
  height: 40px;
  padding: 0!important;
}
@media (max-width: 1199px) {
  header.row .top-right.logged-out .in-header-login input[type="submit"]#wp-submit {
    font-size: 13px!important;
  }
}
header.row .top-right.logged-out .in-header-login label {
  display: none;
}
header.row .top-right.logged-out .in-header-login .lostpassword {
  width: 35%;
  position: absolute;
  bottom: 0px;
  padding: 0 0 0 15px;
  left: 37%;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  header.row .top-right.logged-out .in-header-login .lostpassword {
    font-size: 9px;
  }
}
header.row .top-right.logged-out .in-header-login .lostpassword a {
  letter-spacing: initial;
  font-size: 10px;
  margin-bottom: 5px;
}
header.row .top-right.logged-out .in-header-login .login-remember {
  width: 35%;
  position: absolute;
  bottom: 0px;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 10px;
  left: 1%;
}
@media (max-width: 767px) {
  header.row .top-right.logged-out .in-header-login .login-remember {
    font-size: 9px;
  }
}
header.row .top-right.logged-out .in-header-login .login-remember label {
  font-weight: 300;
  padding: 0;
  display: block;
  letter-spacing: initial;
}
header.row .top-right.logged-in .login-link {
  padding-top: 20px;
}
header.row .top-right.logged-in .tml {
  background: #e1e1e1;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 20px;
  top: 60px;
  z-index: 90;
  font-size: 10px;
}
header.row .top-right.logged-in .tml label {
  display: none;
}
header.row .top-right.logged-in .tml input.input {
  height: 30px;
  line-height: 20px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 0 2px !important;
  border: 1px solid #000000;
}
header.row .top-right.logged-in .tml ul {
  margin: 0;
  padding: 0;
}
header.row .top-right.logged-in .tml ul li {
  list-style: none;
  font-size: 10.4px;
  letter-spacing: 0px;
  display: inline;
  padding: 0 5px;
}
header.row .top-middle {
  text-align: left;
  padding: 0;
  height: 80px;
}
header.row .top-middle form {
  width: 100%;
}
header.row .top-middle form:before {
  position: absolute;
  font-size: 22px;
  padding: 8px 0 0 18px;
  z-index: 1;
  top: -4px;
}
header.row .top-middle form input {
  background: #ffffff;
  color: #000000;
  border: none;
  height: 41px;
  width: 100%;
  padding: 0px 0px 0px 54px;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  letter-spacing: 0px;
  font-size: 13.6px;
  position: absolute;
  top: -5px;
}
header.row .top-middle form input:focus {
  outline: none;
}
@media (max-width: 767px) {
  header.row .top-middle {
    border-right: 1px solid #ffffff;
  }
}
header.row .register-container {
  margin: 10px 0 15px;
}
header.row .register-container .tml {
  width: 100%;
  max-width: 100%;
}
header.row .register-container .tml p {
  margin: 0;
}
header.row .register-container .tml p.agree_terms {
  margin: 10px auto 10px auto;
  font-size: 13px;
  max-width: 380px!important;
  width: 100%!important;
  text-align: left;
}
header.row .register-container .tml p.agree_terms a {
  background-color: #c22bf7;
  padding: 2px 2px 1px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
header.row .register-container .tml.tml-register,
header.row .register-container .tml.tml-login {
  display: inline-block;
}
header.row .register-container .tml.tml-register label,
header.row .register-container .tml.tml-login label,
header.row .register-container .tml.tml-register .message,
header.row .register-container .tml.tml-login .message,
header.row .register-container .tml.tml-register .fball_ui,
header.row .register-container .tml.tml-login .fball_ui {
  display: none;
}
header.row .register-container .tml.tml-register input.input,
header.row .register-container .tml.tml-login input.input {
  height: 40px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 0px 20px !important;
  border: none;
  letter-spacing: 0px;
  max-width: 420px!important;
  width: 100%!important;
}
header.row .register-container .tml.tml-register .tml-action-links,
header.row .register-container .tml.tml-login .tml-action-links {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
}
header.row .register-container .tml.tml-register .tml-rememberme-wrap label,
header.row .register-container .tml.tml-login .tml-rememberme-wrap label {
  font-weight: 300;
}
header.row .register-container .tml.tml-login {
  display: none;
}
header.row .register-container .tml.tml-login b {
  display: none;
}
header.row .register-container .tml.tml-login .tml-rememberme-submit-wrap {
  margin: 0;
}
header.row .register-container .tml.tml-login .tml-rememberme-submit-wrap p {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
header.row .register-container .tml.tml-login .tml-rememberme-submit-wrap p label {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-bottom: 1px;
}
header.row .register-container .tml.tml-login .tml-submit-wrap {
  text-align: center;
}
.close-button {
  background: url("../img/close-black.png") no-repeat 0 0 transparent;
  background-size: contain;
  display: inline-block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .close-button {
    right: 55px;
  }
}
body.tpl-login_php .social-media-icons ul li,
header.row .top-right.logged-out .social-media-icons ul li {
  padding: 20px;
}
body.tpl-login_php .tml form,
header.row .top-right.logged-out .tml form,
body.tpl-login_php .tml .tml-user-links,
header.row .top-right.logged-out .tml .tml-user-links,
body.tpl-login_php .tml .tml-action-links,
header.row .top-right.logged-out .tml .tml-action-links,
body.tpl-login_php .tml.tml-register p.message,
header.row .top-right.logged-out .tml.tml-register p.message,
body.tpl-login_php .tml.tml-login p.message,
header.row .top-right.logged-out .tml.tml-login p.message,
body.tpl-login_php .tml.tml-lostpassword p.message,
header.row .top-right.logged-out .tml.tml-lostpassword p.message {
  background: #e1e1e1;
  position: fixed;
  left: 50%;
  width: 400px;
  top: 50%;
  z-index: 90;
  cursor: auto;
  margin-left: -200px;
}
body.tpl-login_php .tml .registerform,
header.row .top-right.logged-out .tml .registerform {
  height: 370px !important;
}
body.tpl-login_php .tml form,
header.row .top-right.logged-out .tml form,
body.tpl-login_php .tml .tml-user-links,
header.row .top-right.logged-out .tml .tml-user-links {
  margin-top: -220px;
  padding: 20px 0;
}
body.tpl-login_php .tml .tml-action-links,
header.row .top-right.logged-out .tml .tml-action-links {
  margin-top: 170px;
  padding: 0 0 20px 0;
}
body.tpl-login_php .tml .tml-action-links li,
header.row .top-right.logged-out .tml .tml-action-links li {
  float: none;
  border: none;
}
body.tpl-login_php .tml .tml-action-links a,
header.row .top-right.logged-out .tml .tml-action-links a {
  display: inline-block;
  padding: 10px;
}
body.tpl-login_php .tml.tml-register form,
header.row .top-right.logged-out .tml.tml-register form {
  margin-top: -170px;
}
body.tpl-login_php .tml.tml-register .close-button,
header.row .top-right.logged-out .tml.tml-register .close-button {
  top: -39px;
}
body.tpl-login_php .tml.tml-register .tml-action-links,
header.row .top-right.logged-out .tml.tml-register .tml-action-links {
  margin-top: 200px;
}
body.tpl-login_php .tml.tml-register p.message,
header.row .top-right.logged-out .tml.tml-register p.message {
  margin-top: -220px;
  padding: 20px 0;
}
body.tpl-login_php .tml.tml-register p.agree_terms,
header.row .top-right.logged-out .tml.tml-register p.agree_terms,
body.tpl-login_php .tml.tml-register p#reg_passmail2,
header.row .top-right.logged-out .tml.tml-register p#reg_passmail2 {
  font-size: 11.2px;
  letter-spacing: 0px;
  margin: 0 auto 5px auto;
  padding: 0 20px;
  text-align: center;
  width: 90%;
}
body.tpl-login_php .tml.tml-register p.agree_terms a,
header.row .top-right.logged-out .tml.tml-register p.agree_terms a,
body.tpl-login_php .tml.tml-register p#reg_passmail2 a,
header.row .top-right.logged-out .tml.tml-register p#reg_passmail2 a {
  background-color: #c22bf7;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  padding: 2px 2px 1px;
  color: #ffffff;
}
body.tpl-login_php .tml.tml-register p.agree_terms a:hover,
header.row .top-right.logged-out .tml.tml-register p.agree_terms a:hover,
body.tpl-login_php .tml.tml-register p#reg_passmail2 a:hover,
header.row .top-right.logged-out .tml.tml-register p#reg_passmail2 a:hover,
body.tpl-login_php .tml.tml-register p.agree_terms a.hover-touch,
header.row .top-right.logged-out .tml.tml-register p.agree_terms a.hover-touch,
body.tpl-login_php .tml.tml-register p#reg_passmail2 a.hover-touch,
header.row .top-right.logged-out .tml.tml-register p#reg_passmail2 a.hover-touch {
  color: #ffffff;
  background-color: #810dab !important;
}
body.tpl-login_php .tml.tml-lostpassword form,
header.row .top-right.logged-out .tml.tml-lostpassword form {
  margin-top: -50px;
}
body.tpl-login_php .tml.tml-lostpassword .close-button,
header.row .top-right.logged-out .tml.tml-lostpassword .close-button {
  top: -139px;
}
body.tpl-login_php .tml.tml-lostpassword .tml-action-links,
header.row .top-right.logged-out .tml.tml-lostpassword .tml-action-links {
  margin-top: 100px;
}
body.tpl-login_php .tml.tml-lostpassword p.message,
header.row .top-right.logged-out .tml.tml-lostpassword p.message {
  margin-top: -198px;
  padding: 60px 40px 20px 40px;
  font-size: 12px;
  letter-spacing: 0px;
}
body.tpl-login_php .tml p.error,
header.row .top-right.logged-out .tml p.error {
  width: 400px;
  position: fixed;
  z-index: 9999;
  margin-left: -200px !important;
}
@media (max-width: 767px) {
  body.tpl-login_php .tml p.error,
  header.row .top-right.logged-out .tml p.error {
    margin-left: -160px !important;
    width: 320px !important;
  }
}
body.tpl-login_php .tml label,
header.row .top-right.logged-out .tml label {
  display: none;
}
body.tpl-login_php .tml input.input,
header.row .top-right.logged-out .tml input.input {
  height: 40px;
  line-height: 20px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 0px 20px !important;
  border: none;
  letter-spacing: 0px;
  max-width: 320px;
  width: 283px !important;
}
body.tpl-login_php .tml.tml-register p,
header.row .top-right.logged-out .tml.tml-register p {
  margin: 0;
}
body.tpl-login_php .tml .tml-rememberme-submit-wrap,
header.row .top-right.logged-out .tml .tml-rememberme-submit-wrap {
  display: block;
  margin-bottom: 0;
}
body.tpl-login_php .tml .tml-submit-wrap,
header.row .top-right.logged-out .tml .tml-submit-wrap {
  display: block;
  text-align: center;
}
body.tpl-login_php .tml ul,
header.row .top-right.logged-out .tml ul {
  margin: 0;
  padding: 0;
}
body.tpl-login_php .tml ul li,
header.row .top-right.logged-out .tml ul li {
  list-style: none;
  font-size: 12px;
  letter-spacing: 0px;
  display: inline;
  padding: 0 5px;
}
body.tpl-login_php .tml .tml-action-links a,
header.row .top-right.logged-out .tml .tml-action-links a {
  color: #000000 !important;
}
body.tpl-login_php .tml .tml-action-links a:hover,
header.row .top-right.logged-out .tml .tml-action-links a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
/*
#rememberme5 {
    transform: scale(1.75);
}*/
/*
.checkboxtext
{

  font-size: 110%;
  display: inline;
}*/
#registerform4 > p.tml-submit-wrap {
  margin-bottom: 13px;
}
#login-social-modal .modal-dialog {
  width: 400px;
}
#login-social-modal .modal-header h4,
#login-social-modal .modal-body h4 {
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  text-align: center;
  font-size: 19px;
  margin-top: 2em;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 1em;
}
#login-social-modal .modal-header p,
#login-social-modal .modal-body p {
  margin-top: 24px;
  text-align: center;
}
#login-social-modal .modal-header button,
#login-social-modal .modal-body button {
  opacity: 1;
  font-weight: 300;
  text-shadow: none;
}
#login-social-modal .modal-body {
  padding-top: 0px;
}
#login-social-modal .modal-header,
#login-social-modal .modal-body {
  background: #e1e1e1;
  border: 0px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  color: #000000;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
}
#login-social-modal .modal-content {
  position: absolute;
  top: calc(40vh - 264px);
}
#login-social-modal .modal-header {
  padding-left: 40px;
  padding-right: 40px;
}
#login-social-modal .service-filters div {
  display: inline-block;
  width: calc(50% - 20px);
  height: 113px;
  margin: 10px;
  text-align: center;
  padding: 0px;
  padding-top: 20px;
}
#login-social-modal .service-filters div a {
  margin-top: 0px;
  font-size: 40px;
}
#login-social-modal .service-filters div:after {
  position: relative;
  bottom: -15px;
  color: white;
}
#login-social-modal .service-filters #facebook-provider:after {
  content: "Von Facebook";
}
#login-social-modal .service-filters #linkedin-provider:after {
  content: "von Linkedin";
}
#login-social-modal .service-filters #mail-provider:after {
  content: "Per E-Mail";
}
#login-social-modal .service-filters #live-provider:after {
  content: "von Hotmail";
}
#login-social-modal .service-filters #google-provider:after {
  content: "von Gmail";
}
div.tml p.error {
  color: darkred;
  font-size: 16px;
  font-weight: normal;
  background-color: darkgray;
}
#rememberme1 + label {
  font-weight: normal;
  margin: 0px;
  margin-left: 5px;
}
#rememberme1 {
  margin-top: -2px;
}
.agree_terms {
  line-height: 1.8em;
}
#registerform2 p.tml-user-login-wrap {
  display: none;
}
#menu-main-in-head-social {
  background-color: #c5c5c5;
}
/*
*[name=loginform], *[name=registerform]
          {
              min-height:400px;
              padding-bottom:10px;
          }
*/
.single-entry .tml-register {
  display: none;
}
/**
 * location
 * @file    location.less
 * @author  Severin Burgstaller
 */
.artist-description {
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin-bottom: 40px;
  line-height: 1.42857143;
  text-align: center;
}
.location-artist h1 {
  margin: 20px 0 0 0;
}
.location-artist h1 em {
  font-style: normal;
  font-size: 13.6px;
  font-weight: 400;
  display: block;
  color: rgba(0, 0, 0, 0.25);
}
.location-artist h2 {
  text-align: center;
  padding: 35px 0 35px 0;
}
.location-artist h2.subtitle {
  font-size: 20px;
}
.location-artist h2.subtitle a {
  background-color: #c22bf7;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  padding: 5px 5px 2px;
  color: #ffffff;
}
.location-artist h2.subtitle a:hover,
.location-artist h2.subtitle a.hover-touch {
  color: #ffffff;
  background-color: #810dab !important;
}
.location-artist .row {
  margin: 0;
}
.location-artist .row [class*="col-"] {
  margin: 0;
  padding: 0;
}
header.taxoinfo {
  line-height: 1.28571429;
  font-size: 14.4px;
}
/**
 * login
 * @file    login.less
 * @author  Severin Burgstaller
 */
/****** theme my login ******/
.tml {
  max-width: 100%;
}
.tml input[type="text"],
.tml input[type="password"],
.tml select {
  background: #e1e1e1;
  color: #000000;
  padding: 0 2px !important;
  border: 1px solid #000000;
}
.tml input,
.tml textarea,
.tml select {
  width: auto !important;
}
.tml p {
  margin: 0 0 11px;
  padding: 0;
}
.tml p.message {
  border: none;
  display: inline-block;
  background-color: transparent;
  color: #000000;
  padding: 5px 0;
}
.tml p.error {
  background-color: #000000;
  border: none;
  color: #e1e1e1;
  padding: 5px;
  display: inline-block;
  font-size: 0.75em;
  margin-top: 20px !important;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  letter-spacing: 1px;
}
.tml p.error a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  background-color: #c22bf7;
  padding: 0 2px;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
}
.tml a.fball_login_facebook,
.tml .wp-social-login-widget a {
  background-color: #3b5998 !important;
  background-image: none !important;
  padding: 15px 20px !important;
  max-width: 283px;
  width: 80%;
  display: inline-block;
  outline: none;
  font-size: inherit !important;
  line-height: inherit !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
  text-shadow: none !important;
}
.tml a.fball_login_facebook:hover,
.tml .wp-social-login-widget a:hover,
.tml a.fball_login_facebook.hover-touch,
.tml .wp-social-login-widget a.hover-touch {
  color: #ffffff;
  background-color: #203D7C !important;
}
.tml a.fball_login_facebook span,
.tml .wp-social-login-widget a span {
  background: none !important;
  border: none !important;
  font-family: inherit;
  font-weight: normal !important;
  margin: 0;
  padding: 0;
  float: none !important;
  height: auto !important;
}
.tml .fball_form {
  margin-bottom: 20px;
  padding: 10px 0 0;
}
.tml .wp-social-login-provider-list {
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}
.tml .wp-social-login-provider-list a {
  max-width: 283px;
}
.tml .wp-social-login-connect-with,
.tml.tml-register p.message {
  font-size: 19.2px;
  text-transform: uppercase;
  padding: 10px 0;
}
.tml .wp-social-login-connect-with b,
.tml.tml-register p.message b {
  font-weight: normal;
}
.tml .wp-social-login-connect-with small,
.tml.tml-register p.message small {
  font-size: 10.4px;
  text-transform: none;
}
.tml .login_or {
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #000000;
  line-height: 0.1em;
  margin: 10px auto 20px;
}
.tml .login_or span {
  background: #e1e1e1;
  padding: 0 10px;
}
.tml.tml-register .tml-user-login-wrap,
.tml.tml-register .tml-user-pass2-wrap,
.tml form label {
  display: none;
}
#theme-my-login1,
#theme-my-login2,
#theme-my-login3 {
  text-align: center;
}
#theme-my-login .submit,
#theme-my-login #theme-my-login .submit:visited {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#theme-my-login .form-table input,
#theme-my-login .tml-form-table input,
#theme-my-login .form-table select,
#theme-my-login .tml-form-table select,
#theme-my-login .form-table textarea,
#theme-my-login .tml-form-table textarea {
  width: 75%;
  border: 1px solid #373737;
  color: #000000;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  background-color: #e1e1e1;
}
@media (max-width: 768px) {
  #theme-my-login .form-table input,
  #theme-my-login .tml-form-table input,
  #theme-my-login .form-table select,
  #theme-my-login .tml-form-table select,
  #theme-my-login .form-table textarea,
  #theme-my-login .tml-form-table textarea {
    width: 100%;
  }
}
#theme-my-login #your-profile h3 {
  margin: 40px 0 20px;
}
#theme-my-login #your-profile .form-table,
#theme-my-login #your-profile .tml-form-table {
  width: 100%;
}
#theme-my-login #your-profile .form-table span.description,
#theme-my-login #your-profile .tml-form-table span.description {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
}
#theme-my-login #your-profile .form-table th,
#theme-my-login #your-profile .tml-form-table th {
  width: 200px;
}
#theme-my-login #your-profile .form-table th span.description,
#theme-my-login #your-profile .tml-form-table th span.description {
  display: inline;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
}
#theme-my-login #your-profile .form-table td,
#theme-my-login #your-profile .tml-form-table td,
#theme-my-login #your-profile .form-table th,
#theme-my-login #your-profile .tml-form-table th {
  display: inline-block;
}
@media (max-width: 768px) {
  #theme-my-login #your-profile .form-table td,
  #theme-my-login #your-profile .tml-form-table td,
  #theme-my-login #your-profile .form-table th,
  #theme-my-login #your-profile .tml-form-table th {
    width: 100%;
    float: left;
  }
}
#theme-my-login #your-profile .form-table .show-admin-bar,
#theme-my-login #your-profile .tml-form-table .show-admin-bar {
  display: none;
}
#theme-my-login #your-profile #pass-strength-result {
  color: #000000;
  background-color: #e1e1e1;
}
#theme-my-login #your-profile p.description.indicator-hint {
  clear: both;
  display: block;
  float: none;
}
#theme-my-login .agree_terms label,
#theme-my-login .agree_terms input {
  float: left;
}
#theme-my-login .agree_terms input {
  margin: 3px 5px 0 0;
}
#theme-my-login .agree_terms {
  padding-bottom: 20px;
  font-size: 13.6px;
}
#theme-my-login #reg_passmail {
  clear: both;
}
#theme-my-login .tml-rememberme-wrap,
#theme-my-login .tml-user-admin-bar-front-wrap {
  display: none;
}
#theme-my-login .tml-submit-wrap {
  display: block;
  text-align: left;
  margin-top: 40px;
}
#theme-my-login .tml-action-links {
  padding: 0;
  margin: 40px 0 0 0;
  overflow: hidden;
}
#theme-my-login .tml-action-links li {
  list-style: none;
  padding: 0;
  margin: 0 4px 0 0;
  float: left;
}
#theme-my-login #loginform * {
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
}
body.tpl-login_php {
  background: #e1e1e1;
}
body.tpl-login_php #cookie-law-info-bar,
body.tpl-login_php #cookie-law-info-again {
  display: none !important;
}
/**
 * nav
 * @file    nav.less
 * @author  Severin Burgstaller
 */
.navbar-collapse {
  border-top: none;
  border: none;
  width: auto;
  padding: 0 2%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    height: auto !important;
  }
}
nav {
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
nav.navbar {
  background: #e1e1e1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  nav.navbar .navbar-header,
  nav.navbar .navbar-collapse {
    width: 100%;
  }
}
nav.navbar ul {
  font-size: 0;
}
@media (min-width: 992px) {
  nav.navbar ul {
    text-align: center;
    width: 100%;
  }
}
nav.navbar ul li {
  list-style: none;
  float: none;
  font-size: 15px;
  letter-spacing: 0.25em;
}
@media (min-width: 992px) {
  nav.navbar ul li {
    display: inline-block;
  }
}
nav.navbar ul li a {
  color: #000000 !important;
  padding: 26px 20px;
}
nav.navbar ul li a:hover,
nav.navbar ul li a.hover-touch {
  color: rgba(0, 0, 0, 0.25) !important;
}
@media (min-width: 1200px) {
  nav.navbar ul li a {
    padding: 26px;
  }
}
@media (max-width: 991px) {
  nav.navbar ul li a {
    padding: 4px 12px;
  }
}
nav.navbar ul li.current-menu-item a {
  border-bottom: 2px solid #000000;
}
nav.navbar ul li.current-menu-item a:hover,
nav.navbar ul li.current-menu-item a.hover-touch {
  color: #000000 !important;
}
nav.navbar-taxonomy {
  margin: 10px 0;
}
nav.navbar-taxonomy ul {
  margin: 0;
  padding: 0;
}
nav.navbar-taxonomy ul li {
  display: inline-block;
  list-style: none;
  margin: 4px 8px;
}
nav.navbar-taxonomy .glyphicon-search {
  margin: 3px 0 0 0;
}
nav.navbar-taxonomy.subnav {
  font-size: 12.8px;
  margin: 20px 0;
}
nav.navbar-taxonomy.subnav a {
  color: rgba(0, 0, 0, 0.5);
}
nav.navbar-taxonomy.subnav li {
  margin: 8px;
}
.navbar-header-bottom,
.navbar-default-bottom {
  background-color: #c5c5c5 !important;
}
.navbar-header-bottom .nav > li > a:hover,
.navbar-header-bottom .nav > li > a:focus,
.navbar-header-bottom .nav > li > a:active {
  background-color: transparent !important;
}
ul#menu-main-in-head-social > li {
  display: inline-block !important;
  text-align: center;
}
ul#menu-main-in-head-social {
  text-align: center;
}
.navbar-header .col-md-12 {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 400px) {
  .nav-icon-group > a,
  .nav-icon-member > a,
  .nav-icon-activity > a {
    background-size: 25px ;
    background-repeat: no-repeat;
    color: #c5c5c5;
    font-size: 1px;
    min-width: 25px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 6px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-position: center;
  }
  .nav-icon-group > a {
    background-image: url(/wp-content/themes/musikblog/img/icon_group.png);
  }
  .nav-icon-member > a {
    background-image: url(/wp-content/themes/musikblog/img/icon_meeting.png);
  }
  .nav-icon-activity > a {
    background-image: url(/wp-content/themes/musikblog/img/icon_shaking-hands.png);
  }
}
img.avatar {
  font-size: 9px;
  width: 50px;
  height: 50px;
  background-color: lightgrey;
  overflow: no-display;
}
/**
 * related-posts
 * @file    related-posts.less
 * @author  Severin Burgstaller
 */
.related-posts article {
  width: 50%;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .related-posts article {
    width: 33.33333% !important;
  }
}
@media (min-width: 992px) {
  .related-posts article {
    width: 25% !important;
  }
}
@media (min-width: 1400px) {
  .related-posts article {
    width: 20% !important;
  }
}
.related-posts article .entry-author {
  display: none;
}
.related-posts article .entry-thumb {
  height: 175px;
}
.related-posts article .entry-content {
  padding: 0 25px;
  min-height: 175px;
  height: 175px;
}
.related-posts article .entry-content .entry-cat {
  display: none;
}
.related-posts article .entry-content .title {
  padding-top: 30px;
  max-height: 123px;
}
.related-posts article .entry-content .entry-excerpt {
  padding: 25px;
  max-height: 163px;
  overflow: hidden;
}
.related-posts article .entry-content .entry-info {
  top: 135px;
}
.related-posts .related-heading {
  background: #e1e1e1;
  text-align: center;
  padding: 35px 0;
  font-size: 15px;
  letter-spacing: 0.25em;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.related-posts a:nth-child(2n + 2) .related-article {
  background: #004c35;
}
.related-posts a:nth-child(2n + 2) .related-article:hover,
.related-posts a:nth-child(2n + 2) .related-article.hover-touch {
  background: #003333;
}
.related-posts a .related-article {
  margin: 0;
  padding: 0;
  background: #c22bf7;
}
.related-posts a .related-article img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: grayscale(100%);
  -o-transition: grayscale(100%);
  transition: grayscale(100%);
  /*filter: url("grayscale.svg#greyscale");*/
  filter: gray;
}
.related-posts a .related-article:hover,
.related-posts a .related-article.hover-touch {
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #8420a6;
}
.related-posts a .related-article:hover img,
.related-posts a .related-article.hover-touch img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.related-posts a .related-article .related-content {
  min-height: 195px;
  position: relative;
}
.related-posts a .related-article .related-content h3 {
  font-size: 18px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
.related-posts a .related-article .related-content .related-date {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 45px;
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
/**
 * reviews
 * @file    reviews.less
 * @author  Severin Burgstaller
 */
#reviews header {
  background: #e1e1e1;
  display: table;
  width: 100%;
}
#reviews header h3 {
  text-align: center;
  font-size: 72px;
  letter-spacing: 4px;
  margin: 55px 0 55px 0;
}
#reviews article {
  padding: 0;
  font-size: 10px;
  text-align: center;
  background: #004c35;
}
#reviews article.col-md-3 {
  width: 20%;
}
#reviews article:hover,
#reviews article.hover-touch {
  background: #003333;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#reviews article:hover img,
#reviews article.hover-touch img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#reviews article:nth-child(2n) {
  background: #c22bf7;
}
#reviews article:nth-child(2n):hover {
  background: #8420a6;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#reviews article:nth-child(2n):hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#reviews article img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: grayscale(100%);
  -o-transition: grayscale(100%);
  transition: grayscale(100%);
  /*filter: url("grayscale.svg#greyscale");*/
  filter: gray;
}
#reviews .entry-content {
  height: 100px;
  margin-top: 40px;
}
#reviews .entry-content h3 {
  text-transform: uppercase;
  font-size: 18px;
}
#reviews .entry-content span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  bottom: 45px;
  text-align: center;
  left: 0;
  width: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  #reviews article.col-sm-12 {
    width: 100%;
  }
}
/**
 * sidebar
 * @file    sidebar.less
 * @author  Severin Burgstaller
 */
.sidebar-container {
  min-height: 415px;
  background: #ffffff;
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 75px solid #e1e1e1;
  position: relative;
}
.sidebar-container .col-md-4 {
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) {
  .sidebar-container .col-md-4:first-child {
    padding-left: 10%;
  }
}
@media (min-width: 992px) {
  .sidebar-container .col-md-4:last-child {
    padding-right: 10%;
  }
}
.sidebar-container .col-md-4 h3 {
  font-size: 28px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-container .col-md-4 ul {
  padding: 5px 0 0 0;
}
.sidebar-container .col-md-4 ul li {
  list-style: none;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
  letter-spacing: 0.0825em;
}
.sidebar-container .col-md-4 a {
  display: inline-block;
  line-height: 20px;
}
.sidebar-container .col-md-4 .more {
  margin-bottom: 30px;
}
#frontfooter {
  border-top: 75px solid #e1e1e1;
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #frontfooter {
    padding: 60px 0;
  }
}
#frontfooter > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#frontfooter > div .textwidget {
  font-size: 12px;
}
#frontfooter > div a.more {
  margin-top: 20px;
}
#frontfooter > div .widget_wysija_cont .wysija-submit {
  display: inline-block;
  margin: 0;
}
#frontfooter > div .widget_wysija_cont p label {
  display: none;
}
#frontfooter > div .widget_wysija_cont .wysija-input {
  background-color: #e1e1e1;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  height: 50px;
  letter-spacing: 0.15em;
  line-height: 20px;
  max-width: 320px;
  padding: 0 20px !important;
  text-align: center;
}
#frontfooter > div .widget_wysija_cont .error,
#frontfooter > div .widget_wysija_cont .xdetailed-errors,
#frontfooter > div .widget_wysija_cont .updated,
#frontfooter > div .widget_wysija_cont .login .message {
  background-color: transparent !important;
  border: none !important;
  color: #000000;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
#frontfooter h5 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
/**
 * button-switch
 * @file    button-switch.less
 * @author  Severin Burgstaller
 */
.switch {
  margin: 20px 0 !important;
  text-align: center;
}
.switch form {
  margin: 0 auto !important;
  width: 100%;
  float: none;
  display: none;
}
.switch form.active {
  display: block;
}
@media (min-width: 992px) {
  .switch form {
    width: 25%;
  }
}
.switch form .form-control {
  margin: 0;
  height: 30px;
  line-height: 1;
  padding: 6px 2px 0 2px;
  font-size: 12.8px;
  background: #e1e1e1;
  border-right: none;
  color: #000000;
}
.switch form .btn {
  margin: 0;
  height: 30px;
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 9.6px;
  border-left: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.switch .btn-switch,
.switch .tag-cloud a {
  background: transparent;
  border: 1px solid transparent;
  padding: 5px;
}
.switch .btn-switch:hover,
.switch .tag-cloud a:hover,
.switch .btn-switch.active,
.switch .tag-cloud a.active,
.switch .btn-switch.semi-active,
.switch .tag-cloud a.semi-active,
.switch .btn-switch.hover-touch,
.switch .tag-cloud a.hover-touch {
  background: #c22bf7;
  color: #ffffff;
}
.switch .btn-switch.semi-active:hover,
.switch .tag-cloud a.semi-active:hover,
.switch .btn-switch.semi-active.hover-touch,
.switch .tag-cloud a.semi-active.hover-touch {
  color: #c22bf7;
  background: #ffffff;
}
.switch a.genericon-search {
  cursor: pointer;
  padding: 5px 18px 5px 5px !important;
  margin: 0 !important;
  vertical-align: text-bottom;
  height: 23px;
  font-size: 20px;
}
.switch .tag-cloud {
  margin: 80px 0 0 0;
}
.switch .tag-cloud li {
  margin: 8px;
}
/**
 * layout
 * @file    plugins.less
 * desc     overwrite plugin stylesheets
 * @author  sebastian@fuchs.ws
 */
/****** simple comment edit ******/
.sce-edit-button,
.sce-edit-button a,
.sce-timer {
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.5);
}
.sce-textarea .sce-timer {
  font-size: 0.85em;
}
.sce-comment-edit-buttons button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.sce-comment-text {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 13.6px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  background: #e1e1e1;
  width: 100%;
  margin-bottom: 5px;
}
/****** mailpoet ******/
.mpoet_profile_edit #wysija-subscriptions {
  margin: 40px 0 60px;
}
.mpoet_profile_edit #wysija-subscriptions .form-table {
  margin: 20px 0 40px;
}
.mpoet_profile_edit #wysija-subscriptions .form-table h3 {
  margin: 20px 0 10px;
}
.wysija-input {
  color: #ffffff;
}
.widget_wysija_cont .formError .formErrorContent {
  width: auto;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  background-color: #c22bf7;
  border: none;
  margin-top: -4px;
}
/****** simple-share-buttons ******/
.footer .ssbp-wrap > div {
  text-align: center !important;
}
.ssbp-wrap a {
  background-color: transparent;
  margin-right: 7px;
}
.ssbp-item {
  /*margin: 0 18px 12px 0;*/
  margin-left: 15px;
  display: inline-block;
}
.ssbp-each-share {
  background: #c22bf7;
  border: 1px solid #c22bf7;
  position: relative;
  font-size: 16px;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  line-height: 1em;
  vertical-align: middle;
}
.ssbp-each-share:after,
.ssbp-each-share:before {
  border: solid transparent;
  right: 100%;
  content: close-quote;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ssbp-each-share:after {
  border-right-color: #c22bf7;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.ssbp-each-share:before {
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
/****** royalslider ******/
.rsDefault .rsPreloader {
  background-image: none !important;
}
#gallery {
  width: 100%;
  max-width: 600px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  max-height: 440px;
  height: 440px;
}
.gallery-container {
  height: auto;
  max-height: 440px;
  overflow: hidden;
  margin: 0 auto 40px auto;
  position: relative;
  background: url("../img/loader.gif") no-repeat scroll center center / 32px 32px transparent;
  max-width: 600px;
}
.gallery-container.no_thumbs {
  max-height: 440px;
}
.gallery-container.no_thumbs .rsThumbs {
  display: none;
}
.gallery-container.active #gallery {
  visibility: visible;
}
.rsDefault .rsThumbsHor {
  margin-bottom: 40px;
}
.rsDefault .rsBullets {
  background-color: #000000 !important;
  position: relative !important;
  margin: 5px 0 10px;
  overflow: hidden;
}
.rsNavItem.rsBullet {
  cursor: pointer;
}
.rsDefault .rsBullet span {
  background-color: #aaaaaa !important;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #333333 !important;
}
.rsContent > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.royalSlider .caption,
.royalSlider .copyright {
  bottom: 0;
  position: absolute;
  left: 0;
}
.rsDefault .rsGCaption {
  border-radius: 0;
  bottom: 0 !important;
  left: 1px !important;
  position: absolute;
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  text-align: right;
  display: inline-table;
}
.rsDefault .rsCaption {
  background: none repeat scroll 0 0 transparent;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  padding: 2px 4px 1px 4px;
  width: 100%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
  text-align: right;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight,
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  top: 5px !important;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -51px !important;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -35px !important;
}
.rsDefault .rsArrowIcn,
.rsDefault .rsThumbsArrow {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.rsDefault .rsArrowIcn:hover,
.rsDefault .rsThumbsArrow:hover {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.rsCaption.no_caption {
  display: none;
}
.royalSlider .copyright {
  color: #000000;
  font-size: 10px;
  text-align: right;
  width: 99%;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.rsDefault .rsThumbsHor {
  height: 62px  !important;
}
.rsDefault .rsThumb {
  height: 60px !important;
  width: 110px !important;
  border: 1px solid #ddd;
}
.rsOverflow,
.rsOverflow:hover,
.rsOverflow:active {
  cursor: pointer !important;
}
.rsImg {
  border: none;
  /*margin: 0 !important;*/
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 640px) {
  .rsDefault .rsThumb {
    width: 55px !important;
    height: 30px !important;
  }
  .rsDefault .rsThumbsHor {
    height: 30px !important;
  }
  .rsDefault .rsThumbsVer {
    width: 55px !important;
  }
}
/****** gravity form ******/
.gform_wrapper .gform_anchor {
  display: none;
}
.gform_wrapper .gform_body ul {
  padding: 0 !important;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select {
  background: #e1e1e1;
  color: #000000;
  font-size: 16px !important;
  padding: 0 2px !important;
  border: 1px solid #000000;
  width: auto !important;
}
.gform_wrapper .gfield_required {
  color: #c22bf7 !important;
}
.gform_wrapper .validation_error {
  background-color: #ffebe8;
  border: none;
  color: #e1e1e1 !important;
  padding: 5px;
  font-size: 16px !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.g {
  background-color: #ffebe8 !important;
  color: #e1e1e1 !important;
  border: none !important;
}
/* show-git-branch */
.mb_toolbar_show_git_branch div {
  color: #bcbf77;
}
/**
 * layout
 * @file    mymusikblog.less
 * desc     mein-musikblog stylesheets
 * @author  sebastian@fuchs.ws
 */
#buttons-container {
  padding: 10px 0 0 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  background-color: #e1e1e1;
  z-index: 100000;
  text-transform: uppercase;
  letter-spacing: .05em;
  -moz-box-shadow: 0px 0px 20px 10px #ffffff;
  -webkit-box-shadow: 0px 0px 20px 10px #ffffff;
  box-shadow: 0px 0px 20px 10px #ffffff;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  border-top: #f8a17a 1px solid;
}
#buttons-container .mymb-moremenu .panel {
  display: none;
  background-color: #e1e1e1;
  font-size: 0.7em;
  padding: 10px;
  position: absolute;
  text-transform: none;
  z-index: 99999;
  text-align: left;
  bottom: 63px;
  border-top: #f8a17a 1px solid;
  border-left: #f8a17a 1px solid;
  border-right: #f8a17a 1px solid;
}
@media (max-width: 480px) {
  #buttons-container .mymb-moremenu .panel {
    right: 0;
    text-align: right;
    bottom: 60px;
  }
}
#buttons-container .mymb-moremenu .panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#buttons-container .mymb-moremenu .panel ul li a {
  padding: 4px 0;
  display: inline-block;
}
#buttons-container > .ssbp-item,
.content-buttons-container > .ssbp-item {
  padding-bottom: 10px;
}
#buttons-container .ssbp-item,
.sclshre .ssbp-item {
  margin: 0 10px 0 32px;
  position: relative;
}
#buttons-container .ssbp-item.share-items,
.sclshre .ssbp-item.share-items {
  margin: 0;
}
#buttons-container .ssbp-item .genericon,
.sclshre .ssbp-item .genericon,
#buttons-container .ssbp-item .glyphicon,
.sclshre .ssbp-item .glyphicon {
  display: inline-block !important;
  position: absolute;
  left: -32px;
  top: 5px;
}
html:not(.touch) #buttons-container .ssbp-item .ssbp-btn:not(.mymusik_button):hover .genericon,
html:not(.touch) .sclshre .ssbp-item .ssbp-btn:not(.mymusik_button):hover .genericon,
#buttons-container .ssbp-item .ssbp-btn:not(.mymusik_button).hover-touch .genericon,
.sclshre .ssbp-item .ssbp-btn:not(.mymusik_button).hover-touch .genericon,
html:not(.touch) #buttons-container .ssbp-item .ssbp-btn:not(.mymusik_button):hover .glyphicon,
html:not(.touch) .sclshre .ssbp-item .ssbp-btn:not(.mymusik_button):hover .glyphicon,
#buttons-container .ssbp-item .ssbp-btn:not(.mymusik_button).hover-touch .glyphicon,
.sclshre .ssbp-item .ssbp-btn:not(.mymusik_button).hover-touch .glyphicon {
  color: #000000 !important;
}
#buttons-container {
  padding-bottom: 5px;
}
#buttons-container .buttons-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#buttons-container .icon-item {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0 5%;
}
@media (max-width: 768px) {
  #buttons-container .icon-item {
    margin: 0 3%;
  }
}
#buttons-container .icon-item > a {
  display: inline-block;
  text-align: center;
}
#buttons-container .icon-item .glyphicon {
  display: inline-block;
  text-align: center;
  line-height: 24px !important;
}
#buttons-container .icon-item .text {
  display: block;
  text-align: center;
  font-size: 0.75em;
}
@media (max-width: 480px) {
  #buttons-container .icon-item .text {
    font-size: 0.60em;
    letter-spacing: -0.025em;
  }
}
#fb_story_settings ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
#fb_story_settings ul li {
  padding-left: 0;
}
#fb_story_settings ul li input {
  margin-top: 0;
}
#fb_story_settings ul li label {
  font-weight: normal;
}
.content-buttons-container .sh-button > a.mymusik_button.ssbp-btn {
  padding-left: 4px;
  padding-right: 18px;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
.content-buttons-container .sh-button > a.mymusik_button.ssbp-btn > span.ssbp-text:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  visibility: hidden;
  margin-right: 8px;
  font-size: 12px;
}
.content-buttons-container .sh-button > a.mymusik_button.ssbp-btn.active > span.ssbp-text:before {
  visibility: visible;
  color: #ffffff;
}
.content-buttons-container .sh-button > a.mymusik_button.ssbp-btn.active.loading > span.ssbp-text:before {
  color: #ffffff !important;
}
.content-buttons-container .sh-button > a.mymusik_button.ssbp-btn.loading > span.ssbp-text:before {
  content: "\E031";
  visibility: visible;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
#bpmmb-artists .mymusik_button.disabled,
#bpmmb-favoriten .mymusik_button.disabled,
#bpmmb-gewinnspiele .mymusik_button.disabled,
#bpmmb-recommendations .mymusik_button.disabled,
.content-buttons-container .mymusik_button.disabled,
#bpmmb-artists .mmr-comment-mover.disabled,
#bpmmb-favoriten .mmr-comment-mover.disabled,
#bpmmb-gewinnspiele .mmr-comment-mover.disabled,
#bpmmb-recommendations .mmr-comment-mover.disabled,
.content-buttons-container .mmr-comment-mover.disabled,
#bpmmb-artists .recommend-btn.disabled,
#bpmmb-favoriten .recommend-btn.disabled,
#bpmmb-gewinnspiele .recommend-btn.disabled,
#bpmmb-recommendations .recommend-btn.disabled,
.content-buttons-container .recommend-btn.disabled {
  cursor: pointer !important;
  pointer-events: auto !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #7f7f7f !important;
  cursor: pointer;
  opacity: 0.65;
  filter: alpha(opacity=65);
  pointer-events: auto;
}
#bpmmb-artists .mymusik_button.disabled .genericon,
#bpmmb-favoriten .mymusik_button.disabled .genericon,
#bpmmb-gewinnspiele .mymusik_button.disabled .genericon,
#bpmmb-recommendations .mymusik_button.disabled .genericon,
.content-buttons-container .mymusik_button.disabled .genericon,
#bpmmb-artists .mmr-comment-mover.disabled .genericon,
#bpmmb-favoriten .mmr-comment-mover.disabled .genericon,
#bpmmb-gewinnspiele .mmr-comment-mover.disabled .genericon,
#bpmmb-recommendations .mmr-comment-mover.disabled .genericon,
.content-buttons-container .mmr-comment-mover.disabled .genericon,
#bpmmb-artists .recommend-btn.disabled .genericon,
#bpmmb-favoriten .recommend-btn.disabled .genericon,
#bpmmb-gewinnspiele .recommend-btn.disabled .genericon,
#bpmmb-recommendations .recommend-btn.disabled .genericon,
.content-buttons-container .recommend-btn.disabled .genericon,
#bpmmb-artists .mymusik_button.disabled .glyphicon,
#bpmmb-favoriten .mymusik_button.disabled .glyphicon,
#bpmmb-gewinnspiele .mymusik_button.disabled .glyphicon,
#bpmmb-recommendations .mymusik_button.disabled .glyphicon,
.content-buttons-container .mymusik_button.disabled .glyphicon,
#bpmmb-artists .mmr-comment-mover.disabled .glyphicon,
#bpmmb-favoriten .mmr-comment-mover.disabled .glyphicon,
#bpmmb-gewinnspiele .mmr-comment-mover.disabled .glyphicon,
#bpmmb-recommendations .mmr-comment-mover.disabled .glyphicon,
.content-buttons-container .mmr-comment-mover.disabled .glyphicon,
#bpmmb-artists .recommend-btn.disabled .glyphicon,
#bpmmb-favoriten .recommend-btn.disabled .glyphicon,
#bpmmb-gewinnspiele .recommend-btn.disabled .glyphicon,
#bpmmb-recommendations .recommend-btn.disabled .glyphicon,
.content-buttons-container .recommend-btn.disabled .glyphicon {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #0f0f0f !important;
}
html:not(.touch) #bpmmb-artists .mymusik_button.disabled:hover,
html:not(.touch) #bpmmb-favoriten .mymusik_button.disabled:hover,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.disabled:hover,
html:not(.touch) #bpmmb-recommendations .mymusik_button.disabled:hover,
html:not(.touch) .content-buttons-container .mymusik_button.disabled:hover,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.disabled:hover,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.disabled:hover,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.disabled:hover,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.disabled:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.disabled:hover,
html:not(.touch) #bpmmb-artists .recommend-btn.disabled:hover,
html:not(.touch) #bpmmb-favoriten .recommend-btn.disabled:hover,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.disabled:hover,
html:not(.touch) #bpmmb-recommendations .recommend-btn.disabled:hover,
html:not(.touch) .content-buttons-container .recommend-btn.disabled:hover,
#bpmmb-artists .mymusik_button.disabled.hover-touch,
#bpmmb-favoriten .mymusik_button.disabled.hover-touch,
#bpmmb-gewinnspiele .mymusik_button.disabled.hover-touch,
#bpmmb-recommendations .mymusik_button.disabled.hover-touch,
.content-buttons-container .mymusik_button.disabled.hover-touch,
#bpmmb-artists .mmr-comment-mover.disabled.hover-touch,
#bpmmb-favoriten .mmr-comment-mover.disabled.hover-touch,
#bpmmb-gewinnspiele .mmr-comment-mover.disabled.hover-touch,
#bpmmb-recommendations .mmr-comment-mover.disabled.hover-touch,
.content-buttons-container .mmr-comment-mover.disabled.hover-touch,
#bpmmb-artists .recommend-btn.disabled.hover-touch,
#bpmmb-favoriten .recommend-btn.disabled.hover-touch,
#bpmmb-gewinnspiele .recommend-btn.disabled.hover-touch,
#bpmmb-recommendations .recommend-btn.disabled.hover-touch,
.content-buttons-container .recommend-btn.disabled.hover-touch {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
#bpmmb-artists .mymusik_button.active,
#bpmmb-favoriten .mymusik_button.active,
#bpmmb-gewinnspiele .mymusik_button.active,
#bpmmb-recommendations .mymusik_button.active,
.content-buttons-container .mymusik_button.active,
#bpmmb-artists .mmr-comment-mover.active,
#bpmmb-favoriten .mmr-comment-mover.active,
#bpmmb-gewinnspiele .mmr-comment-mover.active,
#bpmmb-recommendations .mmr-comment-mover.active,
.content-buttons-container .mmr-comment-mover.active,
#bpmmb-artists .recommend-btn.active,
#bpmmb-favoriten .recommend-btn.active,
#bpmmb-gewinnspiele .recommend-btn.active,
#bpmmb-recommendations .recommend-btn.active,
.content-buttons-container .recommend-btn.active,
html:not(.touch) #bpmmb-artists .mymusik_button.active:focus,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:focus,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:focus,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:focus,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:focus,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:focus,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:focus,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:focus,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus,
html:not(.touch) #bpmmb-artists .recommend-btn.active:focus,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:focus,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:focus,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:focus,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus,
html:not(.touch) #bpmmb-artists .mymusik_button.active:active,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:active,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:active,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:active,
html:not(.touch) .content-buttons-container .mymusik_button.active:active,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:active,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:active,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:active,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:active,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active,
html:not(.touch) #bpmmb-artists .recommend-btn.active:active,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:active,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:active,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:active,
html:not(.touch) .content-buttons-container .recommend-btn.active:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
#bpmmb-artists .mymusik_button.active .genericon,
#bpmmb-favoriten .mymusik_button.active .genericon,
#bpmmb-gewinnspiele .mymusik_button.active .genericon,
#bpmmb-recommendations .mymusik_button.active .genericon,
.content-buttons-container .mymusik_button.active .genericon,
#bpmmb-artists .mmr-comment-mover.active .genericon,
#bpmmb-favoriten .mmr-comment-mover.active .genericon,
#bpmmb-gewinnspiele .mmr-comment-mover.active .genericon,
#bpmmb-recommendations .mmr-comment-mover.active .genericon,
.content-buttons-container .mmr-comment-mover.active .genericon,
#bpmmb-artists .recommend-btn.active .genericon,
#bpmmb-favoriten .recommend-btn.active .genericon,
#bpmmb-gewinnspiele .recommend-btn.active .genericon,
#bpmmb-recommendations .recommend-btn.active .genericon,
.content-buttons-container .recommend-btn.active .genericon,
html:not(.touch) #bpmmb-artists .mymusik_button.active:focus .genericon,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:focus .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:focus .genericon,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:focus .genericon,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus .genericon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:focus .genericon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:focus .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:focus .genericon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:focus .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus .genericon,
html:not(.touch) #bpmmb-artists .recommend-btn.active:focus .genericon,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:focus .genericon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:focus .genericon,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:focus .genericon,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus .genericon,
html:not(.touch) #bpmmb-artists .mymusik_button.active:active .genericon,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:active .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:active .genericon,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:active .genericon,
html:not(.touch) .content-buttons-container .mymusik_button.active:active .genericon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:active .genericon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:active .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:active .genericon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:active .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active .genericon,
html:not(.touch) #bpmmb-artists .recommend-btn.active:active .genericon,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:active .genericon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:active .genericon,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:active .genericon,
html:not(.touch) .content-buttons-container .recommend-btn.active:active .genericon,
#bpmmb-artists .mymusik_button.active .glyphicon,
#bpmmb-favoriten .mymusik_button.active .glyphicon,
#bpmmb-gewinnspiele .mymusik_button.active .glyphicon,
#bpmmb-recommendations .mymusik_button.active .glyphicon,
.content-buttons-container .mymusik_button.active .glyphicon,
#bpmmb-artists .mmr-comment-mover.active .glyphicon,
#bpmmb-favoriten .mmr-comment-mover.active .glyphicon,
#bpmmb-gewinnspiele .mmr-comment-mover.active .glyphicon,
#bpmmb-recommendations .mmr-comment-mover.active .glyphicon,
.content-buttons-container .mmr-comment-mover.active .glyphicon,
#bpmmb-artists .recommend-btn.active .glyphicon,
#bpmmb-favoriten .recommend-btn.active .glyphicon,
#bpmmb-gewinnspiele .recommend-btn.active .glyphicon,
#bpmmb-recommendations .recommend-btn.active .glyphicon,
.content-buttons-container .recommend-btn.active .glyphicon,
html:not(.touch) #bpmmb-artists .mymusik_button.active:focus .glyphicon,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:focus .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:focus .glyphicon,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus .glyphicon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) #bpmmb-artists .recommend-btn.active:focus .glyphicon,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:focus .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:focus .glyphicon,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus .glyphicon,
html:not(.touch) #bpmmb-artists .mymusik_button.active:active .glyphicon,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:active .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:active .glyphicon,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:active .glyphicon,
html:not(.touch) .content-buttons-container .mymusik_button.active:active .glyphicon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) #bpmmb-artists .recommend-btn.active:active .glyphicon,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:active .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:active .glyphicon,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:active .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn.active:active .glyphicon {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
}
html:not(.touch) #bpmmb-artists .mymusik_button.active:hover,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:hover,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:hover,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:hover,
html:not(.touch) .content-buttons-container .mymusik_button.active:hover,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:hover,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:hover,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:hover,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:hover,
html:not(.touch) #bpmmb-artists .recommend-btn.active:hover,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:hover,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:hover,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:hover,
html:not(.touch) .content-buttons-container .recommend-btn.active:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .recommend-btn.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .recommend-btn.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .recommend-btn.active:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active:active:hover,
#bpmmb-artists .mymusik_button.active.hover-touch,
#bpmmb-favoriten .mymusik_button.active.hover-touch,
#bpmmb-gewinnspiele .mymusik_button.active.hover-touch,
#bpmmb-recommendations .mymusik_button.active.hover-touch,
.content-buttons-container .mymusik_button.active.hover-touch,
#bpmmb-artists .mmr-comment-mover.active.hover-touch,
#bpmmb-favoriten .mmr-comment-mover.active.hover-touch,
#bpmmb-gewinnspiele .mmr-comment-mover.active.hover-touch,
#bpmmb-recommendations .mmr-comment-mover.active.hover-touch,
.content-buttons-container .mmr-comment-mover.active.hover-touch,
#bpmmb-artists .recommend-btn.active.hover-touch,
#bpmmb-favoriten .recommend-btn.active.hover-touch,
#bpmmb-gewinnspiele .recommend-btn.active.hover-touch,
#bpmmb-recommendations .recommend-btn.active.hover-touch,
.content-buttons-container .recommend-btn.active.hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.active:focus.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:focus.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:focus.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus.hover-touch,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) #bpmmb-artists .recommend-btn.active:focus.hover-touch,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:focus.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:focus.hover-touch,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus.hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.active:active.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active:active.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active:active.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active:active.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active:active.hover-touch,
html:not(.touch) #bpmmb-artists .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) #bpmmb-artists .recommend-btn.active:active.hover-touch,
html:not(.touch) #bpmmb-favoriten .recommend-btn.active:active.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn.active:active.hover-touch,
html:not(.touch) #bpmmb-recommendations .recommend-btn.active:active.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active:active.hover-touch {
  background-color: transparent !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
html:not(.touch) #bpmmb-artists .mymusik_button:hover .genericon,
html:not(.touch) #bpmmb-favoriten .mymusik_button:hover .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button:hover .genericon,
html:not(.touch) #bpmmb-recommendations .mymusik_button:hover .genericon,
html:not(.touch) .content-buttons-container .mymusik_button:hover .genericon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover:hover .genericon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover:hover .genericon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover:hover .genericon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover:hover .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover:hover .genericon,
html:not(.touch) #bpmmb-artists .recommend-btn:hover .genericon,
html:not(.touch) #bpmmb-favoriten .recommend-btn:hover .genericon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn:hover .genericon,
html:not(.touch) #bpmmb-recommendations .recommend-btn:hover .genericon,
html:not(.touch) .content-buttons-container .recommend-btn:hover .genericon,
#bpmmb-artists .mymusik_button.hover-touch .genericon,
#bpmmb-favoriten .mymusik_button.hover-touch .genericon,
#bpmmb-gewinnspiele .mymusik_button.hover-touch .genericon,
#bpmmb-recommendations .mymusik_button.hover-touch .genericon,
.content-buttons-container .mymusik_button.hover-touch .genericon,
#bpmmb-artists .mmr-comment-mover.hover-touch .genericon,
#bpmmb-favoriten .mmr-comment-mover.hover-touch .genericon,
#bpmmb-gewinnspiele .mmr-comment-mover.hover-touch .genericon,
#bpmmb-recommendations .mmr-comment-mover.hover-touch .genericon,
.content-buttons-container .mmr-comment-mover.hover-touch .genericon,
#bpmmb-artists .recommend-btn.hover-touch .genericon,
#bpmmb-favoriten .recommend-btn.hover-touch .genericon,
#bpmmb-gewinnspiele .recommend-btn.hover-touch .genericon,
#bpmmb-recommendations .recommend-btn.hover-touch .genericon,
.content-buttons-container .recommend-btn.hover-touch .genericon,
html:not(.touch) #bpmmb-artists .mymusik_button:hover .glyphicon,
html:not(.touch) #bpmmb-favoriten .mymusik_button:hover .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button:hover .glyphicon,
html:not(.touch) #bpmmb-recommendations .mymusik_button:hover .glyphicon,
html:not(.touch) .content-buttons-container .mymusik_button:hover .glyphicon,
html:not(.touch) #bpmmb-artists .mmr-comment-mover:hover .glyphicon,
html:not(.touch) #bpmmb-favoriten .mmr-comment-mover:hover .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .mmr-comment-mover:hover .glyphicon,
html:not(.touch) #bpmmb-recommendations .mmr-comment-mover:hover .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover:hover .glyphicon,
html:not(.touch) #bpmmb-artists .recommend-btn:hover .glyphicon,
html:not(.touch) #bpmmb-favoriten .recommend-btn:hover .glyphicon,
html:not(.touch) #bpmmb-gewinnspiele .recommend-btn:hover .glyphicon,
html:not(.touch) #bpmmb-recommendations .recommend-btn:hover .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn:hover .glyphicon,
#bpmmb-artists .mymusik_button.hover-touch .glyphicon,
#bpmmb-favoriten .mymusik_button.hover-touch .glyphicon,
#bpmmb-gewinnspiele .mymusik_button.hover-touch .glyphicon,
#bpmmb-recommendations .mymusik_button.hover-touch .glyphicon,
.content-buttons-container .mymusik_button.hover-touch .glyphicon,
#bpmmb-artists .mmr-comment-mover.hover-touch .glyphicon,
#bpmmb-favoriten .mmr-comment-mover.hover-touch .glyphicon,
#bpmmb-gewinnspiele .mmr-comment-mover.hover-touch .glyphicon,
#bpmmb-recommendations .mmr-comment-mover.hover-touch .glyphicon,
.content-buttons-container .mmr-comment-mover.hover-touch .glyphicon,
#bpmmb-artists .recommend-btn.hover-touch .glyphicon,
#bpmmb-favoriten .recommend-btn.hover-touch .glyphicon,
#bpmmb-gewinnspiele .recommend-btn.hover-touch .glyphicon,
#bpmmb-recommendations .recommend-btn.hover-touch .glyphicon,
.content-buttons-container .recommend-btn.hover-touch .glyphicon {
  color: #000000 !important;
}
html:not(.touch) #bpmmb-artists .mymusik_button.now:not(.active):hover,
html:not(.touch) #bpmmb-favoriten .mymusik_button.now:not(.active):hover,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.now:not(.active):hover,
html:not(.touch) #bpmmb-recommendations .mymusik_button.now:not(.active):hover,
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):active:hover,
#bpmmb-artists .mymusik_button.now:not(.active).hover-touch,
#bpmmb-favoriten .mymusik_button.now:not(.active).hover-touch,
#bpmmb-gewinnspiele .mymusik_button.now:not(.active).hover-touch,
#bpmmb-recommendations .mymusik_button.now:not(.active).hover-touch,
.content-buttons-container .mymusik_button.now:not(.active).hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.now:not(.active):active.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.now:not(.active):active.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.now:not(.active):active.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.now:not(.active):active.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):active.hover-touch {
  background-color: transparent !important;
  color: #000000 !important;
}
html:not(.touch) #bpmmb-artists .mymusik_button.active.now:hover,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active.now:hover,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active.now:hover,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active.now:hover,
html:not(.touch) .content-buttons-container .mymusik_button.active.now:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) #bpmmb-artists .mymusik_button.active.now:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-favoriten .mymusik_button.active.now:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active.now:active:hover,
html:not(.touch) html:not(.touch) #bpmmb-recommendations .mymusik_button.active.now:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active.now:active:hover,
#bpmmb-artists .mymusik_button.active.now.hover-touch,
#bpmmb-favoriten .mymusik_button.active.now.hover-touch,
#bpmmb-gewinnspiele .mymusik_button.active.now.hover-touch,
#bpmmb-recommendations .mymusik_button.active.now.hover-touch,
.content-buttons-container .mymusik_button.active.now.hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) #bpmmb-artists .mymusik_button.active.now:active.hover-touch,
html:not(.touch) #bpmmb-favoriten .mymusik_button.active.now:active.hover-touch,
html:not(.touch) #bpmmb-gewinnspiele .mymusik_button.active.now:active.hover-touch,
html:not(.touch) #bpmmb-recommendations .mymusik_button.active.now:active.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active.now:active.hover-touch {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.content-buttons-container {
  margin-bottom: 40px;
  text-align: center;
}
.content-buttons-container .sh-button > a {
  padding: 2px 10px 3px 10px;
}
.content-buttons-container .shb-btn,
.content-buttons-container .mymusik_button {
  border-color: #f8a17a;
  color: #f8a17a;
}
html:not(.touch) .content-buttons-container .shb-btn:hover,
html:not(.touch) .content-buttons-container .mymusik_button:hover,
.content-buttons-container .shb-btn.hover-touch,
.content-buttons-container .mymusik_button.hover-touch {
  background: #f8a17a;
  color: #ffffff;
  border-color: #f8a17a;
}
.content-buttons-container .mymusik_button.disabled,
.content-buttons-container .mmr-comment-mover.disabled,
.content-buttons-container .recommend-btn.disabled {
  background-color: transparent !important;
  border-color: #f8a17a !important;
  color: #f8a17a !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-buttons-container .mymusik_button.disabled .genericon,
.content-buttons-container .mmr-comment-mover.disabled .genericon,
.content-buttons-container .recommend-btn.disabled .genericon,
.content-buttons-container .mymusik_button.disabled .glyphicon,
.content-buttons-container .mmr-comment-mover.disabled .glyphicon,
.content-buttons-container .recommend-btn.disabled .glyphicon {
  color: #f8a17a !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
html:not(.touch) .content-buttons-container .mymusik_button.disabled:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.disabled:hover,
html:not(.touch) .content-buttons-container .recommend-btn.disabled:hover,
.content-buttons-container .mymusik_button.disabled.hover-touch,
.content-buttons-container .mmr-comment-mover.disabled.hover-touch,
.content-buttons-container .recommend-btn.disabled.hover-touch {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #f8a17a !important;
  background-color: #f8a17a !important;
  color: #ffffff !important;
}
.content-buttons-container .mymusik_button.active,
.content-buttons-container .mmr-comment-mover.active,
.content-buttons-container .recommend-btn.active,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus,
html:not(.touch) .content-buttons-container .mymusik_button.active:active,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active,
html:not(.touch) .content-buttons-container .recommend-btn.active:active {
  background-color: #f8a17a !important;
  border-color: #f8a17a !important;
  color: #ffffff !important;
}
.content-buttons-container .mymusik_button.active .genericon,
.content-buttons-container .mmr-comment-mover.active .genericon,
.content-buttons-container .recommend-btn.active .genericon,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus .genericon,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus .genericon,
html:not(.touch) .content-buttons-container .mymusik_button.active:active .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active .genericon,
html:not(.touch) .content-buttons-container .recommend-btn.active:active .genericon,
.content-buttons-container .mymusik_button.active .glyphicon,
.content-buttons-container .mmr-comment-mover.active .glyphicon,
.content-buttons-container .recommend-btn.active .glyphicon,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus .glyphicon,
html:not(.touch) .content-buttons-container .mymusik_button.active:active .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn.active:active .glyphicon {
  color: #f8a17a !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
html:not(.touch) .content-buttons-container .mymusik_button.active:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:hover,
html:not(.touch) .content-buttons-container .recommend-btn.active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active:active:hover,
.content-buttons-container .mymusik_button.active.hover-touch,
.content-buttons-container .mmr-comment-mover.active.hover-touch,
.content-buttons-container .recommend-btn.active.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active:focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active:active.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active:active.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active:active.hover-touch {
  background-color: transparent !important;
  border-color: #f8a17a !important;
  color: #f8a17a !important;
}
html:not(.touch) .content-buttons-container .mymusik_button:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover:hover,
html:not(.touch) .content-buttons-container .recommend-btn:hover,
.content-buttons-container .mymusik_button.hover-touch,
.content-buttons-container .mmr-comment-mover.hover-touch,
.content-buttons-container .recommend-btn.hover-touch {
  background-color: #f8a17a !important;
  border-color: #f8a17a !important;
  color: #ffffff !important;
}
html:not(.touch) .content-buttons-container .mymusik_button:hover .genericon,
html:not(.touch) .content-buttons-container .mmr-comment-mover:hover .genericon,
html:not(.touch) .content-buttons-container .recommend-btn:hover .genericon,
.content-buttons-container .mymusik_button.hover-touch .genericon,
.content-buttons-container .mmr-comment-mover.hover-touch .genericon,
.content-buttons-container .recommend-btn.hover-touch .genericon,
html:not(.touch) .content-buttons-container .mymusik_button:hover .glyphicon,
html:not(.touch) .content-buttons-container .mmr-comment-mover:hover .glyphicon,
html:not(.touch) .content-buttons-container .recommend-btn:hover .glyphicon,
.content-buttons-container .mymusik_button.hover-touch .glyphicon,
.content-buttons-container .mmr-comment-mover.hover-touch .glyphicon,
.content-buttons-container .recommend-btn.hover-touch .glyphicon {
  color: #f8a17a !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.now:not(.active):hover,
html:not(.touch) .content-buttons-container .recommend-btn.now:not(.active):hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.now:not(.active):focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.now:not(.active):active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.now:not(.active):active:hover,
.content-buttons-container .mymusik_button.now:not(.active).hover-touch,
.content-buttons-container .mmr-comment-mover.now:not(.active).hover-touch,
.content-buttons-container .recommend-btn.now:not(.active).hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):focus.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.now:not(.active):focus.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.now:not(.active):focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.now:not(.active):active.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.now:not(.active):active.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.now:not(.active):active.hover-touch {
  background-color: transparent !important;
  color: #f8a17a !important;
}
html:not(.touch) .content-buttons-container .mymusik_button.active.now:hover,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active.now:hover,
html:not(.touch) .content-buttons-container .recommend-btn.active.now:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active.now:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active.now:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active.now:focus:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mymusik_button.active.now:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .mmr-comment-mover.active.now:active:hover,
html:not(.touch) html:not(.touch) .content-buttons-container .recommend-btn.active.now:active:hover,
.content-buttons-container .mymusik_button.active.now.hover-touch,
.content-buttons-container .mmr-comment-mover.active.now.hover-touch,
.content-buttons-container .recommend-btn.active.now.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active.now:focus.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active.now:focus.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active.now:focus.hover-touch,
html:not(.touch) .content-buttons-container .mymusik_button.active.now:active.hover-touch,
html:not(.touch) .content-buttons-container .mmr-comment-mover.active.now:active.hover-touch,
html:not(.touch) .content-buttons-container .recommend-btn.active.now:active.hover-touch {
  background-color: #f8a17a !important;
  border-color: #f8a17a !important;
  color: #ffffff !important;
}
body.archive .content-buttons-container {
  display: inline-block;
  margin-bottom: 0;
}
body.archive .content-buttons-container .glyphicon {
  top: 12px;
}
body.archive .content-buttons-container .ssbp-item {
  margin: 0 0 0 10px;
}
.button_note_login,
.button_note_register {
  display: none;
}
.button_note_login a:hover,
.button_note_register a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.mymusikblog-container,
.mmb-button {
  padding: 0 0 50px 0;
  text-align: left;
}
.mymusikblog-container h4,
.mmb-button h4 {
  padding-bottom: 25px;
  padding-top: 20px;
}
.mymusikblog-container .row-container,
.mmb-button .row-container {
  padding-left: 25px;
}
.mymusikblog-container .row-container .row,
.mmb-button .row-container .row {
  width: 100%;
  margin-bottom: 20px;
}
.mymusikblog-container .row-container .button,
.mmb-button .row-container .button {
  float: left;
  width: 180px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.mymusikblog-container .row-container .button .mymusik_button,
.mmb-button .row-container .button .mymusik_button {
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}
.mymusikblog-container .row-container .text,
.mmb-button .row-container .text {
  padding-right: 10px;
  float: left;
  max-width: 365px;
  display: table;
}
.mymusikblog-container .row-container .text a,
.mmb-button .row-container .text a {
  display: inline-block;
  word-wrap: inherit;
  height: 40px;
  overflow: hidden;
  line-height: 1.1;
  font-size: 14.4px;
  display: table-cell;
  vertical-align: middle;
}
.mymusikblog-container .shb-btn .disabled,
.mmb-button .shb-btn .disabled {
  cursor: pointer !important;
  pointer-events: auto !important;
  color: #000000 !important;
}
body.buddypress #bpmmb-friends .members-item .item {
  margin-left: 0px;
  width: auto!important;
}
body.buddypress #bpmmb-friends .members-item .item-avatar img.avatar {
  height: 28px;
  max-height: 28px;
  width: 28px;
  max-width: 28px;
  margin-top: 12px;
  float: left;
  color: transparent;
}
/* invite internal and external users to friendlist */
#mb-member-chooser input,
#mb-pending-invitations input {
  background-color: #efefef;
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 0;
}
#mb-member-chooser ul,
#mb-pending-invitations ul {
  overflow-y: scroll;
  height: 200px;
  background-color: #efefef;
}
#mb-member-chooser ul li,
#mb-pending-invitations ul li {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mb-member-chooser ul li:hover,
#mb-pending-invitations ul li:hover {
  background: #ffffff;
  cursor: pointer;
}
#mb-member-chooser ul li:hover a,
#mb-pending-invitations ul li:hover a {
  text-decoration: underline!important;
}
#mb-member-chooser ul li a,
#mb-pending-invitations ul li a {
  color: #000000 !important;
}
#mb-member-chooser ul li.invite-by-mail,
#mb-pending-invitations ul li.invite-by-mail {
  padding: 5px;
}
#mb-member-chooser ul li img,
#mb-pending-invitations ul li img {
  height: 28px;
  max-height: 28px;
  width: 28px;
  max-width: 28px;
  margin-right: 10px;
  margin-top: 12px;
  float: left;
  color: transparent;
}
#mb-member-chooser ul li .matched,
#mb-pending-invitations ul li .matched {
  background-color: #c22bf7;
}
#mb-member-chooser ::-webkit-scrollbar,
#mb-pending-invitations ::-webkit-scrollbar {
  width: 5px;
}
#mb-member-chooser ::-webkit-scrollbar-button,
#mb-pending-invitations ::-webkit-scrollbar-button {
  background: #ffffff;
}
#mb-member-chooser ::-webkit-scrollbar-track-piece,
#mb-pending-invitations ::-webkit-scrollbar-track-piece {
  background: #efefef;
}
#mb-member-chooser ::-webkit-scrollbar-thumb,
#mb-pending-invitations ::-webkit-scrollbar-thumb {
  background: #373737;
}
#mb-member-chooser .invite-by-mail.valid,
#mb-pending-invitations .invite-by-mail.valid {
  cursor: pointer;
}
.post .tml.tml-login input[type="text"],
.post .tml.tml-register input[type="text"],
.post .tml.tml-login input[type="password"],
.post .tml.tml-register input[type="password"],
.post .tml.tml-login select,
.post .tml.tml-register select {
  height: 40px;
  width: 400px!important;
}
.post .tml.tml-login div,
.post .tml.tml-register div {
  display: none;
}
.post .tml.tml-login div.tml-rememberme-submit-wrap,
.post .tml.tml-register div.tml-rememberme-submit-wrap {
  display: block;
}
.post .tml.tml-login .fball_ui,
.post .tml.tml-register .fball_ui {
  display: none;
}
.pagename-lostpassword .content-single {
  padding-top: 50px;
}
/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
		3.8.1 - Cover Image
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
#buddypress div.pagination {
  background: transparent;
  border: none;
  color: #767676;
  font-size: small;
  margin: 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#buddypress div.pagination .pag-count {
  float: left;
  margin-left: 10px;
}
#buddypress div.pagination .pagination-links {
  float: right;
  margin-right: 10px;
}
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
  font-size: 90%;
  padding: 0 5px;
}
#buddypress div.pagination .pagination-links a:hover {
  font-weight: bold;
}
#buddypress noscript div.pagination {
  margin-bottom: 15px;
}
#buddypress #nav-above {
  display: none;
}
#buddypress .paged #nav-above {
  display: block;
}
/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/
#buddypress img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#buddypress .clear {
  clear: left;
}
/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream {
  margin-top: -5px;
}
#buddypress #activity-stream p {
  margin: 5px 0;
}
#buddypress #item-body form#whats-new-form {
  margin: 0;
  padding: 0;
}
#buddypress .home-page form#whats-new-form {
  border-bottom: none;
  padding-bottom: 0;
}
#buddypress form#whats-new-form #whats-new-avatar {
  float: left;
}
#buddypress form#whats-new-form #whats-new-content {
  margin-left: 55px;
  padding: 0 0 20px 20px;
}
#buddypress form#whats-new-form p.activity-greeting {
  line-height: 0.5em;
  margin-bottom: 15px;
  margin-left: 75px;
}
#buddypress form#whats-new-form textarea {
  background: #fff;
  box-sizing: border-box;
  color: #555;
  font-family: inherit;
  font-size: medium;
  height: 2.2em;
  line-height: 1.4;
  padding: 6px;
  width: 100%;
}
body.no-js #buddypress form#whats-new-form textarea {
  height: 50px;
}
#buddypress form#whats-new-form #whats-new-options select {
  max-width: 200px;
  margin-top: 12px;
}
#buddypress form#whats-new-form #whats-new-submit {
  float: right;
  margin-top: 12px;
}
#buddypress #whats-new-options:after {
  clear: both;
  content: "";
  display: table;
}
body.no-js #buddypress #whats-new-options {
  height: auto;
}
#buddypress #whats-new:focus {
  border-color: rgba(31, 179, 221, 0.9) !important;
  outline-color: rgba(31, 179, 221, 0.9);
}
/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li {
  overflow: hidden;
  padding: 15px 0 0;
  list-style: none;
}
#buddypress .activity-list .activity-avatar {
  float: left;
}
#buddypress ul.item-list.activity-list li.has-comments {
  padding-bottom: 15px;
}
body.activity-permalink #buddypress ul.activity-list li.has-comments {
  padding-bottom: 0;
}
#buddypress .activity-list li.mini {
  font-size: 80%;
  position: relative;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  height: 20px;
  margin-left: 30px;
  width: 20px;
}
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
  height: auto;
  margin-left: 0;
  width: auto;
}
body.activity-permalink #buddypress .activity-list > li:first-child {
  padding-top: 0;
}
#buddypress .activity-list li .activity-content {
  position: relative;
}
#buddypress .activity-list li.mini .activity-content p {
  margin: 0;
}
#buddypress .activity-list li.mini .activity-comments {
  clear: both;
  font-size: 120%;
}
body.activity-permalink #buddypress li.mini .activity-meta {
  margin-top: 4px;
}
#buddypress .activity-list li .activity-inreplyto {
  color: #767676;
  font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
  margin: 0;
  display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
  background: none;
  border: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#buddypress .activity-list .activity-content {
  margin: 0 0 0 70px;
}
body.activity-permalink #buddypress .activity-list li .activity-content {
  border: none;
  font-size: 100%;
  line-height: 150%;
  margin-left: 170px;
  margin-right: 0;
  padding: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-header > p {
  margin: 0;
  padding: 5px 0 0 0;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
  color: #767676;
  line-height: 220%;
}
#buddypress .activity-header {
  margin-right: 20px;
}
#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
  text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
  float: none !important;
  margin: 0 5px -8px 0 !important;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
  font-size: 80%;
  padding: 0;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
  margin: 10px 10px 5px 0;
  overflow: hidden;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
  border-left: 2px solid #EAEAEA;
  margin-left: 5px;
  padding-left: 10px;
}
body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
  margin-left: 0;
  margin-top: 5px;
}
#buddypress .activity-inner > p {
  word-wrap: break-word;
}
#buddypress .activity-inner > .activity-inner {
  margin: 0;
}
#buddypress .activity-inner > blockquote {
  margin: 0;
}
#buddypress .activity-list .activity-content img.thumbnail {
  border: 2px solid #eee;
  float: left;
  margin: 0 10px 5px 0;
}
#buddypress .activity-read-more {
  margin-left: 1em;
  white-space: nowrap;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
  background: #f0f0f0;
  font-size: 110%;
  margin: 15px 0;
  padding: 10px 15px;
  text-align: center;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
  color: #4D4D4D;
}
/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta {
  margin: 18px 0 0;
}
body.activity-permalink #buddypress div.activity-meta {
  margin-bottom: 6px;
}
#buddypress div.activity-meta a {
  padding: 4px 8px;
}
#buddypress a.activity-time-since {
  color: #767676;
  text-decoration: none;
}
#buddypress a.activity-time-since:hover {
  color: #767676;
  text-decoration: underline;
}
#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
  font-size: 80%;
  margin-right: 5px;
  text-decoration: none;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
  background: #767676;
  color: #fff;
  font-size: 90%;
  margin-left: 2px;
  padding: 0 5px;
}
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
  background: #555;
  color: #fff;
}
#buddypress div.activity-comments {
  margin: 0 0 0 70px;
  overflow: hidden;
  /* IE fix */
  position: relative;
  width: auto;
  clear: both;
}
body.activity-permalink #buddypress div.activity-comments {
  background: none;
  margin-left: 170px;
  width: auto;
}
#buddypress div.activity-comments > ul {
  padding: 0 0 0 10px;
}
#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
  border: none;
  list-style: none;
}
#buddypress div.activity-comments ul {
  clear: both;
  margin: 0;
}
#buddypress div.activity-comments ul li {
  border-top: 1px solid #eee;
  padding: 10px 0 0;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
  clear: none;
  margin-top: 0;
}
body.activity-permalink #buddypress div.activity-comments ul li {
  border-width: 1px;
  padding: 10px 0 0 0;
}
#buddypress div.activity-comments > ul > li:first-child {
  border-top: none;
}
#buddypress div.activity-comments ul li:last-child {
  margin-bottom: 0;
}
#buddypress div.activity-comments ul li > ul {
  margin-left: 30px;
  margin-top: 0;
  padding-left: 10px;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
  margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
  padding: 0 10px 0 15px;
}
#buddypress div.activity-comments div.acomment-avatar img {
  border-width: 1px;
  float: left;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
#buddypress div.activity-comments div.acomment-content {
  font-size: 80%;
  margin: 5px 0 0 40px;
}
#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
  display: none;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
  font-size: 90%;
}
#buddypress div.activity-comments div.acomment-meta {
  color: #767676;
  font-size: 80%;
}
#buddypress div.activity-comments form.ac-form {
  display: none;
  padding: 10px;
}
#buddypress div.activity-comments li form.ac-form {
  margin-right: 15px;
  clear: both;
}
#buddypress div.activity-comments form.root {
  margin-left: 0;
}
#buddypress div.activity-comments div#message {
  margin-top: 15px;
  margin-bottom: 0;
}
#buddypress div.activity-comments form .ac-textarea {
  background: #fff;
  border: 1px inset #ccc;
  margin-bottom: 10px;
  padding: 8px;
}
#buddypress div.activity-comments form textarea {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #555;
  font-family: inherit;
  font-size: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  width: 100%;
}
#buddypress div.activity-comments form input {
  margin-top: 5px;
}
#buddypress div.activity-comments form div.ac-reply-avatar {
  float: left;
}
#buddypress div.ac-reply-avatar img {
  border: 1px solid #eee;
}
#buddypress div.activity-comments form div.ac-reply-content {
  color: #767676;
  margin-left: 50px;
  padding-left: 15px;
}
#buddypress div.activity-comments form div.ac-reply-content a {
  text-decoration: none;
}
#buddypress .acomment-options {
  float: left;
  margin: 5px 0 5px 40px;
}
#buddypress .acomment-options a {
  color: #767676;
}
#buddypress .acomment-options a:hover {
  color: inherit;
}
/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search {
  float: right;
  margin: -39px 0 0 0;
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
  font-size: 90%;
  padding: 1px 3px;
}
#buddypress .current-member-type {
  font-style: italic;
}
#buddypress .dir-form {
  clear: both;
}
/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message {
  margin: 0 0 15px;
}
#buddypress #message.info {
  margin-bottom: 0;
}
#buddypress div#message.updated {
  clear: both;
  display: block;
}
#buddypress div#message p,
#sitewide-notice p {
  font-size: 90%;
  display: block;
  padding: 10px 15px;
}
#buddypress div#message.error p {
  background-color: #fdc;
  border: 1px solid #a00;
  clear: left;
  color: #800;
}
#buddypress div#message.warning p {
  background-color: #ffe0af;
  border: 1px solid #ffd087;
  clear: left;
  color: #800;
}
#buddypress div#message.updated p {
  background-color: #efc;
  border: 1px solid #591;
  color: #250;
}
#buddypress #pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  text-align: center;
  width: 150px;
}
#buddypress .standard-form #basic-details-section #pass-strength-result {
  width: 35%;
}
#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}
#buddypress #pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
  display: block;
}
#buddypress #pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
  display: block;
}
#buddypress #pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
  display: block;
}
#buddypress .standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px 0;
  padding: 6px;
  width: 90%;
}
#buddypress div.accept,
#buddypress div.reject {
  float: left;
  margin-left: 10px;
}
#buddypress ul.button-nav li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
}
#buddypress ul.button-nav li.current a {
  font-weight: bold;
}
#sitewide-notice #message {
  left: 2%;
  position: fixed;
  top: 1em;
  width: 96%;
  z-index: 9999;
}
#sitewide-notice.admin-bar-on #message {
  top: 3.3em;
}
#sitewide-notice strong {
  display: block;
  margin-bottom: -1em;
}
/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #767676;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}
#buddypress .standard-form select {
  padding: 3px;
}
#buddypress .standard-form input[type=password] {
  margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px 0;
  width: auto;
}
#buddypress .standard-form p label,
#buddypress .standard-form #invite-list label {
  font-weight: normal;
  margin: auto;
}
#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
  color: #767676;
  font-size: 100%;
  font-weight: normal;
  margin: 5px 0 0 0;
}
#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px;
}
#buddypress .standard-form input[type=text] {
  width: 75%;
}
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
  padding: 4px;
  width: 95%;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%;
}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
  width: 90%;
}
#buddypress .standard-form#signup_form div.submit {
  float: right;
}
#buddypress div#signup-avatar img {
  margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
  width: 75%;
  height: 120px;
}
#buddypress .standard-form textarea#message_content {
  height: 200px;
}
#buddypress .standard-form#send-reply textarea {
  width: 97.5%;
}
#buddypress .standard-form p.description {
  color: #767676;
  font-size: 80%;
  margin: 5px 0;
}
#buddypress .standard-form div.submit {
  clear: both;
  padding: 15px 0 0 0;
}
#buddypress .standard-form p.submit {
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
#buddypress .standard-form div.submit input {
  margin-right: 15px;
}
#buddypress .standard-form div.radio ul {
  margin: 10px 0 15px 38px;
  list-style: disc;
}
#buddypress .standard-form div.radio ul li {
  margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: none;
}
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
  float: left;
  width: 48%;
}
#buddypress .standard-form #profile-details-section {
  float: right;
}
#buddypress .standard-form #blog-details-section,
#buddypress #notifications-bulk-management {
  clear: left;
}
body.no-js #buddypress #notifications-bulk-management #select-all-notifications,
body.no-js #buddypress label[for="message-type-select"],
body.no-js #buddypress #message-type-select,
body.no-js #buddypress #delete_inbox_messages,
body.no-js #buddypress #delete_sentbox_messages,
body.no-js #buddypress #messages-bulk-management #select-all-messages {
  display: none;
}
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
  background: #fafafa;
  color: #555;
}
#buddypress form#send-invite-form {
  margin-top: 20px;
}
#buddypress div#invite-list {
  background: #f5f5f5;
  height: 400px;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
  width: 160px;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
  background: #fff;
  /* Old browsers */
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
#buddypress form.standard-form .left-menu {
  float: left;
}
#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 1%;
  list-style: none;
}
#buddypress form.standard-form .left-menu #invite-list ul li {
  margin: 0 0 0 1%;
}
#buddypress form.standard-form .main-column {
  margin-left: 190px;
}
#buddypress form.standard-form .main-column ul#friend-list {
  clear: none;
  float: left;
}
#buddypress form.standard-form .main-column ul#friend-list h4 {
  clear: none;
}
/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 8px 1px;
}
/* Form classes & generic attr styling */
#buddypress form *[disabled="disabled"] {
  cursor: default;
  opacity: .4;
}
.bp-screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}
/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
#buddypress a.loading,
#buddypress input.loading {
  -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  border-color: #aaa;
}
@-webkit-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}
@-moz-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -moz-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}
#buddypress a.loading:hover,
#buddypress input.loading:hover {
  color: #767676;
}
#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress input[type="submit"][disabled=disabled],
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}
#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
  border-color: #eee;
  color: #bbb;
}
/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list {
  margin: 0;
  width: auto;
}
#buddypress ul#topic-post-list li {
  padding: 15px;
  position: relative;
}
#buddypress ul#topic-post-list li.alt {
  background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
  color: #767676;
  margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
  margin-left: 54px;
}
#buddypress div.topic-tags {
  font-size: 80%;
}
#buddypress div.admin-links {
  color: #767676;
  font-size: 80%;
  position: absolute;
  top: 15px;
  right: 25px;
}
#buddypress div#topic-meta {
  margin: 0;
  padding: 5px 19px 30px;
  position: relative;
}
#buddypress div#topic-meta div.admin-links {
  right: 19px;
  top: -36px;
}
#buddypress div#topic-meta h3 {
  margin: 5px 0;
}
#buddypress div#new-topic-post {
  display: none;
  margin: 20px 0 0 0;
  padding: 1px 0 0 0;
}
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
  width: 100%;
}
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
  background: #eaeaea;
}
#buddypress table#message-threads {
  clear: both;
}
#buddypress table.profile-fields {
  margin-bottom: 20px;
}
#buddypress table.profile-fields:last-child {
  margin-bottom: 0;
}
#buddypress table.profile-fields p {
  margin: 0;
}
#buddypress table.profile-fields p:last-child {
  margin-top: 0;
}
#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.messages-notices tr td,
#buddypress table.forum tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr th,
#buddypress table.wp-profile-fields tr th,
#buddypress table.messages-notices tr th,
#buddypress table.forum tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.forum tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: bold;
  width: 25%;
}
#buddypress #message-threads .thread-info {
  min-width: 40%;
}
#buddypress table tr td.thread-info p {
  margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
  color: #767676;
  font-size: 80%;
  margin-top: 3px;
}
#buddypress table.forum td {
  text-align: center;
}
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
  background: #f5f5f5;
}
#buddypress table.notification-settings {
  margin-bottom: 20px;
  text-align: left;
}
#buddypress #groups-notification-settings {
  margin-bottom: 0;
}
#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
  display: none;
}
#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
  width: 80%;
}
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
  text-align: center;
  width: 40px;
}
#buddypress table.forum {
  margin: 0;
  width: auto;
  clear: both;
}
#buddypress table.forum tr.sticky td {
  font-size: 110%;
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
  padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
  color: #767676;
  font-size: 100%;
}
#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
  padding-left: 15px;
}
#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
  padding-right: 15px;
}
#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
  text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
  font-size: 110%;
}
#buddypress table.forum td.td-freshness {
  white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
  font-size: 80%;
  color: #767676;
}
#buddypress table.forum td img.avatar {
  float: none;
  margin: 0 5px -8px 0;
}
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
  min-width: 140px;
}
#buddypress table.forum th#th-title {
  width: 80%;
}
#buddypress table.forum th#th-freshness {
  width: 25%;
}
#buddypress table.forum th#th-postcount {
  width: 15%;
}
#buddypress table.forum p.topic-meta {
  font-size: 80%;
  margin: 5px 0 0 0;
}
/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress .item-body {
  margin: 20px 0;
}
#buddypress span.activity {
  display: inline-block;
  font-size: small;
  opacity: 0.8;
  padding: 0;
}
#buddypress span.user-nicename {
  color: #767676;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
}
#buddypress div#message p,
#sitewide-notice p {
  font-weight: normal;
  margin-top: 3px;
  text-decoration: none;
  background-color: #ffd;
  border: 1px solid #cb2;
  color: #440;
}
#buddypress #item-header:after {
  clear: both;
  content: "";
  display: table;
}
#buddypress div#item-header div#item-header-content {
  float: left;
  margin-left: 0;
}
#buddypress div#item-header h2 {
  line-height: 120%;
  margin: 0 0 15px 0;
}
#buddypress div#item-header h2 a {
  color: #767676;
  text-decoration: none;
}
#buddypress div#item-header img.avatar {
  float: left;
  margin: 0 15px 19px 0;
}
#buddypress div#item-header h2 {
  margin-bottom: 5px;
}
#buddypress div#item-header h2 span.highlight {
  font-size: 60%;
  font-weight: normal;
  line-height: 170%;
  vertical-align: middle;
  display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
  background: #a1dcfa;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  margin-bottom: 2px;
  padding: 1px 4px;
  position: relative;
  right: -2px;
  top: -2px;
  vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
  font-size: 80%;
  color: #767676;
  overflow: hidden;
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
}
#buddypress div#item-header div#item-actions {
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
  width: 20%;
}
#buddypress div#item-header div#item-actions h3 {
  margin: 0 0 5px 0;
}
#buddypress div#item-header ul {
  margin-bottom: 15px;
  overflow: hidden;
}
#buddypress div#item-header ul h5,
#buddypress div#item-header ul span,
#buddypress div#item-header ul hr {
  display: none;
}
#buddypress div#item-header ul li {
  float: right;
  list-style: none;
}
#buddypress div#item-header ul img.avatar,
#buddypress div#item-header ul.avatars img.avatar {
  height: 30px;
  margin: 2px;
  width: 30px;
}
#buddypress div#item-header div.generic-button,
#buddypress div#item-header a.button {
  float: left;
  margin: 10px 10px 0 0;
}
body.no-js #buddypress div#item-header .js-self-profile-button {
  display: none;
}
#buddypress div#item-header div#message.info {
  line-height: 80%;
}
#buddypress ul.item-list {
  border-top: 1px solid #eaeaea;
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}
body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
  border: none;
}
#buddypress ul.item-list li {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  margin: 0;
  position: relative;
  list-style: none;
}
#buddypress ul.single-line li {
  border: none;
}
#buddypress ul.item-list li img.avatar {
  float: left;
  margin: 0 10px 0 0;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
  font-weight: normal;
  font-size: 90%;
  margin: 0;
  width: 75%;
}
#buddypress ul.item-list li div.item-title span {
  color: #767676;
  font-size: 80%;
}
#buddypress ul.item-list li div.item-desc {
  color: #767676;
  font-size: 80%;
  margin: 10px 0 0 60px;
  width: 50%;
}
#buddypress ul.item-list li.group-no-avatar div.item-desc {
  margin-left: 0;
}
#buddypress ul.item-list li div.action {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right;
}
#buddypress ul.item-list li div.meta {
  color: #767676;
  font-size: 80%;
  margin-top: 10px;
}
#buddypress ul.item-list li h5 span.small {
  float: right;
  font-size: 80%;
  font-weight: normal;
}
#buddypress div.item-list-tabs {
  background: transparent;
  clear: left;
  overflow: hidden;
}
#buddypress div.item-list-tabs ul {
  margin: 0;
  padding: 0;
}
#buddypress div.item-list-tabs ul li {
  float: left;
  margin: 0;
  list-style: none;
}
#buddypress div.item-list-tabs#subnav ul li {
  margin-top: 0;
}
#buddypress div.item-list-tabs ul li.last {
  float: right;
  margin: 7px 0 0;
}
#buddypress div.item-list-tabs#subnav ul li.last {
  margin-top: 4px;
}
#buddypress div.item-list-tabs ul li.last select {
  max-width: 185px;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
#buddypress div.item-list-tabs ul li a span {
  background: #eee;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #6c6c6c;
  display: inline;
  font-size: 70%;
  margin-left: 2px;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  background-color: #eee;
  color: #555;
  opacity: .8;
  font-weight: bold;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
  background-color: #eee;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
  background-color: #fff;
}
#buddypress div#item-nav ul li.loading a {
  background-position: 88% 50%;
}
#buddypress div.item-list-tabs#object-nav {
  margin-top: 0;
}
#buddypress div.item-list-tabs#subnav {
  background: transparent;
  margin: 10px 0 10px;
  overflow: hidden;
}
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
  overflow: auto;
  list-style: none;
}
#buddypress #item-buttons:empty {
  display: none;
}
#buddypress #item-buttons > div > a {
  color: black;
}
/*--------------------------------------------------------------
3.8.1 - Cover Image
--------------------------------------------------------------*/
#buddypress #cover-image-container {
  position: relative;
  z-index: 0;
}
#buddypress #header-cover-image {
  background-color: #c5c5c5;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#buddypress #item-header-cover-image {
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads tr.unread td {
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
  font-weight: bold;
}
#buddypress table#message-threads tr.unread td .thread-excerpt,
#buddypress table#message-threads tr.unread td .activity,
#buddypress table#message-threads tr.unread td.thread-options {
  font-weight: normal;
}
#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
  background: #dd0000;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
  padding: 1px 6px;
  color: #fff;
}
#buddypress div#message-thread div.message-box {
  margin: 0;
  padding: 15px;
}
#buddypress div#message-thread div.alt {
  background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
  margin: 10px 0 20px 0;
}
#buddypress div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#buddypress div#message-thread strong {
  font-size: 100%;
  margin: 0;
}
#buddypress div#message-thread strong a {
  text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
  margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata {
  overflow: hidden;
}
#buddypress div#message-thread div.message-content {
  margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
  text-align: right;
}
#buddypress #message-threads img.avatar {
  max-width: none;
}
#buddypress div.message-search {
  float: right;
  margin: 0 20px;
}
.message-metadata {
  position: relative;
}
.message-star-actions {
  position: absolute;
  right: 0;
  top: 0;
}
#buddypress a.message-action-star,
#buddypress a.message-action-unstar {
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}
a.message-action-star {
  opacity: .7;
}
a.message-action-star:hover {
  opacity: 1;
}
.message-action-star span.icon:before,
.message-action-unstar span.icon:before {
  font-family: dashicons;
  font-size: 18px;
}
.message-action-star span.icon:before {
  color: #767676;
  content: "\f154";
}
.message-action-unstar span.icon:before {
  color: #fcdd77;
  content: "\f155";
}
/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
#buddypress div.profile h4 {
  margin-bottom: auto;
  margin-top: 15px;
}
#buddypress #profile-edit-form ul.button-nav {
  margin-top: 15px;
}
body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
  display: none;
}
#buddypress .field-visibility-settings {
  display: none;
  margin-top: 10px;
}
body.no-js #buddypress .field-visibility-settings {
  display: block;
}
#buddypress .current-visibility-level {
  font-weight: bold;
  font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
  color: #767676;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
  font-size: 80%;
}
body.register #buddypress div.page ul {
  list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
  margin: 0;
  font-weight: normal;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
  font-style: italic;
}
#buddypress .field-visibility-settings .radio {
  list-style: none;
  margin-bottom: 0;
}
#buddypress .field-visibility select {
  margin: 0;
}
#buddypress .wp-editor-container {
  border: 1px solid #dedede;
}
#buddypress .html-active button.switch-html {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f5;
}
#buddypress .tmce-active button.switch-tmce {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f5;
}
#buddypress .standard-form .wp-editor-container textarea {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/
.widget.buddypress div.item-avatar img.avatar {
  float: left;
  margin: 0 10px 15px 0;
}
.widget.buddypress span.activity {
  display: inline-block;
  font-size: small;
  opacity: 0.8;
  padding: 0;
}
.widget.buddypress div.item-options {
  font-size: 90%;
  margin: 0 0 1em 0;
  padding: 1em 0;
}
.widget.buddypress div.item {
  margin: 0 0 1em 0;
}
.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
  font-size: 11px;
  margin-left: 50px;
}
.widget.buddypress ul.item-list img.avatar {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.widget.buddypress div.item-avatar img {
  height: 40px;
  margin: 1px;
  width: 40px;
}
.widget.buddypress div.avatar-block {
  overflow: hidden;
}
.widget.buddypress #bp-login-widget-form label {
  display: block;
  margin: 1rem 0 .5rem;
}
.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
  margin-right: 10px;
}
.widget.buddypress .bp-login-widget-user-avatar {
  float: left;
}
.bp-login-widget-user-avatar img.avatar {
  height: 40px;
  width: 40px;
}
.widget.buddypress .bp-login-widget-user-links > div {
  padding-left: 60px;
}
.widget.buddypress .bp-login-widget-user-links > div {
  margin-bottom: .5rem;
}
.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
  font-weight: bold;
}
.widget.buddypress #groups-list,
.widget.buddypress #members-list,
.widget.buddypress #friends-list {
  margin-left: 0;
  padding-left: 0;
}
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
  clear: both;
  list-style-type: none;
}
/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  #buddypress div.dir-search {
    float: right;
    margin-top: -50px;
    text-align: right;
  }
  #buddypress div.dir-search input[type="text"] {
    margin-bottom: 1em;
    width: 50%;
  }
  a.bp-title-button {
    margin-left: 10px;
  }
  #buddypress form.standard-form .main-column div.action {
    position: relative;
    margin-bottom: 1em;
  }
  #buddypress form.standard-form .main-column ul#friend-list h4 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
  #buddypress div.dir-search {
    clear: left;
    float: left;
    margin-top: 0;
    text-align: left;
  }
  #buddypress li#groups-order-select {
    clear: left;
    float: left;
  }
  #buddypress ul.item-list li div.action {
    clear: left;
    float: left;
    margin-top: 0;
    margin-left: 70px;
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
  }
  #buddypress ul.item-list li div.item-desc {
    clear: left;
    float: left;
    margin: 10px 0 0;
    width: auto;
  }
  #buddypress li div.item {
    margin-left: 70px;
    width: auto;
  }
  #buddypress ul.item-list li div.meta {
    margin-top: 0;
  }
  #buddypress .item-desc p {
    margin: 0 0 10px;
  }
  #buddypress div.pagination .pag-count {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) {
  #buddypress div.dir-search {
    float: left;
    margin: 0;
  }
  #buddypress div.dir-search input[type="text"] {
    width: 50%;
  }
  #buddypress li#groups-order-select {
    float: left;
  }
  #buddypress ul.item-list li img.avatar {
    width: 30px;
    height: auto;
  }
  #buddypress ul.item-list li div.action,
  #buddypress li div.item {
    margin-left: 45px;
  }
  h1 a.bp-title-button {
    clear: left;
    float: left;
    margin: 10px 0 20px;
  }
}
#groups_search,
#members_search {
  padding: 5px !important;
}
#groups_search_submit,
#members_search_submit {
  margin-bottom: 2px !important;
}
#buddypress #user-wp-social-invitations,
#buddypress #user-invite-anyone,
#buddypress #user-empfehlungen {
  display: none;
}
body.buddypress {
  /* buddypress core markup - cleanup */
}
body.buddypress .mein-musikblog-wrapper {
  margin-top: 30px;
  padding-bottom: 15px;
}
body.buddypress .mein-musikblog-wrapper img.avatar {
  height: auto;
  max-width: 30px;
  width: 30px;
}
body.buddypress .mein-musikblog-wrapper .content-single {
  padding-top: 40px !important;
}
body.buddypress .mein-musikblog-wrapper button,
body.buddypress .mein-musikblog-wrapper input,
body.buddypress .mein-musikblog-wrapper optgroup,
body.buddypress .mein-musikblog-wrapper select,
body.buddypress .mein-musikblog-wrapper textarea {
  color: #ffffff;
}
body.buddypress .mein-musikblog-wrapper .bpmmb {
  padding-bottom: 50px;
}
body.buddypress .mein-musikblog-wrapper .bpmmb h3,
body.buddypress .mein-musikblog-wrapper .bpmmb h4 {
  margin-bottom: 20px;
}
body.buddypress .mein-musikblog-wrapper .bpmmb h4 {
  padding-top: 40px;
  border-bottom: 1px solid #7f7f7f;
  text-transform: uppercase;
}
body.buddypress .mein-musikblog-wrapper .autocomplete {
  color: #000;
}
body.buddypress .mein-musikblog-wrapper #item-body h3,
body.buddypress .mein-musikblog-wrapper .single-entry-content h3 {
  margin: 40px 0 0 0;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist {
  width: 100%;
  overflow: hidden;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist .groups-item {
  display: block;
  clear: both;
  float: none;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist .item-avatar,
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist .item {
  float: left;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist .groups-item {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-groupslist .item {
  padding-left: 10px;
  padding-top: 5px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends {
  margin-bottom: 30px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .members-item {
  margin-bottom: 10px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .members-item .item-avatar,
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .members-item .item {
  float: left;
  width: 93%;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .members-item .item-avatar {
  width: 5%;
  margin-right: 2%;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .members-item .item-avatar .avatar {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends ul {
  list-style: outside none none;
  padding-left: 0;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends ul li {
  padding-bottom: 15px;
}
body.buddypress .mein-musikblog-wrapper .wsi_widget h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
body.buddypress .mein-musikblog-wrapper .wsi_widget .service-filters {
  display: inline-block;
}
body.buddypress .mein-musikblog-wrapper .wsi_widget .service-filters .divprovider {
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  width: 28px;
  margin-right: 10px;
}
body.buddypress .mein-musikblog-wrapper .wsi_widget .service-filters .divprovider a {
  font-size: 16px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-comments .comment-section {
  margin: 0;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-comments .comments-list {
  margin-top: 0;
  text-align: left;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-ddslist {
  width: 100%;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-ddslist .members-item {
  padding-right: 15px;
  padding-bottom: 20px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele {
  margin-bottom: 40px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container {
  margin-top: 20px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container h5,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container h5,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container h5,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container h5 {
  margin-bottom: 25px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item {
  margin-top: 10px;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  background: transparent !important;
  color: #7f7f7f !important;
}
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button:hover,
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button.hover-touch {
  color: #000000 !important;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button.active,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button.active,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button.active,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button.active {
  color: #000000 !important;
}
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button.active:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button.active:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button.active:hover,
html:not(.touch) body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button.active:hover,
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .mymusik_button.active.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .mymusik_button.active.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .mymusik_button.active.hover-touch,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .mymusik_button.active.hover-touch {
  color: #7f7f7f !important;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .fav-link,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .fav-link,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .fav-link,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .fav-link {
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  word-wrap: break-word;
  vertical-align: middle;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-recommendations .favoriten-container .fav-item .ssbp-text,
body.buddypress .mein-musikblog-wrapper #bpmmb-artists .favoriten-container .fav-item .ssbp-text,
body.buddypress .mein-musikblog-wrapper #bpmmb-favoriten .favoriten-container .fav-item .ssbp-text,
body.buddypress .mein-musikblog-wrapper #bpmmb-gewinnspiele .favoriten-container .fav-item .ssbp-text {
  display: none;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-activitys #subnav {
  display: none;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-activity label {
  font-weight: normal;
}
body.buddypress .mein-musikblog-wrapper span.bubble,
body.buddypress .mein-musikblog-wrapper #members-groups-li span,
body.buddypress .mein-musikblog-wrapper #members-all span,
body.buddypress .mein-musikblog-wrapper #members-personal span {
  background-color: #c22bf7 !important;
  color: #000000 !important;
  display: inline-block !important;
  font-size: 70% !important;
  margin-left: -10px !important;
  padding: 0 4px !important;
  text-align: center !important;
  vertical-align: super !important;
  border: none !important;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
body.buddypress .mein-musikblog-wrapper #bpmmb-friends .nav-list .bubble {
  margin-left: -15px !important;
}
body.buddypress .mein-musikblog-wrapper .bp-bar,
body.buddypress .mein-musikblog-wrapper #item-nav,
body.buddypress .mein-musikblog-wrapper #subnav,
body.buddypress .mein-musikblog-wrapper #group-create-tabs {
  background-color: #e1e1e1 !important;
  padding: 10px 5px;
  margin-bottom: 20px;
}
body.buddypress .mein-musikblog-wrapper .bp-bar a,
body.buddypress .mein-musikblog-wrapper #item-nav a,
body.buddypress .mein-musikblog-wrapper #subnav a,
body.buddypress .mein-musikblog-wrapper #group-create-tabs a {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 5px;
  background-color: transparent !important;
  color: #000000 !important;
  font-weight: 400 !important;
}
body.buddypress .mein-musikblog-wrapper .bp-bar a:hover,
body.buddypress .mein-musikblog-wrapper #item-nav a:hover,
body.buddypress .mein-musikblog-wrapper #subnav a:hover,
body.buddypress .mein-musikblog-wrapper #group-create-tabs a:hover {
  color: #7f7f7f !important;
}
body.buddypress .mein-musikblog-wrapper .bp-bar .current,
body.buddypress .mein-musikblog-wrapper #item-nav .current,
body.buddypress .mein-musikblog-wrapper #subnav .current,
body.buddypress .mein-musikblog-wrapper #group-create-tabs .current,
body.buddypress .mein-musikblog-wrapper .bp-bar .selected,
body.buddypress .mein-musikblog-wrapper #item-nav .selected,
body.buddypress .mein-musikblog-wrapper #subnav .selected,
body.buddypress .mein-musikblog-wrapper #group-create-tabs .selected {
  color: #000000 !important;
  border-bottom: 1px solid #000000;
}
body.buddypress .mein-musikblog-wrapper #subnav,
body.buddypress .mein-musikblog-wrapper #group-create-tabs {
  padding: 5px;
  margin: 0 0 20px 0;
}
body.buddypress .mein-musikblog-wrapper #subnav a,
body.buddypress .mein-musikblog-wrapper #group-create-tabs a,
body.buddypress .mein-musikblog-wrapper #subnav span,
body.buddypress .mein-musikblog-wrapper #group-create-tabs span {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #000000 !important;
}
body.buddypress .mein-musikblog-wrapper #subnav.item-list-tabs {
  background-color: transparent !important;
}
body.buddypress .mein-musikblog-wrapper #subnav #activity-filter-select,
body.buddypress .mein-musikblog-wrapper #subnav #group_members-order-select,
body.buddypress .mein-musikblog-wrapper #subnav #members-order-select {
  font-size: 11px;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
body.buddypress .mein-musikblog-wrapper .recommends {
  width: 100%;
  margin-top: 50px;
}
body.buddypress .mein-musikblog-wrapper .recommends .rec-item {
  width: 100%;
  margin-bottom: 30px;
}
body.buddypress .mein-musikblog-wrapper .recommends .avatar {
  float: left;
}
body.buddypress .mein-musikblog-wrapper .recommends .head {
  display: block;
  margin-bottom: 5px;
}
body.buddypress .mein-musikblog-wrapper .recommends .message {
  margin: 0 0 0 70px;
}
body.buddypress .mein-musikblog-wrapper #invite-anyone-steps {
  margin: 0;
}
body.buddypress .mein-musikblog-wrapper #invite-anyone-steps li {
  margin: 0px;
  display: none;
}
body.buddypress .mein-musikblog-wrapper #invite-anyone-steps > li:first-child {
  display: block;
}
body.buddypress .mein-musikblog-wrapper ol {
  padding: 11px 0 11px 0px !important;
}
body.buddypress .mein-musikblog-wrapper .invite-new-members .submit {
  padding: 0 !important;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-invite-list h4,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-invite-list h4,
body.buddypress .mein-musikblog-wrapper #create-group-form #friend-list h4,
body.buddypress .mein-musikblog-wrapper #send-invite-form #friend-list h4 {
  border-bottom: 0;
  padding-top: 0;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-invite-list .action .remove,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-invite-list .action .remove,
body.buddypress .mein-musikblog-wrapper #create-group-form #friend-list .action .remove,
body.buddypress .mein-musikblog-wrapper #send-invite-form #friend-list .action .remove,
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-invite-list .activity,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-invite-list .activity,
body.buddypress .mein-musikblog-wrapper #create-group-form #friend-list .activity,
body.buddypress .mein-musikblog-wrapper #send-invite-form #friend-list .activity {
  font-size: 10px;
  color: #373737;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #group-creation-previous,
body.buddypress .mein-musikblog-wrapper #send-invite-form #group-creation-previous,
body.buddypress .mein-musikblog-wrapper #create-group-form #group-creation-next,
body.buddypress .mein-musikblog-wrapper #send-invite-form #group-creation-next,
body.buddypress .mein-musikblog-wrapper #create-group-form #group-creation-finish,
body.buddypress .mein-musikblog-wrapper #send-invite-form #group-creation-finish {
  margin-bottom: 15px;
}
body.buddypress .mein-musikblog-wrapper #create-group-form .main-column,
body.buddypress .mein-musikblog-wrapper #send-invite-form .main-column {
  width: 100%;
}
body.buddypress .mein-musikblog-wrapper #create-group-form .main-column #message,
body.buddypress .mein-musikblog-wrapper #send-invite-form .main-column #message {
  display: none;
}
body.buddypress .mein-musikblog-wrapper #create-group-form ul.first,
body.buddypress .mein-musikblog-wrapper #send-invite-form ul.first,
body.buddypress .mein-musikblog-wrapper #create-group-form #send-invite-form ul.first,
body.buddypress .mein-musikblog-wrapper #send-invite-form #send-invite-form ul.first {
  padding-left: 0;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-list ul,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-list ul,
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-member-list ul,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-member-list ul {
  margin: 0;
  padding: 0;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-list ul li,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-list ul li,
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-member-list ul li,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-member-list ul li {
  padding: 2px 4px;
  margin-bottom: 1px;
  font-size: 15px;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-list ul li:hover,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-list ul li:hover,
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-member-list ul li:hover,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-member-list ul li:hover {
  background-color: #373737;
  color: #ffffff;
}
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-list ul li.selected,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-list ul li.selected,
body.buddypress .mein-musikblog-wrapper #create-group-form #invite-anyone-member-list ul li.selected,
body.buddypress .mein-musikblog-wrapper #send-invite-form #invite-anyone-member-list ul li.selected {
  background-color: #373737;
  color: #ffffff;
}
body.buddypress #buddypress {
  margin-top: 20px;
}
body.buddypress #buddypress .nav-list {
  margin: 10px 0;
  padding: 0;
}
body.buddypress #buddypress .nav-list li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
body.buddypress #subnav #invite-new-members::before,
body.buddypress #subnav #sent-invites::before {
  background: none !important;
  margin: 0 !important;
  display: inline !important;
}
body.buddypress #buddypress div#invite-list {
  background-color: transparent;
  height: 150px;
  padding: 0;
  width: 100%;
}
body.buddypress #buddypress #item-body .fav-sortable {
  counter-reset: item;
}
body.buddypress #buddypress #item-body .fav-sortable li {
  display: block;
}
body.buddypress #buddypress #item-body .fav-sortable li:before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 2em;
  display: inline-block;
  text-align: center;
}
body.buddypress #buddypress #item-body .fav-sortable > li {
  /*margin-left:15px;*/
}
body.buddypress #buddypress form#whats-new-form p.activity-greeting,
body.buddypress #buddypress #activity-stream p,
body.buddypress #buddypress .activity-comments,
body.buddypress #buddypress form label,
body.buddypress #buddypress form p,
body.buddypress #buddypress #item-body p,
body.buddypress #buddypress table td,
body.buddypress #buddypress table th,
body.buddypress #buddypress div#message p,
body.buddypress #sitewide-notice p,
body.buddypress #buddypress .radio li,
body.buddypress #buddypress #item-meta p,
body.buddypress #buddypress .item-title,
body.buddypress body.buddypress .recommends .message {
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
}
body.buddypress #buddypress div.dir-search {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.buddypress #buddypress div.dir-search input[type="text"] {
  margin-bottom: 1em;
  width: 100%;
}
body.buddypress #buddypress .activity-list .activity-content .activity-header > p,
body.buddypress #buddypress .activity-list .activity-content .comment-header > p {
  color: #9d9d9d;
}
body.buddypress #buddypress .activity-list .activity-content .activity-header,
body.buddypress #buddypress .activity-list .activity-content .comment-header {
  color: #000000;
  line-height: 16px;
}
body.buddypress #buddypress form#whats-new-form p.activity-greeting {
  line-height: 16px;
}
body.buddypress #buddypress table {
  width: 100%;
  margin: 10px 0;
}
body.buddypress #buddypress table td,
body.buddypress #buddypress table th {
  font-size: 15px !important;
  line-height: 16px;
  padding: 5px 0;
}
body.buddypress #buddypress table thead tr {
  background-color: transparent !important;
  color: #000000;
}
body.buddypress #buddypress a.activity-time-since {
  display: block;
  font-size: 10px;
  color: #9d9d9d;
}
body.buddypress #buddypress div#item-header div#item-header-content {
  float: none;
}
body.buddypress #buddypress div.activity-comments form input {
  margin-top: 0;
}
body.buddypress #buddypress .nav-list li a,
body.buddypress #bpmmb-groups > a {
  font-size: 12px !important;
  padding: 2px 5px 0 !important;
  border-width: 1px;
}
html:not(.touch) body.buddypress #buddypress .nav-list li a:hover,
html:not(.touch) body.buddypress #bpmmb-groups > a:hover,
body.buddypress #buddypress .nav-list li a.hover-touch,
body.buddypress #bpmmb-groups > a.hover-touch {
  border-width: 1px;
}
body.buddypress #buddypress button,
body.buddypress #buddypress a.button,
body.buddypress #buddypress input[type="reset"],
body.buddypress #buddypress ul.button-nav li a,
body.buddypress #buddypress div.generic-button a,
body.buddypress #buddypress .comment-reply-link,
body.buddypress a.bp-title-button,
body.buddypress .ac-reply-cancel,
body.buddypress #buddypress ul.button-nav li.current a,
body.buddypress #buddypress ul.button-nav li.current a,
body.buddypress #buddypress .acomment-options a,
body.buddypress #buddypress button:hover,
body.buddypress #buddypress a.button:hover,
body.buddypress #buddypress a.button:focus,
body.buddypress #buddypress input[type="reset"]:hover,
body.buddypress #buddypress ul.button-nav li a:hover,
body.buddypress #buddypress div.generic-button a:hover,
body.buddypress #buddypress .comment-reply-link:hover,
body.buddypress #buddypress .acomment-options a:hover {
  padding: 0 !important;
  background-color: transparent;
  border: none;
  font-family: "OpenSans-Light", Helvetica, Arial, Sans-Serif, sans-serif;
  color: #9d9d9d;
  display: inline-block;
}
body.buddypress #bpmmb-groups > a {
  float: right;
}
body.buddypress #buddypress #reply-title small a span {
  background-color: #373737;
  color: #000000;
}
body.buddypress #buddypress ul.item-list li,
body.buddypress #buddypress ul.item-list {
  border-color: #ffffff;
}
body.buddypress #buddypress form#whats-new-form textarea {
  background-color: #efefef;
  color: #000000;
  border: 1px solid #0f0f0f;
  height: 36px;
}
body.buddypress #buddypress #activity-stream p {
  margin: 0;
}
body.buddypress #buddypress #bp-avatar-upload,
body.buddypress #buddypress .activity-list .activity-content .activity-header img.avatar {
  display: none;
}
body.buddypress #invite-anyone-member-list {
  background-color: transparent !important;
  border: none !important;
  border-radius: none;
  width: 100%;
}
body.buddypress #invite-anyone-member-list ul,
body.buddypress ul#friend-list {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  vertical-align: middle;
}
body.buddypress #buddypress div#item-header div#item-actions {
  width: 50%;
}
body.buddypress #buddypress div#item-header div#item-header-content .activity {
  font-size: 10px;
}
body.buddypress #member-count-bottom,
body.buddypress #member-count-top {
  display: none;
}
body.buddypress #buddypress div#item-header ul#group-admins {
  padding: 0;
}
body.buddypress #buddypress div#item-header div#item-meta {
  width: 100%;
}
body.buddypress #buddypress div#item-actions h3 {
  font-size: 0.9em;
}
body.buddypress #buddypress form.standard-form .main-column {
  margin-left: 0;
}
body.buddypress .bp-avatar-nav ul {
  border-bottom: none;
}
body.buddypress #buddypress span.highlight,
body.buddypress #buddypress span.activity {
  display: block;
}
body.buddypress #buddypress div.message-search {
  margin: 0;
}
body.buddypress #buddypress div.message-search input {
  font-size: 13px;
  max-width: 100px;
}
body.buddypress #buddypress div#message p,
body.buddypress #sitewide-notice p,
body.buddypress #buddypress div#message.updated p {
  background-color: transparent;
  border: none;
  color: #000000;
}
body.buddypress #buddypress #item-nav #home-groups-li {
  display: none;
}
body.buddypress #buddypress table#message-threads tr.unread td {
  background-color: #9d9d9d;
  border: none;
}
body.buddypress #buddypress table tr td.thread-info p.thread-excerpt {
  color: #373737;
}
body.buddypress #buddypress table#message-threads td.thread-options {
  color: transparent;
}
body.buddypress #buddypress table#message-threads td.thread-options a {
  font-size: 80%;
  color: #000000;
}
body.buddypress #buddypress table#message-threads td.thread-options a:hover {
  color: #373737;
}
body.buddypress #buddypress table#message-threads .thread-from .thread-count,
body.buddypress #buddypress table#message-threads .thread-from .from {
  display: none;
}
body.buddypress #buddypress table#message-threads .thread-from {
  white-space: nowrap;
}
body.buddypress #buddypress table#message-threads .thread-from span {
  display: block;
}
body.buddypress #buddypress table#message-threads .thread-from img {
  display: none;
}
body.buddypress #buddypress table#message-threads thead th {
  font-size: 15px !important;
  background-color: #ffffff;
}
body.buddypress #buddypress table#message-threads thead th.thread-star .icon {
  display: none;
}
body.buddypress #buddypress table#message-threads {
  margin-bottom: 30px;
}
body.buddypress #buddypress div#message-thread div.alt {
  background-color: #ffffff;
}
body.buddypress .invite-anyone .left-menu,
body.buddypress .group-create .left-menu {
  width: 100% !important;
}
@media (max-width: 767px) {
  body.buddypress #friend-list .action {
    position: relative !important;
  }
}
/* single post friendslist recommend */
#friendlist-recommend-thx {
  display: block;
  padding: 50px 0;
}
#friendlist-recommend-thx .text-thx {
  margin-top: 80px;
  height: 100px;
}
#friendlist-recommend-thx .text-thx h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#friendlist-recommend {
  margin-bottom: 50px;
  margin-top: 50px;
  display: none;
}
#friendlist-recommend h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}
#friendlist-recommend .error_selected {
  display: block;
  display: none;
}
#friendlist-recommend #recommend-submit {
  margin-top: 20px;
  display: block;
}
#friendlist-recommend .message {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#friendlist-recommend input[type="checkbox"] {
  display: none;
}
#friendlist-recommend .friends-list-row {
  cursor: pointer;
}
#friendlist-recommend #members-list {
  margin-top: 20px;
}
#friendlist-recommend #members-list .item-avatar,
#friendlist-recommend #members-list .item,
#friendlist-recommend #members-list .rf-form {
  float: left;
  padding-right: 20px;
  vertical-align: middle;
}
#friendlist-recommend .members-item {
  padding-bottom: 0px;
  padding: 6px;
}
#friendlist-recommend ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#friendlist-recommend li {
  margin-bottom: 10px;
}
#friendlist-recommend .item-title {
  margin-top: 13px;
}
#friendlist-recommend .members-item:hover {
  background-color: #373737;
  color: #ffffff;
}
#friendlist-recommend .selected {
  background-color: #373737;
  color: #ffffff;
}
#friendlist-recommend .no-friends a {
  background-color: #c22bf7;
  font-family: "OpenSans", Helvetica, Arial, Sans-Serif, sans-serif;
  padding: 5px 5px 2px;
  color: #ffffff;
}
#friendlist-recommend .no-friends a:hover,
#friendlist-recommend .no-friends a.hover-touch {
  color: #ffffff;
  background-color: #810dab !important;
}
#friendlist-recommend #buddypress #admins-list li,
#friendlist-recommend #buddypress #mods-list li,
#friendlist-recommend #buddypress #members-list li {
  overflow: auto;
  list-style: none;
}
#friendlist-recommend .widget.buddypress #groups-list,
#friendlist-recommend .widget.buddypress #members-list,
#friendlist-recommend .widget.buddypress #friends-list {
  margin-left: 0;
  padding-left: 0;
}
#friendlist-recommend .widget.buddypress #groups-list li,
#friendlist-recommend .widget.buddypress #members-list li,
#friendlist-recommend .widget.buddypress #friends-list li {
  clear: both;
  list-style-type: none;
}
#friendlist-recommend #members-list {
  margin-top: 20px;
}
#friendlist-recommend #members-list .item-avatar,
#friendlist-recommend #members-list .item,
#friendlist-recommend #members-list .rf-form {
  float: left;
  padding-right: 20px;
  vertical-align: middle;
}
.buddypress-content {
  padding-left: 15px;
  padding-right: 15px;
}
#item-nav {
  margin-top: 20px;
}
