/* Finder */
.rstpl-finder .finder {
	display: none;
}
.rstpl-finder .input-group {
	display: inline-block;
}
.rstpl-finder .form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid;
}
.rstpl-finder input[type="text"] {
	font-size: 14px;
	height: 50px;
	box-shadow: none;
	padding: 12px 14px;
}
.rstpl-finder input[type="text"]:focus {
	padding: 12px 14px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.rstpl-finder .btn:not(.jmodedit) {
	background-image: url(../../images/header-bg.jpg);
	border: none;
	border-radius: 0;
	height: 50px;
	width: 50px;
	margin: 0 !important;
	outline: 0 none;
	padding: 0;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
.rstpl-finder .btn:not(.jmodedit):active, .rstpl-finder .btn:not(.jmodedit):focus {
	box-shadow: none;
}
.rstpl-finder .btn:not(.jmodedit) [class^="icon-"] {
	font-size: 24px;
	line-height: 24px;
	margin: 12px 0 0 0;
	vertical-align: top;
}
.rstpl-finder .animated-right .form-control {
	margin-left: 50px;
}
.rstpl-finder .animated-left .btn {
	position: absolute;
	left: 0;
	top: 0;
}
.rstpl-finder .animated-right .btn {
	position: absolute;
	right: 0;
	top: 0;
}
/* End Finder */

@media (min-width: 320px) {
	.rstpl-finder .form-control {
		width: 200px;
	}
	.rstpl-finder .animated-left, .rstpl-finder .animated-right {
		width: 250px;
	}
	.rstpl-finder .animated-left form {
		left: 200px;
	}
	.rstpl-finder .animated-right form {
		right: 200px;
	}
}
@media (min-width: 576px) {
	.rstpl-finder .form-control {
		width: 250px;
	}
	.rstpl-finder .animated-left, .rstpl-finder .animated-right {
		width: 300px;
	}
	.rstpl-finder .animated-left form {
		left: 250px;
	}
	.rstpl-finder .animated-right form {
		right: 250px;
	}
}