@import url('https://fonts.googleapis.com/css?family=Tomorrow&display=swap');
@charset "utf-8";

/* Scrool Bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #CCC;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #333;
}
/* Scrool Bar */
html {
	overflow-x: hidden;	
}
body {
	margin: 0px;
	background-color: #E8E8E8;
	font-family: 'Tomorrow', sans-serif;
	font-size: 15px;
}
.clearfix {
	clear: both;
}
#ustkutucuk {
	background-image: url(../img/kare_ust.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	height: 150px;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 322px;
}
#altkutucuk {
	background-image: url(../img/kare_alt.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	height: 150px;
	position: fixed;
	bottom: 40px;
	left: 0px;
	width: 322px;
}
#serit {
	background-color: #f7f7f7;
	padding: 20px;
}
#maysa {
	height: 80px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
#content {
	height: 250px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}
#posiness {
	float: left;
	height: 250px;
	width: 313px;
}
#posiness a {
	text-indent: -9999px;
	display: block;
	height: 250px;
	width: 313px;
	background-image: url(../img/posiness.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s;
}
#posiness a:hover {
	background-image: url(../img/posiness_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #00559D;
	border-radius: 5px;
}
#ordiness {
	float: left;
	height: 250px;
	width: 313px;
}
#ordiness a {
	text-indent: -9999px;
	display: block;
	height: 250px;
	width: 313px;
	background-image: url(../img/ordiness.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s;
}
#ordiness a:hover {
	background-image: url(../img/ordiness_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #E60A1E;
	border-radius: 5px;
}
#qiox {
	float: right;
	height: 250px;
	width: 313px;
}
#qiox a {
	text-indent: -9999px;
	display: block;
	height: 250px;
	width: 313px;
	background-image: url(../img/qiox.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s;
}
#qiox a:hover {
	background-image: url(../img/qiox_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #54bd25;
	border-radius: 5px;
}
#aciklama {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	line-height: 40px;
	text-align: center;
}
.whatsapp-add {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 88888;
	transition: all 0.3s;
}
.call-add {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 88888;
	transition: all 0.3s;
}
.whatsapp-add:hover {
	filter: brightness(1.3);
}
.call-add:hover {
	filter: brightness(1.3);
}
#footer {
	background-color: #333333;
	color: #f7f7f7;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
