body {
    background: #404040;
    font-size: 14px;
}

body, html, .page-holder {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}
a:link {
    color: #e5e5e5;
	text-decoration:none;
}

a:hover {
    color: #FFF;
	}

a:visited {
    color:#666
}

.video-adjustment.idle {
    margin-top: 28px;
    margin-left: -35px;
	
}
.video-adjustment.shuffle-1 {
    margin-top: -4px;
}
.video-adjustment.shuffle-2 {
    margin-top: -20px;
    margin-left: -20px;
}
#content_block {
	background-color: #030000;
	/*background: url('../images/bcg.jpg') no-repeat center center fixed;*/
	background-size: cover;
	position: absolute;
	margin: auto;
	box-shadow: 0px 0px 4px #222;
	top: 0;
	bottom: 0;
	left: 2px;
	right: 0;
	/*max-width: 1280px;*/
    /*max-height: 720px;*/
	overflow: hidden;
}
.page, #finale {
    background-image: url('../images/grid.png');
}
button {
    outline: none;
    cursor: pointer;
}
.control {
    position: absolute;
    font-family: Georgia;
    color: #5e5e5e;
    font-style: italic;
    font-size: 1.1em;
}

.control:hover {
    color: #959595;
}

.corner-button {
    width: 0;
    height: 0;
    background: none;
    background-color: #232323;
    border: 80px solid transparent;
    -webkit-transform: rotate(45deg);
    z-index: 10;
}

.corner-button:after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    display: block;
}

#info_button:after {
    content: "Info";
    top: -12px;
    left: 45px;
}

#sound_toggle:after {
    content: "Sound OFF";
    bottom: -8px;
    right: 38px;
}
#sound_toggle.on:after{
    content: 'Sound ON';
}

#info_button {
    top: -85px;
    left: -88px;
    border-right-color: #232323;
}
#info_button:hover {
    border-right-color: #202020;
}

#sound_toggle {
    bottom: -85px;
    right: -88px;
    border-left-color: #232323;
}
#sound_toggle:hover {
    border-left-color: #202020;
}


/* Pages */
.page {
    display: none;
    color: #e5e5e5;
    position: absolute;
    font-size: 3em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
		z-index:1;
	
}
.page-title {
    margin-bottom: 20px;
}

/*
    Question Page
*/

#question_page {
    padding-top: 50px;
    background-color: rgba(3, 0, 0, .5);

}
.page-content {
    max-width: 580px;
    margin: 0 auto;
	
}

.page-content-info {
    max-width: 580px;
    margin: 0 auto;
	
}

.good-and-bad {
    font-size: .4em;
    font-weight: 600;
    font-style: italic;
}

.good-and-bad-ampersand {
    height: 30px;
    width: 30px;
    background-color: #EFEFEF;
    /*border: 1px solid #222;*/
    color: #222;
}
.good-and-bad-ampersand .untilt-45 {
    margin-left: -4px;
    margin-top: 4px;
}
.question-block, .about {
    font-size: 0.48em;
    border: 1px solid white;
    border-color: white transparent white transparent;
    font-style: italic;
    padding: 8px 0;
    margin-top: 40px;

}
.question-block div, .about div {
    padding: 8px 0;
}

.about {
    font-size: 0.4em;
    text-transform: none;
    font-style: normal;
}

#question_input {
    font-family: inherit;
    width: 350px;
    padding: 6px 10px;
    font-size: .9em;
}
.start-container {
    width: 110px;
    height: 110px;
    border: 1px solid white;
    background: rgba(22, 22, 22, .9);
    cursor: pointer;
    margin-top: 50px;
}
.start-container:hover {
    background: rgba(0, 0, 0,1);
}
.start-button {
    background: none;
    border: none;
    font: inherit;
    font-size: .4em;
    width: 130px;
    color: white;
    margin: 32px 0 0 -7px;
    display: block;
}

/*
    Bad symbols page
*/
.choice-heading {
    margin-top: 60px;
    font-size: .55em;
    display: block;
    font-weight: 100;
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-bottom-color: white;
}
.choice-holder {
    margin: 124px auto;
    max-width: 400px;
}

.choice {
    width: 160px;
    height: 160px;
    background: rgba(22, 22, 22, .8);
    border: 1px solid;
    margin: 12px;
    float: left;
    transition: background .2s;
}

.choice .image {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.choice:hover {
    transition: background .2s;
    background: rgba(22, 22, 22, .95)
}

.loader-holder{
    display:none;
}
.loader {
    background: url('../images/loader.gif');
    width:151px;
    height: 151px;
    margin: 265px auto;
}

.exit {
    cursor: pointer;
    position: absolute;
    right:0;
    top: 52px;
    width: 50px;
    background: #232323;
    text-transform: lowercase;
    font-family: sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: left;
    padding-left: 20px;
    height: 50px;
    line-height: 46px;
}

#play_again {
    background: url('../images/replay.png') no-repeat no-repeat;
    width: 124px;
    height: 168px;
    font-size: .3em;
    font-weight: 600;
    padding-top: 100px;
    cursor: pointer;
    margin: 200px auto 0;
    display: none;
}
#play_again:hover{
    background: url('../images/replay-hover.png') no-repeat no-repeat ;
}
#finale {
    background-color: rgba(22, 22, 22, .30);
}

#info {
    background: black;
}
/*Images*/
.radioactive { background: url('../images/radio.png') no-repeat no-repeat center;}
.skull { background: url('../images/scull.png') no-repeat no-repeat center;}
.swastika { background: url('../images/swaja.png') no-repeat no-repeat center;}
.biohazard { background: url('../images/biohazard.png') no-repeat no-repeat center;}

.male { background: url('../images/male.png') no-repeat no-repeat center;}
.female { background: url('../images/female.png') no-repeat no-repeat center;}
.star { background: url('../images/star.png') no-repeat no-repeat center;}
.clover { background: url('../images/clove.png') no-repeat no-repeat center;}

.heart { background: url('../images/herc.png') no-repeat no-repeat center;}
.smile { background: url('../images/smiley.png') no-repeat no-repeat center;}
.yinyang { background: url('../images/yinyang.png') no-repeat no-repeat center;}
.peace { background: url('../images/peace.png') no-repeat no-repeat center;}



/*Tools*/
.untilt-45, .choice-holder.tilt-45 .image {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
}

.tilt-45 {
    display: inline-block;
    -webkit-transform: rotate(45deg);
}

#quit {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 51px);
    font-size: 0.6em;
    cursor: pointer;
    font-style: italic;
}

.about h2 {
    font-style:italic;
    font-size: 1.8em;
    text-transform: uppercase;
}

.about p {
    margin-bottom: 28px;
}
.georgia {
    font-family: 'Georgia';
}
.italic {
    font-style: italic;
}
