/* Interande stylesheet (c) 2011-2025 Radim Brnka */
* {
    margin: 0;
    padding: 0;
    outline: 0 none;
    font-family: "century gothic", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    background: url('../images/bg.jpg') repeat 0 0 #000;
    color: #4E4E4E;
    font-size: 13px;
    font-style: normal;
}

h1 {
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin: 25px 0 0 0;
    padding: 0 0 0 20px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

h1.invisible {
    display: none;
}

sup {
    color: #666;
    font-size: 15px;
    padding: 0 0 0 5px;
}

p {
    color: #ccc;
    padding: 20px;
    text-align: justify;
}

#body-margin {
    margin: 0 auto;
}

#container {
    position: relative;
    width: 1200px;
    height: 740px;
    margin: 0 auto;
    background: url('../images/box_bg.jpg') no-repeat 0 0 transparent;
}

img {
    border: 0 none;
}


/* NAVIGATION PART ****************************************************************************************************/
h1.title {
    position: absolute;
    top: 70px;
    left: 110px;
    color: #bb0000;
    margin: 0 0 0 10px;
    font-size: 13pt;
    float: left;
    opacity: 0.8;
    vertical-align: middle;
    justify-content: center;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    text-shadow: 1px 1px 12px #ff0000, 1px 1px 5px #340000;
    letter-spacing: 2px;
    transition: filter 0.1s ease, transform 0.1s ease; /* Smooth transition for the effect */
    pointer-events: auto;
    z-index: 10; /* Ensure it's above other elements */
}

h1.title span {
    /*color: #340000;*/
    text-shadow: 1px 1px 12px #999, 1px 1px 5px #464646;
    color: #fff;
    font-size: 13pt;
    margin: 0 0 0 2px;
}

h1.title:hover {
    opacity: 1;
    filter: brightness(1.5) saturate(2); /* Adjust brightness and saturation */
    transform: scale(1.1); /* Optional: Slightly enlarge the text for extra effect */
}

nav {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    position: absolute;
    right: 130px;
    top: 65px;
    overflow: auto;
    padding: 5px;
    color: #666;
    text-align: right;
    font-size: 12pt;
    width: 960px;
}

.middot {
    color: #666;
}

a {
    text-shadow: 1px 1px 12px #666, 1px 1px 80px #464646;
    text-decoration: none;
    font-weight: normal;
    padding: 0 0 0 5px;
    color: #888;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

a.current {
    color: #fff;
}

a:not(.current):hover {
    color: #ccc;
    transition: color 0.1s ease-in-out;
}

/* CONTENT ************************************************************************************************************/
#content_box {
    width: 960px;
    height: 540px;
    padding: 100px 120px 100px 120px;
}

#video-player {
    width: 960px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    z-index: 1;
}

#video-player:hover #video {
    pointer-events: auto;
}

#loading_overlay {
    background: #000 url('../images/posters/uvod.jpg') no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 540px;
    z-index: 100;
}

#chrome_info {
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 70%);
    position: absolute;
    bottom: 20px;
    right: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    color: #ccc;
    padding: 0 20px 0 40px;
}

#chrome_info p {
    /*line-height: 15px;*/
}

#chrome_info img {
    width: 30px;
    vertical-align: middle;
}

.glow {
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0);
    }
}

#loading_overlay h2 {
    font-size: 45px;
    margin: 50px 0 0 50px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#loading_overlay #loading_progress {
    position: absolute;
    font-size: 44px;
    top: 220px;
    left: 330px;
    color: #fff;
}

#playagain {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 145px;
    left: 285px;
    background: url('../images/big-play.png') no-repeat 50% 50%;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}

#crossfade_overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 540px;
    z-index: 99;
    display: none;
}

#debug {
    color: #eee;
    display: none;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.2) 70%);
    z-index: 1000;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

video.paused {
    filter: grayscale(100%) blur(5px);
    transition: filter 0.2s ease-in-out;
}

.video {
    width: 960px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    z-index: 2;
    /*filter: sepia(50%) contrast(110%) brightness(90%) hue-rotate(-10deg) saturate(110%);*/
}

.choice {
    position: absolute;
    background-color: transparent;
    display: none;
    cursor: pointer;
    z-index: 10;
}

.text {
    width: 200px;
    height: auto;
    font-size: 28px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
    background-image: none;
    display: flex;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
}

.text:hover {
    text-shadow: 1px 1px 20px #fff, 1px 1px 20px #fff;
}


.notext {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: border-box; /* Include the border in the div's dimensions */
    filter: blur(2px); /* Add a 2px blur effect */
    box-shadow: 0 0 10px 3px #ffffff; /* Add a white glow effect */
    /*background-image: url('../images/choice.png');*/
    background-position: center center;
    background-repeat: no-repeat;
}

.text:hover {
    /*text-shadow: 1px 1px 10px #fff, 1px 1px 10px #f00;*/
    /*box-shadow: 0px 0px 3px 1px #f00;*/
    /*font-size: 27px !important;*/
}

.notext:hover {
    box-shadow: 0 0 20px 6px #ffffff; /* Make the glow effect stronger on hover */
}

.preload {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#controls {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#volume_control {
    z-index: 99;
    width: 100px;
    height: 20px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

#playpause {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    outline: none;
    padding: 0;
    border: none;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}

#playpause:hover {
    box-shadow: 0 0 5px 1px #ccc; /* Make the glow effect stronger on hover */
}

#playpause.resume {
    background: url('../images/play.png') no-repeat 50% 50%;
}

#playpause.pause {
    background: url('../images/pause.png') no-repeat 50% 50%;
}

#pause_info {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 200px;
    border-top: 1px solid #340000;
    border-bottom: 1px solid #340000;
    width: 100%;
    height: 105px;
    z-index: 98;
    font-size: 55px;
    color: #ddd;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    padding-top: 30px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 40px #fff, 1px 1px 50px #ccc;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    display: none;
}

#results {
    background: #000 url('../images/cover_clean_big.jpg') no-repeat 0 0;
}

#results h1 {
    padding: 0 0 0 20px;
    font-size: 45px;
}

#creditz_container {
    width: 400px;
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin: 40px 0 40px 0;
}

#creditz {
    animation: credits-scroll 60s linear infinite;
    color: #fff;
    position: absolute;
    top: 480px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

#creditz table.group td {
    color: #bbb;
}

#creditz table.group td.role {
    color: #eee;
    width: auto;
}

#creditz h2 {
    text-align: center;
    font-weight: normal;
    color: #eee;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 12px #999, 1px 1px 5px #464646;
}

@keyframes credits-scroll {
    from {
        transform: translateY(5%);
    }
    to {
        transform: translateY(-115%);
    }
}

#score div {
    padding: 20px;
    font-size: 32px;
    color: #fff;
    width: 100%;
    text-align: left;
}

#score .message {
    font-size: 25px;
    padding: 60px 0 0 20px;
    width: 340px;
}

#score .fraud {
    padding: 250px 0 0 20px;
}

#score .percents {
    padding: 60px 0 0 20px;
    font-size: 65px;
}

#sharescore {
    border: 1px solid green;
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 120px;
    display: none;
}

#shareFb {
    float: left;
    width: 30px;
    height: 30px;
    background: url('../images/fb_icon.png') no-repeat 50% 50%;
    background-size: cover;
}

#shareIg {
    float: left;
    width: 30px;
    height: 30px;
    background: transparent url('../images/ig_icon.png') no-repeat 50% 50%;
    background-size: cover;
}

#results #score_overlay {
    position: relative;
    top: 0;
    width: 960px;
    height: 540px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*xbackground: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.1) 60%);
}

#results #score {
    position: absolute;
    padding: 40px;
    width: auto;
}

#results #playagain {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 145px;
    left: 285px;
    background: url('../images/big-play.png') no-repeat 50% 50%;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    padding: 0;
}

#playagain:hover {
    box-shadow: 0 0 20px 6px #ffffff; /* Make the glow effect stronger on hover */
}

#contact h1, #extras h1 {
    /*	text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #ddd;*/
}

#contact p {
    text-align: left;
    color: #666;
}

#contact a {
    margin: 30px 0 0 15px;
    color: #ccc;
    text-shadow: 1px 1px 12px #666, 1px 1px 80px #464646;
}

#contact a:hover {
    text-decoration: underline;
}

#contact strong {
    font-weight: normal;
}

#contact {
    height: 540px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('../images/posters/zidka.jpg');
    background-size: 100% auto;
    background-position: left center;
    /*background: url('../images/posters/zidka.jpg') 0% 50%;*/
}

#extras {
    position: relative;
    overflow: hidden;
    padding: 40px;
    height: 460px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url('../images/posters/hradby.jpg');*/
}

#extras h1 {

}

#extras a {
    padding: 0;
    margin: 0;
    opacity: 1;
}

#extras_list {
    margin: 20px 0 0 20px;
    width: 200px;
}

#extras_list ul {

}

#extras_list li {
    list-style-type: none;
    overflow: hidden;
}

#extras_list li a {

}

div.extras_item {
    width: 144px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
}

#soundtrack {
    background: url('../images/extras/soundtrack.png') 50% 50% no-repeat transparent;
}

#teaser {
    background: url('../images/extras/teaser_ona.jpg') 50% 50% no-repeat transparent;
}

#trailer {
    background: url('../images/extras/trailer.jpg') 50% 50% no-repeat transparent;
}

#story {
    background: url('../images/extras/story.png') 50% 50% no-repeat transparent;
}

div.extras_item:not(.current):hover {
    border: 1px solid #888;
}

div.extras_item span.caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ccc;
    padding: 2px 5px 2px 10px;
    width: 128px;
    text-align: left;
    /*border: 1px solid #ff0;*/
    /*display: none;*/
}

div.extras_item.current {
    border: 1px solid #888;
}

div.extras_item.current span.caption {
    color: #fff;
}

#extras_content {
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid #f00;*/
}

#extras_content iframe {
    z-index: 1;
    width: 700px;
    height: 400px;
    position: absolute;
    left: 235px;
    top: 114px;
    border: 1px solid #222;
}

div.soundtrack {
    position: absolute;
    left: 240px;
    top: 110px;
    width: 700px;
    height: 324px;
    /*border: 1px solid green;*/
    background: url('../images/extras/soundtrack_content.jpg') 0% 0% no-repeat transparent;
    padding: 25px 0 0 0;
}

div.soundtrack #download_soundtrack {
    /*margin: 0 0 0 130px;*/
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    /*border: 1px solid red;*/
}

div.soundtrack #download_soundtrack a {
    font-size: 20px;
    color: #666;
}

div.soundtrack #download_soundtrack a:hover {
    color: #fff;
}

div.soundtrack #download_soundtrack span {
    color: #bbb;
    font-size: 12px;
    display: block;
}

div.soundtrack #download_soundtrack span#soundtrack_downloads {
    display: inline;
}

#stories {
    position: absolute;
    left: 240px;
    top: 110px;
    width: 680px;
    height: 376px;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#stories h2 {
    margin: 0 0 10px 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

#stories p {
    padding: 0 0 15px 0;
    color: #888;
}

#stories a:hover {
    color: #fff;
}

div.story {
    cursor: pointer;
    border: 1px solid #333;
    height: 90px;
    width: 300px;
    margin: 0 20px 20px 0;
    float: left;
    background-color: transparent;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story1.png');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: 0% 50%;
    background-repeat: no-repeat; /* Prevents repetition */
}

div.story:hover {
    border: 1px solid #888;
}

div.coming {
    cursor: auto;
}

div.coming:hover {
    border: 1px solid #333;
}

div.story h3 {
    padding: 5px 6px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
}

div.story a {
    color: #ccc;
}

div.coming h3 {
    font-family: "century gothic", Arial, sans-serif;
    color: #666;
    text-shadow: 1px 1px 12px #666, 1px 1px 80px #464646;
    text-decoration: none;
    font-weight: normal;
}

#story1:hover {
    background-size: cover; /* Ensures the image covers the entire container */
    background: url('../images/extras/story1.png') no-repeat 0 50%;
}

#story2 {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story2.png');
    background-position: 0% 0%;
}

#story2:hover {
    background-size: cover; /* Ensures the image covers the entire container */
    background: url('../images/extras/story2.png') no-repeat 0 0;
}

#story3 {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story3.png');
    background-position: 0 0;
}

#story3:hover {
    background-size: cover; /* Ensures the image covers the entire container */
    background: url('../images/extras/story3.png') no-repeat 0 0;
}

#story4 {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story4.jpg');
    background-position: 0 0;
}

#story4:hover {
    background-size: cover; /* Ensures the image covers the entire container */
    background: url('../images/extras/story4.jpg') no-repeat 100% 0;
}

#story5 {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story4.png');
    background-position: 0 0%;
}

#story5:hover {
    background-size: cover; /* Ensures the image covers the entire container */
    background: url('../images/extras/story4.png') no-repeat 100% 0;
}

#story6 {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/extras/story6.png');
    background-position: 0% 20%;
}

/* O FILMU *******************/
#about_left {
    width: 328px;
    height: 460px;
    float: left;
    background: none;
    padding: 40px;
}

#about_left p {
    padding-top: 10px;
    line-height: 18px;
    color: #888;
}

#about_line {
    width: 16px;
    height: 540px;
    background: url('../images/line.png') 50% 50% no-repeat transparent;
    float: left;
}

#about_right {
    width: 460px; /* 536px */
    height: 490px;
    float: left;
    overflow: hidden;
}

#about_right h2 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

table.group {
    width: 400px;
    margin: 20px auto;
    color: #bbb;
}

table.group tr {
    padding: 50px;
}

table.group td {
    padding: 0 15px 0 0;
    vertical-align: top;
    color: #888;
}

table.group td.role {
    text-align: right;
    width: 75px;
}

table.group td.name {
    text-transform: uppercase;
    width: 200px;
}

table.group td.name a {
    opacity: 1;
    color: #ccc;
    padding: 0;
}

table.group td.name a:hover {
    text-decoration: underline;
}

/* SLIDER *************************************************************************************************************/
#credits {
    margin: 50px 0;
    clear: both;
}

#overview {
}

/* FOOTER *************************************************************************************************************/
footer {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    position: absolute;
    bottom: 60px;
    left: 115px;
    color: #666;
    text-shadow: 1px 1px 5px #222, 1px 1px 5px #464646;
    text-align: right;
    padding: 10px 5px;
    font-size: 12px;
    width: 960px;
    margin: 0 auto;
}

footer div#socials {
    float: right;
    height: 20px;
    padding: 0;
    position: relative;
}

footer div#socials a {
    line-height: 20px;
}

footer div#socials img {
    width: 20px;
}

footer span#powered_by {
    color: #666;
}

footer span#powered_by a {
    padding: 0;
}

footer #visits {
    float: left;
    margin: 3px 7px 0 0;
}

footer #visits_number {
    color: #888;
}

footer #visits_number:hover {
    color: #eee;
    transition: color 5s ease-in-out;
}

footer #sharing {
    font-weight: normal;
    float: left;
    font-size: 13px;
    display: inline;
    height: 13px;
    margin: 2px 0 0 0;
}

#lang_switch {
    cursor: pointer;
    padding: 0 0 0 3px;
    margin: 0 0 0 7px;
    color: #888;
}

#lang_switch span:not(.current):hover {
    color: #eee;
    transition: color 0.1s ease-in-out;
}

#lang_switch .current {
    color: #eee;
}

#donate {
    float: left;
    margin: 0 3px 0 0;
}

#donate_button {
    width: 20px;
    opacity: 0.33;
}

#donate_button {
    cursor: pointer;
    background: transparent;
    border: 0 none;
    color: #fff;
    display: inline;
}

#copyright {
    float: left;
    font-size: 13px;
    text-align: center;
    height: 13px;
    margin: 2px 0 0 0;
}

#privacy {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('../images/posters/mesto.jpg');
    background-size: 100% auto;
    background-position: left top;
    width: 880px;
    height: 460px;
    padding: 40px;
}

#privacy_wrapper {
    /*border: 1px solid green;*/
    height: 460px;
    width: 880px;
}

#privacy_content {
    height: 460px;
    /*border: 1px solid blue;*/
    padding: 0 20px 0 0;
    color: #999;
}

#privacy_content h1 {
}

#privacy_content h2 {
    padding: 20px 0 0 20px;
    color: #ccc;
}

#privacy_content h3 {
    padding: 15px 0 5px 25px;
    color: #aaa;
}

#privacy_content ul {
    padding: 0 0 0 45px;
}

#privacy_content li {

}

#privacy_content p {
    padding: 5px 0 5px 25px;
    color: #aaa;
}


p.share {
    padding: 0 0 0 3px;
    display: inline;
}

#ajax_spinner {
    margin: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    background: transparent url('../images/ajax_spinner.gif') no-repeat 50% 50%;
    z-index: 500;
    display: none;
}

.cleaner {
    clear: both;
    margin: 0;
}

.error {
    padding: 25px;
    width: 910px;
    height: 490px;
    background: transparent url('../images/error.png') no-repeat 90% 50%;
}

.error h2 {
    font-size: 20px;
    margin: 25px 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error p {
    color: #888;
}

#flashOutOfDate {
    background: url('../images/thankyou.jpg') 0 0 no-repeat transparent;
    width: 960px;
    height: 540px;
    position: relative;
}

#flashOutOfDate p {
    background: #000;
    font-size: 140%;
    opacity: 0.7;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 920px;
    margin: 0;
}

#nette-debug {
    z-index: 1000;
    position: fixed;
}