/* General Stuff */
	.bw_Container {padding-left: 0px;}
	body {height:6500px;overflow:hidden;font-size:16px} /* tell wix this will always be 6500 high and hide scrollbars caused by the iframe */


/* List Page */
  a[name=bw_top_of_page] {margin-top: 20px;display: block;}
	.bw_Boat_List_Container {background-color:#FFF;overflow-x:hidden;height:100%;margin-left: 23px;margin-right: 23px;margin-top:30px}
  .bw_individual_listing {background-color:black !important;color:white !important;}
	@media (max-width: 767px) {
		.bw_Boat_List_Container {margin-left:2px;margin-right:2px;margin-top:10px}
		.bw_List_Row .col-xs-3,.bw_List_Row .col-xs-9 {width:100%}
		.pagination {margin:8px 0}
		.bw_Container {padding-left: 15px;padding-right:15px}
		.ZZbw_individual_listing_wrapper {padding-left:15px !important;padding-right:15px !important}
	}
	@media (min-width:768px) {
		.bw_individual_listing img {min-width:100%;}
	}
	.bw_Boat_Field_Row {margin-top:5px;}
	.bw_List_Row {-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;transition:all 0.7s ease;}
	.bw_List_Row {margin-bottom:20px;background-color: #efefef;padding-top: 10px;padding-bottom: 10px;}
	.bw_List_Row:hover {background-color:#DFDFDF}
	.bw_List_Price {font-weight:bold;}
	.bw_List_Title {margin-top:0px}
	.bw_boat_icon_single.bw_Location {display:none}
	.bw_MakeModel {min-height: 68px !important;max-height: 68px !important;font-family: 'Lato', sans-serif;}
	.bw_MakeModel a {text-shadow:0px 0px black !important;font-weight:bold !important;text-transform:uppercase}

	/* Get Year and Price on same Line */
	.bw_List_Length,.bw_List_Year {display: inline;}
	.bw_boat_icon_single {width: 48% !important;}


/* View Page */
	h1.bw_Boat_Heading {margin-top:20px;margin-bottom:0px;}
	.bw_Boat_Top_Info_Buttons .btn {min-width: 132px;margin-bottom: 5px;}
	.bw_Boat_Field_Label {font-weight:bold}
	.galleria-info {display:none !important;}
	.bw_fullscreen_btn {display:none !important;}
	#galleria {margin-left:-15px;margin-right:-15px}
	@media (max-width: 767px) {
		.galleria-theme-classic .galleria-stage {left:0px;right:0px;top:0px}
		.bw_Boat_Top_Info_Buttons .btn {min-width:110px}
		.bw_Boat_Top_Info_Buttons .btn.bw_enquiry_btn {min-width:225px}
		.bw_Header_Price_Label {display:none}
		.bw_Enquiry_Form input, .bw_Enquiry_Form select, .bw_Enquiry_Form textarea {max-width:240px;}
	}
	.galleria-fullscreen {display:none}
	
/* Latest Listings */
	@media (max-width: 767px) {
		.bw_Latest_List_Item_2 {display:none}
	}
	.bw_Latest_List_Overall_Container .bw_Latest_List_Main_Container {
    text-align: center;
    width: 260px;
    float: left;
	}
	.bw_Latest_List_Overall_Container img {width:260px}
	.bw_Latest_List_Overall_Container a {
		text-decoration:none;
		pointer-events: none;
  	cursor: default;
		color: white;
    font-size: 20px;
	}
	.bw_Latest_List_Overall_Container .bw_List_Title {
		margin:0;
		background-color:#004970;
		padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	}
	.bw_Latest_List_Overall_Container .bw_List_Price,
	.bw_Latest_List_Overall_Container .bw_List_Length,
	.bw_Latest_List_Overall_Container .bw_List_Year,
	.bw_Latest_List_Overall_Container .bw_List_Text,
	.bw_Latest_List_Overall_Container .bw_List_View_Link_div {display:none}
	.bw_Latest_List_Overall_Container .bw_Latest_List_Item_2 {margin-left:75px}


/* Search Form */
	.select-wrap select {line-height: 100% !important;}
	.input-group-addon:first-child {border-top-left-radius: 18px;border-bottom-left-radius: 18px;}

/* Enquiry Form */
	.bw_Enquiry_Form input,.bw_Enquiry_Form select,.bw_Enquiry_Form textarea  {min-width:100%}
	.bw_Enquiry_Form .bw_captcha_refresh_image {display:none}
