  html{
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

  .carousel-type-1 .owl-carousel .owl-dots,
  .owl-custom .owl-nav,
  .carousel-type-3 .owl-carousel .owl-dots,
  .carousel-type-4 .owl-carousel .owl-dot{
    display: none!important;
  }

  [class*="carousel-type"] .owl-dots{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 0;
  }

  [class*="carousel-type"] .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 6px;
  }

  .owl-carousel .animated{
    -webkit-animation-duration: 1s;
        -ms-animation-duration: 1s;
            animation-duration: 1s;
  }

  .owl-prev,
  .owl-next,
  .owl-custom-buttons > *{
    color: #aab3b6;
    position: absolute;
    top: 50%;
    font-size: 40px;
    margin-top: -15px;
    line-height: 30px;

    -webkit-transition: all .35s ease;
            transition: all .35s ease;
  }

  .owl-custom{
    position: relative;
    z-index: 2;
  }

  .owl-custom-buttons > *{
    z-index: 99;
    cursor: pointer;
  }

  .owl-prev{
    left: -60px;
  }

  .owl-next{
    right: -60px;
  }

  .owl-prev::before,
  .owl-next::before,
  .owl-custom-buttons > *:before{
    font-family: 'FontAwesome';
  }

  .owl-prev::before,
  .custom-owl-prev:before{
    content: '\f104';
  }

  .owl-next::before,
  .custom-owl-next:before{
    content: '\f105';
  }

  .owl-nav > [class*="owl-"],
  .owl-custom-buttons > *{
    color: #31353c;
  }

  .owl-nav > [class*="owl-"]:hover,
  .owl-custom-buttons > *:hover{
    color: #ed1c24;
  }
  .carousel-type-1 .owl-nav > [class*="owl-"]{
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    line-height: 30px;
    color: #000;
    border-radius: 3px;
    font-size: 20px;
  }

  .carousel-type-1 .owl-prev{
    left: 35px;
  }

  .carousel-type-1 .owl-next{
    right: auto;
    left: 70px;
  }

  .tcr-carousel .container{
    width: 1260px;
  }

  .tcr-carousel .owl-carousel .owl-stage-outer{
    overflow: visible;
  }

  .tcr-carousel .carousel-type-3 .owl-prev{
    left: -55px;
  }

  .tcr-carousel .carousel-type-3 .owl-next{
    right: -55px;
  }

  .tcr-carousel .carousel-type-3 .owl-item.active:last-child{
    opacity: 0.5!important;
  }

  .tcr-carousel .owl-item:before{
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tcr-carousel .owl-item.active:before{
    display: none;;
  }

  .tcr-carousel .car-title-area .section-title:not(:last-child){
    margin-bottom: 0;
  }

  .tcr-carousel .car-title-area:not(:last-child){
    margin-bottom: 30px;
  }

  .carousel-type-4 .owl-nav > [class*="owl-"]{
    top: auto;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(49,53,60,0.8);
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
  }

  .carousel-type-4 .owl-nav > [class*="owl-"]:hover{
    background-color: rgba(49,53,60,1);
  }

  .carousel-type-4 .owl-nav > .owl-prev{
    left: 20px;
  }

  .carousel-type-4 .owl-nav > .owl-next{
    left: 75px;
  }

  .item-carousel{
    position: relative;
  }

  .item-carousel .overlay{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    right: 20px;
  }

.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;
}

@media only screen and (max-width: 1210px){
	.tcr-carousel .container{
	    width: 970px;
	}
	
	.tcr-carousel .carousel-type-3 .owl-prev{
	    left: -1px;
	 }

	.tcr-carousel .carousel-type-3 .owl-next{
	    right: -1px;
	}

}	
@media only screen and (max-width: 992px){
	.tcr-carousel .container{
	    width: auto;
	}
	
	.tcr-carousel .carousel-type-3 .owl-prev{
	    left: -1px;
	 }

	.tcr-carousel .carousel-type-3 .owl-next{
	    right: -1px;
	}

}