.block10 {
    position: relative;
    overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-stage-outer {
    position: initial;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-dots {
    display: none;
}

.owl-stage-outer {
    width: 100%;
}

.owl-dot span {
    background-color: transparent !important;
    border: solid #86ba35 1px !important;
}

.owl-dot.active span,
.owl-dot:hover span {
    background-color: #86ba35 !important;
    border-color: #86ba35 !important;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 80px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    text-align: center;

    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 56px 0px;
    padding: 0;
    padding-top: 2px;
    font-size: 36px;

    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(134, 186, 53, 0.8);
}

.owl-theme .owl-nav .owl-prev {
    left: 0px;
    padding-right: 5px;
}

.owl-theme .owl-nav .owl-next {
    right: 0px;
    padding-left: 5px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
}







.owl-carousel-with-thumbs-outer {
    position: relative;
}

.owl-carousel-with-thumbs .owl-stage-outer {
    border-radius: 50% 0 50% 50%;
    overflow: hidden;
    border: solid #8bc34a 10px;
}

.owl-carousel-with-thumbs .owl-nav .owl-prev,
.owl-carousel-with-thumbs .owl-nav .owl-next {
    top: auto;
    bottom: 10%;
    background: transparent;
    color: #8bc34a;
    box-shadow: none;
}

#owl-carousel-with-thumbs-dots {
    position: relative;
    margin: 50px 0 0 0;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#owl-carousel-with-thumbs-dots .owl-dot {
    display: inline-block;
    z-index: 100;
}

#owl-carousel-with-thumbs-dots .owl-dot .the-dot {
    border: solid transparent 4px;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

#owl-carousel-with-thumbs-dots .owl-dot .name {
    display: none
}

#owl-carousel-with-thumbs-dots .owl-dot.active .name {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    color: #424242;
}

#owl-carousel-with-thumbs-dots .owl-dot:last-child {
    margin-right: 0
}

#owl-carousel-with-thumbs-dots .owl-dot:hover .the-dot,
#owl-carousel-with-thumbs-dots .owl-dot.active .the-dot {
    border: solid #8bc34a 4px;
}

.owl-item .name {
    position: absolute;
    bottom: 0;
}


.owl-theme.owl-carousel .owl-nav > div {
    display:block;
    position:absolute;
    width:200px;height:388px;
    z-index:1;
    top:-1px;
    margin:0;
    margin-top:0px;
    box-shadow:none;
    border-radius:0;
}

.owl-theme.owl-carousel .owl-nav .owl-prev {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.owl-theme.owl-carousel .owl-nav .owl-next {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.owl-theme.owl-carousel .owl-nav > div .fa {
    display:block;
	color: #fff;
    opacity: 1;
    background: #d85d85;
    border: none;
    width: 80px;
    height: 96px;
    line-height: 96px;
    padding: 0;
    margin: 0;
    font-size: 36px;
    position: absolute;
    top: 180px;
    margin-top: -48px;
    overflow: visible;
    border-radius: 0;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index:2;
    
}

.owl-theme.owl-carousel .owl-nav > div:hover  .fa {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.owl-theme.owl-carousel .owl-nav .owl-next .fa {
    right: -30px;
    border-radius: 48px 0 0 48px;
}

.owl-theme.owl-carousel .owl-nav .owl-next:before {
    padding-left: 21px;
}

.owl-theme.owl-carousel .owl-nav .owl-next:hover .fa {
    right: 0;
}

.owl-theme.owl-carousel .owl-nav .owl-next:hover:before {
    padding-left: 36px;
}

.owl-theme.owl-carousel .owl-nav .owl-prev .fa {
    left: -30px;
    border-radius: 0 48px 48px 0;
}

.owl-theme.owl-carousel .owl-nav .owl-prev:before {
    text-align: right;
    padding-right: 21px;
}

.owl-theme.owl-carousel .owl-nav .owl-prev:hover .fa {
    left: 0;
}

.owl-theme.owl-carousel .owl-nav .owl-prev:hover:before {
    padding-right: 36px;
}

@media only screen and (max-width: 993px) {
	.owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        margin: -16px -10px
    }
}

@media only screen and (max-width: 600px) {
	.index .owl-prev,
    .index .owl-next {
        display: none !important
    }
}