/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot span{background:#2f89fc !important}
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #D6D6D6 !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease !important;
    transform: rotate(40deg) !important;
}
#portfolio-owl-carousel .owl-dots .owl-dot span {
    border-radius: 100%;
    background: #3d37f13a !important;
    transform: rotate(0deg) !important;
    margin: 20px 5px !important;
}
#portfolio-owl-carousel .owl-dots .owl-dot.active span{
    width: 40px !important;
    border-radius: 10px;
}
.owl-nav{
    display: none;
}
button:focus {
    outline: none !important;
}
section:hover .my-owl-nav :nth-of-type(1){
    left: 25%;
	opacity: .6;
}
section:hover .my-owl-nav :nth-of-type(2){
    right: 25%;
	opacity: .6;
}
@media(max-width:1024px)
{
    section:hover .my-owl-nav :nth-of-type(1){
        left: 9%;
        opacity: .6;
    }
    section:hover .my-owl-nav :nth-of-type(2){
        right: 9%;
        opacity: .6;
    }
}