/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Cuprum', arial, verdana, sans-serif;
}
select {
    font-style: italic !important;
    color: #818181 !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    color: #818181;
    font-style: italic;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: 'Cuprum', arial, verdana, sans-serif;
    font-size: 13px;
    background: #f4f4f4;
    line-height: 1.5;
    color: #555;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


.reset {
    list-style: none;
    padding: 0;
    margin: 0;
}


.site {
    background: url('../images/bg.jpg') repeat-x;
    margin-left: -20px;
}

.site-inner {
    background: url('../images/warbg.jpg') no-repeat top center;
    padding-top: 239px;
    padding-left: 20px;
}

.site-inner .main-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 240px;
    display: block;
}

.wrapper {
    margin: 0 auto;
    padding: 26px 33px;
    width: 934px;
    border: 1px solid #b7adad;
    border-bottom: none;
    background: #fff;
}


.header {
    border-bottom: 2px solid #d5d6d7;
    padding-bottom: 28px;
    position: relative;
}

.logo {
    float: left;
    position: relative;
    z-index: 2;
}

.logo a {
    display: block;
    background: #418cd1;
    height: 34px;
    width: 107px;
    padding: 8px 0 0 30px;
}

.main-menu {
    background: #2f3335;
    height: 42px;
    position: relative;
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 43px;
    float: left;
}
.main-menu ul li {
    float: left;
    padding: 0;
    margin: 11px 8px 0 3px;
}
.main-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0 4px 4px 4px;
    display: block;
    text-transform: uppercase;
}
.main-menu ul li:hover > a,
.main-menu ul li a:hover {
    border-bottom: 3px solid #d24747;
}
.main-menu .secondary {
    position: absolute;
    top: 38px;
    left: 143px;
    margin: 0;
}
.main-menu .secondary li {
    padding: 10px 0 0 0;
    margin: 0 17px 0 0;
}
.main-menu .secondary li a {
    padding: 0;
    margin: 0;
    color: #828282;
    font-size: 14px;
    border-bottom: none !important;
}
.main-menu .secondary li a:hover {
    color: #b2b2b2;
}
.main-menu .secondary li.mac a {
    color: #d24747;
}
.main-menu .secondary li.mac a:hover {
    color: #f77b7b;
}


.header .search {
    float: right;
    position: relative;
    background: #fff;
    margin: 10px 18px 0 0;
    height: 23px;
    width: 220px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 1px #2c3032;
    box-shadow: 0 0 1px #2c3032;
}
.search-icon {
    position: absolute;
    left: 7px;
    top: 2px;
    color: #b0b0b0;
    font-size: 14px;
}
.search-text {
    display: block;
    border: none;
    background: none;
    margin: 4px 0 0 24px;
    width: 190px;
    font-size: 12px;
    font-style: italic;
    color: #828282;
}
.search-text:focus {
    outline: none;
}
.search-button {
    display: none;
}

.login-block {
    position: absolute;
    bottom: 4px;
    right: 31px;
}

.profile-btn {
    display: block;
    height: 20px;
    color: #555;
    font-size: 12px;
    overflow: hidden;
    border-radius: 1px;
}
.profile-btn:hover b {
    opacity: .5;
}

.profile-btn b {
    display: block;
    float: left;
    height: 20px;
    padding: 0 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #f4f4f4;
    color: #828282;
    font-size: 12px;
}

.profile-btn img {
    width: 23px;
    height: 20px;
    display: block;
    float: left;
}


.login-btn {
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #828282;
    opacity: .8;
    padding: 4px 6px 3px;
    line-height: 1;
    margin-bottom: 1px;
}
.login-btn:hover {
    opacity: .5;
}

.registration-btn {
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #828282;
    opacity: .8;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 3px 6px 2px;
    margin-left: 5px;
    line-height: 1;
    margin-bottom: 1px;
}

.eng-btn {
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #d24747;
    opacity: .8;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 3px 6px 2px;
    margin-left: 5px;
    line-height: 1;
    margin-bottom: 1px;
}

.registration-btn:hover {
    opacity: .5;
}

.container {
    margin-top: 34px;
}

.content {
    float: left;
    width: 637px;
}

.content .search .bbcodes {
  color: #fff;
  background-color: #d24747;
  border-color: #d43f3a;
}
.content .search .bbcodes:hover,
.content .search .bbcodes:focus,
.content .search .bbcodes:active,
.content .search .bbcodes.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}



.videos-block {
    background: #2f3335;
    color: #fff;
    padding: 10px;
    width: 250px;
    margin-left: 2px;
}
.videos-block-inner {
    overflow: hidden;
}
.videos-block-inner-2 {
    width: 10000px;
}
.video-block {
    float: left;
    width: 250px;
}
.video-block-img a {
    position: relative;
    display: block;
    height: 150px;
    overflow: hidden;
}
.video-block-img a:hover::before {
    opacity: .7;
}
.video-block-img a::before {
    content: '';
    position: absolute;
    display: block;
    width: 108px;
    height: 108px;
    left: 50%;
    top: 50%;
    margin: -54px 0 0 -54px;
    background: url('../images/play.png');
}
.video-block-img img {
    width: 100%;
    height: auto;
}
.video-block-by {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 4px;
}
.video-block-title {
    font-size: 18px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 18px;
}
.video-block-title a {
    text-decoration: none;
}
.video-block-title a:hover {
    color: #dfdfdf;
}
.video-block-content {
    color: #afafaf;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    line-height: 17px;
}

.videos-block-navs {
    overflow: hidden;
    float: left;
    padding: 15px 0 10px 17px;
}
.videos-block-navs span {
    display: block;
    float: left;
    cursor: pointer;
    background: #838383;
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

.videos-block-navs span:hover,
.videos-block-navs span.active {
    background: #418cd1;
}

.videos-block-footer {
    overflow: hidden;
}

.videos-block-title {
    margin-top: 10px;
    float: right;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.popular-block {
    width: 335px;
}

.popular-container {
    margin-top: 18px;
}

.short-article {
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.short-article-img {
    width: 110px;
    height: 70px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 12px;
}

.short-article-img a {
    position: relative;
    display: block;
}
.short-article-img a:hover {
    opacity: .7;
}

.short-article-img img {
    width: 100%;
    height: auto;
    min-height: 70px;
    position: absolute;
}
.short-article-img a::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 2px #999;
    box-shadow: inset 0 0 2px #999;
}

.short-article-title {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.short-article-title a {
    color: #555;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.short-article-title a:hover {
    color: #8c8c8c;
}

.short-article-content {
    color: #555;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
}


.block-title {
    background: #f4f4f4;
    height: 34px;
}
.block-title span {
    text-transform: uppercase;
    padding: 0 19px;
    display: block;
    float: left;
    background: #418cd1;
    color: #fff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
}
.block-title.block-title__red span {
    background: #d24747;
}
.block-title.block-title__big span {
    padding: 0 33px;
}

.content-banner {
    margin-bottom: 10px;
}

.content-separator {
    height: 7px;
    margin: 20px 0 15px;
    background: url('../images/separator.png');
}
.page-separator {
    height: 4px;
    margin: 5px 0;
    background: url('../images/separator-2.png');
}
.page-separator.page-separator-top {
    margin-top: 15px;
}
.page-separator.page-separator-top-1 {
    margin-top: 0;
}

.content-separator.content-separator__top {
    margin-top: 0;
}

.banner-block {
    margin: 18px 0 0 0;
}


.random-container {
    margin-bottom: 19px;
    margin-left: -18px;
}

.random-block {
    position: relative;
    float: left;
    width: 200px;
    height: 122px;
    margin-left: 18px;
    overflow: hidden;
}
.random-block a {
    text-decoration: none;
}
.random-block a:hover .random-block-img {
    opacity: .3;
}
.random-block .random-block-img {
    width: 200px;
    height: 122px;
}

.random-block .random-block-img img {
    width: 200px;
    height: 122px;
}

.random-block .random-block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47,51,53,.5);
    border-bottom: 1px solid #a8aaab;
    color: #f4f4f4;
    font-size: 12px;
    padding: 5px;
}
.random-block a:hover .random-block-title {
    border-bottom: 2px solid #d24747;
    padding-bottom: 4px;
}


.random-block-2 {
    position: relative;
    float: left;
    width: 200px;
    margin-left: 18px;
}
.random-block-2 a {
    text-decoration: none;
    display: block;
    position: relative;
}
.random-block-2 a:hover .random-block-img {
    opacity: .3;
}
.random-block-2 .random-block-img {
    width: 200px;
    height: 122px;
    position: relative;
    display: block;
}

.random-block-2 .random-block-img img {
    width: 200px;
    height: 122px;
}

.random-block-2 .random-block-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47,51,53,.5);
    border-bottom: 1px solid #a8aaab;
    color: #f4f4f4;
    font-size: 12px;
    padding: 5px;
}
.random-block-2 a:hover .random-block-meta {
    border-bottom: 2px solid #d24747;
    padding-bottom: 4px;
}
.random-block-2 .random-block-price {
    font-size: 12px;
    float: right;
}

.random-block-2 .random-block-rating {
    overflow: hidden;
    float: left;
    display: block;
}

.random-block-2 .random-block-rating span {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
}
.random-block-2 .random-block-rating span.on {
    background: url('../dleimages/rating.png') no-repeat 0 -17px;
}
.random-block-2 .random-block-rating span.off {
    background: url('../dleimages/rating.png') no-repeat 0 0;
}

.random-block-2 .random-block-title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.random-block-2 .random-block-title a {
    display: inline;
    text-transform: uppercase;
}
.random-block-2 .random-block-title a:hover {
    color: #8c8c8c;
}
.random-block-2 .random-block-content {
    text-align: justify;
    position: relative;
}
.random-block-2:first-child .random-block-content::before {
    display: none;
}
.random-block-2 .random-block-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    height: 30px;
    width: 1px;
    background: #e6e6e6;
}

.news-feed {
    position: relative;
}


.newsfeed-block {
    overflow: hidden;
    border-bottom: 1px solid #e0e1e1;
    padding: 20px 0 7px 0;
}

.newsfeed-block-img {
    width: 180px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.newsfeed-block-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.newsfeed-block-img img {
    width: 100%;
    height: auto;
}
.newsfeed-block-img a::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 2px #999;
    box-shadow: inset 0 0 2px #999;
}
.newsfeed-block-title a {
    font-size: 16px;
    color: #2f3335;
    text-decoration: none;
    text-transform: uppercase;
}
.newsfeed-block-title a:hover {
    color: #8c8c8c;
}
.newsfeed-block-content {
    line-height: 17px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    margin-top: 2px;
    float: right;
    width: 440px;
    
}

.newsfeed-author,
.newsfeed-developby {
    float: left;
    font-size: 11px;
    color: #555;
    margin: 3px 0 0 0;
    padding: 4px 5px 0;
    border-top: 1px solid #efefef;
}

.newsfeed-author {
    float: right;
}

.newsfeed-author span,
.newsfeed-developby span {
    color: #418cd1;
}
.newsfeed-author a,
.newsfeed-developby a {
    text-decoration: none;
}

.newsfeed-meta {
    font-size: 11px;
    color: #555;
    margin-top: 4px;
}
.newsfeed-meta .blue {
    color: #418cd1;
}
.newsfeed-meta-left {
    float: left;
    width: 180px;
    margin-top: -6px;
    line-height: 15px;
}
.newsfeed-meta-left span {
    text-transform: uppercase;
}
.newsfeed-meta-left a {
    text-decoration:none;
}
.newsfeed-meta-right {
    float: right;
    width: 440px;
    border-top: 1px solid #efefef;
    padding: 7px 0 0;
}

.newsfeed-meta-platform {
    float: right;
    margin: 0 3px 0 0;
}

.newsfeed-meta-rating {
    position: relative;
    float: left;
    margin-left: 10px;
}
.newsfeed-meta-rating .game-review-rating {
    position: relative;
    bottom: 0;
    left: 0;
}

.edit a {
    background: #f4f4f4;
    border: 1px solid #e0e1e1;
    border-radius: 3px;
    color: #8f8f8f;
    font-size: 11px;
    padding: 2px 4px;
    display: block;
    float: left;
    line-height: 1;
    margin-left: 4px;
}



.other-newsfeed {
    margin: 20px 0 0;
}
.other-newsfeed-title {
    color: #d24747;
    font-size: 14px;
    text-transform: uppercase;
}

.other-newsfeed ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 50%;
}
.other-newsfeed ul li {
    padding: 0;
    margin: 0;
}
.other-newsfeed a {
    color: #2f3335;
    text-decoration: none;
    font-size: 13px;
}
.other-newsfeed a:hover {
    color: #8c8c8c;
}



.page {

}

.page-title {
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
    background: #f4f4f4;
    border-left: 34px solid #418cd1;
    margin: 20px 0;
    padding: 5px 15px;
}
.page-title h1 {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
}

.page-content {
    font-size: 14px;
}

.page-content a {
    color: #418cd1;
    text-decoration: none;
}

.page-rating-block {
    margin-top: 15px;
    border-top: 2px solid #5da8ec;
    position: relative;
    padding: 8px;
    font-size: 14px;
    color: #5da8ec;
}

.site-rating {
    background: #5da8ec;
    position: absolute;
    width: 123px;
    height: 26px;
    top: 0;
    right: 0;
    padding: 1px 0 0 10px;
}
.site-rating::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27px 27px 0;
    border-color: transparent #5da8ec transparent transparent;
}

.site-rating span {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}
.site-rating span.off {
    display: none;
}

.page-line {
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #e0e1e1;
}

.page-meta {
    background: url('../images/post-meta-bg.png');
    padding: 10px;
    overflow: hidden;
}

.page-meta-title {
    color: #2f3335;
    font-size: 16px;
    opacity: .8;
    margin: 5px 0 0 0;
    line-height: 1;
}
.page-meta-dev {
    color: #46494b;
    font-size: 12px;
    opacity: .7;
    margin: 5px 0;
}
.page-meta-dev span {
    color: #418cd1;
    text-transform: uppercase;
}
.page-meta-badge {
    overflow: hidden;
}
.page-meta-badge img {
    display: block;
    float: left;
    margin-right: 5px;
}

.page-meta-content {
    float: left;
}


.page-tags {
    overflow: hidden;
    text-indent: -9999px;
    border-top: 1px solid #e0e1e1;
    padding: 10px;
    padding-bottom: 0;
    margin-top: 10px;
}
.page-tags a {
    padding: 5px 10px;
    line-height: 1;
    text-indent: 0;
    background: #f4f4f4;
    font-size: 12px;
    color: #b4b8bb;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    display: block;
    text-decoration: none;
    float: left;
    margin: 0 5px 0 0;
}
.page-tags a:hover {
    opacity: .6;
}


.page-meta-img {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 10px 0 0;
}
.page-meta-img img {
    width: 65px;
    height: 65px;
    border-radius: 14px;
}

.page-meta-img-mac {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #cacaca;
}
.page-meta-img-mac img {
    width: 62px;
    height: 62px;
    margin: 1px 0 0 1px;
    border-radius: 50%;
}

.page-meta-info {
    float: right;
    margin: 20px 10px 0 0;
}
.page-meta-price {
    float: left;
}
.page-meta-price a {
    display: block;
    float: right;
    color: #418cd1;
    background: #fff;
    border: 1px solid #418cd1;
    width: 78px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
    margin: 1px 0 0 0;
    text-decoration: none;
}
.page-meta-price a:hover {
    opacity: .8;
}
.page-meta-price.page-meta-price-pc a {
    color: #807e7c;
    border: 1px solid #807e7c;
}

.page-meta-favorite {
    float: left;
    margin-left: 15px;
}

.post-info {
    font-size: 12px;
    opacity: .8;
}
.post-info a {
    text-decoration: none;
}
.banner-place {
    background: #fdfdfd;
    border: 1px solid #f1efef;
    padding: 1px;
    text-align: center;
    color: #939393;
    font-size: 11px;
}

.post-share {
    margin: -3px 0 1px 0;
}
.post-share .b-share-icon {
    width: 51px;
    height: 19px;
}
.post-share .b-share-icon.b-share-icon_twitter {
    background: url('../images/share-tweet.png');
}
.post-share .b-share-icon.b-share-icon_facebook {
    background: url('../images/share-like.png');
}
.post-share .b-share-icon.b-share-icon_gplus {
    background: url('../images/share-plus.png');
}
.post-share .b-share__handle {
    padding: 0 !important;
    margin-right: 5px;
}



.comment {
    
}
.comment-avatar {
    float: left;
    position: relative;
    overflow: hidden;
    width: 74px;
    height: 74px;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    margin-right: 10px;
}
.comment-avatar img {
    width: 100%;
    height: auto;
}
.comment-content {
    float: right;
    width: 550px;
}
.comment-header {
    font-size: 12px;
    font-style: italic;
}
.comment-header a {
    color: #418cd1;
    text-decoration: none;
}
.comment-text {
    
}
.comment-text .bb-editor {

}

.comedit {
    float: right;
}
.selectmass {
    float: left;
    margin: 2px 0 0 0;
}
.comedit ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

.comedit li {
    padding: 0;
    margin: 0 0 0 5px;
    float: left;
    color: #418cd1;
}
.comedit li a {
    text-decoration: none;
    color: #418cd1;
    font-style: italic;
    font-size: 12px;
}
.comedit li.del a {
    color: #d24747;
}


.add-comment {
    margin-top: 25px;
    width: 505px;
}

.add-comment-title {
    font-style: italic;
    font-size: 12px;
}

.add-comment-form {
    margin-left: 40px;
    margin-top: 10px;
}

.add-comment-header {
    
}
.add-comment-header input {
    border: 1px solid #cdcdcd;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    display: block;
}
.add-comment .editorcomm {
    margin-bottom: 10px;
}
.add-comment .fbutton {
    float: right;
    border: 1px solid #c2c2c2;
    background: #f4f4f4;
    border-radius: 3px;
    color: #7f7e7d;
    font-size: 12px;
    font-style: italic;
    padding: 5px 35px;
}
.add-comment .fbutton.top {
    margin-top: -35px;
}


.related-news {
    margin: 5px 0;
}
.related-news-title {
    color: #6c6e6f;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0;
    height: 10px;
    background: url('../images/post-meta-bg.png');
}
.related-news-title span span {
    display: none;
}
.related-news-title span {
    border-left: 4px solid #418cd1;
    margin-top: -5px;
    padding: 0 10px 0 10px;
    display: block;
    float: left;
    background: #fff;
}

.related-news-content {
    margin: 10px 0 0 -17px;
    overflow: hidden;
	height:84px;
}

.related-post {
    float: left;
    width: 201px;
    height: 74px;
    margin-left: 17px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.related-post a:hover img {
    opacity: .4;
}
.related-post img {
    width: 201px;
    min-height: 74px;
}
.related-post span span {
    display: none;
}
.related-post span {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    padding: 3px;
    display: block;
    line-height: 1;
    color: #fff;
    background: url('../images/dark-square-bg.png');
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
}



.user-page {
    
}

.user-page-title {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 8px;
    margin-bottom: 2px;
}
.user-page-title span {
    color: #418cd1;
}

.user-page-avatar {
    float: left;
    width: 86px;
    height: 86px;
    margin: 16px 15px 15px 28px;
}
.user-page-avatar img {
    width: 86px;
    height: 86px;
}

.user-page-info {
    font-size: 12px;
    color: #2f3335;
    opacity: .8;
    line-height: 14px;
    margin: 15px 0 0 0;
}

.user-page-footer {
    border-top: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    padding: 5px 0;
    margin: 0 0 0 26px;
}

.user-page-msglinks {
    width: 90px;
    padding: 0 7px 0 0;
    margin-right: 5px;
    float: left;
    border-right: 1px solid #dddedf;
}
.user-page-msglinks a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.user-page-msglinks a:last-child {
    margin-bottom: 0;
}
.user-page-block {
    float: left;
    border-right: 1px solid #dddedf;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 7px;
    font-size: 12px;
    color: #2f3335;
    opacity: .8;
    line-height: 14px;
    width: 135px;
}
.user-page-block-first {
    width: 236px;
    padding-left: 0;
}
.user-page-options {
    float: right;
}
.user-page-options a {
    display: block;
    margin-bottom: 4px;
}
.user-page-options a:last-child {
    margin-bottom: 0;
}

.online {
    color: #418cd1;
}
.offline {
    color: #d24747;
}

.stats {
    margin: 16px 0 36px 24px;
}
.stats-title {
    color: #666;
    font-size: 18px;
    opacity: .6;
    margin: 0 0 20px;
}
.stats-title a {
    display: inline-block;
    margin-left: 26px;
    font-size: 16px;
}
.stats-content {
    margin: 28px 0 0 10px;
    width: 600px;
    text-align: center;
}

.page-user-edit {
    margin: 15px 0 8px;
}
.label-row {
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.label-row #result-registration {
    clear: both;
}
.label-row .label {
    font-size: 12px;
    color: #818181;
    text-transform: uppercase;
    background: #f4f4f4;
    border: 1px solid #b2b1b1;
    float: left;
    width: 76px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}
.label-row .label.label-one {
    border-radius: 3px;
    width: auto;
    padding: 0 5px;
}
.label-row .f_input {
    font-size: 12px;
    background: #fff;
    border: 1px solid #b2b1b1;
    border-left: 0;
    float: left;
    padding: 0 5px;
    width: 190px;
    height: 21px;
    border-radius: 0 3px 3px 0;
    margin-bottom: 5px;
}
.label-row .f_input select {
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
    background: none;
    border: none;
    width: 100%;
    height: 19px;
    font-style: italic;
    color: #818181;
}
.label-row .f_textarea {
    font-size: 12px;
    background: #fff;
    border: 1px solid #b2b1b1;
    float: left;
    padding: 5px;
    width: 290px !important;
    border-radius: 0 3px 3px 0;
    margin-bottom: 5px;
    margin-left: -1px;
}

.label-row .checkbox {
    clear: both;
    margin-left: 79px;
    font-size: 11px;
    font-style: italic;
}

.whitelist {

}
.whitelist textarea {
    border: 1px solid #c6c5c5;
    border-radius: 3px;
    resize: none;
    width: 192px;
    height: 50px;
    padding: 10px;
}
.whitelist .label {
    float: left;
    width: 104px;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .8;
}
.whitelist .label span {
    color: #418cd1;
}
.whitelist .whitelist-msg {
    display: block;
    color: #d24747;
    font-size: 12px;
    margin: 9px 0 20px 3px;
    line-height: 13px;
}

.avatar-fileupload {
    overflow: hidden;
}
.avatar-fileupload .label {
    font-size: 12px;
    text-transform: uppercase;
    background: #f4f4f4;
    border: 1px solid #b2b1b1;
    float: left;
    width: 76px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}
.avatar-fileupload .f_input {
    font-size: 12px;
    background: #fff;
    border: 1px solid #b2b1b1;
    border-left: 0;
    float: left;
    padding: 0 5px;
    width: 190px;
    height: 21px;
    border-radius: 0 3px 3px 0;
    margin-bottom: 5px;
}
.avatar-fileupload .checkbox {
    clear: both;
    margin-left: 57px;
    font-size: 12px;
    font-style: italic;
}
.user-save {
    border-top: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    padding: 7px 26px;
    margin: 19px 0;
}

.user-options-block {
    border-right: 1px solid #dddedf;
    padding-right: 25px;
}
.user-advenced-options {
    width: 310px;
    padding-left: 20px;
    margin-top: 5px;
}
.user-advenced-options .checkbox {
    margin: -10px 0 11px 26px;
    text-transform: uppercase;
}
.user-advenced-options span {
    font-size: 12px;
}



.pm_status {

}
.pm_status_head {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.pm_status_content {
    font-style: italic;
    font-size: 12px;
    text-transform: none;
}
.pm_status_content .blue {
    color: #418cd1;
}

.pm_nav {
    padding: 10px;
}
.pm_nav a {
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 8px 0;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Cuprum', arial, verdana, sans-serif;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
  background-color: #d24747;
  border-color: #d43f3a;
}
.pm_nav a:hover,
.pm_nav a:focus,
.pm_nav a:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.sidebar {
    float: right;
    width: 270px;
}

.widget {
    margin-bottom: 20px;
}

.widget-title {
    background: #d24747;
    color: #fff;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 17px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.widget-bordered {
    border: 1px solid #e0e0e0;
}
.widget-bordered .widget-title {
    border-bottom: 1px solid #e0e0e0;
}

.widget-title .all-vote {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}

.widget-poll {
    padding: 10px;
    text-transform: uppercase;
}
.widget-poll .btn.btn-biggest {
    margin: -5px 7px 5px;
    padding: 3px 24px 1px !important;
}

.widget-poll #dle-vote {
    margin-left: 5px;
}

.widget-tabs .tabs {
    
}
.widget-tabs .tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-tabs .tabs li {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.widget-tabs .tabs a {
    display: block;
    background: #418cd1;
    color: #fff;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: relative;
}
.widget-tabs .tabs a:hover {
    background: #67a3da;
}
.widget-tabs .tabs .active a {
    background: #67a3da;
    cursor: default;
}
.widget-tabs .tabs .active a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    margin-left: -2px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #67a3da transparent transparent transparent;
}
.widget-tabs .tab {
    display: none;
    padding-top: 10px;
    overflow: hidden;
}
.widget-tabs .tab.active {
    display: block;
}

.widget-reciver {
    overflow: hidden;
    padding: 10px;
}

.widget-reciver label {
    color: #555;
    font-size: 12px;
    font-style: italic;
    display: block;
    cursor: pointer;
    opacity: .7;
}

.widget-reciver input {
    border: 1px solid #b7adad;
    background: #fff;
    border-radius: 5px 0 0 5px;
    height: 25px;
    padding: 0 5px;
    float: left;
    display: block;
    margin-right: 5px;
}
.widget-reciver button {
    color: #fff;
    height: 27px;
    padding: 0 5px;
    float: left;
    display: block;
    background: #418cd1;
    border: 1px solid #b7adad;
    border-radius: 0 5px 5px 0;
    font-family: 'Cuprum', arial, verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}


.game-review {
    overflow: hidden;
    margin-top: 12px;
    width: 270px;
}

.game-review-img {
    width: 65px;
    height: 65px;
    float: left;
    padding: 0 4px 11px;
    border-bottom: 1px solid #418cd1;
}
.game-review-img img {
    width: 65px;
    height: 65px;
    border-radius: 14px;
}

.game-review-content {
    float: right;
    width: 191px;
    height: 65px;
    padding: 0 0 11px 6px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.game-review-title {
    color: #2f3335;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    opacity: .8;
}
.game-review-title a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-review-title a:hover {
    color: #8c8c8c;
}

.game-review-dev {
    color: #46494b;
    font-size: 12px;
    opacity: .7;
}
.game-review-dev span {
    color: #4790d2;
}

.game-review-price {
    display: block;
    float: right;
    color: #418cd1;
    border: 1px solid #418cd1;
    width: 78px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
    margin: 6px 5px 0 0;
    text-decoration: none;
}
.game-review-price:hover {
    color: #67a3da;
    border-color: #67a3da;
}

.game-review-badge {
    margin: 0;
    line-height: 1;
    float: left;
}

.game-review-rating {
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.game-review-rating span {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
}
.game-review-rating span.on {
    background: url('../dleimages/rating.png') no-repeat 0 -17px;
}
.game-review-rating span.off {
    background: url('../dleimages/rating.png') no-repeat 0 0;
}


.mac-appstore {
    overflow: hidden;
    margin-top: 12px;
    width: 270px;
}

.mac-appstore-img {
    width: 65px;
    height: 65px;
    float: left;
    padding: 0 4px 11px;
    border-bottom: 1px solid #418cd1;
}
.mac-appstore-img a {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #cacaca;
}
.mac-appstore-img img {
    width: 62px;
    height: 62px;
    margin: 1px 0 0 1px;
    border-radius: 50%;
}

.mac-appstore-content {
    float: right;
    width: 191px;
    height: 65px;
    padding: 0 0 11px 6px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.mac-appstore-title {
    color: #2f3335;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    opacity: .8;
}
.mac-appstore-title a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mac-appstore-title a:hover {
    color: #8c8c8c;
}

.mac-appstore-dev {
    color: #46494b;
    font-size: 12px;
    opacity: .7;
}
.mac-appstore-dev span {
    color: #4790d2;
}

.mac-appstore-price {
    display: block;
    float: right;
    color: #418cd1;
    border: 1px solid #418cd1;
    width: 78px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
    margin: 6px 5px 0 0;
    text-decoration: none;
}
.mac-appstore-price:hover {
    color: #67a3da;
    border-color: #67a3da;
}

.mac-appstore-badge {
    margin: 0;
    line-height: 1;
    float: left;
}

.mac-appstore-rating {
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.mac-appstore-rating span {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
}
.mac-appstore-rating span.on {
    background: url('../dleimages/rating.png') no-repeat 0 -17px;
}
.mac-appstore-rating span.off {
    background: url('../dleimages/rating.png') no-repeat 0 0;
}

.widget-content-slider {
    overflow: hidden;
    width: 270px;
}

.widget-content-inner {
    width: 10000px;
}

.widget-content-block {
    float: left;
    width: 270px;
}

.widget-block-navs {
    overflow: hidden;
    float: right;
    padding: 13px 13px 0 0;
}
.widget-block-navs span {
    display: block;
    float: left;
    cursor: pointer;
    background: #838383;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
}

.widget-block-navs span:hover,
.widget-block-navs span.active {
    background: #418cd1;
}

.coming-soon {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.coming-soon.first .coming-soon-img {
    display: block;
}
.coming-soon-img {
    overflow: hidden;
    position: relative;
    display: none;
    height: 160px;
}
.coming-soon-img a:hover img {
    opacity: .8;
}
.coming-soon-img img {
    width: 100%;
    min-height: 160px;
}
.coming-soon-img::before {
    background: url('../images/new.png');
    width: 80px;
    height: 76px;
    position: absolute;
    content: '';
    right: -2px;
    top: 0;
    z-index: 2;
}
.coming-soon-title {
    font-size: 16px;
    color: #2f3335;
    padding: 7px 0 5px 0;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.coming-soon-title a {
    text-decoration: none;
}
.coming-soon-title a:hover {
    color: #8c8c8c;
}
.coming-soon-text {
    color: #555;
    font-size: 14px;
}


.game-release {
    overflow: hidden;
    margin-top: 12px;
}

.game-release-img {
    width: 65px;
    height: 65px;
    float: left;
    padding: 0 4px 11px;
    border-bottom: 1px solid #418cd1;
    position: relative;
}
.game-release-img img {
    width: 65px;
    height: 65px;
    border-radius: 14px;
}

.game-release-content {
    float: right;
    width: 191px;
    height: 65px;
    padding: 0 0 11px 6px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.game-release-title {
    color: #2f3335;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    opacity: .8;
}
.game-release-title a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-release-title a:hover {
    color: #8c8c8c;
}

.game-release-dev {
    color: #46494b;
    font-size: 12px;
    opacity: .7;
}
.game-release-dev span {
    color: #4790d2;
}

.game-release-price {
    display: block;
    float: right;
    color: #418cd1;
    border: 1px solid #418cd1;
    width: 78px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
    margin: 6px 5px 0 0;
    text-decoration: none;
}
.game-release-price:hover {
    color: #67a3da;
    border-color: #67a3da;
}

.game-release-badge {
    margin: 0;
    line-height: 1;
    float: left;
}

.game-release-date {
    color: #46494b;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: 6px;
    opacity: .6;
}




.navigation {
    margin-top: 35px;
    text-align: center;
    background: url('../images/separator-2.png') repeat-x top left;
}

.navigation-inner {
    padding: 10px;
    background: url('../images/separator-2.png') repeat-x bottom left;
}

.navigation span,
.navigation a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 2px;
}

.navigation span {
    background: #418cd1;
    color: #fff;
}
.navigation a {
    background: #f4f4f4;
    color: #5a5d60;
    text-decoration: none;
}
.navigation a:hover {
    background: #418cd1;
    color: #fff;
}



.footer {
    width: 1000px;
    margin: 0 auto;
    background: #2f3335;
    color: #fff;
    border: 1px solid #dedddd;
    border-bottom: none;
}

.footer-menu {
    margin: 0 3px;
    padding: 15px 0 14px 29px;
    border-bottom: 1px solid #4f5253;
    position: relative;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.footer-menu ul li {
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-menu ul li a {
    text-decoration: none;
}
.footer-menu ul li a:hover {
    color: #cdcdcd;
}
.footer-menu ul li.find-bug a {
    color: #d24747;
}
.footer-menu ul li.find-bug a:hover {
    color: #e87171;
}

.footer-social {
    position: absolute;
    right: 32px;
    top: 13px;
}
.footer-social a {
    border-radius: 50%;
    background: #474a4b;
    color: #2f3335;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 8px;
}
.footer-social a:hover {
    background: #a2a2a2;
}

.footer-container {
    background: url('../images/footer-shadow.png') no-repeat top center;
    padding: 20px 33px;
    position: relative;
}

.footer-secondary-menu {
    
}
.footer-secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
    overflow: hidden;
}
.footer-secondary-menu ul li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid #3f4344;
}
.footer-secondary-menu ul li a {
    text-decoration: none;
    color: #b9bbbf;
    opacity: .5;
}
.footer-secondary-menu ul li a:hover {
    color: #e6e6e6;
    opacity: 1;
}
.footer-secondary-menu ul li:last-child {
    border: none;
    padding-right: 0;
}

.site-app {
    float: left;
    margin: 23px 0 0 0;
    font-size: 12px;
    padding: 0 51px 0 0;
    text-align: right;
}
.site-app a {
    display: block;
}

.age-limit {
    background: url('../images/age-limit.png');
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 24px;
    right: 34px;
}

.footer-description {
    color: #b9bbbf;
    font-size: 10px;
    font-family: tahoma, sans-serif;
    width: 400px;
    margin: 14px 0 0 0;
    line-height: 12px;
}

.footer-bottom {
    position: relative;
    margin: 0 3px;
    padding: 7px 0 10px 6px;
    border-top: 1px solid #4f5253;
}

.footer-logo {
    position: absolute;
    top: 7px;
    left: 30px;
}

.footer-logo a {
    display: block;
    width: 79px;
    height: 18px;
    background: url('../images/footer-logo.png') no-repeat;
}
.footer-logo a:hover {
    background-position: 0 100%;
}

.copyright {
    font-size: 10px;
    text-align: center;
}

.counters {
    position: absolute;
    right: 31px;
    top: 6px;
}



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.modal.modal-video {
    display: block;
}
.modal.modal-video .modal-window  {
    display: block;
    width: 800px;
    height: 418px;
    margin-top: -209px;
    margin-left: -400px;
}
.modal-bg {
    position: absolute;
    background: #fff;
    opacity: .3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.modal-window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -98px 0 0 -192.5px;
    width: 385px;
    height: 196px;
    background: #fff;
    border: 1px solid #cacaca;
}
.modal-window-top {
    height: 8px;
    border-bottom: 1px solid #cacaca;
    background: #418cd1;
}
.modal-window-bottom {
    height: 8px;
    border-top: 1px solid #cacaca;
    background: #418cd1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-user .modal-header {
    font-size: 14px;
    font-weight: bold;
    width: 130px;
    text-align: center;
    margin: 5px 0;
}

.modal-user .loginava {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #989898;
    width: 90px;
    height: 90px;
    margin: 0 20px 10px;
    float: left;
}
.modal-user .loginava a:hover {
    opacity: .8;
}
.modal-user .loginava img {
    width: 90px;
    height: 90px;
}
.modal-user .login-links {
    padding-left: 15px;
    border-left: 1px solid #d5d6d7;
    float: left;
    font-size: 13px;
    opacity: .8;
    line-height: 17px;
}
.modal-user .login-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-user .login-links ul li {
    padding: 0;
    margin: 0;
}
.modal-user .login-links ul li a {
    text-decoration: none;
}
.modal-user .login-links ul li.blue a {
    color: #418cd1;
}
.modal-user .login-links a:hover {
    color: #9e9e9e;
}
.modal-user .modal-footer {
    padding: 11px 5px 11px 20px;
    padding-right: 0;
}
.modal-user .modal-footer-desc {
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
    width: 249px;
    border-left: 1px solid #d5d6d7;
    float: right;
    line-height: 1.5;
}

.modal-login-form {
    width: 193px;
    margin: 39px auto;
}
.modal-login-form .input-text {
    display: block;
    border: 1px solid #cacaca;
    background: #fff;
    width: 181px;
    padding: 5px;
    margin-bottom: 5px;
}
.modal-login-form button {
    display: block;
    border: none;
    font-family: 'Cuprum', arial, verdana, sans-serif;
    background: #d24747;
    color: #fff;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 5px 1px;
}
.modal-footer {
    border-top: 1px solid #d5d6d7;
    margin: 0 1px;
    line-height: 1;
    padding: 5px;
    padding-right: 0;
}
.modal-links {
    float: left;
    line-height: 1;
    width: 130px;
}
.modal-links a {
    text-decoration: none;
    font-size: 12px;
}
.modal-links a.red {
    color: #d24747;
}
.modal-footer p {
    float: left;
    width: 240px;
    display: block;
    opacity: .8;
    font-size: 11px;
    border-left: 1px solid #d5d6d7;
    margin: 4px -10px 0 2px;
    padding:  0 0 0 5px;
}

.modal-loginava {

}


.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}

.table {
    display: table;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #dc6166;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}







.bbcodes,
.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 8px 0;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Cuprum', arial, verdana, sans-serif;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn.btn-large {
    padding: 1px 36px 0 !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.bbcodes:focus,
.bbcodes:active:focus,
.bbcodes.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.bbcodes:hover,
.bbcodes:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.bbcodes:active,
.bbcodes.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.bbcodes.disabled,
.bbcodes[disabled],
fieldset[disabled] .bbcodes {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #555;
  background-color: #f4f4f4;
  border-color: #e0e0e0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #418cd1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d24747;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

body > iframe {display:none;}
#dle_recaptcha {margin-bottom:10px;}
.page-content img {max-width:300px;}

.minion {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -27px;
    z-index: 10;
}
.minion-open {
    
}
.contest-block-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #418cd1;
    border-radius: 50%;
    border: 1px solid #418cd1;
    height: 20px;
    width: 20px;
    padding: 0 1px 0 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.contest-block-close:hover {
    opacity: .7;
}
.contest-game {
    font-size: 14px;
    text-transform: uppercase;
}
.contest-game img {
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}
.contest-block a {
    text-decoration: none;
}
.contest-block a:hover {
    opacity: .7;
}
.contest-block p a {
    color: #418cd1;
}
.contest-block span {
    color: #d24747;
    display: block;
    font-size: 14px;
    text-align: center;
}
.contest-block {
    position: absolute;
    padding: 15px 20px;
    background: #f4f4f4;
    top: -30px;
    right: 70px;
    width: 234px;
    border: 1px solid #67a3da;
    font-size: 12px;
    border-radius: 3px;
}
.contest-block::after {
    content: '';
    right: -6px;
    top: 44px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #67a3da;
    z-index: 11;
}
.contest-block::before {
    content: '';
    right: -5px;
    top: 45px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #f4f4f4;
    z-index: 12;
}