@charset "iso-8859-9";
#sayfa {
	height: auto;
	width: 100%;
	float:left;
	font-family: 'Exo 2', sans-serif;
}
::selection {
	background-color: #000000;
	color: #FFFFFF;
}
#header {
	width: 900px;
	height: 121px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-image: url(../images/header-background.png);
}
#logo{
	margin:15px;
	float:left;	
}
#menuler{
	width:460px;
	float:right;
	margin-right:30px;	
}
#menuler ul li a{
	height:91px;
	padding-right:10px;
	padding-left:10px;
	float: left;
	display: block;
	line-height:90px;
	transition: 
	 background-image 0.5s ease-in-out,
	 padding-top 0.5s ease-in,
	 color 0.5s;
}
#menuler ul li:hover a{
	background-image:url(../images/background.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding-top: 25px;
}
#slider{
	position: relative;
	z-index: -1;
	top: -180px;
}
#islerimiz{
	width: 100%;
	height: 120px;
	margin-top: -181px;
	background-color: #D71919;
}
#islerimiz-ort{
	background-color: #D71919;
	width:1020px;
	height:120px;
	margin-right:auto;
	margin-left:auto;	
}
#islerimiz-ort ul li {
	float:left;
	height:120px;
	width:320px;
	padding-right:10px;
	padding-left:10px;
}
#islerimiz-ort ul li:hover {
	background-color:#4A0A0A;
}
#islerimiz-ort ul li p{
	float: right;
	width: 200px;
	margin-top: 25px;
	line-height: 22px;
}
.is1{
	background-image: url(../images/is1.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	transition:
	color 0.5s,
	background-color 0.5s;
}
.is1:hover{
	color:#FFFFFF;
}
.is2{
	background-image: url(../images/is2.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	transition:
	color 0.5s,
	background-color 0.5s;
}
.is2:hover{
	color:#FFFFFF;
}
.is3{
	background-image: url(../images/is3.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	transition: color 0.5s,
	background-color 0.5s;
}
.is3:hover{
	color:#FFFFFF;
}
#cambalkon{
	width:900px;	
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
	padding-bottom:30px;
}
#cambalkon h1{
	text-align:center;
	margin-bottom:30px;
}
#cambalkon p{
	line-height:30px;
}
#cambalkon a{
	color: #ED1519;
	font-weight: bold;
	transition:0.5s;
}
#cambalkon a:hover{
	background-color: #ED1519;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
}
#neden{
	width: 720px;
	height:auto;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#neden-biz{
	width: 300px;
	height: 130px;
	background-image: url(../images/soru.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 5% 10%;
	border: thin solid #D4D4D4;
	border-radius: 15px;
	padding:15px;
	transition:0.5s;
	float:left;
	margin-left:6px;
}
#neden-biz:hover{
	background-color:#D4D4D4;
	border: thin solid #D4D4D4;
-webkit-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 -moz-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
}
#neden p{
	float:right;
	font-size:13px;
	line-height:20px;
	margin-left:50px;
}
#neden h1{
	font-size:20px;
	margin-bottom:15px;
	float:left;
	margin-left:50px;
}
#neden-cambalkon{
	width: 300px;
	height: 130px;
	background-image: url(../images/neden-cambalkon.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 5% 10%;
	border: thin solid #D4D4D4;
	border-radius: 15px;
	padding:15px;
	transition:0.5s;
	float:left;
	margin-left:44px;
}
#neden-cambalkon:hover{
	background-color:#D4D4D4;
	border: thin solid #D4D4D4;
-webkit-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 -moz-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;

}
#camkapi a{
	color: #ED1519;
	font-weight: bold;
	transition:0.5s;
}
#camkapi a:hover{
	background-color: #ED1519;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding: 10px 20px;
	background: #555;
	color: #fff;
	border-radius: 10px;
	transition:0.5s;
}
#scrollUp:hover {
	margin-bottom:5px;
}
#soncalisma{
	width: 100%;
	margin-top: 50px;
	height: 200px;
	border-bottom: thin solid #C0C0C0;
	-webkit-box-shadow: 0px 4px 3px 1px #D3D3D3;
	box-shadow: 0px 4px 3px 1px #D3D3D3;
}
#soncalisma-ort{
	width:900px;
	height:200px;
	margin-right:auto;
	margin-left:auto;
	
}
#soncalisma-adam{
	width:170px;
	height:170px;
	margin-top:10px;
	float:left;
	position:relative;
	z-index:3;
	margin-left:-1px;
	background-image:url(../images/son-adam.png);
	background-size:100% 100%;
}
#soncalisma-ort img {
	margin-left:25px;
	border-radius:10px;
	border: thin solid #D4D4D4;
	-webkit-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 	-moz-box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
 	box-shadow: 0 0 0 5px white, 0 0 0 6px #D4D4D4;
}
#online-fiyat{
	width: 100%;
	height: 100px;
	margin-top:-9px;
	border-bottom: thin solid #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
}
#online-fiyat-ort{
	line-height:90px;
	width:900px;
	height:100px;
	margin-right:auto;
	margin-left:auto;	
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 10.36%,rgba(200,200,200,1.00) 100%);
}
#online-fiyat-ort h2{
	text-align: center;
	font-size: 32px;
	color: #A0A0A0;
	font-weight: bold;
	transition: 0.5s;
}
#online-fiyat-ort a h2:hover{
	color: black;
	font-size: 40px;
	-ms-transform: rotate(2deg); /* IE 9 */
	-moz-transform: rotate(2deg); /* Firefox */
	-webkit-transform: rotate(2deg); /* Safari and Chrome */
	-o-transform: rotate(2deg); /* Opera */
	text-shadow: 3px 3px 1px #FFFFFF;
}
#footer{
	width:100%;
	height:450px;
	background-color:#5C5C5C;	
}
#footer-ort{
	padding-top:30px;
	width:900px;
	height:420px;
	margin-right:auto;
	margin-left:auto;
	background-color:#5C5C5C;	
}
#footer p{
	color:rgba(171,171,171,1.00);
	line-height:25px;
}
#footer p a{
	color:rgba(171,171,171,1.00);	
	display:block;
	line-height:25px;
}
#footer p a:hover{
	color:rgba(255,255,255,1.00);	
}
#footer h1{
	margin-bottom:15px;	
	color:rgba(171,171,171,1.00);
}
#footer1{
	float:left;
	width:150px;
	height:auto;	
}
#footer2{
	float:left;
	width:240px;
	height:auto;	
}
#footer3{
	float:left;
	width:243px;
	height:auto;	
	margin-left:25px;
}
#web{
	height:50px;
	width:100%;
	background-color:#CFCFCF;	
}
#web-ort{
	width:900px;
	height:30px;
	padding-top:15px;
	margin-right:auto;
	margin-left:auto;	
	background-color:#CFCFCF;	
}