.n-post-carousel-centered .n-post-carousel-post {
    text-align: center;
}

.n-post-carousel-post-title {
    margin-bottom: 5px;
}

.n-post-carousel-img {
    overflow: hidden;
    position: relative;
}

.n-post-carousel-img img {
    -webkit-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -moz-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -o-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -ms-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
}

.n-post-carousel-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.n-post-carousel-img .n-post-carousel-img-o {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -moz-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -o-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -ms-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.n-post-carousel-img:hover .n-post-carousel-img-o {
    opacity: 1;
}

.n-post-carousel-img-o-ico {
    position: absolute;
    left: 50%;
    top: 53%;
    height: 30px;
    width: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -moz-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -o-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    -ms-transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
    transition: all 0.3s cubic-bezier(.61,.09,.45,.82);
}

.n-post-carousel-img-o-ico-first {
    width: 30px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: -15px;
}

.n-post-carousel-img-o-ico-second {
    width: 1px;
    height: 30px;
    background: #000;
    display: block;
    position: absolute;
    top: -15px;
}

.n-post-carousel-img:hover .n-post-carousel-img-o-ico {
    opacity: 1;
    top: 50%;
}

.n-post-carousel-wrapper .owl-theme .owl-nav .owl-prev {
    padding-right: 0px;
    background: transparent;
}

.n-post-carousel-wrapper .owl-theme .owl-nav .owl-next {
    padding-left: 0px;
    background: transparent;
}

.n-post-carousel-wrapper .owl-theme .owl-nav .owl-prev:hover, 
.n-post-carousel-wrapper .owl-theme .owl-nav .owl-next:hover {
    background: transparent;
}


.n-post-carousel-nav {
    background: #040404;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.n-post-carousel-nav:hover {
    opacity: 0.7;
}

.n-post-carousel-nav:before {
    line-height: 25px;
}

.n-post-carousel-nav.fa-angle-right:before {
    padding-left: 3px;
}

.n-post-carousel-nav.fa-angle-left:before {
    padding-right: 1px;
}

.n-post-carousel-more {
    -webkit-transition: color 0.1s linear, padding 0.1s linear;
    -moz-transition: color 0.1s linear, padding 0.1s linear;
    -o-transition: color 0.1s linear, padding 0.1s linear;
    -ms-transition: color 0.1s linear, padding 0.1s linear;
    transition: color 0.1s linear, padding 0.1s linear;
    padding-right: 4px;
}

.n-post-carousel-more:hover {
    padding-right: 0px;
}

.n-post-carousel-more-ico {
    -webkit-transition: padding 0.1s linear;
    -moz-transition: padding 0.1s linear;
    -o-transition: padding 0.1s linear;
    -ms-transition: padding 0.1s linear;
    transition: padding 0.1s linear;
    padding-right: 10px;
}

.n-post-carousel-more:hover .n-post-carousel-more-ico {
    padding-right: 14px;
}

.n-post-carousel-more-ico:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
}

.n-side-arrows {
    margin-left: 50px;
    margin-right: 50px;
}

.n-side-arrows .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 100%;
}

.n-side-arrows .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    margin-left: 0px;
}

.n-side-arrows .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    margin-right: 0px;
}

.n-post-carousel-wrapper .owl-dots {
    padding-top: 15px;
}