/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  /*margin-top: 10px;*/
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-nav [class*='owl-'] {
    color: #aeaeae;
    font-size: 17px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #222; 
    background-color: #151515;
}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #111;
      color: #aeaeae;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
 
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

























      .owl-carousel{
        position: relative;
        background-color: #1a1a1a; 
        padding:10px 25px;  
      }

  .owl-carousel .item div:first-of-type{
    height: 135px;
    width: 135px;
    background-color: #111;
    background-size: cover;
    background-position: center;
  }

  .owl-carousel .item{
    border:1px solid #222;
    padding: 5px;
    display: table; 
    background-color: #151515;
    cursor: pointer;
    width: 100%;
  }
  .owl-carousel .item div{
    display: inline-block;
    float: left;
  }
  .owl-carousel .item div:nth-of-type(2){
    width: calc(100% - 135px);
    padding:0 5px;
  }

  .owl-carousel .item span:nth-of-type(2){
    font-size: 12px;
    color: #727272;
    padding-left: 10px;
  }

  .owl-carousel .item a{
    color:#000000;
  }

    .owl-carousel .item a:hover,
    .owl-carousel .item a:focus{
    color:#266CAA;
    text-decoration: none;
  }

  .owl-carousel .item h6{
    margin: 0;
    padding: 10px;
    font-size: 1.3em;
    line-height: 22px;
    font-weight: 400;
  }
  .title-panel{
    height: 100px;
    display: block;
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 

  }



    .owl-nav button:first-of-type{
      left: 0;
    }
    .owl-nav button:nth-of-type(2){
      right: 0;
    }


    .owl-nav button{
      position: absolute;
      top: 0;
      width: 20px;
      height: 167px;
    }