@media (min-width: 768px) and (max-width: 979px) {
  .span8 .newsbh-item {
    width: 46%;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {
  .span8 .newsbh-item {
    width: 47%;
  }
}

.widget-title {
  background-color: #c84c2d;
  display: block;
  padding: 10px;
  width: 150px;
  border-top-right-radius: 40px;
}

.title-wrapper {
  display: block;
  background-color: black;
  color: white;
}

@media (min-width: 480px) {
  .span8 .newsbh-item {
    height: 250px;
  }
}

img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

h4 {
  margin: 10px 0;
  line-height: 20px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}

h4 {
  font-size: 16px;
}

[class^='icon-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('../img/glyphicons-halflings.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

[class^='icon-'] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.3em;
}

[class^='icon-']:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

[class^='icon-'] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-calendar:before {
  content: '\f073';
}

.icon-comment:before {
  content: '\f075';
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
  font-weight: bold;
}

a {
  outline: none !important;
}

a:hover {
  color: #666;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}

.wcontainer {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.wcontainer p:last-child {
  margin-bottom: 0px;
}

span {
  font-size: 14px;
}

.block {
  margin-bottom: 40px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbh {
  margin: 0;
  padding: 0;
  min-width: auto;
  min-height: auto;
}

.span8 .newsbh-item {
  width: 213px;
}

.newsbh-item {
  width: 195px;
  float: left;
  margin-right: 7px;
  list-style: none;
  padding: 0 !important;
  border: 0px !important;
  margin-left: 7px;
  margin-bottom: 25px;
}

.newsb-title {
  margin-bottom: 5px;
}

.post-meta {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px;
}

.post-meta i {
  color: #ccc;
}

.newsbh-item .newsb-thumbnail {
  position: relative;
  float: none;
}

.newsb-thumbnail {
  position: relative;
  float: left;
}

.newsb-thumbnail a,
.newsb-thumbnail img {
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
}

.newsb-thumbnail a:hover > .overlay-link,
.newsb-thumbnail a:hover > img {
  opacity: 0.75;
}

.newsb-thumbnail a .overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/link.png) center no-repeat;
  opacity: 0;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
}

a {
  color: #ff5b5b;
}

h4 {
  font-family: Open Sans;
}

img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0px none;
  max-width: 100%;
}

.games-section {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .games-section {
    width: 100% !important;
  }
}

.clear {
  clear: both;
}

