/* Boat Lists and Search Results */

.bw_List_Row:nth-child(even) {
	background-color:#EFEFEF;
}
.bw_List_Row:nth-child(odd) {
	background-color:#FFFFFF;
}
.bw_List_Row:hover {
	background-color:#DFDFDF;
}
.bw_List_Row {
	padding:10px;
}
.bw_List_Image_Container {
	margin-top:20px;
	margin-right:10px;
}
.bw_List_Price {
	font-weight:bold;
}
.bw_List_Length {
	margin-right:5px;
}
.bw_List_Length,
.bw_List_Year {
	display:inline-block;
}
.bw_Boat_Header_Status_1,.bw_Boat_Header_Status_2 {
	border: 1px solid #193070;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
.bw_Boat_Header_Status_1 {
	background-color: #DFDFDF;
	color: #193070;
}
.bw_Boat_Header_Status_2 {
	background-color: #193070;
	color: white;
}
/*
.bw_Search_Form .add-on{
	display:none;
}
*/
.bw_video_indicator {
    background-image: url("//yachthub.com/plugins/galleria/themes/main/video-play-overlay.png");
    background-size: 24px auto;
    height: 24px;
    margin-left: 2px;
    margin-top: 2px;
    position: absolute;
    width: 24px;
}
@media (max-width: 979px) {
	.bw_Search_Form .add-on {
		display:inline-block;
	}
/*
	.bw_Search_Form  label {
		display:none;
	}
	.bw_Search_Form  div.controls  {
		margin-left:2%;
	}
*/
	.bw_Search_Form .input-prepend:first-child .add-on:first-child {
		min-width:75px;
	}
}
@media (max-width: 600px) {
	.bw_Search_Form .input-prepend input {
		max-width:90px;
	}
}

/* Individual Boat Viewing Page */
.bw_Boat_Field_Label {
	font-weight:bold;
}
.bw_Boat_Field_Row:nth-child(odd) {
	background-color:#EFEFEF;
}
.bw_Boat_Field_Row:nth-child(even) {
	background-color:#FFFFFF;
}
.bw_Boat_Field_Row {
	padding-top:5px;
	padding-bottom:5px;
}
#galleria {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.bw_Boat_Heading,
.bw_Boat_Header_Price {
	color:#498bcc;
}
.bw_captcha_refresh_image {
	display:none;
}
/* Enquiry Form */
.bw_Enquiry_Form_Container label {
	font-weight:bold;
}
.bw_Enquiry_Form_Container input,
.bw_Enquiry_Form_Container textarea,
.bw_Enquiry_Form_Container select {
	max-width:450px;
	width:95%;
}
#captcha.img, {
	margin-bottom:5px;
}
#captcha-status {
	margin-top:5px;
}

/* Latest Listings */
.bw_Latest_List_Row {
	margin-bottom:10px;
}

/* Temp - Need to fix */
.galleria-info {
	display: none !important;
}

/*Template Specific*/
.bw_List_Pagination_Row ul li a {
	margin-right:0px;
}
.bw_List_Image_Container {
	margin-right:0px;
}
.bw_Carousel .thumbnail {
	min-height:160px;
}
.bw_Carousel  .caption h4 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.bw_Carousel .item {
	border-radius:0px 0px 7px 7px;
}
.bw_Carousel .carousel-inner {
	margin-top:-31px;
}
.bw_Carousel .thumbnail {
	border:none;
}
.bw_Carousel img {
	border-radius:4px;
}

.bw_Carousel  li {
	list-style:none;
	margin-bottom:20px;
}
.bw_Carousel  .thumbnail {
	margin-bottom:0px;
	border:none;
	background-color:transparent;
	overflow:hidden;
}
@media (min-width:768px) {
.bw_Carousel  .thumbnail img {
	max-height:160px;
	min-height:160px;
}
}


.bw_HeadlineSlider_Container .galleria-info {
	display: block !important;
	width:90%;
}
.bw_HeadlineSlider_Container .galleria-info-text {
	border-radius:7px;
}
.bw_HeadlineSlider_Container .galleria-info-description {
	color:rgb(0,122,236) !important
}
.galleria-image {
	border-radius:7px;
}
.bw_Label_Extra {
	display:none !important;
}