/* View Boat Page */
div#vehicle-gallery .flex-viewport img.portrait {width: 50%;margin-left: 25%;}
#slider {border:none;}
#slider .flex-viewport {max-height: 350px;}
#slider .flex-video-wrapper {min-height: 350px;}
@media screen and (max-width:960px) {
	#slider .flex-viewport {max-height: 400px;}
	#slider .flex-video-wrapper {min-height: 400px;}
}
#carousel li img {max-height:80px;}
#carousel .flex-video-wrapper {height: 80px;}
#contact-form select {
	border: 1px solid #D2D6DB;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.04),inset 1px 0 0 0 rgba(0,0,0,0.04),inset -1px 0 0 0 rgba(0,0,0,0.04);
	cursor: pointer;
	padding: 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	color: #4B5468;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
	outline: 0;
	margin-bottom:20px;
}
#tabs-listing .vehicle-features li, .tabs-listing .vehicle-features li {width:100%}		
.bw_captcha_refresh_image {display:none;}
#captcha-box {margin-bottom:-40px;}
#bw_Credit {display:none}

.galleria-container {background-color:white !important}
.galleria-info {display:none !important}

/* List of Boats */
.bw_Search_Form_Container {margin:2px}
.bw_Search_Form_Container .input-prepend:nth-of-type(2) span.add-on {display:block}
.wp-pagenavi {margin-bottom:20px;}
.wp-pagenavi li {list-stype:none; display:inline-block}
.wp-pagenavi a.bw_Paging_Link {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fbfbfb;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.07), inset 0 0 2px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.07), inset 0 0 2px rgba(255,255,255,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.07), inset 0 0 2px rgba(255,255,255,.2);
}
.wp-pagenavi li.active a {background-color:#136ca4;color:#fff}
/* Order By at top of list of boats */
div.fancy-select div.trigger {min-width:230px;}
div.fancy-select ul.options {min-width:230px;max-height:300px}
/* Search Form on Home Page */
.home-search-form-wrapper #price_from,
.home-search-form-wrapper #price_to,
.home-search-form-wrapper #Lengthfrom,
.home-search-form-wrapper #Lengthto,
.home-search-form-wrapper #feetfrom,
.home-search-form-wrapper #feetto {
	max-width:115px;
}

/* Headline Slider on Home Page (Featured Listings) */
.latest_item img {min-height:168px;}

/*Search Form */
	/*make input-group add ons behave as BS3 does */
		.input-group {display:table}
		input.form-control {display:table-cell;}
		.input-group-addon {
			display:table-cell;
			text-align:center;
			min-width: 32px;
			background-color: rgba(238, 238, 238,0.3);
			border: 1px solid #ddd;
		}
		.bw_Search_Form_Grouped_Fields {margin-bottom:15px}
