body {
	background-image: url("px-images/site-bg.png");
	background-attachment: fixed;
	background-color: #fdfdfd;
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#genelTablo {
	position: relative;
	width: 95%;
}
#menuTablo {
	position: relative;
	background-image: url("px-images/bg-menu.png");
	background-repeat: repeat-x;
	width: 1000px;
	margin: auto;
	height: 95px;
	width: 100%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.logo {
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}
.slogan1 {
	font-family: "Fredoka One", cursive;
	color: white;
	text-decoration: none;
	font-size: 27px;
	line-height: 95px;
	float: right;
	margin-right: 10px;
}
.slogan2 {
	font-family: "Fredoka One", cursive;
	color: white;
	text-decoration: none;
	font-size: 15px;
	line-height: 95px;
	float: left;
	margin-left: 10px;
}
.hero-image {
	position: relative;
	background-image: url("px-images/hero.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 248px;
	background-color: #fdfdfd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 20px;
}
.hero-bg {
	position: relative; /* The image used */
	background: linear-gradient(
	to bottom,
	rgb(128, 128, 128),
	rgba(50, 10, 5, 0.44) 48%
	); /* Set a specific height */
	height: 248px; /* Position and center the image to scale nicely on all screens */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.okeybuton {
	position: relative;
	display: inline-block;
	background-image: url("px-images/okeybuton.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 65px;
	margin-bottom: 10px;
	border: 1px solid white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.batakbuton {
	background-image: url("px-images/batakbuton.png");
}
.tavlabuton {
	background-image: url("px-images/tavlabuton.png");
}

.okeybuton2 {
	position: relative;
	display: inline-block;
	background-image: url("px-images/okeybuton.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 65px;
	border: 1px solid white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.sohbetbuton {
	position: relative;
	display: inline-block;
	background-image: url("px-images/sohbetbuton.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 65px;
	margin-top: 170px;
	border: 1px solid white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.secimbuton {
	position: relative;
	display: inline-block;
	background-image: url("px-images/sunucubuton.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 65px;
	border: 1px solid white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 170px;
	text-align: left;
}
.site {
	font-size: 15px;
	line-height: 65px;
	margin-left: 75px;
	color: white;
}
.kutu {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fdfdfd;
	background-image: url("px-images/cizgi.png");
	background-repeat: repeat-x;
	background-position: top left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fafafa;
	min-height: 100px;
	text-align: left;
	padding: 20px;
	vertical-align: top;
}
.kutuFooter {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000033;
	color: #fdfdfd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.footerSol {
	float: left;
}
.footerSag {
	float: right;
}
a {
	text-decoration: none;
	outline: none;
}
@media only screen and (max-width: 1170px) {
	.slogan1 {
		position: absolute;
		visibility: hidden;
	}
	.hero-image, .hero-bg {
		background-size: cover;
		height: 330px; /* Position and center the image to scale nicely on all screens */
	}
	.okeybuton {
		display: block;
		top: 10px;
	}
	.secimbuton {
		margin-top: 12px;
	}
	.sohbetbuton {
		display: block;
		margin: 0px;
		top: 10px;
		bottom: 10px;
	}
	.footerSol {
		float: none;
	}
	.footerSag {
		float: none;
	}
}
