﻿/*-------------------------------------------

    Title :  2015
    Usage :  common styles
    Edited:  2015-06-01

---------------------------------------------

    1. reset
    2. fonts
    3. typography
    4. default
    5. container
    6. main content
       6.1. info
       6.2. sponsor
    7. topbar
    8. banner
    9. side menu
   10. responsive layout (736px)

---------------------------------------------*/



/*  1. reset
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}

body {
	font-size: 62.5%;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
	}

h1, h2, h3, h4, h5, h6,
input, select, button, textarea,
small {
	font-size: 100%;
	}

li {
	list-style: none;
	}

strong {
	font-weight: 700;
	}

img {
	vertical-align: top;
	}

img, abbr, fieldset, iframe {
	border: none;
	}

img, video {
	max-width: 100%;
	}

object {
	outline: none;
	}

dfn {
	font-style: normal;
	}

mark {
	background: none;
	}

sup, sub {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

kbd, samp,
input, select, textarea, button {
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	outline: none;
	box-shadow: none;
	}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="text"],
input[type="tel"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	}

textarea {
	vertical-align: top;
	overflow: auto;
	}

[placeholder]::-webkit-input-placeholder {
	color: inherit;
	}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
	}

[placeholder]::-moz-placeholder {
	opacity: 1;
	}

[placeholder]:focus:-moz-placeholder {
	color: transparent;
	}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
	}

button {
	cursor: pointer;
	overflow: visible;
	}

button::-moz-focus-inner {
	padding: 0;
	border: none;
	}



/*  2. fonts
---------------------------------------------*/

@font-face { /* Font Awesome */
	font-style: normal;
	font-weight: 400;
	font-family: "Font Awesome";
	src: url(../fonts/font-awesome.eot?v=4.3.0);
	src: url(../fonts/font-awesome.eot?#iefix&v=4.3.0) format("embedded-opentype"),
	     url(../fonts/font-awesome.ttf?v=4.3.0) format("truetype");
	}



/*  3. typography
---------------------------------------------*/

body {
	font-weight: 300;
	font-family: "Source Han Sans CN", "思源黑體 CN", "noto sans", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微软雅黑", PMingLiU, "新細明體", SimSun, sans-serif;
	}

.winxp body {
	font-family: PMingLiU, "新細明體", SimSun, sans-serif;
	}

a {
	color: inherit;
	text-decoration: none;
	}

a:hover,
a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #319f9c;
	}



/*  4. default
---------------------------------------------*/










/*  5. container
---------------------------------------------*/

body {
	background: #f4e0c9 url(../images/bg_body.jpg) repeat top center;
	}



/*  6. main content
---------------------------------------------*/

#main {
	position: relative;
	margin: -1px auto 20px;
	width: 998px;
	background: #e6e2e1;
	}

#user #main {
	margin-bottom: 0;
	padding: 12px 11px 50px;
	}

#user.grid #main {
	padding-bottom: 31px;
	overflow: hidden;
	}

#main:after {
	content: "";
	clear: both;
	display: block;
	}



/*  6.3. info
---------------------------------------------*/

#info {
	padding: 15px 24px 24px;
	width: 234px;
	height: 468px;
	color: #fff;
	background: #ff7900;
	border-radius: 5px;
	}

#info:before {
	content: "About";
	color: #ffb35b;
	font: 16.12px/1.2 Arial, sans-serif;
	}

#info p {
	margin-top: 3px;
	font-size: 18px;
	line-height: 1.75;
	}

#info .meta {
	margin-top: 13px;
	margin-bottom: 4px;
	padding-top: 16px;
	text-align: justify;
	border-top: 1px solid #ffb675;
	}

#info .meta li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	}

#info .meta li.dvdr {
	position: relative;
	top: 3px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 26px;
	background: #ffc590;
	}

#info .meta li strong {
	display: block;
	font-size: 21.48px;
	font-family: Arial, sans-serif;
	}

#info .meta li small {
	color: #ffd7b3;
	font-weight: 400;
	font-size: 12px;
	}

#info .meta:after {
	content: "";
	display: inline-block;
	width: 100%;
	}

#info .btn li {
	margin-bottom: 10px;
	letter-spacing: 7px;
	}

#info .btn li a {
	position: relative;
	display: block;
	padding-left: 26px;
	padding-top: -moz-calc(2px);
	height: 36px;
	color: #319f9c;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 2px solid #ffd7b3;
	border-radius: 7px;
	behavior: url(js/PIE.htc);
	}

#info .btn li a:hover {
	border-color: #d94136;
	}

#info .btn li.follow a:before {
	content: "+";
	position: absolute;
	top: -3px;
	top: -moz-calc(-4px);
	left: 9px;
	color: #34ccbf;
	font: 700 35px/1 Georgia, sans-serif;
	}

#info .btn li.friend a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 11px;
	width: 23px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat -81px 0;
	}

#info .btn li.follow.following a{
	color: #b3b3b3;
}

#info .btn li.friend.approved a {
	color: #b3b3b3;
}

#info .btn li.friend.pending a:before {
	background-position: -114px 0;
	}

#info .btn li.friend.approved a:before {
	background-position: -147px 0;
	}

#info .btn li.chat a:before {
	content: "\f086";
	position: absolute;
	top: 5px;
	left: 10px;
	color: #34ccbf;
	font: 22px/1 "Font Awesome";
	text-indent: 0;
	}

#info:after {
	content: "";
	clear: both;
	display: block;
	}



/*  6.2. sponsor
---------------------------------------------*/

.sponsor {
	margin-top: 11px;
	padding: 12px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	}

.sponsor .header {
	position: relative;
	}

.sponsor .header h3 {
	color: #919191;
	font-weight: 400;
	font-size: 12px;
	}

.sponsor .header h3:after {
	content: "\f0a6";
	vertical-align: top;
	margin-left: 4px;
	cursor: default;
	font: 11.67px/1.2 "Font Awesome";
	}

.sponsor .header > a {
	position: absolute;
	top: 0;
	right: 0;
	color: #572179;
	font-weight: 400;
	font-size: 12px;
	}

.sponsor ul li {
	margin-top: 12px;
	padding: 0 3px;
	}

.sponsor ul li .fig {
	display: block;
	margin: 0 -3px 8px;
	}

.sponsor ul li .fig img {
	width: 100%;
	height: 100%;
	}

.sponsor ul li .txt {
	color: #572179;
	font-size: 13px;
	}

.sponsor ul li .url {
	color: #572179;
	font-size: 12px;
	}

.sponsor ul li p {
	color: #b2b2b2;
	font-size: 12px;
	}



/*  7. topbar
---------------------------------------------*/

#topbar {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #ff7900;
	}

.ie8 #topbar {
	height: 68px;
	}

#topbar .center {
	margin: 0 auto;
	max-width: 1218px;
	}

#topbar .center .logo {
	float: left;
	margin: 14px 0 0 11px;
	width: 152px;
	height: 38px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/sprite.png?ver=1) no-repeat -648px -56px;
	}

/* #topbar .center a.logo:hover{
	background: url(../images/sprite-hover.png) no-repeat -648px -56px;
} */

#topbar .center form {
	position: relative;
	float: left;
	margin: 18px 0 12px 27px;
	width: 496px;
	}

#topbar .center form:before {
	content: "\f002";
	position: absolute;
	top: 8px;
	left: 15px;
	color: #ff7900;
	font: 15.94px/1 "Font Awesome";
 	-moz-transform: rotate(0.1deg);
	}

#topbar .center form div input {
	float: left;
	padding: 8px 20px 8px 37px;
	width: 426px;
	height: 34px;
	color: #b2b2b2;
	font-weight: 400;
	font-size: 13px;
	background: #fff;
	border: solid #9e9d9d;
	border-width: 1px 0 1px 1px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	}

#topbar .center form div input.entered {
	color: #333;
	}

#topbar .center form div button {
	float: left;
	width: 70px;
	height: 34px;
	color: #fff;
	font-size: 13px;
	background: #ff7900;
	border: none;
	}

#topbar .center form div button:hover {
	color: #ff7900;
	background: #f9f9f9;
	border: 1px solid #d8dbde;
	}

#topbar .center .avatar {
	position: relative;
	float: right;
	margin-top: 12px;
	padding-right: 40px;
	width: 84px;
	height: 44px;
	white-space: nowrap;
	}

#topbar .center .avatar.loggedin:before {
	content: "\f0d7";
	position: absolute;
	top: 17px;
	left: 50px;
	cursor: default;
	color: #333;
	font: 12px/1 "Font Awesome";
	}

#topbar .center .avatar .power-off:before {
	content: "\f011";
	position: absolute;
	top: 17px;
	right: 0;
	color: #ff7900;
	font: 12px/1 "Font Awesome";
	-moz-transform: rotate(0.1deg);
	}

#topbar .center .avatar .default {
	width: 44px;
	height: 44px;
	}

#topbar .center .avatar .photo {
	position: relative;
	width: 44px;
	height: 44px;
	border: 1px solid #ff7900;
	border-radius: 22px;
	behavior: url(js/PIE.htc);
	}

.ios #topbar .center .avatar .photo {
	margin: 1px;
	width: 42px;
	height: 42px;
	border: none;
	box-shadow: 0 0 0 1px #ff7900;
	}

#topbar .center .name {
	float: right;
	margin: 28px 17px 0 0;
	cursor: default;
	color: #333;
	font-weight: 400;
	font-size: 12px;
	}

#topbar .center .name a {
	color: #ff7900;
	}

#topbar .center .name a.username {
	color: #333;
	}

#topbar .center .qck {
	position: relative;
	float: right;
	margin: 12px 18px 10px 0;
	cursor: default;
	font-weight: 400;
	}

#topbar .center .qck li {
	display: inline-block;
	vertical-align: top;
	margin-left: 26px;
	}

#topbar .center .qck li a {
	position: relative;
	display: block;
	padding-top: 27px;
	width: 26px;
	color: #919191;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}

#topbar .center .qck li a:hover {
	color: #ff7900;
	}

#topbar .center .qck li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	background: #ff7900 url(../images/sprite.png) no-repeat;
	outline: 1px solid #fff;
	}

.ie8 #topbar .center .qck li a:before {
	visibility: visible;
	}

.sprite-loaded #topbar .center .qck li a:before {
	visibility: visible;
	}

#topbar .center .qck li.home a:before {
	top: 2px;
	margin-left: -11px;
	width: 22px;
	height: 20px;
	background-position: -238px 0;
	}

#topbar .center .qck li.msg a:before {
	top: 5px;
	margin-left: -13px;
	width: 26px;
	height: 17px;
	background-position: -270px 0;
	}

#topbar .center .qck li.upload a:before {
	margin-left: -12px;
	width: 25px;
	height: 23px;
	background-position: -306px 0;
	}

#topbar .center .qck li.msg small {
	position: absolute;
	top: 0;
	right: -6px;
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	font-size: 11px;
	background: #34ccbf;
	border-radius: 3px;
	}

.moz #topbar .center .qck li.msg small {
	padding-top: 1px;
	height: 13px;
	}

#topbar .center .qck:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 0 18px;
	height: 29px;
	border-right: 1px solid #ff7900;
	}

#topbar .center:after {
	content: "";
	clear: both;
	display: block;
	}


@media screen and (max-width: 1048px) {

#topbar .center form {
	width: 406px;
	}

#topbar .center form div input {
	width: 336px;
	}

}

@media screen and (max-width: 978px) {

#topbar .center form {
	width: 376px;
	}

#topbar .center form div input {
	width: 306px;
	}

}



/*  8. banner
---------------------------------------------*/

#banner {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 998px;
	height: 336px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px solid #c6c5c5;
	}

#banner h1 {
	background: url(../images/sprite.png) no-repeat 0 -5000px;
	}

#banner h1 a {
	text-decoration: none;
	}

#banner h1 a img.avatar {
	position: absolute;
	bottom: 11px;
	left: 33px;
	z-index: 2;
	width: 170px;
	height: 170px;
	border: 3px solid #fff;
	border-radius: 85px;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.32);
	object-fit: cover;
	behavior: url(js/PIE.htc);
	}

.ios #banner h1 a img.avatar {
	bottom: 14px;
	left: 36px;
	width: 164px;
	height: 164px;
	border: none;
	box-shadow: 0 0 0 3px #fff, 0 0 11px 3px rgba(0, 0, 0, 0.32);
	}

#banner h1 span.username{
	position: absolute;
	top: 229px;
	left: 222px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	text-shadow: 0 0 12px rgba(0, 0, 0 ,0.5);
	}

#banner h1 > span {
	position: absolute;
	top: 266px;
	left: 222px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-shadow: 0 0 12px rgba(0, 0, 0 ,0.5);
	}

#banner h1 span.location:before {
	content: "\f041";
	position: relative;
	top: 1px;
	display: -moz-inline-box;
	margin-right: 4px;
	cursor: default;
	font: 20.4px/1.2 "Font Awesome";
	-moz-transform: rotate(0.1deg);
	}

#banner .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	}

#banner .bar .mode {
	float: left;
	margin: 11px 0 0 192px;
	}

#banner .bar .mode li {
	float: left;
	margin-right: 11px;
	}

#banner .bar .mode li a {
	display: inline-block;
	color: #c0c4c8;
	font-size: 12.11px;
	text-decoration: none;
	}

#banner .bar .mode li.curr a {
	color: #34ccbf;
	}

#banner .bar .mode li a:before {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	margin-right: 3px;
	background: #e9e9e9 url(../images/sprite.png) no-repeat;
	outline: 1px solid #fff;
	}

.sprite-loaded #banner .bar .mode li a:before {
	visibility: visible;
	}

#banner .bar .mode li a:hover:before {
	background-color: #b2b2b2;
	}

#banner .bar .mode li.curr a:before {
	background-color: #319f9c;
	}

#banner .bar .mode li:first-child a:before {
	width: 15px;
	height: 16px;
	background-position: 0 0;
	}

#banner .bar .mode li:first-child + li a:before {
	width: 16px;
	height: 16px;
	background-position: -25px 0;
	}

#banner .bar .desktop {
	position: relative;
	float: right;
	margin: 6px 20px 0 0;
	width: 167px;
	}

#banner .bar .desktop:before {
	content: "\f002";
	position: absolute;
	top: 6px;
	left: 8px;
	color: #606060;
	font: 12px/1 "Font Awesome";
	-moz-transform: rotate(0.1deg);
 	}

#banner .bar .desktop div input {
	float: left;
	padding: 4px 10px 4px 24px;
	width: 125px;
	height: 23px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	}

#banner .bar .desktop div button {
	position: relative;
	float: right;
	width: 37px;
	height: 23px;
	color: #fff;
	font-size: 12px;
	line-height: 23px;
	background: #ff7900;
	border: none;
	border-radius: 8px;
	behavior: url(js/PIE.htc);
	}

#banner .bar .desktop div button:hover {
	color: #919191;
	background: #f9f9f9;
	border: 1px solid #d8dbde;
	}

#banner .bar .mobile {
	display: none;
	}

#banner .bar .nav {
	float: right;
	margin-right: 26px;
	}

#banner .bar .nav > li {
	position: relative;
	float: left;
	margin-left: 11px;
	}

#banner .bar .nav > li > * {
	color: #919191;
	font-size: 13.11px;
	}

#banner .bar .nav > li > :first-child {
	display: block;
	padding: 0 5px;
	height: 35px;
	line-height: 33px;
	text-decoration: none;
	border-top: 2px solid transparent;
	}

#banner .bar .nav > li      > a:hover,
#banner .bar .nav > li.curr > a {
	color: #319f9c;
	border-top-color: #319f9c;
	}
/*
#banner .bar .nav > li > strong {
	position: relative;
	padding-right: 14px !important;
	cursor: default;
	font-weight: 300;
	}

#banner .bar .nav > li > strong:after {
	content: "\f107";
	position: absolute;
	top: 9px;
	right: 0;
	font: 13px/1.2 "Font Awesome";
	}

#banner .bar .nav > li ul {
	position: absolute;
	top: 35px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	padding: 2px 8px 8px;
	background: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
	-webkit-transition: opacity 150ms, visibility 150ms;
	        transition: opacity 150ms, visibility 150ms;
	}

.touch #banner .bar .nav > li ul {
	-webkit-transition: none;
	        transition: none;
	}

.no-touch #banner .bar .nav > li:hover ul {
	opacity: 1;
	visibility: visible;
	}

.touch #banner .bar .nav > li.touched ul {
	opacity: 1;
	visibility: visible;
	}

#banner .bar .nav > li ul li {
	padding-top: 6px;
	}

#banner .bar .nav > li ul li:first-child {
	display: none;
	}

#banner .bar .nav > li ul li.dvdr {
	margin: 10px 0 9px;
	border-top: 1px solid #eff0f2;
	}

#banner .bar .nav > li ul li a {
	display: block;
	color: #333;
	font-size: 13.11px;
	text-decoration: none;
	white-space: nowrap;
	}

#banner .bar .nav > li ul li a:hover {
	color: #319f9c;
	}
*/
#banner > img {
	position: absolute;
	bottom: 35px;
	right: 0;
	}

.touch #banner > img {
	display: none;
	}



/*  9. side menu
---------------------------------------------*/

.sidemenu {
	position: absolute;
	top: 0;
	left: -280px;
	z-index: 150;
	width: 250px;
	height: 594px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 250px 114px;
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.54);
	-webkit-transition: left 400ms ease-out;
	        transition: left 400ms ease-out;
	}

.sidemenu.open {
	left: 0;
	}

.sidemenu h1 {
	height: 116px;
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.45);
	border-bottom: 2px solid #ff7900;
	}

.sidemenu h1 a {
	text-decoration: none;
	}

.sidemenu h1 a span {
	position: absolute;
	top: 71px;
	left: 68px;
	color: #fff;
	font-weight: 500;
	font-size: 15.17px;
	}

.sidemenu h1 a img {
	position: absolute;
	top: 68px;
	left: 15px;
	width: 37px;
	height: 37px;
	border-radius: 20px;
	box-shadow: 0 0 0 4px #fff, 0 0 13px rgba(0, 0, 0, 0.45);
	}

.sidemenu h1 > span {
	position: absolute;
	top: 94px;
	left: 61px;
	color: #fff;
	font-weight: 400;
	font-size: 11.12px;
	}

.sidemenu .meta {
	position: relative;
	margin: 12px 9px 0;
	font-size: 0;
	}

.sidemenu .meta li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 10px;
	text-align: center;
	}

.sidemenu .qck li:not(:first-child) {
	margin-top: 3px;
	}

.sidemenu .qck li.logout {
	margin-top: 12px;
	}

.sidemenu .qck li.logout:before {
	content: "";
	display: block;
	margin: 0 0 17px 36px;
	width: 168px;
	border-top: 1px solid #b1b1b1;
	}

.sidemenu .meta li small {
	display: block;
	color: #909190;
	font-size: 10.27px;
	}

.sidemenu .meta li strong {
	display: block;
	margin-top: 2px;
	color: #606060;
	font-size: 18.39px;
	font-family: Arial, sans-serif;
	}

.sidemenu form {
	position: relative;
	margin: 8px auto 0;
	width: 218px;
	}

.sidemenu form:before {
	content: "\f002";
	position: absolute;
	top: 8px;
	left: 9px;
	font: 11.99px/1 "Font Awesome";
	-moz-transform: rotate(0.1deg);
	}

.sidemenu form div input {
	padding: 0 10px 0 25px;
	width: 100%;
	height: 29px;
	color: #b2b2b2;
	font-size: 11.99px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	}

.sidemenu form div input.entered {
	color: #333;
	}

.sidemenu form div button {
	position: absolute;
	left: -5000px;
	}

.sidemenu .qck {
	margin-top: 5px;
	}

.sidemenu .qck li a {
	position: relative;
	display: block;
	padding: 13px 0 12px 81px;
	color: #606060;
	font-weight: 500;
	font-size: 13.98px;
	text-decoration: none;
	}

.sidemenu .qck li a:hover {
	background: #f4f4f4;
	}

.sidemenu .qck li a:before {
	content: "";
	position: absolute;
	visibility: hidden;
	background: url(../images/sprite.png) no-repeat;
	}

.sprite-loaded .sidemenu .qck li a:before {
	visibility: visible;
	}

.sidemenu .qck li.home a:before {
	top: 12px;
	left: 37px;
	width: 17px;
	height: 16px;
	background-position: -359px 0;
	}

.sidemenu .qck li.msg a:before {
	top: 13px;
	left: 35px;
	width: 21px;
	height: 15px;
	background-position: -386px 0;
	}

.sidemenu .qck li.upload a:before {
	top: 10px;
	left: 35px;
	width: 20px;
	height: 19px;
	background-position: -417px 0;
	}

.sidemenu .qck li.msg small {
	position: absolute;
	top: 11px;
	left: 48px;
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	font-size: 11px;
	background: #34ccbf;
	border-radius: 3px;
	}

.moz .sidemenu .qck li.msg small {
	padding-top: 1px;
	height: 13px;
	}

.sidemenu .qck li.settings a:before {
	content: "\f013";
	top: 12px;
	left: 37px;
	color: #ff7900;
	font: 17.98px/1 "Font Awesome";
	background: none;
	}

.sidemenu .qck li.logout a:before {
	content: "\f011";
	top: 12px;
	left: 37px;
	color: #ff7900;
	font: 17.98px/1 "Font Awesome";
	background: none;
	-moz-transform: rotate(0.1deg);
	}



/* 10. responsive layout (736px)
---------------------------------------------*/

@media screen and (max-width: 736px) {

/*  6. main content  */

body:not(.grid) #main {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	max-width: 320px;
	}

#friends #main,
#fans    #main {
	margin-bottom: 0;
	}


/*  7. top bar  */

body:not(.grid) #topbar {
	display: none;
	}


/*  8. banner  */

body:not(.grid) #banner {
	max-width: 320px;
	height: 223px;
	border-top: none;
	border-bottom: 1px solid #c0c4c8;
	background-size: 609px 183px;
	}

body:not(.grid) #banner .sidemenu-toggle {
	position: absolute;
	top: 19px;
	left: 22px;
	width: 16px;
	height: 14px;
	cursor: pointer;
	background: url(../images/sprite.png) no-repeat -447px 0;
	}

body:not(.grid) #banner .sidemenu-toggle:hover {
	background-position: -473px 0;
	}

body:not(.grid) #banner h1 {
	padding-top: 125px;
	text-align: center;
	}

body:not(.grid) #banner h1:after {
	content: "";
	display: block;
	margin: 4px auto;
	width: 126px;
	border-top: 1px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	}

body:not(.grid) #banner h1 a img.avatar {
	top: 54px;
	bottom: auto;
	left: 50%;
	margin-left: -28px;
	width: 57px;
	height: 57px;
	border: none;
	box-shadow: 0 0 0 2px #34ccbf, 0 0 4px 2px rgba(0, 0, 0, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.29);
	}

body:not(.grid) #banner h1 a img.avatar:hover {
	box-shadow: 0 0 0 2px #fff, 0 0 4px 2px rgba(0, 0, 0, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.29);
	}

body:not(.grid) #banner h1 a span {
	position: static;
	font-size: 14.98px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	}

body:not(.grid) #banner h1 > span {
	position: static;
	float: left;
	display: block;
	margin-top: 12px;
	width: 100%;
	font-size: 12.01px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	}

body:not(.grid) #banner h1 > span:before {
	top: 0;
	font-size: 14.01px;
	}

body:not(.grid) #banner .bar {
	height: 39px;
	}

body:not(.grid) #banner .bar .srch-btn {
	display: none;
	}

body:not(.grid) #banner .bar .mode {
	display: none;
	}

body:not(.grid) #banner .bar .desktop {
	display: none;
	}

body:not(.grid) #banner .bar .mobile {
	display: block;
	}

body:not(.grid) #banner .bar .mobile .mobile-srch-toggle {
	position: absolute;
	top: 10px;
	right: 18px;
	z-index: 3;
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-indent: -1px;
	background: #919191;
	border-radius: 10px;
	}

body:not(.grid) #banner .bar .mobile .mobile-srch-toggle:hover {
	background: #333;
	}

body:not(.grid) #banner .bar .mobile .mobile-srch-toggle:before {
	content: "\f002";
	display: -moz-inline-box;
	color: #fff;
	font: 10.57px/1 "Font Awesome";
	text-indent: 1px;
	-moz-transform: rotate(0.1deg);
	}

body:not(.grid) #banner .bar .mobile form {
	position: absolute;
	bottom: -38px;
	right: 8px;
	visibility: hidden;
	opacity: 0;
	width: 246px;
	height: 46px;
	background: url(../images/sprite.png) no-repeat -554px 0;
	-webkit-transition: opacity 150ms, visibility 150ms;
	        transition: opacity 150ms, visibility 150ms;
	}

body:not(.grid) #banner .bar .mobile .mobile-srch-toggle.triggered + form {
	visibility: visible;
	opacity: 1;
	}

body:not(.grid) #banner .bar .mobile form div input {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 3px 0;
	width: 176px;
	height: 21px;
	font-size: 12px;
	border: none;
	}

body:not(.grid) #banner .bar .mobile form div button {
	position: absolute;
	top: 16px;
	right: 14px;
	width: 36px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	background: #ff7900;
	border: none;
	border-radius: 8px;
	}

body:not(.grid) #banner .bar .mobile form div button:hover {
	background: #919191;
	}

body:not(.grid) #banner .bar .nav {
	float: left;
	margin-right: 0;
	padding: 7px 0 0 4px;
	width: 100%;
	}

body:not(.grid) #banner .bar .nav > li {
	margin-left: 9px;
	}

body:not(.grid) #banner .bar .nav > li:nth-child(1) {
	display: none;
	}

body:not(.grid) #banner .bar .nav li a {
	padding: 7px 8px 6px;
	height: auto;
	line-height: 1;
	border-top: none;
	border-radius: 7px;
	}

body:not(.grid) #banner .bar .nav li:nth-child(3) a {
	padding-right: 6px;
	padding-left: 6px;
	}

body:not(.grid) #banner .bar .nav > li      > a:hover,
body:not(.grid) #banner .bar .nav > li.curr > a {
	color: #fff;
	background: #34ccbf;
	}

/*
body:not(.grid) #banner .bar .nav > li > :first-child {
	height: 39px;
	line-height: 37px;
	}

body:not(.grid) #banner .bar .nav > li > strong {
	padding-right: 0 !important;
	font-size: 0;
	}

body:not(.grid) #banner .bar .nav > li > strong:after {
	content: "\f0c9";
	position: relative;
	top: -1px;
	font: 17px/43px "Font Awesome";
	}

body:not(.grid) #banner .bar .nav > li:last-child:hover > strong:after {
	color: #b4b6b8;
	}

body:not(.grid) #banner .bar .nav > li ul {
	top: 42px;
	left: auto;
	right: -3px;
	}

body:not(.grid) #banner .bar .nav > li ul li:first-child {
	display: block;
	}
*/
body:not(.grid) #banner > img {
	display: none;
	}

}