
*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	cursor: default;
}

body audio{
	display: none;
}

body main #overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	height: 720px;
	background-image: url(/res/img/bg.png);
	z-index: 10;
	transition: .2s ease-out;
	opacity: 1;
}

body main video{
	position: absolute;
	z-index: 11;
}

main{
	display: block;
	width: 1280px;
	height: 720px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #000;
}

main section{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 1000px;
	background-image: url(/res/img/bg.jpg);
	background-position: center;
	background-size: cover;
}

main aside{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 280px;
	background-image: url(/res/img/list_bg.jpg);
    background-position: -500px;
    background-size: cover;
    background-repeat: no-repeat;
    border-left: 10px solid #000;
}

div#answers{
    position: absolute;
    height: 130px;
    width: 954px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

div#question{
    position: absolute;
    height: 112px;
    width: 852px;
    top: 310px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background-image: url(/res/img/question.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 2s ease-out;

}

div#answers div{
	position: absolute;
    width: 430px;
    height: 57px;
    transform: translateX(50px);
    transition: .2s ease-out;
    display: none;
    background-image: url(/res/img/question.png);
    background-size: contain;
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
}

div#answers div#answer_1, div#answers div#answer_3{
	transform: translateX(50px);
}
div#answers div#answer_2, div#answers div#answer_4{
	transform: translateX(-50px);
}


	div#answers div#answer_1{
		top:  0px;
		left: 0px;
	}

	div#answers div#answer_2{
		top:  0px;
		right: 0px;
	}

	div#answers div#answer_3{
		bottom:  0px;
		left: 0px;
	}

	div#answers div#answer_4{
		bottom:  0px;
		right: 0px;
	}

div#question span.after,
div#question span.before ,
div#answers div span.after,
div#answers div span.before{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 0, 0, 0);
	border-right-color: #005ede;
	border-width: 90px;
	margin-top: -90px;
}

div#answers div span.after,
div#answers div span.before{
	border-width: 50px;
	margin-top: -50px;
	transition: .2s ease-out;
}

div#question span.before,
div#answers div span.before {
	left: 100% !important;
	border-left-color: #005ede;
	border-right-color: transparent;
	transition: .2s ease-out;
}

ul{
    list-style: none;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

ul li{
    width: calc(100% - 40px);
    margin: 10px;
    padding: 10px;
    transition: .2s ease-out;
    color: #ff9b00;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px 0px 10px;
}

ul li span {
	width: 30px;
    display: inline-block;
    text-align: right;
    margin-left: -10px;
    padding-right: 31px;
    background-image: url(/res/img/diamond_small_orange.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 11px;
}

#jokers div{
    background-size: contain;
    width: 53px;;
    height: 45px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 15px 0px 10px 10px;
}

#joker_5050{
	background-image: url(/res/img/joker_5050.png);
}

#joker_phone{
	background-image: url(/res/img/joker_phone.png);
}

#joker_audience{
	background-image: url(/res/img/joker_audience.png);
}

#joker_solo{
	background-image: url(/res/img/joker_solo.png);
}


ul li.number_4{
	border: 2px solid;
	width: calc(100% - 44px);
}

ul li.number_4.active{
	border: 2px solid #000;
}

ul li.active span{
	background-image: url(/res/img/diamond_small_black.png);
}

ul li.active{
	background-color: #ff9b00;
	color: #000;
}

#head_logo{
	position: absolute;
	width: 250px;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
}

#phone{
	display: none;
    height: 470px;
    width: 490px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 19;
    text-align: center;
}

#phone div{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 110px;
    margin: 20px;
    border: 8px solid #FFF;
    box-shadow: 0px 0px 100px 20px rgba(0,0,0,0.3);
    position: absolute;
    transition: 2s ease-out;
}

#phone div:nth-of-type(1){
	top: 0px;
	left: 0px;
}

#phone div:nth-of-type(2){
	top: 0px;
	left: calc(100% - 200px);
}

#phone div:nth-of-type(3){
	top: calc(100% - 200px);
	left: 0px;
}

#phone div:nth-of-type(4){
	top: calc(100% - 200px);
	left: calc(100% - 200px);
}

span.text,
#answers p{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	font-weight: bold;
	width: 300px;
    text-align: center;
}

#answers p {
    text-align: left;
    width: 330px;
}