body{
	margin:0px;
	font-family:verdana;
	font-weight:bold;
	background-color:#CDCDFF;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr{
	width:90%;
	padding:0px;
}
#oyun{
	position:relative;
	box-sizing: border-box;
	margin:auto;
	background-color:#c0c0ff;
	overflow:hidden;
}
#oyun-alan{
	position:relative;
	width:70%;
	height:90%;
	border:0px solid #F00;
	float:left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#oyun-ekran{
	position:relative;
	width:100%;
	height:100%;
	border-top:2px solid  #9999cc;
	border-left:2px solid  #9999cc;	
	border-right:2px solid #e6e6ff;
	border-bottom:2px solid #e6e6ff;
	overflow:hidden;
	border-radius: 2%;
	z-index:3;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#dis{
	display: flex; 
	justify-content: center;
	height: 100vh;
}
.top{
	position:absolute;
	box-sizing: border-box;
	z-index:4;
}
#top-yon{
	position:absolute;
	background-image:url("../img/booble-free.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#top-hak1{
	position:absolute;
	background-image:url("../img/bubble-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#top-hak2{
	position:absolute;
	background-image:url("../img/bubble-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#top-hak3{
	position:absolute;
	background-image:url("../img/bubble-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#top-hak4{
	position:absolute;
	background-image:url("../img/bubble-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#top-hak5{
	position:absolute;
	background-image:url("../img/bubble-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#ok{
	position:absolute;
	background-image:url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:3%;
	height:20%;
	transform-origin: bottom center;
	z-index:3;
	pointer-events:none;
}
#butonlar{
	position:relative;
	border:0px solid #000;
	width:24%;
	float:right;
	overflow:hidden;
	text-align:center;
}
.button{
	cursor:pointer;
	display:inline-block;
}
#button-restart{
	position:absolute;
	background-image:url("../img/button-restart.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:35%;
	top:5%;
	left:5%;
	cursor:pointer;
	margin:2%;
	display:inline-block;
}
#button-help{
	position:absolute;
	background-image:url("../img/button-help.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:25%;
	top:5%;
	right:4%;
	cursor:pointer;
	margin:2%;
	display:inline-block;
}
#button-setup{
	position:absolute;
	background-image:url("../img/button-setup.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:30%;
	top:28%;
	left:40%;
	cursor:pointer;
	margin:2%;
	display:inline-block;
}
#button-top{
	position:absolute;
	background-image:url("../img/button-top.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:33%;
	top:55%;
	left:7%;
	cursor:pointer;
	margin:2%;
	display:inline-block;
}
#button-more{
	position:absolute;
	background-image:url("../img/button-more.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:35%;
	top:55%;
	right:3%;
	cursor:pointer;
	margin:2%;
	display:inline-block;
}
#puan-div{
	float:right;
	position:relative;
	width:22%;
	margin:3% 1%;
	border:0px solid #000;
	overflow:hidden;
}
.puan{
	float:right;
	text-align:center;
    background-image:url("../img/bubble-blue.png");
    background-size: auto 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size:24px;
	font-family: Arial;
	font-weight:bold;
	height:25px;
	width:24px;
	line-height:25px;
	margin:0 1px;
}
.bos{
    background-image:url("");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.kirmizi{
	background-image:url("../img/bubble-red.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 93% 93%;
}
.mavi{
    background-image:url("../img/bubble-blue.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 93% 93%;
}
.yesil{
    background-image:url("../img/bubble-green.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 93% 93%;
}
.mor{
    background-image:url("../img/bubble-purple.png");
    background-repeat: no-repeat;
	background-position: center;	
    background-size: 93% 93%;
}
.sari{
    background-image:url("../img/bubble-yellow.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 93% 93%;
}
.amavi{
    background-image:url("../img/bubble-light-blue.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 93% 93%;
}
#logo{
	float:right;
	margin-top:3%;
	margin-right:1%;
	overflow: hidden;
    background-image:url("../img/balon-patlatma.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	width:23%;
	height:188px;
}
#logo1{
	position:absolute;
	bottom:4%;
	right:8%;
}
#mesaj{
	display:none;
	position:absolute;
	background-color:#c0c0ff;
	border-top:3px solid  #e6e6ff;
	border-left:3px solid  #e6e6ff;	
	border-right:3px solid #9999cc;
	border-bottom:3px solid #9999cc;
	box-shadow:10px 10px 3px 0 rgba(0, 0, 0, 0.6);
	overflow:hidden;
	text-align:center;
	z-index:3;
}
#mesaj-text{
	font-family: Arial;
	font-weight:bold;
	font-style: italic;
	color:#666;
	text-align:center;
}
.mesaj-alan{
	width:90%;
	margin:4% auto;
	overflow:hidden;
}
#mesaj-textbox{
	text-align:center;
	width:90%;
	padding:0px;
	margin:2% auto;
}
#mesaj-button{
	width:80%;
	padding:0px;
	margin:2% auto;
}

/* 800 x 600 */
@media (aspect-ratio: 8/6 ){
	#oyun{
		border:1px solid #888;
		box-shadow:unset;
		border-radius:unset;
	}
}
/* Landscape */
@media (min-aspect-ratio: 1/1){
	#oyun{
		width:800px;
		height:600px;
		box-shadow: 0.5vh 0.5vh 0.5vh 0.5vh rgba(0,0,0,0.15);
		border-radius:1vh;
	}
	#oyun-alan{
		margin:1.5%;
	}
	#butonlar{
		margin-top:0;
	}
	#logo1{
		background-image:url("../img/rekor-oyun.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width:30%;
		height:32px;
	}
	#mesaj{
		width:50%;
		height:40%;
		top:20%;
		left:25%;
		border-radius: 10px;
	}
	#mesaj-text{
		margin:4% auto;
		width:90%;
		height:11%;
		font-size:25.5vw;
		border-top:0.3vh solid  #9999cc;
		border-left:0.3vh solid  #9999cc;	
		border-right:0.3vh solid #e6e6ff;
		border-bottom:0.3vh solid #e6e6ff;
	}
}

/* Portrait */
@media (max-aspect-ratio: 1/1){
	
	#oyun{
		width:96%;
		height:125vw;
		box-shadow: 1vw 1vw 1vw 1vw rgba(0,0,0,0.15);
		border-radius:1.5vw;
	}
	#oyun-alan{
		margin:3%;
	}
	#butonlar{
		margin-top:2vh;
	}
	#logo{
		display:none;
	}
	#logo1{
		left:50%;
		transform: translate(-50%,-50%);
		/* background-image:url("../img/balon-patlatma-mobile.png"); */
		background-image:url("../img/rekor-oyun.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width:30%;
		height:32px;
	}
	#mesaj{
		width:80%;
		height:auto !important;
		top:20%;
		left:10%;
		border-radius: 2vw;
		padding-bottom: 1vw;
	}
	#mesaj-button1{
		width: 11vw !important;
		height: 11vw !important;
		line-height: 11vw !important;
		font-size: 3.2vw !important;
	}
	#mesaj-button2{
		width: 11vw !important;
		height: 11vw !important;
		line-height: 11vw !important;
		font-size: 2.2vw !important;
	}
	#mesaj-text{
		margin:4% auto;
		width:90%;
		height: 7vw !important;
		line-height: 7vw !important;
		font-size: 4.5vw !important;
		border-top:0.3vw solid  #9999cc;
		border-left:0.3vw solid  #9999cc;	
		border-right:0.3vw solid #e6e6ff;
		border-bottom:0.3vw solid #e6e6ff;
	}
	#mesaj-textbox{
		height: 6vw !important;
		font-size: 5vw !important;
		margin:5% auto !important;	
	}
	#puan_text1{
		font-size: 3.5vw !important;
		line-height: 5vw !important;	
	}
}