.main-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  /*padding: 34px 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-container-wider {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  /*padding: 34px 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-container-widest {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  /*padding: 34px 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gray-container {
  padding-top: 34px;
  background-color: #ebebeb;
  margin-bottom: 70px;
}
.gray-container .inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-subsection {
  padding: 45px 0px;
  clear: both;
}
@media only screen and (max-width: 1300px) {
  .main-subsection {
    padding: 45px 30px;
  }
}
.main-subsection h5 {
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 30px;
  color: #191919;
  border-top: 5px solid #fdd900;
  text-transform: uppercase;
  padding: 5px 0 10px 0;
}
.main-subsection h5.newtitle {
  text-align: center;
  padding-top: 20px;
}
.main-subsection h5.noborder {
  border-top: none;
  padding-top: 0;
}
.cols {
  margin-left: -10px;
  margin-right: -10px;
}
.col1-3 {
  width: 33.3333%;
}
.col2-3 {
  width: 66.6666%;
}
.col1-4 {
  width: 25%;
}
@media only screen and (max-width: 800px) {
  .col1-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .col1-4 {
    width: 100%;
  }
}
.col1-3,
.col1-4,
.col2-3 {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-right {
  float: right;
}
/* Video list */

.video-list-1col,
.video-list-2col {
  overflow: hidden;
  margin: 10px 0;
}
.video-list-1col .video-item {
  width: 100%;
  height: 194px;
  padding-bottom: 0;
}
.video-list-1col .video-item-content {
  max-width: 295px;
}
.video-list-2col .video-item {
  width: 50%;
  height: 194px;
  padding-bottom: 0;
}
.video-list-2col .video-item-content {
  max-width: 295px;
}
/* Video items */

.video-item-slide {
  margin: -10px;
}
.video-item {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55.24%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-item-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 19px;
  color: white;
  background: black;
}
.video-item-description {
  position: absolute;
  top: 10px;
  left: 343px;
  bottom: 10px;
  right: 10px;
  background-color: #edeced;
}
.video-item-description p {
  color: #191919;
  font-size: 12px;
  line-height: 17px;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-item h2 {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}
.video-item h3 {
  position: relative;
  font-weight: normal;
  font-size: 14px;
}
.video-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .6;
}
.video-item-time {
  position: absolute;
  bottom: 9px;
  right: 10px;
  font-size: 15px;
  line-height: 18px;
}
.video-item-extra {
  display: none;
}
.video-item-from {
  font-style: italic;
  font-weight: lighter;
  text-transform: lowercase;
}
.video-item-flag {
  position: absolute;
  bottom: 9px;
  left: 10px;
  line-height: 0px;
}
a.video-item:hover .video-item-bg {
  opacity: .5;
}
.video-item-light .video-item-bg {
  opacity: 1;
}
.video-item-light:hover .video-item-bg {
  opacity: .8 !important;
}
.video-more {
  clear: both;
  float: right;
  font-family: Apercu-Regular;
  color: black;
  background-color: #fdd900;
  padding: 7px 32px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .col2-3,
  .col1-3 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 45px;
  }
}
/* Video list queries */

@media only screen and (max-width: 550px) {
  .video-item-description {
    display: none;
  }
  .video-list-1col .video-item,
  .video-list-2col .video-item {
    height: 0;
    padding-bottom: 55.24%;
    margin-top: 0;
    background: none;
  }
  .video-list-1col .video-item-content,
  .video-list-2col .video-item-content {
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .video-list-2col .video-item {
    width: 100%;
  }
}
/* New styles */

.video-pack-new .video-item {
  margin-bottom: 90px;
}
.video-pack-new .video-item h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #1cb9cf;
  padding-bottom: 0;
  letter-spacing: 1px;
  max-height: 40px;
  overflow: hidden;
}
.video-pack-new .video-item h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #616161;
}
.video-pack-new .video-item:hover h2 {
  color: #ed6741;
}
.video-pack-new .video-item-bg {
  opacity: 1;
}
.video-pack-new .video-item-time {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  padding-top: 54px;
  margin-top: -36px;
  background: url(/cassette.axd/file/site-static/brands/play_white-403c948c7c87744caa16f8b2c7b5cbbbfb3dc7fc.png) center top no-repeat;
  background-size: 50px;
}
.video-pack-new .video-item-like {
  display: block;
  float: left;
  font-size: 12px;
  margin-top: 3px;
  line-height: 17px;
  height: 17px;
  padding-left: 22px;
  background: url(/cassette.axd/file/site-static/hearts_9pack-a577d9a151b8d9479dee8031f9c3df930145cc14.png) no-repeat;
  background-size: auto 34px;
}
.video-pack-new .video-item-like.active,
.video-pack-new .video-item-like.liked,
.video-pack-new .video-item-like:hover {
  background-position: 0 bottom;
}
.video-pack-new .video-item-like.disabled {
  opacity: 0.2;
  cursor: default;
}
.video-pack-new a.video-item:hover .video-item-time {
  display: block;
}
.video-pack-new a.video-item:hover .video-item-bg {
  opacity: .8 !important;
}
.video-pack-new .video-item-outer-content {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  color: #0f0f0f;
}
.video-pack-new.video-list-2col .video-item-outer-content {
  max-width: 295px;
}
.carousel .video-pack-3col {
  margin: -10px;
  overflow: visible;
}
.carousel .video-item-bg {
  opacity: .9999;
}
.carousel a.video-item:hover .video-item-bg {
  opacity: .9;
}
.carousel .video-item-outer-content {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  color: #0f0f0f;
}
.carousel .video-item-outer-content h2 {
  color: #191919;
}
.carousel .video-item-outer-content p {
  color: dimgray;
}
