/****************************************
stafflist
****************************************/
.filters {
	background: #eeeeee;
	width: 98%;
	margin: 0 auto 5%;
	padding: 1%;
}
#wall .filters h3 {
	padding: 2px 1%;
	font-size: 95%;
}
#wall .filters h3 span {
	bottom: 5%;
}
.filters ul {
	width: 100%;
	margin: 0 auto;
}
.filters ul:after {
	display: block;
	content: "";
	clear: both;
}
.filters ul li {
	width: 31.333333333%;
	padding: 1%;
	text-align: center;
	float: left;
}
.filters .location {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.filters .location input {
    box-sizing: border-box;
    width: 100%;
    margin-top: 3px;
    border: 1px solid #888;
    padding: 0 0.5em;
}
.filters ul li h4 {
	background: #663300;
	margin: 0;
	padding: 1px 0;
	color: #ffffff;
	font-size: 85%;
}
.filters ul li select,
.filters ul li input {
	width: 100%;
	font-size: 90%;
    border: 1px solid #888;
    box-sizing: border-box;
    margin-top: 3px;
    padding: 0 0.5em;
    line-height: 1.5;
}
.filters ul li select option {

}
.filters .clear_btn {
	margin: 1% auto;
}
.filters .clear_btn a {
	display: block;
	background: #d91319;
	width: 98%;
	margin: 0 auto;
	padding: 0.5% 0;
	color: #ffffff;
	text-align: center;
}
.filters .clear_btn a:hover,.filters .clear_btn a.hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.stafflist li.non {
	padding: 20% 0;
	text-align: center;
}
ul.stafflist {
	width: 100%;
	margin: 0 auto;
}
ul.stafflist:after {
	display: block;
	content: "";
	clear: both;
}
ul.stafflist li {
	width: 24%;
	margin: 0 0.5% 8%;
	float: left;
    padding: 1%;
    background-color: #F3F1EF;
}
ul.stafflist li a {
	display: block;
	color: #663300;
	position: relative;
}
ul.stafflist li a:hover,ul.stafflist li a.hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.stafflist li a .icon {
	font-size: 90%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background: #ea68a2;
	padding: 0 2%;
}
ul.stafflist li a .icon i {
	display: block;
	width: 98%;
	margin: 0 auto 5%;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
}
ul.stafflist li a .icon i:last-child {
	margin: 0 auto;
}
ul.stafflist li a .icon i:before {
	display: block;
	position: absolute;
	z-index: 3;
	left: -30%;
	top: -50%;
	content: "";
	width: 30px;
	height: 50px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.7),rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-moz-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
ul.stafflist li a .area-time {
	text-align: center;
	font-size: 80%;
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	top: 3%;
	left: 2%;
	right: 2%;
	display: flex;
}

@media only screen and (max-width: 1000px) {
}


ul.stafflist li a .area-time .time-container {
	flex: 1;
}
ul.stafflist li a .area-time .time {
	background: rgba(255,255,255,0.9);
	padding: 0 2%;
	text-align: center;
	font-size: 80%;
	color: #ff0000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

ul.stafflist li a .area-time .area {
	background: #f2961c;
	width: fit-content;
	padding: 0 2%;
	text-align: center;
	font-size: 80%;
	color: #ffffff;
	white-space: nowrap;
}



ul.stafflist li a .today {
	background: #eb866f;
	width: 100%;
	padding: 0.1% 0;
	text-align: center;
	font-size: 80%;
	color: #ffffff;
	/* font-weight: bold; */
	position: absolute;
	bottom: 20%;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.stafflist li a img {
	width: 100%;
    height: 13em;
    object-fit: cover;
}
ul.stafflist li a .prof {
	margin: 0;
	padding: 2% 0;
	line-height: 1.3;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.stafflist li a .prof .name {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 1.3em;
}
ul.stafflist li a .prof .age {
	font-size: 80%;
}
ul.stafflist li a .prof .size {
	font-size: 75%;
}
@media only screen and (max-width: 680px) {
	.filters ul li {
		width: 48%;
	}
	ul.stafflist {
			margin-left: -1%;
		}
	ul.stafflist li {
		width: 49%;
		margin: 0 0 8% 1%;
		padding: 0;
    box-sizing: border-box;
	}
	ul.stafflist li a .icon i {
		font-size: 70%;
	}
	ul.stafflist li a .prof .size {
		font-size: 65%;
	}
}
