/* line 1, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  position: relative;
  clear: both;
  margin-bottom: 10px;
}
/* line 11, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery *, div.video-gallery *:before, div.video-gallery *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 18, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery ul {
  list-style: none;
}
/* line 22, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
/* line 28, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 35, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 40, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items .item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
/* line 49, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items .btn-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 47px;
  margin-top: -23px;
  background: #c3c3c3 url("../gfx/ico/prev.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 480px) {
  /* line 49, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .items .btn-prev {
    width: 26px;
    height: 34px;
    margin-top: -17px;
    background: #c3c3c3 url("../gfx/ico/prev-small.png") no-repeat 0 0;
  }
}
/* line 68, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items .btn-prev.is-active {
  display: block;
}
/* line 73, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items .btn-next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 39px;
  height: 47px;
  margin-top: -23px;
  background: #c3c3c3 url("../gfx/ico/next.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 480px) {
  /* line 73, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .items .btn-next {
    width: 26px;
    height: 34px;
    margin-top: -17px;
    background: #c3c3c3 url("../gfx/ico/next-small.png") no-repeat 0 0;
  }
}
/* line 92, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .items .btn-next.is-active {
  display: block;
}
/* line 98, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 103, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 109, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item .image {
  width: 100%;
  height: 100%;
}
/* line 113, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item .image img {
  height: 100%;
  margin: 0 auto;
}
/* line 119, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 15px 15px 90px;
  vertical-align: bottom;
  background: transparent url("../gfx/video-gallery/gradient-overlay.png") repeat-x 0 0;
  font-size: 1.25em;
}
/* line 129, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item .title span {
  margin-left: 5px;
}
/* line 134, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item i.icon {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  overflow: hidden;
  z-index: 10;
  width: 38px;
  height: 38px;
}
/* line 144, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item i.icon.icon-video {
  background: transparent url("../gfx/ico/play-a.png") no-repeat 0 0;
}
/* line 150, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .container-outer .container-inner .item:hover i.icon {
  background-position: 0 -58px;
}
@media all and (max-width: 768px) {
  /* line 156, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item .title {
    font-size: 1.375em;
  }
}
@media all and (max-width: 600px) {
  /* line 162, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item .title {
    padding: 50px 15px 15px 70px;
    font-size: 1em;
  }
  /* line 167, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item i.icon {
    bottom: 15px;
    left: 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 174, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item .title {
    font-size: 0.875em;
  }
}
@media all and (max-width: 320px) {
  /* line 180, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item .title {
    padding: 50px 15px 15px 55px;
    font-size: 0.75em;
  }
  /* line 185, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
  div.video-gallery .container-outer .container-inner .item i.icon {
    bottom: 10px;
    left: 10px;
  }
}
/* line 194, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails {
  position: relative;
  padding: 15px 0;
}
/* line 198, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner {
  position: relative;
  margin: 0 33px;
  overflow: hidden;
}
/* line 203, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3, D:/TVP/v3static/files/tvp-info/v2/sass/mixins/_clearfix.scss */
div.video-gallery .thumbnails .inner ul:before, div.video-gallery .thumbnails .inner ul:after {
  content: " ";
  display: table;
}
/* line 8, D:/TVP/v3static/files/tvp-info/v2/sass/mixins/_clearfix.scss */
div.video-gallery .thumbnails .inner ul:after {
  clear: both;
}
/* line 209, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li {
  float: left;
  width: 170px;
  height: 90px;
  padding: 0 5px;
}
/* line 215, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item {
  position: relative;
  display: block;
  width: 160px;
  height: 90px;
  margin: 0;
  border: solid 1px #292929;
  overflow: hidden;
  cursor: pointer;
}
/* line 225, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item img {
  width: 158px;
  height: 88px;
  margin: 0 auto;
  cursor: pointer;
}
/* line 232, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  padding: 35px 5px 35px;
  vertical-align: bottom;
  background: transparent url("../gfx/video-gallery/gradient-overlay.png") repeat-x 0 0;
  line-height: 15px;
  font-size: 0.75em;
}
/* line 3, D:/TVP/v3static/files/tvp-info/v2/sass/mixins/_clearfix.scss */
div.video-gallery .thumbnails .inner ul li .item .title:before, div.video-gallery .thumbnails .inner ul li .item .title:after {
  content: " ";
  display: table;
}
/* line 8, D:/TVP/v3static/files/tvp-info/v2/sass/mixins/_clearfix.scss */
div.video-gallery .thumbnails .inner ul li .item .title:after {
  clear: both;
}
/* line 244, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item .title span {
  margin-left: 5px;
}
/* line 249, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item i.icon {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  overflow: hidden;
  z-index: 10;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
}
/* line 262, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item i.icon.icon-video {
  background: transparent url("../gfx/ico/play-a-small.png") no-repeat 0 0;
}
/* line 267, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li .item:hover i.icon {
  background-position: 0 -34px;
}
/* line 273, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .inner ul li.is-current .item {
  border-color: #fff;
}
/* line 281, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .thumbs-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 34px;
  margin-top: -17px;
  background: #c3c3c3 url("../gfx/ico/prev-small.png") no-repeat 50% 50%;
  cursor: pointer;
}
/* line 292, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .thumbs-prev.is-active {
  display: block;
}
/* line 296, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .thumbs-next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 34px;
  margin-top: -17px;
  background: #c3c3c3 url("../gfx/ico/next-small.png") no-repeat 50% 50%;
  cursor: pointer;
}
/* line 307, D:/TVP/v3static/files/tvp-info/v2/sass/style/_gallery.scss */
div.video-gallery .thumbnails .thumbs-next.is-active {
  display: block;
}
