.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}
.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-chevron-up:before {content: "\f077"}
.fa-bars:before{content:"\f0c9"}
.fa-play:before{content:"\f04b"}
/* statistics */
.statistics ul.stat-list { min-height: 71px; margin-left: -1px; width: 33.3% }
.statistics ul.stat-list li { clear: both; padding: 0 15px 0 1px; margin-bottom: 10px }
.statistics h4 { font-weight: bold; border-bottom: 1px solid #E2E2E2; margin-bottom: .5em; padding-bottom: .6em }
.statsbox li { border-top: 1px dotted #ebebeb; padding: 8px 0 }
.statsbox li:first-child { border-top: 0 none }

/* errors */
.berrors {background: #fce5ba; color: #a76846; margin: 0 0 20px 0; padding: 10px 20px;}
.berrors a { color: #aa4e43; text-decoration:underline; }

/*--- AJAX---*/
#loading-layer {display: block !important;background-color: #ccc;z-index:8888 !important;
position: fixed; top: 0 !important; left: 0; right: 0; bottom: auto; width: 100%; height: 5px; text-indent: -9999px;
overflow: hidden;white-space: nowrap;}
#loading-layer:before {content: "";position: absolute;left: 0%; top: 0%; 
background-color: #3955a7; height: 100%;}
#loading-layer:before {animation: load1 2s infinite linear;}
@keyframes load1 { 0% {right: 100%; left: 0;} 50% {right: 0%; left: 0;} 100% {left: 100%; right: 0;}}

/* search */
.search-page {margin-bottom:20px;}
.searchstyle { width: 480px }
.search { padding: 0 }
#searchtable, #searchtable td { vertical-align: top; text-align: left }
#searchtable fieldset { font-size: 11px; border: 1px solid #d7d7d7; padding: 10px; text-align: left; 
margin: 0 4px 4px 0 !important; border-radius: 6px }
fieldset legend { font-size: 11px; font-weight: bold; color: #696969; }
#searchtable table, #searchtable form { margin: 0; width:100%;}
#searchtable select { background-color: #fff }
#searchuser, #searchinput { padding: 10px; }
.search > div {margin-bottom:10px;}
.search input[type="text"], .search select {display:block; width:100% !important; margin-bottom:10px;}
.search input[type="checkbox"], .search input[type="radio"] {margin-right:5px;}
#searchinput + br, #searchinput + br + br {display:none;}

input[type="password"], input[type="text"] {
    display: block;
    background-color: 
#f2f2f2;
    border-radius: 3px;}
/* Content-other */
.ui-icon, .close { display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
#pollbox { border-bottom: 1px dashed #E3E3E3; padding-bottom: 22px }
#dle-poll-list, #searchtable, .pm_status { padding: 20px; border-radius: 6px; background-color:#fff; }
#dle-poll-list, #searchtable, .pm_status {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;}
    
.sres-wrap {background-color:#fff; display:block; padding:15px 15px 15px 230px; border:1px solid #e3e3e3; position:relative;}
.sres-wrap:nth-child(2n) {background-color:#f6f6f6;}
.sres-wrap:hover {z-index:100; border-color:#04a2dc; box-shadow:0 0 10px 0 rgba(4,162,220,0.5);}
.sres-img {float:left; margin-left:-215px; width:200px; position:relative;}
.sres-img img {width:100%;}
.sres-text { float:right; width:100%; color:#000;}
.sres-text h2 {font-size:16px; color: #CF151E; margin-bottom:20px; display:block;}
.sres-date {position:absolute; left:0; top:0; padding:10px; background-color:rgba(0,0,0,0.7); color:#FC0;}

/*--- SEARCH SUGGESTIONS---*/
#searchsuggestions {z-index: 998; max-width: 604px; font-size: 16px; background: #fff; 
border-radius: 5px; box-shadow: 0 0 1.6em rgba(0,0,0, 0.2) }
#searchsuggestions:after {}
#searchsuggestions a, #searchsuggestions span.notfound { padding:8px 10px; display: block; text-decoration: none; 
border-top: 1px solid #e3e3e3; font-weight:normal;}
#searchsuggestions a { color: #4a84c4; }
#searchsuggestions a:hover { text-decoration:none; color:#444; background-color:#f5f5f5}
#searchsuggestions span.searchheading { display: block; margin-bottom: .2em; }
#searchsuggestions span.seperator { display: block; }
#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color:#4a84c4; color: #fff; }
#searchsuggestions span.notfound { padding: 15px 20px; display: block; }
#searchsuggestions .break { display: none; }

/*--- DROP NENU ---*/
#dropmenudiv { font: 12px Arial; padding: 10px; display: none; background: #fff; 
border-radius: 8px;  box-shadow: 0 0 50px 0 rgba(0,0,0,0.22); z-index:200 !important;}
#dropmenudiv a { display: block; text-decoration: none; padding: 5px 8px; width: 154px }

.sep-textarea, .sep-vote-rel, .sep-xfield, .sep-checks {padding:10px;}
.form-wrap {}
.form-title {text-align:left; padding:0 15px 20px 15px;}
.form-title h1 { font-size:24px;}
.form-wrap > div {border-top:1px dashed #CCC;} 
.form-wrap select {border:1px solid #ccc; background-color:#fff;}
.sep-input {padding:10px;}
.input {float:right; width:100%; position:relative;}
.label label {display:block; height:40px; line-height:40px; font-weight:bold; font-size:14px;}
.impot {color:#E90206; margin-right:5px;}
.input input, .xfields input {display:block; width:100%; max-width:550px; height:38px; line-height:38px; padding:0 15px;
color:#000000; background-color:#fff; border:1px solid #ccc; border-radius:3px;}
.input input:focus {background-color:#ffffff; border-color:#04a2dc; box-shadow:0 0 10px 0 rgba(4,162,220,0.5);}
.input select {width:100%; max-width:400px;}
.sep-textarea, .sep-vote-rel, .sep-xfield, .sep-checks {padding:10px;}
.textarea-title {height:40px; line-height:40px; padding:0 20px; background-color:#1D3242; color:#FFF; font-size:16px;}
.sep-textarea textarea, .vote-textarea, #category {width:100% !important;}
.radio {height:25px; line-height:25px;}
.radio input {float:left; display:inline-block; margin-right:0px; width:25px; height:25px; line-height:25px;}
.sep-title {padding:0 20px; font-size:16px; background-color:#1D3242; color:#FFF; height:40px; line-height:40px;}
.add-findrel, .add-votebut {display:block !important; width:50%; height:40px !important; line-height:40px !important; 
padding:0 10px !important; text-align:center; border-radius:0 !important;
float:left; background-color:#fec007; color:#000 !important; font-size:16px !important;}
.findrelated {background: #ffc; border:1px solid #9E9E9E; padding: 5px; margin: 10px 0;}
.sep-xfield .addnews {vertical-align:middle;}
.sep-xfield input { display:inline-block; width:300px !important; height:38px !important; padding:0 15px !important;}
.sep-checks input#allow_main { margin-left:50px; }
.sep-checks label, #allow_subscribe + label { display:inline-block; line-height:30px; margin-left:10px; position:relative; top:1px;}
.sep-submit {padding:30px 10px;}
.secur .label label { background-color:#CF0003; position:relative; color:#fff; text-align:center; font-size:14px;}
.sec-label {margin-bottom:10px; font-weight:bold; font-size:14px;}
.secur .input input {margin-bottom:20px;}
.sec-capcha input {float:left; max-width:150px; margin-right:10px;}
#dle-captcha {display:inline-block;}
.register-check {position:absolute; right:0; top:0; width:120px !important; font-size:11px !important; padding:0 !important; text-align:center; 
border-radius:0 5px 5px 0 !important; height:38px !important; line-height:38px !important;}
.full-text.sep-textarea {margin:0; padding:10px !important;}
.fa-heart:before {
    content: "\f004"
}

.fa-search:before {
    content: "\f002"
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px
}
.comments-tree-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-tree-list .comments-tree-list {
    padding-left: 30px
}

.comments-tree-item {
    display: block;
    margin: 0;
    padding: 0
}

#dlefastreplycomments {
    padding: 10px;
    background: #85c8e6;
    margin: 10px 0 5px 30px
}
#share-popup {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: absolute;
    width: 414px;
    display: none;
    z-index: 100;
    padding: 10px 0;
    opacity: 0;
    transition: opacity .4s , visibility .1s linear .4s
}
#marker-bar,#txtselect_marker {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1200;
    opacity: 0;
    transition: opacity .4s , visibility .1s linear .4s
}

#txtselect_marker {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(../dleimages/marker.png) -0 -0 no-repeat
}
.bb-editor textarea {
    margin-top: -1px
}
@media screen and (max-width: 768px) {
    .our_rate {
        float:none;
        margin-bottom: 5px
    }
}

.bb-pane {
    height: 1%;
    overflow: hidden;
    margin: 0;
    height: auto!important;
    text-decoration: none;
    background: linear-gradient(to bottom,#f9f9f9 0%,#f0f0f0 100%);
    border-radius: 0;
    border: 1px solid #e3e3e3;
    box-shadow: none!important
}.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 26px;
    position: relative;
    background: url(../dleimages/rating3.png) repeat-x;
    display: inline-block
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left
}

.unit-rating li a {
    display: block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0
}

.unit-rating li a:hover {
    background: url(../dleimages/rating3.png) 0 -26px;
    z-index: 2;
    left: 0
}

.unit-rating a.r1-unit {
    left: 0
}

.unit-rating a.r1-unit:hover {
    width: 26px
}

.unit-rating a.r2-unit {
    left: 26px
}

.unit-rating a.r2-unit:hover {
    width: 52px
}

.unit-rating a.r3-unit {
    left: 52px
}

.unit-rating a.r3-unit:hover {
    width: 78px
}

.unit-rating a.r4-unit {
    left: 78px
}

.unit-rating a.r4-unit:hover {
    width: 104px
}

.unit-rating a.r5-unit {
    left: 104px
}

.unit-rating a.r5-unit:hover {
    width: 130px
}

.unit-rating a.r6-unit {
    left: 130px
}

.unit-rating a.r6-unit:hover {
    width: 156px
}

.unit-rating a.r7-unit {
    left: 156px
}

.unit-rating a.r7-unit:hover {
    width: 182px
}

.unit-rating a.r8-unit {
    left: 182px
}

.unit-rating a.r8-unit:hover {
    width: 208px
}

.unit-rating a.r9-unit {
    left: 208px
}

.unit-rating a.r9-unit:hover {
    width: 234px
}

.unit-rating a.r10-unit {
    left: 234px
}

.unit-rating a.r10-unit:hover {
    width: 260px
}

.unit-rating li.current-rating {
    background: url(../dleimages/rating3.png) 0 -52px;
    position: absolute;
    height: 26px;
    display: block;
    text-indent: -9000px;
    z-index: 1
}

.our_rate {
    float: right;
    height: 50px;
    background-color: #f2f2f2;
    border-radius: 5px
}

.rating_digits {
    line-height: 9px;
    width: 260px;
    font-size: 15px
}

.rating_digits div {
    display: inline-block
}

.rating_digits_1 {
    margin-left: 5px
}

.rating_digits_2 {
    float: right;
    margin-right: 5px
}

textarea {
}
.bb-pane ul {
    text-align: center
}

.bb-pane ul li {
    padding: 1px;
    display: inline
}
.fa-heart:before{content:"\f004"}
.fa-chevron-up:before {
    content: "\f077";
}
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype') , url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2') , url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff') , url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype') , url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap}
.form-title h1 {
    font-size: 24px
}

.form-wrap>div {
    border-top: 1px dashed #ccc
}

.form-wrap select {
    border: 1px solid #ccc;
    background-color: #fff
}

.sep-input {
    padding: 10px
}

.input {
    float: right;
    width: 100%;
    position: relative
}

.label label {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px
}

.impot {
    color: #e90206;
    margin-right: 5px
}

.input input,.xfields input {
    display: block;
    width: 100%;
    max-width: 550px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.input input:focus {
    background-color: #fff;
    border-color: #04a2dc;
    box-shadow: 0 0 10px 0 rgba(4,162,220,.5)
}

.input select {
    width: 100%;
    max-width: 400px
}

.sep-textarea,.sep-vote-rel,.sep-xfield,.sep-checks {
    padding: 10px
}

.textarea-title {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #1d3242;
    color: #fff;
    font-size: 16px
}

.sep-textarea textarea,.vote-textarea,#category {
    width: 100%!important
}
.fbutton{margin:10px 0;}

/*--- UI WIDGETS ---*/
.ui-widget-overlay { background: #000; opacity:0.5; left: 0; top: 0; right: 0; bottom: 0; position: fixed }
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }

.ui-dialog { background-color: #fff; overflow: hidden; padding: 0; position: absolute; width: 300px; 
box-shadow:3px 3px 10px 0 rgba(0,0,0, 0.2); border-radius:6px;}
.ui-dialog-titlebar { padding:20px 20px; background-color:#fff; border-bottom:1px solid #ddd;}
.ui-dialog-title { margin-top: 2px; float: left; font-size: 16px; color: #000;}

.ui-dialog .ui-dialog-content {padding:20px; border: 0; overflow: auto; position: relative; zoom: 1; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { border-top: 1px solid #ddd; padding: 15px 20px; text-align: center; background-color:#f6f6f6; }

.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }

.ui-icon-closethick {cursor: pointer; position:absolute; right:10px; top:18px; width:30px; height:30px;}
.ui-icon-closethick:before {content:"X"; width:30px; height:30px; line-height:30px; text-align:center; color:#000; 
position:absolute; right:0; top:0; text-indent:0; font-size:28px; transform:scale(1,0.7);}
a:hover .ui-icon-closethick {opacity:0.8;}
.ui-dialog .ui-dialog-buttonset button { margin-right:10px !important; line-height:15px !important; font-size:12px; padding:0 10px;}