@media ( min-width : 992px) {
	.search-hd,.search-bd,.action {
		float: right;
	}
	.search-hd {
		width: 15%;
	}
	.search-bd {
		width: 40%;
	}
}

@media ( max-width : 992px) {
	.header .row>div {
		background: #fdfaf5;
		padding-bottom: 10px;
	}
}
/*header*/
header {
	height: 75px;
	background: #fdfaf5;
	text-decoration: none;
	position: relative;
	z-index: 100;
}

header .row {
	padding: 0;
	margin: 0;
}

header .row>div {
	padding-left: 0;
	padding-right: 0;
}

.logo {
	background: #fdfaf5;
	text-align: center;
	height: 75px;
	line-height: 75px;
}

.logo img {
	width: 15em;
}

.menu {
	margin: 0;
	padding: 0;
	height: 75px;
	overflow: visible;
	background: #fdfaf5;
}

.menu li {
	list-style: none;
	float: left;
	width: 100px;
	overflow: visible;
	cursor: pointer;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu ul {
	width: 100px;
	display: none;
	margin: 0;
	padding: 0;
}

.menu>li {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

.menu ul>li {
	height: 36px;
	line-height: 36px;
	background: #f4f4f4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',
		endColorstr='#efefef'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#efefef)); /*  WebKit */
	background: -moz-linear-gradient(top, #f8f8f8, #efefef);
	border-bottom: 1px solid #fff;
}

.menu ul>li a {
	color: #666;
}

.menu>li:hover {
	border-bottom: 4px solid #fecc5f;
}

.menu ul>li:hover {
	background: #ddd;
}

.menu>li:hover>ul {
	display: block;
}

.search-bd {
	padding-left: 1px;
	padding-right: 15px;
	margin-top: 24px;
}

.search-hd {
	margin-top: 24px;
}

.action {
	line-height: 75px;
}

.action a {
	margin-right: 20px;
	color: #666;
}

.action input {
	width: 78px;
	text-align: center;
	background: #3FA5EC;
	border: none;
	color: #fff;
}

.action input:hover {
	color: #3FA5EC;
	background-color: #fff;
	border: 1px solid #3FA5EC;
}

.userName {
	background: url(../images/logged.png) left center no-repeat;
	padding-left: 20px;
}

/*footer*/
footer,.footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #272a3c;
	color: #ccc;
	font-size: 12px;
}