/*********
CSS Styles for top search bar
*********/
span.algolia-autocomplete {
	width: 100%;
	z-index: 10;
}
#searchButton {
	z-index: 20;

}
.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid #FF9800;
  min-width: 100%;
  margin-top: -10px;
  box-sizing: border-box; }
  .aa-suggestion {
  padding: 12px;
  cursor: pointer;
}
.aa-suggestion {
	padding: 5px;
	margin: 0;
	color:#343434;
}

.aa-suggestion em{
	font-weight: bold;
	font-style: inherit;
	text-decoration: underline;
}



.aa-suggestion img{
	width:50px;
	height: inherit;
	margin-right:20px;
}

.aa-suggestion + .aa-suggestion {
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.35); }

@media (max-width: 644px) {

	span.algolia-autocomplete {
	width: 80%;
	z-index: 10;
	}


}
/********/

#searchBoxWrapper{
	border: 2px solid #FF9800;
	height:45px;
	border-radius: 4px;
}
	
#searchBox{
	padding-left:130px;
	border:inherit;
	border: 0px;
}	
	
	
#searchButton{
	height:45px;
	border-radius: 0 4px 4px 0;
	font-size:20px;
}

#vehicleFilter{
    height: 44px;
    line-height: 33px;
    border: 0;
    border-radius:0;
    background-image: none;
    background-color: #FFF9ED;
    color: #444444;
    font-size: 14px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    outline: none;
    text-align: left;
    border-right: 1px solid #c6c6c6;
    overflow: visible;
    
    background-image: url(/img/icons/arrow-down.svg#caron);
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */    

}



#vehicleFilter:hover{
	background-color: #fff;
}

#vehicleFilter:hover + #backgroundMask{
	display: block;
}

#vehicleFilterPanel{
	width:200px;
	background-color: #fff;
    z-index: 9999;
    position: absolute;
    top: 44px;
    left: -2px;
    width:680px;
    border: 2px solid #FF9800;
    border-top:0px;
    overflow: hidden;
    visibility: hidden;

    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s,opacity .3s;
    -ms-transition: -ms-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	


}

#vehicleFilterPanel h2{
	border-bottom:1px solid #cbcbcb;
	margin-bottom:10px;
	padding-bottom:10px;
}



#vehicleFilter:hover #vehicleFilterPanel, #vehicleFilter.click #vehicleFilterPanel{
	transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible;	

}


/*********************/
#vehicleFilterPanel .column{
	float: left;
    width: 170px;
    padding-left: 10px;
    padding-top: 10px;
    font-size:12px;
}

#vehicleFilterPanel .column.step1 {
    padding-right: 20px;
    padding-left:0px;
    padding-right:0px;
}

#vehicleFilterPanel .step2{
	border-left: 1px solid #ccc;
	min-height: 220px;
}

#vehicleFilterPanel .column.step1 a{
    border-top:1px solid #ccc;
}

#vehicleFilterPanel .column a{
	display: block;
	padding-left:10px;
	color:black;
	position: relative;
	text-decoration: none !important;
} 

#vehicleFilterPanel .step1 a.selected, #vehicleFilterPanel a:hover{
	background-color: #ddd;
}

#vehicleFilterPanel .column.fullidth{
	width:220px;
}

#vehicleFilterPanel .step2 a{
	border-radius: 7px;
}

#vehicleFilterPanel .step2.rangerover{
	width:235px;
}

#vehicleFilterPanel .step2.rangerover{
	width:235px;
}

#vehicleFilterPanel .step2.rangerover a{
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 1px;
    padding-top:5px;
    padding-bottom:5px;
}

#vehicleFilterPanel .step3{
	height:200px;
	padding:20px;
}


#vehicleFilterPanel #myVehicle{
	font-size:17px;
}

#vehicleFilterPanel .step3 .vehicleName{
	color: #727272;
	border-bottom: 1px dashed #999ea3;
}

#vehicleFilterPanel #myVehicle .checkmark{
	color:#034890;
	margin-right:10x;
	display: inline-block;
	width: 27px;
}

/***************/

#vehicleFilterPanel a.arrow:before, #vehicleFilterPanel a.arrow:after {
    border-right: 2px solid #ccc;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
}

#vehicleFilterPanel a.arrow:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#vehicleFilterPanel a.arrow.selected:before, #vehicleFilterPanel a.arrow.selected:after {
    border-color: #000;
}

/****************/


@media (max-width: 979px) and (min-width: 768px){
	header .visible-desktop-tablet .span8{
		width: 724px !important;
	}
	
	#vehicleFilterPanel{
		width:720px;
	}
	
	header{
	    position: relative;
	}
	
	header .eastcoast{
		position: absolute;
	    top: 30px;
	    right: 0px;
	}
	
	header .eastcoast .desktop{
		display: block;
		font-size: 15px;
	}
	
	header .eastcoast .tablet{
		display: none;
	}
	
	#call-specialist{
		position: absolute;
	    top: 10px;
	    right: 0px;
	    left: inherit;
	}
	
	.eastcoast a, .westcoast a{
		font-size: 24px;
	}
}




/*********/
header .visible-desktop-tablet .span4{
	width:240px;
}

header .visible-desktop-tablet .span8{
	width:680px;
}

.eastcoast a, .westcoast a{
	font-size: 12px;
}


