.machine-list {
	margin-top: 30px;
}

.machine-list .nav {
	margin-bottom: 60px;
}

.nav-tabs {
    border-bottom: 0;
}

.machine-list .nav-tabs {
    border-bottom: 0;
}

.machine-list .nav-tabs > li.active > a,
.machine-list .nav-tabs > li.active > a:hover,
.machine-list .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #df8209;
	border: 0;
}

.machine-list .nav-tabs > li {
	margin-right: 25px;
    margin-bottom: 20px;
}

.machine-list .nav-tabs > li > a {
	color: #9b9b9b;
    font-size: 18px;
	line-height: 14px;
    border: 0;
    border-radius: 0;
	text-transform: uppercase;
    background-color: #f7f7f7;
}

.machine-list .nav > li > a {
    padding: 20px 25px;
}

.machine-list .tab-content > * .preview_picture {
	width: 100%;
}

.machine-list .tab-content > * .item-title {
	color: #1a1c20;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.machine-list .tab-content > * .item-properties {
	color: #1a1c20;
	font-size: 16px;
}

.machine-list .tab-content > * .item-properties span {
	font-weight: bold;
}


@media (max-width: 1309px) {

}

@media (max-width: 991px) {
	.machine-list .tab-content > * .item-properties {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.machine-list .nav-tabs > li {
		margin-right: auto;
		margin-left: auto;
    	margin-bottom: 10px;
		width: 240px;
		text-align: center;
		display: block;
		float: none;
	}

	.machine-list .tab-content > * .preview_picture {
		margin-bottom: 20px;
	}
}