/****** FILE: themes/gabifaeh/css/screen.css *****/

*{
    line-height:120%;
}
html {
    -ms-touch-action: none;

    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/

    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;

    font-family: 'Akzidenz-Grotesk', 'Akzidenz-Grotesk Medium',Arial, Helvetica,sans-serif;
    font-weight:bold;
    font-size:62%;
    font-style:normal;
    line-height:137.5%;
}

html,body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    min-height:32em;
}
body{
    overflow:hidden;
    color:#000;
}
html.lt-ie9 body{
    overflow:auto;
}
h1,h2,h3,h4,h5,h6{
    font-size:1em;
    margin:0 0 0;padding:0;
}
p,ul,ol,dl{
    font-size:1em;
    list-style:none;
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
    color:inherit;
}
img{
    border:0;
}
.typography > *{
    font-size:1em;
}

body.loading #wrap{
    display:none;
}

#emdim{
    width:100em;
    height:1ex;
}


body.prev{
    cursor:url(../img/cursor-arr-l.png) 0 4, auto;
}
body.next{
    cursor:url(../img/cursor-arr-r.png) 18 4, auto;
}
.content.up{
    cursor:url(../img/cursor-arr-up.png) 4 0, auto;
}
.content.down{
    cursor:url(../img/cursor-arr-down.png) 4 18, auto;
}

#header, #album { 
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    z-index:10;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
html.lt-ie9 #header, html.lt-ie9 #album{
    overflow:auto;
}

.animated{
    transition:all 1s;
}
#main {
    position:absolute;
    z-index:10;
    top:4em;
    left:0;
    width:100%;
    bottom:0.6em;
}


#toolbar{
    position:absolute;
    z-index:999;
    top:-4em;
    left:0;
    right:0;
    height:3.3em;
    background:white;
}

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 0.6em;
    left: 0.2em;
    right: 0.2em;
    bottom: 0.2em;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 1em;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 0.6em;
    bottom: 0.2em;
    top: 0.2em;
    right: 0.2em;
    overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 1em;
}

.iScrollIndicator {
    position: absolute;
    background: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #666 #666 #eee;
    border-radius: 0.4em;
    opacity:0.7;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 100%;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}


@media all and (orientation:landscape){
}
/****** FILE: themes/gabifaeh/css/header.css *****/

#header{
    position:absolute;
    z-index:99;
    left:0;
    width:100%;
    top:2em;
    bottom:0;
    background:#fff;
}
body.navclosed #header{
    left:-100%;
}

#logo{
    width:68.125%;
    margin:0.92em 2.1em;
}
#logo img{
    width:100%;
    height:auto;
}

#mainnav{
    margin:1.4em 2.1em;
    max-width:18em;
    padding-bottom:2em;
}



@media all and (orientation:landscape){
    #logo{
	width:50%;
    }
    #mainnav{
	margin-top:0;
    }
}


@media screen and (min-width:64em){
    #header{
	left:0!important;
	top:0;
	width:25%;
	background-color:transparent;
    }
    #logo{
	width:auto;
	max-width:48.3em;
	margin:2em;
    }


    #mainnav{
	position:absolute;
	top:30em;
	margin:2em;
	max-width:none;
    }
    #mobilenavbut{
	display:none;
    }
}
/****** FILE: themes/gabifaeh/css/nav.css *****/

#mainnav span{
    font-size:120%;
    line-height:2;
}
#mainnav > ul > li > a span{
    color:#CD1719;
}
#mainnav > ul > li > a:hover span, #mainnav > ul > li.section > a span, #mainnav > ul > li.current > a span{
    color:#000;
}
#mainnav ul ul > li{
    margin-left:1.65em;
}
#mainnav ul ul{
    display:none;
}
#mainnav ul li.section ul{
    display:block;
}
#mainnav ul ul > li > a span{
    color:#444;
}
#mainnav ul ul > li > a:hover span, #mainnav ul ul > li.current > a span{
    color:#000;
}

/****** FILE: themes/gabifaeh/css/page.css *****/
#static{
    position:relative;
    z-index:999;
    margin:1em 25% 0 25%;
background:white;
}

#toolbar h1{
    max-width:50%;
    margin-left:5.75em;
    margin-top:0.5em;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}
body.navclosed #toolbar h1{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity:1;
}

body.navclosed #mobilenavbut-close{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#mobilenavbut{
    position:absolute;
    z-index:10;
    top:0;
    padding-top:0.5em;
    right:3.1em;
    left:3.1em;
    text-transform:uppercase;
    height:3em;
    text-align:right;
}

#mobilenavbut span{
    font-size:80%;
}


#nextprevnav{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    height:2em;
color:#CD1719;
    display:none;
}
#nextprevnav .sep{
    display:none;
}
body.navclosed #nextprevnav{
    display:block;
}


#nextprevnav .icon{
    background: url(../img/icons.svg) no-repeat;
    width:3em;
    height:3em;
    
    margin:0 1em;

    position:absolute;
    top:0;
}
#nextprevnav .icon.inactive{
    display:none;
}
#nextprevnav #nextbut{
    right:0;
    background-position:right 2em;
}
#nextprevnav #prevbut{
    background-position:left 2em;
}




#album{
    position:absolute;
    z-index:1;
    width:100%;
    top:0;
    bottom:0.6em;
}
#album > .scroller{
    position:relative;
    height:100%;
}
#album .item{
    margin:0;
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    overflow:hidden;
}
#album figure{
    margin:0;padding:0;
}
#album figure img{
    width:100%;
    height:auto;
}
#album figure figcaption{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:table;
}
#album figure figcaption.clear{
    color:#fff;
}
#album figure figcaption > .inner{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    padding:0 2em;
}

#album .content{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    height:100%;
    overflow:hidden;
    text-align:justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}


#albumgap{
    width:1em;
}


.content p + p{
    text-indent:3em;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
    text-transform:uppercase;
    margin-top:1em;
}
.content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top:0;
}


@media screen and (min-width:64em){
    #main{
	top:0;
	bottom:0;
    }
    #toolbar{
	z-index:999;
	right:auto;
	top:auto;
	bottom:0;
	left:0;
	width:8em;
	background:transparent;
    }
    #toolbar h1,#toolbar #mobilenavbut,#toolbar #mobilenavbut{
	display:none;
    }
    #nextprevnav{
	display:block!important;
	top:0;
	left:0;
	width:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"!important;
	filter: alpha(opacity=1)!important;
	opacity:1!important;
    }
    #nextprevnav .icon{
	background-size:640px;
	width:2em;
    }
    #nextprevnav .sep.visible{
	display:block;
    }
    #nextprevnav .sep{
background-position: center top;
position: absolute;
width: 0.2em;
height: 1.7em;
left: 2.035em;
top: 0.3em;
    }
    #nextprevnav #nextbut.icon{
	left:2.3em;
	background-position:right 0;
    }
    #nextprevnav #prevbut.icon{
	background-position:left 0;
    }
    #albumgap{
	width:0;
    }
    #album{
	bottom:0;
    }
    #album .content{
	left:25%!important;
	bottom:1em;
	width:25%!important;
	height:auto!important;
    }
    #album .content > .scroller{
	padding-top:1.6em;
	/*padding-right:1em;*/
    }
    #album figure .positioner{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
    }
#album figure img{
    width:auto;
    height:100%;
}



    #album figure figcaption{
	text-align:justify;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	display:block;
	margin-top:34em;
    }
    #album figure figcaption > .inner{
	padding:0 0 0 1px;
	display:block;
    }

    #album.scrolling figure figcaption{
	display:none;
    }
    #album figure figcaption.inactive{
	opacity:0;
    }
    #album figure.square .positioner{
	left:25%;
    }
    #album figure.portrait .positioner{
	left:50%;
    }
}
