@import "common.css";
@import "nav.css";
@import "friend-links.css";
@import "list.css";
@import "view_page.css";
@import "member-profile.css";

:root {
	--background-color: #ffffff;
	--hover-background-color: #dddddd;
	--item-background-color: #f9f7f7;
	--color: #000028;
	--hover-color: #f56c08;	
	--border-color: #ebe7e7;
	--fixed-background-color: #fdfdfd;
	--search-background-color: #f6f8fa;
	--search-color: #000028;
	--search-hover-color: #222;
	--search-text-border-color: #4E6EF2;
	--suggest-search-background-color: #fdfdfd;
	--navigation-background-color: #dfdede;
	--navigation-button-ico-bar: #e4e4e4;
	--navigation-open-button-ico-bar: #fc5729;
	--navigation-item-border-color: #e6e6e8;
	--navigation-item-selected: #ff6022;
	--navigation-item-hover-background-color: #ff6022;
	--navigation-highlight-color: #bfd128;
	--h-color: #272727;
	--footer-color: #7a7e85;
	--footer-hover-color: #888888;
	--footer-nav-color: #7a7e85;
	--error-color: #e44242;
	--placeholder-color: #cfc9c9;
	--block-video-background-color: #fdfdfd;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
p.text {
	padding: 10px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}
q:before,
q:after {
	content: '';
}
a * {
	cursor: pointer;
}
html {
	height: 100%;
	background: #fff url('../images/blank.gif') 50% 0;
}
body {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #000028;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	word-break: break-all;
}
a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #f56c08;
}
input,
select,
textarea {
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.fixed-header {
	padding-top: 64px;
}
.fixed-h-ele {
	background: var(--fixed-background-color);
	border-bottom: 0;
    box-shadow: 0 4px 8px -4px rgba(68,68,68,.8);
}
.container {
	max-width: 1150px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/*margin-top:38px;*/
	margin-top:10px;
}
.hidden {
	display: none;
}
.page-error {
	padding: 10px;
	background: transparent;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* header */
.header {
	max-width: 1150px;
	width: 100%;
	padding: 0 5px;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}
.fixed-header .header {
	position: fixed;
	top: 0px;
    z-index: 999;
	width: 100%;
	max-width: 100%;
	background: var(--fixed-background-color);
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 0;
    box-shadow: 0 4px 8px -4px rgba(68,68,68,.8);
}
.header-inner {
	display:flex;
	align-items:center;
	justify-content: center;
	width: 100%;
	height: 64px;
	flex-flow: row nowrap;
	position: relative;
	left: 0px;
}
.header-inner .header-wrapper {
	display:flex;
	align-items:center;
	width: 100%;
	max-width: 1150px;
}
/* logo */
.logo {
	flex: 0 0 auto;
	margin: 0px 15px 0 0;
	width: 249px;
	height: 47px;
	display:flex;
	align-items:center;
	justify-content: center
}
.logo a {
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
	height: 47px;
}
.logo a img{
	width: 249px;
	height: 47px;
}

/* search */
.search-wrapper {
	position: relative;
	left: 0px;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}
.search-group {
   padding-top: 10px;
   padding-bottom: 10px; 
   height: 44px;
   display: flex;
   justify-content: flex-end;
   margin: auto;
}
.fixed-header .search-group {
    /* z-index: 1000; */
    opacity: 1;
    width: 100%;
    left: 0;
    margin: 0 auto;
    top: 0;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.search {
	position: relative;
	min-width: 656px;
	*width: 715px;
	display: flex;
}
.fixed-header  .search {
	z-index: 1000;
}
/*
.search .main-logo {
	height: 44px;
	margin-right: 6px;
	vertical-align: bottom;
	display: inline-block;
}
.search .main-logo img {
	width: 249px;
	height: 44px;
	margin-top: -2px;
}
*/
.search .tabs-toggle {
	cursor: pointer;
	position: absolute;
	top: -1px;
	left: 0px;
	*left: -1px;
	z-index: 111;
	*z-index: 1000;
	padding: 0 10px;
	width: 38px;
	height: 44px;
	text-align: left;
	font: 400 12px/45px MicrosoftYaHei;
	text-decoration: none;
	color: var(--search-color);
	padding-left: 16px;
}
.search .tabs-toggle .arrow {
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 44px;
	width: 11px;
	height: 12px;
	text-indent: -999px;
	background: url(../images/tabs-arrow-down.png) no-repeat center / contain;
}
.search .tabs-toggle:hover>.arrow {
    background: url(../images/tabs-arrow-down-hover.png) no-repeat center / contain;
}
.search .tabs-toggle-open .arrow {
    background: url(../images/tabs-arrow-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.search .tabs-toggle-open:hover>.arrow {
    background: url(../images/tabs-arrow-up-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.search .tabs {
	position: absolute;
	top: 42px;
	left: 0px;
	*left: 0px;
	z-index: 776;
	border: 2px solid var(--search-text-border-color);
	border-top: 0;
	background: var(--search-background-color);
	border-radius: 0 0 10px 10px;
}
.search .tabs .padding-ele {
	position: absolute;
	top: -8px;
	left: -2px;
	height: 8px;
	width: 58px;
	display: block;
	border-left: 2px solid var(--search-text-border-color);
	background-color: var(--search-background-color);
}
.search .tabs .tab {
	display: block;
	box-sizing: border-box;
	padding-left: 14px;
	width: 56px;
	height: 24px;
	text-align: left;
	font: 400 12px/24px MicrosoftYaHei;
	color: var(--search-color);
	position: static;
}
.search .tabs-hover .tab {
	background: transparent;
}
.search .tabs .curr,
.search .tabs-hover .tab:hover {
	text-decoration: none;
	color: var(--search-hover-color);
	background: #656566;
}
.search .tabs-hover .curr {
	color: var(--search-color);
	background: transparent;
}
.search .tabs .last-tab {
    position: relative;
    margin-bottom: 7px;
}
.search .tabs .last-tab:after {
    content: ">";
    position: absolute;
    top: -1px;
    right: 8px;
}


.search form {
	position: relative;
	z-index: 110;
	*height: 46px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.search .search-text {
	position: relative;
	height: 40px;
	*z-index: 999;
	border-right: 0;
	background: 0 0;
	border-radius: 10px 0 0 10px;
	border: 2px solid var(--search-text-border-color);
	border-right: 0;
	display: inline-block;
}
.fixed-header .search .search-text {
	background: var(--search-background);
}
.search .search-button {
	cursor: pointer;
	position: relative;
}
.search .search-button .submit-input {
	width: 112px;
	height: 44px;
	*height: 46px;
	background: var(--search-text-border-color);
	border: 0;
	*border: 0 none;
	color: #fff;
	font-size: 17px;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
}
.search .search-button .submit-input:hover {
	background: var(--search-text-border-color);
}

.search .search-text input {
	width: 443px;
	height: 16px;
	line-height: 16px;
	padding: 12px 33px 12px 15px;
	margin-left: 51px;
	caret-color: var(--search-color);;
	border: 0;
	*border: 0 none;
	background: 0 0;
	font-size: 16px;
	color: var(--search-hover-color);;
	font-family: "Microsoft YaHei";
}
.search .hotword {
	position: absolute;
	right: 14px;
	top: 11px;
	width: 18px;
	height: 18px;
	text-indent: -99999px;
	z-index: 12;
}
.search .hot-num {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	border-radius: 20px;
	background-color: #FC561F;
	top: 6px;
	opacity: 1;
}
.search .hotword-off .hot-num {
	display: block;
	color: #9195a3;
	background-color: #F5F5F6;
}
.search .hotword-on .hot-num{
	display:none;
}
.search .hotword-on {
    overflow: hidden;
    border-radius: 20px;
    background: url(../images/search-sug-arrow-up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.search .search-text input:focus {
	outline: none;
}
.search .suggest-search {
	position: absolute;
	top: 33px;
	left: -2px;
	z-index: 999;
	*z-index: 555;
	width: 542px;
	font-family: Arial,"PingFang SC",Helvetica,"Microsoft YaHei",SimSun;
	background-color: var(--suggest-search-background-color);
	border-radius: 0 0 10px 10px;
	border: 2px solid var(--search-text-border-color);
	border-top: 0;
	padding-bottom: 8px;
}
.search .suggest-search .suggest .detail {
	height: 180px;
	width: 238px;
	float: right;
	display: none;
}
.search .suggest-search .new-list-header {
	margin-left: 8px;
	margin-right: 8px;
	height: 2px;
	background: var(--border-color);
	border-radius: 1px;
	margin-top: 7px;
}
.search .suggest-search .list-hook {
	zoom: 1;
	max-height: 300px;
	overflow-y: auto;
}
.search .suggest-search .suggest-item {
	color: #272727;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	cursor: pointer;
	padding: 2px 0;
	position: relative;
}
.search .suggest-search .suggest-item:hover {
    background-color: var(--hover-background-color);
}
.search .suggest-search .suggest-text {
	display: block;
	line-height: 26px;
	overflow: hidden;
}
.search .suggest-search .suggest-item.sug-input .suggest-text {
	padding-right: 60px;
}
.search .suggest-search .history .suggest-text {
	color: #222;
}
.search .suggest-search .sug-prefix-icon {
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}
.search-text img {
    margin-left: 15px;
    height: 17px;
    width: 16px;
}
.search .suggest-search .sug-text-wrap {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search .suggest-text span {
	margin-right: 4px;
}
.suggest-search .suggest-item .tag-type {
    position: absolute;
    top: 2px;
    right: 14px;
    height: 26px;
    line-height: 26px;
    float: none;
    margin-right: 0;
    white-space: nowrap;
}

.search .search-text input::-webkit-input-placeholder {
	color: var(--placeholder-color);
}
.search .search-text input:-moz-placeholder {
	color: var(--placeholder-color);
}
.search .search-text input::-moz-input-placeholder {
	color: var(--placeholder-color);
}
.search-text input:-ms-input-placeholder {
	color: var(--placeholder-color);
}
.search .search-text input::-ms-input-placeholder {
	color: var(--placeholder-color);
}
.search-text input::placeholder {
	color: var(--placeholder-color);
}

.search .all-hot-search-wrapper {
	overflow: hidden;
	position: absolute;
	left: 215px;
	top: 12px;
	width: 443px;
	height: 20px;
}
.search .all-hot-search-wrapper .all-hot-search {
    position: absolute;
    top: 0;
    left: 0;
}
.search .all-hot-search-wrapper .all-hot-search .hot-search {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #9195a3;
}

.fixed-header .search .all-hot-search-wrapper {
	z-index: 2000;
}
.fixed-header .search .all-hot-search-wrapper {
	left: 319px;
}

/* member links */
.member-links {
	position: relative;
	padding-right: 24px;
	width: auto !important;
}
.member-links ul {

}
.member-links li {
	display: inline-block;
	vertical-align: top;
    padding-left: 5px;
	margin-left: 10px;
	border-left: 1px solid var(--border-color);
}
.member-links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.member-links .upload-link {

}
.member-links .upload-link a {

}
.member-links a {

}
.member-links a.disabled {

}
.member-links a:hover,
.member-links a.disabled:hover {

}
.member-links #login {
	display: inline-block;
    height: 40px;
    width: 66px;
    border-radius: 22px;
    background-color: #dfdede;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    opacity: 90%;
    cursor: pointer;
}
.quick-user-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.icon-vip-pic {
	position: absolute;
	bottom: 2px;
	left: 40px;
	width: 24px;
	height: 12px;
}
/* quick按钮 */
.mod-quick {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
	padding-right:5px;
}
.mod-quick a {
    text-decoration: none;
}
.mod-quick *, .mod-quick *:before, .mod-quick *:after {
    box-sizing: border-box;
}
.quick-item {
    display: flex;
    justify-content: center;
    width: 40px;
	height: 40px;
	box-sizing: border-box;
}
.quick-item .quick-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0;
    text-decoration: none;
    z-index: 11;
    cursor: pointer;
    width: 100%;
}
.quick-item .quick-img {
	width: 24px;
	height:24px;
}
.quick-item .quick-text {
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.mod-quick-pop {
	display: none;
	z-index: 11;
}

.mod-pop-user {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 300px;
    background-color: var(--hover-background-color);
    border-radius: 3px;
    overflow: hidden;
}
.mod-quick .mod-pop-user .quick-pop-user {
    color: rgba(230,233,240,.45);
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head {
    width: 100%;
    padding: 22px 20px 18px;
    text-align: center;
    background-color: #4c4942;
    position: relative;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .user-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 10000;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .user-info .user-nickname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--hover-color);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
	margin-right: 7px;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .user-info .link-vip-icon {
    display: flex;
    align-items: center;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .user-info .link-vip-icon .icon-vip-logo {
    max-height: 14px;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip {
    z-index: 10000;
    position: relative;
    display: inline-block;
    text-align: center;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap .vip-next,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip .vip-next {
    display: inline-block;
    max-width: 260px;
    text-align: center;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap .vip-next .btn-vip,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap .vip-next .btn-vip-em,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap .vip-next .btn-vip-change,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head .quick-vip-wrap .vip-next .btn-vip-normal,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip .vip-next .btn-vip,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip .vip-next .btn-vip-em,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip .vip-next .btn-vip-change,
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-head #quick-user-vip .vip-next .btn-vip-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: var(--hover-color);
    background: linear-gradient(90deg,#FFDF89 0%,#F2CA5B 100%);
    border-radius: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-body {
    padding: 10px 21px 0;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-body .quick-feature .entry-item {
    padding: 8px 0 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 8px;
    position: relative;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-body .quick-feature .entry-item .icon-pic {
    opacity: .92;
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-body .quick-feature .entry-item .icon-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-body .quick-feature .entry-item .un-read-vip-msg-tip {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 3px;
    display: none;
}

.mod-quick .mod-pop-user .quick-pop-user .quick-pop-user-footer {
    display: block;
    padding: 10px 0;
    margin: 11px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.member-links:hover .mod-pop-user {
	display: block;
}
.upload  img,
.header-app-download img {
	width: 24px;
	height: 24px;
}

/* navigation */
.navigation_wrapper {
    height: 38px;
    margin-top: 0px;
    padding: 0 5px;
    overflow: hidden;
	background: var(--navigation-background-color);
	border-bottom: 1px solid var(--border-color);
}
.navigation {
	background: var(--navigation-background-color);
	height: 38px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.navigation .swiper-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:auto;
    height: 38px;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
}
.navigation .button {
	display: none;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	border: none;
	outline: none;
	background: var(--navigation-background-color);
	height: 38px;
	cursor: pointer;
}
.navigation .button .icon {
	display: inline-block;
	height: 20px;
	width: 29px;
	position: relative;
}
.navigation .button .ico-bar {
	background: #272727;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	left: 0;
}
.navigation .button .ico-bar:first-child {
	top: 0;
}
.navigation .button .ico-bar:nth-child(2) {
	top: 8px;
}
.navigation .button .ico-bar:nth-child(3) {
	top: 16px;
}
.navigation.open .button .ico-bar {
	background: #fc5729;
	left: 4px;
}
.navigation.open .button .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	-moz-transform: rotate(45deg) translate(5px, 9px);
	-ms-transform: rotate(45deg) translate(5px, 9px);
	-o-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px);
}
.navigation.open .button .ico-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg) translate(2px, -6px);
	-moz-transform: rotate(-45deg) translate(2px, -6px);
	-ms-transform: rotate(-45deg) translate(2px, -6px);
	-o-transform: rotate(-45deg) translate(2px, -6px);
	transform: rotate(-45deg) translate(2px, -6px);
}
.navigation.open .button .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.navigation .primary {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	display: table;
	width: 100%;
	/* width: 85%;*/
	text-align: center;
}
.navigation .primary.swiper-wrapper {
	display: block;
}
.navigation .primary li {
	display: table-cell;
	border-left: 1px solid var(--navigation-item-border-color);
	border-right: 1px solid var(--navigation-item-border-color);
}
.navigation .primary.swiper-wrapper li, .navigation .swiper-wrapper .swiper-slide {
	display: inline-block;
	width: auto;
	margin-right: 13px;
	margin-left: 9px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.navigation .primary li:first-child {
	border-left: none;
}
.navigation .primary a {
	display: block;
	padding: 11px 0;
	text-transform: uppercase;
	color: var(--color);
}
.navigation .primary.swiper-wrapper .selected {
	position: relative;
}
.navigation .primary.swiper-wrapper .selected:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border: 1px solid var(--hover-color);
    background: var(--hover-color);
    width: 30%;
    border-radius: 3px;
}
.navigation .primary li:first-child a {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
.navigation .primary .selected a {
	background: none;
	color: var(--navigation-item-selected);
}
.navigation .primary .selected a:hover {
	background: none;
	color: var(--navigation-item-selected);
}
.navigation .primary a:hover {
	color: var(--navigation-item-hover-background-color);
}
.navigation .primary .highlight a {
	color: var(--navigation-highlight-color);
}
.navigation .primary .highlight a:hover {
	color: var(--hover-color);
}
.navigation .primary .drop {
	position: relative;
}
.navigation .primary .drop > a:after {
	content: '';
	border-top: 4px solid #ffffff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 7px;
}
.navigation .primary .drop:hover a {
	color: #4e4e4e;
	background: #eeeeee;
}
.navigation .primary .drop:hover > a:after {
	border-top: none;
	border-bottom: 4px solid #4e4e4e;
}
.navigation .primary .drop:hover ul {
	display: block;
}
.navigation .primary ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
.navigation .primary ul li {
	border: solid #d5d5d5;
	border-width: 1px 0 0;
	display: block;
}
.navigation .primary .drop:hover ul a {
	color: #4e4e4e;
	display: block;
	float: none;
	padding: 11px 17px;
	text-transform: capitalize;
	background: #eeeeee;
}
.navigation .primary .drop ul a:hover {
	color: #f56c08;
	background: #f6f8fa;
}
.navigation .primary .drop li:first-child a {
	border-radius: 0;
	-webkit-border-radius: 0;
}
.navigation .secondary {
	float: right;
	padding: 12px 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.navigation .secondary li {
	float: left;
	border-left: 1px solid #3c3c3c;
}
.navigation .secondary li:first-child {
	border-left: none;
}
.navigation .secondary a {
	float: left;
	margin: 0 20px;
	color: #999999;
	text-decoration: underline;
}
.navigation .secondary a:hover {
	color: #f56c08;
}
/* footer */
.footer {
	width: 100%;
	color: var(--footer-color);
	font-size: 11px;
	line-height: 16px;
	padding: 10px 0;
}
.footer .footer-wrap {
	max-width: 1150px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.footer a {
	color: var(--footer-color);
	/*text-decoration: underline;*/
}
.footer a:hover {
	color: var(--footer-hover-color);
}
.footer .nav {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
}
.footer .nav li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	position: relative;
}
.footer .nav li:before {
	content: "|";
	position: absolute;
	left: -2px;
	top: 7px;
	color: var(--footer-nav-color);
	font-size: 11px;
	line-height: 14px;
}
.footer .nav li:first-child:before {
	content: "";
}
.footer .nav a {
	display: block;
	padding: 8px 22px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: var(--footer-nav-color);
	text-decoration: none;
}
.footer .nav a:hover {
	color: var(--hover-color);
}
.footer .copyright {
	padding: 2px 0 2px 41px;
	min-height: 31px;
	margin: 16px 50px 0 43px;
	text-align: center;
}
.footer .txt {
	margin: 18px 43px 0 0;
	text-align: center;
	overflow: hidden;
}
.box {
	background:  var(--fixed-background-color);
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box.message {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 400px;
}
/* headings *****/
.headline {
	padding: 18px 5px 8px 5px;
}
.headline:after {
	content: "";
	display: block;
	clear: both;
}
h1,
h2,
h3 {
	float: left;
	color: var(--h-color);
	padding: 0 2px;
	font-size: 20px;
	line-height: 25px;
}
h1 a,
h2 a,
h3 a, {
	text-decoration: underline;
}
.sort {
	float: right;
	min-width: 140px;
	position: relative;
	margin-left: 3px;
	cursor: pointer;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #d8d8d8 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sort:after {
	content: '';
	border-top: 4px solid #4e4e4e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 11px;
	right: 6px;
}
.sort:hover {
	background: #a4a4a4;
	background: -moz-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(100%, #8b8b8b));
	background: -webkit-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -o-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -ms-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: linear-gradient(to bottom, #a4a4a4 0%, #8b8b8b 100%);
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.sort:hover:after {
	border-bottom: 4px solid #ffffff;
	border-top: none;
}
.sort .icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.sort .type-sort {
	background: url('../images/ico-sort.png') 5px 5px no-repeat;
}
.sort .type-video {
	background: url('../images/ico-video.png') 5px 4px no-repeat;
}
.sort .type-fav {
	background: url('../images/ico-favourite.png') 5px 5px no-repeat;
}
.sort .type-visibility {
	background: url('../images/ico-private.png') 5px 4px no-repeat;
}
.sort .type-edit {
	background: url('../images/ico-edit.png') 5px 5px no-repeat;
}
.sort strong {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 18px 5px 28px;
	white-space: nowrap;
	color: #4e4e4e;
	cursor: pointer;
	max-width: 200px;
	overflow: hidden;
}
.sort:hover strong {
	color: #f6f8fa;
}
.sort:hover ul {
	display: block;
}
.sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	overflow: hidden;
	background: #f1f1f1;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}
.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: #4e4e4e;
}
.sort ul a:hover {
	color: #f56c08;
	background: #f6f8fa;
	cursor: pointer;
}
.headline .button,
.headline .more {
	float: right;
	color: #4e4e4e;
	height: 19px;
	margin-left: 3px;
	padding: 6px 0 0;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #d8d8d8 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.headline .more {
	position: relative;
}
.headline .button.done,
.headline .button.done:hover,
.headline .button.disabled,
.headline .button.disabled:hover {
	color: #9b9b9b;
	cursor: default;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #d8d8d8 100%);
}
.headline .button.done *,
.headline .button.disabled * {
	cursor: default;
}
.headline .button span {
	padding: 0 9px;
}
.headline .button.done span {
	background: url('../images/ico-checkmark.png') 4px -2px no-repeat;
	padding: 0 9px 0 23px;
}
.headline .more span {
	font-weight: bold;
	padding: 0 25px 0 9px;
}
.headline .more:after {
	content: '';
	border-left: 4px solid #4e4e4e;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 10px;
	right: 8px;
}
.headline .button:hover,
.headline .more:hover {
	color: #000028;
	background: #a4a4a4;
	background: -moz-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(100%, #8b8b8b));
	background: -webkit-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -o-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -ms-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: linear-gradient(to bottom, #a4a4a4 0%, #8b8b8b 100%);
}
.headline .more:hover:after {
	border-left: 4px solid #ffffff;
}
.headline .button-info {
	position: relative;
	float: right;
	height: 17px;
	margin: 2px 0 0 10px;
	padding: 3px 8px 0 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #4e4e4e;
	background: #bcbcbc;
}
.headline .button-info:before {
	position: absolute;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #bcbcbc;
	left: -5px;
	top: 5px;
}
.empty-content {
	padding: 15px 15px 0;
	font-size: 14px;
	line-height: 16px;
}
.empty-content h2 {
	float: none;
	display: block;
	padding: 10px 0;
}
.empty-content a {
	text-decoration: underline;
}
.empty-content p {
	padding: 5px 0;
	line-height: 20px;
}
.empty-content ul,
.empty-content ol{
	padding-left: 20px;
}
.empty-content li {
	list-style: disc inside;
	line-height: 20px;
	margin-bottom: 10px;
}
.empty-content ol li {
	list-style: decimal inside;
}
/* tags cloud *****/

.tags-cloud {
	margin-top: 10px;
	background: var(--fixed-background-color);
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.tags-cloud a{
	flex: auto;
    margin-top: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;	
}
.tags-cloud .all {
	display: block;
	width: 100%;
	border-top: 1px solid var(--border-color);
	text-align: center;
	padding: 5px 0 0;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 26px;
}
/* search cloud *****/
.search-cloud {
	padding: 0px 1px;
	text-align: left;
	font-size:15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.search-cloud .search-cloud-item {
	box-sizing: border-box;
    display: inline-block;
    padding: 0px 3px;
	margin: 0px 1px 6px 0px;
	min-width: 60px;
	/*max-width:90px;*/
	flex:auto;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    border: 1px solid var(--border-color);
    text-align: center;
}
.search-cloud a {
	display:block;
}
/* advertisement boxes *****/
.spot img,
.spot embed,
.spot object,
.spot iframe {
	vertical-align: bottom;
}
/* navigation top ad */
.navigation_top {
	width:100%;
	margin: 4px 0px;
}
.navigation_top a {
	
}
.navigation_top img {
	width: 100%;
	max-height:80px;
}
/* top ad */
.top a {
	display: block;
	margin: 31px 0 0;
	width: 100%;
	overflow: hidden;
}
.top img {
	width: 100%;
	/*height: auto;*/
}
/* list ads */
.place {
	float: right;
	width: 315px;
	padding: 2px 40px;
	overflow: hidden;
	background: #f6f8fa;
	margin-left: 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.margin-fix .place {
	margin-top: 15px;
}
.place .spot {
	overflow: hidden;
}
.place .spot a {
	width: 315px;
	height: 300px;
	background: #f6f8fa;
	overflow: hidden;
	display: block;
}

/* bottom adv */
.bottom-adv {
	margin: 30px 0 10px;
	text-align: center;
	font-size: 0;
}
.bottom-adv .spot {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	overflow: hidden;
	margin: 1px;
}
.bottom-adv .spot a {
	width: 300px;
	height: 250px;
	background: #f6f8fa;
	overflow: hidden;
	display: block;
}

/* pagination */
.pagination {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #fdfdfd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	line-height:14px;
}
.pagination-holder {
	display: inline-block;
	vertical-align: bottom;
}
.pagination ul {
	border-left: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	text-align: center;
}
.pagination ul:after {
	content: "";
	display: block;
	clear: both;
}
.pagination li {
	float: left;
	border-left: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	font-weight: bold;
	color: #a2a2b6;
	text-align: center;
}
.pagination a,
.pagination span {
	display: block;
	padding: 12px 12px 14px;
	min-width: 14px;
}
.pagination a {
	color: #272727;
}
.pagination a:hover {
	color: #f56c08;
	background: #f9f7f7;
	background: -moz-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f7f7), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #f9f7f7 0%, #ebebeb 100%);
}
.pagination .prev,
.pagination .next {
	display: none;
	min-width: 100px;
}
/* load-more */
.load-more {
	margin: 10px 0 0 0;
	text-align: center;
}
.load-more a {
	display: inline-block;
	padding: 12px 28px 14px;
	font-weight: bold;
	background: #272727;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.load-more a:hover {
	color: #f56c08;
	background: #f9f7f7;
	background: -moz-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f7f7), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #f9f7f7 0%, #ebebeb 100%);
}
/* content */
.content,
.main-content {
	width: 100%;
	overflow: hidden;
}
.main-container {
	overflow: hidden;
}
/* sidebar */
.sidebar {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	background: var(--background-color);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
	background: url('../images/divider.png') repeat-x;
	margin: -1px 0 0;
}
.sidebar .comments li:first-child,
.sidebar .list li:first-child,
.sidebar .filter li:first-child {
	background: none;
	margin: 0;
}
.sidebar .list a {
	display: block;
	padding: 10px 12px 13px 14px;
	font-weight: bold;
	color: var(--color);
	background: transparent;
}
.sidebar .list a:hover {
	color: var(--hover-color);
	background: var(--hover-background-color);
}
.sidebar .list .rating {
	float: right;
	color: var(--color);
}
.sidebar .list a:hover .rating {
	color: var(--hover-color);
}
.sidebar .comments .comment-text {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 10px;
	color: var(--color);
}
.sidebar .comments .comment-text a {
	color: var(--color);
}
.sidebar .comments .comment-text a:hover {
	color:  var(--hover-color);
}
.sidebar .comments .comment-info {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.sidebar .comments .image {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: var(--background-color);
}
.sidebar .comments .image img,
.sidebar .comments .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sidebar .comments .username {
	height: 14px;
	overflow: hidden;
	padding: 0 5px 3px 5px;
}
.sidebar .comments .username a,
.sidebar .comments .username span {
	color: var(--color);
}
.sidebar .comments .username a:hover {
	color: var(--hover-color);
}
.sidebar .comments .added {
	padding: 0 5px;
	overflow: hidden;
	color: var(--color);
}
.sidebar .filter li {
	position: relative;
	background: transparent;
}
.sidebar .filter li:hover {
	background: var(--hover-background-color);
}
.sidebar .filter li * {
	cursor: pointer;
}
.sidebar .filter li input {
	position: absolute;
	left: 16px;
	width: 14px;
	height: 14px;
	top: 10px;
}
.sidebar .filter li label {
	display: block;
	padding: 10px 12px 13px 34px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: var(--color);
}
.sidebar .filter li:hover label {
	color: var(--hover-color);
}
.sidebar label.group {
	display: block;
	padding: 10px 12px 2px 14px;
	color: var(--color);
}
.sidebar label.group:after {
	content: ":";
}
.sidebar form {
	padding: 10px 12px 10px 14px;
}
.sidebar form .selectbox.age {
	width: 70px;
}
.sidebar form .button-group label {
	float: none;
}
.sidebar .alphabet {
	overflow: hidden;
	padding: 0 0 4px;
	background: var(--background-color);
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .alphabet span,
.sidebar .alphabet a {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 25px;
	text-align: center;
	color: var(--color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0 0 0;
	border: 1px solid var(--border-color);
	background: transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sidebar .alphabet a.all {
	width: 36px;
}
.sidebar .alphabet a {
	cursor: pointer;
}
.sidebar .alphabet span {
	color: var(--color);
}
.sidebar .alphabet a:hover {
	background: var(--hover-background-color);
	border-color: var(--border-color);
	color: var(--hover-color);
}

/* block UI plugin overlay */
div.blockOverlay {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	background-color: #f6f8fa;
	cursor: wait;
}

/* related videos in player */
.player-related-videos {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px 30px 10px;
	background: #f6f8fa;
	overflow: hidden;
}
.player-related-videos .player-related-videos-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.player-related-videos .player-related-videos-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
.player-related-videos .player-related-videos-item .title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 52px;
	overflow: hidden;
	text-align: left;
	padding: 5px;
	color: #000028;
	background: -moz-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, rgba(12, 12, 12, 0.8)), color-stop(50px, transparent));
	background: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -o-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -ms-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
}
.player-related-videos .player-related-videos-item .duration {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000028;
	background: rgba(12, 12, 12, 0.8);
	padding: 2px 5px;
}
.no-touch .player-related-videos .player-related-videos-item .title,
.no-touch .player-related-videos .player-related-videos-item .duration {
	display: none;
}
.no-touch .player-related-videos .player-related-videos-item:hover .title,
.no-touch .player-related-videos .player-related-videos-item:hover .duration {
	display: block;
}

/*white customization*/
.list-playlists .item,
.list-members .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-categories .item,
.list-categories-groups .item
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item,
.list-serials-videos .item,
.list-serials-videos-screenshots .item,
.list-posts .item  {
	background: #f9f7f7;
	background: -moz-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f7f7), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f9f7f7 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #f9f7f7 0%, #ebebeb 100%);
}
.list-models .item {
	background: unset;
}
.list-playlists .item:hover,
.list-members .item:hover,
.list-models .item:hover,
.list-sponsors .item:hover,
.list-channels .item:hover,
.list-categories .item:hover,
.list-albums .item:hover,
.list-videos .item:hover,
.list-serials-videos .item:hover,
.list-posts .item:hover {
	background: #f6f8fa;
}
.item .title {
    color: #000028;
}
.item em {
    color: #4c4a4a;
}
.item .positive {
	color: #585858;
}
.item .negative {
	color: #fc5729;
}

.block-video {
    background: var(--block-video-background-color);
}

.toggle-button.active, 
.toggle-button.inversed {
    color: #f56c08;
    border: 1px solid #a2a2b6;
    background: #f6f8fa;
}
.toggle-button:hover,
.toggle-button.inversed:hover {
	color: #f56c08;
	border: 1px solid transparent;
	background: #f6f8fa;
}
.block-details .item span em {
    color: #848494;
}
.block-details .item a {
    color: #f56c08;
    background: #edeaea;
}
.block-details .item a:hover {
    color: #000028;
    background: #adadad;
}
.tab-content {
    border: 2px solid #f6f8fa;
    color: #848494;
}
.related-videos .list-sort span,
.related-serials-videos .list-sort span,
.related-albums .list-sort span {
	color: #272727;
	background: #dfdede;
}
.list_friend_links {
    border: 1px solid #b0b3b7;
}
.list_episodes .info span {
    color: #272727;
}
.list_episodes .info  em {
    color: #848494;
}
.list_episodes .episode_container  .episode_item a, 
.list_episodes .episode_container  .episode_item span {
    background: #dfdede;
    color: rgba(255,255,255,.6);
    color: #272727;
}
.list_episodes .episode_container  .episode_item:hover a, 
.list_episodes .episode_container  .episode_item:hover span {
    background: #343434;
    color: #f56c08;
}

.mod_sear_list_categories .mod_category_item li.selected {
	background-color:#fdfdfd !important;
}
.list-links-cate .links-cate-item {
    border: 1px solid #ebebeb !important;
    background-color: #f9f7f7 !important;
}
.list-links-logo .link-item-logo {
	background-color: #f9f7f7 !important;
}
.list-links-logo .link-item-logo:hover {
	background-color: #f6f8fa !important;
}
.list-links-logo .link-item-logo .title {
	color: #333;
}
.list-links .link-item {
    border: 1px solid #ebebeb !important;
}
.list-links .link-item:hover {
	background-color: #f6f8fa !important;
}
.list-links .link_cate_name {
	background-color: #dfdede !important;
	color: var(--color);
}
.list-links .link_cate_name:hover {
	color: #f56c08 !important;
}
.links-jump-keywords-links-item {
    border: 1px solid #ebebeb !important;
}
.openBtn,
.close-mod_btn {
	border-color: #ebebeb !important;
}
.list_hot_cities a {
	background: linear-gradient(to bottom, #dfdede 0%, #adaaaa 100%) !important;
}

/* responsive */
@media screen and (max-width: 1255px) {
	.bottom-adv .spot:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 1040px) {
	.fixed-header {
		padding-top: 120px;
	}
	.header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-inner{
		height: auto;
	}
	.header-inner .header-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.logo {
		order: 0;
		flex: 1  1 100%;
		margin-right: 0px;
		
	}
	.mod-quick {
		order: 1;
		flex: 1 1 auto;
		gap: 2px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.search-wrapper {
		flex: 1 1 100%;
		order: 2;
	}
	
	.search-group {
	  height: auto;
	}
	.search {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex-flow: row wrap;
	}
	.search .tabs-toggle {
		left: 8%;
	}
	.fixed-header .search .tabs,
	.search .tabs {
		top: 43px;
		left: 8%;
	}
	.search form {
		padding: 0px 8%;
		flex: 1 1 84%;
		
	}
	.search .search-text {
		flex: 1 1 calc(100% - 112px);
	}
	.search .search-text input {
		width: calc(100% - 99px);
	}
	.search .suggest-search {
		width: 100%;
	}
	.member-links {
		padding-right: 0px;
	}
	
	.main-content {
		display: table;
	}
	.main-container {
		display: table-header-group;
		width: 100%;
	}
	.sidebar {
		float: none;
		width: 100%;
		display: table-footer-group;
	}
	.sidebar .alphabet {
		text-align: left;
	}
	.sidebar .list li,
	.sidebar .filter li {
		display: inline-block;
		vertical-align: top;
		background: none;
	}
	.sidebar .list .rating {
		margin-left: 8px;
	}
}
@media screen and (max-width: 980px) {
	.navigation {
		height: auto;
		/*width: 60%;*/
		margin: 0 auto;
	}	
	.navigation .button {
		display: block;
	}
	.navigation .primary {
		float: none;
		display: none;
		width: auto;
		border-right: none;
	}
	.navigation .primary.swiper-wrapper {
		display: block;
	}	
	.navigation.open .primary {
		display: block;
	}
	.navigation .primary li {
		display: block;
		border-top: 1px solid #f6f8fa;
		border-bottom: 1px solid #f6f8fa;
		border-left: none;
		border-right: none;
	}
	.navigation .primary.swiper-wrapper li, .navigation .swiper-wrapper .swiper-slide {
		display: inline-block;
		width: auto;
		margin-right: 13px;
		margin-left: 9px;
		border-top: none;
		border-bottom: none;
	}	
	.navigation .secondary {
		display: none;
		width: 100%;
	}
	.navigation.open .secondary {
		display: table;
	}
	.navigation .secondary li {
		float: none;
		display: table-cell;
		text-align: center;
	}
	.navigation .secondary a {
		float: none;
	}
}
@media screen and (max-width: 940px) {	
	.bottom-adv .spot:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.pagination .prev,
	.pagination .next {
		display: block;
	}
	.pagination .first,
	.pagination .last,
	.pagination .page,
	.pagination .jump {
		display: none;
	}
}
@media screen and (max-width: 785px) {
	.footer .footer-wrap {
		text-align: center;
	}
	.footer .copyright {
		float: none;
		display: inline-block;
		margin: 8px 0;
		text-align: left;
	}
	.footer .txt {
		text-align: center;
		margin: 0;
	}
	.headline {
		padding: 10px 5px 8px 5px;
	}
	.tags-cloud {
		margin-top: 10px;
	}
	.bottom-adv {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.margin-fix {
		margin: -10px 0 0 -5px;
	}
	.margin-fix .bottom {
		margin: 5px;
	}
	.margin-fix .generic-error {
		margin: 10px 0 0 5px;
	}
	.navigation,
	.pagination,
	.sidebar .list,
	.sidebar .comments,
	.sidebar .alphabet,
	.sidebar .filter {
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.headline h1,
	.headline h2 {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}
	.container {
		padding: 0;
		margin-top:10px;
	}
	.bottom-adv .spot:nth-child(2) {
		display: none;
	}
	.box.message {
		margin-bottom: 300px;
	}
	.search-cloud {
	  padding:0px 5px;
    }
}
@media screen and (min-width:490px) and (max-width: 560px) {

}
@media screen and (max-width: 560px) {
	.empty-content {
		padding: 10px 0 5px;
	}
}

@media screen and (max-width: 420px) {
	.margin-fix {
		margin: -10px 0 0 -5px;
	}
	.margin-fix .bottom {
		margin: 5px;
	}
	.margin-fix .generic-error {
		margin: 10px 0 0 5px;
	}
	.empty-content {
		padding: 10px 0 5px;
	}
	.mod-quick {
		justify-content: center;
	}
	.search .search-button .submit-input {
		width: 92px;
	}	
}