/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/



/*----*/
.search {
	background:#fff;
	border: 1px solid #ddd;
	position: relative;
	width: 100%;
	margin-top:1em
}
.search input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:1em;
	color:#777;
	width:79%;
	padding:7px;
	-webkit-apperance:none;
	margin:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.search input[type="submit"] {
	border-left: 1px solid #ddd;
	outline: none;
	cursor: pointer;
	width: 19%;
	height: 35px;
	padding: 7px;
	background: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
}
.search input[type="submit"]:hover {
	background:#45B1BA;
	color:#FFF
}	
.search input[type="submit"]:active {
	position:relative;
}




/*----*/
ul.kid-menu{
	display: block !important;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0;
	background: #F4F4F4;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	line-height: 2em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #000;
	font-size: 1.1em;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-weight:700;
}
.menu ul li a {	
	width: 100%;
	display: block;
	position: relative;
	font-size:1.1em;
	font-weight: 400;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	line-height: 2em;
	/*text-indent: 1.2em;*/
	font-weight:700;
}
.menu ul li a:hover{
	background-color: #40A4AC;
	color:#FFF
}
.menu > li > a:hover, .menu > li > a.active {
	background:#45B1BA;
	color:#FFF
}
.menu ul.kid-menu li a{
	border-bottom: none;
}
ul.kid-menu{
	padding: 0;
	margin: 0;	
}
ul.kid-menu li{
	list-style: none;
	border-bottom: 1px solid #ddd;
}

ul.kid-menu li.menu-kid-left{
	border-bottom:none;
}
ul.cute li{
	background: #fff;
	padding-left:1em;
	padding-right:1em;
}
ul.cute li a{
	background: #fff;
	font-weight:100;
}
ul.cute li a:hover{
	background: #fff;
	color: #45B1BA;
}
.arrow-img {
	float:right;
	margin:0.5em 0.3em;
}
/*--menu--*/

/*----*/
.sub-cate,.slide-grid{
	float: left;
}
.top-nav{
	border: 1px solid #ddd;
}
.sub-cate{
	width:100%;
	margin:1em 0
}




/*--responsive--*/
@media(max-width:768px){
.sub-cate {	width: 100%}
}
