a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
body {
  background: url(../images/bg.jpg) repeat fixed;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
@media (max-width: 650px) {
  .container-xs {
    padding: 0 3px !important;
  }
}
.articles-container {
  border: 1px solid #1b1010;
  max-width: 780px;
}
.input-group-addon {
  min-width: 90px;
  text-align: left;
  color: #f2f2f2 !important;
  background-color: #000;
}
.top-menu {
  padding: 10px 5px;
  margin: 0 !important;
}
.top-menu div {
  padding: 0 5px !important;
}
.btn-dark {
  color: #ffffff;
  background-color: #0e0e0f;
  border-color: #020202;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #0e0e0f;
  border-color: #020202;
}
.btn-dark .badge {
  color: #0e0e0f;
  background-color: #ffffff;
}
.btn-success {
  background: #369801;
  border: solid 1px #369801;
  background-image: -webkit-linear-gradient(top, #3aa201 0, #369801 95%);
  background-image: linear-gradient(to bottom, #3aa201 0, #369801 95%);
}
.admin-bar {
  margin-bottom: 5px;
}
.page-numbers > a {
  font-weight: bold;
  color: #d2d2d2;
}
.brand-fix {
  padding: 0 !important;
}
.limit-container {
  max-width: 800px;
}
.fb-like-lg-wrapper {
  padding-top: 3px;
}
.votes-mobile > a {
  background: url(/resources/images/voting.png) no-repeat -9999px -9999px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 0;
  text-indent: -9999px;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
.votes-mobile div.votes-count {
  width: auto;
  padding: 0 5px;
  height: 36px;
  line-height: 33px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.votes-mobile > a.vote-up {
  background-position: 0 0;
}
.votes-mobile > a.vote-down {
  background-position: 0 -36px;
}
.footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.no-borders {
  border: none;
}
div.btn-home {
  padding: 10px 5px;
}
div.btn-home > .col-xs-6 {
  padding: 0px 5px !important;
}
 > .btn {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
}
.see-more-content {
  padding: 20px 5px !important;
}
.see-more-content > .col-xs-12 {
  padding: 7px;
  border-top: dashed 1px rgba(255, 255, 255, 0.15);
}
@media (min-width: 760px) {
  .see-more-content > .middle {
    border-left: dashed 1px rgba(255, 255, 255, 0.15);
    border-right: dashed 1px rgba(255, 255, 255, 0.15);
  }
}
.see-more-content > .col-xs-12 > div > a {
  padding: 0px 2px 5px;
  color: #fff;
  font-weight: bold;
}
.fanzone-box {
  padding: 15px 10px;
}
.comments-section {
  background-color: rgba(0, 0, 0, 0.15);
}
 > h4 {
  text-decoration: underline;
}
.comments-section > div.fb-comments {
  box-sizing: border-box;
  padding: 15px 0px !important;
}
@media (max-width: 1200px) {
  .sticky {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1488px) {
  .sticky {
    position: fixed;
    width: 160px;
    height: 600px;
    top: 90px;
    right: 30px;
  }
}
@media (min-width: 1489px) {
  .sticky {
    position: fixed;
    width: 300px;
    height: 600px;
    top: 90px;
    right: 30px;
  }
}
.cookies_info {
  padding: 10px;
  color: #fff;
  font-family: sans-serif, tahoma, arial;
  display: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1px rgba(255, 255, 255, 0.35);
  border-radius: 20px;
}
.cookies_info a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
#pinterest-container > span {
  width: 100% !important;
  overflow: hidden;
}
#pinterest-container > span > span > span > span {
  min-width: 0;
}
.btn-pinterest {
  float: left;
  margin-right: 1px;
}
#info-box {
  position: fixed;
  left: 5px;
  bottom: 15px;
  z-index: 9999;
}
#info-box > .benn {
  border-radius: 5px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
}
#info-box > .benn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
#info-box > .blue {
  background-color: #55acee;
  box-shadow: 0px 3px 0px 0px #3C93D5;
}
#info-box > .red {
  background-color: #e74c3c;
  box-shadow: 0px 3px 0px 0px #CE3323;
}
.article-admin-bar > button {
  text-transform: uppercase !important;
}
.admin-menu-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.report {
  float: right;
  margin-right: 10px;
  font-size: 11px;
  letter-spacing: .5px;
  text-align: right;
  color: #a7a8aa;
  cursor: pointer;
}
.report:hover {
  color: white;
}
.report-mobile {
  margin-top: 5px;
  font-size: 11px;
  color: #4c4c4c;
}
.share-popup {
  line-height: 24px;
}
.messanger-btn {
  border-radius: 3px;
}

