#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: #D9B32A;
    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: 15px;
}

.shadowbox {
    border-top: 1px solid #eee;
    border-top: 1px solid #51B015;
    padding: 5px 0px 20px;
    font-size: 13.5px;
}

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

.shadowbox h1 a {
    color: #333;
}

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

.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;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
}

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

.shadowbox .tweets {
    padding-top: 10px;
    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: 16px;
}

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




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

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

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



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

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

.mid_body_bg {
    background: url(/templates/img/bg_lower.jpg) no-repeat center bottom;
    
}

.binoculars .bin_block  {
    position: relative;
    height: 250px;
}

.binoculars .hawk img {
    position: absolute;
    bottom: -22px;
    left: 12px;
}

.binoculars .camera img {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -70px;
}

.binoculars .watcher img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 768px) {
    .binoculars .bin_block  {
        position: relative;
        height: 150px;
    }

    .binoculars .hawk img {
        width: 140px;
    }
    
    .binoculars .camera img {
        display: none;
    }
    
    .binoculars .watcher img {
        width: 140px;
    }
}


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

.gallery {
    padding-bottom: 12px;
    
}


.gallery h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.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;
}


#gallery_prev {
}

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

@media (max-width: 768px) {
    .container.gallery {
        padding-left: 44px;
        padding-right: 44px;
    }
    
    .gallery_row .carousel-inner {
/*         max-width: 622px; */
    }
}











/* 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;
    }
    
    .shadowbox_wrapper {
        padding: 0;
    }
    
    .shadowbox {
        border-top: 6px solid #51B015;
        padding: 4px 23px 16px;
        margin: 2px;
        background: #fff;
    }
    
    .shadowbox.first {
        margin-left: 0;
    }
    
    .shadowbox.last {
        margin-right: 0;
    }

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

}


