@charset "utf-8";

/*
Theme Name: IS THIS ART!
Theme URI: http://www.isthisart.fi
Version: 1.0
*/

@charset "utf-8";

@font-face {
  font-family: 'Typewriter';
  src: url('_font/LW.eot?1');
  src: url('_font/LW.eot?1#iefix') format('embedded-opentype'),
       url('_font/LW.woff?1') format('woff'),
       url('_font/LW.ttf?1') format('truetype'),
       url('_font/LW.svg?1#LW') format('svg');
  font-weight: 400;
  font-style: normal;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.wp-caption {
	display: inline-block;
	max-width: 100% !important;
	vertical-align: top;
}

.wp-caption img {
	display: block;
	margin: 0 0 0 5px;
}

.wp-caption a {
	display: block;
}

.wp-caption-text {
	margin: 0 5px 5px;
	padding: 7px 5px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 17px;
	text-align: center;
	color: inherit;
}

.alignleft {
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
}

.wp-caption.alignleft {
	margin-left: -5px;
	margin-right: 45px;
}

.alignright {
	margin-left: 45px;
	margin-bottom: 25px;
	float: right;
}

.wp-caption.alignright {
	margin-left: 45px;
	margin-right: -5px;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.7692em;
}

.wp-caption.alignnone {
	margin-bottom: 1.7692em;
}


html,
button,
input,
select,
textarea {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

html {
	font: 400 100%/1.1875 Typewriter, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	color: #000;
}


a,
a:visited {
	text-decoration: underline;
	cursor: pointer !important;
	outline: none;
	color: inherit;
}

a:hover,
a:visited:hover {
	color: #333;
}


.wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: #ff73a8 !important; }
.upper { text-transform: uppercase; }
.centered { text-align: center; }


h1 {
	padding: 0 0 1em;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6154;
}

h2 {
	padding: 0 0 1em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6154;
}

h3,
h4 {
	padding: 0 0 1em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6154;
}

p {
	padding: 0 0 1.1875em;
}

ul {
	padding: 0 0 1.1875em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 1.1875em 21px;
}

ol ol,
ul ol {
	padding: 0 0 3px 21px;
}


#head {
	position: absolute;
	left: 50%;
	top: 57px;
	width: 275px;
	height: 275px;
	z-index: 6;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#head h1 {
	width: 100%;
	height: 100%;
	background: rgba(255,115,168,0.5);
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
}

#head h1>span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 75%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#head h1 img {
	max-width: 100%;
	height: auto;
}


#main {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	color: #fff;
	z-index: 1;
}


#main .photoslide {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

#main .photoslide.contain {
	background-size: contain;
}

#main .photoslide:first-child {
	opacity: 1;
}


#info {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #ff73a8;
	padding-top: 375px;
	letter-spacing: 2px;
	color: #000;
	overflow: hidden;
	z-index: 4;
}

#info-close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 83px;
	height: 83px;
	background-image: url(_img/close.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 63px;
	cursor: pointer;
	transition: all 150ms ease-out;
	z-index: 6;
}

#info-close:hover {
	background-size: auto 69px;
}

#infotext {
	display: none;
	position: relative;
	z-index: 5;
}


.photoslide-download {
	display: block;
	position: fixed;
	left: 94px;
	bottom: 91px;
	width: 160px;
	height: 160px;
	background: rgba(255,115,168,0.5);
	border-radius: 50%;
	color: #fff !important;
	z-index: 2;
}

.photoslide-download>span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.error404 #content {
	position: absolute;
	left: 0;
	bottom: 10%;
	right: 0;	
}


.hotspot {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.hotspot.left {
	left: 0;
	right: 50%;
}

.hotspot.right {
	left: 50%;
	right: 0;
}


.arrow {
	position: absolute;
	top: 50%;
	width: 55px;
	height: 83px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 35px 63px;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 150ms ease-out;
}

.arrow.left {
	left: 60px;
	background-image: url(_img/arr-left.svg);
}

.arrow.right {
	right: 60px;
	background-image: url(_img/arr-right.svg);
}

.touch .arrow {
	opacity: 1;
}


.hotspot:hover .arrow {
	background-size: 38px 69px;
}
