/* $Id$ */


#banner_row .carousel-inner > .item > img {
    height: 334px;
    min-width: 100%;
}

.carousel-caption {
    width: 100%;
}

.carousel-caption,
.carousel-caption a:focus,
.carousel-caption a:hover,
.carousel-caption a {
    color: #fff;
    text-align: left;
    left: auto;
    padding-bottom: 0;
    right: auto;    
    text-decoration: none;    
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.carousel-caption .col-md-6:nth-child(1) {
    padding-right: 15px;
    padding-left: 0;
    bottom: 5px;
}

.carousel-caption .col-md-6:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
}

.carousel-caption .title {
    font-size: 56px;
    font-weight: 300;
}

.carousel-caption .sub_title {
    font-size: 24px;
    font-weight: 700;
    padding-right: 15%;
    line-height: 32px;
}

.vban {
    width: 400px;
    height: 290px;
    margin-top: 20px;
    margin-left: -15px;
}

.vban.wide {
    width: 497px;
}


.intro div {
    padding-top: 24px;
    padding-bottom: 12px;
}

.intro .col-md-3 {
    padding-top: 18px;
    padding-bottom: 39px;
}

.shadowbox {
    border-top: 1px solid #eee;
    padding: 5px 0px 20px;
}

.shadowbox h1 {
    padding-left: 64px;
    font-weight: 300;
    font-size: 24px;
    line-height: 21px;
}

.shadowbox h1.ask {
    background: url(../img/icon_l_ask.png) no-repeat;
}

.shadowbox.first {
    cursor: pointer;
}

.shadowbox h1.follow {
    background: url(../img/icon_l_fb.png) no-repeat;
}

.shadowbox h1.join {
    background: url(../img/icon_l_tw.png) no-repeat;
}

.shadowbox h1 span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #888;
    line-height: 16px;
    display: block;
    margin-top: 4px;
}

.shadowbox .question {
    padding-top: 14px;
}

.shadowbox .answer {
    font-style: italic;
    padding-top: 16px;
}

.shadowbox .tweets {
    padding-top: 10px;
}

.shadowbox .tweets .tweet {
    display: table-row;
}

.shadowbox .tweet > div {
    padding-bottom: 4px;
    border-bottom: 1px solid #fafafa;
}

.shadowbox .tweets .l {
    display: table-cell;
}

.shadowbox .tweets .r {
    display: table-cell;
    padding-left: 16px;
}

.shadowbox .tweets .l img {
    width: 32px;
    position: relative;
    top: 8px;
}

.shadowbox .tweets .text {
}

.shadowbox .tweets .time {
    font-size: 11px;
}


.container.hr {
    margin-top: 30px;
    margin-bottom: 4px;
    border-top: 1px solid #eee;
}

.gallery {
    margin-bottom: 20px;
}


.gallery h2 {
    background: url("../img/icon_l_gallery.png") no-repeat scroll 0 0 transparent;
    padding-left: 64px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.gallery .col-sm-2,
.gallery .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.gallery .thumbnail {
    border: none;
    margin-bottom: 0px;
}

.gallery_control {
    font-size: 26px;
    left: -26px;
    position: absolute;
    top: 30%;
}

#gallery_prev {
}

#gallery_next {
    right: -26px;
    left: auto;
}












/* sm=768px, md=992px, lg=1200px */
@media (min-width: 992px) {
    .vban {
        float: right;
        border:  2px solid #fff;
    }
    
    .intro div .button {
        margin-top: 44px;
        float: right;
    }
    
    .shadowbox {
        border: 3px solid #ABABAB;
        padding: 4px 23px 16px;
        box-shadow: 7px 7px 0px #ABABAB;
        margin: 10px;
    }
    
    .shadowbox.first {
        margin-left: 0;
    }
    
    .shadowbox.last {
        margin-right: 0;
    }

    .gallery h2 {
        text-align: center;
        background: url("../img/icon_l_gallery.png") no-repeat scroll top center transparent;
        padding-top: 46px;
        padding-bottom: 20px;
        padding-left: 0;
        line-height: 21px;
    }
    
    .gallery_control {
        font-size: 28px;
        top: 35%;
    }
    

}

@media (min-width: 768px) {
}
