@font-face {
  font-family: 'FranklinGothicDemiCondRegular';
  src: url('font/7094699429.eot');
  src: url('font/7094699429.eot') format('embedded-opentype'),
  url('font/7094699429.woff') format('woff'),
  url('font/7094699429.ttf') format('truetype'),
  url('font/7094699429.svg#FranklinGothicDemiCondRegular') format('svg');
}
body, html {
  padding: 0px;
  margin: 0px;
  background: #58327d;
  color: #2d2d2d;
}
.container {
  width: 996px;
  margin: 0px auto 20px auto;
}
.content {
  background: #ffffff;
  position: relative;
  padding: 15px 10px 10px;
}
.header {
  margin: 0px -50px;
}
.headerBanner {
  background: #e8e8e8;
  position: relative;
  font-family: "FranklinGothicDemiCondRegular", serif;
  text-transform: capitalize;
  font-size: 41px;
  text-align: center;
  margin-top: -24px;
  padding: 6px 0px;
  margin-left: -21px;
  margin-right: -22px;
}
.headerBanner a {
  color: #ff2f9d;
  text-decoration: underline;
}
.leftArrow,
.rightArrow {
  position: absolute;
  background: url(img/header-arrow.png) no-repeat center center transparent;
  width: 45px;
  height: 25px;
}
.leftArrow {
  left: 0px;
  bottom: -25px;
}
.rightArrow {
  right: 0px;
  bottom: -25px;
}
#playerRight {
  background: #e8e8e8;
  padding-bottom: 10px;
}
#playerRight h4 {
  font-family: "FranklinGothicDemiCondRegular", serif;
  background: #fcf9f9;
  text-align: center;
  font-size: 25px;
}
.rightUpdates {
  text-align: center;
  margin-bottom: 10px;
}
.rightUpdates a {
  display: block;
  color: #3a3a39;
  font-size: 17px;
  text-decoration: underline;
  margin-top: 5px;
}
.purpleButton {
  font-family: "FranklinGothicDemiCondRegular", serif;
  background: #58327d;
  color: #ffffff;
  font-size: 27px;
  border-radius: 5px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
.purpleButton:hover {
  color: #ffffff;
}
.middleLink a {
  color: #0a9307;
  font-size: 25px;
  text-decoration: underline;
}
.thumbsCont {
  margin: 20px auto;
}
.thumbs {
  float: left;
  margin-bottom: 10px;
}
.thumbs img {
  border: 5px solid #d5d3d3;
}
.features {
  background: #212536;
  border-radius: 5px;
  color: #fff;
  font-family: "FranklinGothicDemiCondRegular", serif;
  padding: 7px 15px 9px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 14px;
}
.features h4 {
  font-size: 26px;
  margin-bottom: 0px;
  margin-top: 5px;
  text-transform: uppercase;
}
.features h4 span {
  color: #f9207f;
}
.features.last {
  padding-bottom: 2px;
  line-height: 12px;
}
.features.last h4 {
  margin-bottom:  -2px;
}
.features .featureSmall {
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.relatedUpdates h4 {
  padding-left: 15px;
  font-family: "FranklinGothicDemiCondRegular", serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 5px;
}
#bottomLink {
  text-align: center;
  margin: 20px 0px;
  line-height: 27px;
}
.purpleLink {
  color: #fb34ae;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
}
#bottomLink p {
  margin: 0px;
  text-align: center;
  font-family: "FranklinGothicDemiCondRegular", serif;
  font-size: 20px;
}
.updates {
  text-align: center;
  margin-bottom: 10px;
}
.updates a {
  color: #fb34ae;
  text-decoration: underline;
}
.footer {
  background: #212536;
  text-align: center;
  margin: 20px 10px 10px;
  border-radius: 5px;
  padding: 7px 0px;
}
.footer a {
  color: #ffffff;
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-weight: bold;
}
.footer a:hover {
  text-decoration: none;
}
.footer a span {
  color: #fb34ae;
  text-decoration: underline;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
