.thumbnail,
form .box.box_user .user.small {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.img-thumbnail,
.tab-content .media .media-object {
  padding: 4px;
  line-height: 1.42857;
  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;
}
.header-std {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.header-std h3,
.header-std h4,
.header-std h6,
.header-std .h3,
.header-std .h4,
.header-std .h6 {
  margin: 0 !important;
}
.header-std h3,
.header-std .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
.header-std h4,
.header-std .h4 {
  font-size: 18px;
  font-weight: bold;
}
.header-std h6 {
  margin-top: 2px;
}
.header-std a:not(.btn) {
  font-size: 14px;
  color: #ffffff;
}
.header-std hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-std p {
  margin-bottom: 0;
}
.header-std .btn-xs.pull-right,
.header-std .btn-sm.pull-right,
.object.object_gallery.object_style_panorama .headline .btn-sm.pull-right,
.object.object_gallery.object_style_default .headline .btn-sm.pull-right,
.tag-row h2 .btn-sm.pull-right,
.commentbox h2 .btn-sm.pull-right,
.commentbox h3 .btn-sm.pull-right,
.image-galerie-detail header .btn-sm.pull-right {
  margin-top: -1px;
  margin-left: 10px;
}
.header-std .btn-sm.pull-right {
  margin-top: -5px;
}
form p.bg-danger {
  padding: 5px;
  margin-top: 2px;
}
form .radio_list {
  list-style: none;
  margin: 0;
}
form .radio_list label {
  margin: 0;
}
form .form-group label {
  display: block;
  padding-top: 7px;
}
@media (max-width: 767px) {
  form .form-group label {
    text-align: left;
  }
}
form .form-group label[for="marketplace_author_email"],
form .form-group label[for="marketplace_author_phone"] {
  padding-top: 0;
}
form .form-group select[id*="_day"] {
  display: inline-block;
  width: 20%;
}
@media (max-width: 767px) {
  form .form-group select[id*="_day"] {
    width: 30%;
  }
}
form .form-group select[id*="_month"] {
  display: inline-block;
  width: 30%;
}
form .form-group select[id*="_year"] {
  display: inline-block;
  width: 20%;
}
@media (max-width: 767px) {
  form .form-group select[id*="_year"] {
    width: 30%;
  }
}
form .form-group .text-danger {
  color: #d9534f !important;
}
form#register {
  padding: 0 13%;
}
@media (max-width: 767px) {
  form#register {
    padding: 0 5%;
  }
}
form#register label {
  margin-right: 10px;
}
@media (max-width: 767px) {
  form#register label {
    text-align: left;
  }
}

span.gallery_headline {
  position: absolute; bottom: 10px; color: white; background-color: #58585a; padding: 5px; max-width: 60%;
  font-size: 1em;
  opacity: .8;
}

@media (max-width: 767px) {
  span.gallery_headline {
    max-width: 90%;
    font-size: 0.6em;
  }
}

form#register input#sf_guard_user_captcha {
  display: inline-block;
  width: 30%;
  margin-right: 10px;
}
.object {
  /**
    -- Default Styles --
  */
  /**
    -- EventObject --
  */
  /**
    -- ImageObject --
  */
  /**
    -- NewsObject --
  */
  /**
    -- GalleryObject --
  */
  /**
    -- GalleryObject --
  */
}
.object.object_style_default {
  display: inline-block;
  float: left;
  margin: 0 0 10px 0;
}
.object.object_style_panorama {
  display: block;
  margin: 10px 0;
  clear: both;
}
.object.object_event {
  width: 200px;
}
.object.object_event.object_style_default .media > .pull-left {
  float: none !important;
}
.object.object_event.object_style_default .media > .pull-left .media-object {
  margin: 0 auto;
}
.object.object_event.object_style_default .media .media-body {
  overflow: visible;
}
.object.object_event.object_style_panorama {
  width: 100%;
}
@media (max-width: 767px) {
  .object.object_event .media > .pull-left {
    float: none !important;
  }
  .object.object_event .media > .pull-left .media-object {
    margin: 0 auto;
  }
  .object.object_event .media .media-body {
    overflow: visible;
  }
}
.object.object_image {
  display: block;
  max-width: 100%;
  height: auto;
}
.object.object_image.object_style_default {
  margin-right: 10px;
}
.object.object_news {
  margin: 0 10px 10px 0;
}
.object.object_news > a {
  padding: 5px;
  background-color: #ffffff;
  width: 200px;
}
.object.object_news > a:hover {
  box-shadow: 0 0 4px 0 #58585a;
}
.object.object_news .header-std {
  border-bottom-width: 5px;
  padding: 5px;
}
.object.object_news .header-std .h3,
.object.object_news .header-std .h4 {
  font-size: 12px;
  display: block;
}
.object.object_news .teaser {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  color: #58585a;
  line-height: 1.1;
}
.object.object_news.object_style_panorama {
  margin-right: 0;
}
.object.object_news.object_style_panorama > a {
  width: 100%;
}
.object.object_news.object_style_panorama .header-std .h3,
.object.object_news.object_style_panorama .header-std .h4 {
  font-size: 16px;
}
.object.object_gallery.object_style_panorama .headline,
.object.object_gallery.object_style_default .headline {
  display: block;
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.object.object_gallery.object_style_panorama .headline h3,
.object.object_gallery.object_style_default .headline h3,
.object.object_gallery.object_style_panorama .headline h4,
.object.object_gallery.object_style_default .headline h4,
.object.object_gallery.object_style_panorama .headline h6,
.object.object_gallery.object_style_default .headline h6,
.object.object_gallery.object_style_panorama .headline .h3,
.object.object_gallery.object_style_default .headline .h3,
.object.object_gallery.object_style_panorama .headline .h4,
.object.object_gallery.object_style_default .headline .h4,
.object.object_gallery.object_style_panorama .headline .h6,
.object.object_gallery.object_style_default .headline .h6 {
  margin: 0 !important;
}
.object.object_gallery.object_style_panorama .headline h3,
.object.object_gallery.object_style_default .headline h3,
.object.object_gallery.object_style_panorama .headline .h3,
.object.object_gallery.object_style_default .headline .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
.object.object_gallery.object_style_panorama .headline h4,
.object.object_gallery.object_style_default .headline h4,
.object.object_gallery.object_style_panorama .headline .h4,
.object.object_gallery.object_style_default .headline .h4 {
  font-size: 18px;
  font-weight: bold;
}
.object.object_gallery.object_style_panorama .headline h6,
.object.object_gallery.object_style_default .headline h6 {
  margin-top: 2px;
}
.object.object_gallery.object_style_panorama .headline a:not(.btn),
.object.object_gallery.object_style_default .headline a:not(.btn) {
  font-size: 14px;
  color: #ffffff;
}
.object.object_gallery.object_style_panorama .headline hr,
.object.object_gallery.object_style_default .headline hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.object.object_gallery.object_style_panorama .headline p,
.object.object_gallery.object_style_default .headline p {
  margin-bottom: 0;
}
.object.object_gallery.object_style_panorama .headline .btn-xs.pull-right,
.object.object_gallery.object_style_default .headline .btn-xs.pull-right {
  margin-top: -1px;
  margin-left: 10px;
}
.object.object_gallery.object_style_panorama .headline .btn-sm.pull-right,
.object.object_gallery.object_style_default .headline .btn-sm.pull-right {
  margin-top: -5px;
}
.object.object_gallery.object_style_panorama .headline h5,
.object.object_gallery.object_style_default .headline h5 {
  font-weight: bold;
  margin: 0 0 5px 0 !important;
}
.object.object_gallery.object_style_panorama .headline a,
.object.object_gallery.object_style_default .headline a {
  color: #ffffff;
}
.object.object_gallery.object_style_panorama .headline a:hover,
.object.object_gallery.object_style_default .headline a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.object.object_gallery.object_style_panorama .carousel-gallery,
.object.object_gallery.object_style_default .carousel-gallery {
  padding: 10px;
  background-color: #58585a;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-inner .preview-thumbnail:hover .h6,
.object.object_gallery.object_style_default .carousel-gallery .carousel-inner .preview-thumbnail:hover .h6 {
  background-color: #58585a;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-inner .preview-thumbnail .h6,
.object.object_gallery.object_style_default .carousel-gallery .carousel-inner .preview-thumbnail .h6 {
  margin: 0 !important;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(88, 88, 90, 0.8);
  position: absolute;
  top: 20px;
  left: -1px;
  color: #ffffff;
  background-color: rgba(88, 88, 90, 0.6);
  left: 5px;
  top: 10px;
  font-size: 14px;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control {
  opacity: 1;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control.left,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control.right,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:hover.left,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:hover.left,
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:focus.left,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:focus.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -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);
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:hover.right,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:hover.right,
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:focus.right,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:focus.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -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);
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:hover [class*="glyphicon-chevron"],
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:hover [class*="glyphicon-chevron"],
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control:focus [class*="glyphicon-chevron"],
.object.object_gallery.object_style_default .carousel-gallery .carousel-control:focus [class*="glyphicon-chevron"] {
  opacity: 1;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control [class*="glyphicon-chevron"],
.object.object_gallery.object_style_default .carousel-gallery .carousel-control [class*="glyphicon-chevron"] {
  color: #ffffff;
  opacity: 0.8;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .object.object_gallery.object_style_panorama .carousel-gallery .carousel-control [class*="glyphicon-chevron"],
  .object.object_gallery.object_style_default .carousel-gallery .carousel-control [class*="glyphicon-chevron"] {
    margin-top: -8px;
  }
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control .glyphicon-chevron-right,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control .glyphicon-chevron-right {
  right: 20%;
}
.object.object_gallery.object_style_panorama .carousel-gallery .carousel-control .glyphicon-chevron-left,
.object.object_gallery.object_style_default .carousel-gallery .carousel-control .glyphicon-chevron-left {
  left: 20%;
}
.object.object_poll .media {
  display: block;
  margin-top: 0;
}
.object.object_poll .media .media-body {
  width: 74%;
  float: left;
}
@media (max-width: 991px) {
  .object.object_poll .media .media-body {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .object.object_poll .media .media-body {
    width: 100%;
  }
}
/**
  --- Standards ---
*/
a:focus,
a:active {
  outline: none !important;
}
.text-italic {
  font-style: italic;
}
.addthis_counter a {
  color: #000000 !important;
}
.article-info a {
  color: #333333;
}
.content-box,
.thread-creator-box {
  padding: 10px;
  background-color: #ffffff;
  word-wrap: break-word;
}
.content-box:before,
.content-box:after,
.thread-creator-box:before,
.thread-creator-box:after {
  content: " ";
  display: table;
}
.content-box:after,
.thread-creator-box:after {
  clear: both;
}
.content-box.login-box,
.thread-creator-box.login-box {
  padding-right: 40px;
  padding-left: 40px;
}
.content-box-orange,
.forum-categories-box {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
}
.content-box-orange:before,
.content-box-orange:after,
.forum-categories-box:before,
.forum-categories-box:after {
  content: " ";
  display: table;
}
.content-box-orange:after,
.forum-categories-box:after {
  clear: both;
}
.content-box-orange > h2,
.forum-categories-box > h2 {
  margin: 0 0 10px 0;
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.decision {
  margin-top: 10px;
}
.decision:before,
.decision:after {
  content: " ";
  display: table;
}
.decision:after {
  clear: both;
}
a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl {
  text-decoration: none;
}
.fb_button_medium,
.fb_button_medium_rtl {
  background-position: left -188px;
  font-size: 11px;
  line-height: 14px;
}
a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl {
  text-decoration: none;
}
.fb_button,
.fb_button_rtl {
  background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yl/x/FGFbc80dUKj.png") no-repeat scroll 0 0 #29447e;
  cursor: pointer;
  display: inline-block;
  outline: medium none;
  padding: 0 0 0 1px;
  text-decoration: none;
}
.fb_button .fb_button_text,
.fb_button_rtl .fb_button_text {
  background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yl/x/FGFbc80dUKj.png") repeat scroll 0 0 #5f78ab;
  border-bottom: 1px solid #1A356E;
  border-top: 1px solid #879AC0;
  color: #FFFFFF;
  display: block;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: bold;
  margin: 1px 1px 0 21px;
  padding: 2px 6px 3px;
  text-shadow: none;
}
.fb_button_medium,
.fb_button_medium_rtl {
  background-position: left -188px;
  font-size: 11px;
  line-height: 14px;
}
.spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.gradient-orange {
  background-image: -webkit-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: -o-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: linear-gradient(to bottom, #656567 20%, #3f3f40 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff656567', endColorstr='#ff3f3f40', GradientType=0);
}
.gradient-orange-invert {
  background-image: -webkit-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: -o-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: linear-gradient(to bottom, #3f3f40 20%, #656567 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f40', endColorstr='#ff656567', GradientType=0);
}
.lightbox-photo:hover {
  cursor: pointer;
}
.bg-dark {
  background-color: #58585a;
}
.bg-orange {
  background-color: #58585a;
  color: #ffffff;
}
.bg-white {
  background-color: white;
}
body {
  background: url("../../images/www/bg.jpg");
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body em {
  font-style: italic;
}
.divider-std {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.video-container-small {
  padding: 8px;
}
.border-none {
  border: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.bold-lil {
  font-weight: bold;
}
.bold-std {
  font-weight: bold;
}
.bold-big {
  font-weight: bold;
}
.font-color-orange {
  color: #58585a !important;
}
.font-color-dark {
  color: #58585a !important;
}
.font-color-white {
  color: #ffffff !important;
}
.font-size-mini {
  font-size: 12px;
}
.font-size-small {
  font-size: 14px;
}
.font-size-std {
  font-size: 16px;
}
.font-size-large {
  font-size: 18px;
}
.font-size-big {
  font-size: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.no-transform {
  text-transform: none;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange {
  color: #58585a;
}
h1.reset-margin,
h2.reset-margin,
h3.reset-margin,
h4.reset-margin,
h5.reset-margin {
  margin: 0;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small {
  font-size: 14px;
}
h1.size-normal,
h2.size-normal,
h3.size-normal,
h4.size-normal,
h5.size-normal {
  font-size: 16px;
}
h1.size-big,
h2.size-big,
h3.size-big,
h4.size-big,
h5.size-big {
  font-size: 20px;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase {
  text-transform: uppercase;
}
h1.horizontal-block {
  background-image: -webkit-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: -o-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: linear-gradient(to bottom, #656567 20%, #3f3f40 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff656567', endColorstr='#ff3f3f40', GradientType=0);
  padding: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
h1.horizontal-block a {
  padding-top: 2px;
  font-size: 14px;
  color: #ffffff;
}
h1.horizontal-block .btn-xs,
h1.horizontal-block .btn-sm {
  margin-top: -1px;
  margin-left: 10px;
}
h1.horizontal-block .btn-sm {
  margin-top: -5px;
}
header h3,
header h4,
header h6,
header .h3,
header .h4,
header .h6 {
  margin: 0 !important;
}
header h3,
header .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
header h4,
header .h4 {
  font-size: 18px;
  font-weight: bold;
}
.title-main,
.news-list .media .media-body h3,
.news-list .media .media-body .h3,
.result-list .media .media-body h3,
.result-list .media .media-body .h3,
.event-list .media .media-body h3,
.event-list .media .media-body .h3,
.forum-list .media .media-body h3,
.forum-list .media .media-body .h3,
.thread-post-list .media .media-body h3,
.thread-post-list .media .media-body .h3,
.market-search-result-list .media .media-body h3,
.market-search-result-list .media .media-body .h3,
.thread-list .media .media-body h3,
.thread-list .media .media-body .h3 {
  font-size: 14px;
  margin: 0 0 2px 0 !important;
}
.title-sub,
.news-list .media .media-body h4,
.news-list .media .media-body .h4,
.result-list .media .media-body h4,
.result-list .media .media-body .h4,
.event-list .media .media-body h4,
.event-list .media .media-body .h4,
.forum-list .media .media-body h4,
.forum-list .media .media-body .h4,
.thread-post-list .media .media-body h4,
.thread-post-list .media .media-body .h4,
.market-search-result-list .media .media-body h4,
.market-search-result-list .media .media-body .h4,
.thread-list .media .media-body h4,
.thread-list .media .media-body .h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0 !important;
}
.margin-std {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-std-top {
  margin-top: 10px !important;
  margin-bottom: 0;
}
.margin-std-bottom {
  margin-top: 0;
  margin-bottom: 10px !important;
}
.margin-std-left {
  margin-left: 10px !important;
}
.margin-std-right {
  margin-right: 10px !important;
}
.margin-big {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-big-top {
  margin-top: 20px !important;
  margin-bottom: 0;
}
.margin-big-bottom {
  margin-top: 0;
  margin-bottom: 20px !important;
}
.margin-big-left {
  margin-left: 20px !important;
}
.margin-big-right {
  margin-right: 20px !important;
}
.margin-lil {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-lil-top {
  margin-top: 5px !important;
  margin-bottom: 0;
}
.margin-lil-bottom {
  margin-top: 0;
  margin-bottom: 5px !important;
}
.margin-lil-left {
  margin-left: 5px !important;
}
.margin-lil-right {
  margin-right: 5px !important;
}
.margin-no {
  margin: 0;
}
.margin-reduce-std {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.margin-reduce-std-top {
  margin-top: -10px !important;
}
.margin-reduce-std-bottom {
  margin-bottom: -10px !important;
}
.margin-reduce-std-left {
  margin-left: -10px !important;
}
.margin-reduce-std-right {
  margin-right: -10px !important;
}
.margin-reduce-big {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.margin-reduce-big-top {
  margin-top: -20px !important;
}
.margin-reduce-big-bottom {
  margin-bottom: -20px !important;
}
.margin-reduce-big-left {
  margin-left: -20px !important;
}
.margin-reduce-big-right {
  margin-right: -20px !important;
}
.margin-reduce-lil {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.margin-reduce-lil-top {
  margin-top: -5px !important;
}
.margin-reduce-lil-bottom {
  margin-bottom: -5px !important;
}
.margin-reduce-lil-left {
  margin-left: -5px !important;
}
.margin-reduce-lil-right {
  margin-right: -5px !important;
}
.padding-std {
  padding: 10px;
}
.padding-std-top {
  padding-top: 10px;
}
.padding-std-bottom {
  padding-bottom: 10px;
}
.padding-big {
  padding-bottom: 20px;
}
.padding-big-top {
  padding-top: 20px;
}
.padding-big-bottom {
  padding-bottom: 20px;
}
.padding-lil {
  padding: 5px;
}
.padding-lil-top {
  padding-top: 5px;
}
.padding-lil-bottom {
  padding-bottom: 5px;
}
.padding-no {
  padding: 0;
}
.relative,
.result-list {
  position: relative;
}
.btn.black {
  background-image: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff000000', GradientType=0);
  border-color: #000000;
  color: #ffffff;
}
.btn.orange {
  background-image: -webkit-linear-gradient(top, #8b8b8d 0%, #656567 100%);
  background-image: -o-linear-gradient(top, #8b8b8d 0%, #656567 100%);
  background-image: linear-gradient(to bottom, #8b8b8d 0%, #656567 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b8b8d', endColorstr='#ff656567', GradientType=0);
  border-color: #8b8b8d;
  color: #ffffff !important;
}
.btn.orange:hover {
  color: #ffffff !important;
}
.cad-box {
  padding: 8px 0;
}
@media (max-width: 991px) {
  .cad-box {
    padding: 1px 0;
  }
}
@media (max-width: 767px) {
  .cad-box {
    padding: 5px 0;
  }
}
.cad-box .ad.cad div {
  margin: auto;
}
/**
  -- IDs --
*/
#sfWebDebugBar {
  top: auto !important;
  bottom: 0 !important;
}
#tabbar_content {
  position: relative;
}
#tabbar .open .dropdown-toggle.btn-default {
  background-color: #ffffff !important;
}
#tabbar .dropdown button {
  border-radius: 5px 5px 0 0;
  border: none;
}
#tabbar .dropdown button:active,
#tabbar .dropdown button:hover,
#tabbar .dropdown button:focus,
#tabbar .dropdown button.open {
  background-color: #ffffff !important;
}
#col-logo {
  width: 24.7%;
  padding: 24px 5px;
  padding-bottom: 0;
  float: left;
}
@media (max-width: 1199px) {
  #col-logo {
    width: 23.7%;
  }
}
#header-ad-leader {
  text-align: right;
  padding-right: 5px;
  float: right;
}
#header-ad-leader div.leaderboard div {
  display: block !important;
  line-height: 0;
}
#two-fullsize-ad [class*="col-"] .bg-dark {
  padding: 5px;
}
@media (max-width: 767px) {
  #two-fullsize-ad {
    display: none;
    visibility: hidden;
  }
}
/**
  -- CommunityFeed --
*/
#community-feed {
  padding: 10px;
}
#community-feed > h2 {
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 10px;
}
#community-feed a {
  color: #ffffff;
}
#community-feed .small-feed,
#community-feed .small-feed .media-list .media .text-muted {
  color: #d9d9d9;
}
#community-feed .small-feed .media-list {
  margin-bottom: 0;
}
#community-feed .small-feed .media-list .media {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
}
#community-feed .small-feed .media-list .media:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#community-feed .small-feed .media-list .media a {
  color: #ffffff;
}
#community-feed .small-feed .media-list .media h2,
#community-feed .small-feed .media-list .media h3 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
}
#community-feed .small-feed .media-list .media h6 {
  margin: 2px 0 5px 0;
}
#community-feed .small-feed .media-list .media > .pull-left {
  padding: 1px;
  border: 1px solid #ffffff;
  width: 20%;
}
#community-feed .small-feed .media-list .media .userlink {
  margin: 0;
  font-size: 12px;
}
#community-feed .small-feed .media-list .media .subitem {
  border: 1px dotted #ffffff;
  background-color: #717174;
  padding: 5px;
}
/**
  -- Newslist --
*/
.news-list .media-list,
.result-list .media-list,
.event-list .media-list,
.forum-list .media-list,
.thread-post-list .media-list,
.market-search-result-list .media-list,
.thread-list .media-list {
  margin-bottom: 0;
}
.news-list .media,
.result-list .media,
.event-list .media,
.forum-list .media,
.thread-post-list .media,
.market-search-result-list .media,
.thread-list .media {
  padding-bottom: 10px;
  border-bottom: 1px solid #58585a;
  margin-top: 10px;
}
.news-list .media:last-child,
.result-list .media:last-child,
.event-list .media:last-child,
.forum-list .media:last-child,
.thread-post-list .media:last-child,
.market-search-result-list .media:last-child,
.thread-list .media:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.news-list .media:hover,
.result-list .media:hover,
.event-list .media:hover,
.forum-list .media:hover,
.thread-post-list .media:hover,
.market-search-result-list .media:hover,
.thread-list .media:hover {
  cursor: pointer;
  box-shadow: 10px -3px 0 -5px #58585a;
}
.news-list .media > .pull-left,
.result-list .media > .pull-left,
.event-list .media > .pull-left,
.forum-list .media > .pull-left,
.thread-post-list .media > .pull-left,
.market-search-result-list .media > .pull-left,
.thread-list .media > .pull-left {
  display: inline-block;
  width: 157px;
}
.news-list .media .media-body .h3,
.news-list .media .media-body .h4,
.result-list .media .media-body .h3,
.result-list .media .media-body .h4,
.event-list .media .media-body .h3,
.event-list .media .media-body .h4,
.forum-list .media .media-body .h3,
.forum-list .media .media-body .h4,
.thread-post-list .media .media-body .h3,
.thread-post-list .media .media-body .h4,
.market-search-result-list .media .media-body .h3,
.market-search-result-list .media .media-body .h4,
.thread-list .media .media-body .h3,
.thread-list .media .media-body .h4 {
  display: block;
}
/**
  -- TopNavBar --
*/
.no-cssgradients .navbar-fixed-top {
  background: #58585a !important;
  filter: none !important;
}
.top-navbar {
  color: #ffffff;
}
.top-navbar > div {
  height: 40px;
}
.top-navbar a {
  color: #ffffff;
}
.top-navbar #top-nav-menu li.active a {
  background-image: -webkit-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: -o-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: linear-gradient(to bottom, #3f3f40 20%, #656567 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f40', endColorstr='#ff656567', GradientType=0);
}
.no-cssgradients .top-navbar #top-nav-menu li.active a {
  background: #3f3f40 !important;
  filter: none !important;
}
.top-navbar #top-nav-menu li > a:not(.btn-facebook):hover,
.top-navbar #top-nav-menu li > a:not(.btn-facebook):focus,
.top-navbar #top-nav-menu li > a:not(.btn-facebook):active {
  background-image: -webkit-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: -o-linear-gradient(top, #3f3f40 20%, #656567 70%);
  background-image: linear-gradient(to bottom, #3f3f40 20%, #656567 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f40', endColorstr='#ff656567', GradientType=0);
}
.no-cssgradients .top-navbar #top-nav-menu li > a:not(.btn-facebook):hover,
.no-cssgradients .top-navbar #top-nav-menu li > a:not(.btn-facebook):focus,
.no-cssgradients .top-navbar #top-nav-menu li > a:not(.btn-facebook):active {
  background: #3f3f40 !important;
  filter: none !important;
}
.top-navbar #static_nav {
  text-transform: uppercase;
}
.top-navbar #static_nav li {
  color: #ffffff;
  float: left;
  border-left: 1px solid #1a1a1a;
}
.top-navbar .nav-col {
  border-right: 1px solid #1a1a1a;
  padding: 0 15px;
  float: left;
}
.top-navbar .nav-col:first-child {
  padding: 0;
}
.top-navbar #top-nav-search {
  position: relative;
  width: 38%;
  float: right;
  height: 100%;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .top-navbar #top-nav-search {
    width: 25%;
  }
}
.top-navbar #top-nav-search .glyphicon {
  position: absolute;
  font-size: 16px;
  color: #58585a;
  padding: 11px 6px;
}
.top-navbar #top-nav-search #global_q {
  height: 25px;
  padding: 5px 25px;
}
.top-navbar #top-nav-login {
  height: 100%;
  width: 160px;
  padding: 0 5px;
}
.top-navbar #top-nav-login ul {
  margin: 4px 0;
  text-transform: uppercase;
  list-style: none;
}
.top-navbar #top-nav-login ul li {
  float: left;
  padding: 5px;
}
.top-navbar #top-nav-login ul li#user-icon {
  position: relative;
  width: 35px;
  height: 35px;
  padding-left: 0px;
  margin-right: 0;
  margin-top: -5px;
}
.top-navbar #top-nav-login ul li#user-icon .new-message-alert-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  opacity: 1;
  border: 1px solid #3f3f40;
  line-height: 12px;
  padding: 1px;
}

@keyframes ex4 { /* CSS3 */
  0%   { color: red; }
  50% { color: #fff; }
  100%   { color: red; }
}
@-moz-keyframes ex4 { /* Firefox */
  0%   { color: red; }
  50% { color: #fff; }
  100%   { color: red; }
}
@-webkit-keyframes ex4 { /* Webkit */
  0%   { color: red; }
  50% { color: #fff; }
  100%   { color: red; }
}

.new-message-alert-animation {
  animation:         ex4 2s infinite; /* CSS3 */
  -moz-animation:    ex4 2s infinite; /* Firefox */
  -webkit-animation: ex4 2s infinite; /* Webkit */
}

.top-navbar #top-nav-login ul li.dropdown {
  padding: 7px 0px;
  padding-left: 1px;
}
.top-navbar #top-nav-login ul li.dropdown ul li a:hover,
.top-navbar #top-nav-login ul li.dropdown ul li a:focus {
  background: none;
}
.top-navbar #top-nav-login ul li.dropdown ul li .badge {
  position: absolute;
  margin-top: 4px;
  right: 8px;
}
.top-navbar #top-nav-login ul .fb-login {
  background-image: url("http://static.ak.fbcdn.net/rsrc.php/v2/yl/x/FGFbc80dUKj.png");
  background-repeat: no-repeat;
  background-position: 0px -188px;
  padding: 0px!important;
  margin-top: 0;
  width: 22px;
  height: 22px;
  display: block;
}
.top-navbar .dropdown-menu {
  background-color: #58585a;
}
.top-navbar .dropdown-menu a {
  color: #EEEEEE;
}
.top-navbar .dropdown-menu a:hover {
  color: #ffffff;
  background: none;
  box-shadow: inset 10px 0px 0px -5px #ffffff;
}
.top-navbar .dropdown-menu #loginForm {
  margin-bottom: 10px;
}
.margin-to-topnav {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .margin-to-topnav {
    margin-top: 15px !important;
  }
}
@media (max-width: 991px) {
  .margin-to-topnav {
    margin-top: 25px !important;
  }
}
/**
  -- MainNav ---
*/
.mainbar #main_nav {
  background-image: -webkit-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff000000', GradientType=0);
  border-radius: 10px;
}
.mainbar #main_nav li {
  float: left;
  padding: 0;
  border-right: 1px solid #cccccc;
}
.mainbar #main_nav li:last-child {
  border: none;
}
.mainbar #main_nav li.active a {
  color: #58585a;
}
.mainbar #main_nav li:first-child a {
  padding-right: 18px;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .mainbar #main_nav li:first-child a {
    padding: 10px;
  }
}
.mainbar #main_nav li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainbar #main_nav li a:hover,
.mainbar #main_nav li a:focus {
  color: #58585a;
  background: none;
}
@media (max-width: 991px) {
  .mainbar #main_nav li a {
    padding: 10px;
    font-size: 14px;
  }
}
/**
  -- TagBar --
*/
.tag-list {
  margin: 0;
  margin-bottom: -5px;
}
.tag-list:before,
.tag-list:after {
  content: " ";
  display: table;
}
.tag-list:after {
  clear: both;
}
.tag-list li {
  list-style: none !important;
}
.tag-list .tag-button {
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  margin-right: 5px;
  float: left;
  padding: 0 10px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #e8e8e8 80%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #e8e8e8 80%);
  background-image: linear-gradient(to bottom, #ffffff 20%, #e8e8e8 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag-list .tag-button:last-child {
  margin-right: 0;
}
.tag-list .tag-button:hover {
  border-color: #58585a;
  -webkit-box-shadow: 0 0 3px #58585a;
  box-shadow: 0 0 3px #58585a;
}
.tag-list .tag-button a {
  color: #333333;
}
.tag-list .tag-button .btn-mini.tag {
  font-size: 12px;
  padding: 0;
  vertical-align: inherit;
}
.tag-bar .divider {
  border-bottom: 2px dotted #888888;
}
.tag-bar .tag-lable {
  padding-right: 20px;
  padding-top: 2px;
  margin: 0px;
  float: left;
  width: 64px;
}
.tag-row h2 {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
}
.tag-row h2 h3,
.tag-row h2 h4,
.tag-row h2 h6,
.tag-row h2 .h3,
.tag-row h2 .h4,
.tag-row h2 .h6 {
  margin: 0 !important;
}
.tag-row h2 h3,
.tag-row h2 .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
.tag-row h2 h4,
.tag-row h2 .h4 {
  font-size: 18px;
  font-weight: bold;
}
.tag-row h2 h6 {
  margin-top: 2px;
}
.tag-row h2 a:not(.btn) {
  font-size: 14px;
  color: #ffffff;
}
.tag-row h2 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tag-row h2 p {
  margin-bottom: 0;
}
.tag-row h2 .btn-xs.pull-right {
  margin-top: -1px;
  margin-left: 10px;
}
.tag-row h2 .btn-sm.pull-right {
  margin-top: -5px;
}
.tag-row .tag-list {
  padding: 10px;
  background-color: #ffffff;
}
.tag-row .tag-list .tag-button {
  margin-bottom: 5px;
}
/**
  -- SLIDER --
*/
.slider-wrapper {
  margin: 0;
}
.slider-wrapper.theme-default {
  width: 100%;
  background-color: #ffffff;
}
.slider-wrapper.theme-default .nivoSlider {
  width: 88%;
  float: left;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.slider-wrapper.theme-default .nivoSlider .nivo-directionNav {
  display: none;
}
.slider-wrapper.theme-default .nivoSlider .nivo-caption {
  top: 0px;
  bottom: auto;
  background-color: #58585a;
  padding: 14px 10px;
  border-bottom: 5px solid #ffffff;
}
.slider-wrapper.theme-default .nivoSlider .nivo-caption:hover {
  cursor: pointer;
}
.slider-wrapper.theme-default .nivoSlider .nivo-main-image {
  margin-top: 68px;
}
.slider-wrapper.theme-default .nivoSlider .nivo-slice {
  margin-top: 68px;
}
.slider-wrapper.theme-default .nivoSlider .slider-caption {
  line-height: 1;
}
.slider-wrapper.theme-default .nivoSlider .slider-caption h3,
.slider-wrapper.theme-default .nivoSlider .slider-caption h4 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.slider-wrapper.theme-default .nivoSlider .slider-caption h4 {
  font-size: 18px;
}
.slider-wrapper.theme-default .nivo-controlNav {
  width: 12%;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
  line-height: 0;
}
.slider-wrapper.theme-default .nivo-controlNav a {
  margin: 0 0 6px 0;
  padding: 5px;
  background-color: #58585a;
}
.slider-wrapper.theme-default .nivo-controlNav a:last-child {
  margin-bottom: 0;
}
.slider-wrapper.theme-default .nivo-controlNav a:hover {
  background-color: #a4a4a7;
}
.slider-wrapper.theme-default .nivo-controlNav a.active {
  background-color: #58585a;
}
.slider-wrapper.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  width: 101px;
}
/**
  -- Newsletter --
*/
#newletter-horizontal {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: -o-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: linear-gradient(to bottom, #656567 20%, #3f3f40 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff656567', endColorstr='#ff3f3f40', GradientType=0);
}
#newletter-horizontal .col {
  float: left;
  padding: 0 10px;
}
#newletter-horizontal .col:nth-child(1) {
  width: 38%;
}
#newletter-horizontal .col:nth-child(2) {
  width: 62%;
}
#newletter-horizontal h4,
#newletter-horizontal p {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#newletter-horizontal h4 {
  text-transform: uppercase;
}
#newletter-horizontal form {
  float: right;
}
#newletter-horizontal form p {
  margin-top: 9px;
}
#newletter-horizontal form .form-group {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
#newletter-horizontal form .form-group:last-child {
  margin-right: 0;
}
#newletter-horizontal form .form-group input {
  width: 145px;
  background-color: #ffffff;
  color: #58585a;
  padding: 8px;
  border: 1px solid #58585a;
}
#newletter-horizontal form .form-group input:focus {
  box-shadow: 0 0 3px #58585a;
}
#newletter-horizontal form .form-group .btn {
  margin-top: 1px;
  background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
  border-color: #000000;
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #c4c4c4 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #c4c4c4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffc4c4c4', GradientType=0);
  border-color: #444444;
  border-radius: 0;
  color: #444444;
}
#newletter-horizontal form .form-group .btn:hover,
#newletter-horizontal form .form-group .btn:focus {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: -o-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: linear-gradient(to bottom, #656567 20%, #3f3f40 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff656567', endColorstr='#ff3f3f40', GradientType=0);
}
#newletter-horizontal form .form-group .btn:hover,
#newletter-horizontal form .form-group .btn:focus {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: -o-linear-gradient(top, #656567 20%, #3f3f40 70%);
  background-image: linear-gradient(to bottom, #656567 20%, #3f3f40 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff656567', endColorstr='#ff3f3f40', GradientType=0);
}
/**
  -- Hightlight-Boxen --
*/
.highlight-box a:hover,
.box_news_category a:hover {
  text-decoration: none;
}
.highlight-box a:hover .thumbnail,
.box_news_category a:hover .thumbnail {
  box-shadow: 0 0 4px 0 #58585a;
}
.highlight-box a:hover .thumbnail .caption h6,
.box_news_category a:hover .thumbnail .caption h6 {
  background-color: #58585a;
}
.highlight-box .thumbnail,
.box_news_category .thumbnail {
  background-color: #58585a;
  border-color: #58585a;
  margin: 0;
}
.highlight-box .caption,
.box_news_category .caption {
  height: 172px;
  overflow: hidden;
}
.highlight-box .caption *,
.box_news_category .caption * {
  color: #ffffff;
}
.highlight-box .caption h3,
.highlight-box .caption h4,
.highlight-box .caption h6,
.box_news_category .caption h3,
.box_news_category .caption h4,
.box_news_category .caption h6 {
  margin: 0 0 2px !important;
}
.highlight-box .caption h6,
.box_news_category .caption h6 {
  margin: 0 !important;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(88, 88, 90, 0.8);
  position: absolute;
  top: 20px;
  left: -1px;
  color: #ffffff;
}
.no-flag.highlight-box .caption h6,
.no-flag.box_news_category .caption h6 {
  display: none;
}
.highlight-box .caption h3,
.box_news_category .caption h3 {
  font-size: 14px;
}
.highlight-box .caption h4,
.box_news_category .caption h4 {
  font-size: 18px;
  color: #58585a;
  margin-bottom: 10px;
}
@media (max-width: 767px), (max-width: 991px) {
  .highlight-box .caption h4,
  .box_news_category .caption h4 {
    font-size: 16px;
  }
}
.highlight-box .caption p,
.box_news_category .caption p {
  line-height: 1.3;
}
.highlight-box .caption,
.box_news_category .caption {
  height: 81px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .highlight-box .caption,
  .box_news_category .caption {
    height: 93px;
  }
}
/**
  -- Fotostrecken-Boxen --
*/
.image-galleries-list a:hover,
.album-galleries-list a:hover {
  text-decoration: none;
}
.image-galleries-list a:hover .thumbnail,
.album-galleries-list a:hover .thumbnail {
  box-shadow: 0 0 4px 0 #58585a;
}
.image-galleries-list a:hover .thumbnail .caption h6,
.album-galleries-list a:hover .thumbnail .caption h6 {
  background-color: #58585a;
}
.image-galleries-list .thumbnail,
.album-galleries-list .thumbnail {
  margin-bottom: 0;
  padding-bottom: 14px;
}
.image-galleries-list .caption,
.album-galleries-list .caption {
  overflow: hidden;
  height: 75px;
}
.image-galleries-list .caption h6,
.album-galleries-list .caption h6 {
  margin: 0 !important;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(88, 88, 90, 0.8);
  position: absolute;
  top: 20px;
  left: -1px;
  color: #ffffff;
  background-color: rgba(88, 88, 90, 0.6);
}
/**
  -- Leserfoto-Boxen --
*/
.album-galleries-list .caption {
  height: 96px;
}
.album-galleries-list .caption a {
  color: #ffffff;
}
.album-galleries-list .caption p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .album-galleries-list .caption h6 {
    top: auto;
    bottom: 10px;
  }
}
/**
 --  --
*/
.box_news_category a:hover {
  text-decoration: none;
}
.box_news_category a:hover .thumbnail {
  box-shadow: 0 0 4px 0 #58585a;
}
.box_news_category a:hover .thumbnail .caption h6 {
  background-color: #58585a;
}
.box_news_category .thumbnail {
  background-color: #58585a;
  border-color: #58585a;
  margin: 0;
}
.box_news_category .caption {
  height: 172px;
  overflow: hidden;
}
.box_news_category .caption * {
  color: #ffffff;
}
.box_news_category .caption h3,
.box_news_category .caption h4,
.box_news_category .caption h6 {
  margin: 0 0 2px !important;
}
.box_news_category .caption h6 {
  margin: 0 !important;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(88, 88, 90, 0.8);
  position: absolute;
  top: 20px;
  left: -1px;
  color: #ffffff;
}
.no-flag.box_news_category .caption h6 {
  display: none;
}
.box_news_category .caption h3 {
  font-size: 14px;
}
.box_news_category .caption h4 {
  font-size: 18px;
  color: #58585a;
  margin-bottom: 10px;
}
@media (max-width: 767px), (max-width: 991px) {
  .box_news_category .caption h4 {
    font-size: 16px;
  }
}
.box_news_category .caption p {
  line-height: 1.3;
}
.box_news_category [class*="col-"]:nth-last-child(1),
.box_news_category [class*="col-"]:nth-last-child(2) {
  margin: 0;
}
/**
  -- Small-Newsbox --
*/
.top-news-feed h2,
.useralbum-feed h2 {
  border-bottom: 2px dotted #FFFFFF;
  padding-bottom: 10px;
}
.top-news-feed a:hover,
.useralbum-feed a:hover {
  text-decoration: none;
}
.top-news-feed a:hover h3,
.useralbum-feed a:hover h3 {
  text-decoration: underline;
}
.top-news-feed .box_news_small [class*="col-"] h3,
.top-news-feed .box_news_small [class*="col-"] h4,
.useralbum-feed .box_news_small [class*="col-"] h3,
.useralbum-feed .box_news_small [class*="col-"] h4 {
  margin: 0;
}
.top-news-feed .box_news_small [class*="col-"] h3,
.useralbum-feed .box_news_small [class*="col-"] h3 {
  margin-bottom: 2px;
}
.top-news-feed .box_news_small [class*="col-"]:last-child .divider-std,
.useralbum-feed .box_news_small [class*="col-"]:last-child .divider-std {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/**
  -- Useralbumfeed --
*/
.useralbum-feed .thumbnail {
  margin-bottom: 10px;
  padding: 2px;
  border-radius: 2px;
}
/**
  -- Big-Article --
*/
.big-article {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.big-article:last-child {
  margin-bottom: 0;
}
.big-article h1 {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  margin: 0;
  border-bottom: 3px solid #ffffff;
}
.big-article h1 .maintitle {
  font-size: 14px;
}
.big-article h1 .subtitle {
  font-size: 18px;
  font-weight: bold;
}
.big-article a {
  display: block;
  padding: 3px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.big-article a:hover {
  text-decoration: none;
  box-shadow: 0 0 4px 0 #58585a;
}
.big-article a .teaser {
  padding: 10px;
  color: #58585a;
  margin-top: 3px;
  line-height: 1.2;
  text-decoration: none;
}
.big-article a .teaser button {
  padding: 5px 30px;
  margin-top: 1px;
}
/**
  -- Artikel-Detail --
*/
article.detail .article-header {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  margin: 0;
  border-bottom: 3px solid #ffffff;
}
article.detail .article-header h3,
article.detail .article-header h4 {
  font-size: 18px;
  margin: 0;
}
article.detail .article-header h3 {
  font-size: 14px;
  margin-bottom: 2px;
}
article.detail .article-header h4 {
  font-weight: bold;
}
article.detail .article-content p {
  margin: 10px 0 !important;
}
article.detail .article-content h1,
article.detail .article-content h2,
article.detail .article-content h3,
article.detail .article-content h4,
article.detail .article-content h5,
article.detail .article-content h6 {
  margin: 20px 0 10px 0 !important;
}
/**
  -- Kommentarbox --
*/
.commentbox h2,
.commentbox h3 {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  font-size: 18px;
  margin: 0;
  border: none;
}
.commentbox h2 h3,
.commentbox h3 h3,
.commentbox h2 h4,
.commentbox h3 h4,
.commentbox h2 h6,
.commentbox h3 h6,
.commentbox h2 .h3,
.commentbox h3 .h3,
.commentbox h2 .h4,
.commentbox h3 .h4,
.commentbox h2 .h6,
.commentbox h3 .h6 {
  margin: 0 !important;
}
.commentbox h2 h3,
.commentbox h3 h3,
.commentbox h2 .h3,
.commentbox h3 .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
.commentbox h2 h4,
.commentbox h3 h4,
.commentbox h2 .h4,
.commentbox h3 .h4 {
  font-size: 18px;
  font-weight: bold;
}
.commentbox h2 h6,
.commentbox h3 h6 {
  margin-top: 2px;
}
.commentbox h2 a:not(.btn),
.commentbox h3 a:not(.btn) {
  font-size: 14px;
  color: #ffffff;
}
.commentbox h2 hr,
.commentbox h3 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.commentbox h2 p,
.commentbox h3 p {
  margin-bottom: 0;
}
.commentbox h2 .btn-xs.pull-right,
.commentbox h3 .btn-xs.pull-right {
  margin-top: -1px;
  margin-left: 10px;
}
.commentbox h2 .btn-sm.pull-right,
.commentbox h3 .btn-sm.pull-right {
  margin-top: -5px;
}
.commentbox h3 {
  margin-bottom: 10px;
}
.commentbox form#comment input {
  border-radius: 0;
}
.commentbox .media-list {
  background-color: #ffffff;
  padding: 10px;
}
.commentbox .media-list .media {
  padding-bottom: 10px;
  border-bottom: 1px solid #58585a;
  margin-bottom: 10px;
}
.commentbox .media-list .media:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.commentbox .media-list .media header {
  border-bottom: 1px dotted #717174;
  color: #717174;
  margin: 0 0 5px;
  padding: 0 0 5px 0;
  background: none;
}
.commentbox .media-list .media header > h3 {
  margin: 0;
  font-size: 16px;
  background: none;
  padding: 0;
}
.commentbox .media-list .media header > h3 .userlink .usertext {
  font-size: 18px;
  color: #58585a;
}
.commentbox .media-list .media header h6 {
  margin: 5px 0 0 0;
}
.commentbox .media-list .media .comment {
  font-size: 16px;
  padding: 0 0 10px 0;
}
/**
  -- Loader --
*/
.expand_items {
  position: relative;
}
.loading {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
}
.loading i {
  font-size: 50px;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  color: #ffffff;
}
/**
  -- Footer --
*/
@media (max-width: 767px), (max-width: 991px), (max-width: 1199px) {
  footer.margin-std {
    margin-bottom: 55px !important;
  }
}
footer section {
  color: #ffffff;
}
footer section.contact p {
  margin: 0 0 10px;
}
footer section.contact p:last-child {
  margin: 0;
}
footer section .nav-header {
  margin: 0 0 10px;
  text-transform: uppercase;
}
footer section .nav-header p {
  font-size: 12px;
  text-transform: none;
}
footer section #main_nav li:first-child {
  display: none;
}
footer section .nav li a {
  color: #ffffff;
  padding: 0;
}
footer section .nav li a:hover {
  background: none;
  text-decoration: underline;
}
.image-galerie-detail header {
  padding: 10px;
  background-color: #58585a;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.image-galerie-detail header h3,
.image-galerie-detail header h4,
.image-galerie-detail header h6,
.image-galerie-detail header .h3,
.image-galerie-detail header .h4,
.image-galerie-detail header .h6 {
  margin: 0 !important;
}
.image-galerie-detail header h3,
.image-galerie-detail header .h3 {
  font-size: 14px;
  margin-bottom: 2px !important;
}
.image-galerie-detail header h4,
.image-galerie-detail header .h4 {
  font-size: 18px;
  font-weight: bold;
}
.image-galerie-detail header h6 {
  margin-top: 2px;
}
.image-galerie-detail header a:not(.btn) {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.image-galerie-detail header hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.image-galerie-detail header p {
  margin-bottom: 0;
}
.image-galerie-detail header .btn-xs.pull-right {
  margin-top: -1px;
  margin-left: 10px;
}
.image-galerie-detail header .btn-sm.pull-right {
  margin-top: -5px;
}
.image-galerie-detail header h3,
.image-galerie-detail header h4 {
  margin: 0 0 2px 0;
}
.image-galerie-detail header h3 {
  font-size: 14px;
}
.image-galerie-detail header h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.image-galerie-detail header .description {
  font-size: 14px;
}
.image-galerie-detail .bg-white a {
  color: #58585a;
}
.image-galerie-detail .viewer .viewer-body {
  background-color: #58585a;
}
.image-galerie-detail .viewer .viewer-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-galerie-detail .carousel {
  background-color: #58585a;
  padding-top: 5px;
  padding-bottom: 5px;
}
.image-galerie-detail .carousel .item a {
  display: block;
  border: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .image-galerie-detail .carousel .item a {
    border-width: 2px;
  }
}
.image-galerie-detail .carousel .item a.active {
  border-color: #58585a;
}
.image-galerie-detail .carousel .carousel-control {
  width: 8%;
  color: #ffffff;
}
.image-galerie-detail .carousel .carousel-control .glyphicon {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .image-galerie-detail .carousel .carousel-control .glyphicon {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
  }
}
.image-galerie-detail .carousel .preview-thumbnail:hover h6 {
  background-color: #58585a;
}
.image-galerie-detail .carousel .preview-thumbnail h6 {
  margin: 0 !important;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(88, 88, 90, 0.8);
  position: absolute;
  top: 20px;
  left: -1px;
  color: #ffffff;
  top: 10px;
  left: 10px;
  background-color: rgba(88, 88, 90, 0.6);
}
/**
  -- Controls --
*/
.control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  opacity: 0.6;
}
.control:hover {
  opacity: 0.9;
}
.control.left {
  left: 0px;
}
.control.left .glyphicon {
  left: 20px;
}
.control.right {
  right: 0px;
}
.control.right .glyphicon {
  right: 20px;
}
.control .glyphicon {
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -8px;
}
/**
  -- Tagpage --
*/
.result-list {
  margin-bottom: 10px;
}
.result-list li.media:hover {
  cursor: pointer;
  box-shadow: none;
}
.result-list li.media > .pull-left {
  width: auto;
}
.result-list li.media h6 {
  margin-right: 2px;
}
.tag-overview .media-list .media {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tag-description {
  padding: 10px;
  background-color: #ffffff;
}
/**
 -- User-Profilecard --
*/
.user-profilecard .header-std {
  border-bottom: none;
}
.user-profilecard .header-std .online i {
  color: limegreen;
}
.user-profilecard .header-std .offline i {
  color: red;
}
.user-profilecard .user-profilecard-content {
  padding: 10px;
  background-color: #ffffff;
}
.user-profilecard .user-profilecard-content:before,
.user-profilecard .user-profilecard-content:after {
  content: " ";
  display: table;
}
.user-profilecard .user-profilecard-content:after {
  clear: both;
}
.user-profilecard .user-profilecard-content .info {
  text-align: right;
}
@media (max-width: 767px) {
  .user-profilecard .user-profilecard-content .info {
    text-align: center;
    margin-bottom: 5px;
  }
}
/**
  -- forum --
*/
.forum-list .media-body .media-heading,
.thread-list .media-body .media-heading {
  font-size: 18px !important;
}
.forum-list .media-body .description,
.thread-list .media-body .description {
  font-size: 12px;
  margin-bottom: 5px;
}
.thread-post-list a:not(.btn),
.thread-creator-box a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.thread-post-list li.media:hover {
  cursor: auto;
  padding: 10px !important;
  border-right: none !important;
}
.thread-post-list li.media:nth-child(odd) {
  background-color: #656567;
  color: #ffffff !important;
}
.thread-post-list li.media:nth-child(odd) .text-muted {
  color: #d9d9d9;
}
.user-picture .thumbnail {
  margin: 0;
}
.user-picture .thumbnail:hover {
  cursor: pointer;
}
.user-picture .thumbnail .caption {
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.user-picture .thumbnail .caption a {
  color: #58585a;
}
#post-form .header-std {
  border: none;
  margin-bottom: 10px;
}
#post-form .form-group {
  margin-bottom: 10px;
}
.newest-posts-box tbody tr:hover {
  color: #58585a;
  cursor: pointer;
}
.newest-posts-box .loading i {
  font-size: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: - 10px;
  color: #ffffff;
}
.forum-categories-box ul {
  list-style: none;
}
.forum-categories-box ul li:last-child a {
  border: none;
}
.forum-categories-box ul li a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dashed #ffffff;
  background-color: #717174;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.forum-categories-box ul li a:hover,
.forum-categories-box ul li aactive {
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
}
.forum-categories-box ul li a:visited {
  color: #ffffff;
}
/**
 -- marketplace --
*/
#marketplace-list .highlight-box div.thumbnail,
#marketplace-list .box_news_category div.thumbnail {
  height: 215px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #marketplace-list .highlight-box div.thumbnail,
  #marketplace-list .box_news_category div.thumbnail {
    height: 260px;
  }
}
#marketplace-list .highlight-box div.thumbnail img.thumbnail,
#marketplace-list .box_news_category div.thumbnail img.thumbnail {
  margin: 0 auto;
}
.market-search-result-list .media-body h5 {
  font-weight: bold;
}
.marketplace-car-features .row:nth-child(odd) {
  background-color: #e6e6e6;
}
.marketplace-car-features .row [class^='col-']:first-child {
  font-weight: bold;
}
/**
  -- events --
*/
.event-list .media,
.forum-list .media,
.thread-post-list .media,
.market-search-result-list .media,
.thread-list .media {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
}
.event-list .media:last-child,
.forum-list .media:last-child,
.thread-post-list .media:last-child,
.market-search-result-list .media:last-child,
.thread-list .media:last-child {
  padding: 10px;
}
.event-list .media:hover,
.forum-list .media:hover,
.thread-post-list .media:hover,
.market-search-result-list .media:hover,
.thread-list .media:hover {
  box-shadow: none;
  border-right: 5px solid #58585a;
  padding-right: 5px;
}
.event-list .header-std,
.forum-list .header-std,
.thread-post-list .header-std,
.market-search-result-list .header-std,
.thread-list .header-std {
  border: none;
}
.calendar .year,
.calendar .month {
  text-align: center;
  margin: 0;
  color: #58585a;
  font-weight: bold;
  margin-bottom: 5px;
}
.calendar .year {
  font-size: 24px;
}
.calendar .month {
  font-size: 20px;
}
.calendar .arrow {
  padding: 5px 0px 0px 0px;
}
.calendar TD {
  height: 38px;
  font-size: 18px;
  color: inherit;
}
.calendar TD.day {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 18px;
}
.calendar TD.day:hover {
  cursor: auto;
}
.calendar TD.weekend {
  color: rgba(255, 255, 255, 0.3) !important;
}
.calendar TD.today {
  color: rgba(88, 88, 90, 0.7);
  border-color: rgba(88, 88, 90, 0.7);
}
.calendar TD.today:hover {
  cursor: auto;
}
.calendar TD SPAN.weekday {
  font-size: 18px;
  color: rgba(88, 88, 90, 0.7);
}
.calendar TH {
  width: 14,285%;
  color: rgba(88, 88, 90, 0.7);
  font-size: 16px;
}
.calendar TFOOT TR TH.sel {
  color: rgba(88, 88, 90, 0.7) !important;
  font-size: 20px !important;
  vertical-align: baseline;
}
.popover-event a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popover-event a:hover {
  text-decoration: none;
  padding-left: 5px;
}
.popover-event a h2 {
  color: #58585a;
  font-size: 18px;
  margin: 5px 0;
}
/**
  -- Style Bootstrap-Components --
*/
/**
  -- Pagination --
*/
.pagination {
  margin: 0;
}
.pagination > li a {
  color: #58585a;
  text-decoration: none !important;
}
.pagination > li a:hover {
  color: #58585a;
  text-decoration: none !important;
}
.pagination > .active > a {
  background-color: #58585a;
  color: #ffffff;
  border-color: #ffffff;
}
.pagination > .active > a:hover {
  background-color: #58585a;
  border-color: #ffffff;
}
.dropdown-menu > .active a {
  background-color: #58585a;
}
.dropdown-menu > .active a:hover,
.dropdown-menu > .active a:focus,
.dropdown-menu > .active a:active {
  background-color: #58585a;
}
.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus,
.dropdown-menu > li a:active {
  background-color: #58585a;
  color: #ffffff;
}
/**
  -- Popover --
*/
.popover,
.popover .popover-title {
  font-size: 14px !important;
}
.popover.bigger {
  width: 260px;
}
.popover .popover-title {
  color: #ffffff !important;
  background-color: #58585a !important;
  margin: 0 !important;
}
.popover .popover-content {
  position: relative;
  min-height: 70px;
}
.popover .popover-content .usercard:before,
.popover .popover-content .usercard:after {
  content: " ";
  display: table;
}
.popover .popover-content .usercard:after {
  clear: both;
}
/**
  -- Breadcrumb --
*/
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb > li {
  color: #58585a;
}
.breadcrumb > li.active,
.breadcrumb > li a {
  color: #a4a4a7;
}
.breadcrumb > li + li:before {
  color: #a4a4a7;
  content: "»";
  padding: 0 2px;
}
.breadcrumb > li a {
  color: #a4a4a7;
}
.breadcrumb > li a:hover {
  color: #58585a;
  text-decoration: none;
}
/**
  -- Tab-Nav --
*/
.tab-content {
  background-color: #ffffff;
  padding: 10px;
}
.tab-content .alert {
  margin-top: 10px;
}
.tab-content .header-std {
  background: none;
  color: #58585a;
  border-color: #58585a;
  padding-left: 0;
  padding-right: 0;
}
.tab-content .media {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #58585a;
}
.tab-content .media:last-child {
  border-bottom: 1px solid #58585a;
}
.tab-content .media:last-of-type {
  border-bottom: none;
}
.tab-content .media a,
.tab-content .media a:hover,
.tab-content .media a:focus,
.tab-content .media a:visited {
  text-decoration: none;
}
.tab-content .media .media-body h4.media-heading {
  color: #58585a;
  margin: 0;
}
.tab-content .media .media-body h4.media-heading a,
.tab-content .media .media-body h4.media-heading a:hover,
.tab-content .media .media-body h4.media-heading a:focus,
.tab-content .media .media-body h4.media-heading a:visited {
  color: #58585a;
}
.tab-content .media .media-object {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.tab-content .message {
  opacity: 0.5;
}
.tab-content .message:hover {
  opacity: 1;
}
.tab-content .message.unread {
  opacity: 1;
}
.tab-content .album .media {
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
.tab-content .album .media-body .media-heading,
.tab-content .event .media-heading,
.tab-content .message .media-heading {
  color: #58585a;
  padding-bottom: 5px;
  border-bottom: 1px dashed #58585a;
  margin-bottom: 5px !important;
}
.tab-content .album .media-body .media-heading a {
  color: #58585a;
}
.tab-content .album .media-body .media-heading a:hover,
.tab-content .album .media-body .media-heading a:focus {
  text-decoration: none;
}
.tab-content .album .album-pictures {
  padding: 10px;
  background-color: #f2f2f2;
  min-height: 70px;
  margin-top: 5px;
}
.tab-content .album .album-pictures .album-picture {
  float: left;
  margin: 5px;
}
.tab-content .pinnwand {
  list-style: none;
  font-size: 12px !important;
}
.tab-content .pinnwand .expand_items {
  position: relative;
}
.tab-content .pinnwand .expand_items .loading i {
  font-size: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: - 10px;
  color: #ffffff;
}
.tab-content .pinnwand .pinnwand-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #58585a;
}
.tab-content .pinnwand .pinnwand-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tab-content .pinnwand .pinnwand-item a {
  color: #58585a;
}
.tab-content .pinnwand .pinnwand-item a:hover {
  text-decoration: underline;
}
.tab-content .pinnwand .pinnwand-item .comments .comment-item {
  padding: 5px;
  background-color: #f2f2f2;
  margin-bottom: 5px;
}
.tab-content .pinnwand .pinnwand-item .comments .comment-item:before,
.tab-content .pinnwand .pinnwand-item .comments .comment-item:after {
  content: " ";
  display: table;
}
.tab-content .pinnwand .pinnwand-item .comments .comment-item:after {
  clear: both;
}
.tab-content .pinnwand .pinnwand-item .comments .comment-item .comment-content .comment-id {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  background-color: #b3b3b3;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.3;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a.focus {
  background-color: #58585a;
  border: 2px solid #ffffff;
  border-bottom-width: 0;
  color: #ffffff;
}
.nav-tabs > li a {
  background-color: #ffffff;
  color: #58585a;
  border: 2px solid #ffffff;
  border-bottom-width: 0;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  border: 2px solid #ffffff;
  border-bottom-width: 0;
}
.btn-default {
  color: #58585a !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:visited {
  color: #58585a !important;
}
.alert {
  margin-bottom: 10px;
  border-radius: 0;
}
.alert.alert-info a,
.alert.alert-info a:visited {
  color: #31708F !important;
  font-weight: bold;
}
.badge {
  color: #58585a;
  background-color: #ffffff;
}
.media .badge {
  color: #ffffff;
  background-color: #58585a;
}
.badge.badge-lg {
  font-size: 18px;
}
.header-std .badge.badge-lg {
  position: relative;
  top: -2px;
}
.horizontal-block .badge {
  text-transform: none;
  margin-top: 1px;
}
.tooltip .tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #58585a;
  color: #58585a;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #58585a;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #58585a;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #58585a;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #58585a;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #58585a;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #58585a;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #58585a;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #58585a;
}
body .popover {
  z-index: 1030;
}
/**
  -- Adjust glyphicons --
**/
.modal-dialog .modal-content {
  overflow: hidden;
}
.modal-dialog .modal-content .modal-header {
  background-color: #58585a;
  color: #ffffff;
}
/**
  -- Adjust glyphicons --
**/
.glyphicon.glyphicon-envelope {
  line-height: inherit;
}
@media (max-width: 767px), (max-width: 991px) {
  button.new_thread .glyphicon-plus-sign {
    left: 1px;
    top: 2px;
  }
}
/**
 -- Phone-Navigation --
**/
#xs-nav h6 {
  color: #ffffff;
  margin: 5px 0 !important;
  border-bottom: 1px dotted #ffffff;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
#xs-nav h6 .glyphicon {
  margin-right: 5px;
}
#xs-nav [data-target="#mobile-nav"] {
  top: 1px;
}
#xs-nav .nav > li {
  color: #ffffff;
}
#xs-nav .nav > li.active a,
#xs-nav .nav > li a:hover,
#xs-nav .nav > li a:active,
#xs-nav .nav > li a:focus {
  background-image: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff000000', GradientType=0);
  border: 1px solid #000000;
  border-radius: 5px;
}
#xs-nav .nav > li a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin: 5px 0;
}
#xs-nav .nav > li a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
}
#xs-nav #xs-search {
  margin-bottom: 10px;
}
#xs-nav #xs-user form {
  padding: 5px 0;
}
#xs-nav #xs-user form .form-group {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
#xs-nav #xs-user form .form-group:first-of-type {
  padding-right: 5px;
}
#xs-nav #xs-user form .form-group:last-of-type {
  padding-left: 5px;
}
#xs-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#xs-nav .navbar-header #logo {
  height: 45px;
}
.ad.fullsize_m {
  margin-top: 20px;
}
.ad.fullsize_m img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ad.sky {
  position: absolute;
  right: 5px;
  top: 50px;
  width: 160px;
  height: 600px;
}
.ad.sky_exclusive {
  position: absolute;
  right: 5px;
  top: 660px;
  width: 160px;
  height: 600px;
}
form .box.box_user {
  margin: 0 -5px;
}
form .box.box_user .user.small {
  display: inline-block;
  margin: 5px;
}
form .box.box_user .user.small.active {
  background-color: #CCCCCC;
}
#scroll-to-top {
  display: none;
  width: 75px;
  height: 75px;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  margin-left: -95px;
}
#scroll-to-top:hover {
  cursor: pointer;
  background-color: rgba(153, 153, 153, 0.8);
}
#scroll-to-top .icon-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#scroll-to-top .icon-wrapper .glyphicon {
  font-size: 40px;
  color: #ffffff;
  margin-right: 2px;
}
/**
 -- 404 Page --
**/
#error-page-404 h1 {
  font-size: 10em;
  color: #58585a;
}
/**
 -- Single styles
*/
.post form .form-group {
  margin: 0;
}
label[for="forum_thread_comment_filename"],
label[for="forum_thread_filename"] {
  float: left;
  margin: 0 !important;
  margin-right: 10px !important;
  padding: 0 !important;
}
label[for="forum_thread_comment_filename_delete"],
label[for="forum_thread_filename_delete"] {
  display: inline-block !important;
  margin-left: 10px !important;
  font-size: 12px !important;
}
body {
  background-attachment: fixed;
  background-size: 100% 100%;
}
.tab-content .pinnwand .pinnwand-item a {
  color: #999999;
}
.image-galerie-detail .carousel .item a {
  border-color: #C4C4C4;
}
.image-galerie-detail .carousel .item a.active {
  border-color: #FFFFFF;
}
.mainbar #main_nav {
  background-image: -webkit-linear-gradient(top, #c4c4c4 40%, #8e8e8e 100%);
  background-image: -o-linear-gradient(top, #c4c4c4 40%, #8e8e8e 100%);
  background-image: linear-gradient(to bottom, #c4c4c4 40%, #8e8e8e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4c4c4', endColorstr='#ff8e8e8e', GradientType=0);
}
.mainbar #main_nav li a {
  padding: 10px 10px;
}
@media (max-width: 991px) {
  .mainbar #main_nav li a {
    font-size: 12px;
    padding: 10px 9px;
  }
}
#calendar-box .year,
#calendar-box .month,
#calendar-box .calendar-header th {
  color: #c4c4c4;
}
#calendar-box .today,
#calendar-box .weekday {
  color: #eaeaea;
}
#calendar-box .today {
  border-color: #eaeaea;
}
#calendar-box .weekday {
  background: none;
}
#calendar-box th.sel {
  color: #c4c4c4 !important;
}
.slider-wrapper.theme-default .nivo-controlNav a.active {
  background-color: #c4c4c4;
}
.thumbnail:not(img) .caption h3,
.thumbnail:not(img) .caption h4,
.thumbnail:not(img) .caption p {
  color: #666666;
}
.thumbnail:not(img) .caption h6 {
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.image-galleries-list a:hover .thumbnail,
.album-galleries-list a:hover .thumbnail {
  background-color: #58585a;
}
.image-galleries-list a:hover .thumbnail .caption h6,
.album-galleries-list a:hover .thumbnail .caption h6 {
  background-color: rgba(255, 255, 255, 0.9);
}
.image-galleries-list .thumbnail,
.album-galleries-list .thumbnail {
  border: none;
  background-color: #58585a;
}
.image-galleries-list .thumbnail .caption h3,
.image-galleries-list .thumbnail .caption h4,
.image-galleries-list .thumbnail .caption p,
.album-galleries-list .thumbnail .caption h3,
.album-galleries-list .thumbnail .caption h4,
.album-galleries-list .thumbnail .caption p {
  color: #FFFFFF;
}
.image-galleries-list .thumbnail .caption h6,
.album-galleries-list .thumbnail .caption h6 {
  background-color: rgba(255, 255, 255, 0.7);
}
.highlight-box a:hover .thumbnail,
.box_news_category a:hover .thumbnail {
  box-shadow: 0 0 4px 0 #58585a;
}
.highlight-box a:hover .thumbnail .caption h6,
.box_news_category a:hover .thumbnail .caption h6 {
  background-color: rgba(255, 255, 255, 0.9);
}
.highlight-box .thumbnail,
.box_news_category .thumbnail {
  border: 1px solid #BFBFBF;
  background-color: #FFFFFF;
}
.highlight-box .thumbnail .caption h6,
.box_news_category .thumbnail .caption h6 {
  background-color: rgba(255, 255, 255, 0.7);
  left: 4px;
}
.box_news_category a:hover .thumbnail .caption h6 {
  background-color: rgba(88, 88, 90, 0.9) !important;
}
.box_news_category .thumbnail .caption h4 {
  color: #000000;
}
.box_news_category .thumbnail .caption h6 {
  background-color: rgba(88, 88, 90, 0.7);
  color: #FFFFFF;
  left: -1px;
  font-weight: normal;
}
.box_news_small article h3 {
  color: #A7A7A7 !important;
}
.box_news_small article h4 {
  color: #FFFFFF !important;
}
.breadcrumb > li {
  color: #888888;
}
.breadcrumb > li.active,
.breadcrumb > li.active a {
  color: #58585a;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  color: #888888;
}
.breadcrumb > li a {
  color: #888888;
}
.breadcrumb > li a:hover {
  color: #58585a;
  text-decoration: none;
}
.btn.black {
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #c4c4c4 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #c4c4c4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffc4c4c4', GradientType=0);
  border: none;
  border-radius: 2px;
  color: #444444;
}

span.userlink a.usertext {font-weight: bold; }
