.updated-search-latest-con {
	float: left;
	width: 100%;
	height: auto;
	background: none;
	padding: 0 15px;
}

.apply-filters-txt {
	float: left;
	width: auto;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.updated-reset-filter {
	float: right;
	width: auto;
	height: 24px;
	background: none;
	background-size: 100%;
	border: 0;
	font-size: 13px;
	color: #E04554;
	margin: 1px 0 0;
	padding: 0;
}

.updated-talent-nave-ttl {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
}

.updated-talent-nave-list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	height: 140px;
	overflow: hidden;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
}

.updated-talent-nave-list li {
	float: left;
	width: 100%;
	padding: 0 0;
}

.updated-talent-nave-list li a {
	font-size: 14px;
	color: #000;
}

.updated-talent-nave-list li span {
	padding-left: 5px;
	color: #0070E5;
	font-weight: 600;
}

.updated-talent-more {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-top: 5px;
}

.updated-talent-more a {
	font-size: 14px;
	color: #E04554;
}

.updated-talent-more a:after {
   font-family: FontAwesome;
   content: "\f101";
   display: inline-block;
   padding-left: 5px;
   padding-top: 2px;
   vertical-align: top;
   color: #E04554;
}

.updated-talent-nave-list [type="checkbox"]:not(:checked),
.updated-talent-nave-list [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.updated-talent-nave-list [type="checkbox"]:not(:checked) + label,
.updated-talent-nave-list [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 18px;
}

/* checkbox aspect */
.updated-talent-nave-list [type="checkbox"]:not(:checked) + label:before,
.updated-talent-nave-list [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 2px;
  width: 15px; height: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.updated-talent-nave-list [type="checkbox"]:not(:checked) + label:after,
.updated-talent-nave-list [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 2px;
  font-size: 12 !important;
  line-height: 0.8;
  color: #0070E5;
  transition: all .2s;
}
/* checked mark aspect changes */
.updated-talent-nave-list [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.updated-talent-nave-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.updated-talent-nave-list [type="checkbox"]:disabled:not(:checked) + label:before,
.updated-talent-nave-list [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.updated-talent-nave-list [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.updated-talent-nave-list [type="checkbox"]:disabled + label {
  color: #aaa;
  font-weight: normal !important;
}
/* accessibility */
.updated-talent-nave-list [type="checkbox"]:checked:focus + label:before,
.updated-talent-nave-list [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #0070E5!important;
}

.updated-submit-filter {
	float: left;
	margin-left: 0;
	width: 110px;
	border: 0;
	height: 40px;
	padding: 0;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: #277DE7;
	border-radius: 5px;
}

.updated-filter-sel-item {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding-bottom: 10px;
}

.updated-filter-sel-item span {
	float: left;
	width: auto;
	border: 1px solid #53CEF6;
	font-size: 12px;
	color: #FFF;
	border-radius:4px;
	padding: 4px 10px;
	line-height: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #53CEF6;
}

.updated-filter-sel-item span a:after {
	font-family: FontAwesome;
	content: "\f00d";
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	color: #FFF;
	font-size: 12px;
}

/* PRODUCT FILTER */

#accordian {
	float: left;
	width: 100%;
	margin: 0 auto 0 auto;
	color: #000;
}

#accordian h3 {
	position: relative;
	padding-left: 25px;
}

#accordian h3 a {
		padding: 0 0;
		font-size: 14px;
		line-height: 20px;
		display: block;
		color: #000;
		text-decoration: none;
		padding-bottom: 10px;
}

#accordian h3:hover {
		text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
		margin-right: 0;
}

#accordian li {
		list-style-type: none;
		padding-left: 0;
}

#accordian li h3:after {
		content: "\f067";
		font-family: fontawesome;
		position: absolute;
		left: 0;
		top: 4px;
		font-size: 14px;
		color: #ccc;
}

#accordian li.active h3:after {
		content: "\f068";
		font-family: fontawesome;
		position: absolute;
		left: 0;
		top: 4px;
		font-size: 14px;
}

#accordian ul ul li a,
#accordian h4 {
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 20px;
		display: block;
		padding: 0 0 8px 35px;
		-webkit-transition: all 0.15s;
		transition: all 0.15s;
		position: relative;
}

#accordian ul ul li a {
	display: inline-block;
	width: auto;
	padding-right: 30px;
}

#accordian ul ul li a:hover {
}

#accordian ul ul {
		display: none;
}

#accordian li.active>ul {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
}

#accordian ul ul ul {
		margin-left: 15px;
		border-left: 0;
}

#accordian a:not(:only-child):after {
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
}

#accordian .active>a:not(:only-child):after {
		content: "\f106";
}

.pro-filter-new-act {
	font-weight: 600 !important;
	color: #007ee5 !important;
}