td, th {
	padding: 0;
}

div#container {
	/*padding: 23px 23px 0 23px;*/
	padding: 23px 0;
	/*min-width: 960px;*/ /* 960 + 46 (padding) + 18 (scrollbar) = 1024 */
}

@media (min-width: 990px) {
	.small-images td {
		width: 14%;
	}
	.img-td {
		width:16% !important;
	}
	.nbl_boats_list_large .img-td {
		width:10% !important;
	}
}

@media (min-width: 990px) {
	#nbl_search_box {
		padding: 0 15%;
	}
}
#nbl_search_box .col-md-3,
#nbl_search_box .col-md-6,
#nbl_search_box .col-md-12 {
	margin: 5px 0;
}
#nbl_search_box #search-btn {
	text-align: center;
}
.searchSubmit {
	min-width: 200px;
}
@media (min-width:768px) and (max-width: 989px) {
	.searchSubmit {
		min-width: 140px;
	}
}
#results-div {
	margin:5px 0;
}
.container-fluid #nbl_no_results_left,
.container-fluid #nbl_no_results_top {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #333333;
	background-color: #F2F2F2;
	border: 1px solid #BABABA;
	border-top-style: none;
	padding: 30px 0;
	display: none;
}

@media (max-width:990px) {
	.img-td {
		width: 35%;
	}
	.boat-data-td {
		width: 65%;
	}
}
#nbl_boats_list {
	font-size:15px;
	border-collapse: inherit !important;
	border-spacing: 1px;
}
#builder-first-p {
	font-size: 20px;
	font-weight: bold;
}
#builder-second-p {
	font-size: 18px;
}
.year-td, .length-td, .price-td, .model-td, .builder-td, .engine-td {
	vertical-align: middle !important;
}
.boat-home-int_scheda {
    display: block;
    margin: 0 3px 6px;
    overflow: hidden;
    position: relative;
}
.boat-data-td h3 {
	margin-top: 0;
	border-bottom: 1px solid #dedede;
}
.boat-data-td p {
	font-size:18px;
}
.boat-data-td {
	position: relative;
}
.boat_data_content {
	position: absolute;
	width:100%;
	left: 10px;
	bottom: 0px;
}
.boat_data_content .col-md-6 {
	padding:0;
}
.crop-image {
	overflow: hidden;
}
.crop-image-500 {
	height: 500px;
}
.crop-image-350 {
	height: 350px;
}
.crop-image-300 {
	height: 300px;
}
.crop-image-250 {
	height: 250px;
}
.crop-image-200 {
	height: 200px;
}
.crop-image-150 {
	height: 150px;
}
.crop-image-50 {
	height: 50px;
}
.crop-image-xs {
	height: 105px;
}
@media (min-width:1200px) {
	.col-lg-3 .crop-image-200 {
		height: 135px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.crop-image-200 {
		height: 140px;
	}
}
@media (min-width:1200px) and (max-width:1580px) {
	.col-lg-3 .crop-image-200 {
		height: 135px;
	}
}
@media (max-width: 767px) {
	.crop-image-small {
		height: 180px;
	}
	.crop-image-250 {
		height: 180px;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.scheda-posti-barca .crop-image-small {
		height: 150px !important;
	}
	.crop-image-250 {
		height:180px;
	}
}
@media (min-width: 768px) {
	.crop-image-small {
		height: 120px;
	}	
}

.crop-image span {
	display: block;
	position: relative;
	width: 100%;
	height: 1024px;
	top: 50%;
	margin-top: -512px;
	line-height: 1024px;
}
.crop-image img {
	width: 100%;
	display: inline;
	margin: 0;
}

.boat-home-descr, .boat-home-descr-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-shadow: 0 1px 0 #000000;
	color: #FFFFFF;
}
.boat-home-descr {
	padding: 0 3px;
}
.boat-home-descr div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;      
}
.boat-home-descr-bg {
	background-color: #333333;
	opacity: 0.6;
}
#description {
	display:none;
}
@media (max-width:767px) {
	.img-td {
		width: 100%;
	}
	#description {
		display:block;
	}
}

@media (min-width:768px) {
	.nbl_pager_right {
		text-align:right;
	}
}
#footer {
	line-height:1.5;
}