body {
	font-family: Arial, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	color: #fff;
	/*background: #faeddb url(http://www.hodinarstvo-orion.sk/layouts/chromium/25/img/bg_hlavicka_obal.jpg) no-repeat;*/
	background:#f1f1f1;
	text-align: center;
	font-size: 90%;
}
form {
	margin: 0;
}
img {
	border: 0px none;
}

p {
	float:left;
	margin: 0;
	padding: 0;
}
.main a {
	float:left;
}






.main p:last-of-type a span {
	float:left;
	font-size: 120%;
	font-weight: bold;
}

iframe.iframe {
    width: 100%;
    border: none;
    outline: none;
	z-index:5;
}













        html, body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        iframe#destination_content_frame, .embedded_content_holder > iframe:not(#sniply-bar), iframe#ContentFrame {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border: 0;
            height: 100%;
            min-width: 100%;
            width: 10px;
            *width: 100%;
            -webkit-overflow-scrolling: touch;
            overflow-x: scroll;
        }
        .embedded_content_holder {
            background-color: rgba(0,0,0,0.75);
            height:100%;
            width:100%;
            position: absolute;
            display: table;
        }
        .embedded_content_holder > iframe:not(#sniply-bar), div.photo_content {
            height: 60%;
            width: 80%;
            min-width: 80%;
            display: table-cell;
            vertical-align: middle;
            margin:auto;
            overflow: hidden;
        }
        .photo_content > div {
            width:100%;
            height: 95%; /* fallback */
            height: calc(100vh - 40px);
            display:block;
            background-size: contain !important;
        }
        #closeEmbeddedContent {
            color:white;
            position: absolute;
            right:5%;
            top:5%;
            font-size: 44px;
            cursor: pointer;
        }
        #destination_content_frame {
            background-color: black;
        }
















