.rstpl-search {
	float:right;
}

/* search module in rstpl-module */
.rstpl-module .rstpl-search {
	float: none;
	overflow:hidden;
}
.rstpl-module .rstpl-search form,
.rstpl-module .rstpl-search form .input-append{
	width:100%;
}
.rstpl-module .navbar-search input[type="text"]{
	width:100% !important;
	padding:0 25px 0 2px;
	box-sizing:border-box;
	height:25px;
}
.rstpl-module .rstpl-search form .input-append span.icon-search {
    color: #000000;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 20;
}
/* end search module in rstpl-module */

@media (max-width: 767px) {
	.rstpl-search {
		float:none;
		text-align:center;
	}
	.rstpl-search .navbar-search {
		float:none;
	}
}