/* Datalife Engine template 
name: Pornograph,
creation date: 08 july 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; 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;}
body {
    margin: 0; padding: 0;
    background: #222;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    background-position:top center;background-repeat:no-repeat;background-image:url(../images/bg.jpg);background-attachment:fixed;
    }
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color: #fff; text-decoration: none;}
h1, h2, h3, h4, h5 {margin: 0;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'Roboto' !important; font-weight: 300;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 4px; cursor: pointer; color: #fff; background-color: #ea172a; font-size: 16px; font-weight: 300;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #c0392b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
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"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.6; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert 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, #dle-content {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}
.fx-start, #dle-content22 {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong {font-weight: 700;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px !important; font-weight: 700;}
#dle-content > *:not(.th), #dle-content {width: 100%;}
.pt {padding-top: 180px !important;}

/* BASIC GRID
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; background-color: #000;}

/* Container */

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    
}


/* Header */


.logo {
    float: left
}
    

.header {
    padding-top: 75px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
    position: absolute;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.nav {
    text-align: center;
}

.nav_link {    
    vertical-align: top;
    display: inline-block;
    margin: 0 25px;
    filter: brightness(0) invert(1);
    
    transition: filter 0.3s;
}

.nav_link:hover {
    
    filter: brightness(1);
}

.login {
    float: right;
    font-size: 14px;
    display: block;
    
    
}

.userpic {
    width: 35px; line-height: 35px; background: linear-gradient(to right, #facd68, #fc76b3);
    height: 35px; text-align: center;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    
    transition: border 0.3s;
    
    cursor: pointer;
    
}

.menuarrow {
   background: url(../images/icons/arrow.svg) 0 0px no-repeat; 
   background-position: right 0;
    margin: 10px 0;
    width: 18px;
    height: 18px;
        display: inline-block;
    vertical-align: top;
}



/* Popular Category */

.intro { 
    text-align: center;
    
}


.catslist {
    padding: 250px 0 100px;
    display: flex;
    

}


.cats-name {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}

.cats-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(to right, #facd68, #fc76b3);
    text-decoration: none;
    
    color: #fff;
    
    margin: 0 auto;
    
    transition: color 0.2s linear;
    
}

.cats-item img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    
    position: relative; 
    margin-top:3px;
}


.cats-item:hover {
    color: #dd3470;
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
}

/* Category*/

.category-text {
    padding: 0 0 30px;
    font-size: 14px;
    color: #a5a5a5;
}

/* Contents */

.contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    
}

.th {
  width: 32.8%;
  background: linear-gradient(to right, #f5317f, #ff7c6e);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    
  overflow: hidden;
    
  margin-top: 10px;
}

.th a {
    color: #fff;
}

.th-img:hover {
    transform: translate3d(0, -5px, 0);
    
}


.th-img {
    display: block; 
    position: relative;
    overflow: hidden; 
    padding-top: 65%;
    
    background: linear-gradient(to right, #f5317f, #ff7c6e);
    
    transition: transform 0.2s linear;
}

.th-img:after, .th-img:before {content: ''; position:absolute; z-index: 1; left:0; width:100%; height:50%;}
.th-img:before {background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); top: 0;}

.th-img img {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    
    transition: opacity 0.2s linear;
}

.th-title {
    position: absolute;
    font-size: 15px;
    color: #fff;
    top: 10%;
    left: 0;
    z-index: 5;
    padding: 0 0 10px 20px;
    
    transition: opacity 0.2s linear;
}

.th-likes {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 5;
    padding: 0 0 10px 20px;
    transition: opacity 0.2s linear;
    
    background: url(../images/icons/like.svg) 0 0px no-repeat;
    width: 17px;
}

.th-time {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 5;
    transition: opacity 0.2s linear;
}


.th:hover .th-title{
    opacity: 0;
    
}

.th:hover .th-likes {
    opacity: 0;
    
}

.th:hover .th-time {
    opacity: 0;
    
}

/* Pagination */

.pagination {
    margin: 0 auto;
    padding: 80px 0 40px; text-align: center;
    
    
}

.pagination a, .pagination > span {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
        display: inline-block;
    
    padding: 12px 20px;
    
    margin: 10px 10px 0 10px;
    transition: background 0.5s;
    
    

}

.pagination > span:not(.nav_ext):not(:first-child):not(:last-child) {
    font-weight: 700;
    background: linear-gradient(to right, #facd68, #fc76b3);
    border-radius: 5px;
    
    box-shadow: 0 1px 2px 0 #383838
    
    
}

.pagination a:hover:not(.active) {
    background-color: #2d2f30;
    
    border-radius: 5px;
    
    box-shadow: 0 1px 2px 0 #383838
    
        
}

/* Fullstory */

.player {
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15); 
    margin-bottom: 30px; 
    background-color: #000;
}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width:100%; max-width:100% !important; height:510px; display:block; margin:0 auto;}

.h1-full {
    
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.h2-related {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    
}

.related-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    
}

.time {
    
    font-size: 14px;
    color: #777777;
    display: inline-block;
    height: 16px;
    line-height: 15px;
    padding: 0 22px;
    margin: 0 30px;
    vertical-align: middle;
    background: url(../images/icons/time.svg) 0 0px no-repeat;
    
    
    
}

.rating {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.like {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 30px;
    background: url(../images/icons/like-green.svg) 0 0px no-repeat;
    
    transition: color 0.2s linear ;
}

.dislike {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    background: url(../images/icons/like-red.svg) 0 0px no-repeat;
    
    transition: color 0.2s linear ;
}

.like:hover, .dislike:hover {color: #dd3470;}

.video-descr {
   padding-top: 25px;
}

.video-descr222 p {
    font-size: 14px;
    font-weight: 400;
    color: #eaeaea;
    line-height: 1.6;
}
.video-cats {margin-top: 15px;}
.video-cats span:first-child {
    font-size: 14px;
    font-weight: 700;
    
}

.video-cats a {
    font-size: 14px;
    text-decoration: none;
    color: #dd3470;
    
    transition: color 0.2s linear;
}

.video-cats a:hover {
    text-decoration: underline;
    color: #e888aa;
}

/* Fullstory:Comments */

.comments {
    padding-top: 90px;
    margin-bottom: 80px;
}

.comments-title {
    font-size: 16px;
}

.comments-title span {
    color: #717171;
}


.comment {
    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;
    margin: 30px 0;
}

.comm-right {
    -ms-flex-preferred-size: 0; 
    flex-basis: 0; 
    -webkit-box-flex: 1; 
    -ms-flex-positive: 1; 
    flex-grow: 1; 
	max-width: 100%; 
    min-width: 50px;
}

.comm-write {
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(to right, #facd68, #fc76b3);
    overflow: hidden;
    transition: background 0.5s;
}

.comm-write span {
    background: url(../images/icons/pencil.svg) 0 0px no-repeat;
    width: 30px; height: 26px;
    position: absolute; text-align: center; left: 12px; top: 12px;
}

.comm-write:hover {
    background: linear-gradient(to right, #fc76b3, #facd68);
    
}

.comm-left {
    width: 40px; 
    margin-right: 20px; 
    position: relative;
}

.comm-ava {
    width: 50px; text-transform: uppercase;
    height: 50px;
    background-color:#64b55e;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;    
    
}


.comm-one, .comm-three {
    font-size: 14px; 
    color: #9b9b9b;
    
}

.comm-three a {
    color: #5990e2; text-decoration: underline;
    margin-left: 50px;
}

.comm-three a:hover {
    text-decoration: none;
}

.comm-two {
    padding: 5px 0;
}

.comm-author {
    font-weight: 700; 
    color: #fff; 
    margin-right: 10px;
}

/* Category List */

.catlist {
    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;
    margin: 50px 0;
}

.catlist li {
    width:20%;
    list-style-type: none;
}

.catlist li div {
    height:26px;
    line-height:26px;
    margin-bottom:10px;
    position:relative;
    padding-right:50px;}


.catlist li span{
    background: linear-gradient(to right, #facd68, #fc76b3);
    color:#fff;
    text-align:center;
    width:40px;
    font-size:14px;
    border-radius: 3px;
    display:inline-block;
    position:absolute;
    right:0;
    top:0;
}

.catlist li a {
    font-size:16px;
    display:inline-block;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration: none;
    color: #fff;
}

.catlist li a:hover {
    text-decoration:underline;
}

/* Seotext */

.seotext {
    padding: 40px 0;
}

.h1-main {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.h1-main b {
    font-weight: 700;
}

.seotext p {
    font-size: 14px;
    font-weight: 400;
    color: #999; margin: 15px 0;
}

.seotext a {
    color: #5ca2e9;
}


/* Footer */

.footer {
    padding-bottom: 100px;
}

.footer-logo {
    float: left;
}

.link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 120px;
    color: #dd3470;
    font-size: 14px;
    
    text-decoration: none;
    
    transition: color 0.3s linear;
}

.link:hover {
    text-decoration: underline;
    color: #f1709e;
}

.social-link {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    
    text-decoration: none;
    
    transition: color 0.3s linear;
    
}

.social-link:hover {
    color: #5ca2e9;
    text-decoration: underline;
}


@media (max-width:1230px) {
    .container {max-width: 1000px;}
    
}

@media (max-width:950px) {
    .container {max-width: 768px;}
    .th {width: 49.5%;}
    .rating {float:left;margin-top: 10px;}
    .time {margin-top: 15px;}
    .catlist li{width:40%;}
    
}

@media (max-width:760px) {
    .container {max-width: 640px;}
    .nav {display: none;}
    .catslist {margin: 170px 0 70px 0;}
    .pagination {padding-top: 70px;}
    .seotext {padding: 30px 0;
}
}

@media (max-width:590px) {
    .container {max-width: 480px;}
    .catslist {white-space: nowrap; overflow-y: hidden; overflow-x: auto; display: block; 
    	margin: 0; padding: 0; padding-top: 160px; padding-bottom: 30px; margin-bottom: 30px;}
    .th {width: 100%;}
    .social-link {display: none;}
    .catlist li{width:100%;}
    .cats-item {display: inline-block; vertical-align: top; margin: 0 15px 0 0;}
    .cats-name {white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; font-size: 14px;}
}

@media (max-width:470px) {
    .container {max-width: 360px;}
    .link {display: none;}
    .login{display: none;}
    .header {padding-top: 30px;}
    .catslist {padding-top: 100px;}
    .pt {padding-top: 90px !important}
    
    
}

/* 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:600px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.6; font-size: 14px; color: #eaeaea;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 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:#D76D77;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.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;}


/* COMMENTS
----------------------------------------------- */
.add-comm-form {margin-top: 30px; max-width: 600px; display: none;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #fff; font-size: 18px; font-weight: 500;}

.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}

/* LOGIN
----------------------------------------------- */
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #333; padding: 30px 60px 40px 60px; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #fc76b3; color: #fc76b3; font-size: 14px;}
.login-menu {border-top: 1px solid #111; border-left: 1px solid #111;}
.login-menu li {text-align: center; border-right: 1px solid #111; border-bottom: 1px solid #111; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #fc76b3;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}


/* TOOLTIP
----------------------------------------------- */
#tooltip{text-align:center;color:#ffffff;background-color:#000000;background-color:rgba(0, 0, 0, 0.65);position:absolute;z-index:100;padding:.5em;font-size:.85em;line-height:1.2em;border-radius:3px;}
#tooltip:after{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:3px solid #000000;border-top-color:rgba(0, 0, 0, 0.65);content:'';position:absolute;left:50%;bottom:-3px;margin-left:-5px;}
#tooltip.top:after{border-top-color:transparent;border-bottom:10px solid #111;top:-20px;bottom:auto;}
#tooltip.left:after{left:10px;margin:0;}
#tooltip.right:after{right:10px;left:auto;margin:0;}


/* ADAPTIVE
----------------------------------------------- */
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#111;
padding:15px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hmenu a, .side-panel .main-nav a {margin: 0; height: 40px; line-height: 40px; color: #fff;}
.side-panel .main-nav li, .side-panel .hmenu li {width: 100%;}
.side-panel .main-nav {border-bottom: 0; margin: 0 -10px; padding: 20px 0;}
.side-panel .hmenu a.is-active:before {bottom: 0;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.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:360px;}
}

@media screen and (max-width: 350px) {
.wrap-center22 {max-width:320px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
