
                    .items h1 {
                        color: #292b82;
                        font-size: 24px;
                        text-transform: uppercase;
                        text-decoration: none;
                        margin: 20px 0;
                    }

                    .items_wrapper {
                        background: #ffffff;
                        padding: 20px;
                    }

                    .items_wrapper .counter {
                        border-bottom: 1px solid #cccccc;
                        padding-bottom: 15px;
                    }

                    .items_wrapper .counter > span {
                        display: block;
                        float: left;
                    }

                    .items_wrapper > .small_item {
                        border-bottom: 1px solid #cccccc;
                        padding: 17px 0;
                    }

                    .items_wrapper > .small_item:last-of-type {
                        border-bottom: none;
                        padding: 17px 0 0;
                    }

                    .small_item > .img_wrapper {
                        width: 300px;
                        float: left;
                    }

                    .small_item > .img_wrapper img {
                        max-width: 300px;
                    }

                    .small_item > .item_content {
                        width: 440px;
                        float: right;
                    }

                    .small_item > .item_content a {
                        text-decoration: none;
                    }

                    .small_item > .item_content a.category {
                        text-decoration: underline;
                    }

                    .small_item > .item_content a.category:hover {
                        text-decoration: none;
                    }

                    .small_item h3 {
                        color: #292b82;
                        font-size: 14px;
                        text-decoration: none;
                        margin-top: 10px;
                    }

                    .small_item h3 > a {
                        color: #292b82;
                        font-size: 14px;
                        text-decoration: none;
                    }

                    .items_wrapper .views {
                        padding: 0;
                        width: 50%;
                        float: right;
                        text-align: right;
                    }

                    .items_wrapper .date {
                        width: 50%;
                        float: left;

                    }

                    #filters {
                        width: 45%;
                        float: right;
                        text-align: right;
                    }

                    #filters select {
                        /*background: #ffffff;
                        border: none;*/
                        width: auto;
                        font-family: Geometria, Verdana, geneva, arial, sans-serif;
                        font-size: 14px;
                        outline: none;

                        cursor: pointer;
                    }

                    #filters option {
                        font-family: Geometria, Verdana, geneva, arial, sans-serif;
                        font-size: 14px;
                        cursor: pointer;
                    }

                    #projects_wrapper {
                        margin: 0 -10px;
                        width: 820px;
                        overflow: hidden;
                        padding-top: 15px;
                    }

                    #projects_wrapper > .small_item {
                        background: #ffffff;
                        margin-bottom: 20px;
                    }

                    #projects_wrapper > .small_item:hover {
                        box-shadow: #cccccc 0 0 5px 0;
                    }

                    #projects_wrapper > .small_item.fullwidth {
                        width: 800px;
                        margin: 0 10px 0 10px;
                    }

                    #projects_wrapper > .small_item.halfwidth {
                        width: 390px;
                        margin: 20px 10px 0 10px;
                        float: left;
                    }

                    #projects_wrapper > .small_item > .item_content .views {
                        padding: 0;
                        width: 50%;
                        float: left;
                    }

                    #projects_wrapper > .small_item > .item_content {
                        width: 35%;
                        padding: 10px 20px 15px 20px;
                        float: left;
                    }

                    #projects_wrapper > .small_item.halfwidth > .item_content {
                        width: 100%;
                        padding: 10px 20px 15px 20px;
                        float: none;
                    }

                    #projects_wrapper > .small_item.halfwidth > .item_content {
                        width: 350px;
                        padding: 10px 20px 15px 20px;
                        float: none;
                    }

                    #projects_wrapper > .small_item > .item_content > h3 {

                    }

                    #projects_wrapper > .small_item > .item_content > h3 > a {
                        font-size: 16px;
                        line-height: 20px;
                    }

                    #projects_wrapper > .small_item > .img_wrapper {
                        width: 60%;
                        float: right;
                        overflow: hidden;
                    }

                    #projects_wrapper > .small_item.halfwidth > .img_wrapper {
                        width: 100%;
                        float: none;
                        overflow: hidden;
                    }

                    #projects_wrapper > .small_item > .img_wrapper img {
                        min-width: 100%;
                        margin-bottom: -5px;
                    }

                    .competention > span, .expert > span {
                        font-size: 12px;
                        display: block;
                        margin-top: 15px;
                        font-weight: 500;
                    }

                    #projects_wrapper > .small_item.halfwidth .competention > span, #projects_wrapper > .small_item.halfwidth .expert > span {
                        font-size: 12px;
                        display: block;
                        margin-top: 0;
                        font-weight: 500;
                    }

                    #projects_wrapper > .small_item.halfwidth .competention {
                        width: 50%;
                        float: left;
                    }

                    #projects_wrapper > .small_item.halfwidth .expert {
                        width: 50%;
                        float: right;
                    }

                    .competention > ul, .expert > ul {
                        display: block;
                        padding: 5px 0 0 0;
                        font-size: 12px;
                        font-weight: normal;
                        list-style: none;
                        margin: 0 0 20px 0;
                    }

                    .competention > ul > li, .expert > ul > li {
                        margin-bottom: 5px;
                    }

                    .competention > ul > li > a, .expert > ul > li > a {
                        color: #4d4d4d;
                        text-decoration: underline !important;
                    }

                    .competention > ul a:hover, .expert > ul a:hover {
                        text-decoration: none;
                    }


                    #add_news {
                        margin-top: 20px;
                    }


                    #add_news > h5 {
                        font-size: 18px;
                        display: block;
                        margin: 0;
                        font-weight: 500;
                    }


                    div.items_wrapper > div > h3 {
                        font-size: 26px;
                        margin-bottom: 15px;
                    }


                    div.items_wrapper > div:nth-child(3) > h3 {
                        margin-top: 0;
                    }

                    .help > p {
                        margin-top: 0;
                        padding-top: 0;
                    }

                    .help > .proj_cat {
                        margin-bottom: 10px;
                    }

                    .help > .category {
                        display: block;
                        margin-bottom: 10px;
                    }