/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-carousel{
    padding-left: 74px;
    padding-right: 74px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
   
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #aaa;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #ddd;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #aaa;
            text-decoration: none;
            background: #ccc;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

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

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display:none;
}

    .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-prev, .owl-next {
    position: absolute;
    width: 65px;
    display: inline-table !important;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    vertical-align: middle;
    font-size: 90px !important;
    background-color: green;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.owl-item{
    height: 200px
}

.owl-item .item{
    height:100%;
}

.owl-item .panel{
    margin:0;
    height:100%;
}

.owl-item .panel-footer{
    padding-top: 8px;
    padding-bottom: 8px;
}

.owl-item .panel-body{
    padding:0;
    text-overflow:ellipsis;
}

/*.owl-item .dotdotdot{
    height:80px;
}*/

.owl-item .dotdotdot p{
    margin:0;
}

/*.owl-item .panel-footer p{
    max-height:50px;
    margin-bottom: 0;
    text-overflow: ellipsis;
}*/

.owlIcon {
    width: 100%;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}