.prvi {
	
}
.email {
	font-size: 18px;
	font-family: verdana;
	text-align: center;
}
img.logo
{ display:block;
	position: absolute;
	max-width: 50%;
	top: 10%;
	left: 10%;
	//border-radius: 3px;
	//box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
img.logo2
{ display:block;
	position: absolute;
	max-width: 12%;
	top: 100%;
	left: 10%;
	//border-radius: 3px;
	//box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
img.logo:empty
{
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
img.logo2:empty
{
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (orientation: portrait) {
  img.logo { max-width: 90%; }
    img.logo2 { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  img.logo { max-height: 70%; }
    img.logo2 { max-height: 20%; }
}