/* CSS Document */
.search-team .dropdown .btn-default {
    display: block;
	width: 100%;
	text-align: left;
	padding: 19px 15px;
	background-color: #fff;
	border: solid 1px #999;
	color: #5f5f5f;
	font-size: 16px;
}
.search-team .dropdown .btn-default .caret,
.search-team .dropdown .btn-default:after {
    position: absolute;
    top: 28px;
    right: 20px;
    color: #DE5726;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.search-team .dropdown > ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border-radius: 0;
	width: 100%;
	top: -2px!important;
	padding: 0 0;
	border-radius: 0 0 4px 4px;
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
}
.search-team ul > li {
    display: block;
    position: relative;
    float: none;
    height: auto;
    -o-transition: color 0.2s ease-out, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
    transition: color 0.2s ease-out, background 0.2s ease-in;
}
.search-team ul > li a {
	padding: 8px 10px;
}
.search-team ul > li > .test {
	display: block;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 600;
	border-bottom: solid 1px #ffa94b;
}
.search-team ul > li:last-child > .test {
	border: none;
}
.search-team ul > li:hover > .test {
	background-color: #fff;
	color: #ffa94b;
	border-color: #5f5f5f;
}
.search-team ul > li > .test .caret {
	display: block;
	position: absolute;
	z-index: 2;
	right: 1px;
	bottom: 2px;
	width: 30px;
	height: 38px;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	padding-top: 7px;
	color: #fff;
	background: #ffa94b;
	-o-transition: color 0.2s ease-out, background 0.2s ease-in;
	-ms-transition: color 0.2s ease-out, background 0.2s ease-in;
	-moz-transition: color 0.2s ease-out, background 0.2s ease-in;
	-webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
	transition: color 0.2s ease-out, background 0.2s ease-in;
}
.search-team ul > li > .test .caret:before {
	content: '+';
}
.search-team ul > li > .test:hover .caret {
	background: #c5c5c5;
}
.search-team ul > li.actived > .test .caret:before {
	content: '-';
}
.search-team ul > li.actived > .test .caret {
	padding-top: 5px;
	background: #5f5f5f;
}
.search-team ul > li > ul {
	display: block;
	height: 0;
	overflow: hidden;
	opacity: 0;
	position: relative;
	margin-left: 0px;
	width: 100%;
	border-radius: 0;
	border: none;
	padding: 0;
	margin-bottom: 0;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}
.search-team ul > li.actived > ul {
	height: auto;
	padding: 2px 0;
	margin-bottom: 10px;
	opacity: 1;
}
.search-team ul > li:hover > a {
	color: #ffff;
}
.search-team ul > li > ul > li a {
	display: block;
	padding: 3px 15px;
	font-size: 14px;
	color: #5f5f5f;
}
.search-team ul > li > ul > li:hover a {
	color: #5f5f5f;
}
.search-team ul > li > ul > li:hover {
	background-color: #f1f1f1;
}

.search-team.mobile-hidden {
	margin: 0;
}
.search-team .dropdown-menu.main-categories > li {
	float: left;
	width: 100%;
}
.search-team .dropdown-menu.main-categories {
	display: block;
	position: relative;
    width: 100%;
    border-radius: 0;
    padding: 0;
    border: none;
	float: none;
}
.search-team .dropdown-menu.main-categories > li > .test {
	color: #DE5726;
	font-size: 18px;
	border: none;
	padding: 5px 10px;
	padding-left: 20px;
	text-transform: capitalize;
}
.search-team .dropdown-menu.main-categories > li > .test .caret {
	left: 0;
	top: -3px;
	bottom: unset;
	right: unset;
	color: #DE5726;
	background: none;
	text-align: left;
}
.search-team .dropdown-menu.main-categories > li > ul > li:hover {
	background: transparent;
}
.search-team .dropdown-menu.main-categories > li > ul > li a {
	color: #DE5726;
	font-size: 18px;
	padding: 4px 10px;
	padding-left: 28px;
	margin-left: 20px;
	display: inline-block;
}
.search-team .dropdown-menu.main-categories > li > ul > li a:hover {
	color: #ff4200;
}

.search-team .dropdown-menu.main-categories > li > ul > li a.actived {
   position: relative;
   border-radius: 4px;
   margin-bottom: 2px;
   background-color: #383838;
   color: #fff;
}
.search-team .dropdown-menu.main-categories > li > ul > li a .fas {
	position: absolute;
	display: none;
}
.search-team .dropdown-menu.main-categories > li > ul > li a.actived .fas {
	display: block;
}
.search-team .dropdown-menu.main-categories > li > ul > li a .fas.fa-check-circle {
	left: 6px;
	top: 9px;
	font-size: .85em;
}
.search-team .dropdown-menu.main-categories > li > ul > li a .fas.fa-times-circle {
	color: #DE5726;
	left: 100%;
	top: 9px;
	font-size: .85em;
	margin-left: 3px;
}


.search-team .dropdown-menu.main-categories > li > .btn-select {
	display: none;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #DE5726;
	font-size: 18px;
	font-weight: 400;
	padding: 2px 8px 1px;
	border-radius: 4px;
	margin-bottom: 7px;
	opacity: 1;
	transition: opacity .3s ease;
	-webkit-transitiontransition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
}
.search-team .dropdown-menu.main-categories > li > .btn-select:hover {
   opacity: .8;
}
.search-team .dropdown-menu.main-categories > li > .btn-select.all {
	margin-left: 20px;
}
.search-team .dropdown-menu.main-categories > li > .btn-select.clear {
	background: #ff4200;
}
.search-team .dropdown-menu.main-categories > li.actived > .btn-select {
	display: inline-block;
}
.search-team .topics-trigger {
	display: none;
	position: absolute;
	top: 90px;
	text-align: center;
	left: 100%;
	margin-left: 0;
	background-color: #fff;
	font-size: 18px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 10px 5px;
	width: 36px;
	word-break: break-all;
	border-radius: 0 4px 4px 0;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
.search-team .topics-trigger:before {
    display: none;
	opacity: 0;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}
.search-team .topics-trigger.actived:before {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin-bottom: 8px;
	opacity: 1;
}
.search-team .topics-trigger .fas {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transition: transform .4s ease;
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
}
.search-team .topics-trigger.actived .fas {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media screen and (max-width: 1400px) {
	.search-team.mobile-hidden .h1-style {
		font-size: 45px;
	}
}
@media screen and (max-width: 991px) {
	.search-team.mobile-hidden {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		right: unset;
		bottom: 0;
		padding: 0 15px;
		padding-top: 50px;
		background-color: rgba(0,0,0,0);
		transform: translate(-300px,0);
		-webkit-transform: translate(-300px,0);
		-moz-transform: translate(-300px,0);
		-o-transform: translate(-300px,0);
		padding-right: 24px;
		transition: transform .4s ease, background-color .8s linear;
		-webkit-transition: transform .4s ease, background-color .8s linear;
		-moz-transition: transform .4s ease, background-color .8s linear;
		-o-transition: transform .4s ease, background-color .8s linear;
	}
	.search-team.mobile-hidden.actived {
		overflow-y: auto;
		right: 0;
		padding-right: 0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		background-color: rgba(0,0,0,0.35);
	}
	.search-team.mobile-hidden:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 300px;
		height: 100%;
		background-color: #fff;
	}
	.search-team.mobile-hidden .search-form {
		position: relative;
		z-index: 2;
		width: 300px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #fff;
		left: -15px;
	}
	.search-team.mobile-hidden .topics-trigger {
		display: block;
	}
	.search-team.mobile-hidden .h1-style {
		font-size: 35px;
	}
}