html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}


@media (min-width: 36em)
{
    .row
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -5px;

        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }

    .col.row
    {
        margin: 0;
    }

    .col
    {
        padding: 0 5px;

        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .row + .row
    {
        margin-top: 10px;
    }

    .col .w100
    {
        display: block;
    }
}

body
{
    font: 16px/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;

    margin: 0;
    padding: 20px 0 0 0;

    color: #000;
    background: url(/images/bigbg.jpg) 50% 40% no-repeat #f1f1f1;
    background-attachment: fixed;
    background-size: 100%;
}

#bigbg
{
    width: 1200px;
    margin: 0 auto;

    background-color: #dedede;
    box-shadow: 0 0 10px 1px #222;
}

#header
{
    z-index: 1;

    width: 100%;
    height: 232px;

    background-image: url(/images/hbg.gif);
    background-repeat: repeat-x;
}

#header h1
{
    position: absolute;
    top: -1000px;

    height: 30px;
}

#nasha
{
    width: 100%;
    height: 17px;
}

#hleft,
.fl
{
    float: left;
}

#hright,
.fr
{
    float: right;
}


#container
{
    width: 100%;
    margin: 0 auto;
}

#wrapper
{
    float: left;

    width: 100%;
}

#content
{
    margin: 0 0 0 250px;
    padding: 0 10px;
}

#navigation
{
    float: left;

    width: 250px;
    margin-left: -100%;
}

#extra
{
    float: left;

    width: 160px;
    margin-left: -160px;
}

.block-title
{
    background: #6c2b19;
    padding: 3px 3px 3px 12px;
    box-shadow: 1px 4px 4px -2px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.3);
    margin: 0 -20px 0 0;
    color: #fff;
    position: relative;
    font-size: inherit;
}

.block-title:after
{
    position: absolute;
    bottom: -7px;
    right: 3px;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 7px solid transparent;
    border-right-color: #431b0f;
}

.block-body
{
    background: #fff;
    padding: 10px;
    margin: 0 -10px 40px 0;
    box-shadow: 1px 4px 4px -2px rgba(0,0,0,.5);
}

.oblock
{
    margin: 2px 0 5px 1px;
    padding: 2px 5px 2px 10px;

    border: 1px #6c2b19 solid;
}
.oblock .comment
{
    font-size: 80%;

    height: 16px;

    background-color: #e8e8e8;
}
.oblock .comment a
{
    text-decoration: none;
}

a
{
    color: #6c2b19;
}

a:hover
{
    color: #faf6d9;
    background-color: #6c2b19;
}

blockquote
{
    font-style: italic;

    width: 80%;
    margin: 0 0 5px 20px;
    padding-left: 5px;

    border-left: 2px #fff solid;
    background-color: #e8e8e8;
}

.footer
{
    font-size: 12px;

    margin-top: 40px;
    padding: 0 0 20px 20px;

    color: #222;
}

.footer__item
{
    margin: 0;
    padding: 3px 0;
}

.footer__link
{
    text-decoration: none;
}

.footer__link:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
    overflow: hidden;

    height: 1px;
}

#header #banner
{
    position: absolute;
    z-index: 3;
    top: 150px;
    right: 0;
}

.block-bottom
{
    display: table;

    width: 100%;
    margin-top: 10px;

    background-color: #e8e8e8;
}

.date,
.comments
{
    display: table-cell;

    padding: 5px;
}


.imgbl
{
    margin: 2px;

    border: 1px solid #6c2b19;
}

.c
{
    text-align: center;
}

.r
{
    text-align: right;
}

.b-calendar
{
    margin-bottom: 30px;
}

.b-calendar__months
{
    overflow: scroll;

    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
}

.b-calendar__year
{
    font-size: 17px;

    margin: 0;
    padding: 5px;

    text-align: left;

    color: #fff;
    background: none;
}

.b-calendar .calendar
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: top;
}

.b-calendar .b-link
{
    display: block;
}

.calendar .calendartitle
{
    font-weight: bold;

    text-align: left;

    border: 0;
    background-color: transparent;
}

.calendar .weekend
{
    padding: 1px;

    text-align: right;

    border: #fdf8d9 solid 1px;
    background-color: #fff;
}

.calendar .weekday
{
    padding: 1px;

    text-align: right;

    border: #fdf8d9 solid 1px;
    background-color: #e5e5e5;
}

.calendar .wdtitle,
.invert
{
    font-weight: bold;

    text-align: center;

    color: #faf6d9;
    border: 0;
    background-color: #6c2b19;
}

.formtable
{
    width: 99%;
}

.formfield
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;

    width: 100%;
    margin: 0;
    padding: 1px 0 1px 2px;

    border: solid #6c2b19 2px;
    background-color: #e8e8e8;
}

.formtable .formfield
{
    width: 99%;
}

.formbutton
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;

    width: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;

    color: #faf6d9;
    border: 0;
    background-color: #6c2b19;
}

.commbutton
{
    background-color: #6c2b19;
}

.small
{
    font-size: 80%;
}

a img
{
    border: 0;
}

h4
{
    margin-bottom: 0;
}

.thumbs
{
    overflow: hidden;

    width: 100%;
}
.thumbs p
{
    float: left;

    width: 33%;

    text-align: center;
}
.thumbs p img
{
    display: block;

    margin: 0 auto;

    text-decoration: none;

    border: 0;
}

.voterow
{
    font-size: 90%;

    margin: 1px 0;
    padding: 1px;

    text-align: left;

    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background-color: #e8e8e8;
}

.spae
{
    font-size: 80%;

    color: #7f7f7f;
}
.spae a
{
    color: #7f7f7f;
}

.mw100
{
    max-width: 100%;
}

.info-maps
{
    /*margin-top: 40px;*/
}

.info-maps .image,
.info-maps .link
{
    display: block;
}

.info-maps .link
{
    outline: none;
}

.info-maps .link:hover
{
    outline: 3px solid #6c2b19;
}

.info-map__description
{
    margin-bottom: 10px;
}

.info-map__title
{
    margin-bottom: 10px;
}

.info-map__video
{
    margin-top: 10px;
}

.nav-menu
{
}

.nav-menu__title
{
    font-size: inherit;
    position: relative;
    margin: 0 0 0 -10px;
    padding: 3px 0 3px 30px;
    color: #faf6d9;
    background: #6c2b19;
    box-shadow: 1px 4px 4px -2px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.3);
    -webkit-transition: color .3s ease;
            transition: color .3s ease;
}

.nav-menu__title:before
{
    position: absolute;
    bottom: -7px;
    left: 3px;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 7px solid transparent;
    border-bottom-color: #431b0f;
}

.nav-menu__list
{
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-transition: background, box-shadow .3s ease;
            transition: background, box-shadow .3s ease;
}

/*.nav-menu:hover .nav-menu__list
{
    background: #fff;
    box-shadow: 1px 4px 4px -2px rgba(0,0,0,0.5);
}*/

.nav-menu:hover .nav-menu__title
{
    color: #fff;
}

.nav-menu__item
{
    list-style-type: none;
}

.nav-menu__link
{
    display: block;

    padding: 3px 0 3px 10px;

    text-decoration: none;
}

.nav-menu__link:hover
{
    background: #222;
}

.nav-menu_type_voting > form
{
    margin-left: 20px;
}

.nav-menu_type_voting > form > strong
{
    padding: 3px 0;
    display: block;
}

.nav-menu_type_voting .formbutton
{
    padding: 3px 10px;
}

.forum-list
{
    margin: 0 0 0 10px;
    padding: 0;
}

.forum-list__thread
{
    list-style-type: none;
}

.forum-list__thread:not(:last-child)
{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.forum-list__link
{
    display: block;
    overflow: hidden;

    padding: 3px 3px 3px 10px;

    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.forum-list__link:hover
{
    background: #333;
}

.forum-list__link:first-letter
{
    text-transform: uppercase;
}

.video
{
    position: relative;
}

.video iframe
{
    border: none;
}

.video iframe,
.video object,
.video embed,
.video .youtube5container,
.video .youtube5player
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;
}

.video_type_youtube
{
    padding-top: 25px;
}

.video_ratio_43
{
    padding-bottom: 75%;
}

.video_ratio_169
{
    padding-bottom: 56.25%;
}

.weapons
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.weapons__item
{
    -webkit-width: calc(100% / 3);
            width: calc(100% / 3);

    margin-bottom: 10px;
}

.weapons__image
{
    display: block;
}

.weapon
{
    display: table;
    width: 100%;
}

.weapon__description,
.weapon__image
{
    display: table-cell;
}

.weapon__description
{
    vertical-align: top;
}

.weapon__image
{
    vertical-align: middle;
    width: 340px;
    padding-left: 20px;
}

.achievements
{
    line-height: 1.4;
}

.achievements__item
{
    margin: 0 5px;
    background: rgba(0,0,0,.1);
    padding: 5px 0;
    outline-width: 1px;
    outline-style: solid;
    outline-color: rgba(0,0,0,.2);

    -webkit-transition: outline-color, background .3s ease;
            transition: outline-color, background .3s ease;
}

.achievements__item:hover
{
    background: #222;
    outline-color: #fff;
    color: #faf6d9;
}

.achievements__item:hover .achievements__filler
{
    opacity: .2;
}

.achievements__item_state_selected
{
    margin: 20px 0;
    color: #fff;
    outline: 2px solid #fff;
    font-size: 140%;
}

.achievements__item.row + .achievements__item.row
{
    margin-top: 5px;
}

.achievements__image,
.achievements__percent
{
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

.achievements__content,
.achievements__text
{
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.achievements__content
{
    position: relative;
}

.achievements__filler
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffae00;
    z-index: 0;
    opacity: .1;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
}

.achievements__image
{
    -webkit-flex: 0 74px;
        -ms-flex: 0 74px;
            flex: 0 74px;
    font: 0/0 a;
}

.achievements__text
{
    z-index: 1;
}

.achievements__percent
{
    -webkit-flex: 0 60px;
        -ms-flex: 0 60px;
            flex: 0 60px;
}

.achievements__title
{
    margin: 0;
    font-size: 120%;
}
