/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 
 padding: 4px 7px;
    background: #D6D6D6;
	
	background: #869791;
    
	
	
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

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

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
#owl-works .owl-dots{
    position: absolute;
    right: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0;
}
@media(max-width: 991px) {
    #owl-works .owl-dots{
        position: relative;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 10px;
        margin-bottom: 40px;
    }
}

#owl-works .owl-dots .owl-dot span {
    width: 4px;
    height: 30px;
    margin: 5px 0;
    background: #535358;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;

}
@media(max-width: 991px) {
    #owl-works .owl-dots .owl-dot span {
        width: 30px;
        height: 4px;
        margin: 15px 5px;
        background: #535358;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;

    }
}

#owl-works .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}


#owl-testimonials .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#owl-testimonials .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#owl-testimonials .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-testimonials .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #28282e;
}

#owl-post .owl-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    bottom: 10px;
}


#owl-post .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

#owl-post .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e33f35;
}
.owl-item { cursor:pointer; }