/*Owl theme 1*/
.owl-theme-1 .owl-stage
{display: flex;}

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

.owl-theme-1 .owl-prev, .owl-next
{position: absolute;
top: 50%;
margin: -50px -15px;}

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

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

.owl-theme-1 .owl-nav [class*='owl-']:hover
{color: rgba(255,255,255,1);
transition: 0.25s;}

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

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

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

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

.owl-theme-1 .owl-dots .owl-dot span
{width: 10px;
height: 10px;
margin: 5px 7px;
background: rgba(255,255,255,0.5);
display: block;
-webkit-backface-visibility: visible;
transition: 0.25s;
transform: rotate(45deg);}

.owl-theme-1 .owl-dots .owl-dot.active span, .owl-theme-1 .owl-dots .owl-dot:hover span
{background: rgba(255,255,255,1);
transition: 0.25s;}
