/* $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;
}


.featured_video_heading {
    margin: 0px;
    text-align: center;
    background: #3fa1da;
    font-size: 17px;
    line-height: 22px;
}

.featured_video_heading a {
    color: #fff;
}

.featured_video {
    padding-top: 0px;
    padding-bottom: 16px;
    position: relative;
    width: 100%;
    max-width: 357px;
}

@media (max-width: 406px) {
    .featured_video {
        width: 100%;
    }
}

.featured_video .vidcap {
    width: 100%;
}

.featured_video .icon_play {
    position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 50%;
    margin-left: -50px;
    opacity: .6;
}

.featured_video a:hover .icon_play {
    opacity: 1;
}

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

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

.home_intro {
    font-size: 18px;
}

.home_intro ul {
    padding-left: 16px;
}

@media (max-width: 991px) {
    .img_wrapper {
        max-width: 320px;
        margin: 0 auto;
    }
}

.shadowbox {
    padding: 5px 0px 20px;
    font-size: 13.5px;
}

.shadowbox h1 {
    padding-left: 64px;
    font-weight: 300;
    font-size: 24px;
    line-height: 21px;
    min-height: 48px;
    background-size: 46px 46px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 4px;
}

.shadowbox h1 a {
    color: #333;
    outline: none;
}

.shadowbox h1 a:hover {
    text-decoration: none;
}

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

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

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

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

.shadowbox .question {
    padding-top: 6px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    font-style: italic;
}

.shadowbox .answer {
    font-size: 13px;
    padding: 10px 10px 10px 3px;
}

.shadowbox .question_answer,
.shadowbox .tweets {
    padding: 4px 10px 12px;
    box-shadow: 7px 7px 8px #4E4E4E;
    border: 1px solid #DEDEDE;
}

.shadowbox .tweets {
    font-size: 12.5px;
}

.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: 10px;
}

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

.shadowbox .tweets .text {
    hyphens: auto;
    overflow: hidden;
    line-height: 14px;
}

.shadowbox .tweets .time {
    font-size: 10px;
    margin: 4px 0 0px;
}

.shadowbox .tweets .r img {
    max-width: 120px;
    max-height: 90px;
    margin: 8px 0 2px;
}

@media (max-width: 1120px) {
    .shadowbox h1 {
        font-size: 18px;
        line-height: 19px;
    }
}

@media (max-width: 992px) {
    .shadowbox .tweet > div {
        border-bottom: none;
    }
}

@media (max-width: 1199px) {
    .shadowboxes_container > .row {
        padding-bottom: 5px;
    }
}

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

.mid_body_bg {
}

.eyecandy .bin_block  {
    position: relative;
    height: 250px;
    height: 64px;
}

.eyecandy .ec_left img {
    position: absolute;
    bottom: -22px;
    left: 12px;
}

.eyecandy .ec_center img {
    bottom: -52px;
    left: 50%;
    margin-left: -48px;
    position: absolute;
}

.eyecandy .ec_right img {
    bottom: -5px;
    position: absolute;
    right: 222px;
    width: 342px;
}

@media (max-width: 1199px) {
    .eyecandy .bin_block  {
        position: relative;
        height: 16px;
    }

    .eyecandy .ec_left {
        display: none;
    }
    
    .eyecandy .ec_center {
        display: none;
    }
    
    .eyecandy .ec_right img {
        position: relative;
        right: 79px;
        bottom: 75px;
        width: 140px;
        opacity: .8;
    }
}

@media (max-width: 991px) {
    .eyecandy .bin_block  {
        display: none;
    }
}


.gallery_row {
    margin-bottom: 0px;
    background-color: #E9E53D;
    border-top: 3px solid #fff;
    
}

.gallery {
    padding-bottom: 12px;
    
}


.gallery h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 7px;
    position: relative;
    text-transform: uppercase;
}

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

.gallery .thumbnail {
    border: 0px;
    padding: 0px;
    margin: 3px;
    background: none;
}

.gallery_control {
    font-size: 26px;
    left: -26px;
    position: absolute;
    top: 30%;
    color: #fff;
    font-weight: 300;
    outline: none;
}


#gallery_prev {
    right: auto;
    left: -46px;
}

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

@media (max-width: 1260px) {
    .container.gallery {
        padding: 0 60px 12px;
    }
}










/* 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;
    }
    
    .shadowboxes_container {
        padding: 0 30px;
        margin-top: 24px;
    }
    
    .shadowboxes_container > .row {
        border-top: 10px solid #E9E53D;
        background: #fafafa; /* default */
        background: linear-gradient(#fff, #fafafa, #eee, #ccc, #666); /* where supported */
        background: linear-gradient(#FFFFFF, #FAFAFA, #EFEfEE, #CECDCC, #696766); /* where supported */
        background: linear-gradient(#fefefe, #fafafa, #efefee, #cececc, #696766); /* where supported */
        padding-bottom: 54px;
    }
    
    .shadowbox_wrapper {
        padding: 0;
    }
    
    .shadowbox {
        padding: 4px 23px 16px;
        margin: 2px;
    }
    
    .shadowbox > div {
        background: #fff;
    }
    
    .shadowbox.first {
        margin-left: 0;
    }
    
    .shadowbox.last {
        margin-right: 0;
    }

    .hand_space {
        height: 24px;
        overflow: hidden;
    }

    .gallery h2 {
        text-align: center;
    }
    
    .gallery_control {
        font-size: 39px;
        top: 31%;
    }
    
    .gallery_control:hover {
        color: #fff;
    }
    

}



/* home_special */
img.overlay {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_special .register_row {
    text-align: center;
}

.home_special .register_row h1 {
    margin: 0px auto 16px;
}

.home_special .register_row .narrow {
    margin: 10px auto;
    max-width: 800px;
    font-size: 18px;
}

.home_special .desc h3 {
    margin: -6px 0px 16px;
    font-weight: 500;
    font-size: 26px;
}

.home_special .desc p {
    font-size: 16px;
}

.home_special .desc ul {
    font-size: 16px;
}

.hidden_video_row {
    display: none;
}

.video_wrapper {
    max-width: 900px;
    margin: 0px auto 16px;
}

















