@charset "utf-8";



#searchFrame{
	padding: 10px 0;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	 
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
	
}

.searchContainer_Heading{
	font-size: 1.5em;
	color:#343434;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 15px;
	line-height: 1.3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.searchContainer_SubHeading{
	font-size: 1rem;
	color: #343434;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 30px;
}
.searchContainer_SubHeading b{
	color: #458085 !important;
	font-weight: 700;
}


.searchContainer_Berths_Wrapper{
	border-bottom: 1px solid #ccc; /* #efb5b1 pink*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	clear: both;
	display: block;	
}
.searchContainer_Price_Wrapper{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
#slider-range {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}
.searchContainer_Price{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #FFF;
	font-weight: 400;
	padding: 10px;
}
.searchContainer_Price > input{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
	padding-left: 4px;
	color: #343434;
	background: none;
	background-color: none;
	/* color:#d2252b; */
}

.searchContainer_Label{
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	color: #343434;
	font-weight: 400;
	padding: 8px;
	padding-left: 15px;
	margin-top: 3px;
	width: 65px;
}
.searchContainer_RadioBtn{
	position: relative;
	font-size: 0.75em;
	font-weight: 700;
	color: #fff;
	float: left;
	text-align: center;
	clear: none;
	display: inline-block;
	/* border-left: 1px dashed #efb5b1; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.searchContainer_RadioBtn > input[type=radio]{
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: none;
	clear: both;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
	display: block;
}
.searchContainer_RadioBtn img{
	display: block;
	padding: 8px;
	padding-bottom: 20px;
	margin-left: 3px;
	width: 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #E3E3E3;
	border-bottom: solid 3px #ddd;
}
.RadioBtn_txt{ 
	/*position: absolute;
	top: 28px;
	left: 18px;*/
	color: #035da0;
}
.RadioBtn_txt.reposition{ 
	left: 14px;
}
.searchContainer_RadioBtn > input[type=radio]{ /* HIDE RADIO */
  /* visibility: hidden; /* Makes input not-clickable */
  /* position: absolute; /* Remove input from document flow */

  visibility: visible; /* Makes input not-clickable */
  position: relative; /* Remove input from document flow */
}
.searchContainer_RadioBtn > input[type=radio] + img{ /* IMAGE STYLES */
 cursor:pointer;
	display: none;
}
.searchContainer_RadioBtn > input[type=radio]:hover + img{ /* (RADIO CHECKED) IMAGE STYLES */
  background: #f6f6f6;
}
.searchContainer_RadioBtn > input[type=radio]:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	background: #f6f6f6;
	border: solid 1px #035da0;
}



.searchContainer_Line{
	border-bottom: 1px solid #ccc; /* #efb5b1 pink*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: none;
	clear: both;
	display: block;
	}
.searchContainer_Text{
	width: 90px;	
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	display: block;
	margin-top: 8px;
}
.searchContainer_ClickHere{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	width: 24%;
	margin-right: 1%;
	display: block;
	padding: 9px;
	margin-top: 0;
	clear: none;
	float: left;
	
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* background: #004377;
	border: solid 1px #fff;
	*/
	
	
	-webkit-transition: all 0.1s ease-out;
 	-moz-transition: all  0.1s ease-out;
  	-o-transition: all  0.1s ease-out;
  	transition: all  0.1s ease-out;
	
	color: #fff;
	background: #458085;
	border: 1px solid #458085;
	/*
	background-image: -ms-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -moz-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -o-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFD00), color-stop(1, #FFA201));
	background-image: -webkit-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.searchContainer_ClickHere:hover{
	color: #fff;
	background: #96aeb2;
	border: 1px solid #96aeb2;
	/*
	background-image: -ms-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -moz-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -o-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFDD00), color-stop(1, #FF8E00));
	background-image: -webkit-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
*/	
}
.searchContainer_FormField{
	font-family: 'Montserrat', sans-serif;
	padding: 10px 15px;
    font-size: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

    width: 24%;
    margin-right: 1%;
	float: left;
	font-weight: 300;
	margin-bottom: 6px;
	display: block;
	
	overflow: hidden;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*/
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	cursor: pointer;
	
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	
	-webkit-transition: all 0.3s ease-out;
 	-moz-transition: all  0.3s ease-out;
  	-o-transition: all  0.3s ease-out;
  	transition: all  0.3s ease-out, border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.searchContainer_FormField:hover{
	background: #f6f6f6;
}
/*
.formFieldLeft{float: left; clear: none; margin-right:0.1%; width: 33.222%;}
.formFieldRight{float: left; clear: none; margin-right:0.1%; width: 33.222%;}
.formFieldMake{float: left; clear: none; margin-right:0.1%; width: 33.222%;}

.formFieldMinPrice{float: left; clear: none; margin-right:0.1%; width: 33.222%;}
.formFieldMaxPrice{float: left; clear: none; margin-right:0.1%; width: 33.222%;}
*/

@media only screen and (max-width: 1520px){
}
@media only screen and (max-width: 1366px){
}
@media only screen and (max-width: 1280px){
}
@media only screen and (max-width: 1024px){
}
@media only screen and (max-width: 950px){
}
@media only screen and (max-width: 768px){
	.searchContainer_FormField{ width: 49%;}	
	.searchContainer_ClickHere{ width: 49%; }
}

@media only screen and (max-width: 375px){
.searchContainer_FormField{
	width: 100%;
	margin-right: 0;
	float: none;
	clear: both;
	}	
.searchContainer_ClickHere{
	width: 100%;
	margin-right: 0;
	clear: both;
	float: none;
	}

}