
.blogsearch {
	display: inline-block; 
	z-index: 9;
	right: 0;
	position: absolute; 
	margin-top: 18px;
}
.open-search { 
	margin-left: -62px; 
	top: 0; 
	cursor: pointer; 
	text-align: center;
	line-height: 60px;
	font-size: 22px;
}
.open-search:hover{
	opacity: .35;
}
.close-search{ 
	z-index: 999;
	font-size: 32px;
	width: 100%;
	text-align: center;
	margin-top: 10px; 
	cursor: pointer;  
	color: #FFFFFF;
}
.close-search:hover{
	opacity: .35;
}
.top-search {
	position: fixed;
	z-index: 999;
	width: 300px;
	height: 100%;
	right: -100%;
	padding: 11px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #0F070C;
	padding: 30px;
	color: #FFFFFF;
	line-height: 24px;
	overflow-y: auto;     
} 
.top-search h2 {
	font-size: 18px;
	color: #FFFFFF;  
	text-transform: uppercase;
	margin-bottom: 10px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	border-bottom: 4px solid #F9F9F9; 
	font-weight: 800;
}
 
.top-search ul {  
}
.top-search li {
	padding: 8px 0;
	padding-left: 34px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-search li:last-child {
	border-width: 0;
}
.top-search .snum{
	font-size: 27px;
	padding: 0px 5px;
	position: absolute;
	color: #FFFFFF; 
	margin-left: -34px;
	float: left; 
}
 
.top-search li a {
	color: #F7F7F7;  
}
.top-search li a:hover{ opacity: .6; }

.top-search:after {
	content: '';
	position: absolute;
	z-index: 9;
	right: 140px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #FFFFFF transparent transparent transparent;
}
.top-search label {
	display: none;
}
.top-search input {
	background: none;
	width: 100%;
	color: #FFFFFF;
	font-size: 0px;
	outline: 0;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
	border: 0px solid rgba(0,0,0,0);
	box-shadow: none;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-image: url(handled.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
} 
.top-search input:focus {
	color: #FFFFFF;
	border-width: 0; 
	font-size: 20px; 
	background-color: rgba(0,0,0,0.1);  
}
#searchform {
	position: relative;
}

/* action */
.show {
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.hide {
	right: -100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
