
.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {

	display: table;
}

#rpost .owl-prev:before, #rpost .owl-next:before {

    top: 42%;

}

#rpost .owl-carousel .owl-nav {

    top: 17%;

    display: block;

    margin: 0;
    position: absolute;
    width: 100%;

}

#rpost .owl-nav [class*="owl-"] {

    border: 1px solid #6e6e6d;
    height: 120px;
    width: 25px;
    position: absolute;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5f5d5d;
    border-color: #1c1c1c;
    transition: .4s all;
    opacity: .6;
}
#rpost .owl-nav [class*="owl-"]:hover, #rpost .owl-nav [class*="owl-"]:focus {
    opacity: 1;
}

#rpost .owl-next {

    right: 0;

}

#rpost .owl-prev {

    left: 0;

}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: 5px;
    top: 1px;
}
.owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 8px;
    top: 1px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {

	border: 1px solid rgba(127,127,127,0.1);

	width: 100%;

	height: auto;

	margin: 5px;

	margin-left: 0px;

	vertical-align: top;

	border: 1px solid black;
    overflow: hidden;

}
.owl-next.disabled, .owl-prev.disabled {
    display: none;
}

.yarpp-thumbnails-horizontal .owl-carousel .owl-dots {

    display: none;

}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {

	width: 100%;

	height: auto;


}

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {

    display: block;
    transition: .3s all;

}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {

    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
    margin: auto !important;
    vertical-align: middle !important;
    display: table-cell;
    height: 35px;
    text-align: center !important;
    background: #fff;
    width: 1000px;
    font-family: open sans;
    position: relative;
    border-top: 1px solid black;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover img {
    transform: scale(1.1);
}



.yarpp-thumbnail-default {

	overflow: hidden;

}

.yarpp-thumbnail-default > img {

	min-height: 120px;

	min-width: 120px;

}

