
/************************************** MODERN CSS STYLES ************************************/

/* In stock checkbox */
.modern .checkbox {
	padding-top:4px;
	margin-bottom:-10px;
}
.modern .search_stock_checkbox label {
	color:#333;
	margin-bottom:1px;
}
.modern .search_stock_checkbox {
	height:40px;
}
/* Drop down lists */
.modern .form-controlplus {
	display: block;
	width: 100%;
	height: 30px;
	padding: 3px 5px;
	line-height: 1.42857;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modern .form-controlplus:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.modern .form-controlplus[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
.block select { width:100%; } /* override global.css */
/* Buttons*/
.modern .btn-searchplus {
	display:inline-block;
	margin-bottom:0;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	white-space:nowrap;
	line-height:1.42857;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border:1px solid #5095d1;
	background-color:#116cba;
	box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}
.modern .btn-searchplus:hover, .modern .btn-searchplus:focus, .modern .btn-searchplus:active, .modern .btn-searchplus.active {
  color: #ffffff;
  background: #6faadc;
  text-decoration: none;
}
.modern .searchplus-block.home .page-subheading {
	border-bottom: 1px solid #d6d4d4;
}
.modern span.before-field {
	display:none;
}
/*
* Multiple select
*/
.modern .ms-choice > span {
	top:7px;
}
.modern .ms-choice > div,
.modern .ms-choice > div.open {
	width:38px;
	text-align:center;
	background:none;
}
.modern .search-engine-filters .ms-choice {
	height:40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.modern .ms-choice > div, .modern .ms-choice > div.open {
	background: none;
}
.modern .ms-choice > div, .modern .ms-choice > div:before,
.modern .ms-choice > div, .modern .ms-choice > div.open:before {
	font-family:'FontAwesome' !important;
	content:"\f107";
	display:block;
	color:#fff;
	text-align:center;
	width:38px;
	height:39px;
	line-height:38px;
	font-weight:bold;
	font-size:1.3em!important;
}

/* Reset Button */
.modern .reset-btnplus {
	padding-top:0!Important;
	padding-bottom:0!Important;
	padding-left:0!Important;
	line-height:35px!Important;
	font-size:14px!Important;
}
.modern .reset-btnplus i {
	display:none;
}
.modern .reset-btnplus:after {
	display:inline-block;
	vertical-align:middle!Important;
	color:#fff;
	text-align:center;
	width:38px;
	height:100%;
	font-family:'FontAwesome' !important;
	content:"\f0e2";
	font-weight: normal !important;
	font-size:1.2em!important;
	-moz-border-radius-bottomleft: 0!important;
	-webkit-border-bottom-left-radius: 0!important;
	-khtml-border-bottom-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
	-moz-border-radius-topleftt: 0!important;
	-webkit-border-top-left-radius: 0!important;
	-khtml-border-top-left-radius: 0!important;
	border-top-left-radius: 0!important;
}
.modern .reset-btnplus {
	padding-right:0!Important;
}
.modern .form-row-column .reset-btnplus {
	padding-left:0!Important;
}
.modern .search_stock_checkbox .checkbox label {
    vertical-align: top;
}
.modern .searchplus_slider_container {
	margin-bottom: 5px;
}
.modern .buttons-container-plus {
    margin-top: 15px;
}
/*
 *********************** F O R   S M A R T P H O N E S ******************
*/
@media (max-width: 739px) {
	.modern .search-engine-filters .buttons-container-plus {
		text-align:center;
	}
	.modern .search-engine-filters .form-row-home {
		width: 100%;
		margin-left:0;
	}
}
@media all and (min-width:750px) and (max-width: 990px) {
	.modern .search-engine-filters .form-row-home {
		margin-left:2px;
	}
}
@media (max-width: 1200px) {
	.modern .reset-btnplus {
		padding-left:0;
		padding-right:0;
	}
}
