@import '/css/reset.css';

body,textarea,input,select {font-family: 'Roboto', sans-serif; margin: 0; padding: 0; border: 0; outline: 0;}

body {line-height: 1.3em; color: #000000; font-size: 62.5%; background: #ffffff; overflow-x: hidden;}

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

.clr {clear: both; font-size: 1px; line-height: 1px; height: 0; overflow: hidden;}

.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

::selection{background:#1c1c1b;color:#ffffff;}::-moz-selection{background:#1c1c1b;color:#ffffff;}

.image_left {
    float: left;
    margin: 0 20px 10px 0;
    padding: 8px;
}

.image_right {
    float: right;
    margineft: 0 0 10px 20px;
    padding: 8px;
}

.button, a.button {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    color: #ffffff!important;
    padding: 8px 15px;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #3d3c3b;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none!important;
}

/* grid */
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 0 1.8%;
}
.col:first-child { margin-left: 0; }
.col.top {margin-bottom: 0;}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.55%;
}
.span_2_of_4 {
    width: 49.1%;
}
.span_1_of_4 {
    width: 23.65%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.06%; }
.span_1_of_3 { width: 32.13%; }

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 49.1%;
}

/*  GO FULL WIDTH BELOW 580 PIXELS */
@media only screen and (max-width: 560px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* ico */
span.type {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 16px;
    height: 16px;
}

a.type {
    padding-left: 25px;
}

span.type.image {
    background: url(/images/ico_sm.png) no-repeat 0 -521px;
}

a.type.image {
    background: url(/images/ico_sm.png) no-repeat 0 -517px;
}

span.type.video {
    background: url(/images/ico_sm.png) no-repeat 0 -582px;
}

a.type.video {
    background: url(/images/ico_sm.png) no-repeat 0 -579px;
}

span.type.audio {
    background: url(/images/ico_sm.png) no-repeat 0 -645px;
}

a.type.audio {
    background: url(/images/ico_sm.png) no-repeat 0 -642px;
}

span.type.text {
    background: url(/images/ico_sm.png) no-repeat 0 -709px;
}

a.type.text {
    background: url(/images/ico_sm.png) no-repeat 0 -706px;
}

span.type.binary {
    background: url(/images/ico_sm.png) no-repeat 0 -775px;
}

a.type.binary {
    background: url(/images/ico_sm.png) no-repeat 0 -772px;
}

.b-all {
    text-align: center;
}

.b-all a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    color: #ffffff!important;
    padding: 8px 15px;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #3d3c3b;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none!important;
}

/* header */
#header {
    padding: 25px 0;
    background: #f3f3f5;
    overflow: hidden;
    zoom: 1;
}

#header .b-wrapper {
    padding: 0 30px;
    max-width: 1140px;
}

.b-logo {
    text-align: center;
}

.b-header-menu {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    font-size: 1.3em;
    color: #1c1c1b;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-header-menu a {
    color: #1c1c1b;
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
}

.b-lang {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    font-size: 1.3em;
    color: #1c1c1b;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: none;
}

.b-lang a {
    color: #1c1c1b;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
}

.b-lang a.active, .b-lang a:hover {
    color: #988d79;
}

.b-search-header {
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 1;
}

.b-search-header-form {
    display: none;
}

.b-search-header-form input.input {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    color: #4e4539;
    padding: 4px;
    font-size: 12px;
}

.b-search-header-form input.submit {
    width: 24px;
    height: 24px;
    display: block;
    background: url(/images/search_ico.png) no-repeat 0 0;
    border: none;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1;
}

.b-search-header-ico a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(/images/search_ico.png) no-repeat 0 0;
    margin-top: 1px;
}

.b-user {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #1c1c1b;
}

.b-user a {
    color: #1c1c1b;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 10px;
    font-weight: 300;
}

.b-user a.user {
    color: #1c1c1b;
    text-decoration: none;
    padding: 5px 0 5px 26px;
    background: url(/images/ico.png) no-repeat 0 3px;
    vertical-align: 7px;
    text-transform: uppercase;
}

.b-user a.logout {
    width: 24px;
    height: 24px;
    background: url(/images/ico.png) no-repeat 0 -39px;
}

.b-user a.trash {
    width: 24px;
    height: 24px;
    background: url(/images/ico.png) no-repeat 0 -83px;
}

.b-user a.admin {
    width: 24px;
    height: 24px;
    background: url(/images/ico.png) no-repeat 0 -127px;
}

.b-user a.new {
    width: 24px;
    height: 24px;
    background: url(/images/ico.png) no-repeat 0 -391px;
}

/* page */
.b-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.b-holder {
    position: relative;
}

.b-content {
    width: 100%;
    height: 100%;
    position: relative;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-content-block {
    padding: 30px;
}

.h-sidebar {
    padding: 30px 20px 20px 20px;
}

/* block */
.b-block-header {
    position: relative;
}

.b-block-footer {
    position: relative;
    padding-top: 20px;
}

.b-block-name {
    font-size: 2.4em;
    color: #1c1c1b;
    line-height: 1.1em;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    position: relative;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-block-name a {
    color: #1c1c1b;
    text-decoration: underline;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

h1.title {
    font-size: 4.2em;
    color: #010101;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-block-actions {
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
}

.b-block-footer .b-block-actions {
    top: 28px;
}

.b-full {
    position: relative;
}

.b-breadcrumb {
    margin-bottom: 30px;
    font-size: 1.5em;
    color: #1c1c1b;
    line-height: 1.3em;
}

.b-breadcrumb a {
    padding-right: 20px;
    margin-right: 0;
    background: url(/images/ico_sm.png) no-repeat 100% -982px;
    margin-right: 8px;
}

.b-breadcrumb a.last {
    padding-right: 0;
    margin-right: 0;
    background: none;
}

.b-block-actions a {
    color: #7b7f7d;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 10px;
}

.b-project-actions-ico a.new {
    padding-left: 25px;
    background: url(/images/ico_sm.png) no-repeat 0 0;
}

.b-project-actions-ico a.export {
    background: url(/images/ico_sm.png) no-repeat 0 -842px;
    padding-left: 25px;
}

.b-project-actions-ico a.import {
    background: url(/images/ico_sm.png) no-repeat 0 -908px;
    padding-left: 25px;
}

.b-project-actions-ico a.delete {
    background: url(/images/ico_sm.png) no-repeat 0 -458px;
    padding-left: 25px;
}

.b-project-actions-ico a.edit {
    background: url(/images/ico_sm.png) no-repeat 0 -393px;
    padding-left: 25px;
}

.b-project-actions-ico a.share {
    background: url(/images/ico_sm.png) no-repeat 0 -1193px;
    padding-left: 25px;
}

.b-project-actions-ico a:hover {
    color: #ad975d;
}

/* catalog */
.b-project-list {

}

.b-project-item {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    background: #ffffff;
}

.b-project-info {
    overflow: hidden;
    zoom: 1;
}

.b-project-list.list .b-project-info {
    text-align: center;
}

.b-project-poster {
    float: left;
    margin-right: 40px;
    max-width: 320px;
}

.b-project-list.list .b-project-poster {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}

.b-project-poster.small {
    max-width: 100%;
}

.b-project-poster img {
    max-width: 100%;
}

.b-project-title {
    font-size: 1.6em;
    color: #4e4539;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.b-project-title h2 {
    font-weight: bold;
}

.b-project-title a {
    color: #4e4539;
    text-decoration: none;
}

.b-project-title a.folder {
    padding-left: 36px;
    background: url(/images/ico_sm.png) no-repeat 0 -63px;
}

.b-project-title a.content {
    padding-left: 36px;
    background: url(/images/ico_sm.png) no-repeat 0 -128px;
}


.b-project-param {
    font-size: 1.3em;
    color: #9f9582;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.b-project-tree {
    overflow: hidden;
    zoom: 1;
    display: none;
    margin-bottom: 30px;
}

.b-project-tree.subproject {

}

.b-project-item.subcontent.active .b-project-tree, .b-project-item.subcontent.open .b-project-tree {
    display: block;
}

.b-project-tree-item {
    color: #5f605e;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.b-project-tree-item .b-project-title {
    margin-bottom: 0;
}

.b-project-tree.subproject .b-project-tree-item:hover {

}

.h-project-tree-item {
    position: relative;
    margin: 15px 20px 15px 0;
    color: #1c1c1b;
}

.b-project-tree.subproject .h-project-tree-item {
    background: none;
    padding-left: 0;
}

.b-project-tree-item.subcontent .h-project-tree-item {
    background: url(/images/project_arrow.png) no-repeat 5px 6px;
}

.b-project-tree-item.subcontent.active, .b-project-tree-item.active {
    background: #e2ded5;
}

.b-project-tree-item.subcontent.active .h-project-tree-item {
    background: url(/images/project_arrow_open.png) no-repeat 5px 6px;
}

.b-project-tree-item.level2 .h-project-tree-item {
    background-image: none!important;
    padding-left: 80px;
}

.b-project-tree-item a {
    color: #ad975d;
    text-decoration: underline;
}

.b-project-tree-subfolder {
    display: none;
}

.b-project-tree-subfolder.active {
    display: block;
}

.b-project-card {
    position: relative;
}

.b-project-card a.close {
    width: 16px;
    height: 17px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 1;
    background: url(/images/ico_sm.png) no-repeat 0 -197px;
}

.b-project-card h1 {
    font-size: 2.4em;
    color: #1c1c1b;
    line-height: 1.1em;
    margin-bottom: 15px;
    padding-right: 26px;
}

.b-project-card h1 a {
    color: #1c1c1b;
    text-decoration: none;
}

.b-project-addinfo {
    font-size: 1.8em;
    color: #1c1c1b;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.b-project-addinfo a {
    color: #1c1c1b;
    text-decoration: none;
}

.b-project-addparam {
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.b-project-addparam li {
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #1c1c1b;
    line-height: 1.2em;
    font-weight: 300;
}

.b-project-addparam li span {
    color: #1c1c1b;
    font-weight: 500;
    display: inline-block;
    width: 170px;
}

.b-project-synopsis {
    margin-bottom: 30px;
}

.b-project-synopsis-text {
    font-size: 1.6em;
    color: #1c1c1b;
    line-height: 1.4em;
    padding-bottom: 20px;
    font-weight: 300;
    text-align: center;
}

.b-project-about-actions, .b-project-card-action {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1;
}

.h-project-card-action {

}

.b-project-card-action li, .b-project-about-actions li {
    margin-left: 10px;
    display: inline-block;
}

.b-project-card-action li a, .b-project-about-actions li a {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.b-project-card-action li a:hover, .b-project-about-actions li a:hover {

}

.b-project-card-action li a.add, .b-project-about-actions li a.add {
    background: url(/images/ico.png) no-repeat 0 -434px;
}

.b-project-card-action li a.add_item, .b-project-about-actions li a.add_item {
    background: url(/images/ico.png) no-repeat 0 -303px;
}

.b-project-card-action li a.edit, .b-project-about-actions li a.edit {
    background: url(/images/ico.png) no-repeat 0 -215px;
}

.b-project-card-action li a.delete, .b-project-about-actions li a.delete {
    background: url(/images/ico.png) no-repeat 0 -259px;
}

.b-project-card-action li a.share, .b-project-about-actions li a.share {
    background: url(/images/ico.png) no-repeat 0 -171px;
}

.b-project-card-go {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.b-project-card-files {
    margin-bottom: 20px;
}

.b-project-card-files p {
    font-size: 1.4em;
    color: #1c1c1b;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.b-project-card-files p span {
    color: #7b7f7d;
}

.b-project-card-files p a {
    color: #9e9a8f;
    text-decoration: underline;
}

.b-project-card-files table {
    width: 100%;
    margin-bottom: 15px;
}

.b-project-card-files td {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 15px 0;
    border-bottom: 1px solid #d5d5d5;
    vertical-align: top;
}

.b-project-card-files td a {
    color: #ad975d;
    text-decoration: underline;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.b-project-card-files td.size {
    color: #7b7f7d;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}

.b-project-about {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.b-project-about-actions {

}

.b-project-content-action {
    margin-bottom: 20px;
    position: relative;
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
}

.b-project-content-action a {
    color: #7b7f7d;
    display: inline-block;
    margin-right: 10px;
}

.b-project-content-action a.import {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: 0;
}

.b-project-content-upload {
    text-align: center;
    font-size: 1.4em;
    color: #1c1c1b;
    line-height: 1.2em;
}

.b-project-content-upload a#upload {
    color: #7b7f7d;
    display: inline-block;
    margin-bottom: 10px;
    background: url(/images/ico_sm.png) no-repeat 0 -908px;
    padding-left: 25px;
}

.b-project-content-upload-detail .b-form-row .label {
    display: none;
}

.b-project-content-upload-detail .b-form-row .widget {
    margin-left: 0;
}

.b-project-content-list table {
    width: 100%;
    margin-bottom: 20px;
}

.b-project-content-list th, .b-project-content-list td.th {
    padding: 15px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    font-size: 1.4em;
    color: #1c1c1b;
    vertical-align: top;
}

.b-project-content-list th.center, .b-project-content-list td.th.center {
    text-align: center;
}

.b-project-content-list th span {
    color: #1c1c1b;
}

.b-project-content-list th a {
    color: #1c1c1b;
    text-decoration: none;
    padding-right: 16px;
}

.b-project-content-list th a span {
    border-bottom: 1px dotted #858279;
    color: #1c1c1b;
}

.b-project-content-list th a:hover, .b-project-content-list th a:hover span {
    color: #1c1c1b;
}

.b-project-content-list th a.active, .b-project-content-list th a.active span {
    color: #1c1c1b;
    border: none;
}

.b-project-content-list th.headerSortDown a {
    background: url(/images/ico_sm.png) no-repeat 100% -1053px;
}

.b-project-content-list th.headerSortUp a {
    background: url(/images/ico_sm.png) no-repeat 100% -1120px;
}

.b-project-content-list th.total {
    color: #999794;
    border-right: none;
}

.b-project-content-list th.size {
    color: #999794;
    text-align: right;
}

.b-project-content-list td {
    padding: 15px;
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
    font-size: 1.3em;
    color: #8e8b86;
    line-height: 1.2em;
    vertical-align: top;
}

.b-project-content-list td.checkbox {

}

.b-project-content-list td.preview img {
    max-width: 60px;
}

.b-project-content-list td.type {
    text-align: center;
}

.b-project-content-list td.filename {
    font-size: 1.5em;
    color: #baa582;
    line-height: 1.2em;
    width: 60%;
}

.b-project-content-list td.filename a, .b-project-content-list td.filename a:hover {
    color: #baa582;
}

.b-project-content-list td.duration {
    text-align: center;
}

.b-project-content-list td.date {

}

.b-project-content-list td.filesize, .b-project-content-list th.filesize {
    text-align: right;
}

.b-project-content-info table {
    width: 100%;
}

.b-project-content-info td {
    vertical-align: top;
}

.b-project-content-info td.content {
    min-width: 640px;
}

.b-project-content-info td.info {
    width: 100%;
    padding-left: 60px;
}

.b-project-content-full {
    position: relative;
}

.b-project-content-filename {
    font-size: 1.6em;
    color: #1c1c1b;
    line-height: 1.1em;
    padding: 0 0 20px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-project-content-share-detail {

}

.b-project-content-share-param {
    padding-top: 24px;
}

.b-project-content-share-detail input#share-link, .b-project-content-share-param input#share-email, .b-project-content-share-param select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e2;
    padding: 8px;
    font-size: 14px;
    color: #010f11;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-project-content-share-param p {
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.b-project-content-share-field {
    margin-bottom: 10px;
}

.b-project-content-share-param select {
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-project-content-share-param input#share-email {
    width: 100%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-project-content-holder {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 30px auto;   
    text-align: center;
}

.b-project-content-holder img {
    max-width: 100%;
}

.b-project-content-download {
    text-align: center;
    margin-bottom: 30px;
}

.b-project-content-player {
    width: 100%;
    max-width: 640px;
    height: 360px;
    background: #f7f5ef;

    -webkit-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.4);
}

.b-project-content-player-links {
    width: 280px;
    margin: 0 auto;
    padding-top: 150px;
}

.b-project-content-player-links span {
    display: block;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.2em;
}

.b-project-content-player-links a {
    display: block;
    font-size: 1.4em;
    color: #9e9a8f;
    line-height: 1.2em;
    text-decoration: underline;
    margin-bottom: 20px;
    padding-left: 26px;
}

.b-project-content-player-links a.generate {
    background: url(/images/ico_sm.png) no-repeat 0 -1269px;
}

.b-project-content-player-links a.choice {
    background: url(/images/ico_sm.png) no-repeat 0 -1343px;
}

.b-project-content-addinfo dl {
    width: 42%;
    min-height: 380px;
    padding-right: 30px;
    float: left;
    margin-bottom: 20px;
}

.b-project-content-addinfo {
    padding-top: 46px;
}

.b-project-content-addinfo dt {
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
    display: block;
    margin-bottom: 15px;
}

.b-project-content-addinfo dd {
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
    display: block;
    margin: 0 0 5px 10px;
}

.b-project-content-addinfo dt span, .b-project-content-addinfo dd span {
    color: #1c1c1b;
}

/* news */
.b-news-list {

}

.b-news-item {
    margin-bottom: 30px;
}

.h-news-item {
    padding: 18px;
    overflow: hidden;
    zoom: 1;
}

.b-news-item.border {
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b-news-img {
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.b-news-img img {
    display: block;
    max-width: 100%;
}

.b-news-item.border .b-news-img {
    float: left;
    margin: 0 18px 0 0;
    width: 204px;
}

.b-news-holder {
    padding-left: 78px;
}

.b-news-info {

}

.b-news-item.border .b-news-info {
    background: #f5f5f7;
    padding: 18px;
}

.b-news-msg {
    font-size: 1.6em;
    color: #1c1c1b;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 300;
}

.b-news-title {
    padding-bottom: 10px;
}

.b-news-title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #3d3c3b;
    line-height: 1.3em;
    display: inline;
    padding-right: 5px;
}

.b-news-title h2 a {
    text-decoration: none;
    color: #3d3c3b;
}

.b-news-date {
    font-size: 14px;
    color: #a6a6a6;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-news-full .b-news-date {
    margin-bottom: 20px;
}

.b-news-category {
    color: #9f9582;
    line-height: 1.2em;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.b-news-title .b-news-category {
    display: inline;
    margin-bottom: 0;
}

.b-news-desc {
    font-size: 1.3em;
    color: #1b1814;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.b-news-desc a, .b-some-desc a {
    color: #1b1814;
    text-decoration: none;
}

.b-news-more {
    text-align: center;
    padding-bottom: 30px;
}

.b-news-source, .b-news-author, .b-news-project {
    font-size: 1.5em;
    color: #010101;
    font-weight: bold;
    margin-bottom: 30px;
}

.b-news-item.border .b-news-author {
    margin-bottom: 10px;
}

.b-news-source a, .b-news-author a, .b-news-project a {
    font-weight: normal;
}

.b-news-author-item {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.b-author-img {
    float: left;
    width: 60px;
    margin-right: 18px;
}

.b-author-img img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.b-author-name {
    padding-top: 10px;
    margin-bottom: 6px;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #1c1c1b;
    font-weight: bold;
}

.b-author-name a {
    color: #1c1c1b;
    text-decoration: none;    
}

.b-author-desc {
    font-size: 1.4em;
    line-height: 1.3em;
    color: #a6a6a6;
}

.b-media-gallery {
    margin-bottom: 30px;
    position: relative;
}

/* static text */
.b-static-text {

}

.b-static-img {
    margin-bottom: 20px;
}

.b-static-img img {
    max-width: 100%;
}

.b-static-text h1 {
    font-size: 3.8em;
    color: #010101;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-static-text img {
    max-width: 100%;
    height: auto;
}

.b-static-text h2 {
    font-size: 3.2em;
    color: #010101;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-static-text h3 {
    font-size: 2.6em;
    color: #010101;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-static-text h4 {
    font-size: 2em;
    color: #010101;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-static-text img {
    height: auto;
}

.b-static-text p {
    font-size: 1.6em;
    color: #1c1c1b;
    line-height: 1.4em;
    padding-bottom: 20px;
    font-weight: 300;
}

.b-static-text blockquote {
    font-size: 2.4em;
    color: #988d79;
    line-height: 1.3em;
    margin-bottom: 30px;
    padding-left: 30px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    background: url(/images/blockquote.png) repeat-y top left;
}

.b-static-text blockquote p {
    font-size: 24px;
    color: #988d79;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 0;
}

.b-static-text ul {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 40px;
}

.b-static-text ol {
    list-style: decimal;
    margin-bottom: 10px;
    margin-left: 40px;
}

.b-static-text ul li, .b-static-text ol li {
    font-size: 1.6em;
    color: #010101;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.b-static-text table {
    font-size: 16px;
    color: #d5d6d6;
    width: 100%;
    margin-bottom: 20px;
}

.b-static-text th {
    vertical-align: top;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    color: #010101;
    border: 1px solid #e1e1e2;
}

.b-static-text td {
    vertical-align: top;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
    color: #010101;
    border: 1px solid #e1e1e2;
}

.b-block-popup .b-static-text td {
    padding: 4px 5px;
    font-size: 14px;
}

.b-static-text td p {
    font-size: 16px!important;
    line-height: 18px!important;
    color: #010101!important;
    padding: 0!important;
}

/* tree */
.b-js-tree {
    float: none!important;
    border: 1px solid #e2ded5!important;
    height: 350px!important;
    margin-bottom: 10px;
    font-size: 12px;
}

.b-tree-container {
    height: 420px!important;
}

/* search */
.b-search-form {
    margin: 0 0 30px 0;
    border: 1px solid #dddddd;
    padding: 18px;
    overflow: hidden;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b-search-form input.input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2ded5;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-search-submit {
    margin-top: 10px;
}

.b-search-submit .srcbutton {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    color: #ffffff!important;
    padding: 8px 15px;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #3d3c3b;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none!important;
}

.b-search-count {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #3d3c3b;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.b-search-list {

}

.b-search-item {
    margin-bottom: 30px;
}

.b-search-image {
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.b-search-image img {
    display: block;
    max-width: 100%;
}

.b-search-info h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #3d3c3b;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.b-search-info h3 a {
    color: #3d3c3b;
    text-decoration: none;   
}

/* pop up */
.b-block-popup {
    margin-bottom: 0;
    background: #ffffff;
    border: none;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.h-block-popup {
    padding: 0 16px 16px 16px;
    overflow: hidden;
    zoom: 1;
}

.b-popup-name {
    position: relative;
    margin-bottom: 15px;
}

.b-popup-cover {
    margin-bottom: 15px;
}

.b-popup-name h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #3d3c3b;
    line-height: 1.3em;
}

/* form */
.b-form {
    width: 604px;
    margin: 0 auto;
}

.b-form-row {
    margin-bottom: 10px;
    position: relative;
}

.a2lix_translationsLocales.nav-tabs {
    display: none;
}

.b-form-row .label {
    display: block;
    font-size: 1.4em;
    color: #7b7f7d;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.b-form-row .widget {
    font-size: 14px;
}

.b-form-row .subname {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #1c1c1b;
}

.b-form-row .subname a {
    color: #9e9a8f;
    text-decoration: underline;
}

.b-form-row input.input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2ded5;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-form-row textarea {
    width: 100%;
    height: 140px;
    background: #ffffff;
    border: 1px solid #e2ded5;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-form-row select {
    background: #ffffff;
    border: 1px solid #e2ded5;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;
    -webkit-appearance: menulist-button;
    line-height: 30px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row_content_isPublished input, .row_project_isPublished input {
    margin-top: 12px;
}

.row_project_poster #project_poster {
    padding-top: 8px;
}

.row_content_duration .select2-container .select2-choice, .widget_file_duration .select2-container .select2-choice {
    width: 50px;
}

.b-form-row .label.label_project_poster_delete {
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px!important;
}

.b-form-row .widget.widget_project_poster_delete {
    margin-left: 0;
    font-size: 14px!important;
}

.b-form-submit {

}

.b-form-submit.nomargin {
    margin-left: 0;
}

.b-form-submit p {
    font-size: 1.4em;
    padding: 8px 0 8px 20px;
    display: inline-block;
}

.b-form-done {
    font-size: 1.4em;
    color: #00b655;
    border: 1px solid #00b655;
    font-weight: normal;
    line-height: 1.3em;
    padding: 15px 15px 15px 50px;
    background: #ffffff url(/images/form_ico.png) no-repeat 15px 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-form-notice {
    font-size: 1.4em;
    color: #010101;
    border: 1px solid #e1e1e2;
    font-weight: normal;
    line-height: 1.2em;
    padding: 15px 15px 15px 50px;
    background: #ffffff url(/images/form_ico.png) no-repeat 15px -170px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-form-error {
    font-size: 1.4em;
    color: #ff833d;
    border: 1px solid #ff833d;
    font-weight: normal;
    line-height: 1.3em;
    padding: 15px 15px 15px 50px;
    background: #ffffff url(/images/form_ico.png) no-repeat 15px -51px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
}

.b-form .errors {
    font-size: 12px;
    color: #7b7f7d;
    line-height: 14px;
    margin-top: 5px;
}

/* paging */
.b-paging {

}

.b-paging li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
    color: #4e4539;
}

.b-paging li a {
    display: block;
    color: #4e4539;
    text-decoration: none;
    width: 32px;
    height: 26px;
    text-align: center;
    padding-top: 7px;

    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.b-paging li a.active, .b-paging li a:hover {
    background: #e2aa27;

    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

/* footer */
.push { }

#footer {
    background: #e2e1e3;
    overflow: hidden;
    zoom: 1;
    padding: 25px;
    clear: both;
}

#footer .b-wrapper {
    padding: 0 30px;
    max-width: 1140px;
}

.b-copyright {
    font-size: 1.4em;
    color: #3d3c3b;
    line-height: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 90px;
    background: url(/images/logo_small.png) no-repeat 0 0;
}

.b-webdev {
    padding-top: 10px;
}

.b-webdev a {
    color: #3d3c3b;
    padding: 3px 0 3px 40px;
    background: url(/images/ag_logo.png) no-repeat center left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

/* fix */
div.a2lix_translationsFields {
    top: 0!important;
}

div.a2lix_translationsFields > div {
    border: none!important;
    margin-right: 0!important;
    padding: 0!important;
}

ul.a2lix_translationsLocales li a {
    border: none!important;
    padding: 6px 10px!important;
    color: #ad975d!important;
    display: inline-block;
    background: none!important;
}

ul.a2lix_translationsLocales li a:hover, ul.a2lix_translationsLocales li.active a {
    background: #3d3c3b!important;
    color: #ffffff!important;
}

ul.a2lix_translationsLocales {
    margin-bottom: 10px;
}

@media only screen and (max-width : 680px) {
    .b-project-poster {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .b-project-poster img {
        width: 100%;
    }

    .b-project-content-list td, .b-project-content-list th, .b-project-content-list td.th {
        padding: 5px;
    }

    .b-header-menu {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 20px;
        text-align: center;
    }

    .b-header-menu a {
        padding: 0 5px;
    }

    .b-project-about-actions, .b-project-card-action {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 30px;
    }

    .b-project-card-action li, .b-project-about-actions li {
        margin: 0 10px 0 0;
    }
}