#demon-content {
	min-height: 100%;
	position: relative;
}

.clear {
	clear: both;
}

.cdsp_tb_forms .cdsp_label {
    background: #333;
    color: #fff;
    padding-left: 6px;
    box-sizing: border-box;
}

.cdsp_tb_forms {
     position: relative;
}

/* HTML5 display-role reset for older browsers */
.cdsp_tb_forms div, .cdsp_tb_forms span, .cdsp_tb_forms applet, .cdsp_tb_forms object, .cdsp_tb_forms iframe, .cdsp_tb_forms h1, .cdsp_tb_forms h2, .cdsp_tb_forms h3, .cdsp_tb_forms h4, .cdsp_tb_forms h5, .cdsp_tb_forms h6, .cdsp_tb_forms p, .cdsp_tb_forms blockquote, .cdsp_tb_forms pre, .cdsp_tb_forms a, .cdsp_tb_forms abbr, .cdsp_tb_forms acronym, .cdsp_tb_forms address, .cdsp_tb_forms big, .cdsp_tb_forms cite, .cdsp_tb_forms code, .cdsp_tb_forms del, .cdsp_tb_forms dfn, .cdsp_tb_forms em, .cdsp_tb_forms img, .cdsp_tb_forms ins, .cdsp_tb_forms kbd, .cdsp_tb_forms q, .cdsp_tb_forms s, .cdsp_tb_forms samp, .cdsp_tb_forms small, .cdsp_tb_forms strike, .cdsp_tb_forms strong, .cdsp_tb_forms sub, .cdsp_tb_forms sup, .cdsp_tb_forms tt, .cdsp_tb_forms var, .cdsp_tb_forms b, .cdsp_tb_forms u, .cdsp_tb_forms i, .cdsp_tb_forms center, .cdsp_tb_forms dl, .cdsp_tb_forms dt, .cdsp_tb_forms dd, .cdsp_tb_forms ol, .cdsp_tb_forms ul, .cdsp_tb_forms li, .cdsp_tb_forms fieldset, .cdsp_tb_forms form, .cdsp_tb_forms label, .cdsp_tb_forms legend, .cdsp_tb_forms table, .cdsp_tb_forms caption, .cdsp_tb_forms tbody, .cdsp_tb_forms tfoot, .cdsp_tb_forms thead, .cdsp_tb_forms tr, .cdsp_tb_forms th, .cdsp_tb_forms td, .cdsp_tb_forms article, .cdsp_tb_forms aside, .cdsp_tb_forms canvas, .cdsp_tb_forms details, .cdsp_tb_forms embed, .cdsp_tb_forms figure, .cdsp_tb_forms figcaption, .cdsp_tb_forms footer, .cdsp_tb_forms header, .cdsp_tb_forms hgroup, .cdsp_tb_forms menu, .cdsp_tb_forms nav, .cdsp_tb_forms output, .cdsp_tb_forms ruby, .cdsp_tb_forms section, .cdsp_tb_forms summary, .cdsp_tb_forms time, .cdsp_tb_forms mark, .cdsp_tb_forms audio, .cdsp_tb_forms video, .cdsp_tb_forms select.selectOptions {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  height: auto;
  vertical-align: baseline;
}
.cdsp_tb_forms select {
  margin: 0;
  padding: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;	
}
.cdsp_tb_forms .reset_cdsp_filters {
	display: none;
}
.cdsp_tb_forms article, .cdsp_tb_forms aside, .cdsp_tb_forms details, .cdsp_tb_forms figcaption, .cdsp_tb_forms figure, .cdsp_tb_forms footer, .cdsp_tb_forms header, .cdsp_tb_forms hgroup, .cdsp_tb_forms menu, .cdsp_tb_forms nav, .cdsp_tb_forms section {
  display: block;
}
.cdsp_tb_forms ol, .cdsp_tb_forms ul {
  list-style: none;
}
.cdsp_tb_forms blockquote, .cdsp_tb_forms q {
  quotes: none;
}
.cdsp_tb_forms blockquote:before, .cdsp_tb_forms blockquote:after, .cdsp_tb_forms q:before, .cdsp_tb_forms q:after {
  content: '';
  content: none;
}
.cdsp_tb_forms table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End CSS Reset */

.cdsp_tb_forms {
	
}

.cdsp_tb_forms .cdsp_item {
	float: left;
	max-width: 250px;
    width: 100%;
}

.cdsp_tb_forms .cdsp_spacer {
	display: none;
}

.cdsp_tb_forms .cdsp_select .cdsp_spacer {
	display: block;
}

.cdsp_tb_forms .cdsp_label {
	float: left;
	font-weight: 700;
	width: 100%;
}

.cdsp_tb_forms .cdsp_apply, .cdsp_tb_forms .cdsp_apply_cancel {
	display: none;
}

.cdsp_tb_forms ul li {
	display: none;
}

.cdsp_tb_forms .cdsp_ul {
	
}

.cdsp_tb_forms .cdsp_label_text {
	
}

.cdsp_tb_forms .selectArrow {
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	/*font-size: 32px;*/
	/*height: 36px;*/
	text-align: center;
    width: 75px;
    padding-left: 25px;
}

.cdsp_tb_forms .cdsp_checkbox div {
	float: left;
	width: 100%;
}

.cdsp_tb_forms .cdsp_range {
	
}

.cdsp_tb_forms .cdsp_select {
	
}

.cdsp_tb_forms select, .cdsp_tb_forms input[type=text] {
	border: none;
    box-sizing: border-box;
	left: 0;
	top: 0;
    padding-left: 4px;
	position: absolute;
	width: 100%;
}

.cdsp_tb_forms .search-keyword input[type=text] {
	position: relative;






}

.cdsp_tb_forms select {
	z-index: 1;	
}

.cdsp_tb_forms input[type=text] {
	z-index: 2;
}

.cdsp_tb_forms select.cdsp_range {
	position: relative;
	width: 50%;
}

.cdsp_tb_forms .cdsp_range input[type=text], .cdsp_tb_forms .cdsp_checkbox input[type=text] {
	display: none;
}

.cdsp_tb_forms .selectBox {
    float: left;
	position: relative;
	width: 100%;
}

.cdsp_tb_forms .selected_wrap {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
	background-clip: padding-box;
	color: #333;
	cursor: default;
	float: left;
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 3px 5px;
	padding: 3px 5px 3px 3px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cdsp_tb_forms .selected {
    display: block;
	float: left;
    margin-bottom: 8px;
	width: 100%;
}

.cdsp_tb_forms .selected_remove {
	background: #b00;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	height: 100%;
	left: 0;
	right: 3px;
	margin-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	width: 12px;
}

.cdsp_tb_forms .selected_value {
    /* white-space: nowrap; */
}

.cdsp_tb_forms .cdsp_select_wrap {
    border: 1px #333 solid;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.cdsp_tb_forms .search_keyword_selected {
	display: none;
}

.cdsp_tb_forms .keyword_search_button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.cdsp_tb_forms .vehicle_search_keyword_box {
	height: 24px;
}

.cdsp_tb_forms .cdsp_closed_field {
	display: none;
}

.cdsp_tb_forms .cdsp_hide_field {
	display: none;
}

.cdsp_tb_forms .cdsp_checkbox .selected_unhide {
	display: none !important;
}

/***********************************************************/
/* 
 * Mobile adjustments
*/
/***********************************************************/

.cdsp_tb_forms.cdsp_mobile {
	display: none;
}

.cdsp_tb_forms .cdsp_mobile_input {
	visibility: hidden;
}

.cdsp_mobile_filter_button {
	background: #0f5889;
    color: #fff;
    cursor: pointer;
	display: block;
    float: none;
	font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.cdsp_tb_forms input[type=button].cdsp_show_inventory_btn {
    background: #b00;
    color: #fff;
    font-weight: 700;
    position: absolute;
	line-height: 14px;
	padding: 10px;
    width: 34px;
    right: 0;
    text-align: center;
	top: 52px;
    z-index: 4;
}

.cdsp_tb_forms input[type=button].cdsp_view_inventory_btn {
	background: #0f5889;
	bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 22px;
	left: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    padding: 10px;
	position: fixed;
    text-align: center;
    text-transform: none;
	width: 100%;
	z-index: 50;
}

.cdsp_tb_forms input[type=button].cdsp_view_inventory_btn.cdsp_view_inventory_btn_top {
	bottom: unset;
	top: 0;
}

.cdsp_tb_forms.cdsp_mobile #cdsp_tb_forms {
    float: left;
    margin-top: 52px;
    width: 100%;
}

.cdsp_tb_forms.cdsp_mobile .cdsp_item {
	max-width: 100%;
}

.cdsp_tb_forms.cdsp_tb_forms_one.cdsp_mobile .checkbox input[type="checkbox"] {
	height: 32px;
}

.cdsp_tb_forms.cdsp_tb_forms_one.cdsp_mobile div div.cdsp_label {
	font-size: 26px;
}

#cdsp_inventory_top {
	float: left;
	height: 20px;
	width: 100%;
}

.cdsp_tb_forms.cdsp_mobile .selectOption {
	font-size: 22px;
}

.cdsp_tb_forms.cdsp_mobile select.cdsp_range {
	font-size: 22px;
}

.cdsp_tb_forms.cdsp_mobile select {
    border: solid 1px #ddd;
	height: 36px;
	font-size: 22px;
}

.cdsp_tb_forms.cdsp_tb_forms_one.cdsp_mobile .keyword_search_button {
	height: 38px;
}

.cdsp_tb_forms.cdsp_tb_forms_one.cdsp_mobile .search-keyword input[type=text] {
	height: 38px;
}

.cdsp_tb_forms.cdsp_tb_forms_one.cdsp_mobile .vehicle_search_keyword_box {
	height: 38px;
}

.cdsp_tb_forms.cdsp_mobile .selectBox {
	margin-top: 38px;
}

.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .selectBox {
	margin-top: 0px;
}

.cdsp_inventory_top {
	margin-top: 20px;
}

.cdsp_mobile_filter_button {
	display: none;
}

/**
 * Mobile Break Points
**/
@media only screen and (max-width : 479px) {
	.cdsp_tb_forms .selected_wrap, .cdsp_search_by_item {
		font-size: 23px !important;
		line-height: 25px !important;
	}	
}

/***********************************************************/
/* 
 * Searched by styles
*/
/***********************************************************/

#demon-content .searched_by {
	background-color: #ddd;
    border: 1px dashed #333;
    box-sizing: border-box;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 4px;
    width: 100% !important;
}

.cdsp_search_by_item {
    background-color: #f5f5f5;
    border: 1px solid #aaa;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
    background-clip: padding-box;
    color: #333;
    cursor: default;
    float: left;
    font-size: 13px;
	font-weight: 700;
    line-height: 15px;
    margin: 10px 0 3px 5px;
    padding: 3px 5px 3px 3px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cdsp_remove_search {
	background: #b00;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 100%;
    left: 0;
    right: 3px;
    margin-right: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 3px;
    width: 12px;
}

.cdsp_remove_search_value {
	
}

/***********************************************************/
/* 
 * Loading
*/
/***********************************************************/

.cdsp_loading_inventory {
	height: 100%;
	position: absolute;
	width: 100%;
}

.cdsp_loading_inventory_wrap {
    background-color: #000;
    height: 100%;
    min-height: 2600px;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.cdsp_loading_inventory img {
	display: block;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    position: relative;
    width: 100%;
    z-index: 101;
}

/***********************************************************/
/* 
 * Style One
*/
/***********************************************************/

.cdsp_tb_forms.cdsp_tb_forms_one div div.cdsp_label {
	background-color: #fff;
    color: #0f5889;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 900;
    margin: 0;
    margin-bottom: 14px;
    margin-top: 14px;
    position: relative;
}

.cdsp_tb_forms.cdsp_tb_forms_one .checkbox input[type="checkbox"] {
	background-color: #f5f5f5;
    border: 1px solid #ccc;
    height: 20px;
    margin: 0px;
    margin-right: 6px;
    margin-top: -2px;
    width: 20px;
}

.cdsp_tb_forms.cdsp_tb_forms_one .cdsp_select_wrap {
    border: none;
    border-bottom: 1px solid #DDD;
    margin-bottom: 14px;
    padding-bottom: 16px;	
}

.cdsp_tb_forms.cdsp_tb_forms_one select.cdsp_range {
	float: left;
    position: relative;
    width: 48%;
}

.cdsp_tb_forms.cdsp_tb_forms_one .cdsp_checkbox div {
    font-weight: 400;
    line-height: 1.5;	
    margin-bottom: 3px;
    margin-top: 3px;
}


.cdsp_tb_forms.cdsp_tb_forms_one input[type="text"] {
	background-color: #eee;
    border: 1px solid #888;
    box-shadow: none;
    height: 28px;
    transition: unset;
    width: 96%;
}

.cdsp_tb_forms.cdsp_tb_forms_one input[type="text"]::placeholder {
	color: #333;
}

.cdsp_tb_forms.cdsp_tb_forms_one select {
    width: 94%;
}

.cdsp_tb_forms.cdsp_tb_forms_one select option {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-top: 6px;
}

.cdsp_tb_forms.cdsp_tb_forms_one select option:hover {
	background-color: #ddf;
}

.cdsp_tb_forms.cdsp_tb_forms_one .keyword_search_button {
	height: 28px;
}

.cdsp_tb_forms.cdsp_tb_forms_one .cdps_current_filters {
	display: none;
}

.cdsp_tb_forms.cdsp_tb_forms_one .cdsp_button {
	background: #0f5889;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 6px;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: none;
    text-align: center;
    width: 100%;
}

.cdsp_tb_forms.cdsp_tb_forms_one .cdsp_button_label {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    width: 100%;
}
/***********************************************************/
/* 
 * Style Two
*/
/***********************************************************/

.cdsp_tb_forms.cdsp_tb_forms_two {
    border: 1px solid #ddd;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdps_current_filters {
    background-color: #ddd;
    border: 1px dashed #333;
	float: left;
    margin-bottom: 10px;
    margin-left: 24px;
    width: 90%;
}

.cdsp_tb_forms.cdsp_tb_forms_two .selected {
	display: none;
}
.cdsp_tb_forms.cdsp_tb_forms_two .cdps_current_filters_top,
	.cdsp_tb_forms.cdsp_tb_forms_two .cdps_current_filters_middle {
		display: none;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdps_current_filters_bottom:empty {
	display: none;
}

.cdsp_tb_forms.cdsp_tb_forms_two .selectArrow {
	display: none;
}

.cdsp_tb_forms.cdsp_tb_forms_two select {
    font-size: 18px;
	margin-left: 0px !important;
}

.cdsp_tb_forms.cdsp_tb_forms_two select option:checked {
	/*display: none;*/
}

.cdsp_tb_forms.cdsp_tb_forms_two input[type=text] {
    /*border: 1px solid #ddd;*/
	/*border-radius: 40px;*/
	box-shadow: none;
    font-size: 18px;
    height: 34px;
}
.cdsp_tb_forms.cdsp_tb_forms_two input[type=text]::placeholder {
	color: #aaa;
	text-align: center;
}
.cdsp_tb_forms.cdsp_tb_forms_two .search-keyword input[type=text] {
    padding-left: 18px;
}
.cdsp_tb_forms.cdsp_tb_forms_two .selectBox {
    font-size: 18px;
	height: 34px;
}

.cdsp_tb_forms.cdsp_tb_forms_two select.selectOptions option {
    height: 22px;
    padding: 4px;
}

.cdsp_tb_forms.cdsp_tb_forms_two select option:hover {
	background-color: #ddf;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_item_submit {
    text-align: center;
    max-width: 100%;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_button_box {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_button .cdsp_button_label {
	display: none;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_button_icon {
	background-color: #333;
    background-image: url(../images/btn-search.png);
    border: 0;
    width: 34px;
    height: 34px;
    float: left;
    border-radius: 20px;
    cursor: pointer;
    font-size: 24px;
    padding: 0px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_button:hover {
    background-color: #1cc518;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_item {
    border-right: 1px solid #ddd;
	max-width: 175px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_item:last-of-type {
	border: none;
}

/*
.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_text {
    float: none;
    margin-left: auto;
    margin-right: auto;
	max-width: 350px;
}
*/

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_select_wrap {
	border: none;
    float: none;
    max-width: 350px;
    /*margin-bottom: 10px;*/
    margin-left: auto;
    margin-right: auto;
    min-height: 55px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .keyword_search_button {
    display: none;
    height: 34px;
    width: 34px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_item_submit {
    border: none;
    margin-top: 10px;
    max-width: 38px;
    padding-left: 4px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_label {
    height: 10px;
    visibility: hidden;
}

/*
Style Two Mobile Adjustments
*/
@media all and (max-width: 599px) {
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile {
		display: block;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_item {
		max-width: 100%;
	}
	

	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_view_inventory_btn {
		display: none;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_show_inventory_btn {
		display: none;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two .cdsp_mobile_input {
		/*background: transparent;*/
		display: none;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .search-keyword input[type=text] {
		border-radius: 0px;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile select {
		border: none;
		height: auto;
		min-height: 32px;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .selectOption {
		border: 1px solid #ddd;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdps_current_filters {
		margin-bottom: 0px;
		margin-left: auto;
		margin-top: 10px;
		width: 100%;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile #cdsp_tb_forms {
		margin-top: 32px;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_item {
		border-right: none;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_item.cdsp_item_submit {
		border-right: none;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		margin-top: 0px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_label {
		background: #eef;
		color: #333;
		font-size: 22px;
		height: auto;
		padding: 6px;
		visibility: visible;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_button {
		display: block;
		float: none;
		max-width: 130px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.cdsp_tb_forms.cdsp_tb_forms_two.cdsp_mobile .cdsp_button .cdsp_button_label {
		display: block;
		float: left;
		font-size: 24px;
		margin-right: 10px;
		padding-top: 6px;	
	}
}

.cdsp_tb_forms.cdsp_tb_forms_two .view_inventory_button {
	float: left;
	width: 100%;
}

.cdsp_tb_forms.cdsp_tb_forms_two .view_inventory_button div {
	background-color: rgba(0,0,0,.5);
    border: 1px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
	color: #fff;
	cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 8px;
	text-align: center;
    width: 240px;
}

.cdsp_tb_forms.cdsp_tb_forms_two .view_inventory_button div:hover {
	background-color: rgba(0,0,0,.8);
	color: #0b0;
}