/* 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: 12px Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #2a2a2a; background-color:#eeebeb; height:100%; width:100%; font-weight:normal; font-display: swap;}
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:#e13d7a; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}

.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}


/*--- SET ---*/
.button, .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 {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:0px; cursor:pointer; 
background-color:#593136; color:#fff; text-align:center;}
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, .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:#e13d7a; 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:#f8f8f8; border-radius:0px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
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:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp-h, .img-resp-v {overflow:hidden; position:relative; background-color:#000;}
.img-resp-h {padding-top:55%;}
.img-resp-v {padding-top:130%;}
.img-box img, .img-resp-h img, .img-resp-v img {width:100%; min-height:100%;}
.img-resp-h img, .img-resp-v img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .topchik-menu a {transition: all .3s;}
.button, .preview-img img {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.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-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}


.pages {background-color:#FFF; box-shadow:0 1px 2px 0 rgba(0,0,0,0.1); padding:20px;}
.btns-log, .topchik-menu, .bochello-bt, .footer, .preview-title, .site-desc h1, .site-desc h2, .site-desc h3, .rels-t, .vidoser-in h1, 
.button, .comms-title, .vmeta-fav, .btn-scr, .btn-dl 
{font-family:'Roboto Condensed'; font-size:14px; font-weight:400;}
.btns-log, .topchik-menu, .bochello-bt, .footer, .site-desc h1, .site-desc h2, .site-desc h3, .button, .comms-title, .btn-scr, .btn-dl, .vmeta-fav 
{text-transform:uppercase;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.center {max-width:1500px; margin:0 auto; position:relative; z-index:20;}
.topchik-one {background-color:#593136; height:60px; padding:0 2010px; margin:0 -2000px;}
.topchik-two {background-color:#fff; height:50px; padding:0 2010px; margin:0 -2000px; 
box-shadow:0 20px 20px -20px rgba(0,0,0,0.2);}
.cols {margin:20px 0; padding:0 10px;}
.bochello {width:240px; background-color:#FFF;}
.contello {width:calc(100% - 240px); width:-webkit-calc(100% - 240px); padding-left:20px; min-height:600px;}
.footer {background-color:#593136; padding:20px 2010px; margin:0 -2000px; color:#fff; text-align:center; 
box-shadow:0 -20px 20px -20px rgba(0,0,0,0.2); position:relative;}


/* HEADER
----------------------------------------------- */
.logo {display:block; float:left; width:240px; height:60px; margin-right:20px;}
.logo img {display:block;}

.search-box {width:400px; float:left; margin-top:10px;}
.search-field {width:100%; position:relative;}
.search-field input, .search-field input:focus {width:100%; padding:0 50px 0 10px; 
background-color:#fff; color:#2a2a2a; height:40px; line-height:40px; box-shadow:none;}
.search-box button {position:absolute; right:0; top:0;
padding:0 !important; width:40px; height:40px !important; line-height:40px !important; 
font-size:18px; background-color:transparent !important; color:#888 !important;}

.btns-log {height:60px; line-height:60px; white-space:nowrap; float:right;}
.btns-log a {display:inline-block; padding:0 20px; color:#FFF;}
.show-login {background-color:#e13d7a; color:#fff; cursor:pointer; display:inline-block; padding:0 20px;}
.btns-log a:hover, .show-login:hover {text-decoration:underline;}

.topchik-menu, .topchik-menu li {float:left;}
.topchik-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f2f2f2; margin:10px 10px 0 0;}
.topchik-menu a span {background-color:#fa5800; color:#fff; display:inline-block; vertical-align:top; 
height:20px; line-height:20px; padding:0 5px; margin:5px 0 0 10px;}

.sorter {display:inline-block; float:right; position:relative; cursor:pointer; margin-top:10px;
padding:0 10px; line-height:30px; background-color:#f2f2f2;}
.sorter:before {content:attr(data-label); float:left; padding:0 10px 0 0;}
.sorter form {display:none; background-color:#fff; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); 
position:absolute; right:0; top:100%; width:160px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.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"}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {color:#5c5c5c; line-height:18px; text-align:justify; margin-bottom:20px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; margin-bottom:10px; 
padding-bottom:10px; border-bottom:1px solid #888;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p + p {margin-top:5px;}
.site-desc a {color:#e13d7a; text-decoration:underline;}


/* THUMB
----------------------------------------------- */
.floats {margin:0 -5px;}
.vidos {width:33.33%; float:left; padding:0 5px 10px 5px;}
.preview-in {background-color:#FFF; position:relative; box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);}
.preview-img {display:block; height:240px;}
.preview-img:hover img {opacity:0.8;}
.preview-rate {display:inline-block; padding:5px 10px; background-color:rgba(250,88,0,0.8); color:#fff;
position:absolute; right:0px; top:10px; z-index:20; font-size:16px; white-space:nowrap;}
.preview-time {display:inline-block; padding:5px 10px; background-color:rgba(0,0,0,0.5); color:#fff;
position:absolute; left:0px; top:10px; z-index:20; font-size:16px;}
.preview-text {padding:15px 10px;}
.preview-title {display:block; font-size:20px; font-weight:300; line-height:22px; height:44px; overflow:hidden;}


/* SIDE
----------------------------------------------- */
.bochello-box {padding:10px;}
.bochello-bt {font-size:18px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #888;}

.bochello-nav {background-color:#593136; color:#FFF;}
.bochello-nav .bochello-bt {border-bottom:0; margin:-10px -10px 10px -10px; padding:10px; background-color:#e13d7a; color:#fff;}
.bochello-nav a {border-bottom:1px solid #251517; box-shadow:0 1px #874d55; display:block; 
padding:10px 50px 10px 0; color:#FFF; font-size:14px;}
.bochello-nav li:last-child a {border-bottom:0; box-shadow:none;}
.bochello-nav a:hover {color:#e13d7a;}
.bochello-nav li {position:relative;}
.bochello-nav li span {position:absolute; right:10px; top:10px; opacity:0.8;}


/* FOOTER
----------------------------------------------- */
.podvalchik-copyr {margin-bottom:10px; font-size:18px;}
.podvalchik-menu a {color:#b79aa4; display:inline-block; vertical-align:top; padding:1px 10px;}
.podvalchik-menu a + a {border-left:1px solid #86636f;}
.podvalchik-menu a:hover {color:#FFF; text-decoration:underline;}
.counter {display:inline-block; height:31px; background-color:#86636f; 
position:absolute; left:0; bottom:20px; margin-left:2010px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:46px; text-align:left; padding:20px 5px 0 5px;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:46px; background-color:#fff; margin:5px 5px 0 0; border-radius:0px; border:0px solid #ddd; 
box-shadow:0 3px 5px 0 rgba(0,1,1,0); font-size:18px;}
.navigation span, .pagi-nav a:hover {background-color:#e13d7a; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#888;}
.pagi-nav a:hover {background-color:#e13d7a; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.vidoser-in {background-color:#FFF; box-shadow:0 1px 2px 0 rgba(0,0,0,0.1); margin-bottom:20px;}
.player-box {background-color:#000;}
.player-box .video-box {max-width:700px; margin:0 auto;}
.vidoser-in h1 {font-size:24px; padding:10px; background-color:#f2f2f2;}
.vidoser h1 a {color:#fa5800; margin-left:10px;}
.vidoser-meta {padding:10px;}
.vidoser-tags {margin-bottom:0px; line-height:30px; padding:0 10px;}
.vidoser-tags a {display:inline-block; padding:0 10px; background-color:#f2f2f2; margin:0 0 10px 5px;}
.vmeta-fav, .btn-scr, .btn-dl, .vmeta-time, .vmeta-views {float:left; margin:0 0 0 20px; cursor:pointer; line-height:40px; position:relative;}
.vmeta-time, .vmeta-views {float:right;}
.vmeta-desc {padding:10px; background-color:#f2f2f2; margin:0 10px 10px 10px;}

.vmeta-screens {padding:10px 5px 0 5px; border:1px solid #f0f0f0; background-color:#f2f2f2; text-align:center; margin-bottom:10px; display:none;}
.vmeta-screens a, .vmeta-screens > img {display:inline-block; vertical-align:top; margin:0 5px 10px 5px; 
max-width:250px; max-height:150px; overflow:hidden;}
.vmeta-screens a img {display:block;}
.vmeta-screens br {display:none;}

.btn-dl ul {position:absolute; left:0; top:100%; z-index:100; background-color:rgba(0,0,0,0.8); color:#fff; 
width:200px; padding:5px 0; display:none;}
.btn-dl ul li {padding:5px 10px; line-height:normal; text-transform:none;}
.btn-dl ul li a {color:#fff;}
.btn-dl li:hover {background-color:#000;}

.vmeta-rate {float:left; white-space:nowrap; text-align:center; border-radius:4px; overflow:hidden; 
background-color:#f5f5f5; box-shadow:0 0 0 1px #e3e3e3; width:246px;}
.rate-plus, .rate-minus, .rate-counts {display:inline-block; vertical-align:middle;}
.rate-data {display:none;}
.rate-counts {width:160px; padding:0 10px; padding-top:3px; height:40px;}
.rate-plus, .rate-minus {cursor:pointer; width:40px; height:40px; text-align:center; font-size:24px; 
background: linear-gradient(to bottom, #fff 0%,#e6e6e6 100%); line-height:40px;}
.rate-plus {color:#1e9b05; border-right:1px solid #e3e3e3;}
.rate-minus {color:#d00707; border-left:1px solid #e3e3e3;}
.rate-plus:hover, .rate-minus:hover {background: linear-gradient(to top, #fff 0%,#e6e6e6 100%);}
.rate-bar {width:100%; min-height:6px; height:6px; border-radius:4px; overflow:hidden; 
position:relative; background-color:#ef4559;}
.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:#1e9b05;}

.rels-t {margin-bottom:10px; font-size:24px;}
.vidoser .vidos {padding:10px 5px 0px 5px;}


/* 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;}
.vidoser-text {font-size:14px; line-height:20px; color:#5c5c5c;}
.vidoser-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.vidoser-text > img[style*="left"], .vidoser-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.vidoser-text > img[style*="right"], .vidoser-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.vidoser-text a {text-decoration:underline; color:#e13d7a;}
.vidoser-text a:hover {text-decoration:none;}
.vidoser-text h2, .vidoser-text h3, .vidoser-text h4, .vidoser-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.vidoser-text p {margin-bottom:10px;}
.vidoser-text ul, .vidoser-text ol {margin:0;}
.vidoser-text ul li {list-style:disc; margin-left:40px;}
.vidoser-text ol li {list-style:decimal; margin-left:40px;}

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


/* COMMENTS
----------------------------------------------- */
.vidoser-comms {padding:10px; background-color:#f2f2f2;}
.comms-title {line-height:40px;}
.comms-title > span {font-size:16px;}
.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-av {width:40px; height:40px; border-radius:0%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.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;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}
.vidoser-comms {}

.comm {background-color:#FFF; padding:10px; padding-left:60px; margin-top:10px;}
.comm-av {width:40px; height:40px; float:left; margin-left:-50px;}
.comm-meta {margin-bottom:8px;}
.comm-meta span + span {margin-left:10px; opacity:0.8;}
.comm-author {font-weight:700;}
.comm-text {font:14px/18px Arial, Helvetica, sans-serif;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#e13d7a; color:#fff;}
.lb-menu a .fa {color:#593136;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:0%; text-align:center;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.bochello-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#444; 
padding:0 10px; z-index:888; position:fixed; left:-260px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.bochello-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.8); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.bochello-panel a {display:block; padding:10px 50px 10px 0; color:#FFF; font-size:14px;
color:#FFF; border-bottom:1px solid #111;}
.bochello-panel li {position:relative; color:#FFF;}
.bochello-panel li span {position:absolute; right:10px; top:10px; opacity:0.8;}

@media screen and (max-width: 1400px) {
.preview-img {height:200px;}
}    
    
@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
    .preview-img {height:202px;}
    .vidos {
    width: 49.33%;
    float: left;
    padding: 0 5px 10px 5px;
}

.vmeta-fav, .btn-scr, .btn-dl, .vmeta-time, .vmeta-views {margin:0 0 0 10px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.search-box {width:250px;}
.btns-log a, .topchik-menu, .bochello {display:none;}
.contello {width:100%; padding-left:0;}
.counter {position:static; margin:10px 0 0 0;}

.btn-menu {background-color:#fa5800; color:#fff; cursor:pointer; display:block; float:left; 
width:50px; height:50px; line-height:50px; text-align:center; font-size:18px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.vidos {width:50%;}
.topchik-one {height:100px; position:relative;}
.search-box {width:auto; float:none; margin-top:0; position:absolute; top:60px; left:2010px; right:2010px;}
.search-field input, .search-field input:focus {height:30px; line-height:30px;}
.search-box button {width:30px; height:30px !important; line-height:30px !important;}

.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) {
.center {max-width:480px;}

.vidoser-in h1, .rels-t {font-size:18px;}
.vidoser-meta {text-align:center;}
.vmeta-rate {float:none; margin:0 auto 10px auto;}
.vmeta-fav, .btn-scr, .btn-dl, .vmeta-time, .vmeta-views {float:none; margin:0 5px; line-height:20px; display:inline-block; vertical-align:top;}

.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) {
.center2 {max-width:320px;}
.show-login {padding:0 5px; font-size:12px; max-width:60px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.logo {width:240px; overflow:hidden; margin:0;}
.vidos {width:100%;}
.site-desc {display:none;}
    .preview-img {height:190px;}

.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;}
}


















