/**
 * 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-prev{
    width: 48px;
    height: 48px;
    background: #ffffff !important;
    position: absolute;
    top:125px;
    right: 0px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25) !important;
    transition: background 0.5s ease 0s;
    font-size: 1.5rem !important;
    z-index: 999;
}

.owl-next{
    width: 48px;
    height: 48px;
    background: #ffffff !important;
    position: absolute;
    top:125px;
    left: 0px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25) !important;
    transition: background 0.5s ease 0s;
    font-size: 1.5rem !important;
    z-index: 999;
}

/*.owl-theme .owl-nav [class*='owl-'] {*/
/*    color: black;*/
/*    margin: 5px;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*}*/

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

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

.owl-theme .owl-nav.disabled + .owl-dots {
    /*margin-top: 75px;*/
    /*z-index: 9999999999999 !important;*/
    /*position: relative;*/
}

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

.owl-theme .owl-dots .owl-dot {
    padding-bottom: 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 15px 3px;
    background: #eeeeee;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 24px;
    background: #E22452 ;
    transition: width 0.25s ease-in-out;
}
