/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
  
  .thumbs {
	position:relative;
	padding-left:2px;
	padding-right:2px;
}

.thumbs .dur{
	position:absolute;
	font-size:12px;
	top: 0;
	right: 2px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 6px;
}

.thumbs .reed{
	position:absolute;
	font-size:12px;
	top: 0;
	left: 2px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 6px;
}

.thumbs .line-info {
	position:absolute;
	width:100%;
	white-space: nowrap;
    
	overflow: hidden;
	text-overflow:ellipsis;
	font-size:14px;
	bottom:0;
	left: 0;
    color: #fff;
    border-left: 2px solid #158cba;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 6px;
}

.thumbs:hover .line-info { display:none; }

.slider, .tl-elem, .cat-elem  { position:relative; }
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
