/* footer */
#footer {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
}
.footerTitle h1 {
	font-family: "Times New Roman", Times, serif;
    font-size: 2.5em;
    color: rgb(181, 139, 114);
}
.footerTitle h2 {
	/*font-family: SimHei;*/
    font-size: 1em;
    color: rgb(181, 139, 114);
}
#footer hr {
	margin: 15px;
	border-style: dashed;
	color: rgb(181, 139, 114);
}
#footer .row {
	background-color: white;
	color: rgb(129, 101, 84);
	text-align: left;
	font-size: 1em;
	margin: 0 15px;
}
#footerL, #footerR {
	padding: 0;
}
#footerL p, #footerR {
	margin: 20px 0;
	padding: 0;
}
#footerR input {
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#footerR button {
	border: none;
    border-radius: 3px;
	background-color: #222;
	color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 18px;
    box-shadow: 0 0.5px 3px rgba(0,0,0,.3);
    outline: 0;
}

#lastText {
	width: 100%;
	color: rgb(129, 101, 84);
	text-align: center;
	font-size: .9em;
	display: inline-block;
	margin-bottom: 30px;
}

.center {
	margin: 36px auto;
}

.logo {
	width: 258px;
}

@media (max-width:768px) {
	#footer {
		margin-top: 20px;
	}
	#footer .row {
		text-align: center;
	}
	#footerR input {
		display: block;
   		width:280px;
   		margin: 0 auto;
	}
	#footerR button {
		display: block;
   		width:280px;
   		margin: 10px auto;
	}

	.center {
		margin: 18px auto;
	}

	.logo {
		width: 100px;
	}
}