.slide_img{
	width:100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding:4px;
	cursor: pointer
}

.slide_img img{
	width:100%;
	height:auto;
}

.in_line_input{
	background: transparent;
	border:0px solid #eee;
	border-bottom: 1px solid #00ACED;
	outline: none;
	text-indent:0px;
	padding: 0px;
	color: #000;
}
.text_shadow{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.radius{
	border-radius: 50%;
}
.f-30{
	font-size:30px;
}
