@font-face {
	font-family: urania_czech;
	src: url('/fonts/urania_czech.ttf');
	
}

html, body {

	width: 100%;
	height: 100%;
	min-height: 630px;
	min-width: 1098px;
}

*{

	margin: 0;
	padding: 0;
	word-wrap:break-word;
	box-sizing:border-box;
	color:black;
}
/*
a{ border: 1px solid red;
	
	

}*/

div.socialcontaineralt{

	position: relative;
	width: 250px;
	height: 90px;
	top: 83%;
    left: 50%;
	transform: translate(-50%,-50%);
}

.sociallinkalt {

	height: 90px;
	width: 83px;
	float:left;
}

.bodyalt {

	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
}

.generalpagealt {

	position:relative;
	background-image:url('/gfx/bg_new.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	height: 100%;
	font-family: urania_czech, serif;
	color:black;
	font-size:16px;
}

.generalpage {

	background-image:url('/gfx/bg.jpg');
	background-color:black;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	font-family: urania_czech, serif;
	color:black;
	font-size:16px;
}

div.mid {

	position:relative;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	height: 630px;
	width: 1098px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 1098px 630px;
	overflow:auto;

}

div#indexmid{

	background-image:url('/gfx/indexbg.png');

}

div#portfoliomid{

	background-image:url('/gfx/portfoliobg.png');

}

div#artprintsmid{

	background-image:url('/gfx/artprintsbg.png');

}

div#subscribe{

	float:right;
	margin-top:185px;
	margin-right:222px;
	width: 220px;
	height: 60px;

}


div.tooltip{
	
	display: inline-block;
	float:left;
	width: 30px;
	height: 30px;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 20px 20px 20px 20px;
	border: 3px solid black;
	bottom:74%;
	left:42%;
	opacity: 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	transition: 1s;
	opacity:1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

div.socialcontainer{

	position: absolute;
	top:0;
	right:0;
	margin-top: 20px;
	margin-right: 10px;
	width: 50px;
	height: 150px;
}

div.socialbox {

	height: 50px;
	width: 50px;

}

.sociallink {

	height: 50px;
	width: 50px;

}

a#portfoliolink{

	float:left;	
	margin-top:95px;
	margin-left:25px;
	width: 230px;
	height: 35px;

}

a#artprintslink{

	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:90px;
	margin-left:80px;
	border-radius: 15px 60px 15px 60px;
	width: 80px;
	height: 90px;

}

form input.input {
	
	display: inline-block;
    background: transparent;
    border: none;
	height:30px;
	width:150px;
	margin-left:10px;
	font-weight:bold;
	font-family: urania_czech;
	font-size:12px;

}
form input.input:focus {

    outline-width: 0;
	font-size:14px;
}

form button#submit_button {
	
    background: transparent;
	border: none;
	float: right;
	display:inline-block;
	width:30px;
	height:30px;
	cursor: pointer;
	
}

img#ok {
	
	width:30px;
	height:30px;
		
}

div#mailstatus {
	
	clear:both;
	width:220px;
	height:30px;
		
}

a#email {
	
	position:absolute;
	bottom:0;
	right:0;
	margin-right: 280px;
	margin-bottom: 30px;
	font-size:20px;
	text-decoration:none;

}

div#container {

	height: 510px;
	width: 960px;
	margin:auto;
	margin-top:120px;

}

div#row1 {
	display:block;
	width:100%;
	float:left;
}

div#row2 {
	display:inline-block;
	float:left;
	width:80%;
}

div#back {

	display:inline-block;
	float:right;
	width:20%;
}

div#back2 {

	display:inline-block;
	float:left;
	width:760px;
	height: 105px;

}

.linkback {

	display:block;
	width:95px;
	height:50px;
}

.linkprevnext {

	width:64px;
	height:50px;

}

div.prevnextdiv {

	float:left;
	display: inline-block;
	width:169px;
	height:630px;

}

div.artprintcontent {

	float:left;
	display: inline-block;
	height:525px;
	width:760px;

}

div.middlecontentdiv {

	float:left;
	display: inline-block;
	height:630px;
	width:760px;

}

a#linkprev {

	display: block;
	margin:300px auto 0px;
	
	}

a#linkback1 {

	margin-top:50px;
	margin-left:60px;

}

a#linkback2 {
	
	margin: auto;
	display:block;


}

div.box {
	float:left;
	display:inline-block;
	height: 65px;
	width: 190px;

}

.miniartwork {

	height:65px;
	width:190px;

}

a.artworklink{

	display:block;
	margin:auto;

}

.horrorlogium {
	
	height:405px;
	width:760px;

}

a#horrorlogiumlink {

	display:inline-block;
	margin-top: 100px;

}

.lsd {
	
	height:405px;
	width:614px;

}

a#lsdlink {

	display:inline-block;
	margin-top: 100px;
		float:left;

}

.lsd2 {
	
	height:405px;
	width:65px;

}

a#lsdlink2 {

	float:left;
	display:inline-block;
	margin-top: 100px;

}

.none {
	
	display:none;
	pointer-events:none;

}