/*owl-theme-og*/
.owl-theme-og
{/*display: flex!important;*/
height: initial;}

.owl-theme-og .owl-stage
{display: flex;}

.owl-theme-og .owl-item
{display: flex;}

.owl-theme-og .owl-nav
{text-align: center;
-webkit-tap-highlight-color: transparent;
bottom: 0px;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
color: rgb(255,143,0);
font-size: 60px;
line-height: 0px;}

.owl-theme-og .owl-nav [class*='owl-']
{color: rgb(255,143,0)!important;
font-size: 60px;
display: inline-block;
cursor: pointer;
outline: none;
transition: 0.5s;
width: 15px;}

.owl-theme-og .owl-nav [class*='owl-'] img
{width: 100%;}

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

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

.owl-theme-og .owl-prev
{left: 20px;
margin-left: 0px;
margin-top: -11px;}

.owl-theme-og .owl-prev:hover
{color: rgb(255,255,255)!important;}

.owl-theme-og .owl-next
{right: 20px;
margin-right: 0px;
margin-top: -11px;}

.owl-theme-og .owl-next:hover
{color: rgb(255,255,255)!important;}

.owl-theme-og .owl-dots
{text-align: center;
-webkit-tap-highlight-color: transparent;
position: absolute;
width: 100%;
bottom: -40px;}

.owl-theme-og .owl-dots .owl-dot
{display: inline-block;
zoom: 1;
*display: inline;
outline: none;}

.owl-theme-og .owl-dots .owl-dot span
{width: 15px;
height: 15px;
margin: 6px;
background: rgba(255, 255, 255, 0.5);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));}

.owl-theme-og .owl-dots .owl-dot.active span, .owl-theme-og .owl-dots .owl-dot:hover span
{background: rgba(255, 255, 255, 1);
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));}
