/* STICKY FOOTER */
html {
    height: 100%;
    overflow-y:auto; 
}
body {
    height: 100%;
    min-height: 100%;
}
html.no-touch body {
    overflow-y:auto;
}

#wrap {min-height: 100%;}

#main {
    float: left;
    padding-bottom: 83px;
} 
#footer {
    position: relative;
    clear:both;
} 

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#footer_content { margin-top:-143px;}
#footer_content.collapsed { margin-top:0; }

.ie6 #wrap, .ie8 #wrap {
    display: table;
    height: 100%
}
/* eo STICKY FOOTER */

.home #global { background:none; }
.home #global .container { height:auto; }

.home #global, 
.home #global_secondary,
.home #footer { z-index:20; }

.home #content_wrap { 
    position:absolute; 
    top:0; left:0;
    width:100%;
    height:100%;
    background:#000;
}

.home #footer { 
    background: #EBEAEA; 
    height:83px;
    margin-top:-84px;
    overflow:visible;
}

.home #footer.fold {
    height:36px;
    margin-top:-37px;
    overflow:hidden;
}

.home #hero { 
    width:100%; height:100%;
    overflow:hidden;
    min-width: 960px;
}

.home #footer_content {
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    -ms-transition:all .15s ease-out;
    -o-transition:all .15s ease-out;
    transition:all .15s ease-out;
}


.home #footer_content.collapsed,
.home #hero .slide, .home #hero .slideshow {
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}


.home #hero .slide {
    opacity:0;
    filter:alpha(opacity=0);
}

.home #hero.loaded .slide {
    opacity:1;
    filter:alpha(opacity=100);
}

.home #hero .slide {
    float:left; position:absolute;
    top:0; left:0;
    width:100%;
    height:100%;
    z-index:0;
}

.home #hero .slide.active {
    opacity:1;
    filter:alpha(opacity=100);
}

.home #hero .slide .text {
    position:absolute;
    top:150px;
    width:100%;
    z-index:0;
}

.home #hero .slide .text span { 
    float:left; position:relative;
    width:100%; 
    color:#FFF;
    font-family:'Crimson Text', Georgia, serif;
    font-weight:normal;
    font-style:italic;
    font-size:24px;
    letter-spacing:2px;
    opacity:.7;
    filter:alpha(opacity=70);
}

.home #hero .slide .text span.title {
    font-family:gnuolane, Arial, sans;
    font-size:72px;
    font-style:normal;
    text-transform:uppercase;
    text-shadow:0 1px #000;
    letter-spacing:1px;
    opacity:1;
    filter:alpha(opacity=100);

}

.ie6 .home #hero div.active {}


.home #hero .slide a { 
    float:left; position:absolute; 
    width:100%; height:100%; 
    z-index:1; background:#FFF; 
    opacity:0;
    filter:alpha(opacity=1);
}


.home #hero .slide img {
    width:100%; height:100%;
}

.home ul#slideshow_homepage {
    float:left; position:absolute;
    right:0;
    bottom:120px;
    right:20px;
    height:20px;
    z-index:19;
}

.home #content_wrap ul#slideshow_homepage li { 
    float:left; position:relative; 
    list-style:none; margin:0 1px 0 0;
    padding:0;
}


.home #content_wrap ul#slideshow_homepage li a { 
    float:left; position:relative;
    opacity:.5; 
    height:30px;
}

#slideshow_homepage li a .arrow {
    float:left; position:absolute;
    border-color:transparent transparent #FFF transparent;
    border-width:5px;
    border-style:solid;
    top:5px; left:50%;
    margin-left:-5px;
    display:none;
}

.home #content_wrap ul#slideshow_homepage li.active a { opacity:1; } 
.home #content_wrap ul#slideshow_homepage li.active a .arrow { display:block; }


.ie7 #slideshow_homepage li a .arrow {
    top:-12px;
}

#slideshow_homepage li a .box {
    float:left; position:relative; 
    width:50px; height:5px;
    background:#FFF;
    top:15px;
    filter:alpha(opacity=50);
}

.ie8 .home #hero .slide a,
.ie7 .home #hero .slide a,
.ie6 .home #hero .slide a {
    /* IE */
    background-color:#FFF; 
    filter:alpha(opacity:.01);
}

#slideshow_homepage li.active a .arrow { filter:alpha(opacity=100); }
#slideshow_homepage li.active a .box { filter:alpha(opacity=100); }

#home_ctas {
    float:left; position:absolute;
    width:100%;
    height:80px;
    bottom:38px;
    left:0;
    z-index:20;
}

#home_ctas .bg {
    float:left; position:absolute;
    width:100%; height:80px;
    /*background:#271608;*/
    background:#3C0808;
    opacity:.65;
    filter:alpha(opacity=65);
}

.ie7 #home_ctas .bg {
    left:0;
}

#home_ctas .column {
    background:url('../img/home_diag.png') no-repeat top right;
    margin-right:0;
}

#home_ctas .column { 
    width:330px;
}

#home_ctas .column_last {
    width:300px;
}

#home_ctas .column a, #home_ctas .column_last a {
    float:left; position:relative;
    width:300px;
    font-family:'Crimson Text', Georgia, serif;
    font-size: 24px;
    letter-spacing:1px;
    color:#FFF;
    padding:12px 0 17px;
}

#home_ctas .column a span, #home_ctas .column_last a span {
    float:left; position:relative;
    width:300px;
    text-align:center;
    letter-spacing:2px;
    font-size:28px;
}

#home_ctas .column a span.title, #home_ctas .column_last a span.title {
    background:url('../img/homepage_arrow.png') no-repeat 245px 15px;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    -ms-transition:all .15s ease-out;
    -o-transition:all .15s ease-out;
    transition:all .15s ease-out;
}

#home_ctas .column_last a span.title { background-position:253px 15px; }
#home_ctas .column #keytext_home_cta_2 a span.title { background-position: 240px 15px; }

#home_ctas .column a .secondary, #home_ctas .column_last a .secondary {
    font-size:15px;
    font-style:italic;
    letter-spacing:1px;
    color:#ebebeb;
}

#home_ctas .column a .arrow {
    float:left; position:relative;
    width:10px;
    margin:5px 0 0 10px;
    background:none; 
    width:0; height:0;
    border-style:solid;
    border-color:transparent transparent transparent #b8aa96;
    border-width:4px;
}

#home_ctas .column a:hover span.title, #home_ctas .column_last a:hover span.title {
    background:url('../img/homepage_arrow.png') no-repeat 255px 15px;
}

#home_ctas .column_last a:hover span.title { background-position:263px 15px; }
#home_ctas .column #keytext_home_cta_2 a:hover span.title { background-position: 250px 15px; }

