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

.sm_banner_vidspot > div {
    overflow: hidden;
    min-height: 76px;
    padding-top: 36px;
}

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

.carousel-caption .button:hover,
.carousel-caption .button:focus,
.carousel-caption .button {
    color: inherit;
    left: auto;
    padding-bottom: 12px;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    margin-top: 100px;
    float: right;
    box-shadow: 0px 0px 2px #000;
}

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

.intro .wg_anchor {
    overflow: hidden; 
    padding: 0px; 
    border-bottom: 3px solid rgb(0, 132, 170); 
    margin: 12px 16px 24px;
}

.intro .intro_left {
    font-size: 17px;
    padding-bottom: 0px;
}

.intro .pad {
    height: 12px;
    overflow: hidden; 
    padding: 0px;
}

.intro .intro_right {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    min-height: 279px;
}

#trailer_wrapper {
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 300px;
}

#trailer_video_1_wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.intro div .trailer_caption {
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 13px;
    text-align: center;
}

.intro .intro_right .watergirl {
    position: absolute;
    bottom: 0px; 
    right: 10px; 
    margin-top: 0px; 
    width: 252px;
}

@media (max-width: 992px) {
    .intro .intro_right {
        padding-top: 4px;
        padding-bottom: 0px;
        position: relative;
        min-height: 200px;
    }

    #trailer_wrapper {
        float: left;
        margin-bottom: 0px;
    }

    .intro .intro_right .watergirl {
        display: none;
        position: absolute;
        bottom: 0px; 
        margin-top: 0px; 
        width: 180px;
    }
    
    .intro .wg_anchor {
        border-bottom: none; 
    }
}





/* full column content */
.home_full_column {
    font-size: 15px;
}

.mega_button_wrapper {
    overflow: hidden;    
}

.mega_button {
    margin: 4px auto 22px;    
    padding: 12px;    
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 2px 2px #bbb;
    background-color: #F5FaFB;
    cursor: pointer;
    display: block;
    width: 64%;
    text-align: center;
}

.mega_button:hover {
    background-color: #ECF1F2;
    text-decoration: none;
}

.home_full_column .bigly {
    font-size: 20px;
    border-top: 2px solid #F5FaFB;
    border-bottom: 2px solid #F5FaFB;
    border: none;
    padding: 0 58px 20px;    
    margin-bottom: 22px;
}

.home_full_column .bignum {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    padding-left: 5px;
    border-radius: 22px;
    background: #0084AA;
    color: #fff;
    margin-right: 7px;
}

.home_full_column .bignum sm {
    font-size: 16px;
    position: relative;
    top: -3px;
}

.intro .bulletish {
    padding: 12px 0 6px 58px;
    overflow: hidden;
    clear: both;
}

.findlink:hover {
    cursor: pointer;
    background: #fafcff;
}


.home_full_column h3 {
    clear: both;
    margin: 16px 0 2px;
    display: table;
}

.home_full_column h3 > div {
    display: table-cell;
    padding: 0;
}

.home_full_column h3 > div:nth-child(1) {
    padding-right: 5px;
}

.vid_cap img {
    float: right;
    width: 400px;
    width: 232px;
    margin: 2px 18px 10px 18px;
    opacity: .9;
}

.vid_cap img:hover {
    opacity: 1;
}

.bigish {
    font-size: 20px;
    margin-bottom: 28px;
}

.row.three_up,
.row.two_up {
    margin-top: -12px;
    padding-top: 0;
    text-align: center;
}

.two_up p {
    width: 400px;
    margin: 0px auto;
}

.three_up p {
    font-size: 14px;
}

.three_up .vid_cap img,
.two_up .vid_cap img {
    text-align: center;
    float: none;
}


@media (max-width: 992px) {
    .mega_button {
        width: 80%;
    }

    .vid_cap img {
        width: 200px;
    }

    .two_up p {
        width: 90%;
        max-width: 400px;
    }

    .two_up .vid_cap img {
        width: 90%;
        max-width: 540px;
    }
}

@media (max-width: 700px) {
    .mega_button {
        font-size: 20px;
    }
}

@media (max-width: 440px) {
    .vid_cap img {
        float: none;
        clear: both;
        width: 95%;
        margin-left: 0;
    }
}





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

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

.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 {
 /*
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
*/
    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;
}


.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 #0084aa;
        padding: 4px 23px 16px;
        box-shadow: 7px 7px 0px #0084aa;
        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) {
}
