/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
.fulloptions {float:left; width:100%; text-align:left;}
.otstupi {float:left; margin-left:10px;}
.item-title  {font-size:16px;}

html {font-size: 14px;}
body {font-family: var(--font-body);  line-height: normal; padding: 0; margin: 0; color: var(--color-onbody); background-color: var(--color-body); min-height: 100%; width: 100%;font-weight: normal;}
a {color: var(--color-primary); text-decoration: none;}
a:hover, a:focus {color:var(--color-onbody); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;font-family: var(--font-h);}
.fleft h1 {font-size: 1.5rem; margin:0 0 16px}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; font-size: 16px; 
font-family: var(--font-body) !important;}

.btn, button, input[type="button"], input[type="submit"] {
display: inline-block; text-align: center; padding: 0 15px; height: 40px; line-height: 38px; cursor: pointer;  
background-color: var(--color-onprimary);color: var(--color-primary);font-size: 14px;border: 1px solid var(--color-primary);}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover 
{background-color: var(--color-primary); color: var(--color-onprimary); border-color: var(--color-primary);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {display: block;width: 100%;height: 40px;line-height: 40px;padding: 0 15px;background-color: transparent;color: var(--color-onbody);box-shadow: none;border: 1px solid #888; margin: 0 0 10px;}
input[type="text"]:focus, input[type="password"]:focus {}
input::-webkit-input-placeholder {color: #222; opacity: 0.5;}
input::-moz-placeholder {color: #222; opacity: 0.5;}
input:-moz-placeholder {color: #222; opacity: 0.5;}
input:-ms-input-placeholder {color: #222; opacity: 0.5;} 
.search-box input::-webkit-input-placeholder {color: #222; opacity: 0.5;}
.search-box input::-moz-placeholder {color: #222; opacity: 0.5;}
.search-box input:-moz-placeholder {color: #222; opacity: 0.5;}
.search-box input:-ms-input-placeholder {color: #222; opacity: 0.5;} 
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height: 40px; border: 1px solid #888; background-color: #eee; color: #222;}
textarea {display: block; width: 100%; padding: 15px; overflow: auto; vertical-align: top; resize: vertical; height: 90px; 
background-color: transparent;color: var(--color-onbody);box-shadow: none;border: 1px solid #888; margin: 0 0 10px;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}

b, strong, h1, h2, h3, h4, h5, .fw700, .items-sort li[class] { font-weight: 700;}
.hover-mask {transition: color .2s, background-color .2s, opacity .2s;}
.icon-left .fa {margin-right: 0.4em; vertical-align: middle;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; position: relative;}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:10;}
.header {height: 70px; background-color: var(--color-bg); color: var(--color-onbody); box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);}
.nav {background-color: var(--color-bg);padding: 0;box-shadow: 0 6px 6px 0 rgba(127, 127, 127, 0.5);border-top: 1px solid var(--color-body);height:0;overflow:hidden;}
.nav .nav-in {justify-content: flex-start;}
.main {margin-top: 30px;margin-bottom: 20px;}
.footer {background-color: var(--color-bg);color: var(--color-onbody); padding: 20px 0; font-size: 12px;}
.footer a {color: var(--color-onbody);}

#gotop{position:fixed; width:50px; height:50px; line-height:50px; right:10px; bottom:10px; cursor:pointer; font-size:24px;
z-index:9998; display:none; opacity:1; background-color:var(--color-body); color:var(--color-primary);
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(127, 127, 127, 0.5);transform: scaleY(-1);}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 350px; height: 70px; font-size: 24px;line-height: 70px; text-transform: uppercase; color: #222;}
.logo:before {content: "\f144"; vertical-align: middle; font-size: 44px !important; font: normal normal normal 14px/1 FontAwesome; color: #9b59b6; margin-right: 10px;}
.h-menu {width: 350px; text-align: right;}
.h-menu li {display: inline-block; margin-left: 4px;}
.h-menu a {display: block; height: 30px; line-height: 28px; padding: 0 10px; border: 1px solid #ccc; font-size: 12px;}
.h-menu a.active {background-color: #9b59b6; color: #fff; border-color: #9b59b6;}
.search-box {width: 300px; position: relative;}
.search-box input#story, .search-box input#story:focus {width: 100%; height: 40px; line-height: 40px; 
background-color: #eee; color: #222; padding-right: 60px;}
.search-box button {position: absolute; right: 0; top: 0; color: #9b59b6; background-color: transparent; 
padding: 0; width: 40px; font-size: 20px; border: 0;}
.fw700 {margin-top:5px;}
.header-in .fw700 {display: flex;align-items: center;gap: 20px;font-size: 20px;font-weight: 700;font-family: var(--font-h);}
.header-in .fw700 img {width: 50px;height: 50px}

/* NAV
----------------------------------------------- */
.nav-in li {width: 23%;}
.nav-in a {display: block; padding: 0 15px; height: 28px; line-height: 28px; position: relative; overflow: hidden;}
.nav-in a:before {content: ""; height: 1px; border-top: 1px dotted var(--color-primary); 
position: absolute; left: 30px; right: 30px; top: 14px;}
.nav-in a span:first-child {display: inline-block; vertical-align: top; background-color: var(--color-bg);
padding-right: 10px; max-width: calc(100% - 80px); max-width: -webkit-calc(100% - 80px); float: left;
position: relative; z-index: 10; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nav-in a span + span {display: inline-block; vertical-align: top; font-size: 12px; color: #888;
background-color: #fff; padding-left: 10px; top: 2px; float: right; position: relative; z-index: 10;}
.nav-in a:after {content: ""; display: table; clear: both;}
.nav-in a:hover, .nav-in a:hover span, .nav-in a.active, .nav-in a.active span {background-color: var(--color-primary);color: var(--color-onprimary);}
.nav-in a:hover:before {border-top: 1px dotted var(--color-onprimary);}


/* SECT, THUMBS
----------------------------------------------- */
.items-header {margin-bottom: 30px;}
.items-title {font-size: 1.5rem;font-family: var(--font-h);}
.items-sort {font-size: 12px; line-height: 12px;}
.items-sort form, .items-sort li {display: inline-block; vertical-align: top;}
.items-sort li {margin-left: 10px;}
.items-sort li + li {padding-left: 10px; border-left: 1px solid #888;}
.items-sort a {color: #9b59b6;}
.items {margin: 0 -15px;}

.item {float: left; width: 33.33%; margin-bottom: 30px;}
.item-link {padding: 0 15px;display: block;}
.item-in {background-color: var(--color-bg); box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1); padding-bottom: 15px;}
.item-title {margin: 15px 15px 0 15px; line-height: 20px; height: 40px; overflow: hidden;}
.item-meta {display: inline-block; height: 24px; line-height: 24px; padding: 0 7px; 
border-radius: 3px; position: absolute; color: var(--color-bg);}
.meta-views {left: 10px; top: 10px; background-color: rgba(0,0,0,0.5); font-size: 12px;}
.meta-time {left: 10px; bottom: 10px; background-color: rgba(0,0,0,0.5); font-size: 12px;}
.item-meta .fa {font-size: 17px;}
.meta-rate {right: 10px; bottom: 10px; background-color: #9b59b6; opacity: 0;}
.wdone {opacity: 1;}
.item-model {width: 20%;}


/* DESC
----------------------------------------------- */
.sect-desc {line-height: 1.7; margin-bottom: 30px; font-size: 12px;}
.sect-desc p + p {margin-top: 15px;}
.sect-desc p {opacity: 0.7;}
.sect-desc .items-title {margin-bottom: 15px;}
.sect-desc a {text-decoration: underline; color: #9b59b6;}
.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 100%);
background:linear-gradient(to bottom, rgba(238,238,238,0) 0%, #eee 100%);}
.slice-btn {margin:-30px 0 20px 0;}
.slice-btn span {display:inline-block; cursor:pointer; color:#9b59b6; font-size: 12px;}


/* FOOTER
----------------------------------------------- */
.footer-text {opacity: 0.6; text-align: center;}
.footer-text li {display: inline-block; margin: 0 5px 10px 5px; padding: 0 7px 0 15px;}
.footer-text li + li {border-left: 1px solid #888;}
.footer a:hover {text-decoration: underline;}
.footer-copy  {line-height: 1.7; opacity: 0.6;}
.footer-alert {font-size: 24px; line-height: 40px;}
.footer-alert span {color: #e74c3c; font-size: 40px;}


/* PAGS
----------------------------------------------- */
.bottom-nav {text-align: center; padding-top: 30px;}
.pagi-nav {display: inline-block; line-height: 20px; /*box-shadow: 0 2px 4px 0px rgba(127, 127, 127, 0.5);*/}
.pagi-nav li {display: inline-block; border: 1px solid var(--color-body);background-color: var(--color-bg);}
.pagi-nav a, .pagi-nav span {display: inline-block;padding: 3px 7px; min-width: 40px;} 
.pagi-nav li.current, .pagi-nav a:hover {background: var(--color-primary); color: var(--color-onprimary);}
.pagi-nav > *:first-child {border: 0;}
.pagi-nav > span:not(:first-child):not(.nav_ext) {background-color: #9b59b6; color: #fff;}


/* FULL
----------------------------------------------- */
.pages-bg {padding: 15px; background-color: #fff; box-shadow: 0 0 12px 0 rgba(127, 127, 127, 0.5);}
.sub-title {margin-bottom: 15px;}
#searchtable {}
.fcols {margin-bottom: 30px;}
.fright {width: 380px;}
.fleft {width: calc(100% - 410px); width: -webkit-calc(100% - 410px); padding: 20px 30px; 
	background-color: var(--color-bg); box-shadow: 0 0 12px 0 rgba(127, 127, 127, 0.5);}
.ffull {flex: 0 0 100%}
@media screen and (min-width: 1220px) {
.fcols .item {float: none; width: 100%; margin: 30px 0 0 0;}
.fcols .item-link {padding: 0;}
}

.fplayer {margin:20px -30px 0 -30px; background-color:#000;}
.f-desc {margin-bottom: 10px;}
.full-tags {line-height:30px;}
.full-tags a {}
.full-tags a:hover {text-decoration: underline;}

.fmeta {padding:10px 30px; margin: 0 -30px; margin-bottom: 20px; border-bottom: 1px solid #888;}
.fm-item {float: left; line-height: 20px; height: 40px; padding: 0 20px; border-right: 1px solid #888;}
.fm-item div,.fm-item time  {font-size: 12px; opacity: 0.8;display: block}
.fm-item .date {opacity: 1}
.fm-fav {cursor:pointer; width:40px; height:40px; text-align:center; font-size:24px; float: right; color: #9b59b6;	 
line-height:40px; background-color: #fff; box-shadow: inset 0 0 0 1px #888;}

.fmeta-rate {float:left; white-space:nowrap; text-align:center; overflow:hidden; 
height: 40px; border-right: 1px solid #888; padding-right: 20px;	}
.rate-plus, .rate-minus, .rate-counts {display:inline-block; vertical-align:middle;}
.rate-data {display:none;}
.rate-counts {width:160px; padding-top:0px; height:40px; position: relative; font-size: 12px;	}
.rate-plus, .rate-minus {cursor:pointer; width:40px; height:40px; text-align:center; font-size:24px; 
line-height:40px; background-color: #fff; margin-right: 7px; box-shadow: inset 0 0 0 1px #888;}
.rate-plus {color:#7bbc00;}
.rate-minus {color:#ef4559;}
.rate-plus:hover, .rate-minus:hover {background-color: #888;}
.rate-bar {width:100%; min-height:6px; height:6px; border-radius:4px; overflow:hidden; 
position:absolute; background-color:#ef4559; left: 0; right: 0; bottom: 0;}
.rate-fill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#7bbc00; transition:width 1s linear;}
.rate-perc {margin-right:5px; font-size:18px; color:#7bbc00;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:13px; line-height:130%; color:var(--color-onbody);}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;width: 100%;height: auto;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:var(--color-primary);}
.full-text .socials-icon {color: #fff; text-decoration: none}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#9b59b6;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.full-comms {padding:10px 30px; margin: 20px -30px -20px -30px; border-top: 1px solid #888;}
.comms-title {line-height:40px;}
.comms-title > span {font-size:14px;}
.add-comm-form {position:relative; margin:20px 0; display:none;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-inputs input {width:49%;}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}

.mass_comments_action {display:none;}
.last-comm-link {margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}
.full-comms {}

.comm-item {font-size: 12px;}
.comm-author {margin-right:10px;}
.comm-one {margin-bottom:10px; opacity: 0.6;}
.comm-two {line-height: 1.5;}
[id*=comment-id-] {margin-top: 10px;}
[id*=comment-id-]:nth-child(2n) {background-color: #f5f5f5; padding: 10px 30px; margin-right: -30px; margin-left: -30px;}
.ffull p, .ffull h2 {margin: 16px 0}
.ffull ul, .ffull ol {padding: 0 0 0 20px; list-style: disc;}


/* ADAPTIVE
----------------------------------------------- */
/*.btn-menu {display:none;}*/
.btn-menu {background-color: var(--color-primary);color: var(--color-onprimary); cursor:pointer; display:block;
width:50px; height:40px; line-height:42px; text-align:center; font-size:24px;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:var(--color-body); 
padding:0 10px; z-index:888; position:fixed; left:-260px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; /*background-color:rgba(127,127,127,0.5); */background: var(--color-body);opacity: 0.7;
position:fixed; left:0; top:0; z-index:887; display:none;filter: invert(1);}
.side-panel a {display:block; padding:10px 50px 10px 0; font-size:14px;
color:var(--color-onbody); border-bottom:1px solid #888;}
.side-panel a:hover {color: var(--color-primary)}
.side-panel li {position:relative; color:#222;}
.side-panel li a span + span {position:absolute; right:10px; top:12px; opacity:0.8; font-size: 12px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.breadcrumbs {margin: 0 0 10px}
.author-card {position: relative;padding: 10px 120px 10px 10px;box-shadow: 0 0 12px 0px rgba(127, 127, 127, 0.5);text-align: left;min-height: 120px;margin: 16px 0;}
.author-card img.photo {position: absolute;width: 100px;height: 100px;right: 10px;margin: 0;}
.author-card .name {font-weight: 700;margin: 0 0 8px;}
.author-card .bio {font-size: 0.9em;line-height: 1.2em;margin: 0 0 8px;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.logo {width: 300px;} 
.h-menu, .nav, .footer-alert {display: none;}
.header {box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);height: 60px;}
.header-in, .main, .footer-in {padding-left: 15px; padding-right: 15px;}
.item-model {width: 25%;}


.fcols {display: block;}
.fleft {width: 100%;}
.fright {width: auto; margin: 30px -15px 0 -15px;}
.fright .items-title {margin-left: 15px; margin-bottom: 30px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.items-sort {width: 100%; margin-top: 10px; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.item {width:50%;}
.footer-in {display: block; text-align: center;}
.footer-count {margin-top: 10px;}
.item-model {width: 33.33%;}

.fm-item {display: none;}
.fleft, .fmeta, .full-comms, [id*=comment-id-]:nth-child(2n) {padding-left: 15px; padding-right: 15px;}
.fplayer, .fmeta, .full-comms, [id*=comment-id-]:nth-child(2n) {margin-right: -15px; margin-left: -15px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
/*.header {height: 120px;}*/
.search-box {width: 100%;  order:3; -webkit-order:3;}
.pagi-nav {display: block; background-color: transparent; padding: 0; box-shadow:none;}
.pagi-nav > a, .pagi-nav > span {display: inline-block; float: none; padding: 0 10px; 
	border-left: 0; background-color: #fff; box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1); margin: 0 3px 8px 3px;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:100%;}
.main {margin-top: 10px;margin-bottom: 20px;padding: 5px;}
.items {margin: 0;}
.header {height: 50px}
.header-in .fw700 {font-size: 18px;width: calc(100% - 60px);}
.header-in .fw700 img {width: 40px;height: 40px;}
.fright {margin: 20px 0px 0;position: relative;overflow: hidden;}
.fright .items-title {margin-bottom: 10px;}
.ignore-select {margin: 0 5px}
.fmeta {padding: 0;margin: 0 -15px 10px;}
.breadcrumbs {font-size: 12px;}
.fright .item, .items-related .item {width: 50%}
.items-related {margin: 0}
.item-link {padding: 0 5px;}

.items-title {font-size: 1.2rem;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:320px;}
.logo {width: 220px; font-size: 18px;}
.item {width:100%; margin-bottom: 15px;}
.item-model {width: 50%;}

.fmeta-rate {border-right: 0; padding-right: 0;	}
.rate-counts {width: 100px;}
.add-comm-btn {padding:0 10px;}
.comms-title2 {text-align:center; display:block !important;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
.author-card {padding-right: 70px}
.author-card img.photo {width:50px;height:50px}
}
