/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('/css/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('/css/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/css/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/css/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/css/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/css/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

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

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

* {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

strong {
    color: #a8a8a8
}

body {
    font: 14px/18px "Calibri", Arial, sans-serif;
    background: #3d3d42 url(/images/top-cube.png) left top no-repeat;
    color: #FFF
}

.wrapper {
    width: 100%
}

img {
    border: 0
}

input,
textarea {
    outline: none
}

input:active,
textarea:active {
    outline: none
}

:focus {
    outline: none
}

.clr {
    clear: both;
    height: 0
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #1d1d1d
}

::-webkit-scrollbar-track {
    background-color: #2c2c2c
}

::-webkit-scrollbar-thumb {
    background-color: #111;
    border-radius: 10px
}

.pheading {
    font-size: 24px;
    padding: 15px
}

a {
    color: #12C015
}

a:hover {
    text-decoration: underline
}

.tableform td {
    padding: 5px
}

.fbutton {
    font-size: 1.15em;
    margin-bottom: 2px;
    border: 1px solid #bcc5c9;
    width: 100px;
    height: 29px;
    color: #fff;
    padding: 2px 0 5px 0;
    background: #000;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer
}

.fbutton:hover {
    background-position: 0 10px
}

.fbutton {
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black
}

button.fbutton span {
    cursor: pointer;
    display: block;
    padding-top: 2px
}

.addfav-browser {
    float: right;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: #801515;
    text-decoration: none;
    line-height: 37px;
    padding: 0 12px;
    background-color: #FFF200;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0 10px 0 0
}

.addfav-browser:hover {
    background-color: #fffc00
}

.header {
    height: 410px
}

.header.header-full {
    height: 170px
}

.center-block {
    margin: 0 auto
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/head-bg.png) 0 bottom repeat-x;
    z-index: 2
}

.slider-bg {
    background: url(/images/slider-bg.png) center top no-repeat;
    height: 283px;
    margin: 0 auto;
    position: relative;
    top: 127px
}

.header.header-full .slider-bg {
    height: 43px
}

.headbox {
    float: left;
    min-height: 61px;
    display: block;
    width: 100%
}

.logo {
    float: left;
    background: url(/images/logo.png) no-repeat;
    height: 42px;
    width: 223px;
    margin: 9px 0 0 18px
}

.socb {
    float: right;
    padding: 7px
}

.socb2 {
    float: right
}

.login-cp {
    float: right
}

.vxod {
    float: right;
    height: 32px;
    width: 87px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #5ca72b;
    font-size: 18px;
    color: #88df47;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    margin: 11px 5px 0 0
}

.reg {
    float: right;
    height: 32px;
    width: 143px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #5ca72b;
    font-size: 18px;
    color: #88df47;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    margin: 11px 12px 0 0
}

.vxod:hover,
.reg:hover,
.onmob.regm a:hover,
.onmob.enterm a:hover,
.vxod.active,
.reg.active {
    color: #a0f361;
    border: 2px solid #6ebb3b
}

.topmenu {
    float: left;
    margin: 5px 0 0 0
}

.topmenu li {
    float: left;
    list-style-type: none;
    margin: 0 6px
}

.topmenu li a {
    float: left;
    text-decoration: none;
    font-size: 18px;
    color: #cecece;
    text-align: center;
    padding: 4px 14px 7px 14px;
    border: 2px solid transparent;
    position: relative
}

.topmenu li a:hover,
.topmenu li.active a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #3697bc
}

.topmenu li a.newblock-animate {
    padding: 4px 14px 7px 50px
}

.cat-menu li a.newblock-animate {
    padding: 4px 14px 7px 66px
}

.topmenu li a.newblock-animate:before,
.cat-menu li a.newblock-animate:before {
    content: "NEW";
    margin-right: 5px;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    background-color: #ff9f4d;
    color: #fff;
    padding: 1px 7px;
    border-radius: 13px;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate
}

.cat-menu li a.newblock-animate:before {
    left: 18px;
    line-height: 20px
}

@-webkit-keyframes color_change {
    from {
        background-color: #ff9f4d
    }
    to {
        background-color: #3697bc
    }
}

@-moz-keyframes color_change {
    from {
        background-color: #ff9f4d
    }
    to {
        background-color: #3697bc
    }
}

@-ms-keyframes color_change {
    from {
        background-color: #ff9f4d
    }
    to {
        background-color: #3697bc
    }
}

@-o-keyframes color_change {
    from {
        background-color: #ff9f4d
    }
    to {
        background-color: #3697bc
    }
}

@keyframes color_change {
    from {
        background-color: #ff9f4d
    }
    to {
        background-color: #3697bc
    }
}

.onmob,
.btnm-close,
.btnm-back {
    display: none
}

.searchbar {
    float: left;
    margin: 11px 0 0 85px;
    list-style-type: none
}

.searchbar li {
    float: left
}

.btn-search {
    background: #282828 url(/images/btn-srch.png) 0 0 no-repeat;
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 0 0 3px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: 2px solid #282828
}

.btn-search:hover {
    background: #1c1c1c url(/images/btn-srch.png) 0 -32px no-repeat;
    border: 2px solid #1c1c1c
}

.input-search {
    padding: 0 0 0 7px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    width: 300px;
    color: #fff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #282828;
    background-color: #282828
}

.sliderblock {
    min-width: 1000px;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 5px
}

.sliderbox {
    width: 988px;
    margin: 0 auto
}

.sliderbg {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

.slides1_wrap {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

#slides1,
#slides1:hover {
    height: 230px;
    margin: 0
}

#slides1 li {
    list-style: none;
    width: 990px;
    margin: 0
}

#slides1 li img {
    float: left;
    width: 164px;
    height: 230px;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #232323;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#slides1 li img:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100)
}

.slides1_wrap .prev {
    position: absolute;
    left: 10px;
    top: 45px;
    outline: 0;
    width: 154px;
    height: 154px;
    text-indent: -99999px;
    background: url(/images/prevnext.png) 0 0 no-repeat;
    display: block
}

.slides1_wrap .prev:hover {
    background-position: 0 -154px
}

.slides1_wrap .next {
    position: absolute;
    right: 10px;
    top: 45px;
    outline: 0;
    width: 154px;
    height: 154px;
    background: url(/images/prevnext.png) -154px 0 no-repeat;
    display: block;
    text-indent: -99999px
}

.slides1_wrap .next:hover {
    background-position: -154px -154px
}

.middle {
    width: 100%;
    position: relative
}

.middle:after {
    display: table;
    clear: both;
    content: ''
}

.container {
    width: 100%;
    float: left;
    overflow: hidden
}

.content {
    padding: 0 0 0 335px
}

.bgcont {
    background: url(/images/cont-bg.png) center top repeat-y;
    display: block;
    position: relative
}

.cont-bottombg {
    background: url(/images/cont-bottombg.png) center top repeat-y;
    display: block;
    height: 26px
}

.shortstory {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5f5f60 url(/images/shortstory-bg.png) left top no-repeat
}

.static-block {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5f5f60 url(/images/shortstory-bg.png) left top no-repeat
}

.static-box {
    padding: 15px
}

.shortstory-title {
    padding: 10px 130px 5px 16px
}

.shortstory-title h2 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
    padding: 2px 8px;
    background-color: #3697bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}

.shortstory-title a {
    color: #FFF;
    text-decoration: none
}

.shortstory-title h1 {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
    padding: 2px 8px;
    background-color: #3697bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}

.shortstory-title a {
    color: #FFF;
    text-decoration: none
}

.shortstory-title-original {
    font-size: 18px;
    color: #babbbb;
    text-decoration: none;
    padding: 0 16px 10px 16px
}

.edittt {
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0 0 0 5px;
    background: url(/images/pencil.png) left top no-repeat;
    width: 30px;
    height: 30px
}

.edittt:hover {
    background: url(/images/pencil1.png)
}

.date {
    float: right;
    background: url(/images/time.png) left center no-repeat;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #303030;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 24px 16px 10px 0
}

.shortstory-img-block {
    float: left;
    margin: 0 16px 16px 0;
    width: 180px;
    position: relative
}

.shortstory-img {
    float: left;
    position: relative
}

.shortstory-img img {
    float: left;
    width: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.shortstory-content {
    font-size: 14px;
    color: #e1edf3;
    text-decoration: none;
    line-height: 16px;
    margin: 0 0 0px 0
}

.sh-box {
    float: left;
    width: 100%
}

.sh-box-b {
    padding: 0 16px
}

.full .sh-box-b {
    padding: 0 16px 0px 16px
}

ul.info-cat {
    float: left;
    margin: 0 0 16px 0
}

ul.info-cat li {
    list-style-type: none;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    margin: 0 0 1px 0;
    line-height: 22px;
    max-width: 400px
}

.full ul.info-cat li {
    max-width: none
}

ul.info-cat li:last-child {
    color: #FFF;
    max-width: 615px
}

ul.info-cat li span {
    background-color: #333;
    padding: 2px 5px;
    margin: 0 5px 0 0;
    color: #FFF
}

ul.info-cat li a {
    font-size: 16px;
    color: #68c52a;
    text-decoration: underline;
    line-height: 16px
}

ul.info-cat li a:hover {
    color: #3697bc
}

.sh-info {
    float: left;
    width: 100%
}

.sh-info-b {
    padding: 0 10px 0 16px
}

.btntosee {
    display: inline-block
}

.btntosee a {
    height: 28px;
    width: 190px;
    background: url(/images/btntosee.png) left top no-repeat;
    display: block;
    margin: 0 16px 10px 0
}

.btntosee a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.full .rating-block {
    padding: 0 0 16px 0
}

.site-rate {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    width: 220px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #333740;
    background-color: #383b43;
    position: relative;
    padding-left: 20px
}

.soc-like .site-rate {
    float: left;
    margin: 10px 0 0 0
}

.site-rate-new {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    width: 220px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-left: 20px
}

.soc-like .site-rate-new {
    float: left;
    margin: 10px 0 0 0
}

.block-guest {
    float: left;
    width: 100%;
    overflow: hidden
}

.box-guest {
    width: 600px;
    margin: 0 auto
}

.rating_kr {
    display: inline-block;
    float: left;
    height: 24px;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0
}

.fa-info-circle::before {
    content: ""
}

.rating_kr .fa {
    color: #465741;
    cursor: pointer;
    font-size: 16px;
    left: 5px;
    padding-top: 3px;
    position: absolute;
    top: 0
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto
}

.rating_kr .fa ul {
    background-color: #435344;
    border-radius: 11px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    color: #a9a9a9;
    display: none;
    font-family: "LatoRegular", Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 6px;
    position: relative;
    width: 170px;
    z-index: 2
}

.rating_kr .fa:hover {
    color: #b4d772
}

.rating_kr .fa ul b {
    color: #fff
}

.rating_kr .fa:hover>ul {
    display: block
}

.imdb-kp {
    float: left;
    width: 203px;
    display: none;
    height: 26px
}

.imdb,
.kp {
    float: left;
    height: 26px;
    width: 94px;
    margin: 0 0 0 16px;
    background: url(/images/imdb.png) left center no-repeat
}

.imdb span,
.kp span {
    float: left;
    margin: 0 0 0 68px;
    height: 26px;
    width: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 13px;
    line-height: 26px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #00a90d
}

.kp {
    background: url(/images/kp.png);
    width: 77px
}

.kp span {
    margin: 0 0 0 51px
}

.quality {
    float: right;
    display: block;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    padding: 0 1px;
    max-width: 95px;
    margin: 0 1px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.quality.full {
    max-width: 100px;
    margin: 0 0 0 16px
}

.frames {
    margin: 0 0 16px 0;
    text-align: center
}

.frames a {
    display: inline-block;
    margin: 0 6px 6px 6px;
    width: 30%
}

.frames a img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #303031
}

.key {
    padding: 5px 16px 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #babbbb;
    text-decoration: none;
    text-align: center;
    line-height: 13px
}

.reviews-title {
    height: 30px;
    padding: 0 9px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #232020;
    margin: 0 0 16px 0;
    line-height: 30px
}

.reviews-block {
    margin: 0 16px 20px
}

.reviews-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #403f3f;
    margin: 0 0 10px
}

.reviews-block .ava {
    float: left
}

.reviews-block .ava img {
    width: 40px;
    float: left;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 3px solid #291919
}

.reviews-block .text-block {
    padding: 0 0 0 60px
}

.reviews-block .text {
    margin: 0 0 10px;
    font-size: 14px;
    color: #babbbb;
    line-height: 14px
}

.reviews-block .autor {
    margin: 5px 0;
    color: #d8a03b
}

.playerbox {
    float: left;
    width: 100%
}

ul.playertabs {
    float: left
}

ul.playertabs li {
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0
}

ul.playertabs li a {
    float: left;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    line-height: 37px;
    padding: 0 15px;
    background-color: #484848;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.toseeplayer:after {
    content: "Смотреть онлайн"
}

.errorplayer:after {
    content: "Пожаловаться"
}

ul.playertabs li a:hover,
ul.playertabs li.active a {
    background-color: #5ca72b
}

.playerbox iframe,
.playerbox object {
    width: 100%;
    height: 378px
}

.playerbox div.tab {
    display: none
}

.claim {
    float: right
}

.claim a {
    float: right;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: #e35656;
    text-decoration: none;
    line-height: 37px;
    padding: 0 15px;
    background-color: #801515;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.claim a:hover,
.claim.active a {
    color: #fff
}

.soc-like {
    float: left;
    margin: 5px 0 10px 0;
    padding: 0 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.title-full-bottom {
    float: left;
    height: 30px;
    padding: 0 9px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #2f2f30;
    margin: 16px 0 16px 16px;
    line-height: 30px
}

.recomended {
    float: left;
    width: 100%;
    background-color: #737373
}

.recomended a {
    display: inline-block;
    margin: 6px;
    width: 113px;
    text-decoration: none
}

.recomended a:hover span {
    text-decoration: underline
}

.recomended a:hover {
    text-decoration: underline;
    opacity: 0.8
}

.recomended img {
    height: 176px;
    width: 113px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.recomended a span {
    float: left;
    width: 113px;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    color: #fff;
    text-decoration: none
}

.recomended a:first-child {
    margin: 12px 0 0 16px
}

.comment-box-block {
    padding: 0 16px 16px 16px
}

.comment-box {
    min-height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    background-color: #403f3f
}

.comment-box a {
    font-size: 14px;
    color: #d8a03b;
    text-decoration: none
}

.comment-box span.autor {
    color: #d8a03b;
    text-decoration: none
}

.comment-box a:hover span,
.comment-box span:hover {
    text-decoration: underline
}

.comment-box .ava-comm {
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    border: 3px solid #291919
}

.comment-time {
    font-size: 14px;
    color: #1e1e1e;
    text-decoration: none;
    margin: 0 0 0 10px
}

.comment-cont {
    font-size: 14px;
    color: #babbbb;
    text-decoration: none;
    line-height: 14px
}

.selectmass,
ul.reset,
ul.reset li {
    float: left
}

.comedit li {
    display: inline-block;
    list-style: none;
    margin: 5px 5px 10px 0
}

.selectmass {
    height: 13px;
    width: 13px;
    display: inline-block;
    margin: 7px 8px 10px 0
}

ul.reset li {
    margin: 0 3px;
    color: #12C015
}

ul.reset li a {
    color: #12C015
}

ul.reset li:hover {
    text-decoration: underline
}

.navigationbox {
    text-align: center;
    margin: 20px 0 15px 0
}

.navigation {
    vertical-align: top;
    display: inline-block
}

.navigation a,
.nav_ext {
    vertical-align: top;
    display: inline-block;
    font-size: 24px;
    color: #9b9a9a;
    text-decoration: none;
    line-height: 38px;
    list-style-type: none;
    height: 38px;
    min-width: 38px;
    background-color: #5d5d5d;
    margin: 0 2px 4px 2px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    text-align: center;
    overflow: hidden
}

.navigation a:hover {
    background-color: #303031;
    color: #5ca72b
}

.navigation span {
    vertical-align: top;
    display: inline-block;
    font-size: 24px;
    color: #5ca72b;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    min-width: 38px;
    background-color: #303031;
    margin: 0 2px 4px 2px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    text-align: center
}

.navigation span.pprev,
.navigation span.pnext {
    background-color: #5d5d5d;
    width: 38px;
    margin: 0 4px 4px 4px
}

.navigation span.pprev:hover,
.navigation span.pnext:hover {
    background-color: #303031
}

.navigation .pprev a,
.navigation .pprev span {
    display: block;
    margin: 5px 0 0 5px;
    height: 28px;
    width: 28px;
    min-width: 28px;
    background: url(/images/plusminus.png) 28px 0;
    text-indent: -99999px
}

.navigation .pprev a:hover {
    background-position: 28px -28px
}

.navigation .pnext a,
.navigation .pnext span {
    display: block;
    margin: 5px 0 0 5px;
    height: 28px;
    width: 28px;
    min-width: 28px;
    background: url(/images/plusminus.png) 0 0;
    text-indent: -99999px
}

.navigation .pnext a:hover {
    background-position: 0 -28px
}

.left-sidebar {
    float: left;
    width: 335px;
    margin-left: -100%
}

.left-menu {
    float: left;
    width: 280px
}

.menu-box {
    position: relative;
    float: left;
    width: 335px
}

.main-sidemenu .cat-menu {
    width: 100%
}

.main-sidemenu .cat-menu li {
    width: 94%;
    border-bottom: 1px solid #443D3D;
    height: 30px;
    line-height: 30px
}

.main-sidemenu .cat-menu li:first-child {
    border-top: 0
}

.main-sidemenu .cat-menu li:last-child {
    border-bottom: 0
}

.main-sidemenu .cat-menu li span {
    color: #babbbb;
    font-size: 13px;
    position: absolute;
    right: 1px;
    background: #443D3D;
    border-radius: 4px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    top: 5px;
    line-height: 20px;
    padding: 0 8px
}

.cat {
    float: left;
    height: 23px;
    background: url(/images/cat-bg.png) left center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #babbbb;
    text-decoration: none;
    padding: 0 0 0 35px;
    margin: 20px 0 20px 12px;
    line-height: 23px
}

.cat-menu {
    float: left;
    margin: 0 0 10px 0
}

.cat-menu li {
    list-style-type: none;
    height: 23px;
    line-height: 23px;
    width: 168px;
    border-bottom: 1px solid #2c2828;
    position: relative
}

.cat-menu li:first-child {
    border-top: 1px solid #2c2828
}

.cat-menu li a {
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #babbbb;
    text-decoration: none
}

.cat-menu li a:hover {
    color: #FFF
}

.cat-menu li span {
    color: #6d6d6d;
    font-size: 13px;
    position: absolute;
    right: 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.78);
    top: 1px
}

.cat-block {
    position: absolute;
    right: 0;
    top: 8px;
    width: 174px;
    height: 596px;
    background: url(/images/cat-top.png) right top no-repeat
}

.cat2 {
    color: #7a7c7c;
    float: left;
    height: 23px;
    background: url(/images/cat-bg.png) left center no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 35px;
    margin: 20px 0 20px 19px;
    line-height: 23px
}

.cat-menu2 {
    float: left
}

.cat-menu2 li {
    list-style-type: none;
    height: 28px;
    line-height: 28px;
    width: 167px;
    border-bottom: 1px solid #2b2727;
    margin: 0 0 0 7px
}

.cat-menu2 li:first-child {
    border-top: 1px solid #2b2727
}

.cat-menu2 li a {
    padding: 0 0 0 35px;
    font-size: 14px;
    color: #7a7c7c;
    text-decoration: none
}

.cat-menu2 li a:hover {
    color: #FFF
}

.skoro {
    float: left;
    width: 307px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #524f4f;
    margin: 0 0 8px 13px
}

.skoro:last-child {
    margin: 0 0 0 13px
}

.skoro img {
    float: left;
    width: 101px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px 14px 12px 9px
}

.skoro a {
    font-size: 18px;
    color: #5ec4dc;
    text-decoration: none
}

.skoro a span {
    width: 170px;
    float: left;
    margin: 18px 0 0 0
}

.skoro a:hover span {
    text-decoration: underline
}

.skoro-cont {
    float: left;
    margin: 8px 0 0 0;
    width: 170px;
    height: 120px;
    font-size: 13px;
    color: #babbbb;
    text-decoration: none;
    overflow: hidden;
    line-height: 15px;
    letter-spacing: 0
}

.skoro2 {
    float: left;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 8px 13px;
    height: 270px
}

.skoro2:last-child {
    margin: 0 0 0 13px
}

.skoro2 img {
    float: left;
    width: 132px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px 14px 8px 9px
}

.skoro2 a {
    font-size: 18px;
    color: #5ec4dc;
    text-decoration: none
}

.skoro2 a span {
    float: left;
    font-size: 15px;
    margin: 0 0 5px;
    text-align: center;
    width: 145px;
    height: 55px;
    overflow: hidden
}

.skoro2 a:hover span {
    text-decoration: underline
}

.skoro-cont2 {
    float: left;
    margin: 8px 0 0 0;
    width: 170px;
    height: 120px;
    font-size: 13px;
    color: #babbbb;
    text-decoration: none;
    overflow: hidden;
    line-height: 15px;
    letter-spacing: 0
}

ul.serials {
    float: left;
    width: 310px;
    margin: 0 0 0 23px
}

ul.serials img {
    width: 135px;
    height: 189px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

ul.serials li {
    float: left;
    list-style-type: none;
    width: 135px;
    margin: 0 18px 0 0;
    line-height: 14px
}

ul.serials li a {
    float: left;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 12px 0
}

ul.serials li a .box {
    float: left;
    position: relative
}

ul.serials li .title {
    float: left;
    width: 135px;
    color: #5ba7b9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 14px;
    margin: 5px 0 0 0
}

ul.serials li a:hover .title {
    text-decoration: underline
}

ul.serials li a:hover {
    text-decoration: underline;
    opacity: 0.8
}

.more {
    display: block;
    height: 30px;
    width: 154px;
    margin: 10px auto 10px auto
}

.more:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.soc-block {
    float: left;
    width: 298px;
    height: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 5px solid #FFF;
    background: url(/images/soc-bg.png) center top no-repeat;
    margin: 15px 0 0 13px
}

.last-komment {
    float: left;
    width: 307px;
    min-height: 102px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #524f4f;
    margin: 0 0 8px 13px
}

.last-komment img {
    float: left;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    overflow: hidden;
    margin: 6px;
    border: 3px solid #291919
}

.last-komment a {
    font-size: 14px;
    color: #babbbb;
    text-decoration: none
}

.last-komment span {
    width: 210px;
    float: left;
    font-size: 14px;
    color: #babbbb;
    margin: 10px 0 0 0
}

.komm-title {
    float: left;
    margin: 2px 0 0 0;
    width: 210px;
    color: #e0a53a
}

.komm-title a {
    font-size: 16px;
    font-weight: bold;
    color: #e0a53a;
    text-decoration: none
}

.komm-title a:hover {
    text-decoration: underline
}

.last-komment a:hover span,
.komm-title:hover {
    text-decoration: underline
}

.last-komment-cont {
    float: left;
    margin: 4px 0 0 0;
    width: 210px;
    height: 40px;
    font-size: 13px;
    color: #babbbb;
    text-decoration: none;
    overflow: hidden;
    line-height: 13px;
    letter-spacing: 0
}

.description {
    font-size: 13px;
    color: #67676F;
    text-decoration: none;
    text-align: justify;
    padding: 20px 20px 20px 20px;
    line-height: 21px;
    background: #19191B
}

.description p {
    font-size: 14px
}

.description .left {
    float: left;
    margin: 5px 10px 0px 0;
    border: 2px solid #555;
    border-radius: 5px
}

.description .right {
    float: right;
    margin: 10px 0 0px 10px;
    border: 2px solid #555;
    border-radius: 5px
}

.description a {
    color: #5ca72b
}

.line-seo {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 8px solid #19191B;
    border-radius: 0 0 8px 8px
}

.footer {
    padding: 0 0 30px
}

ul.footermenu {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 20px
}

ul.footermenu li {
    display: inline-block;
    list-style-type: none;
    margin: 0 41px 25px 0
}

ul.footermenu li a {
    font-size: 18px;
    color: #5ca72b;
    text-decoration: none
}

ul.footermenu li a:hover {
    text-decoration: underline
}

.copyright {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 20px 25px;
    font-size: 14px;
    color: #a7a7a7;
    text-decoration: none
}

.copyright a {
    color: #a7a7a7;
    text-decoration: none
}

.copyright a:hover {
    color: #000
}

.counter {
    float: right;
    padding: 28px 20px 0 0
}

.userinfo {
    padding-left: 145px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px
}

.userinfo .lcol {
    margin-left: -145px;
    width: 110px;
    padding-right: 15px
}

.userinfo .lcol .avatar {
    margin-bottom: 10px
}

.userinfo .lcol .avatar img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    border: 3px solid #291919
}

.userinfo .lcol ul {
    font-size: 0.9em
}

.userinfo .rcol {
    width: 100%
}

.userinfo .rcol ul {
    list-style-type: none;
    margin-left: 0;
    font-size: 14px
}

.userinfo .rcol ul li {
    margin: 10px 0
}

.userinfo .rcol ul li a {
    color: #fff;
    text-decoration: none
}

.userinfo .rcol ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.ussep {
    padding-top: 12px;
    border-top: 1px solid #514e4e
}

.reset,
.reset li {
    list-style: none;
    padding: 0;
    margin: 0
}

.thide,
.htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal
}

table.userstop,
table.pm,
table.tableform,
table.calendar {
    border-collapse: collapse;
    border-spacing: 0
}

.lcol,
.rcol,
form {
    display: inline
}

.lcol {
    float: left
}

.rcol {
    float: right
}

.small {
    font-size: 0.9em
}

.pink {
    color: #14C200
}

.loginbox {
    display: inline
}

.loginbox ul.loginbox {
    float: right;
    height: 27px
}

ul.loginbox {
    line-height: 27px
}

ul.loginbox li {
    margin-left: 10px
}

.loginbtn a {
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    width: 66px;
    padding-bottom: 17px
}

.loginbtn a b {
    text-align: center;
    display: block;
    cursor: pointer;
    height: 26px;
    background-color: #db143d
}

.loginbtn a:hover {
    background-position: 50% 100%
}

.loginbtn a:hover b {
    background-color: #f1345d
}

.logform li.lfield {
    list-style: none;
    margin-bottom: 12px;
    color: #FFF
}

.logform li.lbtn {
    list-style: none;
    text-align: center
}

.logform li.lfield input {
    width: 265px;
    border: 0 solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.logform li.lfchek input {
    width: 13px;
    border: 0 solid #000;
    background: #313131
}

.logform li.lfchek label {
    display: inline;
    margin-bottom: 0.2em
}

.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.statistics ul.lcol {
    min-height: 71px;
    margin: 0 0 20px -1px;
    width: 33.3%
}

.statistics ul.lcol li {
    padding: 0 15px 0 0;
    margin-bottom: 2px
}

.topsite {
    position: absolute;
    top: 95px;
    right: 130px
}

.ac-vk,
.ac-fb,
.ac-tw,
.ac-od,
.ac-ma,
.ac-ya {
    background: url(/images/soc-autr.png) no-repeat;
    height: 21px;
    display: inline-block
}

.ac-vk:hover,
.ac-fb:hover,
.ac-tw:hover,
.ac-od:hover,
.ac-ma:hover,
.ac-ya:hover {
    opacity: 0.9
}

.ac-vk {
    background-position: 0 -32px;
    width: 22px
}

.ac-fb {
    background-position: -22px -32px;
    width: 21px
}

.ac-tw {
    background-position: -43px -32px;
    width: 21px
}

.ac-od {
    background-position: -65px -32px;
    width: 22px
}

.ac-ma {
    background-position: -86px -32px;
    width: 21px
}

.ac-ya {
    background-position: -107px -32px;
    width: 22px
}

.loginbr {
    width: 285px;
    float: left
}

.loginbr2 {
    width: 155px;
    float: left;
    padding: 15px 0 0 15px;
    height: 140px
}

.loginbr3 {
    width: 475px;
    float: left;
    padding: 0 0 0 0
}

.loginbr3 button {
    margin: 5px 0 0 10px
}

.vx {
    float: left;
    height: 28px;
    width: 87px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    margin: 5px 0 0 5px;
    border: 0 solid #000;
    cursor: pointer
}

.vx:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.cont-mm {
    float: left
}

.cont-mmm {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 617px;
    padding: 16px;
    margin: 8px;
    background: #5f5f60 url(/images/shortstory-bg.png) center top no-repeat
}

.au-soc {
    list-style-type: none;
    width: 180px
}

.au-soc li {
    float: left;
    margin: 8px 8px 0 0
}

.au-vk,
.au-fb,
.au-tw,
.au-od,
.au-ma,
.au-ya {
    background: url(/images/soc-autr.png) no-repeat;
    height: 32px;
    width: 32px;
    display: block
}

.au-vk {
    background-position: 0 0
}

.au-fb {
    background-position: -32px 0
}

.au-tw {
    background-position: -96px 0
}

.au-od {
    background-position: -64px 0
}

.au-ma {
    background-position: -128px 0
}

.au-ya {
    background-position: -160px 0
}

.search select {
    background-color: #babbbb
}

.search fieldset {
    width: 303px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ttmpl-static {
    float: left;
    width: 100%
}

.ttmpl-static-b {
    padding: 16px;
    background-color: #5f5f60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 8px 0
}

.ttmpl-static-title,
.ttmpl-static h1,
.ttmpl-static h2 {
    line-height: 24px;
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    padding: 5px 0 20px 0;
    margin: 0
}

input#dofullsearch {
    display: none
}

.textin {
    background-color: #babbbb;
    color: #303031
}

.ttmpl-static-content {
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

.ttmpl-static-content a {
    color: #000
}

.ttmpl-static-content a:hover {
    color: #68c52a
}

.ttmpl-static-content2 {
    color: #333;
    font-size: 12px;
    line-height: 16px
}

.ttmpl-static-content2 a {
    color: #000
}

.ttmpl-static-content2 a:hover {
    color: #ccc
}

.ttmpl-static-content2 input {
    background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(#fbfbfb));
    background: -webkit-linear-gradient(top, #f6f6f6, #fbfbfb);
    background: -moz-linear-gradient(top, #f6f6f6, #fbfbfb);
    background: -o-linear-gradient(top, #f6f6f6, #fbfbfb);
    background: -ms-linear-gradient(top, #f6f6f6, #fbfbfb);
    background: linear-gradient(top, #f6f6f6, #fbfbfb);
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    border: 1px #e3e3e3 solid;
    color: #333
}

.ttmpl-static-content2 input:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9
}

.ttmpl-static-content input,
.bbcodes,
.ttmpl-input-classic {
    background-color: #babbbb;
    padding: 5px 10px 5px 10px;
    color: #303031;
    border: 1px solid #666;
    margin: 0 2px 0 0;
    max-width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.ttmpl-static-content input:hover,
.bbcodes:hover,
.ttmpl-input-classic {
    background-color: #babbbb;
    border: 1px solid #666
}

input[type="submit"],
input[type="submit"]:hover {
    background-color: #303031;
    color: #fff;
    border: 0 solid #000
}

.bbcodes {
    cursor: pointer
}

.ttmpl-regstr-left {
    float: left;
    width: 249px
}

.ttmpl-regstr-clear {
    clear: both;
    border-bottom: 1px #ccc dotted;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0
}

.regcheck {
    background: url(/images/refresh.png) center center no-repeat !important;
    cursor: pointer
}

#result-registration {
    font-size: 11px
}

.ttmpl-regstr-block {
    padding: 0 0 15px 0
}

.ttmpl-regstr-left-title {
    padding: 0 0 5px 0
}

.ttmpl-regstr-block textarea {
    padding: 10px;
    width: 350px;
    background: #f4f4f4;
    border: 1px #e3e3e3 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 150px
}

.ttmpl-regstr-block textarea:hover {
    background: #fbf8ed
}

.ttmpl-button-ok {
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    font-family: "arial", "helvetica", "tahoma", "verdana", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    cursor: pointer;
    border: 0 solid #000
}

.ttmpl-button-ok:hover {
    background-color: #5ca72b;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.ttmpl-button-ok:active {
    position: relative
}

.error {
    padding: 10px 10px 150px 10px;
    background: url(/images/error.png) center bottom no-repeat;
    text-align: center
}

.error p {
    font-size: 15px;
    font-weight: bold
}

.error a {
    color: #7cad37
}

.ttmpl-tabs {
    padding: 30px 0 0 0
}

.ttmpl-tabs .index-tabs {
    width: 100px;
    float: left;
    padding: 15px 0 0 0
}

.ttmpl-tabs .index-tabs span {
    display: block;
    padding: 10px;
    color: #000;
    margin: 0 0 10px 0;
    cursor: pointer;
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.ttmpl-tabs .index-tabs a {
    display: block;
    background: #efefef;
    padding: 10px;
    color: #000;
    margin: 0 0 10px 0;
    cursor: pointer
}

.ttmpl-tabs .index-tabs a:hover {
    text-decoration: none
}

.ttmpl-tabs .index-panel {
    width: 475px;
    float: left;
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border: 1px #fff solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.ttmpl-tabs .index-panel .tt-panel {
    display: none;
    min-height: 300px
}

.active-ttab {
    background: #303031 !important;
    color: #FFF !important
}

.ttmpl-tabs-menu {
    padding: 30px 0 0 0;
    margin: 0 0 0 30px
}

.ttmpl-tabs-menu a {
    background: url(/images/ttmpl-tabs-menu2.png) center top no-repeat;
    border-left: 1px #e9e9e9 solid;
    float: left;
    width: 83px;
    height: 60px;
    padding: 100px 27px 0 27px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    text-align: center
}

.ttmpl-tabs-menu a:first-child {
    background: url(/images/ttmpl-tabs-menu.png) center top no-repeat !important;
    border: 0
}

.ttmpl-tabs-menu a:nth-child(3) {
    background: url(/images/ttmpl-tabs-menu3.png) center top no-repeat !important
}

.ttmpl-tabs-line {
    border-bottom: 1px #ccc dotted;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
    color: #fff
}

.ttmpl-tabs-line span {
    color: #303031
}

ul.ratinguser {
    float: left;
    list-style-type: none
}

ul.ratinguser li {
    float: left
}

ul.ratinguser li .rating {
    float: left;
    margin: -4px 0 0 5px
}

ul.cont-history {
    float: left;
    width: 580px;
    list-style-type: none;
    display: block
}

ul.cont-history li {
    width: 540px;
    height: 18px;
    padding: 2px 20px;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #676b6c
}

ul.cont-history li.whiteline {
    background-color: #FFF
}

ul.cont-history li a {
    font-weight: normal;
    color: #676b6c
}

ul.cont-history li a:hover {
    color: #00a2dc
}

.black {
    font-weight: bold;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px
}

.green {
    font-weight: bold;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #87c902 !important;
    font-size: 13px
}

.red {
    font-weight: bold;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #d52a2a !important;
    font-size: 13px
}

.s-block-content input {
    background: #fff;
    margin: 5px 20px 0 0;
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.s-block-content {
    padding: 10px
}

.calend {}

.weekday-active-v {
    color: #535353
}

.day-active-v {
    color: #535353;
    font-weight: bold
}

.calendar {
    text-align: center
}

.calendar a {
    text-decoration: underline
}

.calendar td,
th {
    text-decoration: none;
    padding: 3px
}

.weekday {
    font-weight: bold !important
}

.weekday-active {
    color: #000;
    font-weight: bold
}

.day-active {
    color: #535353
}

.monthlink {
    color: #535353;
    text-decoration: none
}

.day-current {
    background: #ffd8b5;
    border: 1px dotted #000;
    color: #000
}

.day-current a {
    color: #000
}

.tags-block {
    padding: 5px;
    color: #424242
}

.clouds_xsmall {
    font-size: 12px;
    color: #424242 !important;
    text-decoration: none
}

.clouds_small {
    font-size: 15px;
    color: #424242 !important;
    text-decoration: none
}

.clouds_medium {
    font-size: 20px;
    color: #424242 !important;
    text-decoration: none
}

.clouds_large {
    font-size: 25px;
    color: #ff8b02 !important;
    text-decoration: none
}

.clouds_xlarge {
    font-size: 30px;
    color: #ff8b02 !important;
    text-decoration: none
}

.vote-buttom {
    width: 221px;
    height: 29px;
    color: #fff;
    border: 0;
    margin: 3px;
    font-size: 14px;
    cursor: pointer
}

.rating {
    color: #757575;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    width: 215px;
    height: 15px
}

.unit-rating {
    list-style: none;
    margin: 4px 0 0 8px;
    padding: 0;
    width: 210px;
    height: 15px;
    position: relative;
    background: url(/dleimages/rating.png) top left repeat-x
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bbcodes_poll {
    border: 1px solid #e0e0e0;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    width: 120px;
    height: 20px;
    background: #fff;
    font-weight: bold
}

#dropmenudiv {
    border: 1px solid #fff;
    border-bottom-width: 0;
    font: normal 10px Verdana;
    background-color: #6497ca;
    line-height: 20px;
    margin: 2px;
    opacity: 0.92
}

#dropmenudiv a {
    display: block;
    text-indent: 3px;
    text-decoration: none;
    color: #fff;
    background: #6497ca;
    border: 1px solid #fff;
    padding: 1px 0;
    margin: 1px;
    font-weight: bold
}

#dropmenudiv a:hover {
    background-color: #fdd08b;
    color: #000
}

#newpm {
    width: 400px;
    padding: 4px;
    background-color: #fdfdfd;
    border: 1px solid #bbb;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 135%
}

#newpmheader {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 20px;
    color: #636363;
    font-weight: bold;
    background-color: #b2c7f1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: move
}

#newpm a {
    background: transparent;
    color: #4b73d4;
    text-decoration: none
}

#newpm a:hover {
    background: transparent;
    color: #4b73d4;
    text-decoration: underline
}

.attachment {
    color: #ccc;
    display: block;
    text-align: center
}

.attachment a {
    -moz-box-shadow: inset 0 1px 0 0 #a4e271;
    -webkit-box-shadow: inset 0 1px 0 0 #a4e271;
    box-shadow: inset 0 1px 0 0 #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #528009;
    max-width: 300px;
    margin: 0 auto
}

.attachment a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
    background-color: #77a809
}

.attachment a:active {
    position: relative;
    top: 1px
}

.attachment span {
    display: none
}

.highslide-wrapper,
.highslide-outline {
    background: #FFF;
    z-index: 100000
}

.highslide-image {
    border: 2px solid #FFF;
    z-index: 100000
}

.highslide-active-anchor {
    visibility: hidden;
    z-index: 100000
}

.highslide-active-anchor img {
    visibility: hidden;
    z-index: 100000
}

.highslide-dimming {
    background: black
}

.highslide-html {
    background-color: white;
    z-index: 100000
}

.highslide-html-content {
    display: none;
    z-index: 100000
}

.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: black;
    z-index: 100000
}

a.highslide-full-expand {
    background: url(/dleimages/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
    z-index: 100000
}

.highslide-footer {
    height: 11px;
    z-index: 100000
}

.highslide-footer .highslide-resize {
    float: right;
    height: 12px;
    width: 11px;
    background: url(/dleimages/resize.gif);
    z-index: 100000
}

.highslide-resize {
    cursor: nw-resize
}

.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) 0 -90px no-repeat;
    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) right -90px no-repeat
}

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

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

.title-block {
    color: #323232;
    font: 18px 'PT Sans', sans-serif;
    font-weight: normal;
    overflow: hidden;
    display: block;
    margin: 7px 0 12px 0;
    padding: 20px 0 20px 40px;
    border-bottom: 1px dashed #6c6c6c
}

.shot-text2 img {
    margin: 0 10px 5px 0;
    border: 0;
    max-width: 500px
}

.shot-text input {
    margin: 5px 20px 0 0;
    background: #343434;
    color: #fff;
    font-size: 9px
}

.shot-text2 input {
    margin: 5px 20px 0 0;
    background: #343434;
    color: #fff;
    font-size: 9px
}

.mass_comments_action {
    margin: 16px
}

.mass_comments_action select {
    margin: 0 0 0 5px
}

.shot-text .editor_button img {
    padding: 0 !important;
    border: 0 !important;
    margin: 0
}

.shot-text2 .editor_button img {
    padding: 0 !important;
    border: 0 !important;
    margin: 0
}

.editor_button img {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important
}

.shot-text .editbclose img {
    padding: 0;
    border: 0;
    margin: 0
}

.shot-text2 .editbclose img {
    padding: 0;
    border: 0;
    margin: 0
}

.editor_button_brk img {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.title_spoiler {
    position: relative;
    padding: 0;
    margin: 0
}

.title_spoiler a {
    background: url(/images/title_spoiler.jpg) left top repeat-x;
    display: block;
    line-height: 24px;
    padding: 0 10px 0 30px;
    text-decoration: none;
    color: #3b3b3b;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 24px
}

.title_spoiler img {
    position: absolute;
    left: 5px;
    top: 25px
}

.text_spoiler {
    border: 1px #ececec solid;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: -5px 0 0 0
}

.text_spoiler a {}

.text_spoiler a:hover {}

.comment-block {
    clear: both;
    position: relative;
    padding: 10px 5px 10px 100px;
    min-height: 90px;
    border-bottom: 1px #ccc dotted
}

.comment-block-left {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 5px;
    top: 10px
}

.comment-block-left img {
    width: 80px
}

.comment-block-right {
    position: relative
}

.comment-block-right2 {}

.comment-text {
    color: #6c6c6c;
    line-height: 17px;
    font-size: 11px
}

.comment-text a {
    color: #000
}

.comment-text a:hover {
    text-decoration: none
}

.comment-text-title {
    margin: 0 0 5px 0;
    color: #b3b3b3
}

.comment-text-title a {
    color: #e1454f;
    font-size: 12px;
    font-weight: normal
}

.comment-text-title a:hover {
    text-decoration: underline
}

.comment-text-more {
    padding: 3px 0 0 0;
    font-size: 11px;
    color: #ccc;
    border-top: 1px #ebebeb dotted
}

.comment-text-more a {
    color: #383838;
    margin: 0 0 0 5px;
    font-style: italic;
    text-decoration: underline
}

.comment-text-more a:hover {
    text-decoration: none
}

.comment-block .bbcodes,
.mass_comments_action .bbcodes,
.news-item-content .editor input,
.news-item-content input {
    background: #232020;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    border: 0;
    float: right;
    font-size: 14px
}

.quote {
    background: #efead4;
    padding: 8px;
    color: #6f6f6f;
    clear: both;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 5px 0;
    font-size: 11px
}

.quote a {
    color: #000
}

.lost-pass {
    width: 400px;
    background: #fef2e4;
    margin-bottom: 20px;
    border-top: 5px #9d7038 solid;
    margin-top: 10px
}

.lost-pass td {
    background: #fef2e4;
    padding: 5px;
    color: #4b2e12;
    text-align: left
}

.lost-pass td a {
    color: #c89539
}

.ststs-title {
    padding: 5px 5px 5px 20px;
    color: #60360c;
    text-align: left;
    font-weight: bold
}

.ststststs {
    text-align: left;
    margin: 0 30px 0 30px
}

.ststststs-t {
    height: 40px;
    line-height: 35px;
    color: #fffdcc;
    margin: 0 30px 0 10px
}

.ststststs-t h1 {
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 14px
}

.ststststs-c {
    padding: 20px
}

.ststststs-c img {
    padding: 0 10px 10px 0;
    border: 0;
    margin: 10px 10px 10px 0
}

.ststststs-c input {
    margin: 5px 20px 0 0;
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.ststststs-s {
    padding: 5px
}

.ststststs-s a {
    color: #60360c
}

.s-block-content {
    padding: 10px
}

#dle-content {
    padding: 8px
}

.s-block-content a {
    color: #871012
}

.add-news-title {
    padding: 5px 5px 0 50px;
    font-weight: bold;
    text-align: left;
    color: #2d7cff
}

.imp {
    text-align: left;
    margin: 0 30px 0 30px
}

.imp input {
    margin: 5px 20px 0 0;
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.pm-tititittile {
    padding: 10px 10px 10px 5px;
    font-weight: bold
}

.new-PM {
    padding: 3px
}

.new-PM input {
    width: 250px;
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.new-PM span {
    width: 150px;
    margin-right: 20px;
    display: block
}

.pm-block {
    height: 30px;
    padding-left: 60px;
    line-height: 30px;
    font-weight: bold
}

.pm-content {
    padding: 10px 5px 15px 5px
}

.pm-content a {
    color: #666;
    font-weight: bold
}

.pm-block-menu {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    color: #000
}

.pm-block-menu a {
    color: #5ca72b;
    font-weight: bold
}

.pm-btn {
    padding-top: 15px;
    float: left
}

.pm-btn a {
    padding: 10px;
    margin: 4px;
    display: inline-block
}

.a-mess {
    border-top: 5px #fff solid;
    padding: 5px;
    color: #777
}

.a-mess a {
    color: #4a4a4a;
    font-weight: bold
}

.theme-mess {
    background: #c6c6c6;
    padding: 5px;
    border-top: 5px #fff solid;
    color: #666;
    font-weight: bold
}

#tt_social a {
    width: 24px;
    height: 24px;
    margin: 0 2px 2px 0;
    display: block;
    float: left
}

.ttfav {
    float: left;
    padding: 10px 0 0 0
}

.ttfav-title {
    padding: 5px 0 5px 3px;
    font-weight: bold;
    color: #bbb
}

.search-rez {
    text-align: left;
    margin: 0 30px 0 30px
}

.search-title {
    padding: 10px;
    color: #fdffcd;
    font-weight: bold;
    border-left: 2px #ffddb5 solid;
    border-right: 2px #ffddb5 solid;
    margin: 10px;
    background: #262626
}

.search-rez input {
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.vote-pool {
    margin: 20px 0 0 100px;
    background: #dbf6ff;
    width: 400px;
    padding: 10px
}

.vote-pool img {
    border: 0;
    padding: 0
}

.vote-pool h5 {
    color: red;
    font-size: 13px;
    margin: 0
}

.vote-pool h6 {
    margin: 0;
    font-size: 12px
}

.vote-pool input {
    margin: 5px 20px 0 0;
    color: #2e2e2e;
    border: 1px #d0d0d0 solid
}

.statss {
    width: 100%
}

.statss td {
    padding: 5px;
    font-size: 12px;
    color: #757575
}

.statss a {
    color: #ff873e
}

.statss-title {
    font-size: 13px;
    font-weight: bold;
    color: #239aff;
    border-bottom: 1px #8e8e8e dotted;
    margin-bottom: 10px
}

.form-input-stand {
    ;
    color: #2e2e2e;
    border: 0
}

.shot-title {
    color: #61a0ff;
    padding: 5px
}

.shot-title h1 {
    font-size: 18px;
    padding-left: 10px
}

.shot-title h1 i {}

.img-top-link {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.fix-bb {
    margin-right: 2%;
    background: url(/bbcodes/bg.gif);
    height: 75px;
    margin-left: -10px;
    border: 1px solid #bbb;
    border-bottom: 0
}

.fix-bb div {
    border: 0 !important
}

@-moz-document url-prefix() {}

.wide-border {
    background: white
}

.wide-border .highslide-image {
    border-width: 10px
}

.wide-border .highslide-caption {
    padding: 0 10px 10px 10px
}

.borderless .highslide-image {
    border: none
}

.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: white
}

.less .highslide-image {
    border: 1px solid #000
}

.less .highslide-caption {
    border: 1px solid #000;
    background: white
}

#loading-layer {
    display: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #000;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#searchsuggestions {
    border: 1px solid #4a4a4a;
    width: 300px;
    background-color: #5ca72b;
    font-size: 12px;
    line-height: 14px
}

#searchsuggestions a {
    padding: 5px;
    display: block;
    background-color: #232020;
    clear: left;
    height: 75px;
    text-decoration: none
}

#searchsuggestions a:hover {
    background-color: #3e7483;
    color: #dfdfdf
}

#searchsuggestions a span.searchheading {
    background: #313131;
    display: block;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
    color: #ededed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

#searchsuggestions a:hover span.searchheading {
    color: #dfdfdf
}

#searchsuggestions a span {
    color: #909090
}

#searchsuggestions a:hover span {
    color: #dfdfdf
}

#searchsuggestions span.seperator {
    float: right;
    padding-right: 15px;
    margin-right: 5px
}

#searchsuggestions span.seperator a {
    background-color: transparent;
    display: block;
    height: auto;
    color: #fff;
    font-size: 14px
}

#searchsuggestions span.notfound {
    padding: 5px;
    background-color: #232020;
    display: block;
    height: auto;
    color: #ababab
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    left: 0;
    position: absolute;
    top: 0
}

.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-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px
}

.ui-widget {
    font-family: Tahoma, Lucida Sans, Arial, sans-serif;
    font-size: 14px
}

.ui-widget,
.ui-dialog {
    background: #fff;
    border: 0;
    color: #222;
    text-align: left;
    padding: 0 !important;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 300px 0 #000;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 300px 0 #000;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 300px 0 #000;
    width: 300px
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 12px
}

.ui-widget-content {}

.ui-widget-content a {
    color: #5ca72b
}

.ui-widget-header {
    color: #fff;
    background-color: #313131;
    border: 0;
    padding: 10px 10px 10px 20px !important;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #b81c2c;
    border: 1px solid #b81c2c;
    color: #fff;
    font-weight: bold
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #fff;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #db0319;
    border: 1px solid #db0319;
    color: #fff;
    font-weight: bold
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #e17009;
    text-decoration: none
}

.ui-widget:active {
    outline: none
}

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

.ui-widget-header .ui-icon {
    background: url(/images/ui-icons.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background: url(/images/ui-icons_h.png)
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background: url(/images/window_close.png) left top no-repeat !important;
    height: 24px;
    width: 24px
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}

.ui-button-text-only .ui-button-text {
    padding: .4em .8em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-set {
    margin-right: 7px
}

.ui-button-set .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-dialog {
    overflow: hidden;
    padding: .2em;
    position: absolute;
    width: 300px;
    text-align: left
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 24px;
    margin: -10px 0 0 -20px;
    padding: 1px;
    position: absolute;
    right: .9em;
    top: 50%;
    width: 24px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {}

.ui-dialog .ui-dialog-content {
    border: 0;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    zoom: 1;
    text-align: left;
    background: #5f5f60
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0 0;
    margin: 0;
    padding: .3em 1em .5em .4em;
    text-align: left;
    background: #5F5F60
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: .5em .4em .5em 0;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto
}

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

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.commentS-td2 #b_left,
.commentS-td2 #b_center,
.commentS-td2 #b_right,
.commentS-td2 #b_spoiler {
    display: none
}

.nono #b_left,
.nono #b_center,
.nono #b_right,
.nono #b_spoiler {
    display: none
}

#searchtable input {
    max-width: 200px !important
}

.editor input[type="text"] {
    padding: 2px;
    background: #fff url("/images/fields.png") repeat-x;
    border: 1px solid #bcc0c2
}

.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #222
}

.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 {
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: bold
}

.ui-dialog-buttonset button {
    background-color: #313131 !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 0 solid #dcdcdc !important;
    display: inline-block !important;
    color: #666 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
    text-decoration: none !important
}

.ui-dialog-buttonset button:hover {
    color: #fff !important;
    background-color: #313131 !important
}

.ui-dialog-buttonset button span {
    margin: 0 !important;
    padding: 0 !important
}

.sp_search {
    width: 486px;
    margin: 0 0 15px 0;
    border: 2px #fff solid
}

.sp_search_head {
    height: 37px;
    padding: 5px;
    color: #888;
    font: bold 17px Arial;
    line-height: 40px;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px #ccc solid
}

.sp_search_head img {
    float: left;
    margin-right: 7px
}

.sp_search_table {
    font: 11px Tahoma;
    color: #080808;
    width: 100%;
    text-align: left;
    background: #d5f3ff
}

.sp_search_table .sp_s1 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold
}

.sp_search_table .sp_s2 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold
}

.sp_search_table .sp_s3 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold
}

.sp_search_table .sp_s4 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold
}

.sp_search_table td.sp_name {
    padding: 6px 10px 8px 0;
    vertical-align: top;
    font: 12px Tahoma;
    color: #080808
}

.sp_search_table a.sp_lnk {
    font: 12px Tahoma;
    color: #080808;
    text-decoration: underline
}

.sp_search_table a.sp_lnk b {
    font-weight: bold
}

.sp_search_table a.sp_lnk:hover,
.sp_search_table a.sp_lnk:hover span {
    text-decoration: none
}

.sp_search_table td.sp_count {
    padding: 6px 24px 8px 0;
    vertical-align: top;
    text-align: right
}

.sp_search_table td.sp_count span.sp_count_sp {
    color: #000;
    font-weight: bold
}

.sp_search_table td.sp_count span.sp_count_sp2 {
    color: #1e81ba;
    font-weight: bold
}

.sp_search_table td.sp_name .sp_im_bl {
    float: left;
    margin: -4px 0 0 0;
    width: 44px
}

.sp_search_table td.sp_name .sp_im_bl img {
    display: block;
    margin: 0 auto
}

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 {
    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
}

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
}

.pm_progress_bar {
    border: 0 solid #d8d8d8;
    padding: 1px;
    margin: 0 5px;
    background: #303031;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.pm_progress_bar span {
    background: #5ca72b;
    font-size: 0;
    text-indent: -2000em;
    height: 10px;
    display: block;
    overflow: hidden
}

.pm_status {
    float: left;
    border: 0 solid #d8d8d8;
    padding: 0;
    background-color: #babbbb;
    width: 100%;
    margin-right: 10px
}

.pm_status p {
    margin: 8px 0
}

.pm_status_content {
    padding: 0 10px 0 10px
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    background: #9c9e9e;
    font: 12px Tahoma;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    color: #4e4e4e
}

.voteprogress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    background: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.voteprogress span {
    color: #fff;
    text-align: center;
    text-indent: -2000em;
    height: 15px;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
    background: -moz-linear-gradient(top, #149bdf, #0480be);
    background: -ms-linear-gradient(top, #149bdf, #0480be);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background: -webkit-linear-gradient(top, #149bdf, #0480be);
    background: -o-linear-gradient(top, #149bdf, #0480be);
    background: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0)
}

.voteprogress .vote2 {
    background-color: #dd514c;
    background: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0)
}

.voteprogress .vote3 {
    background-color: #5eb95e;
    background: -moz-linear-gradient(top, #62c462, #57a957);
    background: -ms-linear-gradient(top, #62c462, #57a957);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background: -webkit-linear-gradient(top, #62c462, #57a957);
    background: -o-linear-gradient(top, #62c462, #57a957);
    background: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0)
}

.voteprogress .vote4 {
    background-color: #4bb1cf;
    background: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background: -o-linear-gradient(top, #5bc0de, #339bb9);
    background: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0)
}

.voteprogress .vote5 {
    background-color: #faa732;
    background: -moz-linear-gradient(top, #fbb450, #f89406);
    background: -ms-linear-gradient(top, #fbb450, #f89406);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background: -webkit-linear-gradient(top, #fbb450, #f89406);
    background: -o-linear-gradient(top, #fbb450, #f89406);
    background: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0)
}

.pollprogress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    background: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pollprogress span {
    color: #fff;
    height: 18px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
    background: -moz-linear-gradient(top, #149bdf, #0480be);
    background: -ms-linear-gradient(top, #149bdf, #0480be);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background: -webkit-linear-gradient(top, #149bdf, #0480be);
    background: -o-linear-gradient(top, #149bdf, #0480be);
    background: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0)
}

.pollprogress .poll2 {
    background-color: #dd514c;
    background: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0)
}

.pollprogress .poll3 {
    background-color: #5eb95e;
    background: -moz-linear-gradient(top, #62c462, #57a957);
    background: -ms-linear-gradient(top, #62c462, #57a957);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background: -webkit-linear-gradient(top, #62c462, #57a957);
    background: -o-linear-gradient(top, #62c462, #57a957);
    background: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0)
}

.pollprogress .poll4 {
    background-color: #4bb1cf;
    background: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background: -o-linear-gradient(top, #5bc0de, #339bb9);
    background: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0)
}

.pollprogress .poll5 {
    background-color: #faa732;
    background: -moz-linear-gradient(top, #fbb450, #f89406);
    background: -ms-linear-gradient(top, #fbb450, #f89406);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background: -webkit-linear-gradient(top, #fbb450, #f89406);
    background: -o-linear-gradient(top, #fbb450, #f89406);
    background: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0)
}

.bb-pane {
    height: 1%;
    overflow: hidden;
    border: 1px solid #BBB;
    background: url("/bbcodes/bg.gif");
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.speedbar {
    color: #babbbb;
    padding: 13px 20px 5px 20px
}

.speedbar a {
    color: #68c52a;
    text-decoration: none;
    margin: 2px
}

.bb-btn,
.bb-sep {
    height: 25px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap
}

.bb-sel {
    float: left;
    padding: 4px 2px 0 2px
}

.bb-sel select {
    font-size: 11px
}

.bb-sep {
    width: 5px;
    background: url("/bbcodes/brkspace.gif")
}

.bb-btn {
    cursor: pointer;
    width: 23px
}

#b_font {
    width: 118px
}

#b_size {
    width: 65px
}

#b_font select {
    padding: 0
}

#b_size select {
    padding: 0
}

#b_b {
    background: url("/bbcodes/b.gif")
}

#b_i {
    background: url("/bbcodes/i.gif")
}

#b_u {
    background: url("/bbcodes/u.gif")
}

#b_s {
    background: url("/bbcodes/s.gif")
}

#b_img {
    background: url("/bbcodes/image.gif")
}

#b_up {
    background: url("/bbcodes/upload.gif")
}

#b_emo {
    background: url("/bbcodes/emo.gif")
}

#b_url {
    background: url("/bbcodes/link.gif")
}

#b_leech {
    background: url("/bbcodes/leech.gif")
}

#b_mail {
    background: url("/bbcodes/email.gif")
}

#b_video {
    background: url("/bbcodes/mp.gif")
}

#b_audio {
    background: url("/bbcodes/mp3.gif")
}

#b_hide {
    background: url("/bbcodes/hide.gif")
}

#b_quote {
    background: url("/bbcodes/quote.gif")
}

#b_code {
    background: url("/bbcodes/code.gif")
}

#b_left {
    background: url("/bbcodes/l.gif")
}

#b_center {
    background: url("/bbcodes/c.gif")
}

#b_right {
    background: url("/bbcodes/r.gif")
}

#b_color {
    background: url("/bbcodes/color.gif")
}

#b_spoiler {
    background: url("/bbcodes/spoiler.gif")
}

#b_fla {
    background: url("/bbcodes/flash.gif")
}

#b_yt {
    background: url("/bbcodes/youtube.gif")
}

#b_tf {
    background: url("/bbcodes/typograf.gif")
}

#b_list {
    background: url("/bbcodes/list.gif")
}

#b_ol {
    background: url("/bbcodes/ol.gif")
}

#b_tnl {
    background: url("/bbcodes/translit.gif")
}

#b_br {
    background: url("/bbcodes/pbreak.gif")
}

#b_pl {
    background: url("/bbcodes/page.gif")
}

.bb-editor textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #bcc0c2;
    width: 100%;
    background: #313131;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #FFF
}

.editorcomm .bb-editor {
    width: 100%
}

.editorcomm .bb-editor textarea {
    height: 156px
}

.clr {
    clear: both
}

#marker-bar,
#txtselect_marker {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s
}

#txtselect_marker {
    cursor: pointer;
    background: url(/dleimages/marker.png) -0px -0px no-repeat
}

#txtselect_marker:hover {
    background-position: -0px -32px
}

#marker-bar {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0 0 4px #ccc
}

#marker-bar.show {
    -webkit-transition: opacity .4s, visibility 0s;
    -moz-transition: opacity .4s, visibility 0s;
    -o-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;
    -moz-transition: opacity .4s, visibility 0s;
    -o-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: #c4f47d;
    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) -0px -0px no-repeat
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
    background-position: -0px -33px
}

#share-popup {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 414px;
    display: none;
    z-index: 100;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s
}

#share-popup.show {
    display: block;
    -webkit-transition: opacity .4s, visibility 0s;
    -moz-transition: opacity .4s, visibility 0s;
    -o-transition: opacity .4s, visibility 0s;
    transition: opacity .4s, visibility 0s;
    opacity: 1.0
}

#share-popup .social {
    padding: 0 0 10px 17px;
    height: 40px
}

#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 {
    float: left;
    margin-right: 20px;
    padding-top: 2px;
    position: relative
}

#share-popup .social ul a {
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    color: #aaa;
    padding-left: 25px
}

#share-popup .social ul a:hover {
    text-decoration: underline;
    color: #ea3e26
}

#share-popup .social a span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/dleimages/social-icons.png) 20px 20px no-repeat;
    position: absolute;
    left: 0;
    top: 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
}

nav select {
    display: none
}

.searchtable .shortstory {
    margin: 0 !important
}

.btn-enter2 {
    float: left;
    border: 0;
    background: url(/images/btn-enter.png) 0 0 no-repeat;
    display: block;
    height: 27px;
    width: 82px;
    text-indent: -99999px;
    cursor: pointer
}

.btn-enter2:hover {
    background-position: 0 -28px
}

input[type="checkbox"],
input[type="checkbox"]:hover {
    padding: 7px;
    border: 0 solid #000;
    background-color: #333;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.contact-info {
    margin: 10px 0 20px 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #47525D
}

.contact-info a {
    text-transform: uppercase
}

.select-box {
    padding: 15px 0 35px 0
}

.select-title {
    float: left;
    margin: 1px 0 0 0
}

.btn-open {
    float: left;
    display: block;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    margin: -2px 0 0 5px
}

.btn-pluslist {
    float: right;
    display: block;
    height: 27px;
    width: 28px;
    text-indent: -99999px;
    margin: -2px 0 0 8px
}

.btn-minlist {
    float: right;
    display: block;
    height: 27px;
    width: 28px;
    text-indent: -99999px;
    margin: -2px -5px 0 2px
}

.btn-open:hover {
    background-position: 0 -27px
}

.btn-pluslist:hover {
    background-position: -98px -27px
}

.btn-minlist:hover {
    background-position: -129px -27px
}

.berrorbox {
    display: block;
    padding: 15px 15px 15px 160px;
    min-height: 120px;
    margin: 8px 8px 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    background: rgba(49, 49, 49, 0.8) url(/images/error.png) 10px 0 no-repeat
}

.berrorbox b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.berrorbox a {
    color: #5ca72b
}

.berrorbox a:hover {
    color: #3697bc
}

.itemsoon ul {
    margin: 0 0 0 -6px;
    width: 510px;
    list-style-type: none
}

.itemsoon li {
    float: left;
    margin-right: -3px;
    text-align: center;
    margin-bottom: 15px
}

.itemsoon li a {
    font-size: 12px;
    color: #636b7b;
    text-decoration: none;
    text-align: center;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.itemsoon li a:hover {
    opacity: 1.0;
    color: #ADB7CA;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100)
}

.itemsoon li img {
    width: 90px;
    height: 132px;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px #cacaca;
    -webkit-box-shadow: 1px 1px 3px #cacaca;
    box-shadow: 1px 1px 3px #cacaca;
    margin: 0 4px
}

.itemsoon li b {
    width: 96px;
    margin: 0 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form_bord {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    border: 1px solid #5e6d7e;
    background-color: #eff4f6
}

.boxsooninfo {
    display: none;
    padding: 5px 30px
}

.btn-addzakaz a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #02a5c0;
    display: block;
    width: 120px;
    text-align: center;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px
}

.btn-addzakaz a:hover,
.btn-adddd:hover {
    opacity: 0.8
}

.boxlinesoon {
    float: left;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 487px;
    padding: 0 5px;
    margin: 0 0 1px 0
}

.boxlinesoon li {
    float: left;
    padding: 3px 5px
}

.buttons {
    background: #FFF;
    border: 1px solid #9E9E9E;
    color: #666;
    font-family: Verdana, Tahoma, helvetica, sans-serif;
    padding: 0;
    font-size: 11px;
    height: 21px
}

.tablsoon textarea {
    width: 350px;
    padding: 5px
}

.tablsoon input {
    padding: 2px 5px 3px 5px;
    width: 250px;
    margin: 5px 0
}

.btn-adddd {
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #02a5c0;
    display: block;
    width: 100px !important;
    text-align: center;
    padding: 6px 10px 7px 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 0;
    cursor: pointer
}

.btn-gotozak {
    float: left;
    margin: 5px 0 0 15px
}

.reset {
    float: left;
    margin: 10px 0 0 0
}

.reset li {
    list-style: none;
    padding: 0;
    margin: 0
}

.reset li {
    list-style: none;
    padding: 0 0 0 5px;
    margin: 5px 0;
}

.linkserl {
    font-size: 14px;
    color: #000
}

.berroruser {
    float: left;
    margin: 16px 0 0 16px;
    width: 585px;
    padding: 16px;
    height: 60px;
    background-color: rgba(49, 49, 49, 0.804);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px
}

.berroruser a {
    text-decoration: none;
    color: #5ca72b
}

.berroruser a:hover {
    text-decoration: underline
}

.berroruser span {
    float: left;
    width: 580px
}

.no-register {
    float: left;
    height: 13px;
    width: 580px
}

.berroruser-soc {
    float: left;
    margin: 8px 0 0 0;
    padding: 0 0 0 148px
}

.ac-vk,
.ac-fb,
.ac-tw,
.ac-od,
.ac-ma,
.ac-ya {
    height: 21px;
    display: inline-block
}

.ac-vk:hover,
.ac-fb:hover,
.ac-tw:hover,
.ac-od:hover,
.ac-ma:hover,
.ac-ya:hover {
    opacity: 0.9
}

.ac-vk {
    background-position: 0 -32px;
    width: 22px
}

.ac-fb {
    background-position: -22px -32px;
    width: 21px
}

.ac-tw {
    background-position: -43px -32px;
    width: 21px
}

.ac-od {
    background-position: -65px -32px;
    width: 22px
}

.ac-ma {
    background-position: -86px -32px;
    width: 21px
}

.ac-ya {
    background-position: -107px -32px;
    width: 22px
}

.h111 {
    display: block;
    text-align: center;
    padding: 7px 0
}

.btn-nonad {
    float: left;
    background: url(/images/btn-nonad.png) 0 0 no-repeat;
    cursor: pointer;
    display: block;
    width: 307px;
    height: 120px;
    margin: 16px 0 0 13px;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-nonad:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100)
}

.h1-collection {
    padding: 0 0 14px;
    text-align: center;
    float: left;
    width: 100%;
    display: block;
    line-height: normal
}

.collections {
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top
}

.collect {
    width: 180px;
    height: 90px;
    padding: 5px;
    position: relative;
    background: #232020;
    z-index: 2
}

.collections:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 190px;
    height: 100px;
    background: #333335;
    z-index: 1
}

.collections:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 190px;
    height: 100px;
    background: #3d3d42;
    z-index: 0
}

.posterc {
    width: 180px;
    height: 90px;
    display: block;
    overflow: hidden;
    position: relative
}

.posterc img {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90)
}

.collections:hover img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100)
}

.posterc .count {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(35, 32, 32, 0.93);
    padding: 10px 13px;
    font-size: 18px;
    color: #babbbb;
    font-weight: bold;
    border-radius: 0 10px 0 0
}

.namec {
    text-align: center;
    padding: 15px 10px 0;
    width: 176px
}

.namec a {
    color: #babbbb;
    text-decoration: none
}

.collections:hover a {
    color: #fff
}

.waterb {
    display: block
}

.is_stuck {
    padding: 60px 0 0
}

.textfulldescr {
    color: #c3c3c3;
    text-align: left
}

.textfulldescr img {
    border: 3px solid #232323;
    border-radius: 5px;
    margin: 5px 7px 0 0
}

.textfulldescr strong {
    color: #fdfdfd
}

.trailer-line:before {
    content: "трейлер";
    position: absolute;
    bottom: 80px;
    left: -45px;
    display: block;
    height: 17px;
    padding: 0 6px 0 6px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    width: 95px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0 0 3px 3px;
    background: #819418;
    background: -moz-linear-gradient(left, #819418 0%, #97b00a 52%, #75890c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #819418), color-stop(52%, #97b00a), color-stop(100%, #75890c));
    background: -webkit-linear-gradient(left, #819418 0%, #97b00a 52%, #75890c 100%);
    background: -o-linear-gradient(left, #819418 0%, #97b00a 52%, #75890c 100%);
    background: -ms-linear-gradient(left, #819418 0%, #97b00a 52%, #75890c 100%);
    background: linear-gradient(to right, #819418 0%, #97b00a 52%, #75890c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#819418', endColorstr='#75890c', GradientType=1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.serial-line {
    padding: 0 7px 0 0;
    background: #3697bc;
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    height: 20px;
    color: #fff;
    line-height: 19px;
    font-size: 14px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.serial-line2 {
    padding: 0 7px 0 0;
    background: #3697bc;
    position: absolute;
    bottom: 80px;
    right: 9px;
    display: block;
    height: 20px;
    color: #fff;
    line-height: 19px;
    font-size: 14px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.serials .serial-line {
    height: 18px;
    line-height: 18px;
    font-size: 12px
}

.serial-line i:before,
.serial-line2 i:before,
.serial-line i:after,
.serial-line2 i:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #3697bc;
    border-top: 10px solid #3697bc
}

.serials .serial-line i:before,
.serials .serial-line i:after {
    left: -18px;
    border: 9px solid transparent;
    border-right: 9px solid #3697bc;
    border-top: 9px solid #3697bc
}

.serial-line i:after,
.serial-line2 i:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #3697bc;
    border-bottom: 10px solid #3697bc
}

.serials .serial-line i:after {
    border-top: 9px solid transparent;
    border-right: 9px solid #3697bc;
    border-bottom: 9px solid #3697bc
}

.events-page {
    text-align: center;
    font-weight: bold;
    margin: 0 0 12px;
    font-size: 16px
}

.events-page span:before {
    content: "Зарабатывай на сайте размещая комментарии - ";
    color: #24c3ff
}

.events-page a {
    text-decoration: underline;
    color: #ffbd00
}

.events-page a:hover {
    text-decoration: none
}

.events-page a:before {
    content: "подробности."
}


/*! Social Likes v3.0.4 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */

.social-likes,
.social-likes__widget {
    display: inline-block;
    padding: 0;
    vertical-align: middle!important;
    word-spacing: 0!important;
    text-indent: 0!important;
    list-style: none!important
}

.social-likes {
    opacity: 0
}

.social-likes_visible {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.social-likes>* {
    display: inline-block;
    visibility: hidden
}

.social-likes_vertical>* {
    display: block
}

.social-likes_visible>* {
    visibility: inherit
}

.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.social-likes__widget:before,
.social-likes__widget:after {
    display: none!important
}

.social-likes_vertical .social-likes__widget {
    display: block;
    float: left;
    clear: left
}

.social-likes__button,
.social-likes__icon,
.social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility
}

.social-likes__button,
.social-likes__counter {
    display: inline-block;
    margin: 0;
    outline: 0
}

.social-likes__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes__button:before {
    content: "";
    display: inline-block
}

.social-likes__icon {
    position: absolute;
    top: 0;
    left: 0
}

.social-likes__counter {
    display: none;
    position: relative
}

.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
    display: inline-block
}

.social-likes_ready .social-likes__counter_empty {
    display: none
}

.social-likes_vertical .social-likes__widget {
    display: block
}

.social-likes_notext .social-likes__button {
    padding-left: 0
}

.social-likes_single-w {
    position: relative;
    display: inline-block
}

.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0 .11s, opacity .1s ease-in;
    transition: visibility 0s .11s, opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.social-likes__button_single {
    position: relative
}

.social-likes,
.social-likes__widget {
    border: 0;
    font-size: 14px
}

.social-likes__widget {
    line-height: 20px
}

.social-likes {
    min-height: 28px;
    margin: -3px
}

.social-likes,
.social-likes_single-w {
    line-height: 20px
}

.social-likes__widget {
    margin: 3px
}

.social-likes__button,
.social-likes__counter {
    font-family: "Trebuchet MS", "Helvetica Neue", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px
}

.social-likes__button {
    padding: 1px 4px 1px 20px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: border .1s ease-in-out, color .2s ease-in-out;
    transition: border .1s ease-in-out, color .2s ease-in-out
}

.social-likes__icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}

.social-likes__counter {
    margin-left: 7px;
    padding: 1px 4px;
    font-weight: 400;
    color: #666;
    color: rgba(0, 0, 0, .5);
    cursor: default
}

.social-likes__counter:before,
.social-likes__counter:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0
}

.social-likes__counter:before {
    top: 4px;
    left: -6px;
    border: 6px inset transparent;
    border-left: 0;
    border-right: 6px solid;
    border-right-color: inherit;
    opacity: .7
}

.social-likes__counter:after {
    top: 5px;
    left: -4px;
    border: 5px inset transparent;
    border-left: 0;
    border-right: 5px solid
}

.social-likes_vertical {
    margin: -6px -4px
}

.social-likes_vertical .social-likes__widget {
    margin: 6px 4px
}

.social-likes_notext .social-likes__widget {
    margin: 3px 2px
}

.social-likes_notext .social-likes__button {
    width: 16px
}

.social-likes_single {
    margin-top: -16px;
    padding: 6px 6px 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.social-likes__widget_single {
    margin: 0
}

.social-likes__button_single {
    padding-left: 19px;
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #f7f7f7, #e2e2e2);
    background: linear-gradient(to bottom, #f7f7f7, #e2e2e2);
    color: #444;
    border-color: #ccc;
    border-color: rgba(179, 179, 179, .8);
    border-bottom-color: rgba(153, 153, 153, .8)
}

.social-likes__button_single:hover,
.social-likes__widget_active .social-likes__button_single {
    background: #f4f4f4;
    background: -webkit-linear-gradient(top, #f0f0f0, #cfcfcf);
    background: linear-gradient(to bottom, #f0f0f0, #cfcfcf);
    color: #222;
    border-color: #bbb;
    border-bottom-color: #9f9f9f
}

.social-likes__icon_single {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAACmUlEQVR42kySX0hTYRjGn/O3nQ3FTduc1gwsQA1VCgK9iYmBDIjwxvDGO70qVIRUKUTwbiKI6rWgGEOhFAhCJMYIQxiSjIgybIi2tuHcOTv/z9fZCaIH3psPfu/3Pg8PRQiho9vRlxk989SAEaBAWbqlQzd1lMUxHDiaAwGhWbC/A3zg9eiT0VdMmkuPade1MY1oNzRKcxGWCN4Kr+Cr9An+Kr8gWZKQU3MCGLgsyvIV6eLd7bfbHOu55emTVMlng2A5Fn1tfei+3Y3/tfdtD7upXYiyCFqlfcJNIcJeqpfNJmuC4ihMh6fRWN2Is8IZEj8TDtQV6nIWpTIpxE/icFNuqJraxJa0EsnLeUw8mnCgnS87WPy4CEmTHHDjaANttW1I/Uo5XlVDBdEJYUO+kLUaWUWNpwZZKYv5+DzqKuuwEFkAAUE0HkXiNAE350ZRK8JODpzBEZqhGVKGyto/2UdGymD4wTCa/c1o8bdg8N4gSkYJXsGLpkCTMzzLgz08PaR6V3tB8RTs1ODm3SjIhX/BFJUiLq4uMBOeQc+dHudt6s2UxSqGAkVWQFs07O8dD3Mf5pCVsyCEYPlgGbUVtQg3hmGYBmLHMaRzabCmaRKO4mARCwwYTD6cxFpyDePvxp3t5ZOXIkuwLWE9uY6RrREE+aADAgYg6iIG7g+gv7XfmeR5EhQotAfbnQWbR5uYfT+LhqoGWIplg4b5HSZ8AitgK7kFWZUx1DmEjmCHA6QLaawkVhD7HIOH9oCYBKZu/qBCj0PPqjurX9hwkDAEdiGcfta4/yadLWWd3nqveQGCss7zn/ILTOvz1oPccU6neTpADMK4iOuKMRmxJJVEpaSIvMWLLsslWpolm4r5VT6TV+o766N/BBgAW0s6t4L8o7kAAAAASUVORK5CYII=");
    background-position: 2px 3px
}

.social-likes__counter_single {
    background: #f6f6f6;
    border-color: #ddd
}

.social-likes__counter_single:after {
    border-right-color: #f6f6f6
}

.social-likes__button_facebook {
    padding-left: 19px;
    background: #eceef5;
    background: -webkit-linear-gradient(top, #fff, #d8def4);
    background: linear-gradient(to bottom, #fff, #d8def4);
    color: #3b5998;
    border-color: #cad4e7;
    border-color: rgba(202, 212, 231, .8);
    border-bottom-color: rgba(189, 194, 203, .8)
}

.social-likes__button_facebook:hover {
    background: #c0cdf3;
    background: -webkit-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: linear-gradient(to bottom, #f2f3f7, #c0cdf3);
    color: #253860;
    border-color: #b4bfd4;
    border-bottom-color: #b3b7bf
}

.social-likes__icon_facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAFVBMVEVheaw7WZhgeKvr7vT///9FYp5thLQcmmHvAAAAMklEQVQI12NgFAQBAQZBCADTyi4Q2gRKuwii0C4uEHFjF2Os8mA6LC0tzSUtFU5D7QEASU4NS6TAlaUAAAAASUVORK5CYII=");
    background-position: 3px 3px
}

.social-likes__counter_facebook {
    background: #f2f3f7;
    border-color: #cad4e7
}

.social-likes__counter_facebook:after {
    border-right-color: #f2f3f7
}

.social-likes__button_twitter {
    padding-left: 19px;
    background: #d5e6ef;
    background: -webkit-linear-gradient(top, #fff, #d5e6ef);
    background: linear-gradient(to bottom, #fff, #d5e6ef);
    color: #186487;
    border-color: #a4cce5;
    border-color: rgba(164, 204, 229, .8);
    border-bottom-color: rgba(158, 186, 204, .8)
}

.social-likes__button_twitter:hover {
    background: #bfdfed;
    background: -webkit-linear-gradient(top, #f2f8fc, #bfdfed);
    background: linear-gradient(to bottom, #f2f8fc, #bfdfed);
    color: #0b3752;
    border-color: #9cbbcf;
    border-bottom-color: #68a0c4
}

.social-likes__icon_twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAA3lBMVEX///////8AgJ8AgK/////m9fr///8Afa8GgrEAfq8Afa0AgrQAfa2MyuJ7yOUBiL0AhLUAhroCg7YRiLUmncub1+8AgLUWnc////+03u8MqeYChbgmreBpx+oMreuAy+mHzOcksecmseX///////+54/NBvesmtOsKmdAAgLAAib1Pwe0amMjA5fJtxehtyextzO+N1fLW8PkAq+0Ao+EAq+wAod8AkckAjMIApeUApuYAmNIAm9cApOMAqOgAouAAqusAntoAnNgAod4Alc4AjsQAp+cApeQArO4AqenIkFDnAAAAM3RSTlMADBAQd6EkYLOAcJ9garnwn7/hZ+DLMNE8pPvR89n7wYjx80gwruvz+Z/v55/B39/f18d/Bxu1AAAAhUlEQVQIHR3BBQLCMBAEwE0Nd9fi7iFQrFAI5fj/h0iYAQxoZjyWhGEA0QiUxvvo5fIFoOglTJTl/nN4TlJAOpCZ7OLFiYclB6iczsHlGhLRrQqgVufC9wURb0JxWm36+7rQOl1BCu/1oQ2GI0HExzYUczqT9weJuc2gMGu5Wm+2O4tB+QHGhxMRTbwDjQAAAABJRU5ErkJggg==");
    background-position: 3px 5px
}

.social-likes__counter_twitter {
    background: #f2f8fc;
    border-color: #a4cce5
}

.social-likes__counter_twitter:after {
    border-right-color: #f2f8fc
}

.social-likes__button_plusone {
    padding-left: 12px;
    background: #e4e4e4;
    background: -webkit-linear-gradient(top, #f5f5f5, #e4e4e4);
    background: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
    color: #da573b;
    border-color: #bbb;
    border-color: rgba(204, 204, 204, .8);
    border-bottom-color: rgba(179, 179, 179, .8)
}

.social-likes__button_plusone:hover {
    background: #f4f4f4;
    background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: linear-gradient(to bottom, #f9f9f9, #f0f0f0);
    color: #cd4427;
    border-color: #ddd;
    border-bottom-color: #ccc
}

.social-likes__icon_plusone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAA1VBMVEX////w8PDaVzv6+vr29vbijXveaU/s5uXcalHmqp3p5eTfeGLnoJH77erw6ujcYUX39PTlinfhiHXfbVPxysLaWT3u6urbWz/t6enx6efggm78/PzutKfdZUvecVjq4d/kraHcYUb02NLjgWvcZ03gkH7fiXbcYkf33df4+Pj44dzxxLrebVXmu7Lw8PDgdFzgfGbo4+LssqXccVnl1tPcmozdemTcdFznlILaWTzcaE/kzsrik4L48fDsq53219Hhd2DdclvaVzr57Orj09Dqp5jl2daL4EW+AAAAAnRSTlMA+MX1txYAAAB3SURBVAgdLcEDFsMAEEDB341q27ZtbHH/IzV96QzBQDIkLiuKP2yUylKJGBCLAwkpAilcaclkIZcHCiIO6ARw5A5otQb1RhNoabvT7fVxDYajsV7xTGc6X+BZqq7WwGa7s/YHPZ7gfDFM82brA3z8PG198ffWzxcvuAx4n4cZ9wAAAABJRU5ErkJggg==");
    background-position: 0 6px
}

.social-likes__counter_plusone {
    background: #f9f9f9;
    border-color: #d2d2d2
}

.social-likes__counter_plusone:after {
    border-right-color: #f9f9f9
}

.social-likes__button_mailru {
    padding-left: 18px;
    background: #004584;
    background: -webkit-linear-gradient(top, #5d90ba, #004584);
    background: linear-gradient(to bottom, #5d90ba, #004584);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #1e65a5;
    border-color: rgba(11, 84, 153, .8);
    border-bottom-color: rgba(3, 27, 48, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.social-likes__button_mailru:hover {
    background: #001e5d;
    background: -webkit-linear-gradient(top, #618cae, #001e5d);
    background: linear-gradient(to bottom, #618cae, #001e5d);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #094984;
    border-bottom-color: #031b30
}

.social-likes__icon_mailru {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAACXUlEQVR42nyTbUhTYRiGLzU1WxgqfqK5pSkaliASRb8qwLIIIaAQQ4qsAJLof4ghUkhQlJlihq6gyiTBqFQrmuIS0TDNUSubqS3bVHNzW7r1nJgxE3zh4pzD8/G+9/2cF1ZZiz1sXC3u919yCFAoFAmZPiGDcEe4HpDN3IpiKdR4PDzz8yPF+A1D9wDmySnsCdGEZqYSlRRPssRHJZ4rDQYA/L2F4W43L23zxBaWoM0u4Mp3C43pGrpedFObksel4goezMyhUvKWybF3Ur3wlsX8fVRqL7JfgsOCx4dblg7azxymak6HXXj4T6dLj1N3m/cn88j4reen4TGGrDRuAOUFuTT8eoNFafK6huP3ymhTNlJOu8Yyw9aIDQQNGmm7XMxu0RR2opTy3g/UAtMNLajVsfiVnCLf4STw6wRNkrNHZG33/zJOKkBwIH0/rOyYtWHT9VOjFAIAI64F6gEAYiIYBhg1s9l/yIgDIFXN2o8mpkNVqORIbt8RipzopXdxPhLANIHTv66ZPocLpyaOgxVamuwOHItutNJgvdeT9PgoKpaKI8PIFcc9jR30AgS2XKVLMWT8OQdydnJtsh2T1+W/Rr2qRm/rxGFu5alirny/A9YBIIYdMjYzLi7Oy/NscBDnjuZQX3qa+7syqQLylA0Ulz89YTRNwzHfPywgI5nzd8so2rKJJMAkU9CZrVgTY4hQhRC37QiVY5NkTc0yAtQJjgAAwCNO9998hNU6i9PjxhUVjjoxlr02B2GDn7H1DHFBxtkK6IWFFRfDu1IEjZDgxSKMCU3Csin8EWAAcfkVu4j5tGUAAAAASUVORK5CYII=");
    background-position: 1px 2px
}

.social-likes__counter_mailru {
    background: #fff1c2;
    border-color: #ffc70d
}

.social-likes__counter_mailru:after {
    border-right-color: #fff1c2
}

.social-likes_notext .social-likes__icon_mailru {
    background-position: 2px 2px
}

.social-likes__button_vkontakte {
    background: #436f96;
    background: -webkit-linear-gradient(top, #8faecf, #436f96);
    background: linear-gradient(to bottom, #8faecf, #436f96);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #4d84c1;
    border-color: rgba(78, 131, 193, .8);
    border-bottom-color: rgba(52, 88, 127, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.social-likes__button_vkontakte:hover {
    background: #4e80ab;
    background: -webkit-linear-gradient(top, #a2c0df, #4e80ab);
    background: linear-gradient(to bottom, #a2c0df, #4e80ab);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #5788be;
    border-bottom-color: #3b6798
}

.social-likes__icon_vkontakte {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAACFUlEQVR42mL5//8/g4JbDgsDA4MgEMsCsTAQswExIwN28BuI3wPxUyB+DcS/WIAGgBSLBzqbJqWHuWYoSImKcLCzsuEwgOHP33//Hr94+3rzgTPb+xZubQcK3WOQd83m9M3ujPz6/eeP/yQAoFn/KvqXNQL1CzEBTeJ1tdLz4uJgY2cgATAxMjJaG6p7g4IBFBYcPFwcYsgK3n/6+sUwpLwXyLwGxNxAzBLsam5XmujrLSEiIAhTB7SYE0hxggxh/P/vPxMWy44baym9i/Ozy7x+78n1Gav2zGZiYuTqLo4JQlPHyITPxbISwvL+TiaJAc5m0aAYE+DlxuplFjyG/Dtz9d6dqokr6s9cuXvH1lhTODPc1Q6rbXgMYRQW4OHUUZXVAbrG8fDZ6y8Ta6b3f/vx6ycpLmGSFBVUifKyDgVxPnz+dn72mr3Hb95/+txQU1GBaO8A087TExdvn/3w+eun9XtP3WRnY5WTFhcSwO4SRsb/WAzRAXrhOhBPBQWqorSo1aTKxFgxIX50Q/6DDPn5+8+fT8iivNycXIcWNpTD+MCw4eHm5OBAt+Xnrz9/QHkHFLCfj1+4tReUJ+DOY2ZikpMUEYFhbAaAwPV7T0+AgotZQNns74Nnr9+xsjKL6KrKqbOyMLMQSvJ//vz9s27PqcPNM9e1ALmPGKFFASjXSgCxPBDz4SkGYOArED+B4u8AAQYACBLgM8J5VXgAAAAASUVORK5CYII=");
    background-position: 1px 2px
}

.social-likes__counter_vkontakte {
    background: #eaeef3;
    border-color: #afc1d4
}

.social-likes__counter_vkontakte:after {
    border-right-color: #eaeef3
}

.social-likes__button_odnoklassniki {
    padding-left: 17px;
    background: #f6900b;
    background: -webkit-linear-gradient(top, #f6bb6d, #f6900b);
    background: linear-gradient(to bottom, #f6bb6d, #f6900b);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #d99c27;
    border-color: rgba(217, 154, 38, .8);
    border-bottom-color: rgba(197, 137, 7, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.social-likes__button_odnoklassniki:hover {
    background: #f69a21;
    background: -webkit-linear-gradient(top, #fbcc5a, #f69a21);
    background: linear-gradient(to bottom, #fbcc5a, #f69a21);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #f0b22c;
    border-bottom-color: #c59121
}

.social-likes__icon_odnoklassniki {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAQAAACcwS2GAAAA4ElEQVQYGQXBMUsCYQCA4Zc75yS3BoWQSHCK1oaGpjYLAgd3IZwkcOuHNBREEGQI/QFpy/GqranBkNCw8pKD83t7HgCMbXhmwxgAsORIVX22BMDqSvP59CGf6+oagPCtt0dsXBxqWAKw+tGPPZgeaFgC8Hmvzr0LXzodANCtpYmqpkm3Bhhnx52dYfvlfNju7WYnxthSf7NBepn1/VNb3GwtRqqqmib9GhQoP56q6lOXCgXAzTBWcw0TtwGLYazpa28/TTRMLPK2ls/SpFmn0KwvRvnsfR0iqlSIgIgyVaJ/7Q6fqBoqPZcAAAAASUVORK5CYII=");
    background-position: 4px 3px
}

.social-likes__counter_odnoklassniki {
    background: #ffe9be;
    border-color: #d9ab53
}

.social-likes__counter_odnoklassniki:after {
    border-right-color: #ffe9be
}

.social-likes_notext .social-likes__icon_odnoklassniki {
    background-position: 5px 3px
}

.social-likes__button_pinterest {
    padding-left: 20px;
    background: #eee;
    background: -webkit-linear-gradient(top, #fefefe, #d3d3d3);
    background: linear-gradient(to bottom, #fefefe, #d3d3d3);
    color: #c71a28;
    border-color: #bbb;
    border-color: rgba(186, 186, 186, .8);
    border-bottom-color: rgba(153, 153, 153, .8)
}

.social-likes__button_pinterest:hover {
    background: #efefef;
    background: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background: linear-gradient(to bottom, #fff, #d9d9d9);
    color: #c11524;
    border-color: rgba(186, 186, 186, .6);
    border-bottom-color: rgba(153, 153, 153, .6)
}

.social-likes__icon_pinterest {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAABYlBMVEX////CByTCByXCByS+BSC2ACTCBiS/ABXBByXBBiTCBiQAAAC/ACC5ABe0AB7BBiTBCCTBBCPBByW/AADCByTBCCXBCCXCAB/BBiTCBSTBByTBByTBByTBByW6AB3DByTBBiTBBiPCByTCBiW/BiDBBiTCBiO/BiPBBiS/BCK+BSHBByTBCCTBCCW5ACO8ABvCCCTBBiTBBiPCBiOZAAC/ACDCByPABSTCBiTCBiPCBiXBBiTCByTBByTBByLCBiTDCCTCCCTBByTBByXBByXBByXBBiXBByXBBiXCByTBCCWzABq/BiSAAADCBCTBBiXBBiXBByXBByXBByPBBiTCCCTBBiPCBiTBBiPBBSO4ABy/BSLBByXAByTAByW8BiG/BCTBByPCACS/BCPABCTACCOqAADCByLBCCTCCCTCBiTCBiTBByLBBiPCCCTBBiTCCCS+CCLCCCXCByTDCCXCByVy9s/zAAAAcnRSTlMA6ryWNwf9DObPswEQCxHspTqZBI3s6xn8Mo+csesass3a2fooW9Essjwv2+LmFhPpodOnBQjEaarZ2J3UzZR5qqqT1pH7Wq3s1eQKVAJH9Mnf3tuwgbBPe14SNG9NRS5AlxVIOYIGS8aiq6Mly8XXo0OXLlv1AAAA3ElEQVQYGQXBA4IDUAxAwVd763Zt27Zt22byc/+dAQAAAACAsvKIp6p52g8ABHINpmqiQV8CIFCpouvemtpS57whIKey1zQItLSaVUB7UMerzzN19bONDJikWXRLbSUd2mnW1d3Ta3302zfzlh4adjbCqIyRtAkmpyBqMkNG8yRtjt2FWNwjssyKrLLmwhubnq1tsZ1idt8O8JkeHh1zYnbKmViKCxG1S7JX19yETW7hzon476MPj095kRSQ8Irn+cVU1NxrHCD0Fom9m5qTjxIA4LP4VSj8/P4B/APnbDloW0CFhAAAAABJRU5ErkJggg==");
    background-position: 2px 1px
}

.social-likes__counter_pinterest {
    background: #fff5f6;
    border-color: #f0a8ae
}

.social-likes__counter_pinterest:after {
    border-right-color: #fff5f6
}

.alert {
    position: absolute;
    width: 500px;
    height: 500px;
    display: block !important;
    background: url(/images/ie6.jpg) left top no-repeat;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -250px;
    z-index: 100000
}

.alert:hover {}

.bn-otpravit {
    display: block;
    padding: 14px 0 0 0
}

.pm_head input {
    margin: 0 0 0 20px
}

.pm-content {
    padding: 50px 0 0 0
}

.vote-buttom {
    padding: 0px !important;
    margin: 0 0 -25px 0 !important
}

.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
    direction: rtl
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px
}

.jcarousel-skin-ie7 .jcarousel-clip {
    overflow: hidden;
    width: 984px
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    position: relative;
    overflow: hidden;
    width: 990px
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width: 77px;
    height: 245px
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 75px;
    height: 75px;
    border: 1px solid #fff
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 7px;
    margin-right: 0
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {}

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/next-horizontal.gif) no-repeat 0 0
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/css/prev-horizontal.gif)
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/prev-horizontal.gif) no-repeat 0 0
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/css/next-horizontal.gif)
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default
}

.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/next-vertical.gif) no-repeat 0 0
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-vertical:focus {
    background-position: 0 -32px
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/prev-vertical.gif) no-repeat 0 0
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-vertical:focus {
    background-position: 0 -32px
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px
}

.w-sk-jc {
    list-style: none
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 984px;
    padding: 0;
    border: none
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: auto;
    height: auto
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-item {
    width: auto;
    height: auto;
    border: none
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0px;
    margin-right: 0px
}

.w-sk-jc {
    width: 984px;
    margin: 0 auto
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    width: 164px;
    left: 200px;
    line-height: 0
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-item-horizontal img {
    width: 164px;
    height: 230px;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #232323;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-item-horizontal img:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100)
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    right: 10px;
    top: 45px;
    outline: 0;
    width: 154px;
    height: 154px;
    background-image: url(/images/prevnext.png);
    background-repeat: no-repeat;
    background-position: -154px 0px;
    display: block;
    text-indent: -99999px
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -154px -154px
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    left: 10px;
    top: 45px;
    outline: 0;
    width: 154px;
    height: 154px;
    text-indent: -99999;
    background-image: url(/images/prevnext.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    text-indent: -99999px
}

.w-sk-jc .jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: 0px -154px
}

.w-sk-jc .jcarousel-prev-disabled:hover {
    background-position: 0 0 !important
}

.w-sk-jc .jcarousel-next-disabled:hover {
    background-position: -109px 0 !important
}

@media only screen and (min-width: 1000px) {
    .wrapper {
        min-width: 1000px
    }
    .center-block,
    .headbox,
    .footerline {
        width: 1000px
    }
    .btnm-menu,
    .btnm-search {
        display: none
    }
}

@media only screen and (max-width: 1000px) {
    .header {
        height: auto;
        min-height: 80px;
        padding-bottom: 47px
    }
    .header.header-full {
        height: 80px
    }
    .sliderblock,
    .socb,
    .topmenu,
    .searchbar,
    .addfav-browser {
        display: none
    }
    .slider-bg {
        height: 0
    }
    .searchbar-block {
        width: 100%;
        float: left
    }
    .searchbar {
        display: none;
        float: none;
        padding: 15px 65px 15px 15px;
        margin: 0;
        position: relative
    }
    .searchbar li {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 100%
    }
    .btn-search {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        background: #282828 url(/images/btn-srch.png) -32px 0 no-repeat
    }
    .btn-search:hover {
        background: #1c1c1c url(/images/btn-srch.png) -32px -32px no-repeat
    }
    .input-search {
        width: 100%
    }
    .bgcont {
        background: url(/images/cont-bg.png) -14px top repeat-y
    }
    .topmenu {
        float: none;
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #232323 url(/images/slider-bg.png) center top no-repeat;
        z-index: 10;
        width: 180px;
        padding: 22px 10px 0 10px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.51);
        overflow: hidden;
        overflow-y: scroll
    }
    .topmenu li {
        float: none;
        margin: 8px 0
    }
    .topmenu li a {
        float: none;
        text-decoration: none;
        font-size: 18px;
        color: #cecece;
        text-align: left;
        display: block;
        padding: 8px 14px 11px 14px
    }
    .topmenu li a:hover,
    .topmenu li.active a,
    .topmenu li.enterm a,
    .topmenu li.regm a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .topmenu li.enterm a,
    .topmenu li.regm a {
        border: 2px solid #5ca72b;
        color: #88df47
    }
    .footer {
        text-align: center
    }
    .counter {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 15px 20px
    }
    .logo {
        margin: 8px 0 0 60px
    }
    .btnm-close,
    .btnm-menu,
    .btnm-search,
    .btnm-back {
        float: left;
        height: 36px;
        width: 42px;
        text-align: center;
        font-size: 30px;
        cursor: pointer;
        color: #8ab9bc;
        padding: 7px 0 0;
        margin: 5px 10px 0 10px
    }
    .btnm-close,
    .btnm-menu,
    .btnm-search {
        display: block
    }
    .btnm-close,
    .btnm-back {
        margin: 24px 0 0 10px;
        width: auto;
        font-size: 24px;
        line-height: 30px;
        text-align: left
    }
    li.btnm-close {
        margin: 2px 0 18px 0
    }
    .btnm-close i,
    .btnm-back i {
        float: left;
        margin: 1px 10px 0 10px;
        font-size: 30px
    }
    .btnm-menu {
        float: none;
        margin: 0;
        position: fixed;
        top: 6px;
        left: 10px;
        z-index: 10;
        background-color: #343841;
        border-radius: 5px
    }
    .btnm-search {
        color: #3eb135;
        float: right
    }
    .show-block {
        display: block
    }
    .recomended {
        text-align: center
    }
}

@media only screen and (max-width: 810px) {
    .main-sidemenu {
        display: none
    }
    .left-sidebar {
        float: none;
        width: 0;
        margin: 0
    }
    .ondesk,
    .login-cp {
        display: none
    }
    .content {
        padding: 0
    }
    .bgcont {
        background: #514e4e
    }
    .quality {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    .left-menu,
    .cat-block {
        display: none;
        float: none;
        width: 200px;
        position: fixed;
        left: 0;
        top: 0;
        right: auto;
        height: auto;
        bottom: 0;
        background: #232323 url(/images/slider-bg.png) center top no-repeat;
        z-index: 12;
        overflow: hidden;
        overflow-y: scroll
    }
    .cat-menu,
    .cat-menu2 {
        float: left;
        margin: 0 0 10px 0;
        width: 100%
    }
    .cat-menu li,
    .cat-menu2 li {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        width: 100%
    }
    .cat,
    .cat2 {
        margin: 20px 0 20px 22px;
        width: 165px
    }
    .cat-block-bottom {
        display: none
    }
    .btnm-back {
        display: block
    }
    .onmob {
        display: block
    }
    .show-block {
        display: block
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 22px
    }
    .logo {
        margin: 13px 0 0 60px;
        background: url(/images/logo.png) 0 -42px no-repeat;
        height: 32px;
        width: 171px
    }
    .shortstory-img-block {
        float: none;
        margin: 0 auto 16px auto
    }
    .shortstory-content {
        width: 100%;
        display: inline-block
    }
    .shortstory-title {
        padding: 16px
    }
    .date {
        margin: 24px 26px 10px 5px
    }
    .btntosee {
        display: block
    }
    .btntosee a {
        height: 42px;
        width: 100%;
        background: #00a90d url(/images/btntosee.png) center center no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .sh-info-b {
        padding: 0 10px 16px 16px
    }
    .shortstory-title h1,
    .shortstory-title h2 {
        float: none;
        font-size: 18px;
        line-height: 20px;
        padding: 8px 8px 10px 8px
    }
    .frames a {
        width: 200px
    }
    .toseeplayer:after {
        content: "Смотреть"
    }
    .errorplayer:after {
        content: "\f188";
        display: inline-block;
        font: normal normal normal 14px/2 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0)
    }
    .shortstory-title-original {
        text-align: center
    }
    .comment-box a img {
        width: 40px;
        height: 40px
    }
    .userinfo {
        padding: 0
    }
    .userinfo .lcol {
        float: none;
        margin: 0 auto
    }
    .userinfo .lcol .avatar {
        text-align: center
    }
    .tableform select,
    .tableform input {
        width: 148px
    }
    .description .left,
    .description .right {
        float: none;
        margin: 0 0 15px 0;
        width: 100%
    }
}

.playertabs li a {background-color: #5ca72b !important;}

.input-search::placeholder {
  color: white; /* Задаем белый цвет для placeholder */
}