/* 
 * Global Mondrian styles
 */


#hider {
    position: fixed;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: #222222;
    display: none;    
    z-index: 1;
}


.horizontal-caption {
    display: block;
    width: 650px;
    height: 560px;
    margin-right: 32px;
    font-family: Helvetica, Gotham, Arial Narrow;
    font-size: 1.8em;
    color: #868686;
    line-height: 1.2em;
    text-align: middle;
}

.horizontal-caption p {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto 0 auto;
    top:30%;
}


body, html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;

}

body {
    background: #ffffff;
    height: auto;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

/* 
 * Header / Navigation
 */

.header_img {
    margin: 0 0 0 35px;
    position: relative;
    z-index: 11;
}

.nav_container {
    line-height: 165%;
    margin: 0 0 0 0;
    padding: 45px 0 0 35px;
    position: fixed;
    
    top: 0; 
    left: 0;
    z-index: 12;
    //border-right: 1px solid #aeaeae;
    height: 100%;
    width: 200px;
    background: url('http://mynameishoratiobaltz.com/hb-nav-bg.png');
}

/* Enabled via Display Options */
.nav_container.horizontal {
    position: absolute;
    width: 670px;
    z-index: 25;
}

.nav_container.horizontal div {
    float: left;
    padding-right: 10px;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 8px; left: 35px;
    z-index: 11;
}

.nav_container a {
    font-size: 11px;
    padding: 2px 3px 2px 0px;
    text-decoration: none;
}

.project_link a {
    color: #000000;
}

.project_link a:hover {
    background: #555;
    color: #fff;
    padding-left: 2px;
}

.project_link a:active {
    background: #ffff66;
    color: #000;
}

.page_link a {
    color: #999999;
}

.page_link a:hover {
    background: #ffff66;
    color: #222222;
}

.page_link a:active {
    background: #000000;
    color: #ffffff;
}

.link_link {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #a8a8a8;
    font-size: 11px;    
}

.link_link a {
    color: #999999;
    text-decoration: underline;
}

.link_link a:hover {
    color: #222222;
}

.link_link a:active {
    color: #666666;
}

.nav_active a {
    background: #555;
    padding-left: 2px;
    color: #ffffff;
}

.nav_active a:active {
    background:#cccccc;
    color:#ffffff;
}

.pagination {
    color: #999999;
    font-size: 11px;
    z-index: 11;
}

.pagination a {
    color: #00AF8A;
}

.pagination a:hover {
    background: #ffff66;
    color: #222222;
}

.pagination a:active {
    background: #000000;
    color: #ffffff;
}

.nav_follow {
    display: none;
    color: #222222;
    font-size: 11px;
    z-index: 11;
}

.nav_follow a {
    color: #222222;
    text-decoration: underline;
}

.nav_follow a:hover {
    background: #ffff66;
    color: #222222;
    text-decoration: none;
}

.nav_follow a:active {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.view_tag_info {
    color: #999999;
    font-size: 11px;
    padding-left: 3px;
}

.view_tag_info a {
    color: #0066ff;
}

.view_tag_info a:hover {
    background: #ffff66;
    color: #000000;
}

.view_tag_info a:active {
    background: #000000;
    color: #ffffff;
}

/*
 * Content
 */

#content_container {
    margin: 0 0 0 0;
    padding: 0 0 0 225px;
    position: relative;
    width: auto;
    z-index: 11;
}

#maincontainer {
    display: none;
    margin: 0 0 0 0;
    width: auto;
}

.bodycopy a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

.bodycopy a:hover {
    background: #efefef;
    color: #000000;
    text-decoration: none;
}

.bodycopy a:active {
    background: #000000;
    color: #ffffff;
}

.project_content {    
    margin: 0 0 0 13px;
    padding: 0 0 0 0;
    color: #555;
    height: auto;
}

.project_title {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: -8px 0 0 0;
    padding: 0 0 0px 0;
}

/*
 * Project hHeader
 */

.project_header {
    float: right;
    margin: 0 35px 0 0;
    position: relative;
    z-index: 99;
}

.project_header div {
    float: right;
}

.project_header a {
    color: #999999;
    font-size: 11px;
    text-decoration: underline;
}

.project_header a:hover {
    background: #ffff66;
    color: #000000;
    text-decoration: none;
}

.project_header a:active {
    color: #ffffff;
    background: #000000;
}

.project_divider {
    color: #bbbbbb;
    float:right;
}

/* 
 * Styling of default typographic headers and elements
 */

h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}

blockquote {
    color: #666666;
    margin: 0;
}

.project_content img {
    display: block;
    margin: 0 30px 0 0;
    height: 560px;
    width: auto; 
}

/* 
 * Slideshows
 */

.slideshow_nav {
    clear: both;
    color: #999999;
    padding-bottom: 10px;
    font-size: 11px;
}

.slideshow_nav a {
    color: #666666;    
    text-decoration: none;    
}

.slideshow_nav a:hover {
    background: none !important;
    color: #999999;
    text-decoration: none;
}

.slideshow_nav a:active {
    color: #ff3300;
}

.slideshow_count {
    color: #999999;
    font-size: 11px;
}

.slideshow_wrapper {
    clear: both;
    padding: 0 10px 10px 0px;
    
}

#slideshow_container img {
    margin: 0px;
}

.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}

.slideshow_thumbs {
    margin: 0 0 0 0;
}

ul.slideshow_thumbs {
    margin: 0;
    padding: 0;
}

.slideshow_thumb {
    float: left;
    list-style: none;
    margin: -3px 0px 0px -3px;
    padding: 0 7px 7px 0;
}

.slideshow_thumb a {
    background: none !important;
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}

.slideshow_thumb a:hover {
    background: none !important;
    border: 1px solid #ccc;
}

a.activeSlide {
    background: none;
    border: 1px solid #ccc;
}

.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}

.slideshow_thumb img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}

.slideshow_caption {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 5px 0 5px 0;
    height: 20px;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    height: 19px;
    padding: 0 4px 0 5px;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
}

/*
 * Project footer
 */

.project_footer {
    color: #999999;
    clear: both;
    font-size: 11px;
    padding: 15px 0px 0 0px;
    display: none;
}

.comment_link a {

}

.comment_link a:hover {

}

.footer_title_type {
    display: none;
    color: #000000;
    font-weight: bold;
}

.project_views {
    color: #999999;
    font-style: italic;
}

.project_footer .permalink a {
    color: #999999;
    font-style: italic;
}

.project_footer .permalink a:hover {
    background: #ffff66;
    color: #000000;
}

.project_footer .permalink a:active {
    background: #000000;
    color: #ffffff;
}

.tags {
    color: #999999;
}

.tags a {
    color: #000000;
    text-decoration: none;
}

.tags a:hover {
    background: #ffff66;
    text-decoration: none;
}

.tags a:active {
    background: #000000;
    color: #ffffff;
}

.tags a:visited {

}

.project_footer .editlink a {
    display: none;
    color: #0066ff;
    font-style: italic;
}

.project_footer .editlink a:hover {
    background: #ffff66;
    color: #000000;
}

.project_footer .editlink a:active {
    background: #000000;
    color: #ffffff;
}


.project_bottom {
    clear: both;
    // border-bottom: 1px solid #cccccc;
    margin: 15px 0px 15px 0px;
    width: 670px;
}

/* 
 * Thumbnails
 */



.project_thumb .hover {
    cursor: pointer;
    text-decoration: none;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb .hover .thumb_title span {
    background: #ffff66;
}

.project_thumb.active .cardimgcrop {
    border: 1px solid #cccccc;
}

.project_thumb.active .thumb_title span {
    background: #ffff66;
}

.cardimgcrop {
    border: 1px solid transparent;
    margin: -3px -3px 9px -3px;
    padding: 2px;
    position: relative;
    min-width: 200px;
    min-height: 134px;
}

.cardimgcrop.notitle_notag {
    margin-bottom: 22px;
}

.loader_holder {
    display: none;
    position: absolute;
    text-align: center;
    top: 8px; left: 8px;
    z-index: 3;
}

.thumb_title {
    overflow: hidden;
    white-space:nowrap;
    text-align: center;
    width: 200px;
}

.thumb_title.notag {
    margin: 0 0 22px 0;
}

.thumb_title .text {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 3px 2px 3px;
    white-space: nowrap;
    text-align: center;
}

.thumb_tag {
    color: #999999;
    font-family: Georgia, Times, serif;
    height: 3em;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

.thumb_tag.notitle {
    margin-top: 5px;
}

.thumb_tag a {
    color: #999999;    
    font-size: 11px;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
}

.thumb_tag a:hover {
    text-decoration: underline;
}

/* 
 * Search results
 */

#search_form {
    position: fixed;
    bottom: 20px; left: 35px;
}

#search_form #search_term {
    font-size: 11px;
    width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #000000;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;    
}

.search_title a:hover {
    background: #ffff66;
    color: #000000;
    text-decoration: none;
}

.search_title a:active {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #999999;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #666666;
}

/* 
 * Footer
 */

.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    width: 705px;
    
    display: none;
    
}

/* 
 * Video component
 */

.video_component {
    float: left;
    margin: 0 15px 15px 0;
    width: 1090px;
    height: 560px;
    background: blue;
}

/*
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 100%;
}

.audio_component div {
    height: 26px;
}

.audio_component .border {
    border: 2px solid #aaaaaa;
    opacity: 0.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .vertical_border {
    background: #aaaaaa;
    opacity: 0.50;
    
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .controls {
    top: 2px; left: 2px;
}

.audio_component .play_pause {
    background: url("/_gfx/playpause.png");    
}

.audio_component .spectrum .spectrum_bar {
    background: #666666;
}

.audio_component .loading {
    background: #bbbbbb;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .progress {
    background: #bbbbbb;
    border-right: 1px dotted #333333;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
    background: #bbbbbb;
    opacity: 0.3;

    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/* 
 * Other
 */

/* Admin and following icons - only seen by members */
.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

/* "Running on Cargo" */
.cargo_link {
    color: #cccccc;
    font-size: 11px;
    line-height:165%;
    position: fixed;
    right: 35px; bottom: 15px;
    z-index:99;
}

.cargo_link a {
    color: #999999;
    text-decoration: underline;
}

.cargo_link a:hover {
    color: #000000;
    text-decoration: underline;
}

.cargo_link a:active {
    background: #000000;
    color: #ffffff;
}




.bigtext {
    font-size: 16px;
    font-weight: bold;
}
.bio {
    width: 400px;    
    font-family: Helvetica, Arial, Verdana;
    font-weight: normal;
    font-size: 1.10em;
    font-style: normal;
    color: #555;
    text-align:justify;
    line-height: 1.72em
}




.textBlock {
    display: block;
    width: 450px;
    height: auto;
    padding: 0 18px 0 30px;
    margin-right: 60px;
    margin-left: 0;
    margin-top: 0;
    border-left: 3px solid #999;
    border-right: 3px solid #999;
    font-family: times, garamond;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    font-style: normal;
    color: #555;
    text-align: left;
}



.bio img {
    width: auto;
    height: auto;
}


.project-lead img {
    display: block;

    width: 100%;
    height: auto;
    max-height: 900%;
    opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}


.project-lead {
    float: left;
    position: fixed;
    top: 0;
    left: 235px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #222;
}



.bigquote { 
    display: block;
    height: 100%;
    width: 250px;
    padding:39px 0 0 40px;
    margin-right: 50px;
    margin-top: 0;

}


.project-coverpage { 
    width: auto;
    padding: 70px 0 0 30px;
    position: fixed;
    top: 0px;
    left: 237px;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}


.project-coverpage img {
    position: fixed;
    top: 0px;
    left: 237px;
    z-index: -5;
    margin: 0 auto;
    
    max-height: 700%;
    width: 100%;
    height: auto;
    
    opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}

.project-coverbody {
    display: block;
    width: 340px;
    font-family: Garamond, Times, serif;
    font-weight: normal;
    font-size: 1.25em;
    font-style: normal;
    color: #333;
    text-align:left;
    line-height: 1.31em;
    margin-top: 10px;
    
    padding: 0 20px 12px 0;
    // border-top: 2px solid #9a9a9a;
    // border-right: 1px solid #c7c7c7;
}
.project-coverheader { 
    
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 1.0em;
    font-style: normal;
    color: #a8a8a8;
    line-height: .9em;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.project-header { 
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 2.0em;
    font-style: normal;
    color: #555;
    line-height: .9em;
}


.project-body {
    display: block;
    width: 250px;
    font-family: Helvetica, Arial, Verdana;
    font-weight: normal;
    font-size: 1.0em;
    font-style: normal;
    color: #555;
    text-align:left;
    line-height: 1.62em;
    margin-top: 10px;
}

.project-subheader { 
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 1.4em;
    font-style: normal;
    color: #9a9a9a;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    text-align: left;
}


.textBlock-contd {
    display:block;
    width: 450px;
    height: 100%;
    padding: 15px 0 15px 0;
    margin-right: 70px;
    margin-left: 0;
    margin-top: 5px;
    
    font-family: times, garamond;
    font-weight: normal;
    font-size: 2.0em;
    line-height: 1.3em;
    font-style: normal;
    color: #888;
    
    
    
}



table tr, td {
    height: auto;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



.social_link {
    font-size: 11px;
    line-height:145%;
    position: fixed;
    left: 35px; bottom: 15px;
    z-index:99;
    color: #3b3b3b;
}

.baltzphotographic {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.75em;
    color: #444;
    font-weight: bold;
    line-height:1em;
    position: fixed;
    left: 35px; top: 40px;
    z-index:99;
    margin: 0 0 0 0;
    
}






























.baltzphotographic a {
    text-decoration: none;
    color: #444;
}


.baltzphotographic a:hover {
    text-decoration: none;
    color: #333;    
}
.baltzphotographic a:active {
    color: #444;    
}







.item {
    width: 220px;
    margin: 10px;
    float: left;
}
.image_grid {
    width: 900px;
    display: block;
    margin: 18px 0 0 50px;
    padding: 0 0 0 0;
}



.img_container {
    display: inline-block;
    width: 250px;    
    height: 250px;
    overflow: hidden;
    background: blue;
    padding: 0;
    float: left;
    margin: 2px;
}



.project-coverpage-v { 
    
    width: 921px;
    padding: 37px 0 0 30px;
    position: absolute;
    top: 0px;
    left: 237px;
    background: #fff;
    overflow: hidden;
    z-index: -1;
    height: 100%;
}

.project-coverheader-v {    
    display: inline-block;
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 1.21em;
    font-style: normal;
    color: #3d3d3d;
    padding-bottom: 10px;
    
}



.project-coverbody-v {
    display: block;
    position: relative;
    width: 400px;
    top: 0;
 
    font-family: Garamond, Times, serif;
    font-weight: normal;
    font-size: 1.45em;
    font-style: normal;
    color: #545454;
    text-align:left;
    line-height: 1.25em;
    
    z-index: -1;
    margin: 0 auto;
    padding: 24px;
    background: white;
    //border-right: 3px solid #4a4a4a;
    
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    
}

.project-coverpage-v img {
    position: fixed;
    top: -100px;
    left: 237px;
    z-index: -5;
    margin: 0 auto;
    
    max-height: 700%;
    width: 951px;
    height: auto;
    
    opacity:0.9;
    filter:alpha(opacity=10); /* For IE8 and earlier */
}
.feature_summary {
    width: 953px;
    display: inline-block;
    height: 530px;
    
}








.videoBG {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -5;
    width: 120%;
}
.img_container img {
    height: 250px;
}



.textBlock-v {
    display: block;
    text-align: left;
    float: left;
    width: 230px;
    padding: 12px 0 12px 0;
    border-bottom: 3px double #b8b8b8;
    I
    
}


#otz-001-fixed {
    display: none;
    position: fixed;
    top: 50px;
    float: left;
}




#otz-001-dyn {
    display: block;
}

.project-subheader-v { 
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 0.9em;
    font-style: normal;
    text-transform: uppercase;
    color: #c9c9c9;
    width: 100%;
    display: inline;
    margin: 0 0 0 0;
}
#otz-001-gallery {
    top: -485px;
    //opacity: 0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}



.project-chapterheader-v {
    display: inline-block;
    font-family: Garamond, Times, serif;
    font-size: 2.2em;
    line-height: 1.0em;
    font-style: normal;
    color: #636363;
    width: auto;
    text-align: left;
    padding: 4px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #b8b8b8;
    
}
.project-bodycopy-v {
    font-family: Garamond, Times, serif;
    font-weight: normal;
    font-size: 1.25em;
    font-style: normal;
    color: #454545;
    text-align:left;
    line-height: 1.31em;    
}
.otz-gallery {
    float: left;
    position: relative;
    margin-left: 260px;
    padding: 0 0 0 0;    
    display: block;
    width: 654px;
    overflow: hidden;
}




.otz-gallery img {
    float: none !important; 
    display: block;
    

}

#otz-001-out {
    display: none;
    top: 2518px;
    position: absolute;
}

#otz-002-gallery {
    top: -495px;
    //opacity: 0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}

#otz-002-fixed {
    display: none;
    position: fixed;
    top: 50px;
    float: left;
}

#otz-002-out {
    display: none;
    top: 5284px;
    position: absolute;
}
.otz-video {
    width: 100%;
    background: #1a1a1a;
    z-index: -1;
    
    
}










#otz-003-fixed {
    display: none;
    position: fixed;
    top: 50px;
    float: left;
}



#otz-003-out {
    display: none;
    top: 11647px;
    position: absolute;
}

#otz-003-gallery {
    top: -465px;
    //opacity: 0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}

#otz-003-dyn {
    display: block;
}

#otz-video-001 {
    width: 950px;
    float: left;
    display: block;
    margin: -140px auto 0 auto;
    background: #1a1a1a;
    text-align: center;
    padding: 10px 0 10px 0;
    opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */

}

#otz-video-002 {
    display: block;
    margin: -100px 0 0 0;
    background: #1a1a1a;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 950px;
    
}
#otz-video-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: black;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    opacity:0.0;
    filter:alpha(opacity=0);;
    
}
#feature-container-001 {
    border-top: 3px solid #444;
    display: block;
    //opacity:0.0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}

#otz-004-dyn {
    display: block;
}

#otz-004-fixed {
    display: none;
    position: fixed;
    top: 50px;
    float: left;
}

#otz-004-gallery {
    top: -465px;
    
    //opacity: 0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}

#otz-004-out {
    display: none;
    top: 20330px;
    position: absolute;
}

.feature_container {
    display: block;
    margin: 0 0 -400px 0;
    width: 930px;
    padding-left: 20px;
    overflow: hidden;

    background: #fff;
}
.img_grid {
    background: red;
    margin: 30px 0 0 0;
    max-width: 1070px;
    height: 100%;
}

#otz-video-003 {
    display: block;
    margin: -140px 0 0 0;
    background: #1a1a1a;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 950px;
}
#otz-video-003 video {
    width: 100%;
}

.project-coverpage-endisnear { 
    width: 100%;
    height: 100%;
    padding: 37px 0 0 30px;
    position: fixed;
    top: 0px;
    left: 237px;
    background: #fff;
    overflow: hidden;
    z-index: -1;
    height: 100%;
}

.project-coverpage-endisnear img {
    position: fixed;
    top: -100px;
    left: 237px;
    z-index: -5;
    margin: 0 auto;
    
    
    width: 100%;
    height: auto;
    
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}



.feature_summary-endisnear {
    width: 100%;
    
    height: 100%;
    z-index: 100;
}
audio {
    display: block;
    width: 100%;
}

.project-coverpage-const { 
    width: 100%;
    height: 100%;
    padding: 37px 0 0 30px;
    position: fixed;
    top: 0px;
    left: 237px;
    background: #fff;
    overflow: hidden;
    z-index: -1;
    height: 100%;
}

.project-coverpage-const img {
    position: fixed;
    top: -100px;
    left: 237px;
    z-index: -5;
    margin: 0 auto;
    
    
    width: 100%;
    height: auto;
    
    opacity:.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.feature_summary-const {
    
    width: 100%;
    display: inline-block;
    height: 100%;    
}


.feature_summary-const img{
    width: 100%;
    height: auto;
}


.project-coverbody-const {
    position: absolute;
    display: block;
    width: 600px;
    font-family: Garamond, Times, serif;
    font-weight: normal;
    font-size: 1.45em;
    font-style: normal;
    color: #545454;
    text-align:left;
    line-height: 1.25em;
    top: 0;
    padding: 24px;
    background: white;
    //border-bottom: 2px solid #4a4a4a;
    
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    
}



.project-coverpage-nowheresville { 
    width: 906px;
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: -1;

}

.feature_summary-nowheresville {
    
    display: inline-block;
    position: relative;
    width: 906px;
    padding-right: 25px;
    height: 500px;
    z-index: 1;
}





#feature-container-nowheresville {
    border-top: 7px solid #444;
    display: block;
    width: 936px;
    overflow: hidden;
    background: white;
}


#nowheresville-gallery-001 {
    top: -485px;
    //opacity: 0;
    //filter:alpha(opacity=0); /* For IE8 and earlier */
}

.nowheresville-gallery {
    display: block;
    padding: 0 0 0 0;    
    width: 936px;
}

.nowheresville-gallery img {
    float: none !important; 
    
    margin: 0 auto;


}


.project-coverpage-nowheresville img {
    display: block;
    position: relative;
    right: 0;

    top: 0;
    z-index: -5;
    margin: 0 0 0 0;
    
    width: 100%;
    height: auto;
}




.feature_body-nowheresville {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    
}
.feature_body-nowheresville p {
    display: block;

    width: 500px;
    margin: 0 auto;
    
    font-family: Garamond, Times, serif;
    font-weight: normal;
    font-size: 2em;
    font-style: italic;
    color: white;
    text-align:center;
    line-height: 1.25em;
    z-index: -1;    
}
.feature_title-nowheresville {

    font-family: Helvetica, Arial, Verdana;
    font-family: "pragmatica-web-condensed";
    font-size: 10.5em;
    font-style: italic;
    color: white;
    margin-top: 110px;
    letter-spacing: -0.04em;
    height: 150px;
}
.gallery-intro {
    display: inline;
    float: left;
    width: 300px;
}

.gallery-cover img {
    display: inline;
    width: 600px !important;
    float: right !important;
    height: auto;
}

.project-coverpage-video { 
    width: 100%;
    padding: 37px 0 0 30px;
    position: fixed;
    top: 0px;
    left: 237px;
    background: #fff;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    border-right: 1px solid #c7c7c7;
    
}
.social_link a {
    text-decoration: none;
    color: $#3b3b3b !important;
}

.social_link a:active {
    text-decoration: none;
    color: $#3b3b3b !important;
}



.social_link a:visited {
    text-decoration: none;
    color: $#3b3b3b !important;
}

.social_link a:hover {
    text-decoration: none;
    color: $#3b3b3b !important;
}



.img_grid img {
    float: left;
    width: 250px;
    height: 250px;
    margin: 8px;
}


.videoImg {
    display: block;
    background: gray;
    margin: 0 100px 0 100px;
    width: 1000px;
    height: 560px;
    text-align: center;
}