/**
 * Owl Carousel v2.3.3
 * 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;
bottom: 0px;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
color: rgba(191,122,212,1);
font-size: 60px;}

.owl-theme .owl-nav [class*='owl-']
{color: rgba(191,122,212,1);
font-size: 60px;
padding: 25px;
margin-top: -50px;
background: rgba(191,122,212,0.5);
display: inline-block;
cursor: pointer;
border-radius: 3px;
outline: none;}

.owl-theme .owl-nav [class*='owl-']:hover
{opacity: 0.5;}

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

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

.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;
outline: none;}

.owl-theme .owl-dots .owl-dot span
{width: 15px;
height: 15px;
margin: 10px;
background: rgba(117,198,23,0.5);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{background: rgba(117,198,23,1);}