/** site-wide */

body {
    padding-top: 91px;
    padding-bottom: 0px;
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
}

a {
    color: rgb(34, 174, 190);
}

a:hover {
    color: rgb(20,104,114);
}

/** useful - used in frontpage captions and wherever else we need it **/
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/** Navigation Bar **/
.navbar-site .navbar-inner {
    background-color: rgb(57, 100, 162);
    background-image: url('/custom/Frontpage/background.png');
    background-position-y: -8px;
    background-repeat: repeat;
}

.navbar-site .brand {
    background-image: url('/custom/Frontpage/workshop_logo.png');
    background-size: cover;
    width: 200px;
    margin-top: 0px;
    height: 65px;
}

.navbar-site .navbar-inner ul.nav {
    margin-top: 12px;
}

.navbar-site .nav > li > a {
    font-size: 15px;
}

.container-fluid.wide {
    background-color: #f5f5f5;
}

.about-workshop {
    background-color: #f5f5f5;
    padding: 20px 0px;
}

.about-workshop .well {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
}

.about-workshop .span4 {
    padding-left: 20px;
}

.about-workshop .span8 {
    padding-right: 20px;
}

.disclaimer {
    margin-top: 20px;
}

.disclaimer .well {
    padding-left: 120px;
    background: url('/custom/Frontpage/gear-100x100.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

.disclaimer .well em {
    display: block;
}

.footer {
    color: #fff;
    background-color: rgb(57, 100, 162);
    background-image: url('/custom/Frontpage/background.png');
    padding: 20px 0px;
}

.footer div.pull-left {
    margin-left: 0px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
    padding: 0px 10px;
}

.route-home h4.gear {
    padding-left: 20px;
    background-image: url('/custom/Frontpage/gear-16x16.png');
    background-repeat: no-repeat;
    background-position-y: 1px;
    text-transform: uppercase;
}

/* carousel */
.carousel {
    margin-bottom: 24px;
}

.carousel .carousel-inner {
    width: auto;
    padding: 0px;
    margin-bottom: 0px;
}

.carousel .well {
    padding: 8px;
}

.carousel .carousel-inner>.next,.carousel-inner>.prev {
    top: 0px;
}

.carousel .item .project-container {
    margin-left: 128px;
    padding-left: 25px;
    padding-top: 54px;
}

.carousel .item .project-avatar {
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
}

.carousel .item .project-img-splash {
    width: 100%;
    border-radius: 3px;
}

.carousel .item .description {
    display: inline-block;
    vertical-align: top;
}

.carousel .item .carousel-caption {
    background-color: #f5f5f5;
    left: 138px;
    top: 0px;
    bottom: auto;
    border-bottom-right-radius: 4px;
}

.carousel .item .carousel-caption .project-name{
    font-weight: bold;
}

.carousel .item .splash-container {
    margin: 0px;
    position: absolute;
    width: 25%;
}

.carousel .item .splash-container .carousel-caption {
    left: 0px;

}

.carousel .item .splash-container .carousel-caption span {
    display: block;
    max-width: 250px;
    padding: 5px;
}

.carousel .indicators-wrap {
    width:100%;
    text-align:center;
}

.carousel ol.carousel-indicators {
    position:relative;
    display:inline-block;
    right:0px;
    color: black;
    cursor: pointer;
}

.carousel ol.carousel-indicators li {
    background-color: darkgrey;
}

.carousel ol.carousel-indicators li.active {
    background-color: rgb(34, 174, 190);
}

.route-home .activity-stream tbody tr.row-main td.activity-avatar {
    padding: 11px;
}

.route-home .activity-stream tbody tr td {
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
}
.route-home .activity-stream tbody > tr.row-spacing td {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.route-home .activity-stream tbody > tr.row-spacing:last-child td
{
    border-bottom: 0px;
}

.route-home .activity-stream tbody tr.row-main .avatar-wrapper {
    width: 32px;
}
.route-home .activity-stream tbody tr.row-main td.color-stripe {
    padding: 2px;
    border-color: #d5c243;
    background-color: #d5c243;
}
.route-home .activity-stream tbody tr.activity-type-review td.color-stripe {
    border-color: #a0cd60;
    background-color: #a0cd60;
}
.route-home .activity-stream tbody tr.activity-type-change td.color-stripe {
    border-color: #67bad2;
    background-color: #67bad2;
}
.route-home .activity-stream tbody tr.activity-type-comment td.color-stripe {
    border-color: #ac414b;
    background-color: #ac414b;
}
.route-home .activity-stream tbody tr.activity-type-job td.color-stripe {
    border-color: #914d92;
    background-color: #914d92;
}

/** Projects Grid **/
.route-home .projects-grid .grid-header div.pull-left {
    line-height: 20px;
    margin: 0px;
    width: 75%;
}

.route-home .projects-grid .grid-header {
    padding: 8px 0px 2px 0px;
    margin: 0px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.route-home .projects-grid .grid-header h4 {
    margin: 0px;
}

.route-home .projects-grid .grid-body {
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.route-home .projects-grid ul {
    width: 100%;
    margin: 11px;
}

.route-home .projects-grid ul li {
    width: 30%;
    list-style: none;
    float: left;
    padding: 5px;
    text-align: center;
}

.route-home .projects-grid ul li .project-title {
    height: 60px;
    overflow: hidden;
}

.route-home .projects-grid ul li .project-avatar {
    height: 128px;
}

.route-home .quickstart {
    margin-top: 20px;
}

.route-home .quickstart code {
    white-space: normal;
    line-height: 1.17;
}

.route-home .quickstart h4 {
    margin-bottom: 0px;
}
