@media only screen and (min-width: 1025px) {
	.nav.white {
		left: 0;
		right: 0;
		padding-right: 0;
	}
	.search-wrapper.activity {
		max-width: 1000px;
	}
}
.menu {
	width: 30px;
	height: 30px;
	font-size: 24px !important;
	position: absolute;
	top: 6px;
	right: 5px;
	cursor: pointer;
}

.search-wrapper.activity {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 999999;
	background-color: none;
}

.search-wrapper.activity .search-sb {
	height: 53px;
	/*border-bottom: 1px solid #E2E2E2;*/
	background-color: #FFFFFF;
}

.search-wrapper .input-holder {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.activity .input-holder {
	position: relative;
	margin-left: 10px;
	margin-right: 50px;
	padding: 5px 5px 5px 0;
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
	display: none;
	padding-left: 40px;
	padding-right: 10px;
	float: left;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 6px;
	border: solid 1px #7d777b;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	vertical-align: middle;
	box-shadow: none;
	-webkit-appearance: none;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-wrapper.activity .input-holder .search-input {
	display: block;
}

.search-wrapper .input-holder .search-icon {
	position: absolute;
	top: 5px;
	right: 45px;
	width: 30px;
	height: 30px;
	font-size: 24px;
	border: none;
	border-radius: 6px;
	background: none;
	padding: 0px;
	outline: none;
	z-index: 2;
	cursor: pointer;
}

.search-wrapper.activity .input-holder .search-icon {
	color: #7d777b;
	width: 35px;
	height: 30px;
	padding: 2px 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.search-wrapper .close {
	font-size: 18px;
	font-weight: normal;
	display: none;
	position: absolute;
	z-index: 1;
	top: 9px;
	right: 0;
	margin-top: 5px;
	height: 25px;
	padding: 5px 10px 5px 5px;
	color:#8d8d8d;
	cursor: pointer;
	opacity: 1;
}

.search-wrapper.activity .close {
	display: block;
}

.search-wrapper .result-container {
	/*position: absolute;
	top: 44px;
	bottom: 0;*/
	width: 100%;
	padding: .6em;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 14px;
	box-sizing: border-box;
	display: none;
	background-color: #FFFFFF;
}

.search-wrapper.activity .result-container {
	/*display: block;*/
}

.search-wrapper .result-container .search-record {
	padding: 5px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-wrapper .result-container .search-record span {
	font-size: 16px;
}