/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Custom CSS
 **/

/* OWL ITEM */
.headstage {
    padding: 0;
}
.owl-stage-outer{
    border-bottom: 1px solid #81CD40;
}
.owl-item {
    width: 100%;
}
.owl-item .oi-left {
    width: 23%;
    float: left;
}
.owl-item .oi-left i{
    font-size: 40px;
    padding: 15px 0 0 20px;
}
.owl-item .oi-right {
    max-width: 65%!important;
    float: left;
}
.owl-item .oi-right p {
    font-size: 14px;
    padding: 10px;
}
.owl-item .oi-right p i {
    font-size: 20px;
    font-weight: 600;
    color: #81cd40;
}

/* OWL Navigation */
.owl-prev , .owl-next {
    display: none;
}
.owl-dots {
    position: absolute;
    z-index: 400!important;
    margin-top: -40px!important;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot span{
    display: inline-block;
    margin: 0 10px;
    background-color: #81CD40!important;
    border-width: 1px;
    border-style: solid;
    border-color: #81CD40;
    transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #666!important;
    border-color: #666;
}
/* Slide Introtext */
.owl-item .item {
    padding: 0;
    height: 580px;
}
.owl-item .item .bg-image {
    height: 600px;
    margin-top: -10px;
}
.owl-item .item .slidetext {
    position: absolute;
    left: 0;
    top: calc(100% - 140px);
    padding: 1.5em 1em 1em 1em;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.62)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 140px;
}
.owl-item .item .slidetext .intro,
.owl-item .item .slidetext .intro a{
    color: #fff;
}
.owl-item .item .slidetext .h2,
.owl-item .item .slidetext .h2 a {
    color: #FAB405;
}
.owl-item .item .slidetext .h2,
.owl-item .item .slidetext .intro {
    display: block;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}


.owl-theme.customers {
    padding: 0 20px;
}
.owl-theme.customers .owl-item .item{
    max-height: 200px;
}