/**
 * 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-theme .owl-nav {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 5px 2px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: rgba(58, 72, 88, 1) !important;
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
}

.owl-nav .owl-next, .owl-nav .owl-prev{
    background-color: rgba(255,255,255,0.8) !important;
    padding: 0 10px !important;
    display: inline-block;
}

.owl-nav .owl-next{
}

.owl-nav .owl-prev{
}

.owl-nav .owl-next span, .owl-nav .owl-prev span{
}

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

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.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;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    margin: 5px 7px;
    background: transparent;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 2px solid #999999;
    background-color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button:focus {outline:0;}

.allNews{
    display: inline-block;
    margin-left: 10px;
}
.allNews a{
    font-size:1rem;
}

.allNews a:hover{
    color:#CCC;
    background-color: inherit;
}
