@import url('https://fonts.googleapis.com/css?family=PT+Sans');
body{
	font-family: 'PT Sans', sans-serif;
}
.top-menu{
	width:100%;
	position:fixed;
	height:30px;
	background-color:#57606f;
	top:0;
	z-index:99999;
}
.top-tel,.top-mail{
	font-size:14px;
	float:left;
	padding:5px;
	color:#fff;
	
}

.li-alt{
	display:table;
	height:2px;
	width:0;
	margin:0 auto;
	background-color:#1B80B3;
	-webkit-transition: all .2s;/* For Safari 3.1 to 6.0 */
    transition: width .2s;
}
.navbar-default .navbar-nav > li > a:hover + .li-alt{
	width:100%;
}
.slider{
	
	margin:0 auto;
	height:auto;
	max-width:1070px;
	display:block;
	

}
@media (max-width: 767px) {
	.slider{
	margin-top:0px;
  }
}
/*Slider Başla*/
.swiper-container {
	width: 100%;
	max-height:auto;
	margin:0;
	margin-top:120px;
    }
@media (max-width: 767px) {
	.swiper-container {

	margin-top:120px;
    }
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	 -ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    }        
	/*Slider Bitiş*/
.swiper-slide>img {
	height:auto;
}
.baslik{
	margin-top:10px;

	height:35px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
.baslik-yazi{
	display:table;
	font-size:16px;
	font-weight:bold;
	color:#57606f;
	padding:5px;
	border-bottom:3px solid;
	border-color:#1B80B3;
	}

.baslik-yazi2{
		border-color:#57606f;
	}
.home-cihazlar{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:5px;
	margin-right:5px;
}
.home-cihaz-resim-b{
	position:relative;
	width:100%;
	height:auto;
	border-radius:20px;
	box-sizing:border-box;
	overflow:hidden;
	
	
}
.home-cihaz-resim-b>a>img{
	display:table;
	width:100%;
	box-sizing:border-box;
	transition: transform .2s;
	position:relative;
}
.home-cihaz-resim-b>a>img:hover{
	
	 transform:scale(1.06) rotate(1deg);
	transform-origin:center;
	 opacity:0.9;
	 transition-timing-function: ease-in-out;


	
	
}


.home-cihaz-adi-b{
	
	font-weight:bold;
	padding:10px;
	font-size:16px;
	text-align:center;
	margin-left:20px;

}
.home-cihaz-adi-b>a{
	text-decoration:none;
	color:#1B80B3;

}
.home-cihaz-aciklama-b{
	margin-left:20px;
}
.home-cihaz-adi-big{

	font-weight:bold;
	padding:10px;
	height:64px;
	font-size:16px;
	text-align:center;
	margin-left:0px;

}
.home-cihaz-adi-big>a{
	text-decoration:none;
	color:#1B80B3;
		
}

.home-cihaz-aciklama-big>p{
height:100px;
overflow:hidden;
}

.urun-alt{
	display:table;
	height:2px;
	width:0;
	margin:0 auto;
	background-color:#1B80B3;
	-webkit-transition: all .2s;/* For Safari 3.1 to 6.0 */
    transition: width .5s;
	margin-top:5px;
}
.home-cihaz-adi-big>a:hover + .urun-alt{
	width:100%;
	transition-timing-function:ease-in-out;
}
@media (max-width: 767px) {
	.home-cihaz-resim-b{
	width:100%;
	height:auto;
	

}
}

.incele>a>img:hover{
opacity:0.9;
}
.footer{
	width:100%;
	background-color:#57606f;
	height:auto;
	padding-top:20px;

	font-size:13px;
}
.blok-baslik{
	height:35px;
	border-bottom:1px solid #ccc;
	}
.blok-baslik-yazi{
	display:table;
	font-size:16px;
	color:#fff;
	padding:5px;
	border-bottom:3px solid;
	border-color:#1B80B3;
	}
	.blok-icerik{
		width:100%;
		height:auto;
		margin-top:10px;
		margin-bottom:20px;
		 
	}
	.blok-urun{
		line-height:12px;
		padding-left:5px;
	}
	.blok-urun>a>p{
		text-decoration:none;
		color:#fefefe;
		font-size:14px;
		padding-left:0px;
		-webkit-transition: all .3s; /* Safari */
		transition: all .3s;

	}
	.blok-urun>a:hover>p{
		text-decoration:none;
		padding-left:5px;
		
	}

	.facebook>a{
		font-size:40px;
		color:#ccc;
		
	}
	.facebook-yazi{
		position:relative;
		width:0;
		background-color:#337ab7;
		height:34px;
		overflow:hidden;
		-webkit-transition: all .4s; /* Safari */
		transition: all .4s;
		margin-top:-46px;
		margin-left:35px;
		text-align:center;
		font-size:14px;
		color:#fff;
		padding-top:7px;
		display:block;
	}
	.facebook>a:hover  + .facebook-yazi{
		width:100px;
	}
	.twitter{
		background-color:#55acef;
	}
	.youtube{
		background-color:#d52323;
	}
	.adres>p{
		color:#fff;
		font-size:14px;
	}
	.copyright{
		background-color:#424852;
		min-height:24px;
	}
	#yukari
	{
    z-index:100;    
    position:fixed;  
    bottom:10px;   
    right:10px;    
    display:none;  
}
	#yukari_boyut
	{
    width:44px;  
    height:44px; 
	background-color:#57606f;
	text-align:center;
	font-size:20px;
	color:#fff;
	opacity:.7;
	border-radius:3px;
	padding-top:8px;
}
	#yukari_boyut:hover{
	background-color:#1B80B3;
	}
		
.sayfa{
	position:relative;
	margin-top:120px;
	margin-bottom:20px;
}
.sayfa-icerik{
	margin:20px 0px;

}
.urun-detay-resim{
	position:relative;
	width:100%;
	height:auto;
	border-radius:20px;
	box-sizing:border-box;
	overflow:hidden;

}
.urun-detay-resim>img{
	display:table;
	width:100%;
	box-sizing:border-box;
	transition: transform .2s;
	position:relative;
}
.urun-detay-resim>img:hover{
	transform:scale(1.06) rotate(1deg);
	transform-origin:center;
	opacity:0.9;
}
