/* 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: 15px 'PT Sans', Tahoma, Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color: #222; background:#bd946e url(../images/bg.jpg); height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color:#000; 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 {}

@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: local('PT Sans'), url('../fonts/PTS55F.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
src: local('PT Sans Italic'), url('../fonts/PTS56F.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
src: local('PT Sans Bold'), url('../fonts/PTS75F.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 700;
src: local('PT Sans Bold Italic'), url('../fonts/PTS76F.woff') format('woff');
font-display: swap;
}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-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 {
padding:0 20px; color:#fff; font:700 15px 'PT Sans'; display:inline-block; background-color:#fd9d09; 
height:40px; line-height:40px; border-radius:20px; cursor:pointer; 
background: linear-gradient(to bottom, #fecd0d 0%, #fd9d09 100%);}
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, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#fff; background: linear-gradient(to top, #fecd0d 0%, #fd9d09 100%);}
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:#f5f5f5; border-radius:4px; -webkit-appearance: none; box-shadow:0 0 0 1px #EDEDED;}
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, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:130%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0; bottom: 0; right: 0; margin: auto;}
.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, .share a, .short-img {transition: all .3s;}
a, .button, .mask {transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.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}

.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}

.button-green, .vvote, .tabs-sel .current, .view-select div:hover, .view-select div.current, .view-select a:hover, .view-select a.current, 
.to-fav a .fav-added, 
.navigation span, .pagi-nav a:hover, .lb-menu a:hover, .lb-menu a:hover .fa, .attach .download-link 
{background: linear-gradient(to bottom, #7aac1c 0%, #597c1c 100%) !important; 
background-color:#597c1c !important; color:#fff;}
.button-green:hover, .vvote:hover {background: linear-gradient(to top, #7aac1c 0%, #597c1c 100%) !important;}
.side-nav > ul > li:not([class]) a.active, .side-nav > ul > li:not([class]) a:hover {color:#fff; background-color:#fd9d09;
background: linear-gradient(to bottom, #fecd0d 0%, #fd9d09 100%);}

.h-menu a, .grid-select:before, .short-cats, .sd-line, .tops, .side3, .sub-nav a, .site-desc, .speedbar, 
.bottom-nav, .full-header-meta, .comm-one, .comm-two {font-size:14px;}
.h-menu, .side-target .side-bt, .polltitle, .ui-dialog-titlebar {background:#7a4937 url(../images/menu.png);}
b, strong {font-weight:700;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative;}
.wrap:before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 800px;
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.header {height:180px; padding-top:130px;}
.cols {background-color:#fff; box-shadow:0 0 40px 0 rgba(0,0,0,0.6); border-radius:10px; margin:20px auto; position:relative;}
.cols:before {content:""; height:100%; width:40px; position:absolute; left:260px; top:0; 
background-color:#fff; box-shadow:inset 20px 0 20px -20px rgba(0,0,0,0.3);}
.col-left {width:260px; float:left; padding:20px; position:relative; z-index:20;}
.col-right {width:calc(100% - 260px); width:-webkit-calc(100% - 260px); float:right; 
min-height:800px; padding:20px 40px; position:relative; z-index:20;}
.footer {padding:20px 40px 15px 40px; font-size:13px; color:#693c36;}

#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:50%; text-align:center;}



/* HEADER
----------------------------------------------- */
.logotype {width:400px; height:120px; position:absolute; top:5px; left:50%; margin-left:-200px;}
.logotype a {display:block; height:80px; background:url(../images/logo.png) center center no-repeat; 
text-indent:-1000px; overflow:hidden; width:100%;}
.logotype div {text-align:center; color:#fff; margin-top:5px;}

.add-news {position:absolute; left:0; top:45px;}
.show-login {position:absolute; right:0; top:45px;}

.h-menu {height:57px; border-radius:6px; overflow:hidden;
padding-left:260px; padding-right:260px; position:relative; text-align:center;}
.h-menu li {border-right:0px solid rgba(255,255,255,0.2); display:inline-block;}
.h-menu a {display:block; line-height:57px; height:57px; padding:0 20px; color:#FFF; font-weight:700; text-transform:uppercase;}
.h-menu a:hover {background-color:#7a4937;}

.soc-btns {height:40px; border-radius:20px; text-align:center; background-color: rgba(46, 10, 7, 0.44); 
position:absolute; top:9px; right:20px; padding:5px 0 0 5px; white-space:nowrap;}
.soc-btns .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:5px; cursor:pointer; float:left;}
.soc-btns .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fa.zenyandex {background:url(../images/zenyandex.png); border-radius: 30%;}

.search-wrap {width:220px; position:absolute; left:20px; top:9px; z-index:100; transition:width .4s; z-index:100;}
.search-wrap.active {width:calc(100% - 310px);}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 60px 0 10px;
background-color:#ece6e1; color:#444; border:0; box-shadow:none; border-radius:20px; 
background: linear-gradient(to bottom, #fefcfb 0%, #ece6e1 100%);}
.search-box button {position:absolute; right:5px; top:5px; border-radius:15px !important;
text-align:center; width:30px; height:30px !important; line-height:30px !important; padding:0 !important;}


/* SIDEBARS
----------------------------------------------- */
.side-box {margin-bottom:20px;}
.side-bt {margin-bottom:20px; font-weight:700; font-size:18px; color:#693c36; text-transform:uppercase;}
.side-target .side-bt {height:40px; line-height:40px; padding:0 10px; border-radius:6px; color:#FFF;}
.side-target .side-bt span + span {height:30px; line-height:30px; width:30px; text-align:center; border-radius:50%; 
display:inline-block; background-color: rgba(46, 10, 7, 0.44); margin-top:5px;}
.side-bordered {padding:0 20px 20px 20px; border-bottom:1px solid #e3e3e3; margin:0 -20px 20px -20px;}
.side-bordered .side-bt {line-height:30px;}
.side-bordered .side-bt span + span, .side-colored .side-bt span + span {height:30px; line-height:30px; width:30px; text-align:center; 
border-radius:50%; display:inline-block; background-color:#e3e3e3;}
.side-colored {padding:20px; margin:20px -20px 20px -20px; background-color:#f1f7fb; 
box-shadow:inset 0 20px 20px -20px rgba(0,0,0,0.3),inset 0 -20px 20px -20px rgba(0,0,0,0.3);}
.side-colored .side-bt span + span {background-color:#d5e2eb; color:#598597;}

.side-box:last-child {margin-bottom:0; border-bottom:0;}
.tops:last-child, .side3:last-child {margin-bottom:0;}
.tops:hover .tops-title, .side3:hover .side3-title {text-decoration:underline; color:#598597;}

.side-nav > ul > li:not([class]) a {background-color:#ece6e1; color:#444; border-radius:6px; padding:7px 10px; font-weight:700;
background: linear-gradient(to bottom, #fefcfb 0%, #ece6e1 100%); display:block; margin-bottom:7px; border:1px solid #ece6e1; 
transition:none;}
.sub-nav {padding:7px 0 7px 20px;}
.sub-nav a {display:block; font-style:italic; margin-bottom:7px; opacity:0.8;}
.sub-nav a:before {content:"\f105"; margin-right:7px; font-family:'FontAwesome';}
.sub-nav a:hover, .sub-nav a.active {text-decoration:underline; color:#598597; opacity:1;}

.tops {display:block; padding-left:80px; position:relative; min-height:60px; margin-bottom:20px;}
.tops-img {width:60px; height:60px; border-radius:50%; position:absolute; left:0; top:0;}
.tops-date {font-style:italic; font-size:13px; margin-bottom:5px; opacity:0.7;}

.side1 {padding:0; min-height:30px;}
.side1 .tops-date {margin:7px 0 0 0;}

.side2 {padding-left:50px; padding:relative;}
.side2 .fa {position:absolute; left:0; top:0; color:#598597; font-size:18px; width:30px; height:30px; line-height:30px; 
text-align:center; box-shadow:inset 0 0 0 2px #598597; border-radius:50%;}

.side3 {display:block; margin-bottom:20px;}
.side3-img img {width:100%;}
.side3-img {position:relative; margin-bottom:10px;}

.tabs-sel {background-color:#e3e3e3; border-radius:6px; margin-bottom:20px; font-size:12px;}
.tabs-sel span {display:inline-block; height:30px; line-height:30px; width:49%; text-align:center; cursor:pointer; }
.tabs-b {display:none;}
.tabs-b.visible {display:block;}
.tabs-sel span.current {border-radius:6px; text-align:center;} 

.side-text {font-style:italic; font-size:14px;}

.lcomm + .lcomm{margin-top:20px;}
.linfo {padding-left:50px; line-height:20px; position:relative; margin-bottom:10px;}
.linfo .nowrap {width:170px;}
.lav {width:40px; height:40px; border-radius:50%; position:absolute; left:0; top:0;}
.ltext {border:1px solid #e3e3e3; background-color:#fff; padding:10px;}
.lcomm a {color:#598597; text-decoration:underline;}


/* SEO DESC, SPEEDBAR
----------------------------------------------- */
.site-desc {padding:0 40px 20px 40px; margin:0 -40px 20px -40px; border-bottom:1px dashed #ccc; line-height:20px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; font-weight:700; margin-bottom:15px;}
.site-desc p {margin-bottom:15px; color:#5c5c5c;}
.site-desc a {text-decoration:underline; color:#598597;}
.site-desc img {float:left; margin:0 20px 10px 0; width:210px;}

.speedbar {padding:0 40px 20px 40px; margin:0 -40px 20px -40px; border-bottom:1px dashed #ccc;}
.speedbar a {text-decoration:underline; color:#598597;}


/* SECTION
----------------------------------------------- */
.shorts-header {padding-bottom:20px; margin-bottom:20px; border-bottom:1px dashed #ccc;}
.shorts-header > *:first-child {font-weight:700; font-size:18px; line-height:30px;}
.view-select {line-height:30px;}
.view-select div, .view-select a {display:block; height:30px; padding:0 10px; text-align:center; border-radius:4px;
float:left; margin-left:10px; font-size:13px; cursor:pointer; background-color:#e3e3e3; color:#444; transition:none;}
.floats {margin:0 -15px;}
.floats > .fa {text-align:center; padding:30px; display:block; font-size:100px; color:#CCC;}


/* THUMB
----------------------------------------------- */
.short {float:left; width:33.33%; padding:0 15px 30px 15px;}
.short-img {display:block; margin-bottom:7px;}
.short-meta {display:inline-block; position:absolute; padding:3px 5px; font-size:12px;}
.short-views {background-color:#598597; color:#FFF; left:0px; bottom:0px;}
.short-comms {background-color:#598597; color:#FFF; right:0px; bottom:0px;}
.short-meta .fa {margin-right:5px;}
.short-desc {height:200px; overflow:hidden; position:relative;}
.short-title {display:block; margin-bottom:7px; font-size:16px; font-weight:700; color:#a3344e;}
.short-cat, .short-cat a {color:#919da6; font-size:11px;}
.short-text {margin-top:7px;}
.short-desc:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:60px;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%);}
.short-img:hover {box-shadow:0 15px 25px 0 rgba(0,0,0,0.15);}
.short-cat a:hover {color:#598597; text-decoration:underline;}
.short-title:hover {color:#000;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:20px;}
.bottom-nav {line-height:34px; text-align:center; padding:20px 10px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%;
background-color:#FFF; border:1px solid #e3e3e3; border-radius:3px; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {border-right:1px solid #e3e3e3;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:34px; text-align:center; transition:none;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:32px;
color:#444; border-right:1px solid #e3e3e3; margin-right:-4px; transition:none;}
.navigation span, .pagi-nav a:hover {color:#fff;}
.navigation span.nav_ext {background:transparent !important; color:#888;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.ft-desc {width:500px; padding-left:80px; background:url(../images/ft-logo.png) -5px -2px no-repeat;}
.ft-menu a {text-decoration:underline;}
.ft-menu li + li {margin-top:7px;}
.ft-menu a:hover {text-decoration:none;}
.ft-menu a.active {display:inline-block; padding:3px 5px; color:#fff; background-color:#693c36; border-radius:3px;}
.ft-soc {height:40px; text-align:center; white-space:nowrap; margin-bottom:15px;}
.ft-soc .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:5px; cursor:pointer; float:left;}
.fft-soc .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.ft-feed {position:relative;}
.ft-feed input {background-color:#ece6e1; padding:0 60px 0 15px; border-radius:20px; box-shadow:none; 
background: linear-gradient(to bottom, #fefcfb 0%, #ece6e1 100%);}
.ft-feed button {position:absolute; right:0; top:0; padding:0 !important; width:40px;}
.ft-capt {font-weight:700; margin-bottom:10px;}
.ft-btm {width:100%; padding-top:15px; border-top:1px solid #c0958f; margin-top:15px;}


/* FULL
----------------------------------------------- */
.full-header {margin-bottom:20px;}
.full-header h1 {font-weight:700; font-size:24px; margin-bottom:10px;}
.full-header-meta {color:#9b9b9b;}
.full-header-meta > span {margin-right:20px;}
.full-header-meta .fa {margin-right:5px;}
.full-header-meta a {color:#598597;}

.full-bottom-meta {align-items:center; padding:20px 40px; margin:0 -40px 20px -40px; background-color:#f1f7fb; 
box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.1);}
.back-btn {margin-right:10px;}
.fbm-left div {display:inline-block; vertical-align:middle; position:relative; top:-1px;}
.fbm-right .to-fav {position:static; margin-left:10px; display:inline-block; vertical-align:middle;}


/* SHARE
----------------------------------------------- */
.share {width:172px; height:39px; display:inline-block; vertical-align:middle;}
.share a {display:block; width:38px; height:38px; border-radius:50%; float:left; margin-right:5px;
box-shadow:5px 5px 16px 0 rgba(0,0,0,0.1); background:url(../images/share.png) -2px 0 no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:-46px 0;}
.share a:nth-child(3) {background-position:-88px 0;}
.share a:nth-child(4) {background-position:-132px 0;}
.share a:nth-child(6) {background-position:-175px 0;}
.share a:nth-child(5) {background-position:-218px 0;}
.share a:hover {transform:rotate(20deg);}

.short-rates {margin:10px 0 5px 0; height:20px; position:relative; line-height:20px;}
.grid-thumb .to-fav {display:none;}
.to-fav {width:60px; height:30px; border-radius:15px; position:absolute; left:0; top:0; cursor:pointer; 
font-size:18px; box-shadow:0 0 0 1px #ccc,2px 3px 3px 0 rgba(0,0,0,0.1); line-height:30px; text-align:center; 
background-color:#e6e6e6; background: linear-gradient(to bottom, #fff 0%,#e6e6e6 100%); color:#000; overflow:hidden;}
.to-fav a, .to-fav a .fa , .to-fav .fa {display:block; width:60px; height:30px; color:#000; line-height:30px; border-radius:15px;}
.to-fav a .fav-added {color:#FFF;}


/* 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:1em;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;}


/* RELATED
----------------------------------------------- */
.shorts {margin:0 -7px;}
.rels {}
.rels-title {font-size:18px; font-weight:700; margin-bottom:20px;}
.rels .side3 {width:33.33%; float:left; padding:0 7px; margin-bottom:20px;}
.rels .side3-img {height:170px;}
.rels .side3-title {font-size:15px; font-weight:700; line-height:16px; height:32px; overflow:hidden;}
.side3-title1 {height:32px;}

/* 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:400px; display:block; margin:20px auto;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:16px; line-height:24px; font-family:Arial, Helvetica, sans-serif; color:#5c5c5c; padding-bottom:20px;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px 0;}
.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:#598597;}
.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:10px 0;}
.full-text > ul > li {list-style:none; margin-left:40px; display:block; position:relative;}
.full-text > ul > li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) {background-color:#598597 !important; color:#FFF; font-size:14px !important;}
.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;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:10px 15px; margin:0 -15px 15px -15px; font-size:18px; line-height:normal; 
color:#FFF; font-weight:700;}
.full-taglist a {color:#598597;}
.full-taglist {margin-bottom:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comm-form {position:relative; padding:20px 40px; margin:0 -40px 20px -40px; 
border-top:1px dashed #ccc; border-bottom:1px dashed #ccc;}
.ac-soc {position:absolute; right:41px; top:14px;}
.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; height:30px; border-radius:15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px;}
.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;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#598597;}
.full-comms {}

.comm-item {padding-left:70px; margin-bottom:20px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:50%; 
box-shadow:0 0 0 5px #fff,0 0px 15px 0 rgba(0,0,0,0.2);}
.comm-right {width:100%; float:right; background-color:#f5f5f5; box-shadow:0 2px 4px 0 rgba(0,0,0,0.1); padding:10px; position:relative;}
.comm-right:after {right: 100%; top:15px; border: solid transparent; content: " "; height: 0; width: 0;
position: absolute; border-color: rgba(255, 255, 255, 0); border-right-color: #f5f5f5; border-width: 10px;}

.comm-one {padding:0 90px 10px 0; position:relative;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {color:#598597; text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:-5px; white-space:nowrap; font-size:16px; height:30px; line-height:30px; 
padding:0 10px; border-radius:15px; background-color:#f8f8f8; box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);}
.rate3-comm a {cursor:pointer; height:30px; line-height:30px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate2-comm a {color:#598597;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:30px; line-height:30px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#598597; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}



/* 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; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6; transition:none;}
.lb-menu a:hover, .lb-menu a:hover .fa {color:#fff;}
.lb-menu a .fa {color:#444;}
.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;}


/* ADAPTIVE
----------------------------------------------- */
.show-left, .show-right {height:40px; line-height:38px; color:#fff; 
width:40px; text-align:center; font-size:30px; cursor:pointer; position:absolute; top:9px;}
.show-left, .show-right {display:none;}
.show-left {left:10px;}
.show-right {right:10px;}


@media screen and (max-width: 1220px) {
.wrap {overflow:hidden;}
.center {max-width:1000px;}
.cols, .h-menu {border-radius:0;}
.cols:before {box-shadow:inset 20px 0 20px -20px rgba(0,0,0,0.3);}
.cols {overflow:hidden;}
.col-right {padding:20px;}
.site-desc, .speedbar {padding:0 20px 20px 20px; margin:0 -20px 20px -20px;}
.h-menu ul {display:none;}
.h-menu {padding:0;}
.show-login {right:10px;}
.add-news {left:10px;}
.soc-btns {right:20px;}
.show-right {display:block;}
.vis-right .col-right {display:block; margin-right:0; margin-left:-260px; background-color:#fff; 
box-shadow:-10px 10px 10px 0 rgba(0,0,0,0.3); position:relative; z-index:1000;}
.vis-left .col-left {display:block; margin-left:0; margin-right:-260px; background-color:#fff; 
box-shadow:10px 10px 10px 0 rgba(0,0,0,0.3); position:relative; z-index:1000;}
.ft-desc {width:400px; padding-left:0; background:none;}
.footer {padding:20px 10px 15px 10px;}

.rels .side3-img {height:130px;}
.full-bottom-meta, .add-comm-form {padding:20px 20px; margin:0 -20px 20px -20px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.cols:before {box-shadow:none;}
.col-left {display:none;}
.col-right {width:100%;}
.logotype {width:250px; margin-left:-125px;}
.logotype a {height:60px; background-size:contain;}
.show-left {display:block;}
.search-wrap {left:60px;}
.search-wrap.active {width:calc(100% - 80px);}
.ft-desc {width:100%; margin-bottom:15px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.logotype {height:80px; top:0;}
.logotype a {height:80px;}
.logotype div, .view-select {display:none;}
.show-login, .add-news {top:20px;}
.show-login span, .add-news span {display:none;}
.show-login .fa, .add-news .fa {display:inline-block; margin:0;}
.header {height:auto; padding-top:80px;}
.cols {margin:20px auto;}
.short {width:50%;}

.rels .side3 {width:50%;}
.full-header h1 {font-size:18px;}
.full-header-meta > span {margin-right:10px;}

.comm-one > span:nth-child(3), .comm-one > span:nth-child(1), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

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

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.bottom-nav {position:relative;}
.bottom-nav:before {height:54px; width:20px; bottom:30px; right:10px; position:absolute;
box-shadow:inset -20px 0 20px -20px rgba(0,0,0,0.7); display:block; content:"";}
.h-menu {height:105px;}
.search-wrap {width:auto; left:60px; right:20px;}
.search-wrap.active {width:auto;}
.soc-btns {right:50%; margin-right:-125px; top:58px;}

.fbm-left {margin-bottom:10px; width:100%;}

.comm-one > span:nth-child(4) {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
.short-cat {display:none;}
.ac-soc:before {display:none;}
.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) {
.center {width:100%;}
.logotype {width:180px; margin-left:-90px;}
.site-desc img {margin:0 10px 10px 0; width:110px;}
.col-right {padding:20px 10px;}
.site-desc, .speedbar {padding:0 10px 20px 10px; margin:0 -10px 20px -10px;}
.fleft, .fright {width:100%;}
.fright > div > * {float:left;}
.floats {margin:0 -7px;}
.short {padding:0 7px 15px 7px;}
.short-title, .short-cat {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ft-menu, .ft-copyr {width:100%; margin-bottom:15px;}

.rels .side3-img {height:100px;}
.full-bottom-meta, .add-comm-form  {padding:20px 10px; margin:0 -10px 20px -10px;}

.comm-two {line-height:18px; font-size:14px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

.instagram-media, .twitter-tweet {display: inline-block !important;}