.search-block {
	margin: 10px 0;
	position: relative;
}

.search-block .search-form {
	position: relative;
}

.search-block .search-submit {
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 0;
	color: transparent;
	width: 45px;
	height: 40px;
	background: transparent;
	border: 1px solid #00afd7;
	border-left: none;
	z-index: 2;
	cursor: pointer;
	border-radius: 0 50% 50% 0;
	-webkit-border-radius: 0 50% 50% 0;
	-moz-border-radius: 0 50% 50% 0;
	-ms-border-radius: 0 50% 50% 0;
	-o-border-radius: 0 50% 50% 0;
}

.search-block .search-field {
	border: 1px solid #00afd7;
	padding: 0px 40px 0 0px;
	height: 40px;
	width: 100%;
	background: white;
	outline: none;
	color: #003399;
	right: 0px;
	position: relative;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.search-block i {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	color: #003399;
	background: #FFFFFF;
	width: 40px;
	height: 40px;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.search-block i:before {
	position: relative;
}

.show-search-btn {
	text-align: right;
	font-size: 35px;
	color: #003399;
}

/*# sourceMappingURL=search-block.css.map */