/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height:  100%;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
}

@color: #fdefd3;

#page {
	#first {
		background: url(../images/bg.jpg);
	
		.container {
			width: 1200px;
			margin: 0 auto;
			height: 1450px;
			position: relative;
			
			div {
				position: absolute;
				z-index: 100;
			}
		}
	}
	
	#active {
		background: @color;
		
		.container {
			width: 1200px;
			margin: 0 auto;
			height: 600px;
			position: relative;
			
			div {
				position: absolute;
			}
			
			#text {
				display: none;
			}
			
			#control1 {
				display: none;
			}
			
			#control2 {
				display: none;
			}
			
			#true {
				width: 324px;
				height: 62px;
				background-image: url(../images/button.png);
				cursor: pointer;
				
				&:hover {
					background-image: url(../images/button_hover.png);
				}
			}
			
			#false {
				margin-top: 90px;
				width: 324px;
				height: 62px;
				background-image: url(../images/button2.png);
				cursor: pointer;
				
				&:hover {
					background-image: url(../images/button2_hover.png);
				}
			}
			
			#next {
				margin-top: 30px;
				position: relative;
				width: 310px;
				height: 62px;
				background-image: url(../images/next.png);
				cursor: pointer;
				
				&:hover {
					background-image: url(../images/next_hover.png);
				}
			}
		}
	}
	
	#result {
		background: #ffca24;
		display: none;
		
		.container {
			width: 1200px;
			margin: 0 auto;
			height: 600px;
			position: relative;
			
			div {
				position: absolute;
			}
			
			#vk {
				width: 145px;
				height: 35px;
				background-image: url(../images/vk.png);
				cursor: pointer;
				left: 350px;
				top: 300px;
				
				&:hover {
					background-image: url(../images/vk_hover.png);
				}
			}
			
			#fb {
				width: 145px;
				height: 35px;
				background-image: url(../images/fb.png);
				cursor: pointer;
				left: 500px;
				top: 300px;
				
				&:hover {
					background-image: url(../images/fb_hover.png);
				}
			}
			
			#tw {
				width: 145px;
				height: 35px;
				background-image: url(../images/twitter.png);
				cursor: pointer;
				left: 650px;
				top: 300px;
				
				&:hover {
					background-image: url(../images/twitter_hover.png);
				}
			}
			
			#again {
				left: 1000px;
				top: 50px;
				width: 227px;
				height: 185px;
				background-image: url(../images/again.png);
				cursor: pointer;
				
				&:hover {
					background-image: url(../images/again_hover.png);
				}
			}
		}
	}
}