.fr-text-gray {
  color: #AAA !important;
}
.fr-text-red {
  color: #F44336 !important;
}
.fr-text-blue {
  color: #2196F3 !important;
}
.fr-text-green {
  color: #4CAF50 !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-rounded {
  border-radius: 7px;
}
img.fr-bordered {
  border: 1px solid #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img.fr-padded {
  padding: 5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

img.fr-shadows {
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-video {
  text-align: center;
  position: relative;
}
.fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-video.fr-dvi {
  display: inline-block;
}
.fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-video.fr-dvi.fr-fvr {
  float: right;
}
a.fr-strong {
  font-weight: 700;
}

table.fr-solid-borders td,
table.fr-solid-borders th {
  border: 1px solid #dddddd !important;
}

table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border: 1px dashed #dddddd !important;
}

table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

table td.fr-red,
table th.fr-red {
  border: 1px double #F44336 !important;
}
table td.fr-blue,
table th.fr-blue {
  border: 1px double #2196F3 !important;
}
table td.fr-green,
table th.fr-green {
  border: 1px double #4CAF50 !important;
}
table td.fr-thick,
table th.fr-thick {
  border-width: 2px;
}








/* =========== © 2016 Centroarts.com =========== */

/*--- The AJAX loader ---*/
#loading-layer { background: #000; padding: 20px; text-align: center; color: #fff; border-radius: 2px }

/*--- Quotes, Spoilers, Code  ---*/
.scriptcode, .title_quote,
  .title_spoiler, .text_spoiler, .quote { padding: 2% 4%; background: #fff; border: 1px solid #dde4ea; }

  .title_quote { border-left: 2px solid #e85319; border-bottom: 0; margin-top: 2px; font-weight: bold; }
  .quote, blockquote { padding: 1% 4%; margin: 1em 0; border-left: 2px solid #e85319; font-style: italic;}
  .title_spoiler { margin-top: 2px; }
  .text_spoiler { margin-bottom: 2px; }
  .title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
  .scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
  .title_spoiler { font-weight: normal; }
  .text_spoiler { border-top: 0; text-align: justify; }

  .hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
  .hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }

/* --- Sorting articles --- */
.sort { list-style: none; padding: 0; margin: 0; }
  .sort > li, .sort { display: inline; }
  .sort > li { margin: 0 0 0 3%; }
  .sort > li a { color: #353535; }
  .sort > li.asc a, .sort > li.desc a { color: #3394e6; }
  .sort > li.asc a:after, .sort > li.desc a:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsCAYAAABR2VnRAAAAxElEQVRIie3WsQ3CMBCF4T+IIgOwR1jAEgUiJQzgKWAIKpjCA0AZiQLpJmAPBkgHDRBZubtATV5pvU/ROcW5QOKDPEdC2mFkopxtkXj4BbjIAibygIo0cPeQBpYe6oOQbg7a6zPoqAWu9tA5aoENITX+LXVoTUgNwNQFHfpk6D/0MoIRjODfgMQKiavvgMQKuABnJNY+6MozoAROSKx1kJffKYFFoSzFuVKG17LUvmCWrRnMsgXM8hBQF7wFzNeABtynwxPsOUa4vTOL+wAAAABJRU5ErkJggg==);
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 .4em;
    width: 6px; height: 11px;
    -webkit-background-size: 6px auto; background-size: 6px auto;
  }
  .sort > li.asc a:after { background-position: 0 -11px; }

/* --- The design of the calendar --- */
.calendar { width: 100%; text-align: center; }
.calendar tr td, .calendar tr th { padding: 3px; }
  .calendar tr td a { color: inherit; font-weight: bold; }
  .calendar tr td { padding: 5px 3px; }
  .calendar tr td.weekday { color: #ea5f24; }
  .calendar tr th { background-color: #fff; font-weight: bold; text-transform: uppercase; }
  .calendar tr th.weekday { background-color: #ea5f24; color: #fff; }
  .calendar tr th.monthselect { background-color: transparent; color: #b8b8b8; padding-bottom: 15px; }
  .calendar tr th.monthselect a { color: #b8b8b8; }

/* --- Displays the results of voting on the site --- */
.voteprogress, .pollprogress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 6px;
}
  .voteprogress span, .pollprogress span {
    text-indent: -9999px;
    height: 6px;
    display: block;
    overflow: hidden;
    background: #3394e6;
  }
  .voteprogress .vote2, .pollprogress .poll2 { background-color: #dd514c; }
  .voteprogress .vote3, .pollprogress .poll3 { background-color: #5eb95e; }
  .voteprogress .vote4, .pollprogress .poll4 { background-color: #4bb1cf; }
  .voteprogress .vote5, .pollprogress .poll5 { background-color: #faa732; }

/*--- Rating - Stars ---*/
.rating, .unit-rating { width: 115px; height: 23px; }
  .rating { font-size: 11px; }
  .unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKBAMAAAAnGmX8AAAALVBMVEX///+RkZH+12L/w0//7cP/5aj+24X/+u7/9d2tra3Jycne3t7/zGn5+fnx8fHkdmbhAAACEUlEQVRIx+2UuUsDQRTGF+8bp4yiyKDRUhiNFikW73LxwsIiRETL4F2KilpYmFYQklIE0VYbIQQsY2kjWkbwfzDjzvhm3rzCJiCSr1p+SfY7HsT7w2rYp3ltQPO6HpqPDdA8GSVxPeckr+HcJ205T1D8gHPSeJbzPopz7hrvnk4sSL4wcboLdIpb6v0ZxuY+LGB/HRY2ubn2MeB1a5ukxtEUGkEp4bSVchtvhLzfORaE/NV7VCDnlFzJPSKPJmEcczpffhg4x13zvB2nVxXvDdP2oKNHU+FOAyi+r/xRgWn9sOVVRKv8/ycJmlc/0nx8iOYrMRLXC5EibYUIKN4iBGl8KMQoaSsEaZwTIo7Z3tHkoihpdX7mBOiysJSHhJYCWMDExho1JjfXPgP8ZG2T0zhub7SjecJpK+U23gz5iHMsHRJpLuTDzmoqjnNEJRXTbByTv/Gd48YD+WHgHHddtsMnrhb5MO0gih/b/7ZfQQWWA+WPCizph22vojKr7Y3mTec0L7bT/K6T5ukIbctYgbRlLEPxRsbOSVvGuimeZYw0ZiVh9vpwfyX5xfXDJ1CJDHVAQlOQtvXOxMYazSa/9UDvGqIOrWmNI/ZxXjS/xCOrjHjSZ3g7Wg1CmsZZ6Eq9P1LAR1RCXDaOpKGtOV2mGUaD48pGRXliFL8jTNuF4odB2tKoQDaj/FGBG/3w4f0LfQHtX5JXyZBVcwAAAABJRU5ErkJggg==);
    -webkit-background-size: 23px auto; background-size:  23px auto;
  }
  .unit-rating {
    list-style: none;
    margin: 0; padding: 0;
    position: relative;
    background-position: 0 -46px;
  }
  .unit-rating li {
    text-indent: -90000px;
    padding: 0; margin: 0;
    float: left;
  }
  .unit-rating li a {
    display: block;
    width: 23px; height: 23px;
    text-decoration: none;
    border: 0 none !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
  }
  .unit-rating li a:hover {
    background-position: 0 -23px;
    z-index: 2;
    left: 0;
  }
  .unit-rating a.r1-unit { left: 0; }
  .unit-rating a.r1-unit:hover { width: 23px; }
  .unit-rating a.r2-unit { left: 23px; }
  .unit-rating a.r2-unit:hover { width: 46px; }
  .unit-rating a.r3-unit { left: 46px; }
  .unit-rating a.r3-unit:hover { width: 69px; }
  .unit-rating a.r4-unit { left: 69px; }
  .unit-rating a.r4-unit:hover { width: 92px; }
  .unit-rating a.r5-unit { left: 92px; }
  .unit-rating a.r5-unit:hover { width: 115px; }
  .unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 23px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    padding: 0px;
  }

  .ratingplus {
    color: green;
  }

  .ratingminus {
    color: red;
  }

  .ratingzero {
    color: #6c838e;
  }

/*--- The table of Personal messages and best users ---*/
.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px; }
  table.pm, table.userstop { width: 100%; margin-bottom: 0; }
  table.pm select { width: 100px; }
  .userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
  table.pm .navigation { border-top-width: 0; margin: 0; }

/*---The drop-down menu button edit---*/
#dropmenudiv { padding: 10px 0; min-width: 140px; width: auto !important; opacity: 1 !important; display: none; font-size: .9em;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
  }
  #dropmenudiv { background-color: #fff; }
  #dropmenudiv a { text-decoration: none !important; color: inherit; display: block; padding: 3px 20px; border: 0 none; white-space: nowrap; color: inherit; }
  #dropmenudiv a:hover { background-color: #eeeeef; }

/*---display the uploaded original image from a small copy---*/
.highslide-wrapper, .highslide-outline { background: #fff }
  .highslide-image { border: 2px solid #fff }
  .highslide-active-anchor { visibility: hidden }
  .highslide-active-anchor img { visibility: hidden }
  .highslide-dimming { background-color: black }
  .highslide-html { background-color: white }
  .highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
  a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
  .highslide-display-block { display: block }
  .highslide-display-none { display: none }
  .highslide-caption { display: none; padding: 5px; background: white }
  .highslide-controls { width: 195px; height: 40px; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
  .highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
  .highslide-controls li { float: left; padding: 5px 0; }
  .highslide-controls a { background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
  .highslide-controls a.disabled { cursor: default }
  .highslide-controls a span { display: none }

/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a { background-position: 0 0 }
  .highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
  .highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
  .highslide-controls .highslide-play a { background-position: -30px 0 }
  .highslide-controls .highslide-play a:hover { background-position: -30px -30px }
  .highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
  .highslide-controls .highslide-pause a { background-position: -60px 0 }
  .highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
  .highslide-controls .highslide-next a { background-position: -90px 0 }
  .highslide-controls .highslide-next a:hover { background-position: -90px -30px }
  .highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
  .highslide-controls .highslide-move a { background-position: -120px 0 }
  .highslide-controls .highslide-move a:hover { background-position: -120px -30px }
  .highslide-controls .highslide-full-expand a { background-position: -150px 0 }
  .highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
  .highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
  .highslide-controls .highslide-close a { background-position: -180px 0 }
  .highslide-controls .highslide-close a:hover { background-position: -180px -30px }

/*---A quick search on the website---*/
#searchsuggestions {
  z-index: 2200;
  width: 300px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
  border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
  background-clip: padding-box;
  font-size: .9em;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  #searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
  #searchsuggestions a { color: inherit; }
  #searchsuggestions a:hover { background-color: #f7f7f7; }
  #searchsuggestions a span { display: block; cursor: pointer; }
  #searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
  #searchsuggestions span.seperator { display: block; }
  #searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
  #searchsuggestions span.notfound { padding: 15px 25px; display: block; }
  #searchsuggestions .break { display: none; }

/*---Dialog and popup Windows jQuery UI---*/
.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 {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 2px;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
    background-color: #f7f7f7;
    background-clip: padding-box;
  }
  .ui-dialog-titlebar { padding: 20px 20px; position: relative; }
  .ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
  .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px; top: 50%;
    margin-top: -16px;
    height: 32px; width: 32px;
    border: 0 none !important;
  }
  .ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 10px auto 0 auto;
    width: 12px; height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
    -webkit-background-size: 12px auto; background-size: 12px auto;
    opacity: .5;
  }
  .ui-button {
    float: right;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    line-height: 22px;
    outline: none;
    background-color: #3394e6;
    color: #fff;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    -webkit-transition: all ease .1s; transition: all ease .1s;
  }
  .ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
  .ui-icon { overflow: hidden; text-indent: -9999px; }
  .ui-dialog label { color: #575757; }
  .ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
  .loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
  .ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
  .ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
  .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-button { margin: 0 3px; }
  .ui-helper-hidden-accessible{display: none;}

/* --- Autocomplete tag clouds --- */
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style:none;
  padding: 2px; margin: 0;
  float: left;
  background: #fff 50% bottom repeat-x;
  border: 1px solid #dedede;
  color: #353535;
  }
  .ui-menu .ui-menu { margin-top: -3px; }
  .ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
  .ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1; }
  .ui-menu .ui-menu-item a.ui-state-hover,
  .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; border: 1px solid #a7a7a7; color: #4e4e4e; font-weight: bold; }

/*---The hilight code in the tag [code]---*/
pre code { display: block; padding: 0.5em; background: #f9fafa; border: 1px solid #dce7e7; overflow:auto; white-space: pre; }
  pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { padding: 0; margin: 0; border:none; box-shadow: none; background-color: inherit; color: #93a1a1; font-style: italic; }
  pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title { color: #859900; }
  pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198; }
  pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
  pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id { color: #268bd2; }
  pre .tag .title, pre .rules .property, pre .django .tag .keyword { font-weight: bold;font-size: 1.08em !important;  }
  pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title,
  pre .parent, pre .haskell .label { color: #b58900; }
  pre .preprocessor, pre .pi, pre .shebang, pre .symbol,
  pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata { color: #cb4b16; }
  pre .deletion { color: #dc322f; }
  pre .tex .formula { background: #eee8d5; }
  pre .comment:hover {background-color: inherit;box-shadow: none;}

/*---BB Editor---*/
.bb-pane {
  height: 1%; overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  height: auto !important;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
  background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
  background-repeat: repeat-x;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  box-shadow: none !important;
}

.bb-pane>b {
    margin-top: 5px;
    margin-left: 0;
  vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane {
    margin-left:-1px;
}
.bb-btn {
  display: inline-block; overflow: hidden; float: left;
  padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9  100%);

}


.bb-btn:hover {
      background: #e6e6e6;
      background-repeat: repeat-x;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out;
}

.bb-btn:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset;
}

.bb-editor textarea {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 7px; border: 1px solid #d7d7d7; width: 100%; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: -1px;
  outline: none;
}

.bb-editor textarea:focus{
    border-color: #d7d7d7 !important;
}

  @font-face {
      font-family: 'bb-editor-font';
      src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
           url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
      font-weight: normal;
      font-style: normal;
  }

  [class^="bb-btn"], [class*=" bb-btn"] {
      font-family: 'bb-editor-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

  .bb-sel { float: left; padding: 2px 2px 0 2px; }
  .bb-sel select { font-size: 11px; }
  .bb-sep { display: inline-block; float: left; width: 1px; padding: 2px; }
  .bb-btn { cursor: pointer;  outline: 0; }

  #b_font select, #b_size select { padding: 0;}

  #b_b:before {content: "\f032";}
  #b_i:before {content: "\f033";}
  #b_u:before {content: "\f0cd";}
  #b_s:before {content: "\f0cc";}
  #b_img:before { content: "\f03e"; }
  #b_up:before { content: "\e930"; }
  #b_emo:before { content: "\f118"; }
  #b_url:before { content: "\f0c1"; }
  #b_leech:before { content: "\e98d"; }
  #b_mail:before { content: "\f003"; }
  #b_video:before { content: "\e913"; }
  #b_audio:before { content: "\e911"; }
  #b_hide:before { content: "\e9d1"; }
  #b_quote:before { content: "\e977"; }
  #b_code:before { content: "\f121"; }
  #b_left:before { content: "\f036"; }
  #b_center:before { content: "\f037"; }
  #b_right:before { content: "\f038"; }
  #b_color:before { content: "\e601"; }
  #b_spoiler:before { content: "\e600"; }
  #b_fla:before { content: "\ea8d"; }
  #b_yt:before { content: "\f166"; }
  #b_tf:before { content: "\ea61"; }
  #b_list:before { content: "\f0ca"; }
  #b_ol:before { content: "\f0cb"; }
  #b_tnl:before { content: "\ea61"; }
  #b_br:before { content: "\ea68"; }
  #b_pl:before { content: "\ea72"; }
  #b_size:before { content: "\f034"; }
  #b_font:before { content: "\f031"; }
  #b_header:before { content: "\f1dc"; }
  #b_sub:before { content: "\f12c"; }
  #b_sup:before { content: "\f12b"; }
  #b_justify:before { content: "\f039"; }

  .bb-pane h1, .bb-pane h2, .bb-pane h3, .bb-pane h4, .bb-pane h5, .bb-pane h6 { margin-top: 5px; margin-bottom: 5px; }
  .bb-pane h1 { font-size: 36px; }
  .bb-pane h2 { font-size: 30px; }
  .bb-pane h3 { font-size: 24px; }
  .bb-pane h4 { font-size:18px; }
  .bb-pane h5 { font-size:14px; }
  .bb-pane h6 { font-size:12px; }
  .bb-pane-dropdown {
    position: absolute;
    top: 100%; left: 0;
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: 5px 0; margin: 2px 0 0;
    list-style: none;
    font-size: 11px;
    border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
    border-radius: 2px;
    background: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #dadada; box-shadow: 0 1px 2px #dadada;
    max-height: 300px;
      overflow: auto;
  }
  .bb-pane-dropdown > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #353535;
    white-space: nowrap;
  }
  .bb-pane-dropdown > li > a:hover { text-decoration:none; color: #262626; background-color:whitesmoke; }
  .bb-pane-dropdown .color-palette div .color-btn {
    width: 17px; height: 17px;
    padding: 0; margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .bb-pane-dropdown .color-palette { padding: 0px 5px; }

  .bb-pane-dropdown table { margin: 0px; }

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text { padding: .4em; width: 350px; }
  .quick-edit-textarea {
    height: 250px; padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

/*---Text selection and pop-up window (share the link)---*/
#marker-bar,
  #txtselect_marker {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
  }
  #txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) no-repeat 0 0;
  }
  #txtselect_marker:hover { background-position: 0 -32px; }
  #marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
  }
  #marker-bar.show {
    -webkit-transition: opacity .4s, visibility 0s;
    transition: opacity .4s, visibility 0s;
    opacity: 1;
    visibility: visible;
  }
  #txtselect_marker.show {
    visibility: visible;
    width: 32px; height: 32px;
    -webkit-transition: opacity .4s, visibility 0s;
    transition: opacity .4s, visibility 0s;
    opacity: 1;
  }
  #marker-bar .masha-social,
  #marker-bar .masha-marker{
    cursor: pointer;
    display: block;
    margin: 0 5px;
    float: left;
  }
  #marker-bar .masha-marker{
    line-height: 1em;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
    margin-right: 10px;
  }
  #marker-bar .masha-marker:hover {
    color: #ea3e26;
    border-color: #ea3e26;
  }
  .user_selection, .user_selection_true {
    background: #fff5d5;
    padding: 2px 0;
  }
  .user_selection a.txtsel_close,
  .user_selection_true a.txtsel_close { display: none; }
  .user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
  .user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
    display: inline-block;
    position: absolute;
    top: -7px; left: -5px;
    width: 33px; height: 33px;
    background: url(../dleimages/closemarker.png) 0 0 no-repeat;
  }
  .user_selection.hover a.txtsel_close:hover,
  .user_selection_true.hover a.txtsel_close:hover { background-position: -0px -33px; }

  #share-popup {
    border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
    border-radius: 2px;
    background: #fff;
    position: absolute; z-index: 100;
    width: 414px;
    display: none;
    padding: 20px 0;
    opacity: 0;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    background-clip: padding-box;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
  }
  #share-popup.show {
    display: block; opacity: 1;
    -webkit-transition: opacity .4s, visibility 0s;
    transition: opacity .4s, visibility 0s;
  }
  #share-popup .social { padding: 0 0 10px 17px; }
  #share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
  #share-popup .social ul { list-style: none; margin: 0; padding: 0; }
  #share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
  #share-popup .social ul a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    color: #919191;
  }
  #share-popup .social ul a:hover { text-decoration: underline; }
  #share-popup .social a span {
    cursor: pointer;
    width: 20px; height: 20px;
    background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
  }
  #share-popup .social .tw span { background-position: 0 -20px; }
  #share-popup .social .tw:hover span { background-position: 0 0; }
  #share-popup .social .fb span { background-position: -20px -20px; }
  #share-popup .social .fb:hover span { background-position: -20px 0; }
  #share-popup .social .vk span{ background-position: -40px -20px; }
  #share-popup .social .vk:hover span { background-position: -40px 0; }
  #share-popup .social .gp span{ background-position: -60px -20px; }
  #share-popup .social .gp:hover span { background-position: -60px 0; }
  #share-popup .link {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px 0 10px;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 7px;
  }
  #share-popup .link p {
    font-weight: bold;
    padding: 0 0 3px 0;
    margin: 0;
  }
  #share-popup .link span {
    color: #999;
    font-size: 10px;
    display: block;
    padding-top: 3px;
  }
  #share-popup .link a { display: block; }
  .dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important; }

/* --- Form fields --- */
select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
  display: inline-block;
   height: 46px;
  line-height: 22px;
  padding: 10px;
  vertical-align: middle;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d7d7d7;
  -webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
  textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
  textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
  input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
  input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
  input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
  input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
  input[type="color"]:focus, .uneditable-input:focus {
    border-color: #3394e6;
  }
  input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
  input[type="file"], input[type="image"],
  input[type="submit"], input[type="reset"],
  input[type="button"], input[type="radio"],
  input[type="checkbox"] { width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  select[multiple], select[size], textarea { height: auto; }
  input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.6; }

  input:focus { outline: none; }
  input[type="file"], input[type="image"] { padding: 0; border-width: 0; background-color: transparent; }
  .wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text { width: 100% !important; }
  #searchuser, #searchinput { width: 100% !important; margin-bottom: 10px; }

  /* Setup a standard captcha */
  .form_submit .c-captcha { float: right; }
  .c-captcha { position: relative; }
  .c-captcha:after { clear: both; display: block; content: ""; }
  .c-captcha > a { float: left; margin-right: 5px; }
  .c-captcha img {
    position: relative;
    display: block;
    width: 130px; height: 46px;
    z-index: 1;
    -webkit-transition: all ease .2s; transition: all ease .2s;
  }
  .c-captcha > input { float: left; width: 130px; }

  /* Setup a standard captcha for comments reply */
  .dle-captcha { position: relative; }
  .dle-captcha:after { clear: both; display: block; content: ""; }
  .dle-captcha > a { float: left; margin-right: 5px; }
  .dle-captcha img {
    position: relative;
    display: block;
    width: 130px; height: 46px;
    -webkit-transition: all ease .2s; transition: all ease .2s;
  }
  .dle-captcha > input { float: left; width: 130px; }

/* --- Button settings --- */
.btn, .bbcodes, .ui-button, .btn-border {
  border: 0 none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
  line-height: 22px;
  outline: none;
  background-color: #3394e6;
  color: #fff;
  border: 0 none;
  padding: 7px 22px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  -webkit-transition: all ease .1s; transition: all ease .1s;
}
  .btn > .icon { fill: #fff; }
  .btn-white > .icon { fill: #3394e6; }
  .btn-white { background-color: #fff; color: #3394e6; }
    .btn-white:hover > .icon { fill: #fff; }
    .btn-white:hover { background-color: #3394e6; color: #fff; }
  .btn:hover, .bbcodes:hover, .ui-button:hover { background-color: #46a6f6; }

  .btn-big { height: 46px; padding: 12px 27px; border-radius: 23px; }

  .btn-border {
    color: #3394e6;
    border: 2px solid #3394e6;
    line-height: 22px;
    padding: 5px 20px;
    background-color: transparent !important;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 transparent; -webkit-box-shadow: inset 0 0 0 0 transparent;
  }
  .btn-border:hover {
    box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2);
  }

/*---Additional fields---*/
.xfields textarea, .xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}

.xfieldsnote {
  color: #838383;
    font-size: .9em;
}

.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
  padding-top:5px;
  clear: both;
}
.xfieldscolleft {
  float: left;
  width: 30%;
  padding-top: 14px;
}
.xfieldscolright {
  float: left;
  width: 70%;
}
.file-box {
  width: 95%;
  max-width: 437px;
  border:1px solid #B3B3B3;
  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 10px;
}

.xfieldimagegallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.xfieldimagegallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xfieldimagegallery li img {
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.xfieldimagegallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;
  cursor:pointer;
}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
  max-width: 437px;
    background:#FF9797; text-align:center;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}

.qq-upload-drop-area-active {background:#FF7171;}
.uploadedfile {
  display: inline-block;
    width: 115px;
    height: 140px;
    margin: 10px 5px 5px 5px;
    border:1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background:#ffffff;

}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align:middle;
}

.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor:not-allowed;
    pointer-events:none;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}

.progress {
    overflow:hidden;
    margin-top:10px;
  margin-bottom:10px;
    background-color:whitesmoke;
    height:10px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    background:#eee;
    -webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
 .progress .progress-bar {
    float:left;
    width:0%;
    font-size:12px;
    line-height:20px;
    color:white;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition:width 0.6s ease;
    transition:width 0.6s ease;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:none;
    box-shadow:none;
    height:8px;
}
.progress-bar span{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0;
}
.progress-blue {
    background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
    background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
    background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
    background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat:repeat-x;
    border:1px solid #55aeee;
}

/*---emoji Smiles---*/

.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}












/* =========== © 2016 Centroarts.com =========== */
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}

.downtest {
    display: none;
}

@media (min-width: 1350px) {
    .downtest {
        display: block !important;
    }
}

@media (min-width: 1350px) {
    .search_img {
        display: none !important;
    }
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
}

/* Configuring basic styles */
body, select, input, textarea, button {
    font: normal 21px;
    font-family: Lato, Helvetica Neue, Helvetica, sans-serif;
    color: #353535;
    outline: none;
    line-height: 1.4;
}

a {
    outline: none;
    color: #3394e6;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

a img {
    border: 0 none;
}

a > img {
    vertical-align: bottom;
}

#cse-search-results iframe {
    width: 100%;
    height: 2500px;
}

/* Headers H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    margin: .6em 0 .6em 0;
    letter-spacing: -0.01em;
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    font-size: 23px;
    color: #5a5a5a;
}

h2, .h2 {
    font-size: 21px;
    color: #5a5a5a;
}

h3, .h3 {
    font-size: 20px;
    color: #5a5a5a;
}

.heading {
    padding-left: 10px;
}

h4, .h4 {
    font-size: 15px;
    color: #5a5a5a;
}

h5, .h5 {
    font-size: 15px;
    color: #5a5a5a;
}

.addcomment h3 {
    margin: .3em 0 .6em 0;
}

.adsbygoogle {
    width: 96%;
}

/* Frequent styles */
.strike {
    text-decoration: line-through;
}

.nobr {
    white-space: nowrap;
}

.hide {
    display: none;
}

.title_hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
}

.uline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

fieldset {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 25px;
}

fieldset legend {
    font-weight: bold;
}

.grey {
    color: #5a5a5a;
}

.grey a {
    color: inherit;
}

.grey a:hover {
    color: #353535;
}

.blue {
    color: #3394e6;
}

.orange {
    color: #e85319;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.over {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a .over {
    cursor: pointer;
}

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Setting other elements */
ul {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol {
    padding-left: 5px;
    list-style: decimal outside;
}

.instagram-media, .twitter-tweet {
    display: inline-block !important;
}

strong, b {
    font-weight: bold
}

em, cite, i {
    font-style: italic
}

caption {
    text-align: left
}

th, td {
    vertical-align: middle
}

small, .small {
    font-size: .9em;
}

hr {
    height: 0;
    border: 0;
    border-top: 2px solid #eeeeef;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 20px 0;
}

.clr {
    clear: both
}

.clrfix:after {
    clear: both;
    content: "";
    display: table;
}

.wrap3 a {
    color: #5a5a5a;
    text-decoration: none !important;
}

.wrap3 a:hover {
    color: #3394e6;
    text-decoration: none !important;
}

.wrap4 a {
    color: #5a5a5a;
    text-decoration: none !important;
}

.wrap4 a:hover {
    color: #3394e6;
    text-decoration: none !important;
}

.wrap3 h5 {
    position: relative;
    overflow: hidden;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    color: #5a5a5a;
    padding-top: 10px;
}

.wrap3 h5 > span {
    display: inline-block;
    margin: 0 .4em;
}

.wrap3 h5 > span:before, .wrap3 h5 > span:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #f7f7f7;
    margin-top: .6em;
}

.wrap3 h5 > span:before {
    margin-left: -102%;
}

.wrap3 h5 > span:after {
    margin-left: 2%;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

/* --- The division into columns --- */
@media only screen and (min-width: 601px) {
    .grid_1_2, .grid_1_4 {
        float: left;
        margin-right: 4%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid_1_2 {
        width: 48%;
    }

    .grid_1_4 {
        width: 22%;
    }

    .grid_last {
        margin-right: 0;
    }
}

/* --- Bootstrap --- */
/* DropDown Menus and forms */
.dropdown {
    position: relative;
}

.dropdown-menu, .dropdown-form {
    min-width: 160px;
    padding: 12px 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
}

.dropdown-form {
    padding: 40px;
}

.dropdown-menu.dot:before, .dropdown-form.dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
}

/* DropMenu */
.dropdown-menu li a {
    height: 1%;
    padding: 5px 20px;
    border: 0 none;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}

.dropdown-menu li a:hover {
    background-color: #e05b37;
    color: #fff;
}

.open .dropdown-menu, .open .dropdown-form {
    display: block;
}

/* Expand & Collapse */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    overflow: hidden;
    height: 0;
    width: 0;
    display: inline-block;
}

.collapse.in {
    display: block;
    width: auto;
    height: auto;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/* --- Work tabs --- */
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/* --- Icons --- */
.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #3394e6;
    vertical-align: middle;
}

.icon-logo {
    width: 42px;
    height: 42px;
}

.icon-vk {
    width: 10px;
    height: 1em;
}

.icon-tw {
    width: 14px;
    height: 1em;
}

.icon-fb {
    width: 8px;
    height: 1em;
}

.icon-gp {
    width: 18px;
    height: 1em;
}

.icon-ya {
    width: 7px;
    height: 1em;
}

.icon-od {
    width: 10px;
    height: 1em;
}

.icon-mail {
    width: 16px;
    height: 1em;
}

.icon-left {
    width: 3em;
    height: 2em;
}

.icon-right {
    width: 3em;
    height: 2em;
}

.grey .icon {
    fill: #919191;
}

/* --- Layout --- */
body {
    background: #ededed;
}

.wrp {
}

/* .wrp { max-width: 1920px; } */
/* --- Structure --- */
.conteiner:after, #header:after {
    clear: both;
    content: "";
    display: table;
}

.midside {
    float: left;
    padding: 0 205px 0 200px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rightside {
    float: right;
    width: 200px;
    margin-left: -205px;
    position: relative;
}

/* --- The site header --- */
#header {
    margin-bottom: 10px;
}

#header, #header_menu {
    height: 50px;
}

.header {
    width: 100%;
    height: 0;
    z-index: 22;
    position: fixed;
    left: 0;
    top: 0;
}

.header .midside {
    height: 0;
}

#header_menu {
    position: relative;
    z-index: 15;
    padding: 0 25px;
    background-color: #3394e6;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* The button menu */
#mobile_menu_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    text-transform: lowercase;
    white-space: nowrap;
    border: 0 none;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1)
}

#mobile_menu_btn > *, #mobile_menu_btn {
    cursor: pointer;
}

.menu_toggle {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -2px 6px;
    position: relative;
}

.menu_toggle > i {
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.mt_1 {
    margin-top: 2px;
}

.mt_2 {
    margin-top: 8px;
}

.mt_3 {
    margin-top: 14px;
}

.menu_toggle__title {
    display: none;
}

.mobile-menu_open #mobile_menu_btn .mt_1 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu_open #mobile_menu_btn .mt_2 {
    opacity: 0;
}

.mobile-menu_open #mobile_menu_btn .mt_3 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Logo */
.logotype {
    white-space: nowrap;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
}

.logotype .logo_title {
    margin: 0 0 0 18px;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
}

.logotype .icon-logo {
    fill: #fff;
}

.fixed_button4 {
    position: fixed;
    top: 39px;
    left: 188px;
    z-index: 999;
}

.fixed_button5 {
    position: fixed;
    top: 39px;
    right: 194px;
    z-index: 999;
}

/* The menu in the Header */
#top_menu {
    margin: 0 25px;
    flex: 1 auto;
    white-space: nowrap;
    text-align: center;
    cursor: default;
}

#top_menu > a {
    text-decoration: none !important;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 10px 3%;
    opacity: .8;
}

#top_menu > a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
}

@-webkit-keyframes sun {
    0% {
        margin: -5px 0 0 -5px;
        width: 10px;
        height: 10px;
        opacity: 0;
    }

    50% {
        margin: -50px 0 0 -50px;
        width: 100px;
        height: 100px;
        opacity: .15;
    }

    100% {
        margin: -80px 0 0 -80px;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

@keyframes sun {
    0% {
        margin: -5px 0 0 -5px;
        width: 10px;
        height: 10px;
        opacity: 0;
    }

    50% {
        margin: -50px 0 0 -50px;
        width: 100px;
        height: 100px;
        opacity: .15;
    }

    100% {
        margin: -80px 0 0 -80px;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

#top_menu > a:hover {
    z-index: 1;
    opacity: 1;
}

#top_menu > a:hover:after {
    -webkit-animation: sun .3s ease;
    animation: sun .3s ease;
}

#top_menu > a.active {
    cursor: default;
    opacity: 1;
}

#top_menu > a.active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background-color: #fff;
}

#top_menu > a.active:after {
    display: none;
}

/* Authorization */
#login_pane {
    list-style: none;
    padding: 0;
    margin: 0;
}

#login_pane > li > .btn-border {
    border-color: rgba(255,255,255,0.2);
    color: #fff;
    white-space: nowrap;
}

#login_pane > li > .btn-border:hover {
    border-color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
}

#login_pane > li > .btn-border .over {
    max-width: 120px;
    margin-top: -2px;
}

#login_pane > li > .btn-border > .pm_num {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
}

.pm_num {
    font-size: 11px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 12px;
    height: 12px;
    line-height: 13px;
    margin: -2px -14px 0 12px;
    padding: 4px;
    color: #3394e6;
    text-align: center;
    vertical-align: middle;
}

/* The login form */
#login_pane .dropdown-form {
    text-align: center;
    left: 50%;
    padding: 19px;
    margin-left: -150px;
    width: 220px;
}

.dropdown-form .soc_links {
    margin: 0;
}

.dropdown-form .soc_links > a {
    margin-bottom: 20px;
}

.login_form {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.login_form > li {
    border-top: 1px solid #efefef;
    display: block;
    position: relative;
}

.login_form > li > label {
    display: none;
}

.login_form > li > input {
    border: 0 none;
    padding: 19px;
    padding-left: 23px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 60px;
}

.login_form > li > .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0 0;
    height: 14px;
    width: 1em;
}

.login_form > li.login_input-btn > input {
    padding-right: 65px;
}

.login_form > li.login_input-btn > .btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    width: 54px;
}

.login_form__foot {
    text-align: left;
    margin-top: 20px;
}

/* If authorization is successful */
.dropdown-form.logged:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99px;
    z-index: -1;
}

.dropdown-form.logged:before, .dropdown-form.logged:after {
    background-color: #f7f7f7;
}

.login_pane__info .avatar {
    margin: 12px 0;
}

.login_pane__menu {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.login_pane__menu li a {
    color: inherit;
    text-decoration: none !important;
    padding: 14px 0;
    display: block;
    border-top: 1px solid #efefef;
}

.login_pane__menu li a:hover {
    color: #3394e6;
}

.login_pane__foot {
    text-align: left;
}

.login_pane__foot .plus_icon {
    margin: -3px 5px 0 0;
}

/* Categories Menu */
@media only screen and (min-width: 601px) {
    #cat_menu {
        float: left;
        width: 200px;
        position: relative;
        z-index: 10;
        margin-top: 0px;
    }

    .cat_menu a, .cat_menu a:after {
        -webkit-transition: all ease .22s;
        transition: all ease .22s;
    }

    .cat_menu a {
        display: block;
        padding: 4% 10px;
        color: #5a5a5a;
        text-decoration: none !important;
        position: relative;
    }

    .cat_menu a:hover {
        color: #3394e6;
    }

    .cat_menu a:before, .cat_menu a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #5a5a5a;
        width: 0;
        height: auto;
    }

    .cat_menu a:hover:after {
        width: 5px;
        background-color: #3394e6;
    }

    .cat_menu a.active {
        cursor: default;
        color: inherit;
    }

    .cat_menu a.active:after {
        display: none;
    }

    .cat_menu a.active:before {
        width: 5px;
    }
}

.cat_menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat_menu ul ul {
    padding-left: 10px;
}

/* We in the Social networks */
#cat_menu .soc_links {
    padding: 0 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.soc_links {
    display: flex;
    justify-content: center;
}

.soc_links > a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #bababa;
    text-align: center;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.soc_links > a:hover {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.soc_links > a > .icon {
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.soc_vk:hover {
    background-color: #5486ca;
}

.soc_tw:hover {
    background-color: #60bbf5;
}

.soc_fb:hover {
    background-color: #4268ca;
}

.soc_gp:hover {
    background-color: #de553a;
}

.soc_ya:hover {
    background-color: #ff0000;
}

.soc_od:hover {
    background-color: #ff7800;
}

.soc_mail:hover {
    background-color: #006cff;
}

#cat_menu .soc_links2 {
    padding: 0 25px;
    margin-top: 90px;
    margin-bottom: 20px;
}

.soc_links2 {
    display: flex;
    justify-content: center;
    width: 90%;
}

.soc_links2 > a {
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    background-color: #bababa;
    text-align: center;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.soc_links2 > a:hover {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.soc_links2 > a > .icon {
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

/* --- Search --- */
.q_search {
    position: relative;
    margin-top: 7px;
}

.q_search > input {
    width: 100%;
    height: 36px;
    line-height: 22px;
    padding: 7px 72px 7px 18px;
    border-radius: 18px;
    background-color: #dfdfdf;
    display: block;
    border: 0 none;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.q_search > input:focus {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.q_search > .btn {
    width: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.q_search .icon-search {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
}

.q_search .q_search_adv {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 36px;
    width: 36px;
    height: 36px;
}

.q_search .icon-set {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    fill: #737373;
}

.q_search .q_search_adv:hover .icon-set {
    fill: #3394e6;
}

/* --- Carousel --- */
.carousel {
    position: relative;
    padding-top: 49%;
    margin-bottom: 25px;
    margin-right: 2px;
    overflow: hidden;
    width: 33%;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.carousel-inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > .cover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    vertical-align: top;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 25px;
    width: 44px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.carousel-control_in {
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius: 22px;
    text-align: center;
}

.carousel-control .up, .carousel-control .down {
    display: block;
    padding: 15px 12px;
}

.carousel-control .icon {
    fill: #d7d7d7;
    width: 20px;
    height: 32px;
}

.carousel-control a:hover > .icon {
    fill: #3394e6;
}

.carousel-indicators {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.carousel-indicators li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.carousel-indicators li:after, .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}

.carousel-indicators li:after {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    background-color: #7f7f7f;
}

.carousel-indicators li:hover:after, .carousel-indicators li.active:after {
    background-color: #3394e6;
}

.carousel-indicators li:before {
    display: none;
    border: 2px solid #3394e6;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 -6px;
}

.carousel-indicators li.active:before {
    display: block;
}

.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 94px;
    margin: 0 0 8% 8%;
    z-index: 10;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
}

.carousel-caption .title {
    font-weight: bold;
    letter-spacing: -.03em;
    font-size: 2.9em;
    line-height: 1.3em;
}

.carousel-caption .text {
    font-size: 1.3em;
    line-height: 1.45em;
}

.carousel.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    left: 0;
    -webkit-transition: .4s ease-in-out top;
    transition: .4s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

.carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

/* --- Content --- */
#content, .content_top {
    position: relative;
    margin-bottom: 8px;
    margin-top: 0px;
}

/* --- Sorting and Bread crumbs --- */
.pagetools {
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 8%;
    width: 100%;
    height: 52px;
    overflow: hidden;
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#combo-tools .pagetools_in {
    height: 100px;
    -webkit-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}

.pagetools_in {
    color: #919191;
}

.sortbar_in, .speedbar {
    display: block;
    height: 22px;
    padding: 14px 25px;
    line-height: 22px;
}

.sortbar_in2, .speedbar2 {
    display: block;
    height: 22px;
    padding: 14px 15px;
    line-height: 22px;
}

.pagetools_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    height: 50px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
}

.pagetools_back .icon {
    display: block;
    margin: 15px auto 0 auto;
    width: 30px;
    height: 20px;
}

#combo-tools.active > .pagetools_in {
    margin-top: -50px;
}

.breadcrumb .over {
    vertical-align: baseline;
}

.sortbar_in {
    white-space: nowrap;
}

.sortbar_in > form {
    display: inline;
}

/* --- News --- */
.box, .comment {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.box > .heading {
    padding: 4% 8%;
    margin: 0;
    text-transform: uppercase;
}

.box > .heading .hnum {
    font-size: .6em;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 .4em;
}

.box_in {
    padding: 4% 3%;
}

.story .title {
    /* margin: -.1em 0 .5em 0; */
    font-size: 24px;
}

.story .title > a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.story .title > a:hover {
    color: #3394e6;
}

/* Icons control the news on the left */
.story_icons {
    top: 0;
    left: -2%;
    list-style: none;
    padding: 1% 0 0 0;
    margin: -.2em 0 0 0;
    list-style: none;
    float: left;
    /* width: 8%; */
    position: relative;
    /*  padding-right: 5px;  */
}

.fixed_story .story_icons {
    z-index: 1;
}

.story_icons > li {
    text-align: center;
    margin: 0 0 10px 0;
}

.story .box_in > .text {
    font-size: 21px;
    text-align: justify;
    min-height: 230px;
    float: initial;
    padding-bottom: 0px;
    font-family: Georgia,Times New Roman,Times,serif;
}

.story .box_in > .text:after {
    content: "";
    display: block;
    clear: both;
}

.story .box_in > .text > img {
    float: left;
    margin: 2px 4% 4% 6px;
}

.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] {
    margin: 2px 4% 4% 0;
}

.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] {
    margin: 2px 0 4% 4%;
}

.story .box_in > .text img {
    /*    min-width: 220px;  */
    max-width: 140px;
    float: left;
    margin: 2px 2% ;
}

/*  .story .box_in > .text img:hover {     visibility: visible;
    display: block;
    position: absolute;
    max-width: 9999px;
    z-index: 3;
    width: 70%;
    left: 0px;
    top: 0px;
    cursor: default;}
  */
/* Icons control the news on the left */
.story_icons2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    list-style: none;
    padding: 4% 0 0 0;
    margin: 100px 0 0 0;
}

.fixed_story2 .story_icons2 {
    z-index: 1;
}

.story_icons2 > li {
    text-align: center;
    margin: 0 0 10px 0;
}

/* Edited... */
.editdate {
    margin: 4% 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* The button "bookmark" */
.fav_btn > a, .edit_btn > a {
    display: inline-block;
    padding: 4px;
    width: 16px;
    height: 16px;
}

.fav_btn .icon {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.fav_btn .icon-fav {
    fill: #5a5a5a;
}

.fav_btn:hover .icon-fav {
    fill: #3394e6;
}

@media only screen and (min-width: 601px) {
    .fixed_story .fav_btn .icon-fav {
        fill: #fff;
    }

    .fixed_story .fav_btn:hover .icon-fav {
        fill: #fff;
    }
}

.fav_btn .icon-star {
    fill: #fed762;
}

/* The "Edit" Button */
.edit_btn > a {
    position: relative;
    -webkit-transition: transform ease .2s;
    transition: transform ease .2s;
}

.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before {
    padding-top: 2px;
    width: 16px;
    height: 0;
    background-color: #919191;
    overflow: hidden;
    display: block;
    margin: 3px 0;
}

.edit_btn > a:after, .edit_btn > a:before {
    content: "";
}

.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
    background-color: #3394e6;
}

.edit_btn > a:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Important news */
.fixed_label {
    position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    height: 0px;
    /*  padding-top: 4%;  */
}

.fixed_label:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -15px;
    background-color: #e85319;
    width: 30px;
}

.fixed_label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 0 15px 5px 15px;
    z-index: 1;
}

/* The lower part of the news */
/* .story_tools { margin-top: 4%; } */
.story_tools > .category {
    float: right;
    margin-top: .7em;
    font-size: .9em;
}

.story_tools > .category .icon {
    width: 12px;
    height: 15px;
    margin: -.2em .4em 0 0;
}

.story_tools > .btn {
    float: left;
    margin-right: 2em;
}

.story_tools > .rate {
    float: left;
}

.story_tools .rate_stars {
    margin-top: 6px;
}

.rate_like > a, .rate_like-dislike {
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 18px;
    text-decoration: none !important;
    font-weight: bold;
    color: #919191;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.rate_like > a:hover {
    border-color: #3394e6;
    color: #3394e6;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -.2em .3em 0 0;
}

.rate_like-dislike > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike > a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -.3em 0 0 0;
}

.rate_like-dislike > a:hover .icon {
    fill: #3394e6;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike > span {
    cursor: default;
    margin: 0 .3em;
}

.story > .meta {
    font-size: .9em;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    padding: 2% 7%;
}

.meta:after, .story_tools:after {
    clear: both;
    display: table;
    content: "";
}

.meta > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meta > ul > li {
    display: inline;
}

.meta > ul.left > li {
    margin-right: 2em;
}

.meta > ul.right > li {
    margin-left: 2em;
}

.meta .icon {
    width: 16px;
    height: 16px;
    margin: -.2em .4em 0 0;
}

.meta .icon-views {
    height: 18px;
}

.signature {
    font-size: .9em;
    opacity: .5;
    margin-top: .9em;
}

/* --- Page navigation --- */
.navigation {
    margin: 15px 0;
}

.navigation:after {
    clear: both;
    display: block;
    content: "";
}

.pages {
    text-align: left;
}

.pages span, .pages a:hover, .page_next-prev {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 18px;
}

.pages span, .pages a {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 7px 7px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
}

.pages span {
    color: #399;
}

.pages a:hover {
    color: color: #5a5a5a;
    ; background-color: #3394e6;
}

.pages span {
    color: #3394e6;
}

.page_next-prev {
    float: right;
    height: 36px;
}

.page_next-prev * {
    float: left;
}

.page_next-prev .icon {
    width: 32px;
    height: 20px;
    fill: #d7d7d7;
}

.page_next-prev > span > a:hover .icon {
    fill: #3394e6;
}

.page_next-prev > span > * {
    float: left;
    padding: 8px 12px;
}

.page_next > span, .page_prev > span {
    opacity: 0.5;
}

/* Page navigation in news */
.splitnewsnavigation {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    color: #5a5a5a;
}

.splitnewsnavigation > a, .splitnewsnavigation > span {
    padding: 5px 5px;
    font-size: 1.4em;
}

.splitnewsnavigation2 {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    color: #5a5a5a;
}

.splitnewsnavigation2 > a, .splitnewsnavigation2 > span {
    padding: 5px 5px;
    font-size: 1.4em;
}

/* --- Block: News Partners --- */
.hblock > .title {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f7f7f7;
    border-radius: 2px 2px 0 0;
    font-size: 1em;
    padding: 2.5% 8%;
    margin: 0;
}

.banner img {
    vertical-align: top;
    max-width: 100%;
}

.midside .banner {
    padding: 2.5% 8%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hblock .banner {
    border-top: 1px solid #efefef;
}

.informer_list {
    list-style: none;
    margin: 0 -25px 0 0;
    padding: 0;
}

.informer_list:after {
    clear: both;
    display: block;
    content: "";
}

.informer_list li {
    float: left;
    width: 33.33333%;
    padding-right: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.informer_list li .title {
    font-weight: bold;
    margin-bottom: 1em;
}

.informer_list li .title a {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.informer_list li .title a:hover {
    color: #3394e6;
}

.more_icon {
    display: inline-block;
    background-color: #3394e6;
    border-radius: 9px;
    height: 4px;
    padding: 7px 8px;
    margin-top: 1em;
}

.more_icon:after {
    clear: both;
    display: block;
    content: "";
}

.more_icon > i {
    margin-left: 2px;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.more_icon:hover > i {
    margin-left: 10px;
}

.more_icon > i:first-child {
    margin-left: 0 !important;
}

/* --- Right column --- */
.block, .rightside .banner {
    margin-bottom: 25px;
}

.block > .title {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.block > .title > b, .block > .title:after, .block > .title > h4 {
    font-size: 1em;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.block > .title:after {
    content: "";
    background: #dedede;
    height: 4px;
    width: 100%;
    margin: 0 0 0 15px;
    border-top: 1px solid #d1d1d1;
}

/* Change banner with reduced resolution */
/* Block: Popular */
ol.topnews {
    margin: -20px 0 0 0;
    padding: 0;
    list-style: none;
    counter-reset: ol-counter;
}

ol.topnews > li > a:after {
    content: "";
    display: block;
    clear: both;
}

ol.topnews > li > a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 10px 70px;
}

ol.topnews > li:last-child > a {
    border-bottom-width: 0;
}

ol.topnews > li > a:before, ol.topnews > li > a > b {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

ol.topnews > li > a:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 50%;
    border: 2px solid #3896e6;
    width: 48px;
    height: 48px;
    text-align: center;
    float: left;
    line-height: 32px;
    padding: 7px 0;
    margin-left: -70px;
    color: #3394e6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol.topnews > li > a:hover:before {
    color: #fff;
    background-color: #3394e6;
    box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
}

ol.topnews > li > a > * {
    cursor: pointer;
    display: block;
}

ol.topnews > li > a > b {
    display: block;
}

ol.topnews > li > a > span {
    font-size: .9em;
    opacity: .5;
    text-transform: lowercase;
    margin-top: .4em;
}

ol.topnews > li > a:hover > b {
    color: #3394e6;
}

/* Block: Polls */
.block_grey {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 2px;
    background-color: #e5e5e5;
}

.block_grey > .title {
    margin: 0 0 1em 0;
    font-size: 1em;
    letter-spacing: 0;
}

.vote_more {
    font-size: .9em;
    margin: -.7em 0 1em 0;
}

.vote_list {
    margin: 8% 0;
}

.vote_list .vote, .vote_list .pollanswer {
    margin: .6em 0 .2em 0;
}

.vote_list .vote > input, .vote_list .pollanswer > input {
    display: none;
}

.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 4px solid #3b3b3b;
    background-color: #fff;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    content: "";
    border-radius: 2px;
}

.vote_list .vote > input[type="radio"] + label:before, .vote_list .pollanswer > input[type="radio"] + label:before {
    border-radius: 50%;
}

.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before {
    border-color: #3394e6;
}

.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
    background-color: #3394e6;
    border-color: #3394e6;
}

.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before {
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
}

.btn-border .icon-votes {
    width: 16px;
    height: 14px;
    margin: -3px 0 0 0;
    vertical-align: middle;
}

.vote_votes, .pollallvotes {
    font-size: .9em;
}

#dlevotespopupcontent {
    height: auto !important;
    overflow: visible !important;
}

/* Block: news Archive */
.title_tabs {
    margin: -10px 0 10px 0 !important;
}

.title_tabs ul {
    cursor: default;
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.title_tabs * {
    display: inline-block;
    vertical-align: middle;
}

.title_tabs ul li > a {
    display: block;
    width: 36px;
    height: 16px;
    padding: 10px 0;
    border-radius: 50%;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}

.title_tabs ul li.active > a {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

.title_tabs ul li > a > .icon {
    width: 16px;
    height: 16px;
    fill: #6a6a6a;
    vertical-align: top;
}

.title_tabs ul li.active > a > .icon {
    fill: #3394e6;
}

/* Block: Change the appearance */
.block_bg {
    margin-bottom: 25px;
    background-color: #1b64a8;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    padding: 25px;
}

.block_bg > .title {
    font-size: 1em;
    color: #fff;
    margin: -.2em 0 .6em 0;
    text-transform: uppercase;
}

.change_skin {
    background: url(../images/change_skin.png) no-repeat 0 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.change_skin .styled_select {
    background: #fff;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
    border-width: 0;
    overflow: hidden;
    position: relative;
}

.change_skin .styled_select > .icon {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 16px;
    height: 10px;
    margin: -5px 0 0 -26px;
    fill: #d7d7d7;
}

.change_skin .styled_select:hover > .icon {
    fill: #3394e6;
}

.change_skin .styled_select select {
    width: 112%;
    height: 36px;
    background-color: transparent;
    border-width: 0;
    padding: 7px;
    position: relative;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Block: Tags */
.tag_list > span {
    margin: 0 2px 2px 0;
}

.tag_list > span, .tag_list > span > a {
    display: inline-block;
}

.tag_list > span > a {
    border: 1px solid #d6d6d6;
    color: inherit;
    text-decoration: none !important;
    padding: 4px 8px;
    border-radius: 2px;
}

.tag_list > span > a:hover {
    background-color: #fff;
    color: #3394e6;
    border-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
}

.tags_more {
    margin-top: 1em;
}

/* Block: Similar */
.relnews {
    margin: -20px 0 0 0;
    padding: 0;
    list-style: none;
}

.relnews > li > a:after {
    content: "";
    display: block;
    clear: both;
}

.relnews > li > a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 10px 33px;
}

.relnews > li:last-child > a {
    border-bottom-width: 0;
}

.relnews > li > a .icon, .relnews > li > a > b {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.relnews > li > a .icon {
    width: 16px;
    height: 14px;
    float: left;
    margin: 4px 0 0 -33px;
}

.relnews > li > a > * {
    cursor: pointer;
    display: block;
}

.relnews > li > a > b {
    display: block;
}

.relnews > li > a > span {
    font-size: .9em;
    opacity: .5;
    text-transform: lowercase;
    margin-top: .4em;
}

.relnews > li > a:hover > b {
    color: #3394e6;
}

/* Block: recent comments */
.lastcomm {
    margin: -20px 0 0 0;
    padding: 0;
    list-style: none;
}

.lastcomm > li > a:after {
    content: "";
    display: block;
    clear: both;
}

.lastcomm > li > a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 0 25px 33px;
}

.lastcomm > li:last-child > a {
    border-bottom-width: 0;
}

.lastcomm > li > a .icon, .lastcomm > li > a > b {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.lastcomm > li > a .icon {
    width: 16px;
    height: 14px;
    float: left;
    margin: 4px 0 0 -33px;
}

.lastcomm > li > a > * {
    cursor: pointer;
    display: block;
}

.lastcomm > li > a > b {
    display: block;
    margin-top: .4em;
}

.lastcomm > li > a > span {
    font-size: .9em;
    opacity: .5;
}

.lastcomm > li > a:hover > b {
    color: #3394e6;
}

.lastcomm2 {
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
}

.lastcomm2 > li > a:after {
    content: "";
    display: block;
    clear: both;
}

.lastcomm2 > li > a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0 5px 50px;
}

.lastcomm2 > li:last-child > a {
    border-bottom-width: 0;
}

.lastcomm2 > li > a .icon, .lastcomm > li > a > b {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.lastcomm2 > li > a .icon {
    width: 16px;
    height: 14px;
    float: left;
    margin: 4px 0 0 -33px;
}

.lastcomm2 > li > a > * {
    cursor: pointer;
    display: block;
}

.lastcomm2 > li > a > b {
    display: block;
    margin-top: .4em;
}

.lastcomm2 > li > a > span {
    font-size: .9em;
    opacity: .5;
}

.lastcomm2 > li > a:hover > b {
    color: #3394e6;
}

.wrap ol {
    list-style-position: inside;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    list-style-type: none;
}

.wrap2 ol {
    list-style-position: inside;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    list-style-type: none;
}

.wrap2 ol img {
    min-width: 110px;
    max-width: 110px;
}

.wrap3 ol {
    list-style-position: inside;
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
    list-style-type: none;
}

.wrap4 ol {
    list-style-position: inside;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    list-style-type: none;
}

.wrap3 ol img {
    min-width: 110px;
    max-width: 110px;
}

.wrap4 ol img {
    min-width: 80px;
    max-width: 80px;
}

/* --- The footer --- */
.footer_menu {
    position: relative;
    padding: 0 0 25px 0;
}

.foot_menu {
    list-style: none;
    padding: 0;
    margin: 0 0px 0 0;
}

.foot_menu > li {
    float: left;
    width: 33%;
    padding-left: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.foot_menu > li > b {
    display: block;
    margin-bottom: 1em;
}

.foot_menu > li > b > i {
    display: none;
}

.foot_menu > li nav > a {
    color: #5a5a5a;
    display: block;
    font-size: 14.4px;
    padding: .2em 0;
}

@media only screen and (min-width: 601px) {
    .foot_menu > li > div {
        display: block !important;
        height: auto !important;
        width: auto !important;
    }
}

/* UP button */
.upper {
    position: absolute;
    left: 0;
    width: 13%;
    text-align: center;
}

#upper {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #d7d7d7;
    position: relative;
}

#upper .icon {
    width: 20px;
    height: 32px;
    fill: #ededed;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -10px;
}

#upper:hover {
    background-color: #3394e6;
}

#upper:hover .icon {
    fill: #fff;
}

.footer {
    font-size: .9em;
    padding: 0px 0;
    border-top: 10px ;
}

/*  .footer a, .footer { color: #838383; }  */
/*.footer .midside { display: flex; }*/
.footer .copyright {
    width: 100%;
}

.copyright a {
    font-weight: bold;
}

.ca {
    float: right;
    white-space: nowrap;
    margin-left: 20px;
}

.ca > .icon {
    margin: -.2em .8em 0 0;
    width: 30px;
    height: 17px;
    fill: #cbcbcb;
}

.ca:hover > .icon {
    fill: #838383;
}

.counter {
    opacity: .5;
}

.counter:hover {
    opacity: 1;
}

.counter > img {
    vertical-align: top;
}

/* --- View news --- */
.showfull .pagetools {
    position: absolute;
}

.showfull .story {
    float: left;
    width: 100%;
    margin-top: 67px;
}

.showfull .comments, .showfull #dle-content .box {
    float: left;
    width: 100%;
}

.showfull #dle-content .rightside {
    margin: 0 -205px 0 0;
}

.showfull #dle-content .rightside .banner {
    padding: 0;
}

/* --- Static pages --- */
.page_static {
    margin-bottom: 60px;
}

.page_static:after {
    clear: both;
    display: block;
    content: "";
}

.page_static > .text {
    font-size: 1.15em;
}

/* --- The error information --- */
.berrors {
    background: #ffe6dd;
    border: 1px solid #f0c4b5;
    color: #553c33;
    padding: 20px 25px;
    margin-bottom: 25px;
    height: 1%;
    border-radius: 2px;
    box-sizing: border-box;
}

/* --- Comments --- */
/* Adding form */
.addcomment {
    background-color: #f7f7f7;
}

.plus_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.addcomment .plus_icon {
    width: 8%;
    padding: 10px 0;
    float: left;
    margin-top: 4%;
}

.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    position: absolute;
}

.plus_icon > span:before, .plus_icon > span:after {
    background-color: #b3b3b3;
    content: "";
}

.plus_icon > span {
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}

.plus_icon > span:after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.plus_icon > span:before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.plus_icon.circle {
    width: 12px;
    height: 12px;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #3394e6;
}

.plus_icon.circle > span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
}

.plus_icon.circle > span:before, .plus_icon.circle > span:after {
    background-color: #3394e6;
}

/* Forms at UL */
ul.ui-form {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ui-form > li {
    margin-bottom: 20px;
}

ul.ui-form > li:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group > label {
    display: block;
    margin-bottom: .4em;
}

.imp:after {
    content: "*";
    margin: 0 0 0 10px;
    color: #e85319;
}

@media only screen and (min-width: 601px) {
    .form-group.combo:after {
        clear: both;
        display: table;
        content: "";
    }

    .form-group.combo > .combo_field {
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-group.combo > .combo_field:last-child {
        padding-left: 10px;
    }

    .form-group.combo > .combo_field:first-child {
        padding-right: 10px;
    }
}

.form_submit {
    margin-top: 20px;
}

.form-sep {
    border-top: 1px solid #efefef;
}

/* Modification of the BB editor for review */
#comment-editor .bb-editor textarea {
    padding: 7px;
    padding-bottom: 45px;
    height: 200px;
}

.addpm #comment-editor .bb-editor textarea {
    height: 340px;
}

.wseditor table, .bb-editor table {
    margin: 0px;
}

/* Comments */
.com_list {
}

.comment {
    padding: 4% 8%;
    position: relative;
    -webkit-transition: box-shadow ease .4s;
    transition: box-shadow ease .4s;
}

.com_list .comment {
    border-top: 1px solid #efefef;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.comment:hover {
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}

.avatar {
    display: inline-block;
}

.avatar .cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: -9999px;
    display: inline-block;
}

.comment .avatar {
    float: left;
    margin-right: 15px;
    position: relative;
}

.comment .avatar .cover {
    width: 36px;
    height: 36px;
}

.com_online {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -4px 0 0 -4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #70bb39;
    border: 2px solid #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.com_info {
    font-size: .9em;
    margin-bottom: 2%;
    margin-top: -5px;
}

.com_info:after {
    clear: both;
    display: block;
    content: "";
}

.com_user {
    float: left;
    margin: 9px 15px 0 0;
}

.comment .meta {
    display: inline;
}

.comment .meta .left {
    margin: 9px 0 0 0;
}

.comment .meta .left .mass input {
    margin: -2px 0 0 0;
    vertical-align: middle;
}

.comment .meta > ul.left > li {
    margin-right: 10px;
}

.comment .reply {
    text-transform: lowercase;
}

.comment .meta .left a {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 2px;
    margin-top: -2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment .meta .left .reply a {
    padding: 2px;
    width: auto;
    vertical-align: baseline;
}

.comment .meta .left .del a {
    padding: 4px;
}

.comment .meta .left .icon {
    margin: 0;
    fill: #919191;
    vertical-align: top;
}

.comment .meta .left a:hover .icon {
    fill: #3394e6;
}

.comment .meta .left a .icon-reply {
    width: 15px;
    height: 16px;
    fill: #3394e6 !important;
    margin-right: .4em;
    vertical-align: middle;
}

.comment .meta .left a .icon-coms {
    width: 15px;
    height: 16px;
    fill: #3394e6 !important;
    margin-right: .4em;
    vertical-align: middle;
}

.comment .meta .left .edit_btn > a {
    padding: 2px;
    margin-top: -4px;
}

.comment .icon-bad {
    width: 16px;
    height: 16px;
}

.comment .icon-cross {
    width: 12px;
    height: 12px;
}

.comment .meta .rate {
    float: right;
}

/* Tree comments */
#dle-comments-list {
    width: 100%;
    overflow: hidden;
}

#dle-comments-list .comments-tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dle-comments-list > .comments-tree-list > li > .comments-tree-list {
    padding: 0 8%;
    border-top: 1px solid #efefef;
}

#dle-comments-list > .comments-tree-list > li .comments-tree-list > li {
    padding-left: 20px;
}

#blind-animation .comments-tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-tree-list > li > ol > li .comment {
    padding: 30px 0;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list li ol li .comment {
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list > li > ol > li .comment:after {
    content: "";
    position: absolute;
    width: 2000px;
    height: 1px;
    margin-left: -500px;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.comments-tree-list > li > ol > li .comment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    margin: 30px 0 0 -20px;
    background-color: #e6e6e6;
    width: 10px;
    height: 2px;
}

/* Management review */
.mass_comments_action {
    text-align: right;
    border-top: 1px solid #efefef;
    padding: 2% 8%;
}

.mass_comments_action > select {
    height: 36px;
    padding: 5px;
    width: 200px;
    margin-left: 1em;
}

.com_content > .title {
    margin-top: 4%;
}

.com_content > .text {
    font-size: 1.08em;
}

/* --- Contacts --- */
#map {
    width: 100%;
    height: 400px;
}

.map_resp {
    width: 100%;
    padding-top: 60%;
    height: 0;
    position: relative;
}

.map_resp > #map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
}

.dark_top {
    border-radius: 2px 2px 0 0;
    color: #fff;
    background: #2c2c2c;
}

.contacts {
    font-size: 1.3em;
}

.contacts > .grid_1_2 {
    padding-left: 42px;
}

.contacts > .grid_1_2 .icon {
    float: left;
    margin: 5px 0 0 -42px;
    width: 24px;
}

/* --- Registration, password Recovery, Add news---*/
.page_form_style body {
    background-color: #f7f7f7;
}

.page_form {
    max-width: 1100px;
    padding-left: 7%;
}

.page_form__back {
    background-color: #3394e6;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 3%;
    padding: 0 2%;
}

.page_form__back:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-repeat: repeat-y;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
}

.page_form__back > .icon {
    position: absolute;
    left: 50%;
    top: 8%;
    margin: 0 0 0 -15px;
    width: 30px;
    height: 20px;
    fill: #fff;
    opacity: .6;
}

.page_form__back:hover > .icon {
    opacity: 1;
}

.page_form__body {
    padding: 0 10%;
}

.page_form__logo {
    padding: 8% 0 0 0;
    margin-bottom: 8%;
}

.page_form__logo .icon {
    margin-top: -10px;
    width: 60px;
    height: 60px;
}

.page_form__inner > .title {
    font-weight: normal;
    font-size: 30px;
    margin: 4% 0;
}

.page_form__form .form_submit {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0 0;
    margin-top: 20px;
}

@media only screen and (min-width: 701px) {
    .page_form__form {
        font-size: 1.25em;
    }

    .page_form__form .form-group label {
        color: #999;
    }

    .page_form__form .form-group input, .page_form__form .form-group textarea, .page_form__form .form-group select, .page_form__form .c-captcha input {
        font-size: 1em;
        height: 60px;
        line-height: 26px;
        padding: 15px;
    }

    .page_form__form .form-group textarea {
        height: auto;
    }

    .page_form__form .c-captcha img {
        width: 160px;
        height: 60px;
    }

    .page_form__form .c-captcha input {
        width: 160px;
    }

    .page_form__form .form_submit {
        padding-top: 3%;
        margin-top: 3%;
    }

    .page_form__form ul.ui-form > li {
        margin-bottom: 3%;
    }

    .page_form__form .form_submit > .btn {
        font-size: 1em;
        font-weight: normal !important;
        height: 60px;
        border-radius: 30px;
        line-height: 26px;
        padding: 17px 28px;
    }
}

.page_form__form .login_check {
    position: relative;
}

.page_form__form .login_check > input {
    padding-right: 150px;
}

.page_form__form .login_check > .btn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    margin: 12px;
}

#result-registration {
    margin-top: 10px;
    font-size: .8em;
}

.regtext {
    margin-bottom: 5%;
}

.page_form__foot {
    margin-top: 8%;
    padding-bottom: 8%;
}

.page_form__foot > * {
    display: block;
    float: none;
}

.page_form__foot .ca {
    display: block;
    margin-top: 2%;
    margin-left: 0;
}

/* --- PM --- */
@media only screen and (min-width: 601px) {
    #pm-menu:after {
        content: "";
        clear: both;
        display: block;
    }

    #pm-menu {
        margin-bottom: 25px;
    }

    #pm-menu a {
        color: inherit;
        padding: 10px 16px;
        border-radius: 2px;
        border: 2px solid transparent;
        float: left;
        text-decoration: none !important;
    }

    #pm-menu a:hover {
        border-color: #3394e6;
        color: #3394e6;
    }
}

.pm-box {
    margin-bottom: 25px;
}

.pm_status {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 2px;
}

.pm_progress_bar {
    background-color: #e5dbcc;
    margin-bottom: 10px;
    border-radius: 2px;
}

.pm_progress_bar span {
    background: #e85319;
    font-size: 0;
    height: 20px;
    border-radius: 2px;
    display: block;
    overflow: hidden
}

/* --- User page --- */
.userinfo_top {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.userinfo_top .avatar {
    position: absolute;
}

.user_tab {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user_tab > li {
    display: inline;
    margin-right: 1.2em;
}

.user_tab > li > a {
    text-decoration: none !important;
    font-size: .6em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.user_tab > li > a {
    color: #fff;
    opacity: .5;
}

.user_tab > li > a:hover {
    color: inherit;
}

.user_tab > li.active > a {
    cursor: default;
    font-size: 1em;
    opacity: 1;
}

.usinf {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.usinf li {
    padding: 12px 0;
    border-top: 1px solid #e6e6e6;
}

.usinf li:first-child {
    border-top-width: 0;
}

.ui-c1, .ui-c2 {
    display: inline-block;
    vertical-align: top;
}

.ui-c1 {
    width: 30%;
    margin-right: 5%;
}

.ui-c2 {
    width: 60%;
}

/* Window user */
.userinfo {
    padding-left: 90px;
}

.userinfo .avatar {
    position: absolute;
    float: left;
    margin: 0 0 0 -90px;
}

.userinfo .avatar .cover {
    width: 60px;
    height: 60px;
}

.userinfo > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --- Statistics --- */
.stats_head > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.25em;
}

.stats_head > ul > li {
    margin-top: 15px;
    padding-left: 30px;
}

.stats_head > ul > li:before {
    content: "";
    float: left;
    margin: 2px 0 0 -30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3394e6;
}

.stats_head > ul > li > b {
    display: block;
    font-size: .8em;
    opacity: .5;
    font-weight: normal;
}

.stats_head > ul > li.stats_d:before {
    background-color: #f6a71a;
}

.stats_head > ul > li.stats_w:before {
    background-color: #ce3f28;
}

.stat_group {
    margin-bottom: 25px;
}

.stat_group > h5 {
    margin-top: 0;
    margin-bottom: 1em;
}

.stat_group > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat_group > ul > li {
    padding: .6em 0;
    border-top: 1px dotted #d5d5d5;
}

/* --- Search page --- */
.search_result_num {
    font-size: .9em;
    margin: 25px 0 0;
}

.search table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

#searchtable td, #searchtable td div, #searchtable table {
    margin: 0 !important;
    padding: 0 !important;
}

#searchtable td.search br {
    display: none;
}

td.search .bbcodes {
    margin: 0 !important;
}

td.search {
    vertical-align: top;
}

/* --- === The resolution below 1280 === ---*/
@media only screen and (max-width: 1920px) {
    .story .box_in > .text {
        font-size: 21px;
    }

    .midside {
        padding-right: 205px;
    }

    .rightside {
        width: 200px;
        margin-left: -205px;
    }

    .showfull #dle-content .rightside {
        width: 200px;
        margin-right: -205px;
    }

    #searchsuggestions {
        width: 200px;
    }

    /* The site header */
    .logotype .logo_title {
        font-size: 18px;
    }

    /* Popular news */
    ol.topnews > li > a {
        padding-left: 45px;
    }

    ol.topnews > li > a:before {
        font-size: 1.2em;
        width: 28px;
        height: 32px;
        line-height: 20px;
        padding: 2px 0;
        margin-left: -45px;
    }

    /* Polls */
    #votes .btn-border {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1430px) {
    .wrap3 ol {
        list-style-position: inside;
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
        list-style-type: none;
    }

    .wrap4 ol {
        list-style-position: inside;
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
        list-style-type: none;
    }
}

@media only screen and (max-width: 1350px) {
    .wrap2 ol {
        list-style-position: inside;
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari and Chrome */
        column-count: 3;
        list-style-type: none;
    }

    .midside {
        padding-left: 5px;
    }

    #top_menu {
        display: none;
    }

    #header_menu {
        padding-left: 65px;
    }

    body, .page {
        width: 100%;
        height: 100%;
    }

    #cat_menu, .page, .header {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    #cat_menu {
        position: fixed;
        z-index: 1111;
        top: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: 200px;
        background-color: #ededed;
        border-right: 1px solid #d9d9d9;
        margin-left: -200px;
        visibility: hidden;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
    }

    #cat_menu .soc_links {
        padding-bottom: 20px;
    }

    .mobile-menu_open #cat_menu {
        margin-left: 0;
        visibility: visible;
        opacity: 1;
    }

    .mobile-menu_open .page {
        margin-left: 200px;
        overflow: hidden;
    }

    .mobile-menu_open body {
        overflow: hidden;
    }

    .mobile-menu_open .header {
        left: 200px;
    }
}

@media (min-width: 1350px) {
    .cat_menu__tm, #mobile_menu_btn {
        display: none;
    }
}

/* --- === The resolutions below 980 === ---*/
@media (min-width: 1350px) {
    #search_btn {
        display: none;
    }
}

@media (max-width: 1350px) {
    .fixed_button4 {
        position:fixed;
        top: 39px;
        left: -7px;
        z-index: 999;
    }

    .fixed_button5 {
        position: fixed;
        top: 39px;
        right: -6px;
        z-index: 999;
    }

    .story .box_in > .text {
        font-size: 21px;
    }

    .midside {
        padding-right: 5px;
    }

    /* header and modification of search */
    #header_menu {
        display: block;
        padding-right: 86px;
    }

    .logotype {
        float: left;
    }

    #login_pane {
        float: right;
        margin-top: 7px;
    }

    #search_btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 86px;
        height: 50px;
        padding: 0 25px;
        border: 0 none;
        cursor: pointer;
        background-color: transparent;
    }

    #search_btn > span {
        display: block;
        width: 32px;
        height: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

    #search_btn > span > .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -8px;
        width: 16px;
        height: 16px;
        fill: #fff;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .search_open #search_btn > span > .icon-search, #search_btn > span > .icon-cross {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.3,0.3);
        transform: scale(0.3,0.3);
    }

    .search_open #search_btn > span > .icon-cross, #search_btn > span > .icon-search {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    #q_search {
        display: block;
        position: fixed;
        z-index: 23;
        left: 25px;
        right: 86px;
        top: 0;
        margin: 0;
        width: auto;
        height: 50px;
        margin-top: -80px;
    }

    .q_search > input {
        background-color: #fff;
    }

    .logotype, #mobile_menu_btn, #login_pane, #q_search {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane, #q_search {
        opacity: 0;
        visibility: hidden;
    }

    .search_open #q_search {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .q_search_adv {
        display: none;
    }

    /* News */
    .showfull .story {
        margin-top: 0;
    }

    .showfull .pagetools {
        position: relative;
    }

    .rightside, .tags_block, .showfull #dle-content .rightside .banner_240, .midside .banner {
        display: none;
    }

    .showfull #dle-content .rightside {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
    }

    .showfull .comments, .showfull #dle-content .box {
        float: none;
    }

    /* Blocks */
    .block {
        /*  background-color: #fff; */
        margin-bottom: 25px;
        border-radius: 2px;
        position: relative;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    }

    .block > .title {
        padding: 2% 4%;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .block a {
        padding: 2% 4%;
        margin-top: 0px;
    }

    .block > .title:after {
        display: none;
    }

    .relnews {
        margin: 0;
        border-top: 1px solid #efefef;
    }

    .relnews > li > a {
        border-bottom: 1px solid #efefef;
        padding: 2% 6%
    }

    .relnews > li > a .icon {
        margin: 3px 0 0 0;
    }

    .relnews > li > a > b, .relnews > li > a > span {
        margin-left: 27px;
    }

    .block_grey {
        padding: 4% 8%;
        margin-bottom: 25px;
    }

    .block_grey > .title {
        font-size: 1.2em;
    }

    .vote_list {
        margin: 4% 0;
    }
}

@media only screen and (max-width: 700px) {
    .page_form__form .login_check > .btn {
        margin: 5px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 750px) {
    .informer_list {
        margin-right: 0;
    }

    .informer_list li {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 25px;
    }

    .informer_list li:last-child {
        margin-bottom: 0;
    }

    .table_top_users, .pmlist {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    table.userstop, table.pm {
        width: 900px;
    }
}

@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* --- === The resolution is below 600 === ---*/
@media only screen and (max-width: 600px) {
    .wrap ol {
        list-style-position: inside;
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
        column-count: 1;
        list-style-type: none;
    }

    .wrap2 ol {
        list-style-position: inside;
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
        list-style-type: none;
    }

    .wrap3 ol {
        list-style-position: inside;
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
        column-count: 1;
        list-style-type: none;
    }

    .wrap4 ol {
        list-style-position: inside;
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
        column-count: 1;
        list-style-type: none;
    }

    /* Decrease indents */
    body, select, input, textarea, button {
        font-size: 13px/1.5;
    }

    .hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane {
        display: none;
    }

    .midside {
        padding: 0;
    }

    #content {
        padding: 5px 5px 0 5px;
    }

    .navigation {
        margin: 15px 0;
    }

    .box, .comment, .berrors {
        margin-bottom: 15px;
    }

    .box > .heading {
        padding: 20px;
    }

    .quote, blockquote {
        font-size: 1.1em;
    }

    .mejs-container {
        max-width: 100%;
    }

    .story video {
        max-width: 100%;
    }

    .story iframe {
        max-width: 100%;
    }

    /* Popups */
    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
    }

    .ui-dialog-buttonset > .ui-button {
        margin: 2px;
    }

    /* header */
    #header, .header {
        margin: 0;
        height: 50px;
    }

    .header {
        background-color: #3394e6;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    }

    .fixed_button4 {
        position: fixed;
        top: 39px;
        left: -12px;
        z-index: 999;
    }

    .fixed_button5 {
        position: fixed;
        top: 39px;
        right: -12px;
        z-index: 999;
    }

    #header_menu {
        position: relative;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0 50px;
        z-index: 1;
        height: 50px;
    }

    #header_menu:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(255,255,255,0.1);
    }

    .logotype {
        float: none;
        width: 100%;
        height: 50px;
        text-align: center;
        justify-content: center;
    }

    .logo_title {
        display: none;
    }

    .logotype .icon-logo {
        width: 32px;
        height: 32px;
    }

    /* menu */
    #mobile_menu_btn, #search_btn {
        width: 50px;
        height: 50px;
        padding: 0;
        border-right-width: 0;
    }

    .mobile-menu_open .mt_1 {
        margin-top: 8px;
    }

    .mobile-menu_open .mt_2 {
        margin-top: 8px;
    }

    .mobile-menu_open .mt_3 {
        margin-top: 8px;
    }

    #cat_menu {
        position: fixed;
        z-index: 0;
        margin: -60% 0 0 0;
        width: 100%;
        background: #3394e6;
        left: auto;
        right: auto;
    }

    #cat_menu:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 70px;
        margin-top: 50px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        background-repeat: repeat-y;
        background-image: -webkit-linear-gradient(top, #3394e6 30%, rgba(51,148,230,0) 100%);
        background-image: -moz-linear-gradient(top, #3394e6 30%, rgba(51,148,230,0) 100%);
        background-image: -o-linear-gradient(top, #3394e6 30%, rgba(51,148,230,0) 100%);
        background-image: linear-gradient(top, #3394e6 30%, rgba(51,148,230,0) 100%);
    }

    .cat_menu {
        padding: 10%;
        margin-top: 50px;
    }

    .cat_menu a:first-child {
        border-top-width: 0;
    }

    .cat_menu a {
        text-decoration: none !important;
        font-size: 1em;
        padding: 3% 0;
        display: block;
        color: #fff;
        border-top-color: #3d99e7;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    #cat_menu .soc_links {
        display: none;
    }

    .mobile-menu_open .header {
        left: auto;
    }

    .mobile-menu_open .page {
        margin-left: 0;
    }

    .mobile-menu_open #cat_menu {
        margin-top: 50px;
    }

    .mobile-menu_open #login_pane {
        opacity: 1;
        visibility: visible;
    }

    /* Optimization authorization */
    #login_pane {
        float: none;
        margin-top: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    #login_pane .dropdown-form {
        position: fixed;
        top: 105px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding-bottom: 0;
        width: auto;
        min-width: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .login_pane__foot, .login_form__foot {
        padding-bottom: 39px;
    }

    /* Optimization search */
    #search_btn {
        padding: 7px;
    }

    #search_btn > span {
        border-width: 0;
        width: 36px;
        height: 36px;
    }

    #q_search {
        left: 15px;
        right: 50px;
        height: 50px;
        padding: 0;
    }

    .q_search {
        margin-top: 7px;
    }

    /* Optimization of the carousel */
    .carousel {
        margin-bottom: 0;
        border-radius: 0;
    }

    .carousel-caption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        display: table;
    }

    .carousel-caption_in {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 15px;
    }

    .carousel-caption .title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .carousel-caption .text {
        font-size: 1em;
    }

    .carousel-control {
        position: static;
    }

    .carousel-control_in {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control .up, .carousel-control .down {
        position: absolute;
        z-index: 12;
        left: 50%;
        margin-left: -21px;
    }

    .carousel-control .up {
        top: 0;
    }

    .carousel-control .down {
        bottom: 0;
    }

    .carousel-control .up .icon, .carousel-control .down .icon {
        fill: #fff !important;
    }

    /* Blocks */
    .block, .block_grey {
        margin-bottom: 15px;
    }

    .block > .title, .block_grey, .relnews > li > a {
        padding: 20px 10px 20px 20px ;
        padding-top: 0px;
    }

    /* Optimization news */
    /* .box_in { padding: 10px; } */
    /*
  .story_icons {
    float: right;
    position: relative;
    padding: 0; margin: -4px 0 10px 10px;
  }
  */
    .story_icons {
        float: left;
        width: 8%;
        position: relative;
        padding-right: 15px;
    }

    .story > .meta {
        padding: 10px 20px;
    }

    .meta > ul.left > li {
        margin-right: 12px;
    }

    .meta > ul.right > li {
        margin-left: 12px;
    }

    .story .title {
        font-size: 1.4em;
    }

    .story .box_in > .text {
        font: 1.36em;
    }

    .story .box_in > .text img {
        float: left;
    }

    /* .story_date > * { display: none; } */
    .story_date > time {
        display: inline;
    }

    .category {
        display: none;
    }

    .story_tools, .editdate {
        margin-top: 20px;
    }

    .shortstory .story_tools > .rate {
        float: right;
    }

    /*  .story_tools > .btn { padding: 0; height: 36px; width: 36px; text-align: center; }

  .story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
  .story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #fff;
    width: 4px; height: 4px;
    border-radius: 50%;
    margin: 11px 0 0 0;
    vertical-align: middle;
  }
*/
    .story_tools > .btn > b {
        margin-left: 2px;
        margin-right: 2px;
    }

    /* Important news */
    .fixed_label {
        width: 0px;
        /* height: 18px; */
        padding: 0;
        /* margin-top: 20px; */
    }

    .fixed_label:before {
        display: none;
    }

    .fixed_label:after {
        bottom: auto;
        left: 100%;
        top: 0;
        margin: 0 0 0 -3px;
        border: solid transparent;
        border-right-color: #fff;
        border-width: 9px 3px 9px 0;
    }

    /* Breadcrumbs and sorting */
    .pagetools {
        margin-bottom: 0;
        border-radius: 0;
        //border-width: 0 0 0px 0;
        height: 51px;
        padding-left: 50px;
    }

    .pagetools2 {
        margin-bottom: 0;
        border-radius: 0;
        //border-width: 0 0 0px 0;
        height: 51px;
        padding-left: 0px;
    }

    .pagetools_back {
        width: 50px;
        height: 50px;
    }

    .sortbar, .breadcrumb_in {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumb_in .over {
        display: block;
        overflow: visible;
    }

    .sortbar_in:after, .breadcrumb_in .over:after {
        content: "";
        width: 25px;
        display: inline-block;
    }

    /* Page navigation */
    .navigation {
        margin: 10px 0;
    }

    .navigation:after {
        clear: both;
        display: block;
        content: "";
    }

    .pages {
        text-align: left;
    }

    .pages span, .pages a:hover, .page_next-prev {
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        border-radius: 18px;
    }

    .pages span, .pages a {
        color: inherit;
        display: inline-block;
        position: relative;
        padding: 7px 7px;
        min-width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        text-decoration: none !important;
        font-weight: bold;
    }

    .pages span {
        color: #399;
    }

    .pages a:hover {
        color: #fff;
        background-color: #3394e6;
    }

    .pages span {
        color: #3394e6;
    }

    .page_next-prev {
        float: right;
        height: 36px;
    }

    .page_next-prev * {
        float: left;
    }

    .page_next-prev .icon {
        width: 32px;
        height: 20px;
        fill: #d7d7d7;
    }

    .page_next-prev > span > a:hover .icon {
        fill: #3394e6;
    }

    .page_next-prev > span > * {
        float: left;
        padding: 8px 12px;
    }

    .page_next > span, .page_prev > span {
        opacity: 0.5;
    }

    /* Page navigation in news */
    .splitnewsnavigation {
        margin-top: 1%;
        padding-top: 1%;
        font-weight: bold;
    }

    .splitnewsnavigation > a, .splitnewsnavigation > span {
        padding: 6px 10px;
    }

    .splitnewsnavigation2 {
        margin-top: 1%;
        padding-top: 1%;
        font-weight: bold;
    }

    .splitnewsnavigation2 > a, .splitnewsnavigation2 > span {
        padding: 6px 10px;
    }

    /* Comments */
    .addcomment .plus_icon {
        display: none;
    }

    .addcomment h3 {
        display: none;
    }

    .comment {
        padding: 20px;
        padding-bottom: 60px;
    }

    .com_content > .title {
        font-size: 1.15em;
    }

    .comment .meta {
        position: absolute;
        bottom: 14px;
        left: 20px;
        right: 20px;
    }

    .com_info {
        margin: 0 0 20px 0;
        padding-left: 46px;
    }

    .com_user {
        display: block;
    }

    .comment .avatar {
        margin-left: -46px;
        margin-right: 0;
    }

    .comment .rate_like > a, .comment .rate_like-dislike {
        border-color: transparent;
    }

    .comment .meta .mass, .reply a span {
        display: none;
    }

    /* Tree comments */
    #dle-comments-list > .comments-tree-list > li > .comments-tree-list {
        padding: 0 20px;
    }

    .comments-tree-list li ol li .comment {
        padding: 20px 0;
        padding-bottom: 60px;
    }

    .comments-tree-list .comments-tree-list .comment .meta {
        left: 0;
        right: 0;
    }

    .comments-tree-list > li > ol > li .comment:before {
        margin: 25px 0 0 -20px;
    }

    /* Contacts */
    .contacts {
        font-size: 1em;
    }

    .contacts > .grid_1_2 {
        margin-top: 15px;
        padding-left: 30px;
    }

    .contacts > .grid_1_2 .icon {
        width: 16px;
        height: 18px;
        margin-left: -30px;
    }

    /* Form */
    .form_submit > .btn-big {
        width: 100%;
        margin-top: 5px;
    }

    .form_submit .c-captcha {
        float: none;
        margin-bottom: 20px;
    }

    .c-captcha img, .c-captcha > input {
        width: 122px;
    }

    .combo_field {
        margin-bottom: 20px;
    }

    /* Optimization of registration and password recovery */
    .page_form {
        padding-left: 0;
        padding-top: 50px;
    }

    .page_form__body {
        padding: 0 8%;
    }

    .page_form__logo .icon {
        margin-top: 0;
    }

    .page_form__back {
        left: 0;
        z-index: 999;
        width: 100%;
        height: 50px;
        padding: 0;
    }

    .page_form__back > .icon {
        top: 50%;
        left: 0;
        margin: -10px 0 0 8%;
    }

    .page_form__back:after {
        display: none;
    }

    .page_form__inner > .title {
        font-size: 24px;
    }

    /* Statistics */
    .stats_head > ul {
        font-size: 1em;
    }

    /* Personal message */
    #pm-menu {
        margin-bottom: 20px;
    }

    #pm-menu a {
        padding: 10px 0;
        color: inherit;
        display: block;
        border-top: 1px solid #efefef;
        text-decoration: none !important;
    }

    #pm-menu a:hover {
        color: #3394e6;
    }

    /* User page */
    .userinfo_top {
        padding-bottom: 50px;
    }

    .user_tab > li {
        display: block;
        margin-right: 0;
    }

    .user_tab > li > a {
        font-size: 11px;
        letter-spacing: 0;
    }

    .ui-c1, .ui-c2 {
        width: 100%;
        margin: 0;
        display: block;
        vertical-align: top;
    }

    .ui-c1 {
        font-size: .9em;
    }

    /* Menu bottom */
    .footer_menu {
        padding: 15px;
    }

    .foot_menu {
        margin: 0;
    }

    .foot_menu > li {
        float: none;
        width: auto;
        padding: 0;
    }

    .foot_menu > li:first-child > b {
        border-top-width: 0;
    }

    .foot_menu > li > b {
        cursor: pointer;
        margin: 0;
        padding: 10px 0;
        font-weight: normal;
        border-top: 1px solid #d5d5d5;
    }

    .foot_menu > li > b i {
        display: block;
        float: right;
        width: 12px;
        height: 2px;
        position: relative;
        margin: 10px 0;
        background-color: #353535;
    }

    .foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after {
        background-color: #3394e6;
    }

    .foot_menu > li > b.collapsed i:after {
        content: "";
        display: block;
        margin: -5px auto 0 auto;
        height: 12px;
        width: 2px;
    }

    .foot_menu > li .collapse {
        display: none;
    }

    .foot_menu > li .collapse.in {
        display: block;
    }

    .foot_menu > li nav {
        padding: 10px;
        padding-top: 0;
    }

    /* Copyright */
    .footer {
        padding: 15px;
        padding-bottom: 0px;
    }

    .footer .midside {
        display: block;
        padding: 0;
    }

    .footer .copyright, .footer .copyright a {
        color: #d5d5d5;
    }

    .footer .copyright {
        padding: 0 0 15px 0;
        border-bottom: 1px solid #2c2c2c;
    }

    .footer .ca {
        display: block;
        float: none;
        margin: 0;
        padding: 15px 0;
        color: #4e4e4e !important;
    }

    .footer .ca .icon {
        fill: #323232;
    }
}










/* Copyright 2019 Google Inc. All Rights Reserved. */
.goog-te-banner-frame {
    left: 0px;
    top: 0px;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6b90da;
    margin: 0;
    -moz-box-shadow: 0 0 8px 1px #999999;
    -webkit-box-shadow: 0 0 8px 1px #999999;
    box-shadow: 0 0 8px 1px #999999;
    _position: absolute
}

.goog-te-menu-frame {
    z-index: 10000002;
    position: fixed;
    border: none;
    -moz-box-shadow: 0 3px 8px 2px #999999;
    -webkit-box-shadow: 0 3px 8px 2px #999999;
    box-shadow: 0 3px 8px 2px #999999;
    _position: absolute
}

.goog-te-ftab-frame {
    z-index: 10000000;
    border: none;
    margin: 0
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none
}

.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom:1;*display: inline
}

.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle
}

.goog-te-combo {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: baseline;
    *vertical-align: middle
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0
}

.goog-logo-link,.goog-logo-link:link,.goog-logo-link:visited,.goog-logo-link:hover,.goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none
}

.goog-te-banner .goog-logo-link,.goog-close-link {
    display: block;
    margin: 0px 10px
}

.goog-te-banner .goog-logo-link {
    padding-top: 2px;
    padding-left: 4px
}

.goog-te-combo,.goog-te-banner *,.goog-te-ftab *,.goog-te-menu *,.goog-te-menu2 *,.goog-te-balloon * {
    font-family: arial;
    font-size: 10pt
}

.goog-te-banner {
    margin: 0;
    background-color: #e4effb;
    overflow: hidden
}

.goog-te-banner img {
    border: none
}

.goog-te-banner-content {
    color: #000
}

.goog-te-banner-content img {
    vertical-align: middle
}

.goog-te-banner-info {
    color: #666;
    vertical-align: top;
    margin-top: 0px;
    font-size: 7pt
}

.goog-te-banner-margin {
    width: 8px
}

.goog-te-button {
    border-color: #e7e7e7;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0
}

.goog-te-button div {
    border-color: #cccccc #999999 #999999 #cccccc;
    border-right: 1px solid #999999;
    border-style: solid;
    border-width: 1px;
    height: 20px
}

.goog-te-button button {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
    white-space: nowrap
}

.goog-te-button button:active {
    background: none repeat scroll 0 0 #cccccc
}

.goog-te-ftab {
    margin: 0px;
    background-color: #fff;
    white-space: nowrap
}

.goog-te-ftab-link {
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    border: 1px outset #888;
    padding: 6px 10px;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 0px
}

.goog-te-ftab-link img {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle
}

.goog-te-ftab-link span {
    text-decoration: underline;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle
}

.goog-float-top .goog-te-ftab-link {
    padding: 2px 2px;
    border-top-width: 0px
}

.goog-float-bottom .goog-te-ftab-link {
    padding: 2px 2px;
    border-bottom-width: 0px
}

.goog-te-menu-value {
    text-decoration: none;
    color: #0000cc;
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 4px
}

.goog-te-menu-value span {
    text-decoration: underline
}

.goog-te-menu-value img {
    margin-left: 2px;
    margin-right: 2px
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #000
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none
}

.goog-te-menu {
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #c3d9ff;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.goog-te-menu-item {
    padding: 3px;
    text-decoration: none
}

.goog-te-menu-item,.goog-te-menu-item:link {
    color: #0000cc;
    background: #ffffff
}

.goog-te-menu-item:visited {
    color: #551a8b
}

.goog-te-menu-item:hover {
    background: #c3d9ff
}

.goog-te-menu-item:active {
    color: #0000cc
}

.goog-te-menu2 {
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #6b90da;
    overflow: hidden;
    padding: 4px
}

.goog-te-menu2-colpad {
    width: 16px
}

.goog-te-menu2-separator {
    margin: 6px 0;
    height: 1px;
    background-color: #aaa;
    overflow: hidden
}

.goog-te-menu2-item div,.goog-te-menu2-item-selected div {
    padding: 4px
}

.goog-te-menu2-item .indicator {
    display: none
}

.goog-te-menu2-item-selected .indicator {
    display: auto
}

.goog-te-menu2-item-selected .text {
    padding-left: 4px;
    padding-right: 4px
}

.goog-te-menu2-item,.goog-te-menu2-item-selected {
    text-decoration: none
}

.goog-te-menu2-item div,.goog-te-menu2-item:link div,.goog-te-menu2-item:visited div,.goog-te-menu2-item:active div {
    color: #0000cc;
    background: #ffffff
}

.goog-te-menu2-item:hover div {
    color: #ffffff;
    background: #3366cc
}

.goog-te-menu2-item-selected div,.goog-te-menu2-item-selected:link div,.goog-te-menu2-item-selected:visited div,.goog-te-menu2-item-selected:hover div,.goog-te-menu2-item-selected:active div {
    color: #000;
    font-weight: bold
}

.goog-te-balloon {
    background-color: #ffffff;
    overflow: hidden;
    padding: 8px;
    border: none;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.goog-te-balloon-frame {
    background-color: #ffffff;
    border: 1px solid #6b90da;
    -moz-box-shadow: 0 3px 8px 2px #999999;
    -webkit-box-shadow: 0 3px 8px 2px #999999;
    box-shadow: 0 3px 8px 2px #999999;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.goog-te-balloon img {
    border: none
}

.goog-te-balloon-text {
    margin-top: 6px
}

.goog-te-balloon-zippy {
    margin-top: 6px;
    white-space: nowrap
}

.goog-te-balloon-zippy * {
    vertical-align: middle
}

.goog-te-balloon-zippy .minus {
    background-image: url(//www.google.com/images/zippy_minus_sm.gif)
}

.goog-te-balloon-zippy .plus {
    background-image: url(//www.google.com/images/zippy_plus_sm.gif)
}

.goog-te-balloon-zippy span {
    color: #00c;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 4px
}

.goog-te-balloon-form {
    margin: 6px 0 0 0
}

.goog-te-balloon-form form {
    margin: 0
}

.goog-te-balloon-form form textarea {
    margin-bottom: 4px;
    width: 100%
}

.goog-te-balloon-footer {
    margin: 6px 0 4px 0
}

.goog-te-spinner-pos {
    z-index: 1000;
    position: fixed;
    transition-delay: 0.6s;
    left: -1000px;
    top: -1000px
}

.goog-te-spinner-animation {
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 50px;
    background: #fff url(//www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
    transition: all 0.6s ease-in-out;
    transform: scale(0.4);
    opacity: 0
}

.goog-te-spinner-animation-show {
    transform: scale(0.5);
    opacity: 1
}

.goog-te-spinner {
    margin: 2px 0 0 2px;
    animation: goog-te-spinner-rotator 1.4s linear infinite
}

@keyframes goog-te-spinner-rotator {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

.goog-te-spinner-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: #4285f4;
    transform-origin: center;
    animation: goog-te-spinner-dash 1.4s ease-in-out infinite
}

@keyframes goog-te-spinner-dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

#goog-gt-tt html,#goog-gt-tt body,#goog-gt-tt div,#goog-gt-tt span,#goog-gt-tt iframe,#goog-gt-tt h1,#goog-gt-tt h2,#goog-gt-tt h3,#goog-gt-tt h4,#goog-gt-tt h5,#goog-gt-tt h6,#goog-gt-tt p,#goog-gt-tt a,#goog-gt-tt img,#goog-gt-tt ol,#goog-gt-tt ul,#goog-gt-tt li,#goog-gt-tt table,#goog-gt-tt form,#goog-gt-tt tbody,#goog-gt-tt tr,#goog-gt-tt td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    line-height: normal
}

#goog-gt-tt ol,#goog-gt-tt ul {
    list-style: none
}

#goog-gt-tt table {
    border-collapse: collapse;
    border-spacing: 0
}

#goog-gt-tt caption,#goog-gt-tt th,#goog-gt-tt td {
    text-align: left;
    font-weight: normal
}

#goog-gt-tt input::-moz-focus-inner {
    border: 0
}

div#goog-gt-tt {
    padding: 10px 14px
}

#goog-gt-tt {
    color: #222;
    background-color: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    display: none;
    font-family: arial;
    font-size: 10pt;
    width: 420px;
    padding: 12px;
    position: absolute;
    z-index: 10000
}

#goog-gt-tt .original-text,.gt-hl-layer {
    clear: both;
    font-size: 10pt;
    position: relative;
    text-align: justify;
    width: 100%
}

#goog-gt-tt .title {
    color: #999;
    font-family: arial,sans-serif;
    margin: 4px 0;
    text-align: left
}

#goog-gt-tt .close-button {
    display: none
}

#goog-gt-tt .logo {
    float: left;
    margin: 0px
}

#goog-gt-tt .activity-links {
    display: inline-block
}

#goog-gt-tt .started-activity-container {
    display: none;
    width: 100%
}

#goog-gt-tt .activity-root {
    margin-top: 20px
}

#goog-gt-tt .left {
    float: left
}

#goog-gt-tt .right {
    float: right
}

#goog-gt-tt .bottom {
    min-height: 15px;
    position: relative;
    height: 1%
}

#goog-gt-tt .status-message {
    background: -moz-linear-gradient(top,#29910d 0%,#20af0e 100%);
    background: -webkit-linear-gradient(top,#29910d 0%,#20af0e 100%);
    background: -o-linear-gradient(top,#29910d 0%,#20af0e 100%);
    background: -ms-linear-gradient(top,#29910d 0%,#20af0e 100%);
    background: linear-gradient(top,#29910d 0%,#20af0e 100%);
    background: #29910d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px 2px 2px #1e6609;
    -moz-box-shadow: inset 0px 2px 2px #1e6609;
    -webkit-box-shadow: inset 0px 2px 2px #1e6609;
    color: white;
    font-size: 9pt;
    font-weight: bolder;
    margin-top: 12px;
    padding: 6px;
    text-shadow: 1px 1px 1px #1e6609
}

#goog-gt-tt .activity-link {
    color: #1155cc;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
    margin-right: 15px;
    text-decoration: none
}

#goog-gt-tt textarea {
    font-family: arial;
    resize: vertical;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    font-size: 13px;
    height: auto;
    overflow-y: auto;
    padding: 1px
}

#goog-gt-tt textarea:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    border: 1px solid #4d90fe;
    outline: none
}

#goog-gt-tt .activity-cancel {
    margin-right: 10px
}

#goog-gt-tt .translate-form {
    min-height: 25px;
    vertical-align: middle;
    padding-top: 8px
}

#goog-gt-tt .translate-form .activity-form {
    margin-bottom: 5px;
    margin-bottom: 0px
}

#goog-gt-tt .translate-form .activity-form input {
    display: inline-block;
    min-width: 54px;
    *min-width: 70px;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    outline: 0;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 27px;
    margin: 0 16px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default
}

#goog-gt-tt .translate-form .activity-form input:hover {
    border: 1px solid #c6c6c6;
    color: #222;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1)
}

#goog-gt-tt .translate-form .activity-form input:active {
    border: 1px solid #c6c6c6;
    color: #333;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
    background-image: linear-gradient(top,#f6f6f6,#f1f1f1)
}

#goog-gt-tt .translate-form .activity-form input:focus #goog-gt-tt .translate-form .activity-form input.focus #goog-gt-tt .translate-form .activity-form input:active,#goog-gt-tt .translate-form .activity-form input:focus:active,#goog-gt-tt .translate-form .activity-form input:.focus:active {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5)
}

#goog-gt-tt .translate-form .activity-form input:focus,#goog-gt-tt .translate-form .activity-form input.focus {
    outline: none;
    border: 1px solid #4d90fe;
    z-index: 4!important
}

#goog-gt-tt .translate-form .activity-form input.selected {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
    background-image: -webkit-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: -moz-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: -ms-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: -o-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: linear-gradient(top,#eeeeee,#e0e0e0);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    color: #333
}

#goog-gt-tt .translate-form .activity-form input.activity-submit {
    color: white;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed)
}

#goog-gt-tt .translate-form .activity-form input.activity-submit:hover #goog-gt-tt .translate-form .activity-form input.activity-submit:focus,#goog-gt-tt .translate-form .activity-form input.activity-submit.focus #goog-gt-tt .translate-form .activity-form input.activity-submit:active {
    border-color: #3079ed;
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8)
}

#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
    box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1)
}

#goog-gt-tt .translate-form .activity-form input:focus,#goog-gt-tt .translate-form .activity-form input.focus,#goog-gt-tt .translate-form .activity-form input:active,#goog-gt-tt .translate-form .activity-form input:hover,#goog-gt-tt .translate-form .activity-form input.activity-submit:focus,#goog-gt-tt .translate-form .activity-form input.activity-submit.focus,#goog-gt-tt .translate-form .activity-form input.activity-submit:active,#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
    border-color: #3079ed
}

#goog-gt-tt .gray {
    color: #999;
    font-family: arial,sans-serif
}

#goog-gt-tt .alt-helper-text {
    color: #999;
    font-size: 11px;
    font-family: arial,sans-serif;
    margin: 15px 0px 5px 0px
}

#goog-gt-tt .alt-error-text {
    color: #800;
    display: none;
    font-size: 9pt
}

.goog-text-highlight {
    background-color: #c9d7f1;
    -webkit-box-shadow: 2px 2px 4px #9999aa;
    -moz-box-shadow: 2px 2px 4px #9999aa;
    box-shadow: 2px 2px 4px #9999aa;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

#goog-gt-tt .alt-menu.goog-menu {
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 3px 3px #888;
    -moz-box-shadow: 0px 2px 20px #888;
    box-shadow: 0px 2px 4px #99a;
    min-width: 0;
    outline: none;
    padding: 0;
    position: absolute;
    z-index: 2000
}

#goog-gt-tt .alt-menu .goog-menuitem {
    cursor: pointer;
    padding: 2px 5px 5px;
    margin-right: 0px;
    border-style: none
}

#goog-gt-tt .alt-menu div.goog-menuitem:hover {
    background: #ddd
}

#goog-gt-tt .alt-menu .goog-menuitem h1 {
    font-size: 100%;
    font-weight: bold;
    margin: 4px 0px
}

#goog-gt-tt .alt-menu .goog-menuitem strong {
    color: #345aad
}

#goog-gt-tt .goog-submenu-arrow {
    text-align: right;
    position: absolute;
    right: 0;
    left: auto
}

#goog-gt-tt .goog-menuitem-rtl .goog-submenu-arrow {
    text-align: left;
    position: absolute;
    left: 0;
    right: auto
}

#goog-gt-tt .gt-hl-text,#goog-gt-tt .trans-target-highlight {
    background-color: #f1ea00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    -webkit-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #f1ea00;
    cursor: pointer;
    margin: -2px -2px -2px -3px;
    padding: 2px 2px 2px 3px;
    position: relative
}

#goog-gt-tt .trans-target-highlight {
    color: #222
}

#goog-gt-tt .gt-hl-layer {
    color: white;
    position: absolute!important
}

#goog-gt-tt .trans-target,#goog-gt-tt .trans-target .trans-target-highlight {
    background-color: #c9d7f1;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -moz-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    -webkit-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    margin: -2px -2px -2px -3px;
    padding: 2px 2px 3px 3px;
    position: relative
}

#goog-gt-tt span:focus {
    outline: none
}

#goog-gt-tt .trans-edit {
    background-color: transparent;
    border: 1px solid #4d90fe;
    border-radius: 0em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    margin: -2px;
    padding: 1px
}

#goog-gt-tt .gt-trans-highlight-l {
    border-left: 2px solid red;
    margin-left: -2px
}

#goog-gt-tt .gt-trans-highlight-r {
    border-right: 2px solid red;
    margin-right: -2px
}

#goog-gt-tt #alt-input {
    padding: 2px
}

#goog-gt-tt #alt-input-text {
    font-size: 11px;
    padding: 2px 2px 3px;
    margin: 0;
    background-color: #fff;
    color: #333;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    height: 21px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 1px
}

#goog-gt-tt #alt-input-text:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1)
}

#goog-gt-tt #alt-input-text:focus {
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #4d90fe
}

#goog-gt-tt #alt-input-submit {
    font-size: 11px;
    padding: 2px 6px 3px;
    margin: 0 0 0 2px;
    height: 21px
}
