@media screen and (max-width: 1200px) {
	.warranty-js-prev, .warranty-js-next{display:none}
}
.carousel .warranty {position: relative; }
.warranty .warranty-js-prev { position: absolute; top: 50%; left: -70px; margin-top: -24px;}
.warranty .warranty-js-prev a { display: block;  text-indent: -9999px;  width: 49px; height: 24px; background: url('images/prev-slide.png') bottom left no-repeat; }
.warranty .warranty-js-prev a:hover { background-position: top left; }
.warranty .warranty-js-next { position: absolute; top: 50%; right: -70px; margin-top: -24px; }
.warranty .warranty-js-next a { display: block;  text-indent: -9999px;  width: 49px; height: 24px; background: url('images/next-slide.png') bottom right no-repeat; }
.warranty .warranty-js-next a:hover { background-position: top right; }
.warranty .other .block{display: block; width:231px; overflow: hidden; float:left; margin-right:16px; margin-bottom:60px; border-radius:4px; background-color:#f8f8f8; text-decoration: none; color:#3d3d3d;border: 1px dashed #d8d8d8; font-family: 'Roboto Condensed'; font-size: 14px; line-height:20px; }
/*.warranty .other .block:hover{ border: 1px dashed #ee7f01;}*/
.warranty .other .block:last-child{margin-right:0;}
.warranty .other .block .image{height:140px; margin: 1px 0 0 1px; display: block; padding-top: 20px; text-align: center;}
.warranty .other .block .image img{border-radius:6px; width: auto;}
.warranty .other .block .description{padding:20px;}
.warranty .other .block .description .body{ overflow:hidden; font-family: 'Roboto Condensed'; margin-bottom:5px;}
.warranty .other .block .description .body .time{display:block; font-size:13px; margin-bottom:5px; color:#a09e9c;}
.warranty .other .block .description .body .name{display:block; font-size:18px; font-weight:bold; margin-bottom:7px; text-decoration: none; color: #3d3d3d; line-height: 22px;}
.warranty .other .block .description .body .name:hover {color: #f68b1f;}
.warranty .other .block .description .body .short-desc{display:block; font-weight:normal;}
.warranty a.more{color: #fcaf1b; font-size:14px; line-height:20px; font-family: 'Roboto Condensed'; text-decoration:none; display: inline-block; width: 170px; margin: 0 10px 0 0; padding: 8px 0; cursor:pointer; background: none; text-align: left;}
.warranty a.more:after {display: inline-block; content: ""; width: 14px; height: 5px; background: url('images/arrow_orange.png') 0 -5px no-repeat; position: relative; margin-left: 10px; top: -2px; }
.warranty a.more:hover {color:#f68b1f; background: none;}
.warranty a.more:hover:after{background: url('images/arrow_orange.png') 0 0 no-repeat; }
.warranty .bx-controls {display: none;}