/*
- © nk-cs.ru 2010-2017
- Author: Erdem Turan (na3uTuB4uk)
- Author Email: support@nk-cs.ru
- ВКонтакте: http://vk.com/na3utub4uk
- Skype: na3uTuB4uk94
- Web Site: http://nk-cs.ru/
*/

/* Основные стили Voilet */
@import url('/style/engine.css');

/* Дополнительные стили Voilet */
.com-order-block {display: none;}
.uadm *, .uadm--mini {display:none !important;}
.eTag {}
.eTag:hover {}

/* Адаптируем переключатели страниц для новостей и блога */
/* PAGS */
.catPages1, 
.catPages2, 
.pagesBlock1, 
.pagesBlock2, 
.pagesBlockuz1, 
.pagesBlockuz2 {padding:35px 0px 10px 0px;} 
span.catPages1, 
span.catPages2, 
span.pagesBlock1, 
span.pagesBlock2, 
span.pagesBlockuz1, 
span.pagesBlockuz2 { 
 display: inline-block; 
} 
.catPages1 a, 
.catPages2 a, 
.pagesBlock1 a, 
.pagesBlock2 a, 
.pagesBlockuz1 a, 
.pagesBlockuz2 a, 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 padding:8px 12px; 
 -webkit-border-radius: 50px; 
 -moz-border-radius: 50px; 
 border-radius: 50px; 
 color:#777; 
 background:#f5f8fa; 
 font-size:11px; 
} 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 color:#f2f2f2; 
 background:#236999; 
} 
.catPages1 a:hover, 
.catPages2 a:hover, 
.pagesBlock1 a:hover, 
.pagesBlock2 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover { 
 color:#000; 
 background:#ecf2f6; 
} 
.swchItemDots { 
 letter-spacing:1px; 
 color:#828e96; 
 font-size:11px; 
}
/* 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;}
body { font: 16px/20px 'Exo 2', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0; 
color: #2a2a2a; background-color:#f2f2f2; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#4a5fda; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
 
.form-wrap {margin:0; background-color:#fff; padding-top:20px;}
.sub-title h1 {margin-bottom:15px; font-size:24px;}
.pm-page, .search-page, .static-page, .tags-page {}


/*--- SET ---*/
.button, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], input[type="reset"], input[type="submit"] {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:3px; cursor:pointer; 
background: #4a5fda; color:#fff; box-shadow:2px 2px 2px rgba(0,0,0,0.2);
background: -webkit-linear-gradient(to bottom, #4a5fda , #4A569D);
background: linear-gradient(to bottom, #4a5fda , #4A569D);}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover 
{background:linear-gradient(to top, #4a5fda , #4A569D); color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f2f2f2; border-radius:3px; -webkit-appearance: none; box-shadow:none;}
input[type="text"]:focus {}

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 #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#CCC;}
.img-box img {width:100%; min-height:100%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .show-login,.thumb-in {transition: all .3s;}
a{transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display:flex; flex-direction:column; justify-content:center;}
.ic-l span.fa {margin-right:10px;}
.ic-r span.fa {margin-left:10px;}
.ps-link, .ps-link2 {cursor:pointer;}
.hidden {display:none;}
.modal-mask {position:fixed; z-index:8888; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
display:none; overflow-x:hidden; overflow-y:auto;}
.modal-content {max-width:100%; margin:0 auto; background-color:#FFF;}
.modal-title {padding:20px; background-color:#f0f0f0; font-size:18px; position:relative;}
.modal-title .fa {position:absolute; right:20px; top:20px; cursor:pointer;}

.grady, .swchItemA, .pagi-nav a:hover, .modal-title, .show-menu:hover {background: #4a5fda; color:#fff;
background: -webkit-linear-gradient(to bottom, #4a5fda , #4A569D);
background: linear-gradient(to bottom, #4a5fda , #4A569D);}
.grady2, .pagi-load a, .menu-modal a:hover {background: #00b75f; color:#fff !important;
background: -webkit-linear-gradient(to bottom, #03d771 , #00b75f);
background: linear-gradient(to bottom, #03d771 , #00b75f);}
.grady3, .header:after, .pagi-nav-inner {background-color:#fff; 
background: linear-gradient(to bottom, #fff 0%, #f5f5f5 50%, #f5f5f5 50%, #f2f2f2 100%);}
.with-bg {background:#000 url(../images/bg.jpg) center top fixed; background-size:100% auto; position:relative;}
.with-bg:before {position:relative; content:""; opacity:0.6; position:absolute; left:0; top:0; width:100%; height:100%;
background: #4a5fda;
background: -webkit-linear-gradient(to left, #4a5fda , #4A569D);
background: linear-gradient(to right, #4a5fda , #4A569D);}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.center {min-width:320px; max-width:1240px; margin:0 auto; position:relative; z-index:200;} 
.header {position:relative; background-position:center -100px;}
.header:after {content:""; width:100%; height:50px; position:absolute; left:0; bottom:0; box-shadow:0 0 20px 0 rgba(0,0,0,0.3);}
.header-in {height:150px; padding-top:100px; z-index:1000;}
.main {padding:40px 10px 0 10px; min-height:800px;}
.nav-line {height:50px; padding:0 10px; position:relative;}
.bottom-in {padding:40px 10px;}
.footer-in {padding:20px 10px; text-align:center;}
.header2:before {background:rgba(0,0,0,0.2);}
.bottom:before {background:rgba(0,0,0,0.5); opacity:1;}
.footer:before {background:rgba(0,0,0,0.9); opacity:1;}

.rkl-bottom {text-align:center; margin-bottom:20px;}
.rkl-floater {width:40%; float:right; height:440px; padding:0 10px 20px;}
.rkl-floater-in {height:100%; padding:10px; overflow:hidden; padding:10px; background-color:#fff; box-shadow:0 10px 40px -10px rgba(0,0,0,0);
display:flex; flex-flow:row wrap; justify-content:center; align-items:center; border-radius:4px;}


/* HEADER
----------------------------------------------- */
.logotype {height:100px; width:300px; display:block; position:absolute; left:10px; top:0; 
background:url(../images/logo.png) left center no-repeat; overflow:hidden; text-indent:-1000px; background-size:contain;}
.search-box {position:absolute; top:30px; left:50%; width:400px; margin-left:-200px;}
.search-inner {width:100%; position:relative;}
.search-inner input, .search-inner input:focus {width:100%; padding:0 60px 0 20px; background-color: #f2f2f2; 
box-shadow:0 1px 4px rgba(0,0,0,0); color:#000; height:40px; line-height:40px; border-radius:20px;}
.search-box button {position:absolute; right:5px; top:5px; border-radius:15px; box-shadow:none;
padding:0; text-align:center; width:30px; height:30px; line-height:30px;}
.header-btns {display:inline-block; position:absolute; top:30px; right:10px;}
.header-btns > span {display:inline-block; padding:0 10px; line-height:40px; margin-left:10px; color:#FFF; font-size:14px;}


/* NAV LINE, SORT
----------------------------------------------- */
nav {float:left;}
.menu-line li {display:inline-block;}
.menu-line a {display:block; padding:0 20px; line-height:50px; text-transform:uppercase;}
.menu-modal {background-color:#fff; padding:10px;}
.menu-modal li {width:16.6%; float:left;}
.menu-modal a {display:inline-block; padding:7px 10px;}

.sorter {display:inline-block; float:right; position:relative; font-size:14px; top:10px; cursor:pointer;
padding:0 10px; line-height:30px; background-color:#fff; border-radius:3px; box-shadow:0 0 0 1px #e3e3e3;}
.sorter:before {content:attr(data-label); float:left; padding:0 10px 0 0;}
.sorter form {display:none; background-color:#fff; padding:10px 15px; line-height:24px; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); 
border-radius:4px; position:absolute; right:0; top:100%; width:220px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sorter a {display:block; margin-bottom:10px;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:FontAwesome; display: inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}


/* THUMBS
----------------------------------------------- */
.main-title {font-size:24px; font-weight:300; margin-bottom:20px;}
.floats {margin:0 -10px;}

.thumb {width:25%; padding:0 10px 20px 10px; float:left;}
.thumb-in {background-color:#FFF; box-shadow:0 1px 4px rgba(0,0,0,0.2); border-radius:4px; overflow:hidden; padding-bottom:10px;}
.thumb-img {height:160px; margin-bottom:10px;}
.thumb-caption {margin:0 10px; overflow:hidden; height:40px; display:block; font-weight:300;}
.t-meta {display:inline-block; position:absolute; color:#FFF; padding:3px 5px; border-radius:3px; font-size:12px;}
.t-rate {top:10px; right:10px; background-color:#00b75f;}
.t-time {bottom:10px; right:10px; background-color:rgba(0,0,0,0.5);}
.thumb-in:hover {box-shadow:0 10px 40px -10px rgba(0,0,0,0.6)}
.thumb-in:hover .thumb-caption {color:#000;}


/* PAGS */
.pagi-nav {padding-top:40px;}
.pagi-nav-inner {margin:0 -2000px; padding:10px 2000px 10px 2010px; line-height:50px; box-shadow:0 0 20px 0 rgba(0,0,0,0.3);}
.pagi-load {float:left; margin:-10px 0;}
.pagi-load a {display:block; padding:0 20px; border-radius:0;}
.pagi-inner {float:right; white-space:nowrap; line-height:30px; text-align:center;}
.pagi-inner > span {display:inline-block;}
.pprev, .pnext {}
.pnext a, .pprev a {display:block; width:36px; text-align:center; border-radius:3px;}
.navigation {padding:0;}
.navigation a, .swchItemA {display:inline-block; padding:0 5px; min-width:30px; margin:0 7px 0 0;}
.swchItemA, .pagi-nav a:hover {background-color:#000; color:#fff; border-radius:3px;}
.swchItemA.nav_ext {background:transparent; color:#888;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}
.pagi-load > span {display:none;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {color:#ccc; text-align: center; font-size:14px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:24px; font-weight:300; margin-bottom:10px; color:#fff;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p {margin-bottom:5px;}
.site-desc a {color:#fff; text-decoration:underline;}


/* FOOTER
----------------------------------------------- */
.bot-menu li {display:inline-block; margin-bottom:20px; border-right:1px solid #fff;}
.bot-menu li:last-child {border:0;}
.bot-menu a {display:block; color:#fff; padding:0 10px;}
.bot-text, .bot-text a {color:#ccc; font-size:12px;}
.bot-text a, .bot-menu a:hover {text-decoration:underline;}


/* FULL
----------------------------------------------- */
.full-page {padding-bottom:40px;}
.full-title {position:relative;}
.full-title a {position:absolute; left:0; top:-20px;}
.full-cols {padding-right:320px; margin-bottom:20px;}
.fc-right {width:300px; margin-right:-320px; float:right;}
.fc-left {width:100%; float:left; min-height:300px;
background-color:#FFF; box-shadow:0 1px 4px rgba(0,0,0,0.2); border-radius:4px;}
.player-box {border-radius:4px 4px 0 0; overflow:hidden; min-height:200px; background-color:#000;}
.player-box img {float:left}

.player-info {padding:5px 20px 5px 330px; position:relative; border-bottom:1px solid #e3e3e3;}
.pi-col {float:left; display:inline-block; line-height:60px; height:60px; font-size:18px; margin-right:20px; color:#5c5c5c;}
.pi-col:last-child {float:right; margin-right:0;} 
.tabs-box {}
.tabs-sel {padding:10px 20px; box-shadow:0 20px 20px -20px rgba(0,0,0,0.3);}
.tabs-sel span {display:inline-block; cursor:pointer; margin-right:37px;}
.tabs-sel span.current {font-weight:700;}
.tabs-b {padding:20px;}
.js .tabs-b {display:none;}
.js .tabs-b.visible {display:block;}
.tags-list {line-height:30px; font-size:14px;}
.tags-list span:first-child {text-transform:uppercase; font-weight:300; margin-right:5px;}
.tags-list a {display:inline-block; padding:0 10px; margin-right:5px; border-radius:15px; background-color:#f0f0f0;}
.tags-list + .tags-list {margin-top:10px;}

.rate3 {height:60px; width:285px; position:absolute; left:15px; top:5px; text-align:center; padding:0 50px; overflow:hidden;}
.rate3 span[id*="ratig-layer"] {display:none;}
.pluss, .minuss {cursor:pointer; width:40px; height:60px; line-height:60px; position:absolute; top:0; left:0; color:#00b75f;}
.minuss {color:#e04a3b; left:auto; right:0;}
.rate3 span.fa {font-size:34px;}
.pluss:hover {color:#028c19;}
.minuss:hover {color:#a12702;}
.rate-info {height:100%; 
display:flex; flex-direction:column; justify-content:center; align-items:center;}
.ratebar {width:100%; min-height:10px; height:10px; border-radius:4px; overflow:hidden; margin:3px 0 1px 0; position:relative; background-color:#e04a3b;}
.ratefill {width:0%; height:100%; position:absolute; left:0; top:0; background-color:#00b75f; transition:width 1s linear;}
.rateperc {margin-right:5px;}
.rate-sub {font-size:12px; font-style:italic;}

.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(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:-10px 0 20px 0; font-size:12px;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#06c;}

.show-more {display:block; text-align:center;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; max-width:100% !important; height:480px;}
.mejs-container {max-width:100% !important;}
.full-text {font:14px/22px Arial, sans-serif; margin-bottom:20px;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3;}
.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:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:20px 0; font-size:18px;}
.full-text p {margin-bottom:15px;}
.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-text table {width:100%; text-align:left;}
.full-text table tr td {padding:10px; border:1px solid #ccc; font-size:12px; }
.full-text table tr:nth-child(2n+1) {background-color:#f6f6f6;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:20px 0; line-height:20px; background-color:#FFF;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist {margin:20px 0; font-size:12px;}
.full-taglist-t { margin-bottom:5px; font-weight:700;}
.full-taglist a {margin:0 0 3px 0; color:#06c}
.full-taglist span {margin-right:5px;}


/* COMMENTS
----------------------------------------------- */
.full-comms {}
.add-comm-form {background-color:#f0f0f0; padding:20px; position:relative;}
.ac-title {font-weight:700; margin-bottom:10px; font-size:16px;}
.ac-inputs input {width:49%; float:left; background-color:#FFF;}
.ac-inputs input:last-child {float:right;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}
.add-comm-form .login-social {position:absolute; right:17px; top:10px;}

.login-social {text-align:center;}
.comm-social {text-align:left;}
.login-social:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:10px;}
.login-social a {display:inline-block; margin:0 3px 10px 3px;}
.login-social img {display:block; width:30px;}
.login-social a:hover img {transform:scale(1.1);}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.comments-items {padding:20px 0 0 0; margin-top:50px; background-color:#FFF; border-radius:6px; box-shadow:0px 1px 2px rgba(0, 0, 0, 0.15);}

.comm-item {padding:0 20px 15px 80px; margin-bottom:15px; font-size:14px; border-bottom:1px solid #e3e3e3;}
.comm-left {float:left; margin-left:-60px; width:60px; height:60px; overflow:hidden; position:relative;}
.comm-right {float:right; width:100%; padding-left:10px;}
.comm-left img {width:100%; min-height:100%;}
.comm-top-info {}
.comm-info-line {position:relative; padding-right:120px;}
.comm-author, .comm-date {float:left; color:#888; font-size:10px; display:inline-block;}
.comm-author {font-size:14px; font-weight:bold; margin:0 10px 0 0; color:#232323;}
.comm-author a {color:#232323;}
.comm-date {color:#aaaaaa; font-size:14px;}
.comm-text {margin:10px 0; min-height:20px; color:#626262;}
.comm-body {}
.signature {font:italic 11px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; border-top:1px dashed #e3e3e3;}
.comm-bottom-info {}
.comm-bottom-info ul {text-align:right;}
.comm-bottom-info ul li {display:inline-block; margin-left:5px;}
.comm-bottom-info ul li:first-child, .comm-bottom-info ul li:nth-child(2) {float:left; margin-left:0; margin-right:10px;}
.comm-bottom-info ul li a {font-size:10px;}
.comm-bottom-info ul li i {margin-right:10px;}
.comments-tree-list .comments-tree-list {background-color:#f6f6f6; padding-top:15px; margin-top:-15px;}

.comm-rate {position:absolute; right:0; top:-8px; line-height:30px; border-radius:4px;}
.ratingtypeplusminus {display:block; padding:0 30px; color:#444; font-weight:700; font-size:16px;}
.comm-rate a {display:block; width:20px; height:30px; position:absolute; top:0; left:5px; text-align:center; line-height:25px; font-size:24px; font-weight:700; color:#61b804;}
.comm-rate a:last-child {left:auto; right:5px; line-height:26px; color:#ec000b;}
.comm-rate a:hover {opacity:0.7;}
.ratingzero {color: #444444;}
.ratingtypeplus {color: #06b601;}
.ratingplus {color: green;}
.ratingminus {color: red;}

.pos-comm {background-color:#e5f7e5;}
.neg-comm {background-color:#f7e5e6;}


/* LOGIN
----------------------------------------------- */
.login-box {padding:20px; background-color:#fff; display:none;}
.login-input {margin-bottom:20px;}
.login-button button {display:block; text-align:center; width:100%;}
.login-button button:hover {}
.login-checkbox {font-size:12px; margin:10px 0; color:#888;}
.login-checkbox input {display:none;}
.login-checkbox input + label:before {width:10px; height:10px; margin-right:5px; cursor:pointer; position:relative; top:2px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.login-checkbox input:checked + label:before { background-color:#c9282d;}
.login-links {text-align:center; line-height:30px;}
.login-links a {float:left; text-decoration:underline;}
.login-links a:last-child {float:right;}
.login-links a:hover {text-decoration:none;}
.login-social {text-align:center;}
.login-social:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:10px;}
.login-social a {display:inline-block; margin:0 3px 10px 3px;}
.login-social img {display:block; width:30px;}
.login-social a:hover img {transform:scale(1.1);}
.login-avatar {text-align:center;}
.avatar-box {display:inline-block; width:80px; height:80px; border-radius:0; overflow:hidden;}
.avatar-box img {width:100%; min-height:100%;}
.avatar-box + a {display:block; margin-top:5px; text-decoration:underline;}
.login-menu {margin-top:20px;}
.login-menu a {display:block; height:30px; padding:0 20px; line-height:30px; background-color:#f6f6f6; margin-bottom:5px; border-radius:3px;}
.login-menu a:hover {color:#fff; background-color:#00b75f;}

#gotop {position:fixed; right:0; bottom:0; width:50px; height:50px; z-index:9999; cursor:pointer; display:none; 
background-color:rgba(0,0,0,0.6); color:#fff; font-size:24px; text-align:center; padding-top:10px;}




/* ADAPTIVE
----------------------------------------------- */
.show-mob {display:none;}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.search-box {width:300px; margin-left:-150px;}
nav {display:none; width:100%; background-color:#FFF; position:absolute; left:0; top:100%; float:none; box-shadow:0 1px 4px rgba(0,0,0,0.2);}
.menu-line li {display:block;}
.show-mob {display:inline-block; float:left; line-height:50px; padding:0 20px; font-size:24px; cursor:pointer;}
.main {padding:20px 10px 0 10px;}
.thumb {width:25%;}
.rkl-floater {width:50%;}
.pagi-nav-inner {margin:0; padding:10px; white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.pagi-load, .pagi-inner {float:none; display:inline-block; margin-right:20px;}
.menu-modal li {width:20%;}
.menu-modal a {display:block; padding:7px 10px 7px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.player-info {padding:5px 20px;}
.rate3 {position:relative; left:0; top:0; margin:0 auto;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.header-in {height:200px; padding-top:150px;}
.search-box {top:100px; left:10px; right:10px; width:auto; margin-left:0;}
.thumb {width:33.33%;}
.rkl-floater {width:66.66%;}

.full-cols {padding-right:0;}
.fc-right {width:100%; margin-right:0; float:none;}
.fc-left {float:none; margin-bottom:20px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.with-bg {background-image:none;}
.rkl-floater {width:100%; float:none; height:auto; padding:0; margin-bottom:20px;}
.rkl-floater-in {height:auto; padding:10px;}
.thumb {width:50%;}
.menu-modal li {width:33.33%;}

.player-info {text-align:center;}
.pi-col {float:none !important; line-height:30px; height:30px; font-size:12px;}
.main-title {font-size:18px;}

.add-comm-form {padding:20px 10px; overflow:hidden;}
.ac-av {display:none;}
.ac-submit {position:static; width:100%;}
.ac-submit button {width:100%;}
.comments-tree-list .comments-tree-list {padding-left:0 !important;}
.comm-bottom-info ul li, .mass_comments_action {display:none;}
.mob-vis {display:inline-block !important;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center22 {max-width:480px;}
.header-btns {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}

.add-comm-form .login-social {position:static; text-align:left;}
.ac-inputs input {width:100%; float:none !important; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:-10px 0 0 0;}
.ac-submit button {float:none; display:block; text-align:center; width:100%;}
.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) {
.center22 {max-width:320px;}
.sorter:before {display:none;}
.floats {margin:0;}
.rkl-floater-in {padding:0;}
.thumb {width:100%; padding:0 20px 20px 20px; float:none;}
.menu-modal li {width:50%;}

.rate3 {left:-10px;}
.tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}

.comm-item {padding:0 10px 15px 50px;}
.comm-left {margin-left:-40px; width:40px; height:40px;}
.comm-author, .comm-date {margin:0; display:block; float:none;}
.comm-date {display:none;}
.login-social:before {display:block; line-height:30px; margin-right:0;}
}



.sizer1{width: 100%;}
.sizer2{width: 50%;}
.sizer4{width: 25%;}
@media screen and (max-width: 980px) {.sizer4{width: 50%;}
.item-masonry{position: relative;}
.item-masonry img{width: 100%; height: auto; display: block;
}