body {
    width: 100%;
    height: 100%;
    font-family: "open sans", Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: black;
    background-color: white;
    margin: 0px; 
    text-rendering: optimizeLegibility
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    dtext-transform: uppercase;
    font-family:  "open sans", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}


h2 {
    color: #444b53;
    opacity: .5;
    font-family: "open sans";
    font-family: "Roboto Slab", "open sans";
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -3px;
}

h4 {
    text-align: left;
    font-weight: 600;
    font-size: 33px;
    letter-spacing: -1px;
}

p {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.5;
    font-family: "open sans";
}


.container-fluid {
    margin: 20px 0px 40px 0px;
}
/*wc102118*/
.navbar-fixed-top .container-fluid{

    margin:  auto auto;
    padding: 0px 15px;
}


#navbar_share {
    float: left;
    font-family: Open Sans Condensed;
    font-size: 26px;
    line-height: 20px;
    margin-top: 17px;
    color: silver;
    opacity: .4;
}

#navbar_share .fa-stack {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: none;
    display: inline-block;
    font-size: 18px;
    margin-top: 0px;
    margin-left: 6px;
    margin-right: 0px;
}

#navbar_share:hover {
    opacity: 1;
}
#navbar_share a:hover.fa-stack {
    color: gray;
}


#navbar_share a {
    text-decoration: none;
}

#logo {
    /*
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    padding: 8px 3px 8px 5px;
    background-color: rgba(0,0,0,.7);
    text-align: right;
    */
}

#logo img{
    width: 200px;
    margin-right: 10px;
}

.index-spacing {
    padding-top: 16.4%;
    padding-bottom: 40px;
    text-align: center;
}

/* end wc102118 block */


.wordlist {
    font-size: 23px;
    letter-spacing: -.5px;  
    text-align: center;
}
.wordlist #cioWords {
    display: inline-block;
    color: black;
    font-weight: bold;
    dbackground-color: black;
    dpadding: 0px 6px;
}

.wordlist #cioWords strike {
    dbackground-color: gray;
    dpadding: 0px 6px;
    color: gray;
}
.wordlist #cioWords strong{
    background-color: green;
    padding: 0px 6px;
    font-weight: normal;
}

.author_hover {
    color: white;
    background-color: rgba(0,0,0,.3);
    display: inline-table;
    border-radius: 31px;
    width: 25px;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    cursor: context-menu;
    margin-left: 4px;
    margin-right: 12px;
    margin-top: -7px;
    line-height: 19px;
    letter-spacing: 1px;
}

.author_hover:hover {
    background-color: black;
    color: white;
    line-height: 19px;
}

.popover {
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    color: black;
    text-shadow: none;
}


@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}


@media(max-width:767px) {
    h2 {
        font-size: 36px !important;
    }
}

a {
    color: #BE3949;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.reverse a {
    color: #428bca;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255,255,255,.3);
    /*wc102118
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    background-color: rgba(0,0,0,.2);
}

/*wc102118
.navbar {
    display: none;
}
*/



.navbar-fixed-top .container-fluid{

    margin:  auto auto;
    padding: 0px 15px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,.85);
}

.navbar-nav.navbar-right .dropdown-menu>li>a{
    min-width: 235px;
    font-family: OpenSans, Arail, sans-serif;
    line-height: 12px;
    padding: 12px 12px 10px 12px;
}

/* end wc102118 block */

.navbar.top-nav-collapse{
    display: block;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    /* wc102118 
    padding: 4px 6px; */
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


@media(min-width:767px) {
    .navbar {
        /*wc102118
        padding: 20px 0;
        background: 0 0;
        letter-spacing: 1px; */
        padding: 0 15px;
        border-bottom: 0;
        
        
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        /*wc102118
        background-color: #000;*/
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    dbackground: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background: url(../files/rc3.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

h2.intro-sub-text {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 50px;   
    margin-bottom:0px;
    color: black;
    font-family: "Open Sans";    
    padding: 0;   -webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 140%, from(rgba(0,0,0,1)), to(rgba(0,0,0,.3)));


}

.intro-authors {
    font-family: "Open Sans Condensed";
    font-size: 24px;
    color:gray;
}



.intro-text {
    display:none;
    font-size: 36px;
    margin-top: 59px;
    margin-bottom: 41px;
    font-family: open sans;
    color: whitesmoke;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
    letter-spacing: 0px;
    font-weight: 300;
}

.content-section.quote {
    padding-top:  0px;
    margin-top: 20px;

}

.content-section.quote p,
.content-section.quote h4 {
    text-shadow: 0px 1px 1px rgba(0,0,0, .9);
    font-size: 36px;
    color: rgba(255,255,255,.9);
    line-height: 32px;
    font-weight: 300;
}

.content-section.quote h4 {
    margin: 120px 0px 12px 0px;
    font-size: 46px;
    color: rgba(255,255,255,1);
    font-weight: 600;
}
hr.sep  {

    height: 0px;
    width:75%;
    margin: 30px *;
    color: gray;
    border-bottom: 1px solid silver;
}


.intro {
    height: 100%;
    height: 275px;

}

.brand-heading {
    font-size: 100px;

    font-size: 83px;
    line-height: 74px;
    font-family: "open sans";
    text-shadow: 0px 1px 7px rgba(0,0,0,1);
    letter-spacing: -.082em;
    margin-top: 154px;    
 
}


.brand-heading .heavy{
}

.brand-heading .light {
    font-weight: 100; 
}


.logo {
    top: 15px;
    right: 15px;
    margin: 5px 5px 5px 5px;
    position: absolute;
}

.logo img {

    width: 100px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        height: 520px;
        padding: 0;
    }

    .logo {
    top: 30px;
    right: 30px;
    margin: 15px 15px 15px 35px;
    position: absolute;
    }

    .logo img {

        width: auto;
        height: auto;
        max-height: 56px;
    }

    .brand-heading {
        font-size: 100px;

        font-size: 153px;
        line-height: 114px;
        font-family: "open sans";
        text-shadow: 0px 1px 7px rgba(0,0,0,1);
        letter-spacing: -.082em;
        margin-top: 254px;
    }

    .brand-heading .light {
        font-weight: 100; 
    }

    .intro-text {
    }
    /* wc102118 */
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.meta-section {
    padding-top: 20px;
}


.content-section.reverse {
    background-color: #444b53;
    padding: 50px 60px;
    width: 100%;
    color: white;
    opacity: .95;
    margin-bottom: 30px;
}


.video-js { width: 100% !important; height: 100% !important; }


.content-section.reverse p{
    margin-bottom: 5px;
}

#section1,
#section2 {
    dpadding-top: 30px;
}

.summary-section p {
    font-family: "Open Sans Condensed";
    text-align: justify;
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    color:rgba(0,0,0,.8);
    text-align: center;
}

.sv_playlist .thumbs {
    padding-left: 0px; 
}


#vidClemmons {
    width: 100%; margin: 0%; background-color: black; padding: 0px;
}

#vidClemmons h3{

    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    font-family: open sans condensed;
    font-size: 50px;
    text-align: right;
    font-weight: 100;
    color: whitesmoke;
    width: 70%;
    float: right;

}


    #vidClemmons .row {
        margin: auto 0;
    }
@media only screen and (orientation : portrait) {

    #vidClemmons {
        background-color: white !important;
        color: black !important;
        padding: 20px !important;
    }
    #vidClemmons h3{
        text-align: left;
        text-align: center;
        font-size: 28px;
        width: 100%;
        color: gray;     
        margin-bottom: 20px; 
        margin-top: 10px;
        padding-top: 0px;  
    }
    #vidClemmons .vid{
        background-color: black;
        text-align: center;    
        width: 100%;
    }

    .vid.clem {
        clear: both;
    }


    #vidClemmons .vid .sublimevideo-View {
        /*margin: auto 10%;*/
    }
    #vidClemmons .intro, 
    #vidClemmons .vid_text {
        background-color: white !important;
        color: black !important;

        width: 100% !important;
        float: none !important;
        text-align: center;
    }
}




.ytvid,
#ytwrapper,
#youtube-player-container {
    position: relative;
    padding-bottom: 53%;
    padding-top: 26px; 
    height: 0; 
    overflow: hidden;
    cursor: pointer;
}

.ytvid {
    margin-bottom: 25px;
}

.ytvid3 {
    padding-bottom: 25% !important;
}

.ytvid3x1 {
    padding-bottom: 22% !important;

}
.ytvid iframe body,
#ytvid iframe body .html5-video-container
#youtube-player-container iframe body,
#youtube-player-container iframe body .html5-video-container {
    background-color: transparent !important;
}



.ytvid iframe,
.ytvid object,
.ytvid embed,
#youtube-player-container iframe,
#youtube-player-container object,
#youtube-player-container embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 98% !important;
    height: 98% !important;
    background-color: white !important;
    border: 1px solid black;
    box-shadow: 5px 5px 8px rgba(0,0,0,.4);
    cursor: pointer;
}


.ytvid3 iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0px solid black;
    box-shadow: none;
}


.vidClemmons .row {
    margin-right: 0px;
    margin-left: 0px;
}

.sublimevideo-View {
    border: 1px solid black !important;
    box-shadow: 15px 15px 15px rgba(0,0,0,.2);
}

.vid.clem .sublimevideo-View {
    border: none !important;
    box-shadow: none;
}
.rachael-quote-section {

    border: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    padding: 0px;
    color: #fff;
    background-color: #444b53;
    background-image: url(../files/rc1.jpg);

    background-attachment: fixed; 
    background-repeat: no-repeat;
    background position: center center;
    dbackground-size: contain;
    background-size: 100% auto;

    moz-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    box-shadow: inset 0 0 20px rgba(0,0,0,.8); 

}
@media only screen and (orientation : portrait) {

    .rachael-quote-section {
        background-attachment: scroll; 
        background-size: 100% auto;
        background-position: 0px -153px;
        height: 250px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

    .rachael-quote-section {
        height: 300px;
        padding-top: 0px;
    }

}

@media only screen and (max-width:820px) {

    .rachael-quote-section {
        background-position: 0px -69px;
        height: 250px;
    }
    
    .mb-quote-section p {
        padding-left: 46%;
        font-size: 18px !important;
        padding-top: 40px;
    }
}


.mb-quote-section h4,
.mb-quote-section {
    text-align: right;
}


#test,
.mb-quote-section {

    border: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    padding: 0px;
    color: #fff;

    background-color: #444b53;
    background-image: url(../files/mb_1.jpg);


    background-attachment: fixed; 
    background-repeat: no-repeat;
    background position: center center;
    dbackground-size: contain;
    background-size: 100% auto;
    moz-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    box-shadow: inset 0 0 20px rgba(0,0,0,.8); 

}

#test {
    border: none;
}

.mb-quote-section p {
    padding-left: 45%;
    font-size: 24px !important;
    line-height: 26px !important;
    padding-top: 60px;
}

@media only screen and (orientation : portrait) {

    .mb-quote-section {
        margin-top: 20px;
        background-attachment: scroll; 
        background-size: 100% auto;
        /*SCOTT-CHANGE -183px changed to -110px */
        background-position: 0px -183px;
        /*SCOTT-CHANGE 200 changed to 250px */
        height: 250px;
    }

}

@media only screen and (max-width:820px) {

    .mb-quote-section {
        background-position: 0px -39px;
        background-size: cover;
        height: 250px;
    }

}



.mcintosh-quote-section {

    border: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    padding: 0px;
    color: #fff;

    background-image: url(../files/km.jpg);
    d gbackground-image: url(../files/km.png?test1=test);

    background-color: #444b53;
    background position: center top;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: 100% auto;

    moz-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    box-shadow: inset 0 0 20px rgba(0,0,0,.8); 

}

#callout1.content-section.reverse{
    -webkit-transition: background-color 1700ms linear;
    -webkit-transition: all color 1700ms linear;
    -moz-transition: all 1700ms linear;
    -o-transition: all 1700ms linear;
    -ms-transition: all 1700ms linear;
    transition: all 1700ms linear;
}
#callout1.content-section.reverse.scrolled {
    background-color: white;
    color: gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.woo-quote-section {

    border: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    padding: 0px;
    color: #fff;

    background-image: url(../files/woo_1.jpg);
    background-color: #444b53;
    background position: right bottom;


    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: 100% auto;

    moz-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    box-shadow: inset 0 0 20px rgba(0,0,0,.8); 

}


@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

    .mcintosh-quote-section {
        dbackground-size: cover;
        dheight: 280px;
        dpadding-top: 0px;
    }

}


@media only screen and (orientation : portrait) {

    .woo-quote-section {
        background-attachment: scroll; 
        background-size: 100% auto;
        height: 250px;
        background-position: 0px -125px;
    }

    .mcintosh-quote-section {
        background-attachment: scroll; 
        background-size: 100% auto;
        background-position: 0px -226px;
        height: 250px;
    }
}



@media only screen and (max-width:820px) {

    .mcintosh-quote-section {
        background-position: 0px 0px;
        height:250px;
    }
    
}



.kyle1-quote-section {

    border: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    padding: 0px;
    color: #fff;

    background-image: url(../files/kyle_2.jpg);
    background-color: #444b53;
    background position: center top;

    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: 100% auto;

    moz-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.8); 
    box-shadow: inset 0 0 20px rgba(0,0,0,.8); 

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

    .kyle1-quote-section {
        dbackground-size: cover;
        height: 300px;
        dpadding-top: 0px;
    }
}




@media only screen and (orientation : portrait) {

    .kyle1-quote-section {
        background-attachment: scroll; 
        background-size: 100% auto;
        height: 250px;
        background-position: 0px -200px;
    }
}


.kyle1-quote-section h4 {
    margin-top: 40px !important;
    margin-bottom: 25px !important;
    text-align: right; 
}


.kyle1-quote-section p {
    font-size: 19px !important; 
    padding-top: 50px;
    display: inline-block;
    padding-left: 58%;    
    text-align: right;
}




@media(max-width:767px) {

    .content-section.quote .qs {
        height: 220px !important;
        background-position: 0px -30px;
    }
    .kyle1-quote-section {
        height: 270px;
        background-position: 0px -70px;
    }

    .mcintosh-quote-section {
        background-position: 0px -55px;
    }

    .content-section.quote h4 {
        dpadding-top: 20px !important;
        font-size: 18px !important;
        margin-top: 20px !important;
    }
    .content-section.quote p {
        font-size: 18px !important;
        line-height: 22px !important;
        width: 60%;
    }

    p {
        font-size: 16px;
    }

    .kyle1-quote-section h4 {
        font-size: 22px !important;
    }

    .kyle1-quote-section p {
        font-size: 18px !important;
        width: 100% !important;
    }

    #navbar_share {
    margin-top: 8px;
}

}




@media(min-width:767px) {
    .content-section {
        padding-top: 34px;
    }

    .download-section {
        padding: 10px 0;
    }
}


.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #BE3949;
    color: #BE3949;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #BE3949;
    outline: 0;
    color: white;
    background-color: #BE3949;
}


.reverse .btn-default {
    border: 1px solid #428bca;
    color: #428bca;

}

.reverse .btn-default:hover,
.reverse .btn-default:focus {
    border: 1px solid #428bca;
    outline: 0;
    color: white;
    background-color: #428bca;
}


.kwicks .btn:hover,
.kwicks .btn:focus {
    border: 1px solid rgba(0,0,0,.9);
    outline: 0;
    color: rgba(0,0,0,.9);
    background-color: rgba(255,255,255,.5);
}

.kwicks .btn {
    border: 1px solid rgba(0,0,0,.4);
    outline: 0;
    color: rgba(0,0,0,1);
    background-color: transparent;
    margin: 4px !important;
    text-shadow: none;
    font-weight: 400;
}
.kwicks .caption p {
    display: none;
}



.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

/*
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
*/

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}



.socialcount li {
    margin-top: 6px;
    margin-right: 10px;
}

 




img {border:none;}

.spacer {clear:both}







.kwicks {
    height: 302px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 10px 10px 14px rgba(0,0,0,.2);
    margin-bottom: 40px !important;
}
.kwicks > li {
    height: 300px;
    box-shadow: -10px 0px 15px rgba(0,0,0,0.6) inset;
    border-right: 1px solid rgba(0,0,0,.6);
}
.kwicks > li:last-child {
    box-shadow: -10px 0px 15px rgba(0,0,0,0.1) inset;
}

.kwicks > li .caption {
    padding: 20px 30px;
    height: 70%;
    position: absolute;
    background: rgba(0,0,0,.3);
    left: 0;
    bottom: 0;
    color: #fff; 
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 16px;
    line-height: 18px;    
    zoom: 1;
    width: inherit;
}
.kwicks > li h3 {
    padding: 20px 30px;
    margin-bottom: 15px;
    dtext-shadow: -1px -1px 0px black;
    color: rgba(255,255,255,.6);

}

.kwicks > li .caption h3, 
.kwicks > li .caption p, 
.kwicks > li .interior { 
    width: inherit;

}

.kwicks > li .caption img  {
    border: 1px solid white;
    margin-top: 10px;
    margin-left: -6px;
}
.kwicks > li .caption p {
        width: 90%;
        font-size: 16px;
        display: none;
        font-weight: 100;
        margin-top: 20px;
}
#twitter-widget-0 {
    width: 100%;
}


#panel-1 { 
    background-color: #53b388;
}

#panel-1 > .interior { 
    /*
    background-image: url(../files/mb_1.jpg); 
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: 0px -100px;
    background-repeat: no-repeat;
    height: 100%;
    */
}

#panel-2 { background-color: #5a69a9; }
#panel-3 { background-color: #c26468; }
#panel-4 { background-color: #bf7cc7; }
#panel-5 { background-color: gray; }




body {
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
}