.left { float: left; }
.right { float: right; }
.hidden { display: none; }
.clear { clear: both; }




.a {
  font-family: "Alright Sans LT";
  font-style: normal;
  font-weight: normal;
}

.ai {
  font-family: "Alright Sans LT";
  font-style: italic;
  font-weight: normal;
}

.at {
  font-family: "Alright Sans LT Thin";
  font-style: normal;
  font-weight: normal;
}

.ati {
  font-family: "Alright Sans LT Thin";
  font-style: italic;
  font-weight: normal;
}





body{
    font-family: 300 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
}
.site-main{
    font-family: 300 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
em{
    font-style: italic;
}
.preloader {
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
    z-index: 1050;
}


.siteLoader {
    background-color: rgb(0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    text-align: left;
}

.iOS .siteLoader {
    width: 101%;
}

.siteLoader img.logo-border {
    top: 43%;
    position: absolute;
    margin: -82px auto 0;
    left: 0;
    right: 0;
}
.uptop {
    top: 32% !important;
}
.siteLoader .head_text {
    font-family: "Alright Sans LT Thin",'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 120px;
    font-weight: 100;
    word-spacing: -3px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    position: absolute;
    top: 40%;
    height: 180px;
    width: 400px;
    opacity: 0;
    margin-top: -4px;
}

.siteLoader .head_text.light {
    color: rgba(255,255,255, 1);
}

.siteLoader .head_text .txt_holder {
    overflow: hidden;
    padding: 37px 0 25px;
    margin-left: 42px;
    position: relative;
    left: 0;
    min-height: 100px;
    width: 100%;
    white-space: nowrap;
}

.siteLoader .head_text .subtxt {
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 10px;
    margin-top: 24px;
    margin-left: 8px;
    word-spacing: -1px;
    padding: 0 0 0 10px;
    color: rgb(255, 255, 255);
}

.siteLoader .head_text.light .txt_holder {
    width: 0;
    text-align: left;
}

.ipad_play {
    padding: 15px;
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0, .4);
    margin: -20px auto 0;
    border-radius: 35px;
}

.ipad_play .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 22px solid rgb(255,255,255);
    margin: 7px 13px;
}

.infotext a {
    text-decoration: underline;
    color: inherit;
}
    .infotext a:hover {
        text-decoration: none;
    }
.index_nav {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0, 0.45);
    /*text-align: center;*/
}

.index_nav.opaque {
    background-color: rgb(0,0,0);
}

    .index_nav .img_screen {
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        
    }

    .index_nav .indxBGimg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        height: inherit !important;
    }
    .index_nav .indxBGimg img {
        height: inherit !important;
    }
    
    
    .index_nav .indxBGimg img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .index_nav .indxBGimg .lo-res {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    
    .index_nav .columns {
        position: absolute;
        width: 100%;
/*        max-width: 820px; */
max-width:70%;
max-width:70vw;
        height: 10em;
        margin: auto auto;
        z-index: 1000;
        text-align: left;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .index_nav .col {
        float: left;
width:33%;
    }

    #about_idx {
        padding: 26px 0;
        width: 180px;
        position: relative;
        font-size: .75em;
        margin-top: -1px;
        border-top: 1px dotted rgba(255, 255, 255, 0.2);
    }
    
    
    /*.index_nav ul {
        width: 80%;
        margin: 0 5% 0 15%;
    }*/
    
    .index_nav .about_link {
        width: 33%;
        float: right;
        left: 16px;
        position: relative;
    }
    #hunger_idx {
        padding-bottom: 25px;
    }
    .index_nav ul li {
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Alright Sans LT Thin", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13pt;
        cursor: pointer;         
line-height: 1.3em;
letter-spacing: 3px;
padding: 15px 20px 5px 20px;
margin: 0;
font-size: 1.5vw;

    }

    .index_nav ul li.current, .index_nav ul li.current.visited {
        color: #FC0;
    }
    
    .index_nav ul li.visited {
        color: rgba(255,255,255,0.4);
    }
    
    .no-touch .index_nav ul li:hover, .ie10 .index_nav ul li:hover {
        text-decoration: underline;
    }

.introtxt { 
    bottom: 0;
    height: 100%;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #FFF;
    z-index: 50;
    position: relative;
}

.introtxt h1 {
    font-family: "Alright Sans LT Thin", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 120px;
    font-weight: 100;
    word-spacing: -3px;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.slide h2.title {
    color:#FFF !important; /* CC update 2013-12-13 */
}


.slide h2.title {
    font-family: "Alright Sans LT", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 6em;
    /*font-size: 8vw;*/
    font-weight: 100;
    word-spacing: -3px;
    letter-spacing: 10px;
/*    -moz-text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);
    -webkit-text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);
    text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);*/
    text-align: center;
    /*color: #FFF;*/
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: .25;
}

.introtxt .loadtxt {
    font-family: "Alright Sans LT Thin", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 120px;
    font-weight: 100;
    word-spacing: -3px;
    letter-spacing: 5px;
/*    -moz-text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);
    -webkit-text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);
    text-shadow: 0 0 8px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.15);*/
    text-align: center;
    /*color: #FFF;*/
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.innerh1 {
    color: #FFFFFF;
    font-family: "Alright Sans LT Thin",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 5px;
    padding-bottom: 5px;
    text-align: center;
/*    text-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.15);*/
    text-transform: uppercase;
    width: 300px;
    word-spacing: -3px;
    text-align: center;
}
.innerh1 span {
    border-bottom: 1px solid #FFFFFF;
    display: none;
}

.slide h2.title {
    position: absolute;
    top: 46%;
    z-index: 50;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#ancient-world_sl h2 {
text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}


.current.slide h2.title.active, .current.slide .playbtn.active, #entry .introtxt.active {
    opacity: 1;
    -webkit-transition: all 1.0s ease-out .5;
    transition: all 1.0s ease-out .5;
}
.playbtn, #entry .introtxt {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}



.introtxt .explorebtn, #phoneContent .trailerbtn, .playbtn {
    color: rgb(255, 255, 255);
    font-size: .85em;
    font-weight: 400;
    letter-spacing: 5px;
    margin: 40px auto 30px;
    padding: 8px 9px 8px 14px !important;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    font-family: 'Alright Sans LT', Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
}

.playbtn {
    margin: 0 auto;
}
.playbtn_container{
    z-index: 15;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
    margin-top: 5em;
}

#phoneContent .trailerbtn {
    width: 185px;
    padding: 12px;
}

.ie10 .introtxt .explorebtn {
    padding: 12px 12px 9px 16px;
}
    .no-touch .introtxt .explorebtn:hover, .ie10 .introtxt .explorebtn:hover, .no-touch .playbtn:hover, .ie10 .playbtn:hover {
        color: #fff;
        background-color: rgba(0,0,0,.2);
        border: 1px solid #FFF;
    }
    
    .introtxt .loading_msg {
        color: #FFF;
        font-family: "minion-pro";
        font-style: italic;
        font-size: 1.0em;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 60px auto 30px;
        padding: 14px 19px 13px 25px;
        text-transform: uppercase;
        border: 1px solid rgba(255,255,255, 0.5);
        width: 275px;
        cursor: pointer;
        text-align: left;
        /*background: url('../i/ajax-loader-white.gif') no-repeat scroll 175px center transparent;*/
    }

.introtxt .quoteblock {
    font-family: 'Alright Sans LT Thin', 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 29px;
    letter-spacing: 10px;
    word-spacing: 0px;
    line-height: 1.3;
    margin-top: 36px;
    word-spacing: -1px;
    font-weight: 100;
    text-indent: 0px;
    text-transform: uppercase;
}
    .introtxt .quoteblock span{
        
    }

.siteLoader .instructions {
    position: absolute;
    bottom: 15px;
    font-family: "Alright Sans LT", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.70em;
    text-align: center;
    display: block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 100%;
    z-index: 2000;
    letter-spacing: 3px;
    opacity: .6;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ie10 .siteLoader .instructions {
    bottom: 10px;
    display: block !important;
}

.touch .siteLoader .instructions {
    display: none;
}


.navbtn {
    position: absolute;
    width: 38px;
    height: 44px;
    background: url('../i/nav_buttons_sprite.png') no-repeat scroll top left;
    cursor: pointer;
    z-index: 999999;
}
    
    .navbtn.leftarrow {
        top: 46%;
        left: 0;
        background-position: 5px -120px;
        margin-top: 22px;
    }
    
    #nav1 .navbtn.leftarrow:hover,
    #nav2 .navbtn.leftarrow:hover,
    #nav3 .navbtn.leftarrow:hover,
    #nav4 .navbtn.leftarrow:hover,
    #nav5 .navbtn.leftarrow:hover,
    #nav6 .navbtn.leftarrow:hover,
    #nav7 .navbtn.leftarrow:hover,
    #nav8 .navbtn.leftarrow:hover,
    #nav9 .navbtn.leftarrow:hover,
    #nav10 .navbtn.leftarrow:hover,
    #nav12 .navbtn.leftarrow:hover,
    #nav12 .navbtn.leftarrow:hover,
    .no-touch .navbtn.leftarrow:hover, 
    .ie10 .navbtn.leftarrow:hover {
        background-color: rgba(255,255,255,1) !important;
        background-position: 5px -440px;
        -webkit-transition: background-color .3s ease-in-out;
           -moz-transition: background-color .3s ease-in-out;
             -o-transition: background-color .3s ease-in-out;
                transition: background-color .3s ease-in-out;
    }
    
    .navbtn.rightarrow {
        top: 46%;
        right: 0;
        background-position: 2px -85px;
        margin-top: 22px;
    }
    #nav1 .navbtn.rightarrow:hover,
    #nav2 .navbtn.rightarrow:hover,
    #nav3 .navbtn.rightarrow:hover,
    #nav4 .navbtn.rightarrow:hover,
    #nav5 .navbtn.rightarrow:hover,
    #nav6 .navbtn.rightarrow:hover,
    #nav7 .navbtn.rightarrow:hover,
    #nav8 .navbtn.rightarrow:hover,
    #nav9 .navbtn.rightarrow:hover,
    #nav10 .navbtn.rightarrow:hover,
    #nav12 .navbtn.rightarrow:hover,
    #nav12 .navbtn.rightarrow:hover,
    .no-touch .site-main .navbtn.rightarrow:hover, 
    .ie10 .site-main  .navbtn.rightarrow:hover {
        background-color: rgba(255,255,255,1) !important;
        background-position: 2px -405px;
        -webkit-transition: background-color .3s ease-in-out;
           -moz-transition: background-color .3s ease-in-out;
             -o-transition: background-color .3s ease-in-out;
                transition: background-color .3s ease-in-out;
    }

    
#dragarea_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50%;
}
#dragarea {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,.25);
}

.slide .galleryholder {
    width: 100%;
    height: 100%;
}

.fs-active body {
    background-color: rgb(0,0,0);
}
.fs-active .slide .gi_wrapper:before, .fs-active .img_wrapper:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    text-align: center;
}

.fs-active .gi_wrapper img, .fs-active .img_wrapper img, .fs-active .slide video {
    margin: auto 0;
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

.fs-active .slide img.tall, .fs-active .slide video.tall {
    margin: 0 auto;
    width: auto !important;
    height: 100% !important;
    text-align: center;
    vertical-align: middle;
}

.slide .gi_wrapper.current {
    z-index: 5;
    position: relative;
}


.slide, .gi_wrapper {
    background-color: rgb(0,0,0);
    overflow: hidden;
}

.slide .galleryimage, .slide .img_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}
.siteLoader .introtxt {
    margin-top: 33px;
    color: rgba(255, 255, 255, 0.4);
}

.bottomNavBar {
    background-color: rgba(17,33,58, 1);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 1050;
    width: auto;
    right: 0;
}
/*.bottomNavBar,
.navbtn,
.playbtn:hover,
.gallerylabel {
    -webkit-transition: background-color 1.2s ease-in-out;
       -moz-transition: background-color 1.2s ease-in-out;
         -o-transition: background-color 1.2s ease-in-out;
            transition: background-color 1.2s ease-in-out;
}*/


.slide .buttons {
    position: absolute;
    z-index: 1099;
}
    .gallerybtns-wrapper {
        width: 125px;
        float: none;
        margin: 0 auto;
        position: relative;
    }
    .gallerylabel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        text-align: center;
        /*background-color: rgba(0,0,0, .85);*/
        color: rgba(255, 255, 255, .6);
        font-size: .80em;
        height: 27px;
        padding: 2px 0 5px 0;
        width: 150px;
    }
    
    .touch .gallerylabel {
        display: none;
    }
    
    .bottomNavBar ul.gallerybtns {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 150px;
    }
    
    .bottomNavBar ul.sharing {
        float: right;
    }
    .navbtn.index, .bottomNavBar li {
        font-family: "Alright Sans LT", 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #FFF;
        float: left;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        letter-spacing: 1px;
        font-weight: normal;
        opacity: .7;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 0.70em;
    }

    
    .no-touch .bottomNavBar li:hover, .no-touch .slide .buttons li:hover, .ie10 .bottomNavBar li:hover, .ie10 .slide .buttons li:hover {
        
    }
    
    .bottomNavBar ul li:first-child, .slide .buttons ul li:first-child {
        margin: 0;
    }
    
    .navbtn.index {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 110px;
        height: 40px;
        padding: 7px 20px 10px 30px;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 11px -918px;
        cursor: pointer;
        text-align: left;
        text-indent: 10px;
        font-size: 0.70em;
        text-transform: uppercase;
        color: #FFF;
        font-weight: normal;
        white-space: nowrap;
        float: left;
        letter-spacing: 1px;
        line-height: 30px;
        background-color: transparent;
        opacity: .85;
    }
	
	 .touch .navbtn.index {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 110px;
        height: 40px;
        padding: 7px 20px 10px 30px;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 11px -918px;
        cursor: pointer;
        text-align: left;
        text-indent: 10px;
        font-size: 0.70em;
        text-transform: uppercase;
        color: #FFF;
        font-weight: normal;
        white-space: nowrap;
        float: left;
        letter-spacing: 1px;
        line-height: 30px;
        background-color: transparent;
        opacity: .85;
    }
    .navbtn.index.open-index {
        display: none !important;
    }  
	
	.touch .navbtn.index.open-index {
        display: none !important;
    }       
    .index_nav .close_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 110px;
        height: 40px;
        padding: 7px 20px 10px 30px;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 12px -234px #FFF;
        cursor: pointer;
        text-align: left;
        text-indent: 10px;
        font-size: .70em;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: 1px;
        z-index: 50;
        line-height: 30px;
        font-family: "Alright Sans LT",Helvetica,Arial,sans-serif;
    }
    
    .no-touch .navbtn.index:hover, .ie10 .navbtn.index:hover {
        background-position: 11px -951px;
        background-color: rgba(255,255,255,1);
        color: rgb(0,0,0);
        opacity: 1;
        
    }
	
	 .touch .navbtn.index:hover {
        background-position: 11px -951px;
        background-color: rgba(255,255,255,1);
        color: rgb(0,0,0);
        opacity: 1;
        
    }
    
    .navbtn.about {
            width: 75px;
            height: 35px;
            padding: 6px 0 10px;
            font-size: 0.70em;
            color: rgba(255, 255, 255, 1);
            text-align: center;
            font-weight: normal;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            position: absolute;
            bottom: 0;
            left: 90px;
            float: left;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: .85;
            background: transparent;
        }   



        .ie10 .navbtn.about {
            padding-top: 14px;
        }
		


        .no-touch .navbtn.about:hover, .ie10 .navbtn.about:hover {
            background-color: rgba(255,255,255,1);
            color: rgb(0,0,0);
            opacity: 1;

        }
        
        #about .close_btn {
            width: 100px;
            height: 35px;
            padding: 7px 15px 10px;
            font-size: 0.70em;
            color: rgb(0,0,0);
            text-align: left;
            font-weight: normal;
            text-indent: 25px;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            position: absolute;
            bottom: 0px;
            left: 90px;
            float: left;
            border-right: 1px solid rgba(255, 255, 255, 0.15);
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 1;
            background: url('../i/nav_buttons_sprite.png') no-repeat scroll 14px -237px #FFF;
            line-height: 2;
            z-index: 2050;
        }
    
    .curtitle {
        width: auto;
        min-width: 0;
        height: 35px;
        padding: 5px 17px;
        color: rgba(255, 255, 255, .6);    
        text-align: left;
        font-weight: normal;
        position: absolute;
        bottom: 0px;
        left: 110px;
        z-index: 1050;
        white-space: nowrap;
        font-size: .85em;
        overflow: hidden;
    }
    
    .ie10 .curtitle {
        padding-top: 12px;
    }
    
    .curtitle span {
        color: #60697b;
        font-size: .9em;
        opacity: 1;
        margin-left: 5px;
    }
    
    .curtitle.tweening {
        width: 0px;
        padding: 5px 0px;
    }

    
    .slide .buttons li.uparrow {
        width: 40px;
        height: 40px;
        font-size: 13px;
        padding: 5px 0 0;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 11px -364px;
        float: left;
        border-right: 0 !important;
        opacity: 1;
    }
        .no-touch .slide .buttons li.uparrow:hover, .ie10 .slide .buttons li.uparrow:hover {
            background-position: 11px -44px;
            background-color: #fff;
        }
    .slide .buttons li.downarrow {
        width: 40px;
        height: 40px;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 11px -316px;
        opacity: 1;
        border-right: 0;
    }
        .no-touch .slide .buttons li.downarrow:hover, .ie10 .slide .buttons li.downarrow:hover {
            background-position: 11px 4px;
            background-color: #fff;
            color: #000;
        }
    
    .slide .buttons li.paginate {
        width: 70px;
        height: 40px;
        padding: 8px 8px 6px;
        font-size: 0.75em;
        color: rgba(255, 255, 255, .6);
        opacity: 1;
        text-transform: lowercase;
        border: 0;
        cursor: default;
    }
    
    .no-touch .bottomNavBar li.paginate:hover {
        
    }
    
    .slide .buttons li.paginate .curslide {
        margin: 0 -2px 0 0;
        display: inline;
    }
    
    .slide .buttons li.paginate .totslide {
        margin: 0 0 0 -1px;
        display: inline;
    }
    .slide .buttons li.infobtn {
        background: url("../i/index/2013/i.png") no-repeat scroll 12px 12px rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        height: 40px;
        line-height: 31px;
        padding: 6px 0 6px 20px;
        width: 105px;
        display: none !important;
    }
    .slide .buttons li.infobtn:hover {
        background-image: url(../i/index/2013/ik.png);
    }
    .no-touch .slide .buttons li.infobtn:hover, .ie10 .slide .buttons li.infobtn:hover {
        background-color: rgba(255,255,255,1);
        color: #000;
        opacity: 1;
        border-right: 1px solid rgba(12, 24, 43, 0.3);
    }
    
    .slide .buttons li.infobtn.open {
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 9px -235px rgb(255, 255, 255);
        text-align: left;
        color: rgb(0, 0, 0);
        text-indent: 12px;
        opacity: 1;
        border-right: 1px solid rgba(12, 24, 43, 0.3);
    }
    
    .slide .buttons li.commentary {
        width: 150px;
        height: 35px;
        padding: 6px 0;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 17px -594px rgba(0, 0, 0, 0);
        text-indent: 38px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
    .no-touch .slide .buttons li.commentary:hover, .ie10 .slide .buttons li.commentary:hover {
        background-position: 17px -274px;
        background-color: rgba(255,255,255,1);
        color: rgb(0,0,0);
        opacity: 1;
        border-right: 1px solid rgba(12, 24, 43, 0.3);
    }
    .slide .buttons li.commentary.open:hover{
        border-right: 0;
    }
    
    .slide .buttons li.commentary.open {
        opacity: 1;
        border-right: 0;
    }
    
    .ie10 .slide .buttons li.paginate,
    .ie10 .slide .buttons li.commentary,
    .ie10 .slide .buttons li.infobtn {
        padding-top: 13px;
    }
    
    .bottomNavBar li.share {
        position: relative;
        width: 95px;
        height: 40px;
        padding: 6px 15px 0 35px;
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 12px -478px transparent;
        line-height: 31px;
    }
    .bottomNavBar li.mute {
        background: url("../i/nav_buttons_sprite.png") no-repeat scroll 9px -1135px rgba(0, 0, 0, 0.3);
        height: 40px;
        position: relative;
        width: 40px;
    }
    .bottomNavBar li.comments {
        background: url("../i/index/2013/icons/comment.png") no-repeat scroll 12px 15px;
        color: #FFFFFF;
        height: 40px;
        line-height: 43px;
        text-align: left;
        text-indent: 32px;
        width: 117px;
        /*display: none;*/
    }
    .bottomNavBar li.comments:hover {
        background: #FFF url("../i/index/2013/icons/comment-over.png") no-repeat scroll 12px 15px;
        color: #000;
        opacity: 1;
    }
    .bottomNavBar li.comments.open {
        background: url('../i/nav_buttons_sprite.png') no-repeat scroll 9px -235px rgb(255, 255, 255) !important;
        color: #000;
        opacity: 1;
        border-right: 1px solid rgba(12, 24, 43, 0.3);
    }
    .mejs-audio .closebtn {
        background: url("../i/nav_buttons_sprite.png") no-repeat scroll 7px -235px rgba(0, 0, 0, 0);
        height: 40px;
        position: absolute;
        right: 0;
        width: 35px;
        z-index: 2000;
     }
        .no-touch .bottomNavBar li.mute:hover, .ie10 .bottomNavBar li.mute:hover, .bottomNavBar li.mute.open {
            opacity: 1;
            background-position: 9px -1171px;
            background-color: rgba(255,255,255,1);
            border-right: 1px solid rgba(12, 24, 43, 0.3);
        }
        
        .touch .bottomNavBar li.mute {
            display: none;
        }

    .services {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, .45);
        z-index: 2099;
        position: absolute;
        right: 0;
        opacity: 1;
        border: none;
        overflow: hidden;
    }
    .sharetop{
        margin: 0px auto;
        top: 0;
        position: relative;
        left: 0;
        right: 0;
        height: 100%;
    }
    .sharetop p{        
        font-family: 'Minion W08', 'Minion Pro', Minion, Times, 'Times New Roman', serif;
        font-size: 1.43em;
        text-transform: uppercase;
        font-style: italic;
        padding-bottom: 10px;
        margin: 0px auto;
        letter-spacing: .18em;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: 27%;
    }
    .shareheadline {
        font-family: 'Alright Sans LT', 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 6em;
        letter-spacing: 10px;
        line-height: .25;
        margin-top: -24px;
        word-spacing: -1px;
        font-weight: 100;
        text-transform: uppercase;
        position: absolute;
        top: 46%;
        left: 0;
        right: 0;
    }
    
    
    div.shareclose {
        cursor: pointer;
        background: url(../i/index/2013/icons/squarebox.png) no-repeat center center;
        width: 35px;
        height: 35px;
        position: absolute;
        margin: 0 auto;
        color: #FFF;
        right: 0;
        left: 0;
        top: 18%;
        -webkit-transition: all 0.2s ease-in-out;
           -moz-transition: all 0.2s ease-in-out;
             -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
    }
    div.shareclose:hover {
        background-color: rgba(255,255,255,.2);
    }
    .services h6 {
        font-size: .85em;
        letter-spacing: 1px;
        color: #FFF;
        text-transform: uppercase;
        margin-right: 20px;
        text-align: center;
        display: inline;
        bottom: 5px;
        position: relative;
    }
    .services .introtxt.active {
        margin-top: -22px;
    }
    .addthis_toolbox.addthis_default_style {
        margin: 80px auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
        width: auto;
    }
    .addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
        float: none;
    }
    
    .touch .services, .ie .services {
        right: 0px;
    }
        .services .google {
            height: 35px;
            width: 35px;
            background: url('../i/nav_buttons_sprite.png') no-repeat scroll 9px -1030px transparent;
            opacity: .7;
        }
        
        .no-touch .services .google:hover, .ie10 .services .google:hover {
            background-color: rgb(255,255,255);
            background-position: 9px -737px;
            opacity: 1;
            cursor: pointer;
        }
        .services .twitter {
            height: 35px;
            width: 35px;
            background: url('../i/nav_buttons_sprite.png') no-repeat scroll 8px -1067px transparent;
            opacity: .7;
        }
        .no-touch .services .twitter:hover, .ie10 .services .twitter:hover {
            background-color: rgb(255,255,255);
            background-position: 8px -774px;
            opacity: 1;
            cursor: pointer;
        }
        .services .facebook {
            height: 35px;
            width: 35px;
            background: url('../i/nav_buttons_sprite.png') no-repeat scroll 10px -1105px transparent;
            opacity: .7;
        }
        .no-touch .services .facebook:hover, .ie10 .services .facebook:hover {
            background-color: rgb(255,255,255);
            background-position: 11px -811px;
            opacity: 1;
            cursor: pointer;
        }
    .no-touch .bottomNavBar li.share:hover, .ie10 .bottomNavBar li.share:hover, .bottomNavBar li.share.open {
        background-position: 12px -158px;
        background-color: rgba(255,255,255,1);
        color: #000;
        opacity: 1;
        border-right: 1px solid rgba(12, 24, 43, 0.3);
    }
    
    .no-touch .bottomNavBar li.share.open {
        background-position: 9px -237px;
    }
    .bottomNavBar li.fullscreen {
        width: 40px;
        height: 40px;
        background: url("../i/nav_buttons_sprite.png") no-repeat scroll 7px -515px transparent;
        margin-right: 0px;
        border-right: 0px none;
    }
    .no-touch .bottomNavBar li.fullscreen:hover, .ie10 .bottomNavBar li.fullscreen:hover {
        background-position: 7px -987px;
        background-color: rgba(255,255,255,1);
        color: #000;
        opacity: 1;
        height: 40px;
    }
    
    .bottomNavBar li.fullscreen.open, .bottomNavBar li.fullscreen.open:hover {
        background-position: 7px -987px;
        background-color: rgba(255,255,255,1);
        color: #000;
        opacity: 1;
    }
    
.slide .loadergif {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 1;
}

.slide .loaderbar {
    width: 100%;
    height: 2px;
    background-color: #AAA;
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 1050;
}
    .slide .loaderbar .progress {
        width: 1%;
        height: 2px;
        background-color: #900;
    }
    
    
.cpx {
    background: #fff url(../../../year/assets/i/index/2013/icons/x.png) no-repeat center center !important;
    opacity: 1 !important;
    text-indent: -99999px;
} 
#allcomments {
    width: 414px;
    position: absolute;
    right: -444px;
    top: 120px;
    z-index: 999999;
    background: transparent;
    overflow: hidden;
    z-index: 20;
	height:60%;
} 
/*LF Override */
.fyre .fyre-livecount {
	display:block!important;
}


#allcomments ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(187,187,187,.25);
}
#allcomments .collection {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}


#allcomments .collection.active {
    display: block;
	overflow:auto;
	padding-right:10px;
 }
#nav1 .adventure-comments {
    top: 0;
} 
#nav2 .ancientworld-comments {
    top: 0;
} 
#nav3 .animals-comments {
    top: 0;
} 
#nav4 .cultures-comments {
    top: 0;
} 
#nav5 .environment-comments {
    top: 0;
} 
#nav6 .geopolitics-comments {
    top: 0;
} 
#nav7 .photography-comments {
    top: 0;
} 
#nav8 .science-comments {
    top: 0;
} 
#nav9 .space-comments {
    top: 0;
} 
#nav10 .technology-comments {
    top: 0;
} 
#nav11 .travel-comments {
    top: 0;
} 
#nav12 .yourfavorites-comments {
    top: 0;
} 
.slide .commentpane {
    position: absolute;
    width: 500px;
    z-index: 50;
    padding: 30px 0px 0;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
    }

    .slide .commentpane h2 {
        color: #182e45;
        font-weight: bold;
        font-size: 2.3em;
        letter-spacing: -1px;
        word-spacing: -1px;
        line-height: 1.1;
        margin: 0 70px 10px 30px;
}
    .slide .commentpane .cphere {
        color: #182e45;
        padding: 0 35px 0 30px;
        font-size: 1em;
        text-transform: uppercase;
        padding-bottom: 5px;
    }    
    .slide .commentpane .commentarea {
        overflow-y: auto;
        overflow-x: hidden;
        height: 55%;
        width: 100%;
        padding: 0 55px 50px 30px;
        font-weight: 400;
        font-size: .9em;
        line-height: 1.5;
        
    }
    .slide .commentpane .commentarea .userblock {
        color: #182e45;
        font-size: 1.2em;
        font-weight: bold;
        height: 25px;
        line-height: 28px;
        padding-left: 35px;
        position: relative;
    }
    .slide .commentpane .commentarea .userblock .medavatar {
        height: 25px;
        width: 25px;
        position: absolute;
        left: 0;
        top: 0;
    }    
    .slide .commentpane .commentpane p, .slide .commentpane h2 {
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
    }
    .slide .commentpane textarea {
        width: 414px;
        height: 120px;
        padding: 15px;
        border: 0;
        background: #fff;
        resize: none;
        margin: 20px 0 15px;
    }
    .slide .commentpane .cpsorter {
        margin:  0 0 15px;
    }
    .slide .commentpane .cpsorter span {
        color: #a2a2a2;
        font-size: 1.2em;
        text-transform: uppercase;
        display: inline-block;
    }
    .slide .commentpane .cpsorter span.selected {
        color: #777;
    }
    .slide .commentpane .cpsorter span.cpdivider {
        border-right: 1px solid #777;
        height: 16px;
        margin: 0 10px;
        position: relative;
        top: 2px;
    }
    .postit {
        color: #4d5057;
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: right;
        font-style: italic;
        cursor: pointer;
    }
    .slide .commentpane .commentarea .showcomment {
        color: #182e45;
        padding-left: 80px;
        position: relative;
        margin-top: 40px;
        width: 414px;
    }
    .slide .commentpane .commentarea .cpavatar {
        height: 50px;
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }    
    .slide .commentpane .commentarea h4 {
        font-weight: bold;
        font-size: 1.4;
        padding-bottom: 5px;
    }
    .slide .commentpane .commentarea h4 span {
        color: #dbdbdb;
        font-size: .85em;
        float: right;
        font-weight: normal;
    }
    .slide .commentpane .commentarea .minutia {
        color: #2e2e2e;
        font-size: .75em;
        font-weight: bold;
    }
    .slide .commentpane .commentarea p {
        margin-bottom: 1em;
    }
    .slide .commentpane .commentarea .minutia a,
    .slide .commentpane .commentarea .minutia span {
        color: #2e2e2e;
        display: inline-block;
        padding-right: 10px;
    }
    .slide .commentpane .commentarea .minutia span {
        font-weight: normal;
        font-size: 1.25em;
    }
    .slide .commentpane .commentarea .minutia .miniavatar {
        height: 10px;
        width: 10px;
    }
        
    
    
    
    
    
    
    
  
.slide .slideinfo {
    position: absolute;
    width: 450px;
    z-index: 50;
    padding: 30px 0px 0;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
    display: block !important;
    }

    .slide .slideinfo h2 {
        color: #fff;
        font-size: .8em;
        font-weight: 200;
        letter-spacing: 2px;
        line-height: 1.1;
        margin: 0 70px 10px 30px;
        padding-bottom: 5px;
        text-transform: uppercase;
        word-spacing: -1px;
}
    
    .slide .slideinfo .infotext {
        overflow-y: auto;
        overflow-x: hidden;
        height: 55%;
        width: 100%;
        color: #011e3c;
        padding: 0 35px 0 30px;
        font-weight: 400;
        font-size: .9em;
        line-height: 1.5;  
        overflow: visible;      
    }
    
    .slide .slideinfo .infotext p, .slide .slideinfo h2 {
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
    }
    
    .caption {
        position: absolute;
        top: 57px;
        width: 87%;               
        overflow: visible;
		height:70%; 
    }
    
/*    .caption p {
        color: #000;
        font-size: .80em;
        line-height: 1.4;
        margin-bottom: 1rem;
        font-weight: 400;
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
    }
    .info-headline {
        color: #fff;
        font-weight: 200;
        font-size: 1.9em;
        letter-spacing: 1px;
        line-height: 1.1;
        padding: 10px 0;
        width: 500px;
    }*/

.info-headline {
    color: #fff;
    font-weight: 200;
    font-size: 1.75em;
    line-height: 1.1;
    position: relative;
  /*  left: -29px;*/
    right: 0;
    padding: 7px 50px 8px 30px;
    width: 450px;
    margin-bottom: 15px;
}
.headover {
	position: absolute;
	height: 80px;
	width: 100%;
	top: 30px;
	right: 0;
    cursor: pointer;
    display: block;
    z-index: 9999;
}
.info-plus {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 57px;
	/*    left: -93px;*/
	right: 500px;
    background-image: url(../i/index/2013/icons/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    overflow: hidden;
    text-indent: 999999px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.info-plus:hover {
    cursor: pointer;
    opacity: .5;
}
.info-plus.open {
    background: url(../i/index/2013/icons/xk.png) no-repeat scroll center center rgb(255, 255, 255) !important;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.open-plus.open:hover {
    cursor: pointer;
    opacity: .5;
}


    
.info-headline.inpanel {
    background-color: transparent !important;
}


#nav1 .info-headline,
#nav1 .info-plus,
#nav1 .bottomNavBar,
#nav1 .gallerylabel,
#nav1 .slideinfo {
    background-color: rgba(17,33,58, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav2 .info-headline,
#nav2 .info-plus,
#nav2 .bottomNavBar,
#nav2 .gallerylabel,
#nav2 .slideinfo {
    background-color: rgba(45,52,98, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav3 .info-headline,
#nav3 .info-plus,
#nav3 .bottomNavBar,
#nav3 .gallerylabel,
#nav3 .slideinfo {
    background-color: rgba(72,55,89, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav4 .info-headline,
#nav4 .info-plus,
#nav4 .bottomNavBar,
#nav4 .gallerylabel,
#nav4 .slideinfo {
    background-color: rgba(67,49,91, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav5 .info-headline,
#nav5 .info-plus,
#nav5 .bottomNavBar,
#nav5 .gallerylabel,
#nav5 .slideinfo {
    background-color: rgba(89,47,87, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav6 .info-headline,
#nav6 .info-plus,
#nav6 .gallerylabel,
#nav6 .bottomNavBar,
#nav6 .slideinfo {
    background-color: rgba(169,69,54, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav7 .info-headline,
#nav7 .info-plus,
#nav7 .bottomNavBar,
#nav7 .gallerylabel,
#nav7 .slideinfo {
    background-color: rgba(176,92,45, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav8 .info-headline,
#nav8 .info-plus,
#nav8 .bottomNavBar,
#nav8 .gallerylabel,
#nav8 .slideinfo {
    background-color: rgba(181,107,32, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav9 .info-headline,
#nav9 .info-plus,
#nav9 .bottomNavBar,
#nav9 .gallerylabel,
#nav9 .slideinfo {
    background-color: rgba(195,149,12, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav10 .info-headline,
#nav10 .info-plus,
#nav10 .bottomNavBar,
#nav10 .gallerylabel,
#nav10 .slideinfo {
    background-color: rgba(150,133,43, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav11 .info-headline,
#nav11 .info-plus,
#nav11 .bottomNavBar,
#nav11 .gallerylabel,
#nav11 .slideinfo {
    background-color: rgba(92,112,85, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}
#nav12 .info-headline,
#nav12 .info-plus,
#nav12 .bottomNavBar,
#nav12 .gallerylabel,
#nav12 .slideinfo {
    background-color: rgba(53,103,104, .85);
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}   


#nav1 .leftarrow,
#nav1 .rightarrow {
    background-color: rgba(17,33,58, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav2 .leftarrow,
#nav2 .rightarrow {
    background-color: rgba(45,52,98, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav3 .leftarrow,
#nav3 .rightarrow {
    background-color: rgba(72,55,89, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav4 .leftarrow,
#nav4 .rightarrow {
    background-color: rgba(67,49,91, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav5 .leftarrow,
#nav5 .rightarrow {
    background-color: rgba(89,47,87, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav6 .leftarrow,
#nav6 .rightarrow {
    background-color: rgba(169,69,54, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav7 .leftarrow,
#nav7 .rightarrow {
    background-color: rgba(176,92,45, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav8 .leftarrow,
#nav8 .rightarrow {
    background-color: rgba(181,107,32, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav9 .leftarrow,
#nav9 .rightarrow {
    background-color: rgba(195,149,12, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav10 .leftarrow,
#nav10 .rightarrow {
    background-color: rgba(150,133,43, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav11 .leftarrow,
#nav11 .rightarrow {
    background-color: rgba(92,112,85, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

#nav12 .leftarrow,
#nav12 .rightarrow {
    background-color: rgba(53,103,104, .85) !important;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
         -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}   
            
            
            
            
                

    .info-summary {
        color: rgb(255, 255, 255);
        font-size: 1.25em;
        line-height: 1.3;
        font-family: 'Minion W08', 'Minion Pro', Minion, Times, 'Times New Roman', serif;
        letter-spacing: 0;
        width: 90%;
        margin-top: .3em;
    }  
        .info-intro {
            /*font-family: 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
            font-size: 1.3em;
            font-weight: 200;
            line-height: 1.2;
            margin-top: -1.48em;
            display: block;
            position: absolute;
            letter-spacing: -.02em;
            }
        .info-summary-p {
            display: block;
            margin-bottom: 0.8em;
        }
        .summary-credit {
            display: block;
            margin-bottom: .75em;
            font-family: 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 800;
            font-size: .85em;
            color: rgba(255,255,255,1);
            margin-top: 20px;
        }
    .info-link {
        background: url(../i/nav_buttons_sprite.png) no-repeat 89px -88px;
        border: 1px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255) !important;
        display: block;
        font-size: 0.75em;
        line-height: 2;
        margin: 10px 0;
        padding: 5px 3px;
        text-decoration: none !important;
        text-indent: 13px;
        text-transform: uppercase;
        width: 135px;
        font-family: 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        height: 40px;    
    }  
    .info-link:hover {
        background-color: rgba(0,0,0,.2);
    } 
    .info-credit {
        display: block;
        font-size: .7em;
        opacity: .7;
        font-family: 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 1em 0 2em;;
    } 
    .caption p.credit {
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
    }

section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;   
}

section video.active {
    z-index: 10;
}

#about {
    background-color: rgba(12,24,43, 0.9);
    color: #FFF;
    font-family: 'Alright Sans LT', 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    #about-container{
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }
    #about-container a{
        color: #DAA520;
    }
    #about-container h4 a {
        color: #FFF;
    }
    #about-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
        float: left;
        left: 0;
        right: 0;
        position: absolute;
        padding-top: 4em;
        padding-bottom: 80px;
    }
    #about-text-wrapper {
        width: 100%;
        max-width: 1200px;
        min-width: 768px;
        margin: 0 auto;
    }    
    #about h3 {
        font-weight: bold;
        font-size: 1.6em;
        margin: 0 0 30px;
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
        text-align: left;
    }

    #about p {
        font-size: 1em;
        line-height: 1.5;
        -moz-user-select: text;
        -webkit-user-select: text;
        user-select: text;
        color: rgba(255, 255, 255, .85);
    }
    
    #about .left-text {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    
    #about .right-text {
        float: left;
        width: 40%;
        padding: 5% 7% 0 3%;
    }

    #about .read-more-box {
        float: right;
        width: 200px;
        padding: 2% 2% 2% 2%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 0 2% 2%;
    }
    #story-promos {
        float: left;
        margin-top: 20px;
    }
    #story-promos ul li.no-margin-right{
        margin:0;
    }
    .promo-label {
        font-size: .85em;
        text-align: left;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
    }
    #story-promos ul li {
        width: 45%;
        float: left;
        margin-right: 10%;
    }
        #story-promos h4{
            margin-bottom: .7em;
            font-weight: bold;
            color: #FFF;
        }
        #story-promos a:hover {
            text-decoration: underline;
            color: #FFF;
        }
    #story-promos h5{
        font-size: .7em;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #DAA520;
        color: #FC0;
        margin-bottom: 3px;
    }
    #story-promos p{
        font-size: .85em;
        margin-bottom: .7em;
        line-height: 1.4;
    }
    #story-promos p.story-credit{
        color: rgba(255, 255, 255, .4);
        margin-bottom: 12px;
    }
    .read-more-box h4{
        font-weight: bold;
        margin-bottom: 10px;
        
    }
    .read-more-box ul {

    }
    .read-more-box ul li{
        font-size: .85em;
        margin-bottom: 9px;
        line-height: 1.4;
    }
    #about-nav {
        width: 15%;
        float: left;
        padding: 0 2em 0 0;
        margin-left: 5%;
        font-size: .85em;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
}
    #about-container #about-nav a{
        color: rgba(255, 255, 255, .85);
        text-decoration: none;
    }
    #about-container #about-nav a:hover{
        text-decoration: none;
        color: rgba(255, 255, 255, 1);

    }
    #about-text {
        width: 68%;
        margin: 0 auto;
        height: 550px;
        overflow: auto;
        float: left;
        margin-right: 6%;
        margin-left: 5%;
        padding-right: 25px;
    }
    .about-img {
        width: 100%;
        margin: 0 auto 2%;
        text-align: center;
    }
    .about-img img {
        width: 100%;
    }
    #about-nav li {
    line-height: 2;
    cursor: pointer;
    }
    img.credit-bio{
        float: left;
        width: 42%;
        height: auto;
        border: 0;
        margin: 6px 4% 10px 0;
    }
    .credit-bio.brent {
        width: 21%;
        height: auto;
        float: right;
        }
    .role{
        color: rgba(255, 255, 255, .5);
        margin-right:  10px;
    }
    #about .about-img p.photo-caption {
        font-size: .8em;
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 2px;
        margin-bottom: 40px;
    }
/* About page scrolling nav */
#sidebar {
    width:300px;
    float:left;
}
#about .buttons.bottomNavBar{
    position: fixed;
}

section#the-cause_ct, section#credits_ct, section#the-project_ct{
    float: left;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 60px;
}

#about-container #about-nav a.active {
    color: #FC0;
}


    #credits_ct h5 {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 12px;
    }
    
    #credits_ct li{
        line-height: 1.5;
        margin-bottom: 6px;
    }
    .credit-block{
        width: 100%;
        float: left;
        font-size: .85em;
        line-height: 1.6;
    }
    .bio-text{
        width: 54%;
        float: left;
        margin-bottom: 20px;
    }
    .brent .bio-text {
        float: right;
    }
    .credit-block h4{
        font-size: 1.2em;
    }
    .credit-block p {
        margin-bottom: 16px;
    }
    .credit-block.additional{
        margin-top: 0px;
        padding-top: 40px;
    }
    #credits_ct .credit-block div.role {
        color: rgba(255, 255, 255, 0.5);
        margin-right: 4%;
        width: 42%;
        margin-bottom: 6px;
        float: left;
        clear: both;
        line-height: 1.5;
        text-align: right;
        overflow: hidden;
    }
    .credit-block div.name {
        float: left;
        width: 54%;
        margin-bottom: 6px;
        line-height: 1.5;
    }
    .thanks {
        float: right;
        line-height: 1.5;
        width: 54%;
    }
.audio_credit, .touch.ie10 .audio_credit {    
    font-size: .80em;
    text-align: center;
    padding: 2px 0 5px 0;
    color: rgba(255,255,255,0.6);
    width: 190px;
    height: 27px;
    background-color: rgba(50, 59, 76, .85);
    position: absolute;
    bottom: -50px;
    right: 143px;
    z-index: 50;
}

.ie .audio_credit {
    right: 70px;
}

.nowrap{
    white-space: nowrap;
}
.touch .audio_credit {
    right: 37px;
}

/* Audio Controls */
.mejs-audio {
    position: absolute;
    top: 0;
    right: -240px;
    width: 190px ;
    background-color: #FFF;
}

    .mejs-audio .closebtn {
        position: absolute;
        right: 0;
        width: 35px;
        height: 35px;
        z-index: 2000;
        background: url(../i/nav_buttons_sprite.png) no-repeat scroll 7px -237px rgba(0, 0, 0, 0);
    }
    
    .mejs-mediaelement {
        width: 190px;
    }
.mejs-container .mejs-controls {
    background: none;
    background-color: #FFF;
    height: 100%;
    padding: 3px 0 0 5px;
    width: 155px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0c2237;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #838a92;
}

.mejs-controls .mejs-button button {
    background: url('../i/nav_buttons_sprite.png') no-repeat scroll 0 -635px transparent;
}

.mejs-controls .mejs-button button {
    background-position: 2px -674px;
}

.mejs-controls .mejs-pause button {
    background-position: 2px -641px;
}

.mejs-container .mejs-controls .mejs-time, .mejs-container .mejs-controls .mejs-time span {
    font-weight: normal;
    font-size: 1em;
    color: rgb(0,0,0);
    font-family: 'Alright Sans LT', 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ie10 .mejs-container .mejs-controls .mejs-time {
    padding-right: 0px !important;
    padding-left: 0px !important;
    letter-spacing: 0px;
    display: none;
}
.mejs-container .mejs-controls .mejs-time{
        display: none;
    }

.mejs-container .mejs-controls div.mejs-time-rail {
    width: 120px !important;
}

.ie10 .mejs-container .mejs-controls div.mejs-time-rail {
    width: 88px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    top: -20px;
    border: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: rgba(4, 23, 44, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: 11px;
    top: 17px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 40px;
    padding-top: 1px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    background: rgba(4, 23, 44, 1);
    color: rgba(255, 255, 255, .85);
    width: 42px;
    height: 17px;
}
.mejs-controls .mejs-time-rail span{
    border-radius: 0;
}


#phoneContent:before {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#phoneContent {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    color: rgb(255,255,255);
    text-align: center;
    font-size: 1.3em;
 /*   background: url("../i/mobile-poster.jpg") no-repeat #0C182B 70% center; */
 
    background-size: cover;
    left: 0;
    right: 0;
    padding: 8% 0 0;
}
#phoneContent h1 {
    font-size: 2.0em;
    font-weight: bold;
    word-spacing: -2px;
    line-height: .95;
    text-indent: 0;
    margin: 0 0;
    margin-bottom: .35em;
}
#phoneContent h2 {
    font-size: 1.1em;
    font-family: "Minion Pro", "minion-pro", Times, 'Times New Roman', serif;
    font-weight: normal;
    word-spacing: -1px;
    line-height: 1.1;
}
.mobile-bottom {
    position: absolute;
    bottom: 0;
    padding: 3%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
#phoneContent .trailerbtn {
    width: 200px;
    padding: 9px;
    font-size: .7em;
    margin: 15px auto
}
#phoneContent .description {
    z-index: 30;
    font-size: .60em;
    line-height: 1.2;
    color: rgba(255, 255, 255, .85);
}


#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000 /* url(../i/index/2013/x40.png) no-repeat right top */;
    z-index: 9999;
    display: none;
}
#overlay:hover {
    cursor: pointer;
}
#overlay div, #overlay a, #overlay object {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -125px;
    width: 300px;
    height: 250px;
    display: block;
}

.fb_iframe_widget iframe {
	height:20px!important;
	width:79px!important;
}

.fb_iframe_widget span {
	height:20px!important;
	width:79px!important;
}

/* -------- Vertical align, the hard way --------- */
@media screen and (max-height: 549px ) {
    .index_nav .columns {
        margin: auto auto;
    }
}

@media screen and (min-height: 550px) and (max-height: 699px ) {
    .index_nav .columns {
        margin: auto auto;
    }
}

@media screen and (min-height: 700px) and (max-height: 799px ) {
    .index_nav .columns {
        /*margin: 15% auto;*/
        margin: auto auto;
    }
}

@media screen and (min-height: 800px) and (max-height: 899px ) {
    .index_nav .columns {
        /*margin: 20% auto;*/
        margin: auto auto;
    }
}
@media screen and (min-height: 901px) and (max-height: 999px ) {
    .index_nav .columns {
        /*margin: 25% auto;*/
        margin: auto auto;
    }
}

@media screen and (min-height: 1000px) and (max-height: 1199px){
    .index_nav .columns {
        /*margin: 30% auto;*/
        margin: auto auto;
    }
}

@media screen and (min-height: 1200px) {
    .index_nav .columns {
        /*margin: 35% auto;*/
        margin: auto auto;
    }
}
@media only screen and (min-width : 320px) and (max-width : 960px) {
    .gallerybtns-wrapper {
        float: right;
    }
}
/* iPads (landscape) */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: landscape) {
        
       /* .index_nav .columns {
            padding-left: 0%;
            padding-right: 0%;
        }

        .index_nav .col{

        } */
}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait){
        
        .index_nav .columns {
            margin: 0 auto;
            width: 240px;
        }

        .index_nav .col{
            float: none;
            width: 100%;
        }
        
}


/* CSS preloader style and inimation--------- */
#circleG{
    width: 70px;
    margin: 0 auto;
    opacity: 0.8;
}

.circleG{
background-color:#FFFFFF;
float:left;
height:14px;
margin-left:12px;
width:14px;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleG_1{
-moz-animation-delay:0.3s;
-webkit-animation-delay:0.3s;
-ms-animation-delay:0.3s;
-o-animation-delay:0.3s;
animation-delay:0.3s;
margin: 0; 
}

#circleG_2{
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

#circleG_3{
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

@-moz-keyframes bounce_circleG{
0%{
}

50%{
background-color:transparent;}

100%{
}

}

@-webkit-keyframes bounce_circleG{
0%{
}

50%{
background-color:transparent;}

100%{
}

}

@-ms-keyframes bounce_circleG{
0%{
}

50%{
background-color:transparent;}

100%{
}

}

@-o-keyframes bounce_circleG{
0%{
}

50%{
background-color:transparent;}

100%{
}

}

@keyframes bounce_circleG{
0%{
}

50%{
background-color:transparent;}

100%{
}

}