/*Generic CSS*/


#indicator{
	width: 43px;
	border-top: 1px solid #999;
	margin-bottom: 3px;
}

* {
  padding: 0;
  margin: 0
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
em, font, img,
strong, sub, sup,
b, u, i, center, ol, ul, li, form,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



div{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 100%;
	line-height: 1.5em;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #555;
	background-repeat: no-repeat fixed;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.nobr{
	white-space:nowrap;
}

.clear{
	clear: both;
}

h1{
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	font-weight: 300;
	color: #999;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 1em;
}



#background_container{
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
}

#background_container > div{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}


.hp_text_container{
	display: none;/*katie does not want this to show on the hp*/
	background: url('images/overlays/ov_000000.80.png');
	position: absolute;
	bottom: 20px;
	width: 100%;
	min-height: 90px;
}

.hp_text{
	color: #fff;
	width: 50%;
	margin: 8px auto;
}

.hp_text .title{
	font-weight: 500;
	font-size: 1.3em;
}
.hp_text .description{
	font-weight: 400;
	font-family: Roboto, arial, helvetica, sans-serif;
}


#header{
	z-index: 1000;
	width: 100%;
	height: 9.2vw;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#091638+0,091638+100&1+1,0+85 */
	position: fixed;
}

body.inside #header{
	border-bottom: 1px solid #fff;
}

#header_content{
	float: right;
}
#dff{
	font-size: 3vw;
	padding: 3vw;
	font-weight: 400;
	border-right: 1px solid #fff;
	float: right;
	color: #fff;
	text-shadow: 2px 2px 6px #000000;
}
#dff:before{
	content: "Dan Psomas";
}

#menubars{
	width: 8vw;
	float: right;
	padding: 2.7vw;
	cursor: pointer;
}

#menubars > div{
	height: 4px;
	width: 3vw;
	max-width: 35px;
	margin: 4px auto;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 2px;
	cursor: pointer;
	transition: visibility 0s, opacity 0.5s linear;
}

#menubars.on > div{
	background: #ffcc00;
}

#nav{
	position: fixed;
	top: 9.2vw;
	right: 0;
	z-index: 4000;
	width: 24vw;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	background: transparent;
}

#nav.on{
	visibility: visible;
	opacity: 1;
}

#nav .primary{
	background: url('images/overlays/ov_ffffff.20.png');
	text-align: right;
	padding: 12px 2.5vw 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Roboto;
	font-weight: 400;
	margin-bottom: 2px;
}
#nav .primary:hover{
	background: url('images/overlays/ov_ffffff.05.png');
}

#nav a{
	color: #111d3e;
	text-decoration: none;
}


#nav .secondary{
	background: url('images/overlays/ov_666666.20.png');
	text-align: right;
	padding: 8px 2.5vw 8px;
	letter-spacing: 1px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 1px;
}#nav .secondary a{
	color: #fff;
	text-decoration: none;
}
#nav .secondary:hover{
	background: url('images/overlays/ov_000000.05.png');
}


#subnav{
	border-bottom: 1px solid #999;
	background: #edeae6;
	padding: 9.2vw 0 0 10vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	position: fixed;
	width: 100%;
	z-index: 200;
}

#subnav li{
	padding: 6px 30px;
	border-right: 1px dotted #fff;
	font-size: 0.9em;
	font-family: Roboto;
}
#subnav li:last-child{
	border: none;
}
#subnav li:hover{
	background: #fffaf1;
}
#subnav li a{
	color: #333;
	text-decoration: none;
}
#subnav li.selected{
	background: #fffaf1;
}

#content{
	z-index: 100;
	position: relative;
	width: 94%;
	margin: auto;
	height: 100%;
	padding: 10vw 0;
}
body.has_subnav #content{
	padding: 11vw 0;
}


.center_80{
	width: 80%;
	margin: auto;
}
.imgcol{
}
.imgcol img{
	width: 100%;
	height: auto;
}
.col_40{
	width: 38%;
}
.col_60{
	width: 58%;
}
.col.left, .imgcol.left{
	float: left;
	margin-right: 2%;
}
.col.right, .imgcol.right{
	float: right;
	margin-right: 2%;
}


.text{
	font-family: Roboto;
	text-align: left;
	margin: auto;
	font-size: 1.5vw;
	line-height: 1.3em;
	font-weight: 300;
}

.text p{
	margin-bottom: 2.2vw;
}







/*gallery*/



#stage{
	width: 70vw;
	height: calc(70vw * 0.6);
	max-height: 70vh;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}

#stage .picture{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('images/overlays/ov_333333.80.png');
	border: 1px solid #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s linear;
}
#stage .picture.live{
	opacity: 1;
	pointer-events: auto;
}
#stage .picture img{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;   
    margin: auto;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0; 
}

.picture .info{
	position: absolute;
	bottom: -200px;
	width: 100%;
	transition: bottom 0.3s linear;
}
.picture .infotab{
	float: right;
	margin-right: 30px;
	width: 50px;
	height: 30px;
	text-align: center;
	background: url('images/overlays/ov_000000.50.png');
	cursor: pointer;
	color: #fff;
}
.picture .info_details{
	clear: both;
	background: url('images/overlays/ov_000000.20.png');
	height: 200px;
	overflow-y: auto;
	padding: 3vw;
	color: #eee;
}

.picture .info_details .info_date{
	display: none;
	float: right;
	font-size: 1.2vw;
}
.picture .info_details .info_title{
	float: left;
	font-size: 2vw;
}
.picture .info_details .info_description{
	clear: both;
	font-size: 1.2vw;
	text-align: left;
	padding: 2vw 5vw;
	font-family: Roboto, arial, helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}
@media screen and (min-width: 1400px) {
	.picture .info_details .info_description {
		font-size: 18px;
	}
	.picture .info_details{
		padding: 40px;
	}
}

.picture .info.on{
	bottom: 0;
}

#portfolio_container{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.portfolio_thumb_container{
	width: 20vw;
	height: 20vw;
	min-width: 250px;
	min-height: 250px;
	max-width: 350px;
	max-height: 350px;
	margin: 1vw;
	position: relative;
	background: #eee;
	border: 1px solid #999;
	cursor: pointer;
}

.portfolio_thumb{
	width: 100%;
	height: 80%;
}

.portfolio_thumb img{
	max-width: 94%;
	max-height: 94%;
	margin: 2%;
	bottom: 30px;
}




#left_move{
	position: absolute;
	top: 40%;
	left: 0;
	width: 80px;
	cursor: pointer;
	color: #fff;
}
#left_move:hover, #right_move:hover{
	background: rgba(0,0,0,0.5);
}


#right_move{
	position: absolute;
	top:40%;
	right: 0;
	width: 80px;
	cursor: pointer;
	color: #fff;
}


#thumbs{
	background: #ccc;
	border: 1px solid #999;
	padding: 4px;
	overflow: hidden;
	height: calc(5vw + 10px);
}
#thumbs #thumb_scroll_container{
	width: 10000px;
	position: relative;
}
#thumbs .thumb_container{
	width: 5vw;
	height: 5vw;
	float: left;
	margin-right: 4px;
	cursor: pointer;
}

#thumbs .thumb_container img{
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: opacity 0.3s linear;
}
#thumbs .thumb_container.on img{
	opacity: 1;
}

.writeup{
	margin: 2vw auto;
	max-width: 800px;
	text-align: left;
}


#popup{
	z-index: 5000;
}
#popup_close{
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	top: -12px;
	right: 12px;
	cursor: pointer;
	font-size: 20px;
	z-index: 6000;
	background: #333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #999;
}
#popup_close:after{
	content: "X";
}

#indicator{
	width: 30px;
	height: 20px;
	margin: 20px;
}

table.exhibitions{
}

table.exhibitions td{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}
table.exhibitions td.date{
	font-size: 0.8em;
	 white-space: nowrap;
	 padding-right: 8px;
}
table.exhibitions td.description{
}