.buttonX{
	background: linear-gradient(#459109, #53b90a);
	border-radius:3px;
	border:1px solid #53b90a;
	padding: 10px;
	cursor:pointer;
	color:white;
	margin-top:10px;
}
.buttonX:hover{
	background: linear-gradient(#53b90a, #459109);
	border:1px solid #459109;
	padding: 10px;
	color:white;
	cursor:pointer;
	margin-top:10px;
}
.imgg{
	border-radius:5px;
	border: 2px solid #56AED4; 
}
@media only screen and (min-width: 800px) {
.pc{
max-width:30%;
}
#pageintro{
margin-top:-35px;
}
#bg{
background-image:url('../../images/demo/backgrounds/bgWhite.jpg');
}
#basligimiz{
/*text-shadow: 3px 2px 1px #000;*/
font-size: 20pt;
font-family:bank;
}
}
@media only screen and (max-width: 799px) {
.pc{
max-width:100%;
}
#pageintro{
margin-top:-120px;
}
#bg{
background-image:url('../../images/demo/backgrounds/bgWhite.jpg');
}
#tbll{
margin-top:200px;
}
#basligimiz{
/*text-shadow: 3px 2px 1px #000;*/
font-size: 16pt;
font-family:bank;
}
}

.kalp{
background-image:url('images/3.png');
background-size: cover; 
height:50px;
margin-top:10px;
}
.time{
font-weight: bold;
font-family: Times;
color: #fff;
font-size: 25pt; 
}
.timeName{
font-weight: bold;font-family: Times;color: #fff;font-size: 10pt;
}