a {
	-webkit-transition: opacity 0.3s, padding 0.3s, color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
			transition: opacity 0.3s, padding 0.3s, color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
}

::-moz-selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
}

.footer1 {
	color: #888;
	background-color: #252525;
}

.footer2 {
	color: #666;
	background-color: #181818;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

.social-footer-button {
	background-color: rgba(136,136,136,0) ;
	padding: 10px;
	padding-top: 7px;
	opacity: 0.5;
	border: solid 3px;
}

.social-footer-button:hover {
	background-color: #ec3e00;
	border-color: #f15a24;
	opacity: 1;
}

.socialButtonImage {
	width: 20px;
	height: 20px;
}

#socialButtonEmail {}        
#socialButtonFacebook {}        
#socialButtonTwitter {}        
#socialButtonYouTube {}        
#socialButtonYouku {}        
#socialButtonWeibo {}

.copyright {
	padding: 30px 40px 40px 30px;
}

.copyright a {
	color: #aaa;
}

.copyright a:hover {
	color: #f36000;
}

.footer-content {
	padding: 50px 25px 50px 25px;
}

.contact-title {
	font-size: 22px;
	color: #ddd;
	margin-top: 0px;
	margin-bottom: 20px;
}

.contact-item {
	margin-bottom: 12px;
}

.contact-item-icon {
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	padding-right: 0px;
}

.contact-item-content {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	padding-right: 0px;
}

.contact-item-content a {
	color: #aaa;
}

.contact-item-content a:hover {
	color: #f36000;
}

.contact-phone-number {
	color: white;
}
