.showroom-owl-carousel-container .showroom-owlcarousel .showroom-owlcarousel-item {
    text-align: center;
}
.showroom-owl-carousel-container .showroom-owlcarousel .showroom-owlcarousel-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.showroom-post-slider-item {
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}
.showroom-post-slider-item .showroom-post-image {
    position: relative;
}
.showroom-post-slider-item .showroom-post-image img {
    width: 100%;
    height: auto;
}
.showroom-post-slider-item .showroom-post-image .showroom-post-date {
    background: #ff5400;
    position: absolute;
    top: 0;
    right: 0;
}
.showroom-post-slider-item .showroom-post-image .showroom-post-date i {
    font-size: 16px;
    color: #ff5400;
    padding: 7px 11px;
    background: #ffffff;
}
.showroom-post-slider-item .showroom-post-image .showroom-post-date span {
    font-size: 13px;
    color: #ffffff;
    padding: 5px 11px 5px 7px;
}
.showroom-post-slider-item .showroom-post-back {
    position: relative;
    background: #ffffff;
    color: #333;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #F3F3F3;
    margin-bottom: 3px;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box {
    border-bottom: 1px solid #f3f3f3;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box:last-child {
    border: none;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box span {
    display: block;
    width: 49px;
    text-align: center;
    padding: 17px 0 9px;
    border-right: 1px solid #f3f3f3;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box span i {
    display: block;
    font-size: 18px;
    color: #bdbdbd;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share {
    width: 50px;
    border-right: 1px solid #f3f3f3;
    text-align: center;
    font-size: 20px;
    color: #bdbdbd;
    line-height: 13px;
    padding: 0 0 13px;
    position: relative;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share .showroom-post-back-share-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120%;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share .showroom-post-back-share-box a {
    display: block;
    padding: 7px 0;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share .showroom-post-back-share-box a i {
    color: #bdbdbd;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share .showroom-post-back-share-box a:hover i {
    color: #ff5400;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share:hover {
    cursor: pointer;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-back-box .showroom-post-back-share:hover .showroom-post-back-share-box {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front {
    width: auto;
    position: absolute;
    left: 50px;
    right: -1px;
    top: -50px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    padding-top: 30px;
    bottom: 0;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box {
    position: relative;
    color: #333;
    background: #ffffff;
    padding: 12px 20px 12px;
    border-right: 1px solid #F3F3F3;
    box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-avata {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 20px;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-avata img {
    width: 100%;
    height: auto;
    transform-style:inherit;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-info .showroom-post-front-info-author {
    color: #222222;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-info .showroom-post-front-info-author a {
    color: #ff5400;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-info .showroom-post-front-info-category a {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #222222;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-post-front-info .showroom-divider {
    color: #e7e7e7;
    font-size: 17px;
    padding: 0 2px 0 3px;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box h3.showroom-post-front-title {
    margin-top: 9px;
    line-height: 18px;    
    text-transform: uppercase;
    position: relative;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box h3.showroom-post-front-title a {
    line-height: 18px;
    font-family: 'mulibold';
    font-size: 14px !important;
    font-weight: normal;
    color: #222222;
    letter-spacing: 1px;
    background: none !important;
    
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box h3.showroom-post-front-title:after {
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #999;
    position: absolute;
    top: 5px;
    left: -20px;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box p {
    line-height: 22px;
    margin: 7px 0 9px;
}
.showroom-post-slider-item .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-readmore {
    display: block;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    padding-top: 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.showroom-post-slider-item:hover {
    cursor: pointer;
}
.showroom-post-slider-item:hover .showroom-post-back .showroom-post-front {
    top: -90px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.showroom-post-slider-item:hover .showroom-post-back .showroom-post-front .showroom-post-front-box .showroom-readmore {
    height: 30px;
    visibility: visible;
    opacity: 1;
    padding-top: 5px;
}
.showroom-post-back-box1{
    height: 120px;
}
.showroom-post-back-box2{
    height: 22px;
    width: 0px;
}


.prev-next {
    position: absolute;
    height: 28px;
    width: 28px;
    color: #ccc;
    background-color: #444;
    font-size: 24px;
    padding-top: 1px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 100;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.prev-next:hover{
    background-color: #f1f1f1;
    color: #333;
}
#nsbox {
    position: relative;
    height: 30px;
}

#nsbox .prev {
    right: 34px;
}
