body {
  background-color: #222222;
}
/*
//xs only
@media(max-width: @screen-xs-max) {

}
//small and up
@media(min-width: @screen-sm-min) {

}
//sm only
@media(min-width: @screen-sm-min) and (max-width: @screen-sm-max) {

}
//md and up
@media(min-width: @screen-md-min) {

}
//md only
@media(min-width: @screen-md-min) and (max-width: @screen-md-max) {

}
//lg and up
@media(min-width: @screen-lg-min) {

}
*/
@media (max-width: 991px) {
  #content {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #content {
    font-size: 16px;
  }
}
div.time {
  float: left;
  display: block;
  width: 5em;
  text-align: center;
}
div.time,
div.time .day,
div.time .month,
div.time .year {
  padding: 0;
  margin: 0;
}
div.time .day {
  float: left;
  display: block;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bolder;
}
div.time .month {
  float: right;
  display: block;
  text-transform: uppercase;
  font-size: 0.96em;
  line-height: 1.2em;
  font-weight: bold;
}
div.time .year {
  float: right;
  display: block;
  font-size: 0.96em;
  line-height: 1.2em;
  font-weight: bold;
}
.image-wrapper {
  display: block;
}
.image-wrapper,
.image-wrapper img {
  border-radius: 3px;
}
.image-wrapper.has-shadow {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.25);
}
.image-wrapper.has-overflow {
  height: 140px;
  overflow: hidden;
}
.image-wrapper.has-overflow img {
  /*margin-top: -30px;*/
  margin-top: 0;
}
.list-item:before,
.list-item:after {
  content: " ";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item,
.list-item .item-label,
.list-item .item-description {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.96em;
  line-height: 1.2em;
  font-weight: normal;
}
.list-item .item-label {
  text-transform: uppercase;
}
.list-item .item-description {
  opacity: .7;
}
.list-item .item {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.list-item .item-info {
  padding-left: 5.85em;
}
.list-item.list-item-inline .item {
  display: inline-block;
}
.bar .bar-header,
.bar .bar-footer {
  padding: 2em 20px;
}
.bar .bar-header:before,
.bar .bar-footer:before,
.bar .bar-header:after,
.bar .bar-footer:after {
  content: " ";
  display: table;
}
.bar .bar-header:after,
.bar .bar-footer:after {
  clear: both;
}
@media (min-width: 992px) {
  .bar .bar-header,
  .bar .bar-footer {
    padding: 1em 20px;
  }
}
.bar .bar-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  float: left;
}
.bar .bar-description {
  font-size: 1.1em;
  font-weight: 300;
  margin: 0 auto;
}
.bar .bar-link {
  padding: 0;
  margin: 0;
  float: right;
}
#video-wrapper,
#player,
#content-right-bar,
#content-footer-bar {
  float: left;
  width: 100%;
}
#video-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media (min-width: 992px) {
  #video-wrapper {
    position: fixed;
    top: 60px;
    right: 358px;
    bottom: 156px;
    left: 0;
    width: auto;
    height: auto;
  }
}
#video-wrapper:before,
#video-wrapper:after {
  content: " ";
  display: table;
}
#video-wrapper:after {
  clear: both;
}
#video-wrapper .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
/*@media (min-width: 767px) { */
@media (min-width: 170px) {
  #video-wrapper .img-overlay {
    background-image: url(../video/mask19anos.png);
  }
}
#social {
  float: left;
  position: relative;
  width: 100%;
  z-index: 4;
  margin-top: -100px;
}
@media (min-width: 992px) {
  #social {
    position: fixed;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
    padding-top: 18px;
    width: 360px;
    background-color: #222222;
    margin-top: auto;
  }
}
#social .social-network {
  padding: 20px;
}
#content-right-bar {
  color: white;
  /*background-color: #3c3e46;*/
  background-color: #222222;
  z-index: 2;
}
#content-right-bar .bar-header,
#content-right-bar .bar-link,
#content-right-bar .month {
  color: #fff;
}
@media (min-width: 992px) {
  #content-right-bar {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 360px;
  }
}
#content-right-bar .image-wrapper {
  float: right;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  margin-left: .55em;
}
#content-right-bar .image-wrapper img {
  width: 3em;
}
#content-right-bar .list-item .item {
  border-top: 1px solid #535662;
  border-bottom: 1px solid #535662;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  #content-right-bar .item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-right-bar .item {
    width: 50%;
  }
  #content-right-bar .item:nth-child(odd) {
    border-right: 1px solid #535662;
  }
}
@media (min-width: 992px) {
  #content-right-bar .item {
    width: 100%;
  }
}
#content-footer-bar {
  color: white;
  z-index: 3;
}
#content-footer-bar .bar-header,
#content-footer-bar .bar-link,
#content-footer-bar .month {
  color: #fff;
}
#content-footer-bar .bar-header {
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  #content-footer-bar .bar-header {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #content-footer-bar {
    width: auto;
    position: fixed;
    right: 360px;
    bottom: 25px;
    left: 0;
    height: auto;
  }
}
#content-footer-bar .image-wrapper {
  width: 100%;
  margin-bottom: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -o-transition: border 300ms;
  -moz-transition: border 300ms;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}
#content-footer-bar .image-wrapper:hover,
#content-footer-bar .image-wrapper:focus,
#content-footer-bar .image-wrapper:active {
  border-color: #fff;
}
#content-footer-bar .image-wrapper img {
  width: 100%;
}
#content-footer-bar .item {
  display: inline-block;
}
@media (max-width: 767px) {
  #content-footer-bar .item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-footer-bar .item {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  #content-footer-bar {
    background-color: transparent;
  }
  #content-footer-bar .item {
    width: 33.333333%;
  }
  #content-footer-bar .item:last-child {
    display: none;
  }
}
@media (min-width: 1301px) {
  #content-footer-bar {
    background-color: transparent;
  }
  #content-footer-bar .item {
    width: 25%;
  }
}
#footer {
  background: white;
}
@media (min-width: 992px) {
  #footer {
    display: none;
  }
}
