.searchTitle {
	font-size: 24px;
	color: #145c99;
	font-weight: 400;
}

#searchInput {
	padding: 50px;
	background: #fafafa;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.searchArea {
	width: calc( 50% - 25px );
}

.searchArea.full {
	width: 100%;
}

.searchArea.cross {
	margin-right: 50%;
}

.searchItem {
	width: 100%;
	overflow: hidden;
	line-height: 45px;
	font-size: 16px;
}

.searchLeft {
	float: left;
	width: 100px;
	margin-right: 25px;
	color: #535353;
	height: 45px;
}

.searchRight {
	float: left;
	width: calc( 100% - 125px );
}

.searchRight select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
	border-radius: 2px;
	border: #dbdbdb 1px solid;
	background: #fff url('../images/selectarrow.png') right center no-repeat;
}

.searchRight input {
	width: calc( 100% - 22px );
	padding: 5px 10px;
	border-radius: 2px;
	background: #fff;
	border: #dbdbdb 1px solid;
}

.searchRight input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.searchRight textarea {
	width: calc( 100% - 22px );
	padding: 5px 10px;
	height: 150px;
	margin: 10px 0;
	border-radius: 2px;
	background: #fff;
	border: #dbdbdb 1px solid;
}

.toRight .searchLeft {
	text-align: right;
}

.searchBTN {
	padding: 10px 50px;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.25);
	line-height: 15px;
}

.color1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c65a8+0,144776+100 */
	background: rgb(28,101,168); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,101,168,1) 0%, rgba(20,71,118,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(28,101,168,1) 0%,rgba(20,71,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(28,101,168,1) 0%,rgba(20,71,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c65a8', endColorstr='#144776',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.color2,
.color2 a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fa8dd+0,50789e+100 */
	background: rgb(111,168,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,168,221,1) 0%, rgba(80,120,158,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(111,168,221,1) 0%,rgba(80,120,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(111,168,221,1) 0%,rgba(80,120,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa8dd', endColorstr='#50789e',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#searchResult {
	margin:0 0 15px;
	font-size: 16px;
	line-height: 37px;
}

#searchResult .searchBTN {
	float: right;
	line-height: 15px;
	margin-right: 1px;
}

#searchResult span {
	padding: 0 10px;
	font-size: 30px;
	color: #1556ae;
	font-weight: 900;
}


@media screen and ( max-width: 1080px ) {
	.searchArea {
		width: 100%;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: #dbdbdb 1px solid;
	}

	.searchArea.cross {
		margin-right: 0;
	}
}

@media screen and ( max-width: 700px ) {
	#searchResult{
		float:left;
	}
}

@media screen and ( max-width: 480px ) {

	#searchInput {
		padding: 25px;
	}

	.searchItem {
		margin-bottom: 15px;
	}

	.searchLeft {
		text-align: center !important;
		line-height: 25px;
		height: 25px;
	}

	.searchLeft, .searchRight {
		width: 100%;
		margin: 0;
	}

	#searchResult {
		text-align: center;
	}

	#searchResult .searchBTN {
		float: none;
		display: inline-block;
		line-height: 15px;
		margin-right: 1px;
	}

	.center {
		text-align: center !important;
	}


}
