/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.no-js .owl-carousel.owl-theme,
.owl-carousel.owl-loaded.owl-theme {
    position: relative;
}

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

.owl-theme .owl-nav {
    position: absolute;
    bottom: -moz-calc(50% + 30px);
    bottom: -webkit-calc(50% + 30px);
    bottom: calc(50% + 30px);
    width: 100%;
}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev
{
    font-size: 60px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev{
    float: left;
}

.owl-carousel.owl-theme .owl-nav button.owl-next{
    float: right;
}

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

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

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

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

.owl-theme .info{
    padding: 1rem 0;
}

.owl-theme .owl-dots{
    display: none;
}