@font-face {
	font-family:Bahnschrift;
	src: url('bahnschrift.ttf');
}
html {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

body {
	--color-text: #262626;
    --color-bg: #e8e8e8;
    --color-link: #ec1752;
    --color-link-hover: #eb1851;
    --color-info: #272526;
    --grid-item-bg: #f1f1f1;
    --color-close: #ec1752;
	font-family:Bahnschrift;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	width:100%;
}

.sorular{
	float:center;
	display:inline-block;
	text-align:center;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top:50px;
	padding-top:5px;
	max-width:1200px;
}

.kutu{
	float:center;
	display:inline-block;
	width:100%;
	max-width:180px;
	background:#fff;
	margin:10px;
	padding:5px;
	border-radius:10px;
	outline:0;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(143,143,143,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(143,143,143,0.75);
	box-shadow: 0px 0px 5px 1px rgba(143,143,143,0.75);

	 transform-origin: center center;
	 -moz-transform-origin: center center;
	 -webkit-transform-origin: center center;
	  animation: 1s ease 0s normal none infinite sallan;
	 -moz-animation: 1s ease 0s normal none infinite sallan;
	 -webkit-animation: 1s ease 0s normal none infinite sallan;
}

.kutu img{
	width:100%;
	max-width:160px;
	background:#fff;
	margin:10px;
	float:center;
	display:inline-block;
	outline:0;
	border:0;
}

.kutu h3{
	width:24px;
	float:center;
	display:inline-block;
	background:#d17700;
	color:#fff;
	padding:8px;
	font-size:22px;
	border-radius:80px;
	position:absolute;
}

@Keyframes sallan {
 0% {
 transform: rotate(1deg);
 }
 50% {
 transform: rotate(-1deg);
 }
 100%{
 transform: rotate(1deg);
 }
 }
@-moz-keyframes sallan {
 0% {
 -moz-transform: rotate(1deg);
 }
 50% {
 -moz-transform: rotate(-1deg);
 }
 100%{
 -moz-transform: rotate(1deg);
 }}
@-webkit-keyframes sallan {
 0% {
 -webkit-transform: rotate(1deg);
 }
 50% {
 -webkit-transform: rotate(-1deg);
 }
 100%{
 -webkit-transform: rotate(1deg);
 }}
 
 .w100{
	width:100%;
	height:5px;
	float:center;
	display:inline-block;
 }
 
.popup{
	width:auto;
	max-height:90%;
	overflow:auto;
	max-width:500px;
	background:#fff;
	z-index: 3;
    position: fixed;
	left: 50%;
	top: -53%;
	transform: translate(-50%, -53%);
	float:left;
	text-align:center;
	border:1px solid #e3e3e3;
	display:none;
}

.popup .close{
	width:auto;
	color:#000;
	font-size:25px;
	font-weight:bold;
	margin:5px;
	outline:0;
	cursor:pointer;
	z-index: 3;
    position: fixed;
	top:0;
	right:5px;
}

.points{
	float:center;
	display:none;
	width:95%;
	height:auto;
	max-width:470px;
	background:#fff;
	border:1px solid #e3e3e3;
	position:fixed;
	z-index:99;
	margin-top:50px;
	left: 50%;
	transform: translateX(-50%);
}

.points .close2{
	float:right;
	width:auto;
	color:#000;
	margin:5px;
	margin-top:-34px;
	outline:0;
	cursor:pointer;
	font-size:25px;
	font-weight:bold;
}

.points div{
	float:left;
	width:98%;
	height:auto;
	max-height:85vh;
	margin:2px;
	overflow:auto;
}

.points div table{
	float:left;
	margin:10px 0px 10px 0px;
	width:100%;
	padding:5px;
}
.points div table tr td{
	padding:5px;
}

.points .close2:hover{
	animation: tamdonme 0.6s linear;
}

.popup .close:hover{
	animation: tamdonme 0.6s linear;
}

@keyframes tamdonme{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.popup .soru{
	width:100%;
	float:center;
	display:inline-block;
	font-size:110%;
	font-weight:bold;
	color:#000;
}

.popup .soru img{
	width:300px;
	max-width:75%;
	float:center;
	display:inline-block;
	border:0;
}

.popup .cevap{
	width:100%;
	float:center;
	display:inline-block;
	font-size:100%;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
}

.yanitsonuc i{
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	font-size:35px;
	font-weight:bold;
	display:none;
}

.popup .cevap button{
	width:auto;
	max-width:300px;
	float:center;
	display:inline-block;
	position:relative;
	left:0;
	bottom:5px;
	font-family:Bahnschrift;
	font-size:100%;
	font-weight:bold;
	outline:0;
	cursor:pointer;
	border:0;
	background:orange;
	color:#fff;
	padding:8px;
	margin:300px 5px 5px 5px;
	border-radius:3px;
}
.popup .cevap button:hover{
	animation: btntitreme 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	color:#000;
}
@keyframes btntitreme {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.popup .gerisay{
	width:auto;
	height:4px;
	float:left;
	background:#d66400;
	outline:0;
	margin:3px;
}

.popup .sure{
	width:95%;
	height:auto;
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#404040;
	outline:0;
	margin:3px;
	text-align:left;
}

.perde{
	width:100%;
	height:100%;
	position:fixed;
	background:#f0f0f0;
	z-index:98;
	display:none;
	filter:blur(6px);
}

#header{
	position:fixed;
	z-index:1;
	margin:0px;
	padding:0;
	top:0;
	width:100%;
	height:45px;
	background:#e3e3e3;
}

#gametime{
	position:fixed;
	z-index:1;
	margin:10px;
	top:0;
	right:0;
	font-size:20px;
}

#logo{
	position:fixed;
	z-index:1;
	margin:10px;
	left:0;
	top:0;
	font-size:20px;
}

#logo img{
	width:110px;
	border:0;
}

#sound{
	position:fixed;
	z-index:1;
	margin:10px;
	right:140px;
	top:0;
	font-size:20px;
	color:#474747;
	cursor: pointer;
	outline:0;
}

#screen{
	position:fixed;
	z-index:1;
	margin:10px;
	right:185px;
	top:0;
	font-size:22px;
	color:#474747;
	cursor: pointer;
	outline:0;
}

#restart{
	position:fixed;
	z-index:1;
	margin:10px;
	right:100px;
	top:0;
	font-size:22px;
	color:#474747;
	cursor: pointer;
	outline:0;
}

#siralama{
	position:fixed;
	z-index:1;
	margin:10px;
	right:60px;
	top:0;
	font-size:22px;
	color:#474747;
	cursor: pointer;
	outline:0;
}

#skor{
	position:fixed;
	z-index:1;
	margin:10px;
	right:220px;
	top:0;
	font-size:22px;
	color:green;
	outline:0;
}

#finished{
	float:center;
	display:none;
	text-align:center;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top:80px;
	padding-top:5px;
	padding-bottom:10px;
	max-width:800px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(143,143,143,0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(143,143,143,0.75);
	box-shadow: 0px 0px 2px 1px rgba(143,143,143,0.75);
}

#finished div{
	float:center;
	display:inline-block;
	text-align:center;
	width:100%;
	height:auto;
	padding:10px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	color:#545454;
}

#finished div input,select{
	width:100%;
	max-width:300px;
	border:0;
	border:1px solid #c9c9c9;
	padding:8px;
	border-radius:3px;
	font-family:Bahnschrift;
	font-size:100%;
	font-weight:bold;
	color:#000;
	text-align:center;
	box-shadow:1px 1px #bababa;
	outline:0;
}

.sorular .gecisalani{
	width:100%;
	height:auto;
	float:center;
	display:none;
	background:#fff;
}

.sorular .gecisalani img{
	width:95%;
	height:auto;
	float:center;
	display:inline-block;
	max-width:350px;
	max-height:280px;
}

.sorular .gecisalani .dizilim{
	float:left;
	width:100%;
	background:#fff;
	margin:10px 0px 10px 0px;
}

.sortable, .handles {
	margin: auto;
	padding: 0;
	width: 100vh;
}
.sortable.grid {
	overflow: hidden;
	float:left;
	width:100%;
}
.sortable li, .handles li {
	list-style: none;
	border: 1px solid #CCC;
	background: #b63dff;
	font-size:42px;
	color: #fff;
	margin: 5px;
	padding: 10px 8px 8px 8px;
	height: 22px;
	border-radius:3px;
}
.handles span {
	cursor: move;
}
li.disabled {
	opacity: 0.5;
}
.sortable.grid li {
	line-height: 40px;
	float: center;
	display:inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}
li.highlight {
	background: #FEE25F;
}

.sortable .ui-sortable-helper {
    border: 2px dotted #212121;
}



@media screen and (max-width: 700px) {
	.popup,.points{width:85%; max-width:auto;}
	.popup .soru img{width:80%; max-width:330px;}
	.kutu{max-width:140px;}
	.kutu img{max-width:120px;}
	#finished{width:90%;}
}