@charset "UTF-8";
/* Work Page Styles */
/* Teo Connor Studio */
/* Author www.pumkin.co.uk */

#work {
	max-width:986px;
	position:relative;
	margin-bottom:10px;
	z-index:2;
}

/* non-animating properties */
.info {
	z-index:10;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:46px;
}

@media all and (min-width: 570px) {

	.info {	/* This style modified on per-section basis */
		position:fixed;
		top:90px;
		left:20px;
		width:calc(100% - 40px);
	}
}

@media all and (min-width: 1022px) {

	.info {	/* This style modified on per-section basis */
		top:55px;
		width:239px;	
	}
}

/*@media all and (min-height: 1200px) {
	
	.info, .info.open {
		top:90px;
	}
}*/

.info.open {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:360px;
}

@media all and (min-width: 570px) {

	.info.open {	/* This style modified on per-section basis */
		position:fixed;
		top:90px;
		left:20px;
		width:calc(100% - 40px);
	}
}

@media all and (min-width: 1022px) {

	.info.open {	/* This style modified on per-section basis */
		top:55px;
		width:239px;
		height: 500px;	
	}
}

/*@media all and (min-height: 1200px) {
	
	.info.open {
		top:90px;
	}
}*/

article {
	width:100%;
	height:360px;
	margin-bottom:10px;
}

@media all and (min-width: 1022px) {

	article {
		height:630px;
	}
}

article.full {
	max-width:986px;
}

article.half, article.portrait {
	max-width:488px;
}

article.half.landscape, article.half.video {
	max-height:310px;
}

article.full.video {
	height:255px;
}

@media all and (min-width: 1022px) {

	article.full.video {
		height:555px;
	}
}

article .image {
	z-index:9;
	width:100%;
	height:100%;
	overflow:hidden;
}

article .info {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
}

article .info.open {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media all and (min-width: 1022px) {

	article .info {
		width: 239px;
	}

	article .info.open {
		width: 239px;
		/*height:500px;*/
	}
}

.info .open-close {
	position:absolute;
	top:4px;
	left:0;
	width:13px;
	height:13px;
	background-image:url(../gfx/open-close.png);
	background-repeat:no-repeat;
	background-position:0 0;	
	cursor:pointer;
}

.info.open .open-close {
	background-position:-13px 0;	
}

.info .text {
	position:relative;
	line-height:22px;
	height:85%;
	min-height: 340px;
	height: calc(100% - 25px);
	margin:12px 15px 15px 15px;
}

.info .text a {
	text-decoration:underline;	
}

.info .title {
	margin:0 0 30px 30px;
}	

.info p {
	margin-bottom:26px;	
}

.info .view-link, .info .share-links {
	position:absolute;
	bottom:0;
	left:0;
}

#footer-links {
	clear:both;
	width: 100%;	
	max-width:986px;
	position:relative;
	margin-top:20px;
	padding-bottom:40px;
}

#footer-links .back-to-top {
	position:absolute;
	left:0;
	top:0;
	width:300px;
	color:#999;
	cursor:pointer;
}

#footer-links .next {
	position:absolute;
	right:0;
	top:0;
	width:100px;
	text-align:right;
}

#footer-links .prev {
	position:absolute;
	right:82px;
	top:0;
	width:100px;
	text-align:right;
}

#footer-links a {
	color:#999;
}

#footer-links a:hover {
	color:#111;
}
