.ot-slider {
    display: block;
    /*padding-bottom: 40px;*/
    padding-bottom: 0px;
    position: relative;
    background: #fff;
    z-index: 90;
}

.ot-slider:after {
    display: block;
    clear: both;
    content: '';
}

.ot-slider .ot-slide {
    display: block;
    position: relative;
}

.ot-slider .ot-slider-layer {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ot-slider .ot-slider-layer img {
    max-width: 100%;
    height: auto;
}
.ot-slider .ot-slider-layer strong {
    color: #fff!important;
}

.ot-slider .ot-slider-layer a:before {
    display: block;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url("../../img/custom/slider-img-bg.png") no-repeat center;
    background-size:  100% 100%;
    opacity: 0.2;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.ot-slider .ot-slider-layer a:hover:before {
    opacity: 0.3;
    background: rgba(0,0,0,0.2) url("../../img/custom/slider-img-bg.png") no-repeat center;
    background-size:  100% 100%;
}

.ot-slider .ot-slider-layer strong {
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 1.5em;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 120%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    background: rgba(119, 184, 40, 0.6);
    padding: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ot-slider .ot-slider-layer a:hover strong {
    bottom: 25px;
}

.ot-slider .ot-slider-layer strong i {
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 100%;
    padding: 5px 10px;
    letter-spacing: 0px;
    font-size: 0.5em;
    background: #232323;
    text-shadow: none!important;
    margin-bottom: 10px;
    line-height: 120%;
}

.ot-slider .ot-slider-layer.first {
    width: 43.36%;
    margin-right: 0.84%;
}

.ot-slider .ot-slider-layer.second {
    width: 20.79%;
    margin-right: 0.84%;
}

.ot-slider .ot-slider-layer.second a strong {
    font-size: 1.3em;
}

.ot-slider .ot-slider-layer.third {
    margin-bottom: 0.7%;
}

.ot-slider .ot-slider-layer.fourth,
.ot-slider .ot-slider-layer.third {
    width: 34.126%;
}

.ot-slider .ot-slider-layer.fourth a strong,
.ot-slider .ot-slider-layer.third a strong {
    font-size: 1.32em;
}

/* NAVIGATION */

.ot-slider .owl-controls .owl-pagination {
    display: block!important;

    margin: 5px 0;
    height: 20px;
    text-align: center;
}
.ot-slider .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    padding: 0 3px;
}
.ot-slider .owl-controls .owl-pagination .owl-page span:before{
    font-family: 'FontAwesome';
    content: '\f10c';
    color: #77b828;
}
.ot-slider .owl-controls .owl-pagination .owl-page.active span:before{
    font-family: 'FontAwesome';
    content: '\f111';
}


.ot-slider .owl-controls .owl-buttons {
    display: none;
}

