/* CSS Document */

.footer-bound .footer-title {     color: #1C973D;

    background: #000;

    padding: 15px;}

.footer-bound {

	width: 100%;

	_height:270px;

	margin: 0 auto;

	text-align: left;

padding:0 30px

}

.footer-bound p { color:#ccc}

.footer-bound .wrapper {

	border-top: 1px solid #cacaca;

	overflow: hidden;

}

.footer-bound .menu {

	float: left;

	_width: 880px;

	padding: 28px 0 34px 0;

}

.footer-bound .menu ul {list-style:none;float:left; width:100%;}

.footer-bound .menu ul.col{width:300px;}

.footer-bound .menu ul.col li{min-width:130px;display:inline-block;}

.footer-bound .menu ul li { margin-top:6px}

.footer-bound .menu a {

	color: #222;

	font-weight: normal;

	text-decoration: none;

	font-size: 12px;

	line-height: 24px;

}

.footer-bound .menu a img {

width: 35px;

    height: 22px;

    padding-right: 10px;}

.footer-bound .menu a:hover {

	color:#1C973D;

	text-decoration: underline;

}

.footer-bound .search {

	float:left;

	overflow: hidden;

	padding: 23px 0 0 30px;

}

.footer-bound .search .label {

	color: #1C973D;

	font-size: 13px;

	line-height: 37px;

	text-transform: uppercase;

	display: block;

	margin-bottom: 14px;

	font-weight:bold;

}

.btn-ft{

    width: 38px;

    height: 38px;

	border:none;

	background:url(../images/search.png) center 0px no-repeat;

	cursor:pointer;

    background-size: cover;

}

.footer-bound .search .input1 {

    float: left;

    background: #fff;

    border: 1px solid #cacaca;

    margin-right: 6px;

    width: 264px;

    border-radius: 2px;

    position: relative;

    margin-top: 5px;

    height: 32px;

color:#000

}

.footer-bound .search .input2 {

	float: left;

	padding: 0;

	border: none;

}

.footer-bound .copyright {

	color: #3f3f3f;

	font-size: 12px;

	line-height: 12px;

	padding: 10px 0 0 0;

}

.footer-bound .copyright span {

	text-decoration:underline; color:#222

}

/*--------Mobile------*/

@media(max-width:767px){.footer-bound{

	width:100% !important;

	padding:0 15px

	}}

@media(max-width:767px){.footer-bound .menu{

	width:100% !important;

	}}

@media(max-width:767px){.footer-bound .search{

	padding:0;

	padding-bottom:10px

	}}

@media(max-width:767px){.btn-ft{

	margin-top:4px

	}}