/* FONT */
@font-face {
  font-family: simssans;
  src: url(fonts/sims_sans.otf);
}

.video-block {
  margin: 100px;
  color: #000;
  height: 60vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.video-tab-title {
  font-family: simssans;
  text-align: center;
  color: #303030;
  font-size: 20pt;
  padding-bottom: 30px;
}

.video-tab .post-overlay-wrapper {
  min-height: 430px;
}

.video-tab .post-overlay-wrapper .post-content {
  padding: 35px;
}

.video-tab .post-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

.video-tab .nav-tabs {
  border-bottom: none;
  margin-left: 30px;
  height: 376px;
  overflow-y: auto;
}

.video-tab .nav-tabs::-webkit-scrollbar {
  width: 10px;
  background-color: #303030;
}

.video-tab .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #a6e329;
}

.video-tab .nav-tabs li {
  width: 100%;
  display: block;
  min-height: 100px;
}

@media screen and (max-width:660px) {
  .video-tab .nav-tabs li {
    padding: 20px;
    }
  }

.video-tab .nav-tabs li a {
  background: none;
  border: 0;
  padding: 0;
  border: 0;
}

.video-tab .nav-tabs li a .post-thumbnail {
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.video-tab .nav-tabs li a .post-thumbnail img {
  max-width: 100px;
}

.video-tab .nav-tabs li a h3 {
  font-family: 'Open Sans', sans-serif;
  color: #303030;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  margin: 0;
}

.play-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.play-icon:hover {
  cursor: pointer;
}

.play-icon .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.play-icon:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.video-tab iframe {
  width: 100%;
  min-height: 369px;
  border: none;
  background: #303030;
  padding: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: transparent;
  border: none;
}
