/*
Theme Name: 			Tove Jeppsson-Bohlin
Version: 				1.0
*/
/*
*	FOR ALL.
*/
*,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html {
	width: 100%;
	max-width: 95em;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	cursor: url('images/cursor-normal.svg') 25 15, auto;
}
body {
	height: 100%;
	font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
.clear {
	clear: both;
}
.fulljustify {
	text-align: justify;
	text-align-last: justify;
}
.fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
button {
    outline: none;
}
/*
*	TYPOGRAPHY & COLOUR.
*/
	@font-face {
		font-family: 'CircularBook';
		src: url('fonts/CircularBook/CircularStd-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/CircularBook/CircularStd-Book.otf')  format('opentype'),
		url('fonts/CircularBook/CircularStd-Book.woff') format('woff'), url('fonts/CircularBook/CircularStd-Book.ttf')  format('truetype'), url('fonts/CircularBook/CircularStd-Book.svg#CircularStd-Book') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Lausanne-300';
		src: url('fonts/Lausanne-300.otf')  format('opentype');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Favorit';
		src: url('fonts/Favorit-Regular.otf')  format('opentype');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'NeueHaasGrotesk';
		src: url('font/HaasGrotDisp-55Roman.eot?#iefix') format('embedded-opentype'),url('font/HaasGrotDisp-55Roman.otf')format('opentype'),
		url('font/HaasGrotDisp-55Roman.woff') format('woff'), url('font/HaasGrotDisp-55Roman.ttf')format('truetype'), url('font/HaasGrotDisp-55Roman.svg#HaasGrotDisp-55Roman') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	body,
	input,
	textarea,
	button,
	select {
		font-family: 'Lausanne-300', Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		color: black;
		background-color: white;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-tap-highlight-color: transparent;
	}
	h1, h2, h3, h4 {
		font-size: 1em;
		line-height: 120%;
		text-decoration: none;
		font-weight: normal;
	}
	a {
		color: black;
		text-decoration: none;
		cursor: url('images/cursor-link.svg') 25 15, auto;
	}
	a:hover {
		color: blue;
		cursor: url('images/cursor-link.svg') 25 15, auto;
	}
	a:active {
		color: blue;
		cursor: url('images/cursor-link.svg') 25 15, auto;
	}
	a:focus {
		outline: 0;
		color: black;
		cursor: url('images/cursor-link.svg') 25 15, auto;
	}
	::selection {
		background: transparent;
		color: blue;
	}
	::-moz-selection {
		background: transparent;
		color: blue;
	}
	::-webkit-selection {
		background: transparent;
		color: blue;
	}
	img::selection {
		background: white;
	}
	img::-moz-selection {
		background: white;
	}
	img::-webkit-selection {
		background: white;
	}
	p {
		margin: 0; 
		padding: 0;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		text-indent: 0;	
	}
	.clear {
		clear: both;
	}
/*
*	SMALL.
*/
	body,
	input,
	textarea,
	button,
	select {
		font-size: 1em;
		line-height: 120%;
	}
	#theheader, #thefooter {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	#theheader {
		margin-top: 0.5em;
	}
	#thecontent {
		max-width: 80vw;
		width: auto;
		margin: 10vh auto;
	}
	.theindex {
		max-width: 80vw;
		width: auto;
		margin: 10vh auto;
	}
	.theinformation {
		font-size: 1em;
		line-height: 120%;
		letter-spacing: 0;
	}
	#theheader, #thecontent, #thefooter {
		clear: both;
		position: relative;
		height: 100%;
		min-height: 100%;
	}
	.thename {
		right: -10.3em;
		top: 10em;
		width: 350px;
		height: 1.5em;
		position: fixed;
		z-index: 9999;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#tjb {
		width: 100%;
		position: fixed;
		top: 0.5em;
		left: 1em;
	}
	.tjbresponsive {	
		width: 100%;
	}
	.tjbpause {
		display: inline-block;
		width: 0.25em;
	}
	.tjbline {
		margin-right: 0.1em;
		top: -0.6em;
		position: relative;
		display: inline-block;
		border-bottom: 1px solid black;
	}
	a:hover .tjbline {
		border-bottom: 1px solid blue;
	}
	.themenu {
		right: 1em;
		width: auto;
		float: right;
		position: fixed;
		display: inline-block;
		z-index: 9996;
	}
	.themenu span {
		padding-right: 1em;
	}
	.thehome {
		position: fixed;
		top: 0.5em;
		left: 0.35em;
		z-index: 9996;
	}
	.thecontact {
		padding-right: 3em;
	}

	.thetitle {
		position: fixed;
		width: 70%;
		bottom: 0.5em;
		left: 0.5em;
		z-index: 9989;
		padding-right: 1em;
	}
	.readmore {
		color: #AAA;
		display: inline-block;
		z-index: 9999;
	}
	.readmore:hover {
		color: black;
	}
	.swiper-pagination {
		position: fixed;
		display: block;
		bottom: 0.5em;
		right: 0.25em;
		z-index: 9990;
	}
	.featherlight .featherlight-content {
		width: 90%;
		max-height: 75%;
	}
	#theswipe {
		width: 80vw;
		min-height: auto;
		margin: 10vh auto;
		text-align: center;
	}
	#theswipe img {
		max-height: 80vh;
		height: auto;
		width: auto;
		margin: 0 auto;
		border: 1px solid white;
		max-width: -moz-calc(80vw - 2px);
		max-width: -webkit-calc(80vw - 2px);
		max-width: calc(80vw - 2px);
	}
	.thelightbox1 {
		width: 100%;
		float: left;
	}
	.thelightbox2 {
		padding-left: 0%;
		width: 100%;
		float: left;
	}
	.theboxtitle {
		width: 100%;
		float: left;
		font-size: 0.75em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thecategory {
		width: 100%;
		float: left;
		padding-top: 1.2em;
		font-size: 0.75em;
		line-height: 120%;
		letter-spacing: 0;
		margin-bottom: 0.5em;
	}
	.thetext {
		width: 90%;
		float: left;
		font-size: 0.75em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thetext p {
		text-indent: 0;
	}
	.thetext p + p {
		text-indent: 1.5em;
	}
	.contact {
		width: 80%;
		margin-left: 0.75em;
	}
	.col {
		width: 82%;
		float: left;
		margin-left: 0.5em;
	}
	.text2 {
		font-size: 0.75em;
		line-height: 120%;
		width: 30%;
		float: left;
	}
	.text3, .text4 {
		font-size: 0.75em;
		line-height: 120%;
		width: 70%;
		float: left;
		margin-bottom: 1.5em;
	}
	.text5 {
		font-size: 0.75em;
		line-height: 120%;
		width: 70%;
		float: left;
		margin-bottom: 0em;
		text-indent: 1.5em;
	}
	.text6 {
		font-size: 0.75em;
		line-height: 120%;
		width: 30%;
		float: left;
		text-align: right;
	}
	.space {
		margin-top: 5em;
	}
	.indent {
		padding-left: 1.5em;
	}
	.prevnext {
		width: 0%;
	}
	.featherlight .featherlight-close-icon {
		top: 0.75em;
		right: -80%;
	}
	.deviceindex {
		display: block;
	}
	.thumbnail-item {
		display: none;
	}
/*
*	SMALL LANDSCAPE.
*/
@media screen and (max-width: 43em) and (orientation: landscape) {
	.thename {
		right: -5.5em;
		top: 5.3em;
		width: 200px;
	}
	.featherlight .featherlight-content {
		width: 50%;
		max-height: 80%;
	}
	#theswipe {
		width: 60vw;
		min-height: auto;
		margin: 10vh auto;
		text-align: center;
	}
	#theswipe img {
		max-height: 60vh;
		height: auto;
		width: auto;
		margin: 0 auto;
		border: 1px solid white;
		max-width: -moz-calc(60vw - 2px);
		max-width: -webkit-calc(60vw - 2px);
		max-width: calc(60vw - 2px);
	}
	.thetitle {
		bottom: 0.5em;
	}
}
@media screen and (max-width: 40em) and (orientation: landscape) {
	#theswipe {
		width: 50vw;
		min-height: auto;
		margin: 10vh auto;
		text-align: center;
	}
	#theswipe img {
		max-height: 50vh;
		height: auto;
		width: auto;
		margin: 0 auto;
		border: 1px solid white;
		max-width: -moz-calc(50vw - 2px);
		max-width: -webkit-calc(50vw - 2px);
		max-width: calc(50vw - 2px);
	}
	.thetitle {
		bottom: 0.5em;
	}
}
/*
*	MEDIUM.
*/
@media screen and (min-width: 43em) {
	body,
	input,
	textarea,
	button,
	select {
		font-size: 1.5em;
		line-height: 120%;
	}
	#theheader, #thefooter {
		margin-left: 0.25em;
		margin-right: 0.25em;
	}
	#theheader {
		margin-top: 0.25em;
	}
	.theinformation {
		font-size: 0.5em;
		line-height: 120%;
		margin-left: 20%;
	}
	.thename {
		right: -12.6em;
		top: 12.8em;
		width: 650px;
	}
	#tjb {
		width: 100%;
		top: 0.25em;
		left: 0.5em;
	}
	.tjbline {
		margin-right: 0.1em;
		top: -0.6em;
		border-bottom: 2px solid black;
	}
	a:hover .tjbline {
		border-bottom: 2px solid blue;
	}
	.themenu {
		right: 1em;
	}
	.themenu span {
		padding-right: 1em;
	}

	.thecontact {
		bottom: 0.25em;
		left: 0.5em;
	}
	.thetitle {
		width: 80%;
		bottom: 0.25em;
		left: 0.25em;
	}

	.featherlight .featherlight-content {
		width: 80%;
		max-height: 80%;
	}
	
	.thelightbox1 {
		width: 20%;
		float: left;
	}
	.thelightbox2 {
		padding-left: 5%;
		width: 70%;
		float: left;
	}
	.theboxtitle {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thecategory {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thetext {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.text2 {
		font-size: 1em;
		width: 30%;
		float: left;
	}
	.text3, .text4 {
		font-size: 1em;
		width: 50%;
		float: left;
		margin-bottom: 1.5em;
	}
	.text6 {
		font-size: 1em;
		width: 30%;
	}
	.text5 {
		font-size: 1em;
	}
}
/*
*	LARGE.
*/
@media screen and (min-width: 70em) {
	body,
	input,
	textarea,
	button,
	select {
		font-size: 2em;
		line-height: 120%;
	}
	#theheader, #thefooter {
		margin-left: 0.25em;
		margin-right: 0.25em;
	}
	#theheader {
		margin-top: 0.25em;
	}
	#thecontent {
		max-width: 100%;
	}
	.theindex {
		max-width: 100%;
	}
	.theinformation {
		font-size: 0.5em;
		line-height: 120%;
		width: 80%;
		margin-left: 15%;
	}
	.col {
		width: 50%;
		float: left;
		margin-left: 0;
	}
	.thename {
		right: -9.25em;
		top: 9.35em;
		width: 650px;
	}
	#tjb {
		top: 0.25em;
		left: 0.5em;
	}
	.tjbline {
		margin-right: 0.1em;
		top: -0.6em;
		border-bottom: 3px solid black;
	}
	a:hover .tjbline {
		border-bottom: 3px solid blue;
	}
	.thehome {
		top: 0.25em;
		left: 0.35em;
	}
	.themenu {
		right: 1em;
	}
	.themenu span {
		padding-right: 1em;
	}
	.thecontact {
		bottom: 0.25em;
		left: 0.5em;
	}
	.thetitle {
		bottom: 0.25em;
		left: 0.25em;
	}
	.swiper-pagination {
		font-size: 1em;
		bottom: 0.25em;
		right: 0.25em;
	}
	.featherlight .featherlight-content {
		width: 60%;
		max-height: 60%;
		max-width: 30em;
	}
	
	.theboxtitle {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thecategory {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.thetext {
		font-size: 0.5em;
		line-height: 120%;
		letter-spacing: 0;
	}
	.text2 {
		font-size: 1em;
		width: 25%;
	}
	.text3, .text4 {
		font-size: 1em;
		width: 65%;
		margin-bottom: 1.5em;
	}
	.text5 {
		font-size: 1em;
		width: 75%;
		margin-bottom: 0;
		text-indent: 1.5em;	
	}
	.text6 {
		font-size: 1em;
		width: 25%;
	}
	.prevnext {
		width: 100%;
	}
	.featherlight .featherlight-close-icon {
		top: 0.25em;
		right: -85%;
	}
	.deviceindex {
		display: none;
	}
	.thumbnail-item {
		display: block;
	}
}
/*
*	STOP.
*/
@media screen and (min-width: 75em) {

}
/*
*	THE BORDER-BOX.
*/
	.thename, .themenu, .thetitle, .theimage, .thebigimage, .thethumbnail, .thethumbnailcategory, .theinfotitle, .thelonginfo, .theinfo, .swiper-pagination, .thefooterinfo, .col {
		padding: 0 0.25em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
/*
*	THE PRELOADER.
*/
	#nojs #thepreloader {
		display: none;
	}
	#js #thepreloader {
		background-color: white;
		z-index: 9998;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
/*
*	SWIPE.
*/	
@media all {
	#theswipe {
		position: relative;
	}
	.swipe {
	  overflow: hidden;
	  visibility: hidden;
	  position: relative;

	}
	.swipe-wrap {
	  overflow: hidden;
	  position: relative;
	}
	.swipe-wrap > p {
	  float: left;
	  width: 100%;
	  position: relative;
	}
	.prevnext {
		margin: 0 auto;
		top: 3em;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: transparent;
		z-index: 1000;
	}
	.swiper-button-prev {
		left: 0;
		cursor: url('images/cursor-prev.svg') 25 15, auto;
		width: 50%;
		height: 90vh;
		float: left;
		display: block;
		background-color: transparent;	
	}
	.swiper-button-next {
		right: 0;
		cursor: url('images/cursor-next.svg') 25 15, auto;
		width: 50%;
		height: 90vh;
		float: left;
		display: block;
		background-color: transparent;
	}
	.prevdevice {
		left: 0;
		top: 0;
		background: transparent url('images/cursor-prev.svg') no-repeat left center content-box;
		background-size: 1em;
		width: 2em;
		padding-left: 1em;
		height: 50vh;
		float: left;
		display: block;
		position: absolute;
	}
	.nextdevice {
		right: 0;
		top: 0;
		background: transparent url('images/cursor-next.svg') no-repeat right center content-box;
		background-size: 1em;
		width: 2em;
		padding-right: 1em;
		height: 50vh;
		float: left;
		display: block;
		position: absolute;
	}

}
/*
*	LIGHTBOX.
*/
@media all {
	.lightbox { 
		display: none; 
	}
	.featherlight {
		display: none;
		position: fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 9990;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #FFF;
		background: rgba(255, 255, 255, 0);
		cursor: url('images/cursor-close.svg') 25 15, auto;
	}
	.featherlight:last-of-type {
		background: rgba(255, 255, 255, 1);
	}
	.featherlight:before {
		content: '';
		display: inline-block;
		height: 90%;
		vertical-align: middle;
		margin: auto;
	}
	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow-y: auto;
		overflow-x: hidden;
		background: white;
		cursor: url('images/cursor-close.svg') 25 15, auto;
		white-space: normal;
		margin: 0;
		padding: 0;
	}
	.featherlight .featherlight-inner {
		display: block;
	}
	/*
	.featherlight .featherlight-close-icon {
		position: relative;
		z-index: 9999;
		font-size: 1.5em;
		width: 1em;
		cursor: pointer;
		text-align: center;
		display: block;
		font-family: CircularBook, Arial, sans-serif;
		background: transparent;
	}
	.featherlight .featherlight-close-icon:hover {
		color: blue;
	}
	*/
	.featherlight .featherlight-close-icon {
		display: none;
	}
	
	.featherlight .featherlight-image {
		width: 100%;
	}
	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0;
	}
	.featherlight iframe {
		border: none;
	}
}

.thumbnail-item { 
	position: relative; 
	text-align: left;
	margin: 0px 5px;
	font-size: 2em;
	line-height: 110%;
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	width: 15em; 
	height: auto;
}
		
.tooltip { 
	display: none; 
	position: absolute;
	padding: 5px 0 0 5px; 
}

