@charset "utf-8";
/* CSS Document */
.community {
	margin-left:12px;
}
.community li {
	width:45px;
	height: 45px;
	margin:0px 10px 0 0;
	float: left;
	text-align: center;
	list-style: none;
}
.community li:nth-child(even) {
}
.community li.other {
	width: auto !important;
}
.community li.other a{
	display:inline !important;
	text-decoration:underline !important;
}
.community li a {
	width: 100%;
	height: 100%;
	color:#A5A5A5;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.community li a:visited {
	color:#A5A5A5;
}
.community li a:hover {
	opacity:0.5;
}
.community li a.facebook {
	text-indent:-9999px;
	background: url('../images/community/fb.png') no-repeat;
}
.community li a.google {
	text-indent:-9999px;
	background: url('../images/community/google.png') no-repeat;
}
.community li a.twitter {
	text-indent:-9999px;
	background: url('../images/community/twitter.png') no-repeat;
}
.community li a.plurk {
	text-indent:-9999px;
	background: url('../images/community/plurk.png') no-repeat;
}
.community li a.favorites {
	text-indent:-9999px;
	background: url('../images/community/favorites.png') no-repeat;
}
.community li a.youtube {
	text-indent:-9999px;
	background: url('../images/community/youtube.png') no-repeat;
}
.community li a.facebook:hover {
	background: url('../images/community/fb_.png') no-repeat;
}
.community li a.google:hover {
	background: url('../images/community/google_.png') no-repeat;
}
.community li a.twitter:hover {
	background: url('../images/community/twitter_.png') no-repeat;
}
.community li a.plurk:hover {
	background: url('../images/community/plurk_.png') no-repeat;
}
.community li a.favorites:hover {
	background: url('../images/community/favorites_.png') no-repeat;
}
.community li a.youtube:hover {
	text-indent:-9999px;
	background: url('../images/community/youtube_.png') no-repeat;
}
/**************************************************************/
#footer_box{
	width:100%;
	background:#343A45 url(../images/footer_bg.jpg) center top repeat;
}
#footer {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	padding: 25px 10px 15px 10px;
	border-bottom:#300E34 1px solid;
}
#footer li{
	list-style:none;
}
#footer > ul{
}
#footer > ul > li{
	float:left;
}
#footer .menu{
	margin-right:150px;
}
#footer .menu:after {
	content:'';
	display:block;
	clear:both;
}
#footer .menu li{
	display:block;
	line-height:1;
	list-style:none;
	font-size:13px;
	position:relative;
	display:inline-block;
	border-bottom:#78577D 1px solid;
	padding:10px 0 5px 0;
	margin:0 10px 15px 10px;
}
#footer .menu a, #footer .menu a:visited {
	color: #E4D9E5;
	font-size:15px;
	line-height:26px;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu a:hover {
	color:#FFF;
	text-decoration: none;
}
#footer .contact{
	position:absolute;
	right:0px;
	top:7px;
}
/**************************************************************/
#footer .logo{
	float:left;
	padding:0 10px 0 0;
	margin-bottom:10px;
}
#footer .qr{
	height: 100px;
	width: 100px;
	padding:7px;
	margin-right:20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background:rgba(204,186,207,0.3);
	border:rgba(255,255,255,0.3) 1px solid;
}
#copyright_box{
	border-top: #7E6A95 1px solid;
}
#copyright_box .info_box{
	max-width:1200px;
	margin:0 auto;
	padding:15px 10px;
}
#copyright_box .info_box:after{
	content:'';
	clear:both;
	display:block;
}
#copyright_box .copyright{
	line-height:1.5;
	color:#8C6692;
	font-size:12px;
	float:right;
	vertical-align:middle;
}
#copyright_box .copyright span{
	color:#8C6692;
}
#copyright_box a,#copyright_box a:visited{
	color:#CBB8CC;
	text-decoration:none;
}
#copyright_box a:hover{
	color:#8C6692;
}
#copyright_box .info{
	float:left;
	color:#A587AB;
	line-height:1.5;
	font-size: 13px;
	vertical-align:middle;
}
#copyright_box .info img{
	vertical-align:middle;
}
/**************************************************************/

@media (max-width: 1200px) {
.community {
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
}
.community li{
	margin:0px 5px;
	float:none;
	display:inline-block;
}
#footer .contact{
	display:none;
}
#footer > ul > li{
	width:100%;
}
#footer .qr{
	margin:0 auto;
	margin-bottom:15px;
}
#footer .menu {
	margin:0px;
	margin-bottom:15px;
	text-align:center;
}
#footer .menu li{
	padding:0px 0 0px 0;
	margin:0 10px 5px 10px;
}
}
@media (max-width: 950px) {
#footer .info .community{
	width:190px;
	margin-bottom:10px;
	float:none;
	margin:0 auto;
}
#footer .info .community .title{
	width:auto;
}
#footer .info .community{
}
#footer .info {
	width:100%;
	text-align:center;
	float:none;
	margin-bottom:20px;
}
#footer .menu{
	float:none;
	width:auto;
	text-align:center;
}
#footer .menu ul{
	width:auto !important;
	display:inline-block;
	padding:0 20px;
	vertical-align:top;
	float:none;
}
}
@media (max-width: 450px) {
#footer .menu ul{
	width:auto !important;
	display: block;
	padding:0 0px;
	vertical-align:top;
	float:none;
	border:none;
}
#footer .menu li:before{
	display:none;
}
}
