body {
    padding: 0;
    margin: 0;
    color: #4e4f4f;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.width {
    width: 1000px;
    margin: 0 auto;
}

.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a {
    color: #ca1c1c;
    text-decoration: none;
}

a:hover {
    color: #ca1c1c;
    text-decoration: underline;
}

#head_wrap {
    height: 140px;
    padding-top: 10px;
}

#logo {
    display: block;
    width: 241px;
    height: 75px;
    float: left;
    margin-top: 24px;
    margin-left: 26px;
    background: url(/imgs/logo_inner.png) 0 0 no-repeat;
}

#vintage_banner {
    background: url(/imgs/home/vintage_banner.png) 0 0 no-repeat;
    width: 240px;
    height: 100px;
    display: block;
    position: absolute;
    top: 33px;
    left: 350px;
}

#spec_box {
    display: block;
    position: absolute;
    background: url(/imgs/spec.png) 0 0 no-repeat;
    width: 130px;
    height: 100px;
    top: 32px;
    right: 132px;
}

#green_line {
    background: url(/imgs/home/green_line.jpg) 0 0 repeat-x;
    height: 319px;
    margin-top: -9px;
    position: relative;
}

#green_line .top_green {
    position: absolute;
    background: url(/imgs/home/top_green_line.png) 0 0 repeat;
    width: 100%;
    height: 155px;
}

#green_line .width {
    position: relative;
    overflow: hidden;
}

#green_line .arr_up {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 42px;
    height: 26px;
    bottom: 5px;
}

#green_line .arr_up.journal {
    left: 117px;
    background-image: url(/imgs/home/arr_up_journal.png);
}

#green_line .arr_up.lady {
    left: 447px;
    background-image: url(/imgs/home/arr_up_lady.png);
}

#green_line .arr_up.fishing {
    left: 800px;
    background-image: url(/imgs/home/arr_up_fishing.png);
}

#green_line a.item {
    display: block;
    float: left;
}

#green_line a.item img {
    display: block;
    margin: 0 auto;
}

#green_line .obozrenie {
    width: 266px;
    height: 119px;
    margin-top: 28px;
}

#green_line .ladymen {
    width: 263px;
    height: 155px;
    margin: 16px 70px 0 70px;
}

#green_line .na_rybalke {
    width: 283px;
    height: 91px;
    margin-top: 43px;
}

#preview {
    overflow: hidden;
    margin: -3px 0 -20px 0;
}

#preview .columns_wrap {
    border-collapse: collapse;
}

#preview .column {
    width: 33%;
    padding: 30px 15px 40px 15px;
    vertical-align: top;
    position: relative;
}

#preview .column.journal {
    background-color: #fffdbf;
}

#preview .column.lady {
    background-color: #cbffc0;
}

#preview .column.fishing {
    background-color: #ccffff;
}

#preview .column .go_section {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -83px;

    text-transform: uppercase;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    background-image: -webkit-radial-gradient(circle, #4caf50 80%, #439a46 81%);
    background-image: -o-radial-gradient(circle, #4caf50 80%, #439a46 81%);
    background-image: radial-gradient(circle, #4caf50 80%, #439a46 81%);
    background-repeat: no-repeat;
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 50%;
    -webkit-transition: background-size 2s;
    -o-transition: background-size 2s;
    transition: background-size 2s;

    color: #ffffff;
    background-color: #4caf50;
    border-color: transparent;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#preview .column .go_section:hover {
    text-decoration: none;
}

#preview .column .item {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    color: #666666;
    overflow: hidden;
}

#preview .column .item:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

#preview .t {
    font-size: 18px;
    font-weight: bold;
    color: #515252;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    line-height: 1.1em;
}

#preview .journal .t {
    color: #C39D00;
}

#preview .lady .t {
    color: #c3433b;
}

#preview .fishing .t {
    color: #5A9D40;
}

#preview .item .img_wrap {
    display: block;
    margin: 0 15px 10px 0;
    float: left;
}

#preview .item .date {
    color: #828382;
    margin-bottom: 5px;
    font-style: italic;
}

#preview .item p {
    margin: 0;
}

#preview .item .read_more {
    text-align: right;
    color: #ca1c1c;
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

#footer {
    color: #aaaaaa;
    padding-top: 20px;
    margin: 20px 0 30px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

#footer .copy {
    line-height: 1.2em;
}