		.search-bar{
			position: absolute;
			        right: 40px;
		    top: 20px;
		}


		.search-bar input, button {
			border: none;
			outline: none;
		}

		.search-bar input {
			width: 100%;
			height: 42px;
			padding-left: 13px;
		}

		.search-bar button {
			height: 42px;
			width: 42px;
			cursor: pointer;
			position: absolute;
		}

		.search-bar input {
			width: 100px;
			border-radius: 42px;
			border: 2px solid #324B4E;
			transition: .3s linear;
			float: right;
		}
		.search-bar input:focus {
			width: 150px;
		}
		.search-bar button {
			background: none;
			top: -2px;
			right: 0;
		}
		.search-bar button:before{
		  content: "\f002";
		  font-family: FontAwesome;
		  color: #324b4e;
		}