/* Minification failed. Returning unminified contents.
(183,61): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*margin: 15px;*/
    padding-top: 50px;
    background: #F7F6F2;
}

a, a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.table {
    margin-bottom: 0;
}

.loading-overlay.loading-theme-light {
    opacity: 1;
    background-color: initial;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: inherit;
}
/*
 * Global add-ons
 */
.popover {
    min-width: 300px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}
.navbar-inverse .login-out {
    display: inline-block;
}

/*
 * Main content
 */
@media (min-width: 768px) {
    .main {
        margin-left: 115px;
    }

    .sec-main {
        margin-left: 130px;
        padding: 15px 5px;
    }
}

.page-header h2 {
    font-size: 18px;
    margin: 8px;
}

.main .page-header {
    padding: 2px;
    margin-top: 0;
    margin: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    min-width: 115px;
    display: none;
}

.secondsidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        min-width: 115px;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #333;
        border-right: 1px solid #eee;
    }

    .secondsidebar {
        width: 130px;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 115px;
        z-index: 1000;
        display: block;
        padding-top: 41px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #EDEDED;
        border-right: 1px solid #eee;
    }
}

.navbar-inverse {
    min-height: 60px;
    padding: 10px 0 0 0;
    background-color: #FFF;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

.navbar-header {
    width: 40%;
    margin-left: 10px;
}

.navbar-center {
    float: left;
    line-height: 50px;
    width: 20%;
    text-align: center;
}

.navbar-collapse {
    width: 40%;
    float: left;
    padding-right: 24px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #9d9d9d;
    background-color: none;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: inherit;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: initial;
    }
/* Sidebar navigation */
.nav-sidebar {
    /*margin-right: -21px; /* 20px padding + 1px border */ */;
    /*margin-bottom: 20px;
    margin-left: -20px;*/
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .nav-sidebar > .active > a {
        background-color: #666;
    }

    .nav-sidebar > li > a {
        color: #FFF;
        background-color: #333;
    }

        .nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover, .nav-sidebar > li > a:active {
            background-color: #484848;
        }

        .nav-sidebar > li > a:hover, .nav-sidebar > li > a:active {
            background-color: #484848;
        }

.secondsidebar > .nav-sidebar > li > a {
    color: rgba(0,0,0,.75);
    background-color: #EDEDED;
}

.secondsidebar > .nav-sidebar > .active > a,
.secondsidebar > .nav-sidebar > .active > a:hover,
.secondsidebar > .nav-sidebar > .active > a:focus {
    background-color: #E4E3DF;
}

.secondsidebar > .nav-sidebar > li > a:hover, .secondsidebar > .nav-sidebar > li > a:active {
    background-color: #EDEDED;
}
/*缩进导航*/
.container-main {
}

    .container-main .sidebar a {
        padding-left: 18px;
    }

    .container-main.ss_small .sidebar {
        min-width: 50px;
    }

        .container-main.ss_small .sidebar .nav_name {
            display: none;
        }

    .container-main.ss_small .secondsidebar {
        display: none;
    }

    .container-main.ss_small .main {
        margin-left: 50px;
    }

    .container-main.ss_small .sec-main {
        margin-left: 5px;
    }
/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

.pagination-container {
    text-align: right;
}

.pagination {
    margin: 10px 0;
}

    .pagination > li > a {
        color: #000;
    }

    .pagination > .active > a, .pagination > .active > a:hover {
        background-color: #333;
        border-color: #333;
    }

.modal.fade {
    overflow-y: auto;
}

.modal-header {
    background-color: #333;
    color: #FFF;
}

.modal-footer {
    clear: both;
}

.close {
    color: #EEE;
    opacity: .8;
}

    .close:hover {
        color: #FFFFFF;
        opacity: 1;
    }

.thumbnail {
    text-align: center;
    background-color: #dedede;
    width: 160px;
    height: 214px;
    box-shadow: none;
}

    .thumbnail img {
        width: 110px;
        margin-top: 10px;
    }

    .thumbnail .progressName {
        text-align: center;
        word-wrap: break-word;
        min-height: 30px;
    }

    .thumbnail .progress {
        margin-bottom: 0px;
        line-height: 23px;
    }

.progressContainer {
    width: 170px;
    padding: 0px;
}

/*.text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/
/*截取文本 省略号*/
.branch-name {
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*鼠标悬停带遮罩的box*/
.ss-box {
    position: relative;
    width: 180px;
    height: 180px;
    display: inline-block;
    background-color: #dedede;
}

    .ss-box .primary-content, .ss-box .secondary-content {
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }

        .ss-box .primary-content .thumbnail {
            width: 100%;
            height: 100%;
            background-color: inherit;
            border: none;
        }

    .ss-box .secondary-content {
        opacity: 0;
        color: #FFF;
        background-color: #6e6e6e;
    }

        .ss-box .secondary-content a {
            color: #FFF;
            display: -webkit-inline-box;
        }

        .ss-box .secondary-content:hover {
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.5);
        }

/*box End*/
.info-box {
    display: block;
    min-height: 90px;
    background: #f7f6f2;
    width: 100%;
    min-width: 180px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-title {
}

    .info-box-title a {
        color: #000;
    }

.info-box-text {
    font-size: 30px;
    font-weight: 600;
}
/*鼠标悬停文字，出现修改图标*/

.edit-box {
    position: relative;
}

    .edit-box .primary-content {
        position: relative;
    }

    .edit-box .secondary-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

        .edit-box .secondary-content:hover {
            opacity: 1;
        }

/*box End*/

.ss-percent {
    font-size: 12px;
    border-radius: 2px;
    color: #2dc3e8;
    border: 1px solid #2dc3e8;
    padding: 0 8px;
    vertical-align: top;
    max-width: 60px;
    line-height: 20px;
    margin-left: 5px;
}

.ss-finish-line {
    text-decoration: line-through;
    color: #999 !important;
}

.ss-level-0 {
    color: #777;
    font-size: 12px;
    margin-right: 2px;
}

.ss-level-1 {
    color: #f0ad4e;
}

.ss-level-2 {
    color: #d9534f;
}
/*validate*/
.validateform .form-group {
    margin-top: 0px;
    margin-bottom: 5px;
    min-height: 84px;
}

.form-control:focus, .btn:focus {
    border-color: #80bdff;
    box-shadow: inset 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(102,175,233,.9);
}

.form-inline .input-group > .form-control {
    min-width: 160px;
}

.form-control.error {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group .error {
    color: #dd4b39;
    font-weight: 100;
}
/*validate END*/
.head-addition label {
    font-weight: 100;
}

/*//滚动条整体部分*/
.scrum-stage-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/*//scroll轨道背景*/
.scrum-stage-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
/*滚动条中能上下移动的小块*/
.scrum-stage-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CECECE;
}
/*滚动条 End*/
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: none;
    background-color: inherit;
}

.account_wrapper {
    text-align: center;
    width: 300px;
    background-color: #FFF;
}

    .account_wrapper .user {
        border-bottom: 1px solid #eaeaea;
    }
      .account_wrapper .userlink .user_wap {
        display:none;
    }
    
        .account_wrapper .user .headimg {
            font-size: 50px;
            width: 50px;
            display: block;
            margin: auto;
        }

    .account_wrapper .info {
        padding-top: 15px;
        width: 90px;
        height: 90px;
        float: left;
        cursor: pointer;
    }

        .account_wrapper .info .icon {
            font-size: 35px;
        }

        .account_wrapper .info:hover {
            background-color: #dedede;
        }
/*nav*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: initial;
}

.navbar-header a {
    line-height: 45px;
    padding: 0;
    height: initial;
}

.navbar-nav.navbar-right {
    min-width: 370px;
}

.navbar-right .navinfo {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #F0f0f0;
    padding: 0 8px;
    line-height: 35px
}
    .navbar-right .navinfo .teamname {
        display: inline-block;
    }
.navbar-nav.navbar-right .navinfo .nav {
    line-height: 45px;
    color: #9d9d9d;
    padding: 0;
}

/*nav.nav-pills*/
.nav.nav-pills li {
    border: 1px dashed #e5e5e5;
    height: 52px;
    min-width: 100px;
    margin: 5px;
}

    .nav.nav-pills li a {
        line-height: 30px;
    }

.nav.nav-pills a.act {
    background-color: #A1CF64 !important;
}
/*ss-list*/
.ss-list-item .first, .ss-list-item .second {
    line-height: 22px;
}

.ss-list-item .second {
    margin-top: 8px;
}

    .ss-list-item .second .btn-group {
        padding: 0 5px;
    }

.ss-list-item .ckinfo {
    cursor: pointer;
    float: left;
    padding: 12px;
}

    .ss-list-item .ckinfo input {
        width: 18px;
        height: 18px;
    }
/*ss-panel*/
.ss-panel {
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

    .ss-panel .ss-panel-heading {
        width: 100%;
        background: #f5f5f6;
        height: 45px;
        border-bottom: 1px solid #ddd;
    }

    .ss-panel .ss-panel-tabs {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .ss-panel .ss-panel-tabs li {
            position: relative;
            display: block;
            float: left;
            margin-bottom: -1px;
        }

    .ss-panel .ss-panel-heading .ss-panel-title {
        line-height: 45px;
        margin: 0 8px;
        padding: 0 8px;
    }

    .ss-panel .ss-panel-body {
        padding: 10px;
    }

    .ss-panel .ss-panel-heading .ss-panel-tabs li a {
        border: none;
        display: inline-block;
        border-bottom: 2px solid transparent;
        line-height: 45px;
        margin: 0 8px;
        padding: 0 8px;
        -webkit-transition: all 0s 0.1s;
        transition: all 0s 0.1s;
    }

        .ss-panel .ss-panel-heading .ss-panel-tabs li a:hover {
            border: none;
            color: #00C1DE;
            text-decoration: none;
        }

    .ss-panel .ss-panel-heading .ss-panel-tabs li.active a, .ss-panel .ss-panel-heading .ss-panel-tabs li.active a:hover {
        border: none;
        border-bottom: 2px solid #00C1DE;
        background: #f5f5f6;
        color: #00C1DE;
    }

    .ss-panel .ss-panel-footer {
        border-top: 1px solid #eaeaea;
    }

    .ss-panel.ss-panel-primary > .ss-panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .ss-panel.ss-panel-success > .ss-panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .ss-panel.ss-panel-info > .ss-panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

    .ss-panel.ss-panel-warning > .ss-panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .ss-panel.ss-panel-danger > .ss-panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }
/*背景色*/
.ss-default {
    background-color: #dedede;
}

.ss-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.ss-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.ss-warning {
    color: #fcf8e3;
    background-color: #f0ad4e;
    border-color: #faebcc;
}

.ss-danger {
    color: #f2dede;
    background-color: #d9534f;
    border-color: #ebccd1;
}

.sec-main [name=search] {
    padding: 5px;
    width: 99%;
}

    .sec-main [name=search] .form-group {
        margin-top: 8px;
    }

        .sec-main [name=search] .form-group .form-control {
            min-width: 243px;
        }

        .sec-main [name=search] .form-group .input-group .form-control {
            min-width: 203px;
        }

        .sec-main [name=search] .form-group label {
            min-width: 65px;
            text-align: right;
        }

.table-responsive table {
    width: 99%;
}

    .table-responsive table th {
        border-right: 1px solid #ccc;
        background-color: #e4e3df;
        white-space: nowrap;
    }

    .table-responsive table > tbody > tr > td {
        border: 1px solid #ddd;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

        .table-responsive table > tbody > tr > td.td_edit {
            background-color: #e6ffe6;
        }

        .table-responsive table > tbody > tr > td > .td_input, .table-responsive table > tbody > tr > td.editAct .td_text {
            display: none;
        }

        .table-responsive table > tbody > tr > td.editAct .td_input {
            display: initial;
        }


.secondsidebar .nav.nav-sidebar li {
    border-bottom: 1px solid #e3e3e3;
}

.secondsidebar > .nav-sidebar > li > a:hover {
    background-color: #e5e5e5;
}

.ss-sort {
    padding-left: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: initial;
    border-left: 1px solid #ccc;
}

.modal-content {
    border-radius: inherit;
}

.ss-auth-key {
    display: none;
}

@media (max-width: 768px) {
    .container-fluid > .navbar-header {
        margin: 0;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-collapse {
        width: auto;
        padding: 0;
    }
}


/*这是百科右侧导航代码的样式表*/
.directory-nav {
    position: fixed;
    right: 2%;
    top: 30%;
    padding: 12px 0 20px 32px;
    display: none;
    min-width: 180px;
}

    .directory-nav li {
        height: 34px;
        line-height: 34px;
        position: relative;
    }

        .directory-nav li a {
            cursor: default;
        }

            .directory-nav li a:hover {
                background-color: #FFF;
            }

    .directory-nav .l1 {
    }

    .directory-nav .l2 {
        text-indent: 0.6em;
    }

    .directory-nav .l1 a {
        font-size: 16px;
    }

    .directory-nav .l2 a {
        font-size: 14px;
    }

    .directory-nav, .directory-nav a {
        color: #666;
    }

        .directory-nav .cur a {
            color: red;
        }

        .directory-nav .line {
            position: absolute;
            left: 4px;
            top: 5px;
            bottom: 5px;
            z-index: 1;
            width: 2px;
            background: #ddd;
        }

        .directory-nav .c-top, .directory-nav .c-bottom {
            position: absolute;
            left: 0;
            z-index: 2;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            background: url(/Resource/Plugins/images/directory-nav.png) no-repeat 0 -69px;
        }

        .directory-nav .c-dot {
            position: absolute;
            left: -32px;
            top: 50%;
            z-index: 2;
            margin-top: -5px;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            background: url(/Resource/Plugins/images/directory-nav.png) no-repeat -275px 0;
        }

        .directory-nav .c-top {
            top: 0;
        }

        .directory-nav .c-bottom {
            bottom: 0;
        }

        .directory-nav .cur-tag {
            position: absolute;
            left: -1px;
            top: 30px;
            z-index: 5;
            margin-top: -6px;
            display: block;
            width: 19px;
            height: 13px;
            font-size: 0;
            line-height: 0;
            background: url(/Resource/Plugins/images/directory-nav.png) no-repeat -271px -37px;
            -webkit-transition: top .3s ease 0s;
            transition: top .3s ease 0s;
        }

@media (max-width: 1800px) {

}

.masonry-list {
}

    .masonry-list li {
        float: left;
        width: 260px;
        height: 260px;
        padding: 3px;
        overflow: hidden;
    }
        .masonry-list li img {
            width: 160px;
            height: 160px;
            margin: 10%;
        }

    .masonry-list .title-body,
    .masonry-list button {
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
    }

    .masonry-list li .title-body a {
        color: #FFF;
    }


    .masonry-list .tile-primary-content,
    .masonry-list .tile-secondary-content {
        background-color: #ddd;
        position: absolute;
           right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 10px;
     
        overflow: hidden;
    }

    .masonry-list li.tile-person p {
        color: #a18e5c;
        font-family: 'Georgia', serif;
        font-size: 17px;
        margin: .2em;
        text-transform: none;
    }

    .masonry-list .tile-secondary-content {
        opacity: 0;
        -moz-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        -webkit-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }

    .masonry-list li:focus .title-body::after, .masonry-list li:hover a::after {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .masonry-list li .title-body, .masonry-list li h {
        color: #FFF;
    }

    .masonry-list li.tile-case .tile-secondary-content, .masonry-list li.tile-client .tile-secondary-content, .masonry-list li.tile-person .tile-secondary-content {
        background-color: rgba(0, 0, 0, 0.5);
        -moz-transition: opacity 100ms ease-out;
        -o-transition: opacity 100ms ease-out;
        -webkit-transition: opacity 100ms ease-out;
        transition: opacity 100ms ease-out;
    }

    .masonry-list li:focus .tile-primary-content img, .masonry-list li:hover .tile-primary-content img {
        -moz-transform: scale3d(1.2, 1.2, 0);
        -webkit-transform: scale3d(1.2, 1.2, 0);
        transform: scale3d(1.2, 1.2, 2);
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -moz-transition: -moz-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
        -o-transition: -o-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
        -webkit-transition: -webkit-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
        transition: transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
    }

    .masonry-list li:focus p,
    .masonry-list li:focus h2,
    .masonry-list li:focus .tile-secondary-content, .masonry-list li:hover p,
    .masonry-list li:hover h2,
    .masonry-list li:hover .tile-secondary-content {
        opacity: 1;
    }

    .masonry-list li.tile-job:focus .tile-primary-content p, .masonry-list li.tile-job:hover .tile-primary-content p {
        -moz-transform: translate3d(150%, 0, 0);
        -webkit-transform: translate3d(150%, 0, 0);
        transform: translate3d(150%, 0, 0);
        -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
    }

    .masonry-list li.tile-job:focus .tile-secondary-content p, .masonry-list li.tile-job:hover .tile-secondary-content p {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
        -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -webkit-transition-delay: 150ms;
        transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    }

    .masonry-list li.tile-job .tile-primary-content p, .tile-primary-content p {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
        -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -webkit-transition-delay: 150ms;
        transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    }

    .masonry-list li.tile-job .tile-secondary-content p, .tile-secondary-content p {
        opacity: 1;
        -moz-transform: translate3d(-150%, 0, 0);
        -webkit-transform: translate3d(-150%, 0, 0);
        transform: translate3d(-150%, 0, 0);
        -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
        transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
    }

