﻿body {
    font-family: Helvetica, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

.share-logo {
    margin: 0 auto;
    width: 0;
    height: 0;
    overflow: hidden;
}

.share-image {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 0;
    display: block;
}

a:visited, a:active, a:focus {
    outline: none;
}

.pt80 {
    padding-top: 80px;
}

.btn a {
    display: block;
    width: 100%;
    text-decoration: none;
}

[class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-list {
}

    .table-list th {
        text-align: center;
    }

.validation-summary-errors {
    color: red;
}

.navbar {
    min-height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
}

.nav > li > a {
    padding: 20px 15px;
}

.navbar-nav > li > a.uname {
    color: #fff;
}

    .navbar-nav > li > a.uname:hover {
        background-color: #7cb132;
        color: #fff;
    }
.uname-menu > li > a {
    padding: 6px 20px;
}
.sidenav {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .sidenav .list-group {
        box-shadow: none;
    }

        .sidenav .list-group:last-child {
            margin-bottom: 0;
        }

        .sidenav .list-group .list-group-heading {
            list-style-type: none;
            color: #919191;
            margin-bottom: 10px;
            margin-left: 20px;
        }

        .sidenav .list-group .list-group-item {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            background: none;
            text-shadow: none;
            border-radius: 0;
            border: none;
            padding: 0;
        }

            .sidenav .list-group .list-group-item > a {
                display: block;
                color: #616161;
                padding: 10px 15px 10px 35px;
            }

            .sidenav .list-group .list-group-item.active > a {
                color: #7cb132;
                background: none;
            }

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
}

.form-horizontal .controls {
    width: 50%;
}

.logo-tag-a {
    font-size: 18px;
    color: #f8edf2;
    margin-left: -15px;
}

    .logo-tag-a:visited, .logo-tag-a:hover {
        color: #f8edf2;
    }

    .logo-tag-a .logo {
        height: 56px;
        margin: -13px 0;
        float: left;
        clear: both;
    }

.align-justify {
    text-align: justify;
}

.control-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.controls {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
}

@media(max-width:768px) {
    .navbar {
        min-height: 48px;
    }

    .nav > li > a {
        padding: 14px 15px;
    }

    .logo-tag-a {
        margin-left: -5px;
    }

        .logo-tag-a .logo {
            margin-top: -10px;
            height: 40px;
            width: 120px;
        }

    .sr-only {
        display: none;
    }
}

.banner {
    margin: -5px -10px 0 -15px;
    position: relative;
}

    .banner img {
        width: 100%;
        height: 130px;
    }

    .banner .event {
        position: absolute;
        top: 50%;
        margin: -55px 0 0 5px;
        left: 150px;
        padding: 15px 15px 10px 15px;
        background-color: rgba(0, 0, 0, 0.5);
    }

.event .name {
    font-size: 26px !important;
    color: #f63;
}

.event em {
    margin-bottom: 6px;
}

.event em, .event > div {
    font-size: 15px;
    color: #fff !important;
}

.uname-menu .fa {
    padding-right: 4px;
}

.block-5 {
    padding: 5px 5px 0 0;
}

.panel {
    border: none;
    margin-bottom: 0;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 40px;
    padding-left: 40px;
}

.panel-default {
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .panel-default > .panel-heading {
        position: relative;
        font-size: 16px;
        padding: 10px 0;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
    }

    .panel-default > .panel-body {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-default > .panel-heading .panel-title {
        color: #313131;
    }

.panel-body p {
    text-indent: 2em;
    line-height: 24px;
}
.panel-body p.noind{
    text-indent:0em;
}

.ellipsis, .text-overflow {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.color-gray {
    color: #919191 !important;
}

.media.media-number, .media.media-number-o {
    padding-bottom: 5px;
}

.panel-body-document {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 9px;
}

    .panel-body-document .doc-item {
        margin-top: 10px;
        padding-bottom: 8px;
    }

.link-dark {
    color: #313131 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.x-panel-body {
    padding-bottom: 9px;
}

@-moz-document url-prefix() {
    .x-panel-body {
        padding-bottom: 10px;
    }
}

.event-block {
    padding: 14px 0 14px;
}

.project-recommend-item {
    margin-bottom: 10px;
    height: 70px;
}

.event-recommend-item {
    margin-bottom: 16px;
    height: 78px;
}

    .project-recommend-item .project-logo, .event-recommend-item .event-logo {
        float: left;
        border: 1px solid rgba(0,0,0,0.1);
    }

        .project-recommend-item .project-logo img {
            width: 107px;
            height: 67px;
        }

        .event-recommend-item .event-logo img {
            width: 115px;
            height: 75px;
        }

.project-recommend-item .project-title {
    width: 100%;
    font-size: 16px;
    margin-left: 5px;
}

.event-recommend-item .event-title {
    width: 100%;
    display: block;
    height: 40px;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 14px;
}

.event-recommend-item .event-date em {
    float: left;
    height: 30px;
}

.event-recommend-item .event-date {
    font-size: 12px;
    color: #919191;
    line-height: 14px;
}

    .event-recommend-item .event-date .date-text {
        float: left;
        padding-left: 5px;
    }

.project-recommend-item .project-intro {
    width: 100%;
    margin-left: 5px;
    color: #919191;
    height: 41px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .project-recommend-item .project-intro b {
        color: #313131;
    }

.project-list {
    margin-bottom: 5px;
}

.panel-body-fix {
    padding-top: 7px;
    padding-bottom: 8.5px;
}
.safari-home-pblock{
    padding-bottom:11px;
}
.project-files {
}

    .project-files .panel {
        border: none;
        box-shadow: none;
    }

.footer {
    background: #e3e2e0;
    padding: 30px 0 15px;
    min-height: 29px;
    clear: both;
    margin: 0;
    outline: 0;
    font-size: 14px;
}

    .footer .link-bar {
        padding: 6px 0 9px;
        text-align: center;
    }

        .footer .link-bar a {
            color: #787775;
            margin: 0 10px;
        }

.shell {
    width: 980px;
    margin: auto;
    clear: both;
}

@media(max-width:1024px) {
    .about .panel-default, .sidebar .panel-default {
        /*padding: 0 8px;*/
    }

    .about .panel-body, .sidebar .panel-body {
        padding: 5px;
    }

    .about p, .sidebar p {
        /*margin: 0 0 6px;*/
        line-height: 22px;
    }

    .banner {
        margin: -5px -10px 0 -10px;
    }

    .block-5 {
        padding-left: 5px;
    }

    .footer {
        padding: 10px 0 5px;
    }

    .shell {
        width: 90%;
    }
}

.copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #787775;
}

.socials {
    float: right;
    display: inline-block;
    width: 400px;
}

    .socials p {
        float: left;
        display: inline;
        padding-right: 21px;
        line-height: 29px;
        font-size: 16px;
    }

.form-signin {
    max-width: 320px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox,
    .form-signin input {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
    }

.form-singup {
    max-width: 420px;
}

    .form-singup [class*="col-"] {
        padding-left: 0;
        padding-right: 5px;
    }

    .form-singup .form-label {
        text-align: right;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        line-height: 44px;
    }

    .form-singup .form-signin-heading {
        font-size: 18px;
        padding-left: 30px;
        padding-bottom: 10px;
        margin-left: -30px;
        margin-right: -30px;
        border-bottom: 1px solid #e1e1e1;
    }

@media(max-width:768px) {
    .form-singup .form-label {
        text-align: left;
        font-size: 16px;
        line-height: 34px;
    }

    .form-singup .form-signin-heading {
        padding-left: 10px;
    }
    .panel-default{
        padding:0 10px;
    }
    .panel-default > .x-panel-heading{
        padding-top:5px;
        padding-bottom:5px;
    }
    .x-panel-body {
        padding-top: 8px;
    }
    
}

@media (min-width: 768px) {
    .form-singup .singup-toggle {
        display: none;
    }
}

.item-wrapper {
    padding: 0 0 1.875em 1.875em;
    display: table;
    width: 100%;
}

    .item-wrapper h1 {
        font-size: 20px;
        color: #005a96;
        display: inline-block;
    }

    .item-wrapper h2 {
        font-size: 16px;
    }

    .item-wrapper h3 {
        font-size: 14px;
        font-weight: bold;
    }

    .item-wrapper .company-review {
        background-color: #f5f5f3;
        padding: 1.875em;
        width: 100%;
        height: 200px;
        min-height: 200px;
    }

    .item-wrapper .logo {
        width: 180px;
        height: 120px;
        float: left;
        background: #FFF;
        padding: 0;
        position: absolute;
        *position: relative;
        margin: 0;
    }

        .item-wrapper .logo img {
            width: 180px;
            height: 120px;
        }

    .item-wrapper .info {
        margin-left: 200px;
        position: relative;
    }

.dl-horizontal dt {
    width: 80px;
    margin-bottom: 2px;
}

.dl-horizontal dd {
    margin-left: 85px;
    margin-bottom: 2px;
}

    .dl-horizontal dd.feature {
        height: 100px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.item-wrapper .company-info, .item-wrapper .ptext {
    padding: 10px 5px;
    text-indent: 2em;
    margin: 0;
}

.item-wrapper .more p {
    text-indent: 2em;
}

.item-wrapper div.more div {
    text-indent: 2em;
    margin-top: 8px;
}

.compnay-name {
    margin: 20px -10px 0 -10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.i3.compnay-name {
    margin: 0 5px 5px;
    font-size: 14px;
    color: #005a96;
    text-align: left;
}

.project-item-title {
    font-weight: bold;
    font-size: 18px;
}

@media(max-width:1280px) {
    .item-wrapper {
        padding: 0 0 1em 0.7em;
    }

        .item-wrapper .info {
            margin-left: 190px;
            padding-left: 5px;
        }

        .item-wrapper .company-review {
            padding: 1em 0.5em;
            padding-bottom: 1px;
            width: 100%;
            height: auto;
        }
}

@media(max-width:768px) {
    .item-wrapper {
        padding-left: 0;
    }

        .item-wrapper .logo {
            display: block;
            margin: 0 auto;
            float: none;
            position: relative;
        }

        .item-wrapper .info {
            clear: left;
            margin-top: 30px;
            margin-left: -5px;
            padding-left: 5px;
        }

    .dl-horizontal dd {
        margin-left: 5px;
    }

    .pagination > li > a {
        padding: 6px;
    }
}

.showDetail {
    color: #005a96;
    margin: 0 1em 0.5em 0.125em;
    float: right;
}

.ui-state-default, .ui-state-hover, .ui-state-active {
    border: none;
    background: none;
    background-color: white;
    color: #808080;
}

.ui-accordion .ui-accordion-content {
    border: none;
    padding: 0 2.2em;
}

.contact {
    position: relative;
    /*background-color: #003D66;
color: #668BA3;*/
    border-radius: 5px;
    border: 1px solid #e1e1df;
    margin-top: 10px;
    padding: 25px 30px 42px;
    width: 100%;
    display: table;
}

    .contact > span {
        width: 30%;
        font-size: 20px;
        display: table-cell;
    }

    .contact .contactinfo {
        color: #333;
        display: table-cell;
    }

        .contact .contactinfo > span {
            display: block;
        }

        .contact .contactinfo .name {
            font-size: 20px;
            margin-bottom: 4px;
        }

        .contact .contactinfo .job {
            color: #668BA3;
            font-size: 17px;
            margin-bottom: 20px;
        }

        .contact .contactinfo .email {
            margin-bottom: 26px;
            clear: both;
        }

        .contact .contactinfo .address {
            margin-bottom: 21px;
        }

        .contact .contactinfo .icon {
            display: inline-block;
            height: 1em;
            width: 1em;
            color: #337ab7;
            background-repeat: no-repeat;
            background-position: 0 0;
            padding-right: 12px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: 0.8;
        }

.project-link a {
    font-size: 18px;
    padding-left: 34px;
    position: relative;
    color: #333;
}

    .project-link a::before {
        background: rgba(0, 0, 0, 0) url("../../Content/images/edit.png") no-repeat scroll 0 0;
        content: "";
        height: 25px;
        left: 0;
        position: absolute;
        width: 25px;
    }

.titleLabel {
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    text-align: center;
}

.borderclear {
    border: none;
}

.qualification {
}

    .qualification div {
        text-indent: 2em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .qualification div.note {
            font-size: 12px;
            text-indent: 0;
        }

        .qualification div.right {
            text-align: right;
        }

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.formField .textinput {
    background: #fff;
    border: 1px solid #e1e1df;
    border-radius: 4px 4px 4px 4px;
    color: #80807b;
    font-size: 1em;
    margin: 5px 0 -2px 0;
    padding: 5px 8px;
    position: relative;
}

    .formField .textinput[disabled] {
        background: #fff;
        color: #afafaf;
    }

.formField textarea {
    background: #fff;
    border: 1px solid #e1e1df;
    color: #80807b;
    border-radius: 4px 4px 4px 4px;
    margin-top: 6px;
    padding: 8px;
    width: 446px;
}

    .formField textarea.w800 {
        width: 803px;
    }

.formField select {
    background: #fff;
    border: 1px solid #e1e1df;
    border-radius: 4px 4px 4px 4px;
    color: #343434;
    font-size: 1em;
    margin: 5px 0 0 0;
    padding: 4px 8px;
    position: relative;
    min-width: 120px;
    max-width: 210px;
    width: 100%;
}

.formFieldcheckbox {
    width: 100%;
    display: inline-block;
    margin-top: 7px;
}

    .formFieldcheckbox span {
        display: block;
        margin-bottom: 6px;
    }

    .formFieldcheckbox input {
        margin-right: 5px;
    }

.ulink, .ulink:hover {
    color: white;
    margin-left: 8px;
}

    .ulink:visited {
        color: white;
        margin-left: 8px;
    }

.info .single-row {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 480px;
}

.modal-dialog {
    width: 900px;
}

.form-horizontal .form-group {
    margin-bottom: 30px;
}

.radios label, .checkboxs label {
    font-weight: normal;
    padding: 0 20px 0 0;
}

.form-control {
    color: #616161;
    border-color: #e1e1e1;
}

.project-form .for-video-type, .project-form .for-audio-type, .project-form .for-text-type, .project-form .for-ppt-type, .project-form .for-document-type, .project-form .for-image-type, .form .for-none-type {
    display: none;
}

.project-form .alert {
    margin: 15px 0 5px;
}

.project-form-video .for-video-type, .project-form-document .for-document-type, .project-form-image .for-image-type, .project-form-audio .for-audio-type, .project-form-text .for-text-type, .project-form-ppt .for-ppt-type {
    display: block;
}

.attach > thead > tr > th, .attach > tbody > tr > td {
    padding: 2px;
    line-height: 20px;
}

    .attach > thead > tr > th > div.btn, .attach > tbody > tr > td > a.btn {
        padding: 2px 6px;
        line-height: 18px;
    }

.thumbnail {
    margin-bottom: 10px;
}

    .thumbnail .caption h5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .thumbnail .play {
        width: 48px;
        height: 48px;
        margin: -90px auto 40px;
        padding: 8px 12px;
        font-size: 20px;
        line-height: 32px;
        border: solid 1px #999;
        background-color: #000;
        opacity: 0.4;
        border-radius: 6px;
    }

        .thumbnail .play i {
            color: white;
        }

.ppt-thumbnail .play {
    font-size: 22px;
    margin: -108px auto 58px;
}

.document-thumbnail .play {
    font-size: 22px;
    margin: -108px auto 58px;
}

.period-list {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

    .period-list > li {
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .period-list .period {
        position: relative;
        padding: 10px 100px 10px 45px;
    }


        .period-list .period a {
            color: #919191;
            display: block;
            overflow: hidden;
            text-decoration: none;
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            -ms-word-wrap: normal;
            word-wrap: normal;
        }

            .period-list .period a:focus {
                outline: none;
            }

.es-icon {
    line-height: 1;
    font-family: "es-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-font-smoothing: grayscale;
}

.period-list .period .es-icon-circle {
    position: absolute;
    top: 11px;
    right: 15px;
    line-height: 20px;
    color: gray;
}

.period-list .period .title {
    color: #616161;
}

.period-list .period .file-type {
    position: absolute;
    top: 11px;
    left: 20px;
    line-height: 20px;
}

    .period-list .period .file-type .fa {
        color: cornflowerblue;
    }

    .period-list .period .file-type i {
        font-size: 16px;
    }

.editfrom-logo {
    width: 180px;
    height: 180px;
}

#video-control, #document-control {
    background-color: #595c68;
    width: 100%;
    margin: 0 auto;
}

.darkbar {
    background-color: #595c68;
    width: 100%;
}

.titlebar {
    height: 50px;
}

    .titlebar .control-logo {
        height: 40px;
        width: 120px;
        margin: 10px 0 0 0;
        float: right;
        clear: both;
    }

    .titlebar .logo {
        background-color: #595c68;
        padding: 0;
        position: relative;
        height: 32px;
        width: 110px;
        float: left;
        clear: both;
    }

    .titlebar .title {
        font-size: 18px;
        line-height: 18px;
        color: white;
        float: left;
        height: 18px;
        margin: 16px 0 0 20px;
    }

.pub-cover {
    width: 110px;
    float: left;
    padding: 2px;
    border: solid 1px #aaaaaa;
    margin-right: 5px;
    margin-top: 10px;
}

.sidebar-video {
    padding: 15px 10px 5px;
}

.video-item {
    margin-bottom: 15px;
}

    .video-item .video-image {
        margin-bottom: 8px;
        padding: 2px;
        border: solid 1px #999999;
        border-radius: 3px;
        position: relative;
    }

        .video-item .video-image img {
            position: relative;
            width: 100%;
        }

        .video-item .video-image .play {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin: -24px 0 0 -24px;
            width: 48px;
            height: 48px;
            padding: 8px;
            font-size: 2.6em;
            color: white;
            line-height: 32px;
            border: solid 1px #999;
            background-color: #000;
            opacity: 0.4;
            border-radius: 6px;
        }

    .video-item .video-title {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
    }

.video-navbar {
    margin: -5px auto 5px;
}

    .video-navbar button {
        background: transparent;
        border: 0;
        color: #fff;
        opacity: .5;
    }

    .video-navbar .backward, .video-navbar .forward {
        float: left;
        width: 46px;
        height: 92px;
        font-size: 30px;
    }

    .video-navbar .forward {
        float: right;
    }

    .video-navbar .frame {
        margin: 0 auto;
        width: 80%;
        height: 92px;
        overflow: hidden;
        text-shadow: none;
    }

        .video-navbar .frame ul {
            list-style: none;
            margin: 0;
            padding: 0;
            height: 100%;
        }

            .video-navbar .frame ul li {
                float: left;
                width: 116px;
                height: 90px;
                margin: 1px 1px 1px 0;
                padding: 0;
                background: #eee;
                color: #3a3c47;
                background-color: #3a3c47;
                text-align: center;
                cursor: pointer;
            }

li .pic-top {
    width: 116px;
    height: 65px;
    float: left;
    display: block;
}

li .text-bottom {
    float: left;
    width: 116px;
    margin-top: 2px;
    color: #eee;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

li .pic-top a {
    position: relative;
    width: 116px;
    height: 65px;
    float: left;
    display: block;
}

    li .pic-top a img {
        width: 116px;
        height: 65px;
        z-index: 50;
    }

    li .pic-top a p {
        margin: 0;
        position: absolute;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
        background: none repeat scroll 0 0 rgba(0,0,0,0.5);
        height: 20px;
        line-height: 20px;
        padding: 0 2px;
    }

        li .pic-top a p.duration {
            width: auto;
            right: 0;
            bottom: 0;
            _bottom: 2px;
        }

        li .pic-top a p.playing {
            width: 100%;
            left: 0;
            text-align: center;
            bottom: 0;
            _bottom: 2px;
            display: none;
        }

li.active .pic-top a, li.active .pic-top a:visited, li.active .pic-top a:hover {
    color: #92d809;
}

    li.active .pic-top a p.playing {
        display: block;
        font-size: 12px;
    }

    li.active .pic-top a p.duration {
        display: none;
    }

li .pic-top a p.duration span {
    position: relative;
    color: #fff;
    cursor: pointer;
    padding: 0 2px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

#CuPlayer {
    display: block;
}

#vobj {
    display: none;
}

.pdfFrame {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

@media(max-width:768px) {
    .contact > span {
        width: 100%;
        display: block;
    }

    .contact .contactinfo {
        display: block;
    }

    #video-control, #document-control {
        background-color: #595c68;
        max-width: 100%;
        margin: 0 auto;
    }

    .darkbar {
        background-color: #595c68;
        width: 100%;
    }

    .titlebar {
        height: 40px;
    }

        .titlebar .control-logo {
            display: none;
        }

        .titlebar .logo {
            background-color: #595c68;
            padding: 0;
            position: relative;
            float: left;
            clear: both;
        }

        .titlebar .title {
            overflow: hidden;
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin: 12px 0 0 20px;
        }

    #CuPlayer {
        display: none;
    }

    #vobj {
        display: block;
    }

    button {
        padding-right: 3px;
        padding-left: 3px;
    }

    .video-navbar .backward, .video-navbar .forward {
        width: 10%;
        font-size: 20px;
    }

    .video-navbar .frame {
        width: 80%;
    }

    .blueimp-gallery > .slides {
        width: 100%;
        height: auto;
    }

    .indicator {
        display: none;
    }

    .pdfFrame {
        height: 300px;
    }
}

.ui-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.icon-inline {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.box-content {
    border: none;
    padding: 10px;
}

.b-list-item {
    padding: 10px 10px 5px;
}

.list-border-gray {
    border: solid #ddd 1px;
}

.list-border-bottom {
    border-width: 0 0 1px;
}

.b-list-item .b-list-item-row {
    margin: 5px 0;
}

.b-list-item-row em {
    padding: 0 5px;
}

.comment-link, .comment-link:visited {
    color: #7d7d7d;
}

    .comment-link:hover, .comment-link:active {
        color: #337ab7;
    }

.b-list-item-title, .b-list-item-summary {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.b-list-item-title {
    font-size: 16px;
}

.b-list-item-summary {
    font-size: 14px;
    text-indent: 2em;
    padding: 3px 0;
}

.b-text-note {
    color: #999;
}

.title-run {
    font-size: 12px;
    color: #b22222;
}

span.rating-show, span.rating-show-average {
    background: url(Images/img-sprite.png) repeat-x;
    height: 13px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 13px;
    display: inline-block;
}

span.rating-show {
    width: 75px;
    background-position: 0 -100px;
}

span.rating-show-average {
    background-position: 0 -115px;
}

.icon-mime {
    background-image: url("images/icon-mime-files.png");
    height: 16px;
    width: 16px;
}

.icon-mime-htm,
.icon-mime-html {
    background-position: 0 -32px;
}

.icon-mime-xml {
    background-position: -16px -32px;
}

.icon-mime-css {
    background-position: -32px -32px;
}

.icon-mime-js {
    background-position: -48px -48px;
}

.icon-mime-doc {
    background-position: -64px 0;
}

.icon-mime-csv {
    background-position: -16px 0;
}

.icon-mime-xls {
    background-position: -32px 0;
}

.icon-mime-ppt {
    background-position: -48px 0;
}

.icon-mime-docx {
    background-position: -144px 0;
}

.icon-mime-xlsx {
    background-position: -160px 0;
}

.icon-mime-pptx {
    background-position: -176px 0;
}

.icon-mime-rtf {
    background-position: 0 0;
}

.icon-mime-pdf {
    background-position: -80px 0;
}

.icon-mime-txt {
    background-position: -128px 0;
}

.icon-mime-zip {
    background-position: -112px 0;
}

.icon-mime-rar {
    background-position: -96px 0;
}

.icon-mime-gif {
    background-position: -16px -16px;
}

.icon-mime-bmp {
    background-position: -48px -16px;
}

.icon-mime-jpg,
.icon-mime-jpeg {
    background-position: 0 -16px;
}

.icon-mime-png {
    background-position: -32px -16px;
}

.icon-mime-swf {
    background-position: -48px -16px;
}

.icon-mime-mp3,
.icon-mime-wav,
.icon-mime-rm {
    background-position: 0 -48px;
}

.icon-mime-rmvb,
.icon-mime-mp4,
.icon-mime-mpg4,
.icon-mime-3gp,
.icon-mime-mpeg,
.icon-mime-mpg,
.icon-mime-mpa,
.icon-mime-mpe,
.icon-mime-qt,
.icon-mime-asf,
.icon-mime-asr,
.icon-mime-asx {
    background-position: -16px -48px;
}

.icon-mime-wmv,
.icon-mime-wma,
.icon-mime-flv,
.icon-mime-mvi {
    background-position: -32px -48px;
}

.icon-mime-mov {
    background-position: -96px -48px;
}

.icon-mime-pps {
    background-position: -64px -48px;
}

.icon-mime-ppsx {
    background-position: -80px -48px;
}

.icon-mime-unknow {
    background-position: -64px -32px;
}

.noborder {
    border: none;
    box-shadow: none;
}

#topNFile .panel-default {
    border: none;
    box-shadow: none;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

/*search */
.search {
    height: 47px;
}

    .search .search-inner {
        width: 78%;
        height: 100%;
        margin: auto;
    }

.search-form {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .search-form [class*="col-"] {
        padding: 0;
    }

    .search-form .search-box {
        display: block;
        position: relative;
        height: 36px;
        background-color: #f9f9f9;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0,0,0,.25),0 0 0 1px #74a8fd;
    }

.search-type {
    cursor: pointer;
    position: relative;
    width: 44px;
    padding: 4px 0;
    height: 36px;
    display: inline-block;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.search-input-wrap {
    display: block;
    border-radius: 0 2px 2px 0;
    position: relative;
    height: 36px;
    margin-left: 40px;
}

    .search-input-wrap .search-input {
        height: 36px;
        padding: 8px 0 8px 7px;
        border: 0;
        display: block;
        font: 12px/20px "Segoe UI",Arial,SimSun;
        background-color: #f9f9f9;
        color: #000;
    }

.search-btn {
    display: block;
    height: 38px;
    margin-top: -1px;
    padding: 0 0;
    border: 1px solid #b8b8b8;
    font: 12px "Segoe UI",Arial,SimSun;
    color: #000;
    margin-left: 5px;
    min-width: 54px;
    text-align: center;
    border-radius: 2px;
    background-color: #f1f1f1;
    box-shadow: 0 1px 3px rgba(0,0,0,.25),inset 0 1px 1px rgba(255,255,255,.6);
}

    .search-btn:hover {
        background-color: #eaeaea;
    }

.search-form .dropdown-menu {
    min-width: 66px;
}

    .search-form .dropdown-menu li a {
        padding: 3px 10px;
    }

.search-form .search-button {
    background-color: #f1f1f1;
    border: 1px solid #b8b8b8;
    height: 34px;
}

    .search-form .search-button:hover {
        background-color: #eaeaea;
    }

.search-rightbar .panel-default {
    border: none;
    box-shadow: none;
    padding-right: 0;
}

.vocabulary, .search-item {
    margin-bottom: 30px;
    margin-right: 100px;
}

    .vocabulary .word {
        color: red;
    }

    .vocabulary .word-border {
        width: 518px;
        padding: 9px;
        border: 1px solid #e3e3e3;
        border-bottom-color: #e0e0e0;
        border-right-color: #ececec;
        -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.072);
        -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.072);
        box-shadow: 1px 2px 1px rgba(0,0,0,0.072);
    }

    .search-item em {
        height: 16px;
        vertical-align: top;
        margin-top: 4px;
    }

    .search-item .title {
        color: #337ab7;
        text-decoration: underline;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .search-item p {
        margin-bottom: 1px;
    }

    .search-item .word {
        color: red;
    }

    .search-item .c-showurl, .search-item .c-showurl:visited, .search-item .c-showurl:hover {
        color: #008000;
        text-decoration: none;
        font-size: 13px;
    }

.sidebar .search-inner {
    width: 100%;
}

.text-search-type {
    color: #005a96;
}

.ins-caret {
    font-size: 16px;
}

.search-word {
    margin: 5px 12em 1em 8em;
}

.explain {
    margin-top: 1em;
}

    .explain p {
        text-indent: 2em;
    }

@media(max-width:768px) {
    .box-content {
        padding: 0;
    }
    .search .search-inner {
        width: 94%;
    }

    .search-result .search-item {
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .search-word {
        margin: 5px 2em 1em 2em;
    }

    .container .jumbotron {
        padding: 15px 10px;
    }

        .container .jumbotron p {
            text-indent: 0;
        }
}

.truncate .showlink, .truncate .hidelink {
    text-align: right;
    margin-right: 4em;
}

.pad-l4-r4 {
    padding-left: 4px;
    padding-right: 4px;
}

.pad-l2-r2 {
    padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 992px ) {
    .container {
        width: 100%;
    }

    .banner {
        margin: -5px -10px 0;
    }

    .block-5 {
        padding: 5px 5px 0 5px;
    }
}

.community {
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
}

    .community .featured {
        border: 1px solid #b5b5b5;
        width: 100%;
        height: 260px;
    }

.media, .media-body {
    overflow: hidden;
}

.community .media-heading {
    font-family: Microsoft Yahei;
    font-size: 22px;
    max-height: 48px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.community .media-body > div {
    margin-bottom: 15px;
}

.community em {
    font-style: normal;
    margin-right: 10px;
    vertical-align: central;
    color: #a0a0a0;
}

.community .media-body .func {
    margin-bottom: 0;
}

    .community .media-body .func .btn {
        font-size: 14px;
        margin-right: 20px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .community .media-body .func .btn2 {
        font-size: 14px;
        margin-right: 5px;
        padding-right: 1px;
        padding-left: 1px;
    }

    .community .media-body .func .btn-danger {
        color: #fff;
        border-color: #ff4c00;
        background-color: #ff4c00;
    }

        .community .media-body .func .btn-danger:focus, .community .media-body .func .btn-danger:hover {
            color: #fff;
            border-color: #fd6220;
            background-color: #fd6220;
        }

    .community .media-body .func .btn-sign-up1 {
        color: #fff;
        border-color: #62b651;
        background-color: #62b651;
    }

        .community .media-body .func .btn-sign-up1 a {
            color: #fff;
        }

    .community .media-body .func .btn-sign-up1, .community .media-body .func .btn-sign-up2, .community .media-body .func .btn-sign-up3, .community .media-body .func .btn-sign-up4 {
        font-size: 14px;
        width: 116px;
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

.community .func .text-btn {
    margin-right: 15px;
    color: #7d7d7d;
}

.bg-muted {
    background-color: rgba(0,0,0,0.4);
}

.text-muted, .text-muted:focus, a.text-muted:hover {
    color: #7d7d7d;
}

    .community .media-body .func .btn2, .text-muted:focus, a.text-muted:hover {
        color: #7d7d7d;
    }

        .community .media-body .func .btn2:focus, .community .media-body .func .btn2:hover {
            color: #337ab7;
        }

.banner .address {
    line-height: 17px;
    height: 17px;
    overflow: hidden;
}

.comment {
    background: #fff;
    padding: 1px 20px 0 0;
}

    .comment .ban {
        border: solid 1px #ccc;
        line-height: 1.5em;
        margin: 20px 0 0;
        padding: 16px 10px 20px 80px;
    }

        .comment .ban .ban-icon {
            font-size: 60px;
            color: #a94442;
            margin-left: -60px;
            margin-right: 10px;
        }

        .comment .ban span {
            margin-top: -50px;
            display: block;
        }

.comment-form {
    margin: 20px;
    margin-left: 0;
}

.comment-heading {
    padding: 0;
    border-bottom: 2px #cccccc solid;
    position: relative;
    clear: both;
    overflow: visible;
    height: 36px;
    margin-right: 20px;
}

.comment-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 2px #cc0000 solid;
    margin: 0;
    height: 33px;
    font-family: 'Microsoft YaHei';
    float: left;
}

.comment .comment-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 15px 0;
}

    .comment .comment-item .avatar {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        float: left;
    }

    .comment .comment-item dd {
        margin: 5px 0 0 50px;
        line-height: 22px;
    }

    .comment .comment-item .comment-body p {
        text-indent: 0;
    }

.comment-form .comment-head {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
}

.comment-form .comment-content {
    width: 100%;
    max-width: 100%;
    height: 137px;
    min-height: 137px;
    padding: 5px;
    border: solid 1px #ccc;
    color: #555;
    font: normal 12px/20px Helvetica, Tahoma, Arial, sans-serif;
}

.comment-block {
    margin-left: 10px;
    margin-bottom: 20px;
}

.comment-reply-pane {
    text-align: right;
    margin-right: 30px;
    height: 24px;
    line-height: 24px;
}

    .comment-reply-pane span {
        margin: 0 8px;
        color: #b69e88;
    }

    .comment-reply-pane a {
        color: #b69e88;
        font-size: 12px;
    }

.reply-textarea {
    display: none;
}

    .reply-textarea .reply-arrow {
        width: 100%;
        height: 12px;
        position: relative;
        bottom: -1px;
    }

        .reply-textarea .reply-arrow b {
            position: absolute;
            right: 90px;
            top: 0;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 6px;
            border-style: dashed dashed solid;
        }

        .reply-textarea .reply-arrow .layer1 {
            top: -1px;
            border-color: transparent transparent #eee;
        }

        .reply-textarea .reply-arrow .layer2 {
            border-color: transparent transparent #f7f7f7;
        }

    .reply-textarea .inner {
        padding: 10px;
        border: 1px solid #eee;
        background-color: #f7f7f7;
    }

    .reply-textarea .reply-input {
        display: block;
        width: 100%;
        height: 64px;
        padding: 5px;
        line-height: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
        font-size: 12px;
        resize: vertical;
        margin-bottom: 8px;
    }

    .reply-textarea .operate-box {
        text-align: right;
    }

    .reply-textarea .reply-submit {
        width: 80px;
    }

.comment-quotation {
    background: #f9f2e2;
    padding: 9px 4px 9px 9px;
    border: 1px solid #e0d5c4;
    margin: 3px 0;
    color: #ddd;
}

.comment-quotation-header {
    height: 24px;
    line-height: 24px;
}

.comment-quotation-name {
    color: #b69e88;
}

.comment-quotation-time {
    margin-left: 10px;
    color: #aaa;
}

.comment-quotation-buttons, .comment-quotation-counter {
    line-height: 24px;
    float: right;
    height: 24px;
}

.comment-quotation-counter {
    margin-left: 20px;
    color: #b69e88;
}

.comment-quotation-buttons-separator {
    margin: 0 8px;
}

.comment-quotation-buttons-report, .comment-quotation-buttons-reply, .comment-quotation-buttons-separator {
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.comment-quotation-content {
    line-height: 24px;
    color: #666;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#question-list ul {
    padding: 0;
    margin: 0;
}

    #question-list ul li {
        list-style: none;
        margin-bottom: 5px;
    }

.answer-box {
    margin-top: 5px;
}

    .answer-box .operate-box {
        margin-top: 5px;
        font-size: 12px;
        text-align: right;
    }

.answer-btn {
    font-size: 18px;
}

.btnanswer {
    font-size: 12px;
}

.answer-body {
    margin-left: 5px;
    padding: .35em .625em;
    margin: 0 2px;
    border: 1px solid silver;
    min-width: -webkit-min-content;
    -moz-border-image: initial;
    -o-border-image: initial;
    -webkit-border-image: initial;
    border-image: initial;
}

#question-list legend {
    display: block;
    width: auto;
    border-style: none;
    border-color: initial;
    -moz-border-image: initial;
    -o-border-image: initial;
    -webkit-border-image: initial;
    border-image: initial;
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
    margin-bottom: 5px;
}

.event-content h2, .article > h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f4f7fa;
}

.event-content h2 {
    padding-top: 10px;
    line-height: 22px;
}

.event-content p, .article p {
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
}

.event-intro, .event-summary {
    padding-top: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.event-summary {
    padding: 10px 10px 5px;
    border-radius: 4px;
}

.bg-summary {
    background-color: #efefef;
}

.event-list-block {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.event-horizontal-list {
    font-size: 14px;
    color: #b1b0b0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

    .event-horizontal-list li {
        margin-top: 30px;
        padding-right: 15px;
        border: 1px solid #dfdede;
        overflow: auto;
    }

        .event-horizontal-list li:hover {
            border: 1px solid #62b651;
        }

        .event-horizontal-list li:first-child {
            margin-top: 0;
        }

        .event-horizontal-list li .image-part {
            float: left;
            display: block;
        }

            .event-horizontal-list li .image-part img {
                display: block;
                width: 288px;
                margin-right: 15px;
                height: 180px;
            }

        .event-horizontal-list li .text-part {
        }

            .event-horizontal-list li .text-part h3 {
                margin-top: 0;
                margin-bottom: 12px;
                padding-top: 12px;
                font-size: 16px;
            }

            .event-horizontal-list li .text-part div {
                margin-bottom: 10px;
            }

            .event-horizontal-list li .text-part .apply {
                margin-top: 15px;
            }

        .event-horizontal-list li .apply .btn {
            font-size: 14px;
            float: right;
            margin-top: -3px;
            color: #fff;
            border-color: #62b651;
            background-color: #62b651;
        }

        .event-horizontal-list li .apply .btn-finish, .community .media-body .func .btn-finish {
            cursor: default;
            border-color: #909090;
            background-color: #909090;
        }

.event-disclaim {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 5px;
    font-size: 16px;
}

    .event-disclaim ul {
        list-style-type: none;
        margin: 5px 0 0 10px;
        padding: 0;
    }

        .event-disclaim ul li {
            line-height: 28px;
        }

    .event-disclaim .thanks {
        margin: 5px 0 0 10px;
        font-size: 18px;
    }

.expert-item {
}

    .expert-item .image-part {
        width: 140px;
        height: 182px;
        float: left;
    }

        .expert-item .image-part img {
            width: 138px;
            height: 180px;
        }

    .expert-item .text-part {
        margin-left: 150px;
    }

        .expert-item .text-part .expert-item-f {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

        .expert-item .text-part .expert-item-flabel {
            width: 80px;
            text-align: right;
            display: inline-block;
        }

    .expert-item .resume {
        clear: both;
    }

    .expert-item .resume-label {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
    }

    .expert-item .resume-info p {
        text-indent: 2em;
    }

.rating {
    font-size: 16px;
    cursor: pointer;
}

    .rating a {
        display: inline-block;
        margin-left: -2px;
    }

a.rating-star, a.rating-star:visited {
    text-decoration: none;
    color: #d6d6d6;
}

    a.rating-star:hover, a.rating-star:active, a.rating-star-on, a.rating-star-on:hover {
        color: #ecbc34;
    }

a.rating-star-checked, a.rating-star-checked:hover {
    color: #c24a4a;
}

.login-form {
    max-width: 360px;
    margin: 0 auto;
}

    .login-form .form-group {
        margin-bottom: 10px;
        position: relative;
    }

        .login-form .form-group label {
            position: absolute;
            color: #a0a0a0;
            display: inline-block;
            width: 14px;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
        }

            .login-form .form-group label:after {
                position: absolute;
                width: 1px;
                height: 100%;
                margin-left: 10px;
                content: '';
                background: #bfbfbf;
            }

            .login-form .form-group label.adjust:after {
                margin-left: 11px;
            }

    .login-form .form-control {
        padding-left: 40px;
        border-color: rgba(160,160,160,.4);
        font-size: 14px;
        line-height: 1.42857143;
    }

    .login-form .form-heading {
        font-size: 18px;
        padding-left: 30px;
        padding-bottom: 10px;
        margin-left: -30px;
        margin-right: -30px;
        border-bottom: 1px solid #e1e1e1;
    }

.msgform {
}

    .msgform .fieldlabel {
        font-weight: normal;
        width: 70px;
        text-align: right;
        float: left;
        margin-top: 10px;
    }

    .msgform .field-receiver {
        width: 400px;
    }

    .msgform .field-title {
        width: 500px;
    }

    .msgform .field-body {
        width: 500px;
    }

.msgtab > li > a {
    padding: 10px 15px;
}

.selected-cases {
    padding-top: 0;
}

    .selected-cases ul {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

.case-heading {
    display: inline-block;
    line-height: 17px;
    height: 17px;
}

    .case-heading a {
        color: #999;
        font-size: 13px;
    }

.case-week-band {
    clear: both;
}

.case-week-list li {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 5px;
    background: #fff;
    padding-right: 0;
    padding-left: 20px;
}

    .case-week-list li:first-child {
        padding-left: 0;
    }

.case-week-list .case-date {
    padding-right: 8px;
    padding-left: 8px;
}

.case-week-list .case-body {
    border: 1px solid #dfdede;
}

    .case-week-list .case-body > a {
        display: block;
        overflow: hidden;
        height: 130px;
        margin: 0;
        padding: 2px;
    }

        .case-week-list .case-body > a > img {
            display: block;
            max-width: 200px;
            margin: 0 auto;
            text-align: center;
            width: 100%;
            height: 100%;
        }

.case-item .case-order {
    overflow: hidden;
    height: 24px;
    margin: 4px 8px 0;
}

.case-item .project-title {
    overflow: hidden;
    height: 48px;
    margin: 4px 8px;
}

    .case-item .project-title a {
        font-weight: 400;
        line-height: 24px;
        font-size: 16px;
        color: #333;
    }

.case-item .project-intro {
    overflow: hidden;
    height: 100px;
    line-height: 20px;
    margin: 4px 8px 0;
}

    .case-item .project-intro p {
        text-indent: 0;
        line-height: 20px;
    }

@media(min-width:992px) {
    .case-week-list li {
        width: 20%;
    }
}

@media(max-width:991px) {
    .case-week-list li {
        padding-left: 0;
    }

    .case-item .project-title {
        height: auto;
    }
}
/*** Manifest ***/

/* Manifest container that wraps the elements and now acts as, and should be
   styled as, the input. */
div.mf_container {
    border: 1px solid #e1e1df;
    cursor: text;
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    margin-top: 5px;
    width: 400px;
}

    /* Ordered list for displaying selected items. */
    div.mf_container ol.mf_list {
        display: inline;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
    }

        /* Selected item, regardless of state (highlighted, selected). */
        div.mf_container ol.mf_list li.mf_item {
            border: 1px solid #C0C0C0;
            cursor: pointer;
            display: inline-block;
            margin: 1px;
            padding: 1px 4px 1px;
        }

            /* Selected item that's highlighted by mouseover. */
            div.mf_container ol.mf_list li.mf_item.mf_highlighted {
                background-color: #E0E0E0;
            }

            /* Selected item that's selected by click or keyboard. */
            div.mf_container ol.mf_list li.mf_item.mf_selected {
                background-color: #C0C0C0;
            }

            /* Remove link. */
            div.mf_container ol.mf_list li.mf_item a.mf_remove {
                color: #E0E0E0;
                margin-left: 10px;
                text-decoration: none;
            }

            /* Remove link that's highlighted. */
            div.mf_container ol.mf_list li.mf_item.mf_highlighted a.mf_remove {
                color: #FFFFFF;
            }

            /* Remove link that's selected. */
            div.mf_container ol.mf_list li.mf_item.mf_selected a.mf_remove {
                color: #FFFFFF;
            }

    /* Actual input, styled to be invisible within the container. */
    div.mf_container input.mf_input {
        border: 0;
        font: inherit;
        font-size: 100%;
        margin: 1px;
        outline: none;
        padding: 2px;
    }

/*** Marco Polo ***/

/* Ordered list for display results. */
ol.mp_list {
    background-color: #FFFFFF;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 99999;
    -webkit-padding-start: 0;
    margin-left: 70px;
}

    /* Each list item, regardless of success, error, etc. */
    ol.mp_list li {
        border-bottom: 1px solid #C0C0C0;
        padding: 4px 4px 5px 9px;
    }

        /* Each list item from a successful request. */
        ol.mp_list li.mp_item {
        }

        /* Each list item that's selectable. */
        ol.mp_list li.mp_selectable {
            cursor: pointer;
        }

        /* Currently highlighted list item. */
        ol.mp_list li.mp_highlighted {
            background-color: #E0E0E0;
        }

        /* When a request is made that returns zero results. */
        ol.mp_list li.mp_no_results {
        }

        /* When a request is made that doesn't meet the 'minChars' length option. */
        ol.mp_list li.mp_min_chars {
        }

        /* When a request is made that fails during the ajax request. */
        ol.mp_list li.mp_error {
        }

@media (max-width: 768px) {
    .banner img {
        width: 100%;
        height: 110px;
    }

    .banner .event {
        left: 0;
        margin-top: -48px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 8px 15px 3px 15px;
    }

    .event .name {
        font-size: 20px !important;
    }

    .event em, .event > div {
        font-size: 12px;
    }

    .container {
        width: 100%;
    }

    .banner {
        margin: -5px -10px 0;
    }

    .block-5 {
        padding: 5px 5px 0 5px;
    }

    .community .media-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .community .media-body > div {
        margin-bottom: 7px;
    }

    .community em {
        margin-right: 3px;
    }

    .event-horizontal-list li {
        padding-right: 0;
    }

        .event-horizontal-list li .text-part {
            margin: 190px 10px 0;
        }

        .event-horizontal-list li .image-part img {
            margin-right: 0;
            width: 100%;
        }

        .event-horizontal-list li .text-part .apply {
            margin-bottom: 15px;
        }

    .vocabulary, .search-item {
        margin-right: 0;
    }

    .event-disclaim {
        margin-left: 0;
        margin-right: 0;
    }

    .textinput {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .community .featured {
        height: 160px;
    }

    .event .name {
        font-size: 20px !important;
    }

    .center-block {
        padding-left: 0;
        padding-right: 0;
    }

    .case-week-list li {
        margin-left: 0;
        width: 100%;
    }

    .case-week-list .case-body > a {
        height: 150px;
    }
}

@media (max-width: 320px) {
    .event .name {
        font-size: 18px !important;
    }

    .media-body {
        padding-top: 8px;
    }
}

.badge-danger {
    background-color: #d9534f;
}

.badge-sucess {
    background-color: #5cb85c;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-content-default {
    background-color: #fff;
    color: #a7a9aa;
}

.badge-content-danger {
    background-color: #fff;
    color: #d9534f;
}

.badge-content-sucess {
    background-color: #fff;
    color: #5cb85c;
}

.badge-content-warning {
    background-color: #fff;
    color: #f0ad4e;
}

.badge-content-info {
    background-color: #fff;
    color: #5bc0de;
}

/**labs*/
.container.labs-container {
    padding-left: 0;
    padding-right: 0;
}

.focus {
    padding-bottom: 3px;
    padding-top: 30px;
    overflow: hidden;
    background: #FFFFFF;
}

    .focus .section-header {
        text-align: center;
        padding-bottom: 35px;
    }

        .focus .section-header h2 {
            padding-bottom: 10px;
            line-height: 40px;
            position: relative;
            display: inline-block;
            font-size: 2.75rem;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0;
        }

        .focus .section-header h6 {
            font-size: 1.75rem;
            margin: 1em 5em 0;
            color: #808080;
            line-height: 1.5em;
        }

    .focus .row {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

        .focus .row .focus-box {
            display: inline-block;
            float: none !important;
            margin-right: -4px;
            vertical-align: top;
            margin-bottom: 5px;
        }

.focus-box .service-icon {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .focus-box .service-icon .pixeden {
        border-radius: 50%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
    }

    .focus-box .service-icon .focus-widget-image {
        width: 100%;
        height: 100%;
    }

    .focus-box .service-icon .widget-info {
        background: url(images/icon_info.png) no-repeat center;
    }

    .focus-box .service-icon .widget-consult {
        background: url(images/icon_consult.png) no-repeat center;
    }

    .focus-box .service-icon .widget-test {
        background: url(images/icon_test.png) no-repeat center;
    }

    .focus-box .service-icon .widget-resource {
        background: url(images/icon_resource.png) no-repeat center;
    }

.focus-box .green-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e00012;
    bottom: -9px;
    left: 12.5%;
}

.focus-box h5 {
    color: #404040;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    float: none;
    width: auto;
}

.focus-box p {
    font-size: 16px;
}

@media (max-width: 420px) {

    .focus .section-header h2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .focus .section-header h6 {
        margin: 1em 1em 0;
    }
}


.mt1 {
    margin-top: 1.25rem !important;
}

.mt2 {
    margin-top: 1.75rem !important;
}

.mb1 {
    margin-bottom: 1.25rem !important;
}

.mb2 {
    margin-bottom: 1.75rem !important;
}

.mb-1 {
    margin-bottom: .8125rem !important;
}

.ph-1 {
    padding-right: .8125rem !important;
    padding-left: .8125rem !important;
}

.ph-2 {
    padding-right: .3125rem !important;
    padding-left: .3125rem !important;
}

.mv1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.mv2 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.mh1 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.mh2 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}

.ph1 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.ph2 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

.pl1 {
    padding-left: 1.25rem !important;
}

.pl2 {
    padding-left: 1.75rem !important;
}

.pb2 {
    padding-bottom: 1.75rem !important;
}

.flag {
    display: table;
    width: 100%;
}

    .flag.flag-top .flag-img,
    .flag.flag-top .flag-body {
        display: table-cell;
        vertical-align: middle;
    }

    .flag.flag-top .flag-img {
        vertical-align: top;
        padding-right: 1rem;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .flag.flag-top .flag-body {
        vertical-align: top;
    }

.text-small {
    font-size: 1rem;
    line-height: 1.25em;
}

.text-large {
    font-size: 18px;
    line-height: 24px;
}

.text-medium {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}

.weight-semibold {
    font-weight: 600 !important;
}

.btn-active, .btn-active:active, .btn-active:hover, .btn-active:focus {
    background-color: #337ab7;
    color: #fff;
    border-color: #204d74;
}

.reg-form .for-enterprise, .reg-form .for-personal {
    display: none;
}

.personal-reg .for-personal, .enterprise-reg .for-enterprise {
    display: block;
}

.text-alert {
    color: #ea178b;
}

.text-favorite, .text-favorite:hover, .text-favorite:active, .text-favorite:visited, .text-favorite:focus {
    color: #ee0d0d;
}

    .text-favorite a, .text-favorite a:hover, .text-favorite a:active, .text-favorite a:visited, .text-favorite a:focus {
        color: #ee0d0d;
    }

.labs-lab-item {
    margin-bottom: 30px;
}

    .labs-lab-item .labs-lab-logo {
        float: left;
        width: 210px;
    }

    .labs-lab-item .labs-lab-body {
        margin-left: 220px;
    }

        .labs-lab-item .labs-lab-body p {
            font-size: 16px;
            line-height:22px;
            text-indent:0;
        }

    .labs-lab-item .labs-lab-title {
    }

.hexagon-left, .hexagon-right {
    display: inline-block;
    width: 65px;
    height: 160px;
    background: url(../Images/triangle.png?3);
    background-position: 0 0;
}

.hexagon-body {
    height: 160px;
    border: 6px solid #ececec;
    border-left: none;
    border-right: none;
    width: 140px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.hexagon-right {
    background-position: -10px 197px;
}

.hexagon-body img {
    width: 100%;
    margin-top: 10px;
}

.labs-jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    background-size: 1920px;
    height: 400px;
    background-color: transparent;
    background-position: center 0;
    z-index: 101;
    margin: 0;
}

.labs-content {
    padding: 10px 10px 0;
}

.labs-masthead {
    margin-top: -10px;
    padding: 70px 0 110px;
}

.labs-jumbotron-consulting {
    background: url(../Images/labs_consulting-1.jpg) no-repeat center center;
}

.labs-jumbotron-testing {
    background: url(../Images/labs_testing-1.jpg) no-repeat center center;
}

.labs-jumbotron-sharing {
    background: url(../Images/labs_sharing-1.jpg) no-repeat center center;
}

.labs-jumbotron-bigdata {
    background: url(../Images/openlabs.bigdata.jpg) no-repeat center center;
    background-size: cover;
}

.labs-jumbotron-blockchain {
    background: url(../Images/openlabs.blockchain.jpg) no-repeat center center;
    background-size: cover;
}

.labs-jumbotron-robotics {
    background: url(../Images/openlabs.robotics.jpg) no-repeat center center;
    background-size: cover;
}

.labs-jumbotron-industrie4 {
    background: url(../Images/openlabs.industrie4.jpg) no-repeat center center;
    background-size: cover;
}

.labs-jumbotron-digitaltwin {
    background: url(../Images/openlabs.digitaltwin.jpg) no-repeat center center;
    background-size: cover;
}

.openlabs-masthead, .openlabs_expert {
    margin-top: -10px;
    padding: 0;
    height: 454px;
}

.openlabs_expert {
    height: 300px;
}

.labs-jumbotron-expert {
    background: url(../Images/openlabs.expert.jpg) no-repeat center center;
    background-size: cover;
}

.labs_simg {
    width: 600px;
    height: 360px;
}

.openlabs-masthead .mask, .openlabs_expert .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(128, 30, 8, 0.16);
}

.openlabs_expert .mask {
    background-color: rgba(72, 69, 68, 0.70);
}

.labs-jumbotron-digitaltwin .mask, .labs-jumbotron-blockchain .mask, .labs-jumbotron-industrie4 .mask {
    background-color: rgba(72, 69, 68, 0.70);
}

.banner_top {
    width: 100%;
    background: rgba(127,131,134,0.7);
    height: 50px;
    z-index: 1;
}

.banner_top_ul {
    color: #fff;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

.banner_top_li:first-child {
    padding-left: 0;
}

.banner_top_li {
    line-height: 50px;
    display: inline-block;
    padding: 0 14px;
    font-size: 15px;
    position: relative;
}

.caret-li {
    padding: 0;
    font-size: 14px;
}

.labs_text_slogan {
    font-size: 50px;
    margin: 65px 0 28px 30px;
    text-align: left;
}

.labs_text_intro {
    font-size: 18px;
    margin: 0 0 0 30px;
    text-align: left;
    max-width: 720px;
}

.navbar-wrapper {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e5e9ec;
    width: 100%;
}

    .navbar-wrapper .container {
        padding-left: 0;
        margin: 0 auto;
    }

    .navbar-wrapper .navbar {
        margin-bottom: 0;
        border-bottom: none;
    }

.navbar-nav .menuitem.active {
}

.menuitem_li > a {
    color: black;
}

.menuitem_li:hover:before, .menuitem_li.active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #BE3D3D transparent;
    position: absolute;
    bottom: 3px;
    left: 47%;
}

.menuitem_li:hover:after, .menuitem_li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #BE3D3D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menuitem_li > a:focus, .menuitem_li > a:hover {
    color: black;
    background-color: none !important;
}

.labs_intro p {
    font-size: 15px;
    line-height: 24px;
    text-indent: 2em;
}

.dynamic_image img {
    width: 288px;
    height: 180px;
}

.dynamic_title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    height: 24px;
    overflow: hidden;
}

.dynamic_intro {
    font-size: 15px;
    line-height: 24px;
    height: 82px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.expert_item {
    display: inline-block;
    margin: 30px auto;
    vertical-align: middle;
}

.expert_avatar {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

    .expert_avatar img {
        border-radius: 63px;
        display: block;
        margin: 0 auto;
        width: 125px;
        height: 125px;
    }

.expert_name {
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.expert_intro p {
    text-align: center;
    color: #a9a9a9;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.separator {
    position: relative;
    display: block;
    height: 1px;
    background-color: #eaeaea;
    margin: 10px 0;
}

    .separator.small {
        position: relative;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 25px;
        background-color: #d6d6d6;
        opacity: 1;
        width: 55px;
    }

    .separator.xsmall {
        position: relative;
        height: 2px;
        background-color: #d6d6d6;
        opacity: 1;
        width: 55px;
    }

.wpb_wrapper p, .wpb_wrapper ul {
    color: #777777;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
}

.labs_expert_item {
    margin-bottom: 10px;
}

    .labs_expert_item .image_part {
        width: 66px;
        height: 66px;
        float: left;
    }

        .labs_expert_item .image_part img {
            width: 66px;
            max-height: 66px;
        }

        .labs_expert_item .image_part .thumb-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
            -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
            box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
        }

    .labs_expert_item .text_part {
        margin-left: 75px;
        min-height: 66px;
    }

.text_part a {
    font-size: 18px;
}

.labs_expert_item .text_block {
    line-height: 22px;
    color: #808080;
}

.org_content, .join_expert {
    margin-top: -5px;
}

    .org_content .org_banner {
        background-image: url("/images/expert_background.jpg");
        background-position: center center;
        height: 300px;
        background-size: cover;
        margin: 0;
    }

    .join_expert .join_expert_banner {
        background-image: url("/images/expert_background.jpg");
        background-position: center center;
        height: 300px;
        background-size: cover;
        margin: 0;
    }

        .org_content .org_banner .text_banner, .join_expert .join_expert_banner .text_banner {
            margin: 50px 0 0 100px;
            font-size: 32px;
            color: #fff;
        }

        .org_content .org_banner .text_detail, .join_expert .join_expert_banner .text_detail {
            margin: 30px 0 0 100px;
            font-size: 16px;
            color: #fff;
        }

.org_list, .join_part {
    padding: 20px;
}

    .join_part .control-label {
        width: 25%;
    }

    .org_list h3, .join_part h3 {
        font-size: 20px;
        border-bottom: 1px solid #E1E2E7;
        color: #212121;
        padding-bottom: 15px;
    }

    .org_list .org_item, .join_part .expert-item {
        width: 48%;
        width: 47% \0;
        background: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 8px 1px rgba(152, 151, 151, 0.14);
        padding: 20px;
        margin: 0;
        margin-top: 25px;
        display: inline-block;
        margin-right: 20px \0;
        border: 1px solid #DEDEDE \0;
        min-height: 200px;
    }

.org_item > div, .expert-item > div {
    padding: 0;
}

.org_item:nth-child(even), .expert-item:nth-child(even) {
    margin-right: 1.7%;
}

.org_item:nth-child(odd), .expert-item:nth-child(odd) {
    margin-left: 1.7%;
}

.org_item .org_logo, .expert-item .expert_avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.org_logo .thumb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 33px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 33px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 33px rgba(0,0,0,0.3);
}

.openlabs_expert .org_logo img {
    width: 160px;
    height: 160px;
}

.org_item .org_logo img, .expert-item .expert_avatar img {
    width: 120px;
    height: 120px;
}

.org_desc, .expert_des {
    padding: 0;
    padding-left: 15px !important;
}

    .org_desc span, .expert_des span {
        color: #7C8393;
        font-size: 15px;
        display: inline-block;
        width: 98%;
        line-height: 22px;
        margin-bottom: 10px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .org_desc .org_name, .expert_des .gue_name {
        color: #45484D;
        font-size: 20px;
        margin: 0;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
    }

    .org_desc .org_intro, .expert_des .gues_info {
        width: 100%;
        height: 88px;
        color: #7C8393;
        font-size: 15px;
        line-height: 22px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.openlabs_expert .expert {
    padding: 60px 0 0 30px;
}

    .openlabs_expert .expert .org_logo {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

.openlabs_expert .expert_avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.openlabs_expert .expert_info {
    float: left;
    height: 191px;
    font-size: 16px;
}

    .openlabs_expert .expert_info .expert_name {
        font-size: 52px;
        color: white;
        text-align: left;
    }

    .openlabs_expert .expert_info .org_name {
        font-size: 40px;
    }

    .openlabs_expert .expert_info .expert_intro p {
        line-height: 33px;
        font-size: 18px;
        margin: 5px 0;
        color: white;
        text-align: left;
    }

@media(max-width:767px) {
    .labs-lab-item {
        margin-left: 10px;
        margin-right: 10px;
    }

        .labs-lab-item .labs-lab-title {
            text-align: center;
        }

        .labs-lab-item .labs-lab-body {
            margin-left: 0;
        }

        .labs-lab-item .labs-lab-logo {
            float: none;
            margin: 5px auto 10px;
        }

    .labs-content {
        padding: 10px;
    }
    .labs-content > .row{
        margin-left:0;
        margin-right:0;
    }
    .banner_top_ul {
        width: 100%;
        margin: 0 10px;
    }

    .banner_top_li {
        padding: 0 5px;
    }

    .caret-li {
        padding: 0;
    }

    .labs_text_slogan {
        font-size: 24px;
        margin: 15px 0 28px 5px;
    }

    .labs_text_intro {
        font-size: 16px;
        margin: 0 0 0 5px;
    }

    .openlabs-masthead {
        height: 300px;
    }

    .container > .navbar-collapse2 {
        margin: 7.5px 15px;
    }

    .menuitem_li {
        width: 100px;
        clear: both;
    }

    .dynamic_title_run {
        text-align: center;
    }

    .dynamic_image {
        text-align: center;
        margin: 0 auto;
        width: 288px;
    }

    .expert_item {
        display: block;
    }

    .openlabs_expert, .openlabs_expert .mask {
        height: 240px;
    }

        .openlabs_expert .expert {
            padding: 20px 0 0 20px;
        }

        .openlabs_expert .expert_avatar {
            width: 100px;
            height: 100px;
        }

        .openlabs_expert .expert_info {
            height: 220px;
        }

        .openlabs_expert .org_info {
            padding-left: 0;
        }

        .openlabs_expert .expert_info .expert_name {
            font-size: 32px;
            text-align: left;
        }

        .openlabs_expert .expert_info .org_name {
            font-size: 28px;
            line-height: 28px;
            height: 56px;
            white-space: normal;
        }

        .openlabs_expert .expert_info .expert_intro {
            width: 100%;
        }

    .join_part .control-label {
        width: 50%;
        text-align: left;
    }

    .join_part .formField textarea {
        background: #fff;
        border: 1px solid #e1e1df;
        border-radius: 4px 4px 4px 4px;
        margin-top: 6px;
        padding: 8px;
        width: 100%;
    }

    .join_expert {
        padding-left: 0;
        padding-right: 0;
    }

        .org_content .org_banner, .join_expert .join_expert_banner {
            height: 240px;
        }

            .org_content .org_banner .text_banner, .join_expert .join_expert_banner .text_banner {
                margin: 20px 0 0 20px;
                font-size: 24px;
            }

            .org_content .org_banner .text_detail, .join_expert .join_expert_banner .text_detail {
                margin: 20px 0 0 20px;
                font-size: 14px;
            }

        .join_expert .content {
            padding-left: 15px;
            padding-right: 15px;
        }

    .org_list .org_item, .join_part .expert-item {
        width: 97%;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }

    .org_desc .org_name {
        height: 56px;
    }

    .org_list .org_item .org_logo, .join_part .expert-item .expert_avatar {
        width: 80px;
        height: 80px;
    }

        .org_list .org_item .org_logo img, .join_part .expert-item .expert_avatar img {
            width: 80px;
            height: 80px;
        }
}

@media(max-width:360px) {
    .openlabs_expert, .openlabs_expert .mask {
        height: 185px;
    }

        .openlabs_expert .expert .org_logo {
            width: 80px;
            height: 80px;
        }

        .openlabs_expert .org_logo img {
            width: 80px;
            height: 80px;
        }

        .openlabs_expert .expert_info {
            height: 120px;
        }

            .openlabs_expert .expert_info .org_name {
                font-size: 18px;
                line-height: 18px;
                height: 40px;
            }

    .org_list .org_item .org_logo, .join_part .expert-item .expert_avatar {
        width: 60px;
        height: 60px;
    }

        .org_list .org_item .org_logo img, .join_part .expert-item .expert_avatar img {
            width: 60px;
            height: 60px;
        }

    .org_list .org_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .org_desc .org_name {
        height: 40px;
        font-size: 18px;
        line-height: 18px;
    }

    .openlabs_expert .expert_info .expert_name {
        font-size: 26px;
        line-height: 40px;
    }

    .openlabs_expert .expert_info .expert_intro p {
        line-height: 22px;
        font-size: 14px;
    }
}
/**
 * Multiple Selection Component for Bootstrap
 * Check nicolasbize.github.io/magicsuggest/ for latest updates.
 *
 * Author:       Nicolas Bize
 * Created:      Feb 8th 2013
 * Last Updated: Oct 16th 2014
 * Version:      2.1.4
 * Licence:      MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
 */
.ms-ctn {
    position: relative;
    padding: 5px 12px;
    height: auto;
}

.ms-inv {
    border: 1px solid #CC0000;
}

.ms-ctn-readonly {
    cursor: pointer;
}

.ms-ctn-disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
    border-color: rgba(82, 168, 236, 0.8) !important;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ms-ctn-focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ms-ctn input {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: 100%;
}

.ms-ctn .ms-sel-ctn input {
    float: left;
}

.ms-ctn-disabled input {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.ms-ctn .ms-input-readonly {
    cursor: pointer;
}

.ms-ctn .ms-empty-text {
    color: #DDD;
}

.ms-ctn input:focus {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: #FFF;
}

.ms-ctn input::-ms-clear {
    width: 0;
    height: 0;
}

.ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: transparent;
    border-left: 1px solid #CCC;
    cursor: pointer;
}

    .ms-ctn .ms-trigger .ms-trigger-ico {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 4px solid #333;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        margin-left: 8px;
        margin-top: 15px;
    }

    .ms-ctn .ms-trigger:hover {
        background-color: #e6e6e6;
        width: 24px;
        right: 1px;
        border-radius: 0 3px 3px 0;
    }

        .ms-ctn .ms-trigger:hover .ms-trigger-ico {
            background-position: 0 -4px;
        }

.ms-ctn-disabled .ms-trigger {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.ms-ctn-bootstrap-focus {
    border-bottom: 1px solid #CCC;
}

.ms-res-ctn {
    width: 100%;
    display: block;
    overflow-y: auto;
}

    .ms-res-ctn .ms-res-group {
        line-height: 23px;
        text-align: left;
        padding: 2px 5px;
        font-weight: bold;
        border-bottom: 1px dotted #CCC;
        border-top: 1px solid #CCC;
        background: #f3edff;
        color: #333;
    }

    .ms-res-ctn .ms-res-item {
        line-height: 25px;
        text-align: left;
        padding: 2px 5px;
        color: #666;
        cursor: pointer;
    }

    .ms-res-ctn .ms-res-item-grouped {
        padding-left: 15px;
    }

    .ms-res-ctn .ms-res-odd {
        background: #FAFAFA;
    }

    .ms-res-ctn .ms-res-item-active {
        background-color: #F5F5F5;
    }

    .ms-res-ctn .ms-res-item-disabled {
        color: #CCC;
        cursor: default;
    }

.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}

.ms-no-trigger .ms-sel-ctn {
    padding-right: 0;
}
/** Outer and global tags **/
.ms-sel-ctn .ms-sel-item {
    background: #F3F3F3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 3px 0 1px 0;
}

.ms-sel-ctn .ms-sel-invalid {
    border-color: rgb(248, 165, 165) !important;
    background: #FDF2F2 !important;
}

.ms-sel-ctn .ms-sel-item:hover {
    border: 1px solid #BBB;
}
/** For inner tags **/
.ms-ctn .ms-sel-item {
    background: #F3F3F3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}

    .ms-ctn .ms-sel-item:hover {
        border: 1px solid transparent;
    }

.ms-ctn-focus .ms-sel-item:hover {
    border: 1px solid #BBB;
}

.ms-sel-ctn .ms-sel-text {
    background: #FFF;
    color: #666;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
}

.ms-as-string .ms-sel-text {
    border-color: transparent;
}

.ms-res-ctn .ms-res-item em {
    font-style: normal;
    background: #565656;
    color: #FFF;
}

.ms-sel-ctn .ms-sel-text:hover {
    background: #FFF;
}

.ms-sel-ctn .ms-sel-item-active {
    border: 1px solid red;
    background: #757575;
}

.ms-stacked .ms-sel-item {
    float: inherit;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 6px 2px 0 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
    background-position: 0 -7px;
}

    .ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
        background-position: 0 0;
    }

.ms-stacked .ms-sel-item .ms-close-btn {
    margin-left: 0;
}

.ms-helper {
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}

.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
    margin-top: 17px;
}

.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
    margin-top: 13px;
}

.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
    padding-top: 2px;
    padding-bottom: 3px;
}

.ms-ctn.input-sm .ms-sel-ctn {
    line-height: 15px;
}

    .ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
            margin-top: 4px;
        }

.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
}

.ms-sel-ctn .ms-select-single {
    color: #000;
    font-size: 1em;
    border-radius: 0 !important;
    border: none;
    background-color: transparent;
    margin: 1px 1px 1px 8px;
    padding: 1px;
}

    .ms-sel-ctn .ms-select-single:hover {
        border: none !important;
    }

.ms-select-single .ms-close-btn {
    display: none;
}

.ms-ctn .ms-helper {
    color: transparent !important;
}

.x-badge {
    font-size: 9px;
    min-width: 8px;
    padding: 3px 5px;
    font-weight: normal;
    border-radius: 8px;
    line-height: 10px;
    margin-top: -15px;
}


.amc-jumbotron {
    position: relative;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    background-size: 1920px;
    height: 400px;
    background-color: transparent;
    background-position: center 0;
    z-index: 101;
    margin: 0;
    margin-top: -10px;
}
.amc-jumbotron-index {
    background: url(../Images/amc/amc-index-banner.jpg) no-repeat center center;
    background-size: cover;
    height: 240px;
}
.amc-jumbotron-about {
    background: url(../Images/openlabs.expert.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
}

.amc-jumbotron-dataset {
    background: url(../Images/amc/dataset-banner.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
}

.amc-jumbotron-challenge {
    background: url(../Images/amc/challenge-banner.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
}

.amc-jumbotron .container {
    padding: 40px 0 0 30px;
}

.amc-jumbotron .row {
    margin-right: 0;
    margin-left: 0;
}

.amc-jumbotron .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(72, 69, 68, 0.70);
}

.amc_info .amc_name {
    font-size: 40px;
    color: white;
    text-align: left;
}

.amc_intro p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}

.amc_intro .row {
    margin-right: -10px;
    margin-left: -10px;
}

.amc_info .amc_intro p {
    line-height: 30px;
    font-size: 24px;
    margin: 5px 0;
    color: white;
    text-align: left;
    text-indent: 0;
}
.amc_org p{
    margin-top:12px;
    font-size:16px;
    line-height:22px;
}
.amc-content-wrapper, .amc-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.amc-container {
    margin: 32px auto;
}

.content-box {
    background-color: #FFF;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #47494D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-top: 24px;
    min-height: 48px;
    position: relative;
    width: 100%;
}

    .content-box .title-bar, .content-box .title-bar-collapsible {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 48px;
        background-color: #FBFBFB;
        padding: 8px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .content-box .title-bar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        border: 1px solid #DEDFE0;
        border-radius: 4px 4px 0 0;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content-box .title {
        color: rgba(0,0,0,.4);
        font-family: 'Atlas Grotesk',sans-serif;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 46px;
        text-align: left;
        max-width: 100%;
    }

    .content-box .right-side {
        font-size: 14px;
        margin-left: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.filters {
    -ms-flex-line-pack: start;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
    z-index: 50;
}

.filters-label {
    font-size: 12px;
    margin-right: 10px;
    color: rgba(0,0,0,.4);
}

.content-box .subtitle-bar {
    border-bottom: 1px solid #DEDFE0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-box .content-section, .content-box .simple-content {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Atlas Grotesk',sans-serif;
}

.content-box .content-section {
    border: 1px solid #DEDFE0;
    border-radius: 0 0 4px 4px;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 40px;
    width: auto;
}

.overflow-x, .overflow-x-wrapper {
    overflow-x: auto;
    overflow-y: visible;
}

.overflow-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.overflow-x-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.selection-group-items {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

    .selection-group-items li {
        text-align: center;
    }

.selection-group-child {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    cursor: pointer;
    white-space: nowrap;
}

    .selection-group-child a {
        text-align: center;
        text-decoration: none;
        color: #999;
        outline: 0;
    }

.selection-group-child-selected a {
    font-weight: bold;
    color: #000;
}

.selection-group-child:last-child {
    margin-right: 24px;
}

.amc-filters {
    margin-top: -36px;
    padding-right: 12px;
    -ms-flex-line-pack: start;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 20;
    float: right;
}

.amc-search-wrapper {
    position: relative;
}

    .amc-search-wrapper:before {
        top: 10px;
        left: 7px;
        color: #666;
        content: "\F002";
        font-family: FontAwesome;
        position: absolute;
        font-size: 12px;
        z-index: 10;
    }

.amc-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto auto;
    -webkit-flex: 1 auto auto;
    flex: 1 auto auto;
    border: 1px solid #DEDFE0;
    position: relative;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 1px;
    height: 30px;
    line-height: 28px;
    width: 160px;
    padding: 0 0 0 24px;
    margin-right: 12px;
    font-family: "Atlas Grotesk",sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.amc-list-item {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 32px;
    position: relative;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transition: .1s color ease;
    -moz-transition: .1s color ease;
    -o-transition: .1s color ease;
    transition: .1s color ease;
}

.amc-list-item-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.amc-list-item-join{
    bottom: 10px;
    position: absolute;
    right:78px;
    z-index: 20;
}

.amc-list-item .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.amc-list-item .image-wrapper {
    position: relative;
}

.amc-list-item .image {
    border-radius: 4px;
    width: 80px;
    height: 80px;
}

.amc-list-item .author-link {
    z-index: 2;
}

.amc-list-item .author {
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 4px;
    bottom: 10px;
    max-width: 24px;
    max-height: 24px;
    position: absolute;
    right: -14px;
    z-index: 2;
}

.amc-list-item .info {
    -ms-flex-item-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 5px;
    max-width: 575px;
}

.amc-list-item .name, .amc-list-item .summary {
    margin-bottom: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 20px;
}

.amc-list-item .name {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    white-space: nowrap;
}

.amc-list-item .summary {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,.7);
    white-space: nowrap;
}

.amc-list-item .details {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,.4);
    margin-bottom: 0;
}

.amc-list-item .details-author {
    cursor: pointer;
    color: rgba(0,0,0,.55);
    font-weight: 500;
}

.amc-list-item .metadata {
    -ms-flex-item-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 14px;
    margin-left: auto;
    min-width: 120px;
    margin-top: 10px;
    line-height: 20px;
}

.amc-list-item .metadatum {
    color: rgba(0,0,0,.4);
    font-weight: 400;
}

.amc-list-item:hover {
    background: rgba(0,0,0,.02);
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

    .amc-list-item:hover .name {
        color: #20BEFF;
    }

    .amc-list-item:hover .details-author:hover {
        color: #000;
    }

.amc-list-item:first-child {
    border-radius: 4px 4px 0 0;
    border-top: 0;
}

.amc-list-item .metadatum.reward {
    color: #000;
    font-weight: 600;
}
.amc-list-challenge .metadata {
    margin-top: 8px;
}
.amc-list-challenge .metadata p{
    margin-bottom:2px;
}
.dataset-header {
    border-radius: 4px 4px 0 0;
    margin-bottom: 24px;
}

.pageheader {
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.dataset-header-container {
    background: #222;
    border-radius: 4px;
}

.pageheader-container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 30;
    position: relative;
    top: 1px;
}

.pageheader-top {
    border-radius: 4px 4px 0 0;
    position: relative;
    width: 100%;
}

.dataset-header-top {
    height: 170px;
}

    .dataset-header-top:after {
        background-color: rgba(0,0,0,.3);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,.2)),to(rgba(0,0,0,.55)));
        background: linear-gradient(to bottom,rgba(0,0,0,.2) 60%,rgba(0,0,0,.55) 100%);
        border-radius: 4px 4px 0 0;
        content: "";
        height: 170px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

.dataset-header-title, .dataset-header-title--input, .dataset-header-title--input.inline-text-editor-input {
    font-family: 'Atlas Grotesk',sans-serif;
    color: #FFF;
    font-size: 24px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 20;
    font-weight: 500;
    text-decoration: none;
}

.dataset-header-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 24px;
    margin-top: 8px;
    overflow: hidden;
    padding: 8px 75px 0 0;
    position: absolute;
    top: 12px;
    white-space: nowrap;
    width: 95%;
}

.dataset-header-subtitle, .dataset-header-subtitle--input {
    color: #FFF;
    z-index: 20;
    font-family: 'Atlas Grotesk',sans-serif;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dataset-header-subtitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50px;
    font-size: 18px;
    left: 24px;
    margin-top: 8px;
    overflow: hidden;
    padding: 4px 75px 0 0;
    position: absolute;
    white-space: nowrap;
    width: 95%;
}

.dataset-header-image {
    left: 0;
    height: 170px;
    opacity: .5;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.dataset-header-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 36px;
    left: 24px;
    padding-right: 75px;
    position: absolute;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 120px;
    white-space: nowrap;
    width: 85%;
    z-index: 20;
}

.dataset-header-owner-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-right: 4px;
}

.dataset-header-info a {
    border-radius: 4px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
}

.pageheader-sticky {
    max-width: 950px;
    width: 100%;
}

.pageheader-bottom {
    background-color: #FFF;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DEDFE0;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: justify;
}

.pageheader-nav {
    font-family: 'Atlas Grotesk',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 89px;
    overflow: hidden;
    padding-top: 0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pageheader-nav-dataset {
    margin-left: 4px;
}

.pageheader-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 12px;
}

.pageheader-left-links-with-onclick, .pageheader-right-links-with-onclick {
    outline: 0;
}

.pageheader-left-links, .pageheader-more-link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px;
    line-height: 46px;
}

.pageheader-left-links {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 16px;
    margin-left: 16px;
    color: #000;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
    text-decoration: none;
    padding: 0 4px;
}

.pageheader-left-links-selected, .pageheader-left-links-selected:hover {
    color: #20BEFF;
    border-bottom: 2px solid #20BEFF;
    font-weight: 500;
}

.pageheader-left-links:hover {
    border-bottom: 2px solid #20BEFF;
    color: #20BEFF;
    cursor: pointer;
}

.pageheader-left-links:after {
    display: block;
    font-weight: 500;
    height: 0;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    content: attr(data-link-text);
}

.pageheader-fork-section, .pageheader-right-links-wrapper {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.pageheader-right-links-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
}

.pageheader-right-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 46px;
    text-decoration: none;
}

.pageheader-action {
    background-color: #20BEFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-flex: 0;
}
.action-join,.action-join:hover{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
.pageheader-nav-wrapper a {
    text-decoration: none;
}

.content-section .section-home {
    height: auto;
    margin: 20px 24px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-section .section-bottom {
    margin-top: -1px;
    padding: 14px 0;
    border-style: none;
    border-top-style: solid;
    border-color: #DEDFE0;
    border-top-width: 1px;
    background-color: #F8F8F8;
    border-radius: 0 0 4px 4px;
}

    .content-section .section-bottom .bottom-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: rgba(0,0,0,.4);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        line-height: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 24px;
    }
.content-body p{
    font-size:16px;
    line-height:26px;
    text-indent:2em;
}
.challenge-header-container {
    margin-bottom: 24px;
}

.challenge-header {
    background: #222;
    border-radius: 4px 4px 0 0;
}

.challenge-header-top, .challenge-header-top-alt {
    position: relative;
}

.challenge-header-top {
    border: 1px solid #DEDFE0;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
}

.challenge-header-top-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: .5;
    position: absolute; 
    right: 0;
    top: 0;
    z-index: 0;
}

.challenge-header-classification {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .8;
    padding: 0 25px;
}
.challenge-header-classification p{margin-top:10px;}
.challenge-header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px 10px;
}

.challenge-header-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.challenge-header-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 8px;
}

.challenge-header-subtitle {
    margin-top: 6px;
    font-size: 18px;
    margin-bottom: 26px;
}

.challenge-header-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.challenge-header-org-thumbnail {
    margin-right: 8px;
}

.challenge-header-details a, .challenge-header-details-no-org a {
    font-family: 'Atlas Grotesk',sans-serif;
    color: #FFF;
    text-decoration: none;
}

.challenge-header-org-thumbnail-image {
    border-radius: 3px;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

.challenge-header-details-sep {
    margin: 0 3px;
    opacity: .6;
}

.challenge-header-prize {
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    text-align:right;
}

.challenge-header-prize-value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.challenge-header-prize-text {
    font-size: 14px;
}
.pageheader-nav-challenge {
    margin-left: 10px;
}

.amc-logo{
    height:56px;
    margin-top:-13px;
}
 .content-container{
            display: flex;
        }
    .content-container .container-nav {
        -ms-flex: 0 0 200px;
        -webkit-flex: 0 0 200px;
        flex: 0 0 200px;
        border-right: 1px solid #DEDFE0;
    }
    .content-container .container-nav nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 16px 0 24px;
    }
.content-container .tab-content{
    flex-grow: 1;margin:0;
}
.content-container .tab-content .page-frame{
    margin:20px 24px; min-height:300px;
}
.nav-amc > li > a {
    padding: 5px 10px;
}

.nav-amc > li.active > a, .nav-amc > li.active > a:focus, .nav-amc > li.active > a:hover {
    color: #1863ad;
    background-color: #d4eaff;
    border-radius: 0;
}
@media(max-width:767px) {
    .challenge-header-meta {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .challenge-header-details{
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items:flex-start;
    }
    .amc-content-wrapper, .amc-container {
    padding-right: 5px;
    padding-left: 5px;
}
    .content-section .section-home{
        margin-left:12px;
        margin-right:12px;
    }
    .panel-body-document1{
        padding-right:0;
    }
    .m-block{
        padding-right:0;
        padding-left:0;
    }
    .amc-logo{
    height:46px;
}
    .amc-jumbotron {
        height: 150px;
    }

        .amc-jumbotron .amc_info {
            padding-left: 5px;
            padding-right: 5px;
            margin-top:20px;
        }
        .amc_index_head{
            margin-top:0 !important;
        }
        .amc-jumbotron .container {
            padding: 0 0 0;
            font-size: 28px;
        }

    .amc_intro h3 {
        margin-top: 10px;
    }

    .amc_info .amc_name {
        font-size: 28px;
        text-align: center;
    }

    .amc_info .amc_intro p {
        font-size: 18px;
        text-align: center;
    }

    .amc_intro p {
        text-indent: 0;
        margin-bottom: 12px;
    }
    .jumbotron p{
        margin-top: 8px;
        margin-bottom:8px;
        text-align: center;
    }
    .amc-list-item{
        padding:12px;
        overflow:hidden;
    }
        .amc-list-item .name {
            display: inline-block;
            line-height:24px;
            height:24px;
            overflow: hidden;
            white-space: normal;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
    .amc-list-item .info{
        margin: 0 8px;
        display:inline;
    }
    .amc-list-item .summary{
        white-space:normal;
        display:inline-block;
        height:66px; 
        overflow:hidden;
    }
}
.toutiao{
    margin-top:-10px;
}

.toutiao .b-list-item {
    padding: 10px 0 5px;
}
    .toutiao .image-part {
        float: left;
        margin-top: 10px;
        height: 100px;
    }
        .toutiao .image-part img {
            height: 115px;
            width: 180px;
            margin-right: 10px;
        }
    .toutiao .text-part {
        margin-top: -10px;
    }
        .toutiao .text-part h2 {
            max-height: 30px;
            line-height: 30px;
            overflow: hidden;
        }
        .toutiao .text-part .aux {
            max-height: 42px;
            overflow: hidden;
        }
        .toutiao .text-part .brief {
            font-size: 14px;
            text-indent: 0;
            height: 66px;
            overflow: hidden;
        }
.toutiao .author{
    font-size:15px;
}
.toutiao-sidebar .btn-lg{
    width:98%;
    font-size:20px;
    margin-top:10px;
}
.toutiao-title h1, .toutiao-title h2{
        font-size:24px;
        font-weight:700;
    }
.toutiao-title h2{
        font-size:22px;
    }
.toutiao-body {
    font-size: 16px;
    padding: 3px 0;
}
.toutiao-body p{
    font-size:16px;
    line-height:28px;
    margin:16px 0;
    text-indent:0
}
    .toutiao-body td {
        line-height: 20px;
        padding: 5px;
    }
        .toutiao-body td p {
            line-height: 18px;
            margin: 0;
        }
    @media(max-width:991px) {
        .toutiao{
        margin:-10px -5px 0;
        padding-left:0;
        padding-right:0;
    }
        .toutiao .b-list-item {
            height:100px;
        }
        .toutiao .image-part {
            height: 60px;
        }

            .toutiao .image-part img {
                height: 60px;
                width: 95px;
                margin-right: 5px;
            }

    .toutiao-title h1, .toutiao-title h2{
        font-size:20px;
    }
    .toutiao .text-part h2 {
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
        margin-bottom: 5px;
    }
}

/* -- Begin Smart Service Consortium -- */

.ssc-banner {
    margin: -5px -15px 0 -15px;
    position: relative;
    height: 160px;
    background-image: url(/images/ssc/banner-bg.jpg);
    background-size: cover;
}
    .ssc-banner h2 {
        font-size: 32px !important;
        color: #f63;
        margin: 30px 100px 10px 60px;
    }
    .ssc-banner .text {
        font-size: 20px;
        color: white;
        margin: 15px 300px 10px 60px;
    }
.ssc-hot-block {
    padding-right: 0;
}
.ssc-hot {
    height: 292px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/ssc/location-bg.png);
    background-position: right bottom;
}
.ssc-hot-intro {
    clear: both;
    margin: 40px 0 0 60px;
    display: block;
}
    .ssc-hot-intro .title {
        color: white;
        font-weight: bold;
        line-height: 46px;
        margin-top: 0;
    }
    .ssc-hot-intro .body {
        color: white;
        font-size: 14px;
        width: 100%;
        font-size: 16px;
        margin-right: 20px;
        line-height: 26px;
        text-indent: 2em;
    }
.ssc-hot img {
}
.ssc-about-block{

}
.ssc-about {
    color: white;
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../images/ssc/location-bg.png);
    background-position: left bottom;
}
    .ssc-about .intro-block {
        margin: 40px 40px 0 30px;
    }
    .ssc-about .link-back {
        position: absolute;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        width: 100%;
    }
    .ssc-about .link-block {
        width: 100%;
        position: absolute;
        bottom: 0px;
        z-index: 4;
        left: 0px;
        overflow: hidden;
    }
    .ssc-about .link-block-item {
        width: 33.3%;
        height: 49px;
        display: block;
        padding: 0;
        margin: 0;
        float: left;
        line-height: 49px;
        text-align: center;
        font-size: 16px;
    }
.link-block-item a{
    color:#fff;
}
.ssc-section-title {
    margin: 10px 40px 0 0;
}
    .ssc-section-title a {
        color: #333;
        text-decoration:none;
    }
    .ssc-section-title a:hover {
        color: #333;
    }
.ssc-section-title .xsmall {
    background-color: #184576;
}
.ssc-info-block {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}
    .ssc-info-block ul {
        width: 100%;
        list-style: none;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }
        .ssc-info-block ul li {
            width: 31%;
            float: left;
            margin-right: 2%;
            overflow: hidden;
            list-style: none;
        }
            .ssc-info-block ul li:last-child {
                margin-right: 0;
            }
            .ssc-info-block ul li .header {
                width: 100%;
                position: relative;
                color: #FFFFFF;
            }
li .header.header1 {
    background-image: url(../Images/ssc/bg1.jpg);
    background-position: center center;
    background-size:cover;
}
li .header.header2 {
    background-image: url(../Images/ssc/bg2.jpg);
    background-position: center center;
    background-size: cover;
}
li .header.header3 {
    background-image: url(../Images/ssc/bg4.jpg);
    background-position: center center;
    background-size: cover;
}
li .header.header4 {
    background-image: url(../Images/ssc/bg3.jpg);
    background-position: center center;
    background-size: cover;
}
.ssc-info-name {
    padding: 20px 20px;
    text-align: right;
    font-size: 20px;
    color: white;
}

    .ssc-info-name .link {
        color: white;
        text-decoration: none;
    }
        .ssc-info-name .link:hover {
            color: #d3f0ff;
        }
li .header .ssc-info-title {
    margin: 40px 10px 2px;
    padding-bottom: 10px;
}
.ssc-info-title a {
    height: 36px;
    display: block;
    line-height: 18px;
    overflow: hidden;
}

.ssc-info-title .time {
    color: #b2b2b2;
    font-size: 12px;
}
.header h4 {
    color: #d3f0ff;
    font-weight: normal;
    padding-top: 2px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 16px;
}
            .ssc-info-block ul li .item {
                position: relative;
                background: #f5f5f5;
                margin-top: 1px;
                font-size: 12px;
                padding-bottom: 1%;
                padding-right: 3%;
                min-height: 55px;
            }
li .item .ssc-info-title {
    padding: 5px 8px 2px;
}
.item h4 {
    color: #393939;
    font-weight: normal;
    padding-top: 2px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 16px;
}
.ssc .b-list-item {
    width: 48%;
    float: left;
    padding: 5px;
}

.ssc-bg {
    padding-top: 0;
    width: 100%;
    background: url(../images/ssc/location-bg.png) center center no-repeat;
}

.ssc-member-panel {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 570px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #f7f7f7;
}

.reg-row {
    margin-bottom: 6%;
    width: 100%;
    height: 46px;
    border: 1px solid #a6a6a6;
}

.ssc-bg input.text {
    padding: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 14px;
    text-indent: 22px;
    outline: none;
    border: 0;
}

.input-icon {
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #939393;
    width: 46px;
    float: left;
    border-right: 1px solid #a6a6a6;
}

.verify-email {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #184576;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #f7f7f7;
    cursor: pointer;
}

    .verify-email:hover {
        color: #f7f7f7;
        background-color: #85919e;
    }

.ssc-form {
    width: 83%;
    margin: 0 auto;
}
@media(max-width:767px) {
    .ssc-banner {
        margin: -5px -10px 0 -10px;
        height: 180px;
    }
    .ssc-banner h2 {
        font-size: 24px !important;
        margin: 20px 10px 10px 20px;
    }

    .ssc-banner .text {
        font-size: 16px;
        color: white;
        margin: 10px 10px 0 20px;
    }
    .ssc-hot-block {
        padding-right: 5px;
    }
    .ssc-hot {
        height: 90px;
        display: inline-block;
        width: 100%;
        background-position: 60% top
    }
    .ssc-hot-intro {
        margin: 30px 0 0 20px;
    }

        .ssc-hot-intro .title {
            font-size:20px;
            line-height:26px;
        }

        .ssc-hot-intro .body {
            width: 95%;
            text-indent:0;
        }
        .ssc-about{
            height:320px;
        }
        .carousel-indicators{
            display:none;
        }
    .carousel-caption {
        padding-bottom: 0;
        bottom:10px;
    }
        .carousel-caption h3{
            font-size:16px;
        }
        .carousel-intro{
            display:none;
        }
    .ssc-info-block ul li {
        width: 98%;
    }
    .ssc .b-list-item {
        width: 98%;
    }
}
.carousel-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background-color: rgba(72, 69, 68, 0.70);
}
.carousel-caption a{
    color:white;
}
.carousel-intro {
    text-align: left;
} 
/* -- End Smart Service Consortium -- */