
.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: 32px;
	padding: 0px 5px;
	position: absolute;
	color: #FFFFFF; 
	margin-left: -34px;
	float: left;  
        font-family: 'Arial Black', sans-serif;
}
 
.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: #333333; 
	outline: 0;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center; 
	box-shadow: none; 
        background: #FFFFFF; 
	background-image: url(handled.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
        border-width: 0;
        font-family: 'Arial', sans-serif;
} 
.top-search input:focus {
	color: #333333;  
        border-width: 0;  
        opacity: .8;
}
.top-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.top-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.top-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
#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;
}
