/**** COMMON ****/
html, body {
	background-color: #b0b0b0;
}
body {
	font-family: 'Open Sans';
	color: #000;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
}
img {
	max-width: 100%;
}
h1 {
	font-weight: bold;
	font-size: 38px;
	text-transform: uppercase;
}
#header,
main .container-fluid {
	max-width: 1360px;
}
main .container-fluid .row {
	max-width: 1050px;
}

/**** HEADER ****/
.search {
	position: relative;
	max-width: 812px;
}
.search input {
	position: relative;
	border: none;
	border-radius: 10px;
	width: 100%;
	min-height: 33px;
	padding: 5px 60px 5px 24px;
	font-family: 'Open Sans';
}
.search input::placeholder {
  font-style: italic;
	color: #6d6d6d;
}
.search input:-ms-input-placeholder {
  font-style: italic;
	color: #6d6d6d;
}
.search span {
	position: absolute;
	right: 20px;
	top: 3px;
	width: 27px;
	height: 27px;
	background-image: url('../img/ico-loupe.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}


/**** MAIN ****/
main .container-fluid {
	background-color: #ebebeb;
	opacity: 0.9;
}
.mr,
.main-member,
.team {
	position: relative;
	cursor: pointer;
	padding: 10px 13px 3px 13px;
	text-align: center;
	box-shadow: 4px 4px 3px 0px rgba(212,212,212,1);
	background: linear-gradient(266deg, rgba(225,225,225,1) 0%, rgba(218,218,218,1) 100%);
	transition: all .4s;
}
.main-member {
	min-height: 200px;
}
.search-member.blue,
.team.blue {
	border-top: 5px solid #39B8E2;
}
.blue.open {
	background: linear-gradient(266deg, #00d5d5 0%, #32b8df 100%) !important;
}
.search-member.orange,
.team.orange {
	border-top: 5px solid #e84e1d;
}
.orange.open {
	background: linear-gradient(266deg, #fbb03b 0%, #e84e1d 100%) !important;
}
.search-member.pink,
.team.pink {
	border-top: 5px solid #e41365;
}
.pink.open {
	background: linear-gradient(266deg, #662d8c 0%, #e41365 100%) !important;
}
.search-member.yellow,
.team.yellow {
	border-top: 5px solid #f1c500;
}
.yellow.open {
	background: linear-gradient(266deg, #f88728 0%, #f1c500 100%) !important;
}
.search-member.green,
.team.green {
	border-top: 5px solid #8BE504;
}
.green.open {
	background: linear-gradient(266deg, #00a8c5 0%, #8dc63f 100%) !important;
}
.mr img,
.main-member img {
	object-fit: cover;
  object-position: 0 20%;
	width: 110px;
	height: 110px;
	border-radius: 100px;
}
.mr h2, 
.main-member h2 {
	margin: 5px 0 4px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mr h3,
.main-member h3 {
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: italic;
}
.mr.open h2,
.mr.open h3,
.main-member.open h2,
.main-member.open h3 {
	color: #fff;
}
.mr .more,
.main-member .more {
	display: none;
}
.main-member .more {
	margin: 15px 0 0 0;
}
.mr.open .more {
	display: block;
}
.search-member .more::after {
	content: 'x';
	position: absolute;
	right: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	color: rgba(0,213,213,1);
	background: #fff;
	border-radius: 20px;
}
.search-member.orange .more::after {
	color: #e84e1d;
}
.search-member.pink .more::after {
	color: #e41365;
}
.search-member.yellow .more::after {
	color: #f1c500;
}
.search-member.green .more::after {
	color: #8BE504;
}
.mr .more p,
.main-member .more p {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-align: left;
}
.mr .more p:last-child,
.main-member .more p:last-child {
	margin: 0;
}
.mr .more p a,
.main-member .more p a {
	color: #fff;
	text-decoration: underline;
}
.mr {	
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	max-width: 250px;
	overflow: hidden;
	border: none !important;
}
.mr.open {
	max-width: 625px;
	justify-content: flex-start;
}
.mr .main-cont {
	min-width: 200px;
}
.mr .more {
	margin: 0 0 0 20px;
}
.team {
	padding: 20px 11px;
}
.team h2 {
	margin: 5px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.team.open h2 {
	color: #e5e5e5;
}

.teams {
	display: none;	
}
.teams .col-xl-3 {
	float: left;
}
.teams .sep > div {
	border-top: 1px solid #acacac;
}
.teams h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.member {
	position: relative;
	cursor: pointer;
	min-height: 120px;
	padding: 15px 0 15px 15px;
	text-align: center;
	box-shadow: 4px 4px 3px 0px rgba(212,212,212,1);
	background: linear-gradient(266deg, rgba(225,225,225,1) 0%, rgba(218,218,218,1) 100%);
	transition: all .4s;
}
.member.boss {
	background: linear-gradient(266deg, rgb(218, 218, 218) 0%, rgb(130, 130, 130) 100%);
}
.member::after {
	content: '›';
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 24px;
	height: 24px;
	font-size: 34px;
	line-height: 16px;
	color: #fff;
	background: #39B8E2;
	border-radius: 20px;
}
.member.orange::after {
	background: #e84e1d;
}
.member.pink::after {
	background: #e41365;
}
.member.yellow::after {
	background: #f1c500;
}
.member.green::after {
	background: #8BE504;
}
.member.open::after {
	content: normal;
	width: 0;
	height: 0;
	font-size: 0px;
	overflow: hidden;
}
.member img {
  object-fit: cover;
  object-position: 0 10%;
	min-width: 80px;
	max-width: 80px;
	max-height: 80px;
  border-radius: 10px;
	margin: 0 10px 0 0;
}
.member .main-cont {
	display: flex;
}
.member h2 {
	margin: 5px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: left;
}
.member h3 {
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: italic;
	text-align: left;
}
.member h3 strong {
	text-transform: none;
}
.member.open h2,
.member.open h3 {
	color: #fff;
}
.member .more {
	padding: 0 15px 0 0;
	display: none;
}
.member .more p {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-align: left;
	margin: 15px 0 0 0;
}
.member .more p a {
	color: #fff;
	text-decoration: underline;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	max-width: 400px;
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(218,218,218,1);
	border-radius: 10px;
}
.ui-autocomplete li {
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.ui-autocomplete li:hover {
	background-color: #e84e1d;
}

/* IE Hack */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.mr img,
	.main-member img {
		width: auto;
	}		
	.mr .more::after,
	.main-member .more::after {
		line-height: 12px;
	}
	.member img {
		width: auto;
	}
	.team {
		padding: 20px 9px;
	}
}


@media (max-width: 1200px) {
	
}

@media (max-width: 992px) { 

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
	.mr {
		flex-direction: column;
	}
	.mr.open {
		max-width: 250px;
	}
	.mr .more {
		margin: 10px 0 0 0;
	}
	.ui-autocomplete {
		max-width: 320px;
	}
}

