/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  position: absolute;
top: -50px;
right: 2px;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: linear-gradient(to left, #800000, #A80006);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: linear-gradient(to left, #800000, #A80006);
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
    
    .classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #981818;
    font-weight: 300;
}
    
    .classic-title span {
	border-bottom-color: #ee3733;
}

 .o-tgl {

        width: 68px;

        height: 70px;

        border: 1px solid rgb(140, 25, 25);

        margin: 0 10px 0 0;

    }

    .o-tgl-h{

        width: auto;

        height: 20px;

        background-color: rgb(140, 25, 25);
        color: white;

    }
    .o-tgl-b {

        font-size: 24px;

        line-height: 48px;

    }
    
    .meta-data {
    color: rgb(140, 25, 25);
    font-size: 11px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.btn-box-rightaa {
    position: relative;
    text-align: right;
    bottom: 0;
}
/*
.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; }
