/**
 * 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-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    outline: none;
    border-radius: 10px;
}
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF !important;
    font-size: 20px !important;
    font-weight: bold;
    margin: 5px !important;
    background: rgba(0,0,0,0.5) !important;
    display: inline-block !important;
    cursor: pointer !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.4;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}

.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: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}

#partnersLogos .owl-nav,
#members .owl-nav {
    display: block !important;
}
#partnersLogos img {
    width: auto !important;
    height: 200px;
    margin: 0 auto;
}
#members img {
    margin: 0 auto;
}

.grat-carousel .item {
    width: 100%;
}
.grat-carousel .grat-item,
.grat-no-carousel .grat-item {
    float: left;
    display: block;
    margin: 0 17px 25px;
}
.grat-carousel .grat-item img,
.grat-no-carousel .grat-item img {
    width: auto !important;
    border: 1px solid #ccc;
}
@media (max-width: 1200px) {
    .grat-carousel .grat-item,
    .grat-no-carousel .grat-item {
        margin: 0 2px 4px;
    }
}
@media (max-width: 991px) {
    .grat-carousel .grat-item img,
    .grat-no-carousel .grat-item img {
        width: 100px !important;
    }
    .grat-carousel .grat-item,
    .grat-no-carousel .grat-item {
        margin: 0 3px 6px;
    }
}

@media (max-width: 767px) {
    .grat-carousel .grat-item img {
        width: auto !important;
        margin: 0 auto;
    }
    .grat-carousel .grat-item {
        margin: 0 0 15px;
        width: 25%;
    }
}
@media (max-width: 600px) {
    .grat-carousel .grat-item {
        margin: 0 0 15px;
        width: 33%;
    }
}
@media (max-width: 460px) {
    .grat-carousel .grat-item {
        margin: 0 0 15px;
        width: 50%;
    }
}