body {
    /*background: url("../images/bg-top.jpg") top center no-repeat,
                url("../images/bg-repeat.jpg") top center repeat-y #020007;
    padding-top: 300px;*/
    background: url("../images/bg-link.jpg") top center no-repeat #000000;    
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
    min-width: 320px;
    padding-top: 300px;
}

b,
strong {
    font-weight: bold;
}
/** меню **/

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(255, 255, 255, 0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}
.sidr ul li ul li:last-child {
    border-bottom: none
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}
.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px
}
.sidr form {
    margin: 0 15px
}
.sidr label {
    font-size: 13px
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}
.sidr input[type=button],
.sidr input[type=submit] {
    color: #333;
    background: #fff
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.9)
}

#mobile-header {
    display: none;
}
#navigation>ul>li:first-child:hover a {} #navigation>ul>li:last-child ul {
    right: 0;
    left: auto;
}
#navigation ul:after {
    content: "";
    display: table;
    clear: both;
}
#navigation>ul>li {
    float: left;
}
#navigation ul li {
    text-align: center;
}
#navigation a {
    font-size: 18px;
    line-height: 60px;
    display: block;
    font-family: 'Verdana', sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 0 22px;
}

#navigation ul ul {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 99;
    visibility: hidden;
    min-width: 160px;
    display: none;
}
#navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
    display: block;
}
#navigation ul li ul li {
    min-width: 200px;
}
#navigation ul li ul li a {
    border-bottom: none!important;
    background-color: none!important;
}
#navigation ul li ul li {} #navigation ul li ul li:first-child {
    border: 0;
}

#navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    padding: 0 18px;
    text-align: left;
    border-right: 0;
}

#story {
    width: 310px;
    height: 55px;
    background: none;
    border: none;
    color: #ddd;
    padding: 10px;
}
.activebutton {
    background: #cc3939;
    color: #fff;
}
.activebutton #responsive-menu-button {
    color: #fff;
}
.sidr-class-fa-search {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidr-class-fa-search:before {
    content: "\f002";
}
.sidr-class-formsearch {
    position: relative;
}
.sidr-class-sb {
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9;
}
.fixedcontainer {
    position: fixed !important;
}
/** меню **/
/* Для всех dle шаблонов */

#dofullsearch {
    display: none;
}
.addnews {
    margin-bottom: 30px;
}
.addnews .tableform td:first-child {
    width: 25%;
}
.addnews input[type="checkbox"] {
    display: none!important;
}
.addnews .addnews,
.addnews .xfields {
    margin-bottom: 10px;
}
.addnews td {
    padding-bottom: 20px;
}
[id*="xfield_holder_"] td {
    padding-bottom: 20px;
}
.addnews .bb-pane {
    display: block;
}
.addnews .bb-pane {
    height: 1%;
    overflow: hidden;
    border: 1px solid #BBB;
    background-image: url("../bbcodes/bg.gif");
}
.addnews .bb-btn,
.addnews .bb-sep {
    margin-right: 2px;
    height: 25px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding-bottom: 0;
}
.addnews .bb-sel {
    float: left;
    padding: 4px 2px 0 2px;
}
.addnews .bb-sel select {
    font-size: 11px;
}
.addnews .bb-sep {
    width: 5px;
    background-image: url("../bbcodes/brkspace.gif");
}
.addnews .bb-btn {
    cursor: pointer;
    width: 23px;
}
.addnews .bb-btn:after {
    content: "";
    display: none;
}
.addnews #b_font {
    width: 118px;
}
.addnews #b_size {
    width: 65px;
}
.addnews #b_font select {
    padding: 0px;
}
.addnews #b_size select {
    padding: 0px;
}
.addnews #b_b {
    background-image: url("../bbcodes/b.gif");
}
.addnews #b_i {
    background-image: url("../bbcodes/i.gif");
}
.addnews #b_u {
    background-image: url("../bbcodes/u.gif");
}
.addnews #b_s {
    background-image: url("../bbcodes/s.gif");
}
.addnews #b_img {
    background-image: url("../bbcodes/image.gif");
}
.addnews #b_up {
    background-image: url("../bbcodes/upload.gif");
}
.addnews #b_emo {
    background-image: url("../bbcodes/emo.gif");
}
.addnews #b_url {
    background-image: url("../bbcodes/link.gif");
}
.addnews #b_leech {
    background-image: url("../bbcodes/leech.gif");
}
.addnews #b_mail {
    background-image: url("../bbcodes/email.gif");
}
.addnews #b_video {
    background-image: url("../bbcodes/mp.gif");
}
.addnews #b_audio {
    background-image: url("../bbcodes/mp3.gif");
}
.addnews #b_hide {
    background-image: url("../bbcodes/hide.gif");
}
.addnews #b_quote {
    background-image: url("../bbcodes/quote.gif");
}
.addnews #b_code {
    background-image: url("../bbcodes/code.gif");
}
.addnews #b_left {
    background-image: url("../bbcodes/l.gif");
}
.addnews #b_center {
    background-image: url("../bbcodes/c.gif");
}
.addnews #b_right {
    background-image: url("../bbcodes/r.gif");
}
.addnews #b_color {
    background-image: url("../bbcodes/color.gif");
}
.addnews #b_spoiler {
    background-image: url("../bbcodes/spoiler.gif");
}
.addnews #b_fla {
    background-image: url("../bbcodes/flash.gif");
}
.addnews #b_yt {
    background-image: url("../bbcodes/youtube.gif");
}
.addnews #b_tf {
    background-image: url("../bbcodes/typograf.gif");
}
.addnews #b_list {
    background-image: url("../bbcodes/list.gif");
}
.addnews #b_ol {
    background-image: url("../bbcodes/ol.gif");
}
.addnews #b_tnl {
    background-image: url("../bbcodes/translit.gif");
}
.addnews #b_br {
    background-image: url("../bbcodes/pbreak.gif");
}
.addnews #b_pl {
    background-image: url("../bbcodes/page.gif");
}
.avatar img {
    width: 70px;
    height: 70px !important;
    border-radius: 3px;
}
.block-comment-user,
#options {
    padding: 13.5px;
    box-shadow: 0 0 2px #c2c2c2;
    margin-bottom: 20px;
    background: #fff;
}
.block-comment-user .rcol {
    overflow: hidden;
    margin-top: 7px;
}
.block-comment-user .commentuser {
    margin-bottom: 5px;
    line-height: 1.2rem;
}
.block-comment-user .commentuser .bb-pane {
    display: none;
}
.block-comment-user .ed {
    float: right;
}
.block-comment-user .ed a,
.buttoncomment {
    margin-left: 7px;
    padding: 7px 10px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.color-comment a {
    color: #111;
    margin-bottom: 5px;
    display: block;
}
#allow_subscribe,
.brdform label {
    display: none;
}
.bb-editor {
    box-shadow: 0 0 1px #c2c2c2;
}
.rcol {
    overflow: hidden;
}
.avatar {
    float: left;
    margin-right: 7px;
}
.users li,
#options tr,
.redaction {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.edituserinfo {
    background: rgba(89, 144, 27, 0.9);
    color: #fff;
    padding: 10px 5px;
    line-height: 35px;
}
.edituserinfo a {
    color: #fff;
    color: #fff;
    padding: 4px 8px;
}
.redaction td {
    padding: 10px;
}
.usersubmit {
    background: rgba(89, 144, 27, 1);
    padding: 7px 10px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.usersubmit:hover {
    background: rgba(164, 198, 57, 0.9);
}
#options td {
    padding: 10px 0;
}
.bcomment {
    margin-top: -5px;
}
.masha_index {
    display: none !important;
}
.formsearch {
    float: left;
    position: relative;
    margin: 0;
    padding-left: 10px;
    height: 55px;
}
.registration_link {
    line-height: 40px;
    color: #fff;
    padding: 0rem 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
}
.registration_link:hover {
    background: #000;
}
::-webkit-input-placeholder {
    color: #98bbce;
}
::-moz-placeholder {
    color: #98bbce;
}
/* Firefox 19+ */

:-moz-placeholder {
    color: #98bbce;
}
/* Firefox 18- */

:-ms-input-placeholder {
    color: #98bbce;
}
:focus::-webkit-input-placeholder {
    color: transparent
}
:focus::-moz-placeholder {
    color: transparent
}
:focus:-moz-placeholder {
    color: transparent
}
:focus:-ms-input-placeholder {
    color: transparent
}
.sb {
    position: absolute;
    right: 0;
    top: 0;
    color: #f1f1f1;
    z-index: 2;
    border: 0;
    background: none;
    height: 100%;
    padding: 0 10px;
    font-size: 1.1rem;
    cursor: pointer;
}
.sb:hover {
    color: #fff;
}
#navigation li.fsh {
    float: right;
    padding: 0;
    border-right: none;
}
.extremum-user {
    border: 1px solid #e0e0e0;
    color: #FFF;
    z-index: 999;
    font-size: 100%;
    text-align: right;
    background: #fff;
    padding: 15px;
    height: auto;
    width: 306px;
    float: right;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1)
}
.red {
    background-color: #e32d2c;
    color: #fff;
    border-right: none !important;
}
.usericon {
    top: 1px;
    color: #fff;
    height: 52px;
    position: relative;
    padding: 17px 21.1px;
    font-size: 100%;
    float: right;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}
.login {
    position: relative;
    float: right;
}
.logform a:hover {
    text-decoration: underline;
}
.logins a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center
}
.logins a:hover {
    text-decoration: underline;
}
.loginbutton:hover {
    background: #f80202 !important;
}
/* Для всех dle шаблонов */
/** Слайдер**/

.slick-slider {
    overflow: hidden;
    width: 100%;
    max-width: 753px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-loading .slick-list {
    background: white url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    height: auto;
    display: none;
    border: 1px solid rgb(2, 2, 3);
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 400px;
    max-width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Arrows */

.slick-prev,
.slick-next {
    opacity: 1;
    position: absolute;
    display: block;
    height: 20%;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: none;
    color: transparent;
    top: 50%;
    margin-top: -60px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:focus,
.slick-next:focus {
    outline: none;
}
.slider:hover .slick-prev,
.slider:hover .slick-next {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    text-align: center;
    font-family: "FontAwesome";
    font-size: 2rem;
    line-height: 2rem;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 15px;
    width: 4%;
    border-radius: 50%;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next {
    right: 15px;
    width: 4%;
    border-radius: 50%;
}
.slick-next:before {
    content: "\f105";
}
/* Dots */

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {}
/** Слайдер **/
/* Шапка */

.title_spoiler {
    border: none !important;
    padding: 0 !important;
}
.title_spoiler a {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.3rem;
    display: block;
    border: 0;
}
/* Конец Шапка */
/* полная новость */

.accordion {
    position: relative;
    padding: 15px 15px;
    color: #333;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
}
.accordion-open {} .accordion-open:before {
    content: "\f078";
    font-family: "FontAwesome";
}
.accordion-close {} .accordion-close:before {
    content: "\f054";
    font-family: "FontAwesome";
}
.acc {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease
}
.acc .content {} .acc .content .green {
    border-right: 5px solid #719a3b !important;
}
.acc .content .yellow {
    border-right: 5px solid #ffdf32 !important;
}
.acc .content .pink {
    border-right: 5px solid #ee999d !important;
}
.acc .content .down {
    border-right: 5px solid #d5000b !important;
}
.acc .content table tr:last-child td {
    padding: 7px;
}
.acc .content table thead tr:first-child td {
    padding-bottom: 7px;
}
.acc .content table thead td {
    font-weight: 700;
}
.acc a {
    color: #000;
}
#accordion span.accordion {
    display: block;
}
.brdform,
#dlemasscomments {
    display: ;
}
.share-counter {
    display: inline-block !important;
}
/* полная новость */
/** пробгрессбар **/

.html5-progress-bar {
    position: absolute;
    width: 100%;
}
.html5-progress-bar progress {
    background-color: #4c4a4a;
    border: 0;
    width: 100%;
    height: 7px;
}
.html5-progress-bar progress::-webkit-progress-bar {
    background-color: #4c4a4a;
    border: 0;
    width: 100%;
    height: 7px;
}
/* Chrome */

.html5-progress-bar progress::-webkit-progress-value {
    height: 7px;
    background: #cd2027;
}
/* Firefox */

.html5-progress-bar progress::-moz-progress-bar {
    height: 7px;
    background: #cd2027;
}
.html5-progress-bar .progress-value {
    font-size: 1.6rem;
    color: #fff;
    background: #cd2027;
    position: absolute;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    padding: 10px 15px;
    right: -13px;
    top: -54px;
    z-index: 1;
}
.html5-progress-bar .progress-value:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 12px;
    border-width: 0.42857rem 0.85714rem;
    border-left: 0;
    border-top-color: #333;
}
/** прогрессбар **/

.dlevideoplayer {
    display: block;
    margin: 10px auto;
}

/************************************************************custom_styles*/

.row {
    max-width: 1000px;
}

header .row {
    background: none;
}

.row.menu-top .columns {
    padding: 0;
}

.main-block-style {
    background-color: #181a22;
    border: 1px solid #101116;
    border-top: 1px solid #09090c;
    box-shadow: 0 1px 2px 1px #3c4454;
    margin-bottom: 15px;
    margin-left: 10px;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .main-block-style {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 340px) {
    .main-block-style {
        margin-right: 0;
        margin-left: 0;
    }
}

.main-title-style {
    color: #9acef7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(#1e284e, #172846);
    line-height: 35px;
    border-radius: 4px;
    border-bottom: 1px solid #36112e;
    box-shadow: inset 0 1px 0 0px #1f4464;
    margin-left: 10px;  
}

.main-button-style {
    padding: 0 10px 2px;
    width: 225px;
    line-height: 38px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background-color: #6e9df5;
    border: 1px solid #00d4ff;
    border-bottom-color: #62cbfc;
    box-shadow: inset 0 0 10px 1px rgba(43, 53, 99, 0.5);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.main-button-style:hover {
    background-color: #8fcbff;
    border-color: #4667bd;
    box-shadow: 0 0 0px 1px #ffffff;
}

.main-button-style:active {
    background-color: #81332c;
    border-color: #9d3b48;
    border-bottom-color: #9e3c48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
}

/*main-menu*/

.row.menu-top.menu-main {
    height: 80px;
    margin-bottom: 12px;
}

.row.menu-top.menu-main .columns.col-logo {
    width: 290px;
}

.row.menu-top.menu-main .columns.col-menu {
    width: 710px;
    padding: 14px 0 0 3px;
}

.row.menu-top.menu-main #navigation > ul > li > a {
    width: 233px;
    height: 60px;
    line-height: 60px;
    background: url(../images/btn-main-menu.png) 0 0 no-repeat;
    margin: 0 1px;
}

.row.menu-top.menu-main #navigation > ul > li > a:hover {
    background-image: url(../images/btn-main-menu-hover.png);
}

.row.menu-top.menu-main #navigation > ul > li > a:active {
background: #81332c;
    border: 1px solid #9d3b48;
    border-bottom-color: #9e3c48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
    transition: none;
}

/*second-menu*/

.row.menu-top.menu-second {
    /*height: 42px;*/
    padding: 2px;
    box-shadow: 0 3px 10px 1px rgba(116, 107, 195, 0.65);
    background-color: #000;
}

.row.menu-top.menu-second #navigation > ul > li > a {
    width: 155px;
    height: 42px;
    line-height: 42px;
    background: url(../images/btn-second-menu.png) 0 0 no-repeat;
    margin: 0 2px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #7ed8ff;    
}

.row.menu-top.menu-second #navigation > ul > li > a:hover {
    background-image: url(../images/btn-second-menu-hover.png);
    color: #ffffff;
}

.row.menu-top.menu-second #navigation > ul > li > a:active {
background: #81332c;
    border: 1px solid #9d3b48;
    border-bottom-color: #9e3c48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
    transition: none;
}

.row.menu-top.menu-second #navigation > ul > li > a.current {
background: #181a22;
    border: 1px solid #212e50;
    border-top-color: #334f79;
    box-shadow: 0 0 5px 2px rgba(51, 79, 121, 0.5), inset 0 0 8px 1px rgba(83, 108, 173, 0.3);
}

/*dropdown-menu*/

.menu-main #navigation ul ul {
    width: 1000px;
    margin-left: -290px;
}

#navigation ul li.term {
    margin: 0 -16px 20px;
    font-size: 0;
}

#navigation ul li.term a {
    color: #9acef7;
    background-color: #2a3555;
    margin: 0 1px 1px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
}

#navigation ul li.term a:hover {
    color: #ffffff;
    background-color: #39476b;
}

#navigation ul li.term a:focus {
    color: #f57f3c;
    background-color: #4e3633;
}

#navigation ul li.menu_news a {
    padding: 0;
}

#navigation ul li.menu_news a .title {
    color: #7fcff9;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(#364f74, #323b62);
    line-height: 18px;
    border-radius: 4px;
    border-bottom: 1px solid #3e2647;
    box-shadow: inset 0 1px 0 0px #445089;
    min-height: 50px;
    padding: 5px 10px;
    vertical-align: middle;
}

#navigation ul li.menu_news a:hover .title {
    color: #ffffff;
}

#navigation ul li.menu_news a:focus .title {
    color: #ff8034;
}

#navigation ul li.menu_news a figure {
    width: 100%;
    height: 140px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(127, 207, 249, 0.5);
}
#navigation ul li.menu_news a figure img {
    width: 100%;
    height: 140px;
    border-radius: 4px;
}

#navigation ul li.menu_news a figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay-2.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;   
}

#navigation ul li.menu_news a:hover figure:after {
    border: 2px solid #4dafff;
    box-shadow: 0 0 10px rgba(77, 175, 255, 0.5), inset 0 0 20px 2px rgba(77, 175, 255, 0.5);
}

#navigation ul li.menu_news a:active figure:after {
    border: 2px solid #fe8528;
}

/*content*/

.row.content-wrapper {
    background-color: #282d3d;
    margin-top: 2px;
}

.main {
    padding-right: 0;
}

.main-content {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 15px;
}

#dle-content:first-child {
    margin-top: 10px;
}

.shortstory.base {
    margin-right: 0;
}

.shortstory.preview {
    padding: 0;
}

.shortstory.static-page {
    margin-top: 10px;
}

.preview-link {
    height: 160px;
    font-size: 0;
    
    display: -webkit-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;    
}

.preview-description {
    margin: 40px 0;
    overflow: hidden;
    
         display: -webkit-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
    
    -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
    
    	-webkit-justify-content: center;
		justify-content: center; 
}

.preview-img {
    width: 275px;
    /*height: 160px;*/
    overflow: hidden;
    vertical-align: top; 
    border-radius: 4px;   
    position: relative;
    margin: 1px;
    flex: 0 0 275px;
}

.preview-img:after {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;   
}

.preview-link:hover .preview-img:after {
    background-image: url(../images/img-overlay-hover.png);
}

.preview-link:hover .preview-content .title {
    color: #ffffff;
}

.preview-img img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}


.preview-bottom {
    width: calc(100% - 278px);
    position: absolute;
    right: 0;
    bottom: 0;
    
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}

.related_news .preview-bottom {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.preview-info {
    width: calc(100% - 278px);
    position: absolute;
    right: 0;
    
    background-image: linear-gradient(#364f74, #323b62);
    height: 35px;
    border-radius: 4px;
    border-bottom: 1px solid #3e2647;
    box-shadow: inset 0 1px 0 0px #445089;    
    padding: 0 15px;
    margin-left: 2px;

    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex; 

    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.date, .views, .comment {
    display: inline-block;    
}
.views, .comment {
    font-weight: bold;
    margin-left: 20px;
}
.date {
    background-image: url(../images/date.png);
    padding-left: 35px;
    line-height: 35px;
    color: #00c9ff;
    font-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 30px;
}
.views a, .comment a, .fullnews .views, .fullnews .comment {
    display: inline-block;
    line-height: 35px;
    color: #00c9ff;
    font-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 30px;
}
.views a, .fullnews .views {
    background-image: url(../images/views.png);
    padding-left: 43px;
}
.comment a, .fullnews .comment {
    background-image: url(../images/comments.png);
    padding-left: 37px;
}
.views a:hover, .comment a:hover {
    color: #ffffff;
}
.date:hover {
    cursor: default;
}
.views a:hover {
    background-image: url(../images/views-h.png);
}
.comment a:hover {
    background-image: url(../images/comments-h.png);
}

.preview-description .title {
    font-weight: 700;
    font-size: 20px;
    color: #91f3ff;
    margin: 0 15px 8px;
}

.preview-description .short {
    color: #84afc4;
    font-size: 14px;
    margin: 0 15px;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}

.preview-link .title a {
    color: #91f3ff;
}

.preview-link:hover .title  {
    color: #ffffff;
}

.preview-link:hover .short {
    color: #91f3ff;
}

.short-category {
    font-size: 12px;
    margin: 0 15px;
    color: #ffffff;
    font-weight: 700;
}

.fullnews .short-category {
    margin-left: 0;
    margin-bottom: 20px;
}

.category-item,
.short-category > a, 
.category > a {
    display: inline-block;
    background-color: #00d09a;
    line-height: 17px;
    padding: 0 5px 1px;
    border-radius: 2px;
    margin-right: -2px;
    margin-bottom: 1px;
    color: #00083a;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
}

.category-item a {
    color: #00083a;
    box-shadow: none;
}

.category-item:nth-child(2), .short-category > a:nth-child(2), .category > a:nth-child(2) {
    background-color: #00bfff;
}

.category-item:nth-child(3), .short-category > a:nth-child(3), .category > a:nth-child(3) {
    background-color: #dd6944;
}

.category-item:nth-child(4), .short-category > a:nth-child(4), .category > a:nth-child(4) {
    background-color: #c6ab28;
}

.category-item:nth-child(5), .short-category > a:nth-child(5), .category > a:nth-child(5) {
    background-color: #48be22;
}

.category-item:nth-child(6), .short-category > a:nth-child(6), .category > a:nth-child(6) {
    background-color: #b52c4c;
}

.category-item:nth-child(7), .short-category > a:nth-child(7), .category > a:nth-child(7) {
    background-color: #e14593;
}

.category-item:nth-child(8), .short-category > a:nth-child(8), .category > a:nth-child(8) {
    background-color: #9546c8;
}

.navigation-block.main-block-style {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 700;
}

/*slider*/

.main-slider {
    border-radius: 4px;
    padding: 0 0 2px;
    background: #040406;
    margin-bottom: 10px;
    position: relative;
    margin-top: 10px;
    border: 1px solid #8aa4b7; 
}

/*.main-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay-slider-m.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;  
}*/

.main-slider .slick-dots {
    display: none !important;
}

.sliders .main-link {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-slider .slider.responsive .sliders .main-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay-slider.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;  
}

.main-slider .slider.slider-nav {
    z-index: 2;
}

.main-slider .slider.slider-nav .slick-slide figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay-slider-s1.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
}

.main-slider .slider.slider-nav .slick-slide.slick-active.slick-center figure:after {
    background: url(../images/img-overlay-slider-s.png) 0 0 no-repeat;
}

/*article*/

.fullnews .info_news.main-title-style {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #00c9ff;

    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
  

    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: stretch;
    align-items: stretch;
}

.fullnews .info_news .right-block {
    padding-left: 10px;

    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
  

   -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    align-items: center;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fullnews .info_news .left-block span {
    height: 100%;
}

.fullnews .info_news .category {
        font-size: 14px;
    font-weight: bold;
    margin: 8px 20px 5px 0;
    line-height: 16px;
    vertical-align: baseline;
}

.fullnews .info_news span {
    background-position: left 5px;
    margin-right: 25px;
    margin-left: 0;
    white-space: nowrap;
}

.fullnews .info_news span:last-child {
    margin-right: 0;
}

@media screen and (max-width: 605px) {
    .fullnews .info_news span:last-child {
        margin-right: 10px;
    }
}

.fullnews .info_news .date {
    border-right: 2px solid #10131d;
    padding-right: 10px;
    margin-right: 10px;
    background-position: left 2px;
}

/*category*/

.category-info {
    padding: 10px 10px 15px 0;
    border-right: 2px solid rgb(2, 2, 3);
}

.category-info .main-block-style {
    margin-bottom: 0;
    padding: 1px;
}

.category-info .main-title-style {
    margin: 0;
}

.category-info + #dle-content {
    border-right: 2px solid rgb(2, 2, 3);
    border-bottom: 2px solid rgb(2, 2, 3);
    margin-bottom: 15px;
}

/*sidebar*/

.rightblock {
    padding-left: 0;
    padding-top: 10px;
}

.sidebar-block {
    margin-right: 10px;
}

.sidebar-block.first-block {
    /*border-bottom: 2px solid rgb(2, 2, 3);*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 15px;
}

.sidebar-block.first-block .sidebar-block-title {
    box-shadow: inset 0 1px 0 0px #445089, 0 0 2px 2px rgba(0,0,0,0.45);
}

.sidebar-block-title {
    color: #9acef7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(#364f74, #323b62);
    line-height: 35px;
    border-radius: 4px;
    border-bottom: 1px solid #3e2647;
    box-shadow: inset 0 1px 0 0px #445089;    
}

.sidebar-block-title a {
    color: #9acef7;
}

.sidebar-block:not(.first-block) .sidebar-block-title {
    margin: 1px;
}

.sidebar-block nav {
    float: none;
}

.sidebar-block #navigation li {
    float: none;
}

.sidebar-block #navigation li a, .sidebar-block.games-list .news {
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #2e3d58;
    border-radius: 2px;
    color: #c7f1ff;
    font-size: 14px;
    text-align: left;
    background-color: #1b1d26;
    margin: 2px 0 0;
    background-position: 3px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4);
}

.sidebar-block #navigation li a:hover, .sidebar-block.games-list .news:hover {
    background-color: #6e9df5;
    border-color: #62cdfc;
    border-bottom-color: #62cbfc;
    box-shadow: 0 0 5px 1px rgba(177,199,239,0.7), inset 0 0 10px 1px rgba(43, 53, 99, 0.5);
}

.sidebar-block #navigation li a:focus, .sidebar-block.games-list .news:focus {
    background-color: #81332c;
    border-color: #8f5a60;
    border-bottom-color: #8c3d48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
}

.sidebar-block.games-list figure {
    display: none;
} 

.sidebar-block.games-list .news .title {
    color: #c7f1ff;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
}

.sidebar-block.games-list .news:hover .title {
    color: #ffffff;
}

.sidebar-block.games-list.list-center .news .title {
    text-align: center;
}

.sidebar-block.games-pic .news {
    border: none;
    padding: 0;
}

.sidebar-block.games-pic .news:hover {
    background: none;
}

.sidebar-block.games-pic .news .title {
    color: #b3f3ff;
    padding: 0 10px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-block.games-pic .news .short {
    color: #84afc4;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 10px;
    line-height: 16px;
}

.sidebar-block.games-list .news .short {
    display: none;
}

.sidebar-block.games-pic .news:hover .title {
    color: #ffffff;
}

.sidebar-block.games-pic .news:hover .short {
    color: #b3f3ff;
}

/*footer*/

footer .row {
    background-color: #282d3d;
}

.bottom-menu {
    margin-right: 10px;

    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}

.bottom-menu .menu-item {
-webkit-flex: 1 0 0;
    flex: 1 0 0;
    background: #27365d;
    border: 1px solid #2d4e7f;
    border-top-color: #275f8f;
    box-shadow: inset 0 1px 0 0px #222f55;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    color: #27d9ff;
    font-size: 14px;
    margin: 1px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}

.bottom-menu .menu-item:hover {
    color: #ffffff;
    background: #6e9df5;
    border-color: #02bef9;
    border-top-color: #00d0fe;
    box-shadow: inset 0 0 10px 1px rgba(43, 53, 99, 0.5);
}

.bottom-menu .menu-item:active {
    background-color: #81332c;
    border-color: #9d3b48;
    border-bottom-color: #9e3c48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
}

.row.copyright,
.row.counters {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #98bbce;
}
.row.copyright {
    padding: 5px 0 15px;
}

.row.counters {
    padding: 0 0 10px;
}

.counter-block.main-block-style {
    display: inline-block;
    padding: 1px;
    margin: 0 auto;
}

.pluso {
    margin-left: 10px;
}

.full_story .pluso {
    margin-left: 0;
}

.fullstory-content {
    margin-bottom: 30px;
}

.fullstory-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.fullstory-rating h4,
.fullstory-rating > div {
    display: inline-block;
    vertical-align: bottom;
}

.fullstory-button {
    border-bottom: 2px solid #689ded;
    text-align: center;
    padding: 10px 0 30px;
    margin-bottom: 30px;
}

/*extra block*/

.fullstory-top-info {
    border-top: 2px solid #3e4566;
    border-bottom: 2px solid #3e4566;
    padding: 25px 0 15px;
    margin-bottom: 25px;
}

.fullstory-top-info--top {
    border-bottom: 2px solid #3e4566;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.fullstory-category-info {
display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 20px;
}

.full_story .fullstory-category-info ul {
    list-style-type: none;
    font-size: 12px;
    line-height: 16px;
}

.full_story .fullstory-category-info ul li {
    margin-bottom: 15px;
}

.fullstory-top-info .category-block {
    display: inline-block;
    width: 49%;
}

.fullstory-top-info .category-block-info {
    padding: 1px;
}

.fullstory-top-info .category-block .preview-img {
    margin: 0;
    height: 100%;
}

.fullstory-top-info .category-block .preview-img img {
    max-height: 195px;
}

.fullstory-top-info--bottom {
    
}

.category-rating, .category-share {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/*category-block*/

.test-block {
    font-size: 0;
}

.category-block-wrapper {
    width: calc(50% + 1px);
    display: inline-block;
    border: 2px solid #030207;
    padding: 8px;
    margin: -1px;
}

.category-block.main-block-style {
    margin: 0;
    border-radius: 1px;
}

.category-block-title {
    background: url(../images/category-title-bg.png) center no-repeat;
    height: 28px;
    margin: 7px 0;
}

.category-block-title a {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 10px);
}

.category-block-info {
    position: relative;
}

.category-block-info .short {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;    
    z-index: 1;
    text-align: center;
    display: none;
    width: 100%;
}

.category-block-info:hover .short {
    display: block;
}

.category-block-info .short a {
    font-size: 14px;
    color: #b8d7e8;
    line-height: 16px;
    padding: 10px;
    display: inline-block;
}

.category-block .preview-img {
    width: 100%;
    height: auto;
    max-height: 195px;
}

.category-block-button {
    margin: 7px 0;
    text-align: center;
}

.fullnews .full_story .preview-img img {
    margin: 0;
}

/*recomendation*/

.recomendation-wrapper .main-title-style {
    margin-left: 0;
}

.recomendation-inner {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recomendation-block {
    background: #181a23;
    border: 1px solid #2a3850;
    width: calc(25% - 2px);
    margin: 1px;
    padding: 10px;
    border-radius: 2px;
}

@media screen and (max-width: 605px) {
    .recomendation-block {
        width: calc(50% - 2px);
    }
}

.recomendation-title {
    font-size: 14px;
    font-weight: 700;
    color: #b3f3ff;
    text-align: center;
    display: block;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}

.recomendation-title:hover {
    color: #ffffff;
}

.recomendation-block:hover .recomendation-title {
    color: #ffffff;
}

.recomendation-text {
    color: #98bbce;
    font-size: 13px;
    line-height: 18px;
    height: 90px;
    overflow: hidden;
    margin: 10px 0;
}

.recomendation-block:hover .recomendation-text {
    color: #b3f3ff;
}

.recomendation-image {
    height: 140px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recomendation-image:after {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    background: url(../images/img-overlay.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;   
}

.recomendation-image:hover:after {
    background-image: url(../images/img-overlay-hover.png);
}

.recomendation-block:hover .recomendation-image:after {
    background-image: url(../images/img-overlay-hover.png);
}

.recomendation-image img {
    height: 140px;
    width: auto;
    max-width: none;
    border-radius: 4px;
}

/*branding link*/

.branding-link-top {
    display: block;
    text-align: center;
}

.branding-link-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

/*registration*/

.registration-form table tbody td.label {
    width: 30%;
}

.registration-form .fieldsubmit {
    margin-top: 20px;
    margin-left: 30%;
}

#result-registration {
    margin-top: 5px;
}

#result-registration li {
    list-style-type: none;
    font-size: 12px;
    line-height: 14px;
    color: #f00;
}

.logo-starni {
    position: absolute;
    margin-top: -110px;
    height: 110px;
}

.logo-starni img {
    height: 100%;
}

@media screen and (max-width: 700px) {
    .logo-starni {
        margin-top: -90px;
        height: 80px;
    }
}

@media only screen and (max-width: 615px) {
    .logo-starni {
        position: static;
        margin-top: 0;
        text-align: center;
    }
}

/*border and shadow*/

.main-wrapper {

    /*border: 2px solid #000;
    border-bottom: none;
    -moz-border-image: url(../images/border-image.png) 2 stretch round;
    -webkit-border-image: url(../images/border-image.png) 2 stretch round; 
    -o-border-image: url(../images/border-image.png) 2 stretch round;
    border-image: url(../images/border-image.png) 2 stretch round;*/
    
    max-width: 1008px;
    margin: 0 auto;
    box-shadow: 0 0 55px 1px #22144e;
    padding: 0 4px;
    background: url(../images/bg-header.png) top center no-repeat,
                url(../images/border-image.png) center -5px repeat-y;
    position: relative;
    z-index: 1;
    border-radius: 2px 2px 0 0;
    background-color: #282d3d;
}

header {
        
}

@media only screen and (max-width: 1023px) {
    .main-wrapper {
        /*border-left: none;
        border-right: none;*/
        padding-left: 0;
        padding-right: 0;
    }
}

/** Button for article**/
#dle-content .full_story h5 a {
	padding: 0 10px 2px;
    width: 225px;
    line-height: 38px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: #6e9df5;
    border: 1px solid #00d4ff;
    border-bottom-color: #62cbfc;
    box-shadow: inset 0 0 10px 1px rgba(43, 53, 99, 0.5);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	text-decoration: none;
}

#dle-content .full_story h5 a:hover {
    background-color: #8fcbff;
    border-color: #4667bd;
    box-shadow: 0 0 0px 1px #ffffff;
}

#dle-content .full_story h5 a:active {
    background-color: #81332c;
    border-color: #9d3b48;
    border-bottom-color: #9e3c48;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.4), inset 0 0 4px 2px rgba(91,55,58,0.3);
}