/*Owl theme 1*/
.owl-theme-articleimages .owl-stage
{display: flex;
align-items: center;}

.owl-theme-articleimages .owl-item
{display: flex;
height: fit-content;}

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

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

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

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

.owl-theme-articleimages .owl-nav .disabled
{background: rgba(170,34,23,0.25);}

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

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

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

.owl-theme-articleimages .owl-dots .owl-dot span
{width: 15px;
height: 15px;
margin: 5px 7px;
background: rgba(170,34,23,0.5);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;}

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

.owl-theme-articleimages .owl-item
{padding: 0px 20px;}

.owl-theme-articleimages .owl-item img
{border-radius: 5px;
width: initial;
margin: auto;}
