body {
margin: 0;
padding: 0;
font-family: 'Karla', arial, sans-serif;
}

html, body {
    height:100%;
	 -webkit-font-smoothing: antialiased !important;
}

a, a:hover, a:visited, a:active {
color: #000;
}

h2 {
font-size: 1em;
color: #000;
margin: 0 0 100px 0;
text-align: left;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 2px;
}

.fullscreen {
    width: 100%;
    min-height:100%;
	text-align: center;
}

.fullscreen-portrait {
	width: auto;
    height: 100%;
max-height: 100%;	
background-size:contain;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
position: absolute;
left: 20px;
bottom: 20px;
height: 150px !important;
min-height: 100px;
}

.content-b {
    text-align:left;
}

.content-b a {
color: #000;
text-decoration: none;
	padding: 10px;
	text-align: center;
	font-size: 4em;
	
}

.content-b a:hover {
text-decoration: underline;
}


/* Slider
/* * * * * * * * * * * * * * * * * * * * */
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;

	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	border: 1px solid transparent;

}


@media only screen and (max-width : 800px) {
.owl-controls {
display: none;
}
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	background: transparent;
	width: 12px;
	height: 12px;

}

.owl-theme .owl-dots{
display: none !important;
}

.owl-next {
position: fixed;
top: 50px;
right: 0;
height: 80%;
border-radius: 0;
background: transparent !important;
display: block;
width: 10%;
}

.owl-nav .owl-next:hover {
cursor: url(../img/arrow-right.png), pointer !important;
}

.owl-prev {
position: fixed;
top: 50px;
left: 0;
height: 80%;
border-radius: 0;
background: transparent !important;
display: block;
width: 10%;
}

.owl-nav .owl-prev:hover {
cursor: url(../img/arrow-left.png), pointer !important;
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

header {
text-transform: uppercase;
color: #fff;
font-size: 1em;
letter-spacing: 2px;
}

@media only screen and (max-width : 800px) {
header {
text-transform: uppercase;
color: #fff;
font-size: 18px;
letter-spacing: 2px;
}
}

#about, #about-mobile {
position: fixed;
top: 20px;
right: 20px;
z-index: 5000;
cursor: pointer;
}

#about:hover, #about-mobile:hover {
text-decoration: underline;
}

.close-info {
position: absolute;
top: 20px;
right: 50px;
text-decoration: none;
font-weight: bold;
}

#about-content .close-info {
position: absolute;
top: 20px;
left: 10%;

}

@media only screen and (max-width : 599px) {
#about {
display: none;
}
#about-mobile {
display: inline-block;
}
}

@media only screen and (min-width : 600px) {
#about {
display: inline-block;
}
#about-mobile {
display: none;
}
}

#index {
position: fixed;
top: 20px;
left: 20px;
z-index: 5000;
}

#nav {
position: fixed;
top: 50px;
left: 20px;
width: 300px;
z-index: 1000;
display:none;
font-size: 1em;
}



#nav ul {
list-style: none;
}

#nav li {
margin-bottom: 30px;
}

#index a, #nav a, #info a, #about, #about-mobile {
text-decoration: none;
color: #555;
}

#index a:hover, #nav a:hover, #info a:hover, #about a:hover {
text-decoration: underline;
color: #555;
}



.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50% !important;
}

.background-portrait {
    background-repeat:no-repeat;
	    background-position:50% 0;
    /* ie8- graceful degradation */
    background-position:50% 0 !important;
}

/* Viewport
/* * * * * * * * * * * * * * * * * * * * */
#viewport {
	position: relative;
	width: 100%;
	height: 100%;

}

/* Project
/* * * * * * * * * * * * * * * * * * * * */

#project-content {
	width: 100%;
	text-align: center;
	padding: 0;
	overflow: hidden;
	

}

#description {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 20% 0 100px 0;
color: #fff;
z-index: 900;
text-align: center;
display: none;
background:rgb(255,255,255);
    background: transparent\5;
    background:rgba(255,255,255,0.5);
}

#description p {
width: 50%;
margin: 0 auto 50px auto;
text-align: left;
font-size: 1.5em;
}

#info {
text-transform: uppercase;
position: fixed;
bottom: 20px;
left: 20px;
z-index: 1000;
font-size: 1em;
letter-spacing: 5px;
}



.project-fact {
color: #555;
font-size: 0.9em;
}

.project-fact a {
color: #555;
font-size: 1.1em;
text-decoration: none;
margin-left: 0;
padding-left: 0;
margin-top: 20px;
padding: 0;
display: inline-block;
font-style: italic;
}

.project-fact span {
display: block;
margin-bottom: 20px;
text-transform: uppercase;
}

.light {
color: #555 !important;
}

.light a {
color: #555;
font-size: 1em;
text-decoration: none;
margin-left: 0;
padding-left: 0;
margin-top: 20px;
display: inline-block;
}

#nav-close {
margin-top: 80px;
font-weight: bold;
text-decoration: none;
}




#about {
text-decoration: none;
position: absolute;
z-index: 5000;
}

a#about:visited {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 50%;
background: #fff;
display: none;
}

#about-content {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 33.33333333333%;
background: #fff;
display: none;
font-size: 1em;
padding: 100px;
overflow:hidden;
z-index: 2000;

}

@media only screen and (max-width : 600px) {
#about-content {
width: 60%;
padding: 20px;
}
}

#about-viewport, .project-viewport {
    position: relative;
    height: 80%; 
    overflow: auto;
}


#dfl, #aif, #sculpture, #drawing, #book, #fifteen, #fifteen2, #fifteen3, #fifteen4 {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 33.33333333333%;
background: #fff;
display: none;
font-size: 1em;
padding: 100px;
overflow:auto;
z-index: 2000;
}



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  background-color: #fff;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;


}
