/*HIDE ELEMENTS*/
.section-gallery ul.arrow-list, .archive-project-gallery ul.arrow-list,
 .section-gallery ul.circles-list, .archive-project-gallery ul.circles-list,
 .article-slider .icon-close,
 .section-gallery .link-print, .archive-project-gallery .link-print,
footer .two, footer .three{
	display: none;
}

/*Speciella print styles*/
.section-gallery article p,
.archive-project-gallery article p{
	/*font-size: 14px;
	font-size: 0.875rem;*/
	font-size:10pt;
}

.section-gallery article h1,
.section-gallery article h2,
.archive-project-gallery article h1,
.archive-project-gallery article h2{
	margin: 1em 0 1em;
}

.section-gallery .article-content .col-66,
.archive-project-gallery .article-content .col-66{
	width: 66.66%;
	float: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
	padding-right: 1.5em;
	/*border-right: thin solid #bec6c3;*/
	margin: 0 auto 1em auto;
}

.section-gallery aside, .archive-project-gallery aside{
	border-left: 1px solid #bec6c3;
	font-size:8pt;
}

.section-gallery .article-content .col-33,
.archive-project-gallery .article-content .col-33{
	width: 33.333%;
	float: right;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
  	padding-left: 1.5em;	
}

.section-gallery article,
.archive-project-gallery article{
	border-bottom:1em solid #FFF;
}

.section-gallery .img-person,
.archive-project-gallery .img-person{
	margin: 1em 0;
}

.section-gallery aside b,
.archive-project-gallery aside b,
.section-gallery .info-person li:first-of-type, .section-gallery .info-person li:first-of-type b, .archive-project-gallery .info-person li:first-of-type, .archive-project-gallery .info-person li:first-of-type b{
	/*font-size: 11px;*/
	font-size: 7pt;
	/*font-size:0.6875em;*/
}

.section-gallery .info-person li:nth-of-type(2),
.section-gallery .info-person li:nth-of-type(2) b,
.archive-project-gallery .info-person li:nth-of-type(2),
.archive-project-gallery .info-person li:nth-of-type(2) b{
	font-size: 7pt;
}

.section-gallery .info-person + .info-person,
.archive-project-gallery .info-person + .info-person{
	margin-top: 1em;
}

.section-gallery .info-person li,
.archive-project-gallery .info-person li{
	/*font-size: 10px;*/
	font-size: 7pt;
	line-height: 1.3;
}




/*OM man vill lägga till mer marginal så man kan göra hål lättare*/
.section-gallery .article-content,
.archive-project-gallery .article-content {
    padding: 0 0 0 2.5em;
}

/*.section-gallery .article-content, .archive-project-gallery .article-content {
    padding: 0 1em;
}*/

.section-gallery.print-page .article-slider,
.archive-project-gallery.print-page .article-slider{
	margin:0 0 0 2.5em;
}

.wrapper-1140{
	max-width: auto;
}

.section-gallery article, .archive-project-gallery article{
	width: 100%;
}

/*footer{
	background-color: #fff;
}*/

/*footer .one{
	width: 100%;
}*/

/*footer img{
	float: left;
}*/

/*footer p{
	float: left;
	margin: 0 0 0 1em;
	color: #959595;
}*/

/*thumbnail images*/
/*.print-thumbnail-list ul + ul{
	margin: 0;
	padding: 0;
}
.print-thumbnail-list li{
	width: 33%; /*mail 2015-08-26, göra bilderna större innebär att ha färre bilder per rad*/
/*}

.print-thumbnail-list li:last-of-type{
	margin: 0;
}

.print-thumbnail-list img{
	padding: 0;
	background-color: green;
}*/

.print-thumbnail-list{
		list-style-type: none;
		text-align: left;
		padding: 1em 0 0 0;
		/*padding: 0 0 0 0;*/
		display: block;
		}

		/*.print-thumbnail-list:after{
			content: "";
    		display: table;
    		clear: both;
		}*/
		
		.print-thumbnail-list li{
			display: inline-block;
			width: 32.5%; /*25%;*/
			/*float: left;*/
			/*padding: 0 0.5em 0 0;*/
			padding: 0 0.16667em;
			margin: 0 0 0.5em 0;
			-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		-ms-box-sizing: border-box;
    		box-sizing: border-box;   		
		}

		.print-thumbnail-list img{
			width: 100%;
			height: auto;
			-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		-ms-box-sizing: border-box;
    		box-sizing: border-box;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    		page-break-inside: avoid; /* or 'auto' */
    		display: block;
    		-webkit-region-break-inside: avoid;
		}

		/*li:last-of-type, li:last-of-type img{
			float: right;
		}

		li:last-of-type{
			padding: 0;
			width: 23%;
		}*/

	.print-thumbnail-list + .print-thumbnail-list{
		padding: 0.5em 0 0.5em 0;
		/*padding: 0 0 0 0;*/
	}

	.print-thumbnail-list ul li:last-of-type{
		padding: 0 0 0 0.33333em;
	}

	.print-thumbnail-list ul li:first-of-type{
		padding: 0 0.33333em 0 0;
	}

/*.print-thumbnail-list {
    display:inline-block;
}
.print-thumbnail-list:after {
    content: '';
    display:block;
    height:0px;
    visibility: hidden;
}*/

footer .two, footer .three, footer .four, footer .one p{
	display: none;
}

footer{
	position: absolute;
	top: -2.0625em; /*-32px;*/
	/*left: 1.25em; /*20px;*/
	left: 2.75em;
	background-color: transparent;
	height: auto;
}

footer img{
	background-color:#FFF;
}