/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   RESET 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-decoration: none; 
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}

/* **** RENKLER *******

Yeşil: #99cc33;
Gri: #616364;

********************** */

/* **** START YOUR CSS BELOW **** */

.main
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper {
	width: 100%;
	position: relative; 
}
.wrapper.top .banner {
	border-bottom: 2px solid #ddd;
	height: 75px;
}
.content { 
	margin: 0 auto;
	margin-bottom: 66px;
	margin-top: 80px;
	transition: width;
	-webkit-transition: width;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
 
/* MENU END */

.lang-wrapper{
	height: 49px;
	margin-top: 0px;
	display: block;
	padding-left: 26px;
	float: right;
	border-left: 1px solid #659ea4;
	margin-left: 10px;
}
.lang-wrapper>a>.tr{
	color: #659ea4;
	margin-top: 12px;
	float: left;
}
.lang-wrapper>.ayrac{
	background-color: #659ea4;
	float: left;
	height: 3px;
	width: 3px;
	margin-top: 22px;
	margin-left: 4px;
	margin-right: 4px;
}
.lang-wrapper>a>.en{
color: #659ea4;
margin-top: 12px;
float: left;
}
.wrapper.slider {
	margin-bottom: 30px;
}
.slide-wrapper {
	width: 100%;
	height: 550px;
	position: relative;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
}
#slide-wrapper-ic{
	height:auto;
}
.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f5f5f6;
	opacity: 0;
	
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.white-dots{
	margin:auto;
	width:100%;
	
}
.white-dot{
	height: 2px;
	width: 2px;
	background-color: #fff;
	margin: 3px;
	display: inline-block;
	margin-top: 31px;
	margin-bottom: 12px;
	
}

.slide.on {
	opacity: 1;
}
.slide-resim1 { 
	float: left;
	width: 30%;
	
}

.slide-resim2{
	width: 50%; 
float: left;
}


.slide.on .slide-resim {
	opacity: 1;
}
.slide-text {
	float: left;
	height: 550px;
	background-color: #11a8a2;
	text-align: center;
	width: 20%;
	position: relative;
	z-index: 1;
}
.slide-text h1 {
	font-size: 17px;
	color: #EEF1E8;
	font-weight: bold;
	margin-bottom: 3%x;
	opacity: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	margin-top: 3%;
}
.slide.on .slide-text h1 {
	opacity: 1;
}

.slide-text h2 {
	font-size: 14px;
	color: #F8F7F7;
	margin-bottom: 3%px;
	opacity: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
	width: 100%;
}
.slide.on .slide-text h2 {
	opacity: 1;
}
.slide-text a.slide-button { 
	color: #fff;
	font-weight: bold;
	opacity: 0;
	cursor: pointer;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}
.slide.on .slide-text a.slide-button {
	opacity: 1;
}
.slider-dots {
	width: 200px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}
.slider-dots .dot {
	width: 6px;
	height: 6px;
	background: #ffb400;
	display: inline-block;
	vertical-align: middle;
	
	transition: width, height, background-color, margin;
	-webkit-transition: width, height, background-color, margin;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	
}
.slider-dots .dot.on {
	background: #11a8a2; 
}
.slider-dots .dot:hover {	
	background: #11a8a2; 
	width: 18px;
	height: 18px; 
}
.slider-dots .dot:first-child {
	margin: 0;
}

/* SLIDER END */

.wrapper.mid .section {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.vitrin-content-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}






.wrapper.top{
	position: fixed;
	z-index:3;
	background-color: #fff;
}
/*.wrapper.slider{
	margin-top: 76px;
}*/


.vitrin-content {
	display: inline-block;
	vertical-align: top;
	width: 348px;
	height: 250px;
	position: relative; 
	margin: 5px;
	cursor: pointer;
	 -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.vitrin-content .urun-resim {
	width: 67%;
	height: 155px;
	position: relative;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	margin: auto;

}
.vitrin-content .urun-shader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.vitrin-content:hover {
	opacity: 0.5;
}





.vitrin-content-alt {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 250px;
	position: relative;
	margin: 35px;
	cursor: pointer;
	overflow: hidden;
}
.vitrin-content-alt .urun-resim {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.vitrin-content-alt .urun-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,.7);
	opacity: 0;
	
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.vitrin-content-alt:hover .urun-shader {
	opacity: 1;
}



.vitrin-content-alt > .bilgi{
	position: absolute;
	margin-top: -152px;
	text-align: center;
	width: 100%;
	color: #fff; 
	background: rgba(0, 0, 0, 0.5);
	padding-top: 7px;
	overflow: hidden;
	height: 51px;
}

.vitrin-content-alt > .bilgi > h1{ 
	color:#fff;
}


.urun-shader h1 {
	font-size: 17px;
	color: #ffb400;
	padding-bottom: 2px;
	font-weight: bold;
}
.urun-shader h2 {
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 2px;  
}
.urun-slider-wrapper {
	width: 80%; 
	position: relative;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
}
.urun-slider {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sliding-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.urun-slide {
	width: 140px;
	height: 140px;
	position: relative;
	display: inline-block;
	margin: 10px 40px;
}
.slide-arrow {
	width: 60px;
	height: 160px;
	background: no-repeat center;
	position: absolute;
	top: 0;
	cursor: pointer;
	
	transition: width;
	-webkit-transition: width;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.slide-arrow.right {
	background-image: url(../imgs/rightArrow-black.png);
	right: -40px;
}
.slide-arrow.left {
	background-image: url(../imgs/leftArrow-black.png);
	left: -40px;
}
.slide-arrow:hover {
	width: 100px;
}

/* URUN VİTRİN END */

.wrapper.foot h1 {
	font-size: 2em;
	text-align: center;
	color: #333;
}
.wrapper.foot p {
	font-size: 1em;
	text-align: center;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
}
.markalar-wrapper {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.marka {
	width: 320px;
	border: 1px solid #ddd;
	display: inline-block;
	margin-left: 40px;
}
 

.circle-grid-image{ 
	width: 278px;
	float: left;
	height: 246px;
	 
}

.circle-grid-image:hover{
	
	 
	cursor: pointer; 
}

 
.circle-grid{
	width: 248px;
	height: 220px;
	display: inline-block;
}

 
.alt-kutu-hover{
	width: 100%;
	height: 0px;
	overflow: hidden;
	display:none;
}
.alt-kutu-hover > h1{
	margin-top: 250px;
	margin-bottom: 3px;
	color: #fff;
}
.alt-kutu-text{
	color: #fff;
	font-size: 11px;
	width: 201px;
	text-align: center;
	margin: auto;
}
.alt-kutu-devami-yazi{
	color:#fff;
	font-size:10px;
}
.alt-kutu-devami-resim > img{
	height: 27px;
	margin-top: 0px;
	margin-bottom: 2px;
	position: absolute;
	margin: auto;
	margin-left: -14px;
}

.circle-grid-text{
	text-align: center;
	margin-top: 218PX;
	margin-left: 68PX;
	color: #11a8a2;
	font-size: 13px;
}

 

/* Haberler  */





.circle-grids-baslik{
	font-size: 23px;
	color: #ffb400;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}
.circle-grids-aciklama{
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 2px;
	text-align: center;
}

.center {
	width: 80%;
	margin: auto;
	height: auto;
	display: block;
	clear: both;
	min-width: 360px;text-align: center;
}
 
.slideright{
	background-image: url('../imgs/slideright.png');
	height: 59px;
	width: 69px;
	position: absolute; 
	top: 45%;
	right: 2%; 
	z-index: 3;
	cursor: pointer;
}
.slideleft{
	background-image: url('../imgs/slideleft.png');
	height: 59px;
	width: 69px;
	position: absolute; 
	top: 45%;
	left: 2%; 
	z-index: 3;
	cursor: pointer;
}
.haberler>table{
	
	width:100%;
}
.haberler>table>tbody{
	
	
}
.haberler>table>tbody>tr{
	color: #0ba6a0;

}
.haberler>table>tbody>tr>td{
	text-align: center;
font-size: 14px;
	
}
.haberler>table>tbody>tr:first-child{
		color: #0ba6a0;
	
}
.haberler>table>tbody>tr:first-child>td{
		color: #0ba6a0;
	font-weight: bold;
text-align: center;
	font-size:18px;
}
.haberler>table>tbody>tr:first-child>td:nth-child(2){
	width: 550px;
}







.center-bolgeler {
	width: 960px;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding-bottom: 40px;
	text-transform:none;
	font-family: 'Arimo';
	
	}
	
	.bolge-element{
		width: 236px;
		height: 236px;
		background-color: #11a8a2;
		float: left;
		border: solid 1px white;	
	}
	.bolge-element-ilk{
		width: 236px;
		height: 236px;
	}
	.bolge-element-hover{

		
		width: 211px;
		height: 213px;
		background-color: #EEEBEB;
		float: left;
		margin-top: -254px;
		position: absolute;
		margin-left: 0px;
		display: none;
		cursor:pointer;
	}
	.bolge-ikon{
		background-image: url('../imgs/bolge-ikon.png');
		width:77px;
		height: 95px;
		display: block;
		margin:auto;
	}
	.bolge-ikon-b{
		background-image: url('../imgs/bolge-ikon-b.png');
		width:77px;
		height: 95px;
		display: block;
		margin:auto;
	}
	.bolge-ilk-baslik{
		color: #fff;
		text-align: center;
		padding-top: 100px;
		font-size: 22px;
		height: auto;
		font-weight: bold;font-family: 'Arimo';
	}
	.bolge-ilk-aciklama{
		color: #fff;
		text-align: center;
		font-size: 15px;font-family: 'Arimo';
	}
	.bolge-hover-isim{
		text-align: center;
		display: block;
		font-size: 22px;
		color: #5b5b5b;
		font-weight: bold;
		font-weight: bold;font-family: 'Arimo';
		}
		.bolge-hover-mobile{
			text-align: center;
			display: block;
			color: #5b5b5b;
			margin-top:5px;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-email{
			text-align: center;
			display: block;
			color: #5b5b5b;
			margin-top:5px;
			text-decoration:none;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-email:hover{ 
			color: #10726f;
		}
		.bolge-hover-aciklama{
			display: block;
			text-align: center;
			color: #5b5b5b;
			margin-top:5px;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-isim{
			text-align: center;
			display: block; 
			color: #5b5b5b;
			font-weight: bold;
			margin-top:22px;
			font-size: 22px;font-family: 'Arimo';
		}
		.bolgeler-baslik{
			width: 960px;
			margin: auto;
			font-size: 24px;
			color: #777777;
			margin-bottom:20px;
			padding-top: 37px;font-family: 'Arimo';
		}
		.bolgeler-baslik:first-child{
			padding-top: 70px;
		}
		.bolgeler-baslik-ic{
			font-family: 'Arimo';
			 border-bottom: 2px solid #48b6b7;
		}








.diger_urun_gruplari>.content-baslik{
	color: #706B6B;
	text-align: left;
	margin-left: 0px;
	font-size: 19px;
}
.diger_urun_gruplari h4{
	color: #11a8a2;
	font-size: 18px;
}






.main
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*header***********************/
.wrapper{
	width: 100%;
}
.banner-wrapper{
	width: 100%;
	height: 103px;
	z-index: 1;
	/*position: absolute;*/
	position:relative;
	background-color: #1e1e1e;
}
.content-wrapper{
}
.content-wrapper .logo{
	float: left;
	height: 50px;
	position: relative;
	left: 50px;
	top: 25px;
	z-index: 1;
}
.ustresim{
    	background-color: #262728;
	padding-bottom: 30px;
	border-bottom: 45px solid #eae9e8;
}
.menu-wrapper{
	position: relative;
	border-bottom: 5px solid #a71e22;
	height: 100px;
	padding-left: 410px;
}
.menu>li,.menu>li>a {
    float: left;
    text-align: center;
    width: 122px;
    cursor: pointer;
    border-right: 1px solid #bfbebe;
    color: #9da1a3;
    line-height: 7;
    font-size: 14px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
   		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
.menu>li>a {
	border:0;
	text-decoration: none;

}

.menu>li:hover
	a{
		color: #fff;
		text-shadow: -1px 1px 7px #fff;
		background: #a71e22;
		padding-top: 2px;
	}

.twitter{
	float: left;
	cursor: pointer;
	position: relative;
	top: 42px;
	left: 45px;
}
.facebook{
	float: left;
	cursor: pointer;
	position: relative;
	left: 23px;
	top: 41px;
}
.search{
	padding-top: 24px;
	float: right;
	background: url('../assets/imgs/search-icon.png');
}
/*slide************************/

 .slider{
 	border-bottom: 10px solid #a71e22;
 	position: relative; 
	width: 100%;
	overflow: hidden;
 }
 
.teknik-servis{ 
	height: 120px;
	background-color: #1c1c1b;
	float: none; 
	display: inline-block;
} 

.teknik-font{
	color: white;
	text-align: center;
	margin-top: 40px;
	width: 100%;
	display: block;
}

.teknik-servis img{
	width: 13%;
	float: left;
	margin-left: 10%;
	position: relative;
	bottom: 15px;
}

.teknik-servis h1{
	color: white;
	position: relative;
	right: 14px;
	top: 4px;
	width: 68%;
	float: left;
}

.teknik-servis h3{
	color: white;
	font-size: 11px;
	position: relative;
	right: -14px;
	top: 2px;
	width: 69%;
	float: left;
	text-align: left;
}
 
.ortala{
	margin:auto;
	overflow:hidden;
	text-align:center;
	float:none;
	
} 
.down-ok{
	position: absolute;
	top: 66%;
	left: 47%;
	cursor:pointer;
}

.ic-sayfa-slider>.prev{
	display: none;
}
.ic-sayfa-slider>.next{
	display: none;
}
/************ic-sayfa*/
.ic-sayfa{ 
	height: 375px;
	margin: auto;
	background-color: black;
	margin-top: 50px;
	margin-bottom: 20px;
	border-left: 10px solid #a71e22;
}

.ic-sayfa-text{
	float: left;
	color: white;
	position: relative;
	width: 35%;
}

.ic-sayfa-resim{
	width: 65%;
	height: 375px;
	float: right;
	overflow: hidden;
}

.ic-sayfa-resim img{
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

.ic-sayfa-resim:hover
	img{
		-webkit-transform: scale(1.10);
		-moz-transform: scale(1.10);
		-ms-transform: scale(1.10);
		-o-transform: scale(1.10);
		transform: scale(1.10);
		transform: matrix(1.2, 0, 0, 1.2, 0, 0) !important;
	}
	
.kolay-ulasim{
	position: relative;
	overflow: hidden;
	height: 140px;
	background-color: #1c1c1b;
	text-align: center;
}

.ic-sayfa-text1{
	float: left;
	color: white;
	padding-top: 45px;
	padding-left: 45px;
	font-size: 43px;
	width: 300px;
}

.ic-sayfa-text2{
	float: left;
	color: white;
	padding-top: 45px;
	padding-left: 45px;
	font-size: 40px;
	width: 300px;
	text-align:center;
	margin-bottom: 5px;
}

.ic-sayfa-text3{
	float: left;
	color: white;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 34px;
	width: 350px;
	text-align: center;
	margin-bottom: 5px;
}

.ic-sayfa-text4{
	color: white;
	padding-top: 20px;
	margin: auto;
	font-size: 35px;
	width: 325px;
}

.text-aciklama1{
	margin-left: 49px;
	font-size: 12px;
	width: 300px;
}

.text-aciklama2{
	margin: auto;
	font-size: 12px;
	width: 195px;
	text-align: center;
}

.text-aciklama3{
    font-size: 16px;
    width: 350px;
    color: #fff;
    margin: auto;
    margin-top: 30px;
}

.incele{
	float: right;
	position: relative;
	top: 110px;
	right: 80px;
}

.incele2{
	float: right;
	position: relative;
	top: 115px;
	right: 195px;
	color:#fff;
}

.incele2 img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.incele2 span{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.incele2:hover
	span{
		text-shadow: 2px 2px 5px #fff;

	}
	
.incele2:hover
	img{
		width:60% !important;
	}

.ic-sayfa-yazi{
	width: 916px;
	margin: auto;
	text-align: center;
}

 .sol{
	float: left;
    padding-top: 95px;
    position: relative;
}
.sag{
	float: right;
    padding-top: 95px;
   }
.ic-sayfa-slider{
	position: relative;
	overflow: hidden;
	height: 350px;
	top: 50px;
	margin: auto;
	width: 1100px;
}
.anyClass li{
	margin: 20px;
    height: 250px;
    float: left;
    width: 16%;
}
.ic-sayfa-slider-resim1{
	position: relative; 
	width: 250px;
	float: left;
	background-color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom:20px;
}

.ic-sayfa-slider-resim2{
	position: relative;	 
	width: 250px;
	float: left;
	left: 60px;
	background-color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom:20px;
}

.ic-sayfa-slider-resim3{
	position: relative; 
	width: 250px;
	float: left;
	left: 120px;
	background-color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom:20px;
}
/*footer***********************/
.footer{
	width: 100%;
	height: 360px;
	background-color: #000000;
	overflow: hidden;
	border-top: 10px solid #a71e22;
}

.footer-sekme{
	width:100%;
	height:40px;
}
.footer-sekme>a {
	text-decoration:none;
}

.footer-sekme h1{
	text-align:center;
	color:#9da1a3;
	line-height:3;
	font-weight: 600;
	font-size: 13px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-sekme h1:hover{
	  color: #fff;
  	text-shadow: -1px 1px 7px #fff;
	cursor:pointer;
}


.center{
	overflow: hidden;
	width: 1200px;
	height: 305px;
	margin: auto;
	position: relative;
}

.footer .center .element{
	width: 125px;
	float: left;
	padding-left: 125px;
	padding-right: 120px;
	border-right: 5px solid #e5e5e5;
	height: 150px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #9da1a3;
	position: relative;
	top: 40px;
}

.footer .center .bize-ulasin{
	width: 30%;
	float: left;
	height: 210px;
	font-size: 15px;
	color: #9da1a3;
	position: relative;
	top: 40px;
	left: 120px;
}

.footer .center .bize-ulasin .footer-formu{
	padding-top: 50px;
}
 
.footer .center .talep-formu{
	 
	float: left;
	padding-top: 74px;
	padding-right: 50px;
	padding-left: 50px;
	 
}
.footer .center .sizi-arayalim{
	 
	padding-top: 74px;
	 
}
.footer .center .element h1 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.footer .center .bize-ulasin h1 {
	font-size: 20px;
	margin-bottom: 8px;
	margin-right: 195px;
}

.footer .center .bize-ulasin ul li {
	clear: both;
	color: #a9a9a9;
	margin-bottom: 10px;
	padding-left: 32px;
	line-height: 2;
	text-align: left;
}
.footer ul li{
	margin-bottom: 10px;
	text-align: left;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}

.footer ul li:hover{
		color: #fff;
		text-shadow: -1px 1px 7px #fff;
}

.footer ul {
	list-style-type: disc;
}

.bize-ulasin ul li {
	margin-bottom: 10px;
	margin-right: 240px;
}

.footer-border{
	height: 5px;
	width: 1100px;
	margin: auto;
	border-bottom: 1px solid white;
	position: relative;
}
.element  a{
    text-decoration: none;
    color: #9da1a3;
}

.kolay-ulasim>.ayrac{
	height: 100%;
	width: 5px;
	display: inline-block;
	background-color: #e5e5e5;
}



@media screen and (max-width:1400px){
	 
	.logo {
		margin-right: 50px;
		height: 70px;
	}
	 
	/*.menu-wrapper {
		margin-top: 20px;
	}*/
	.menu>li, .menu>li>a {
    	width: 110px;
   	}
	.menu>li a {
	    font-size: .9em;
	    width: 110px;
	    line-height:7.6;
	}
	.slide-resim {
		margin-left: 80px;
	} 
	 
	.marka {
		width: 280px;
	}
	.span12 {
	    width: 1100px;
	}
	.menu-wrapper {
	    padding-left: 300px;
	}
	.text-aciklama3 {
	    font-size: 15px;
	    width: 300px;
	}
	.incele2 {
    	top: 100px;
   	}
   	.span3 {
	    width: 230px;
	}
}
@media screen and (max-width:1200px){
	 .content-wrapper .logo {
	    width: 200px;
	    margin-right: 0px;
	    left:30px;
	}
	.banner-wrapper {
   		height: 90px;
   	}
	.menu-wrapper {
    	height: 90px;
   	}
   	.menu>li{
	    width: 95px;
	}
	.menu>li a {
	    font-size: .8em;
	    width: 95px;
	    line-height: 8;
	}
	.menu-wrapper {
	    padding-left: 220px;
	}
	.span3 {
	    width: 180px;
	}
	.teknik-servis h1 {
    	right: -4px;
   	}
   	.teknik-servis img {
    	margin-left: 5%;
   	}
   	.span12 {
	    width: 850px;
	    height: 296px;
	}
	.incele2 {
	    top: 50px;
	}
	.text-aciklama3 {
	    font-size: 13px;
	    width: 270px;
	}
	.ic-sayfa-text4 {
	    font-size: 27px;
	    width: 250px;
	}
	.ic-sayfa-slider {
	    width: 850px;
	}
	.anyClass{
		width: 850px !important;
	}
	.anyClass li {
	    width: 15%;
	}
	.footer .center .element {
	    width: 115px;
	    padding-left: 85px;
	    padding-right: 85px;
	}
	.center {
    	width: 1000px;
   	}
   	.footer .center .bize-ulasin {
	    width: 36%;
	    left: 90px;
	}
	
}

@media screen and (max-width:1000px){
	.banner-wrapper {
	    height: 80px;
	}
	.menu-wrapper {
	    height: 80px;
	    padding-left: 220px;
	}
	.content-wrapper .logo {
	    width: 110px;
    	left: 5px;
	}
	.content-wrapper .logo img{
		width:100% !important;
	}
	.menu>li {
	    width: 79px;
	}
	.menu>li a {
		font-size: .68em;
	    width: 79px;
	    line-height: 8;
	}
	.facebook{
		display:none;
	}
	.twitter{
		display:none;
	}
	.down-ok {
	    width: 50px;
	}
	.span3 {
	    width: 145px;
	}
	.span12 {
	    width: 600px;
	    height: auto;
	    margin-top: 20px;
	}
	.ic-sayfa-text {
	    width: 100%;
	}
	.ic-sayfa-resim {
	    width: 100%;
	    height: 260px;
	}
	.ic-sayfa-text4 {
	    width: 80%;
	}
	.text-aciklama3 {
	    width: 80%;
	}
	.kolay-ulasim {
	    height: auto;
	}
	.span3 {
	    width: 44%;
	}
	.teknik-servis h3 {
    	right: -55px;
   	}
   	.teknik-servis h1 {
	    right: 0px;
	}
	.ic-sayfa-slider {
	    width: 600px;
	    height: 920px;
	}
	.anyClass {
	    width: 550px !important;
	    height: auto;
	}
	.anyClass li {
	    width: 40%;
	    height:290px;
	}
	.ic-sayfa-yazi {
    	width: 550px;
   	}
   	.footer .center .element {
    	width: 155px;
    }
    .footer .center .bize-ulasin {
	    width: 51%;
	    margin: auto;
	    float: none;
	    top:60px;
	    left:0px;
	}
	#isim2{
		bottom:-35px !important;
		width:45% !important;
	}
	#mail2{
		width:45% !important;
	}
	#mesaj2{
		width:45% !important;
	}
	#gonder{
		left: 100px !important;
	}
	.footer {
    	height: 520px;
   	}
   	.center {
    	height: 470px;
    	width:700px;
    }
    .incele2 {
	    top: 0px;
	    padding: 20px 0px;
	}
	.footer .center .element h1 {
	    text-align: left;
	}
	.footer .center .bize-ulasin h1 {

	    margin-right: 0px; 
	    float: left;
	}
}
@media screen and (max-width:800px){
	.menu-wrapper {
	    padding-left: 120px;
	}
}

@media screen and (max-width: 700px){
	.menumobile{ 
		display:block;
		margin-left: 50px;
	}
	.header-wrapper{
		width: 400px;
	}
	.lang-wrapper{
		right: 50px;
	}
	.menu1,.menu2,.logo,.wrapper.top{
		display:none;
	}
	body {
		line-height: 1;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f2f2f2;
	}
	.header {
		display:none;
	}
	.wrapper.slider {
		margin-top:0px;
	}
	.main { 
		position: relative;
	}
	.footer .center .element {
		width: 300px;
	}
	.mobilelogo{
		float:left;
	}
	.mobilelogo,.mobilelogo>img{
		display: block;
		width: 100px;
		position: absolute;
		top: 4px;
		left: 10px;
	}
	.banner-wrapper{
		display: none;
	}
	.teknik-servis h3 {
	    right: -28px;
	}
	.span12 {
    	width: 450px;
   	}
	.ic-sayfa-resim {
		height: 190px;
	}
	.ic-sayfa-yazi {
	    width: 400px;
	    
	}
	.ic-sayfa-slider {
	    width: 450px;
	    height: 750px;
	}
	 .anyClass {
	    width: 400px!important;
	}
	.anyClass li {
	    height: 200px;
	}
	.ic-sayfa-text4 {
    	font-size: 20px;
   	}
   	.text-aciklama3 {
    	font-size: 12px;
    	margin-top: 15px;
    }
    #isim2 {
	    bottom: 135px !important;
	}
    .center {
	    height: 720px;
	    width: 450px;
	}
    .footer {
	    height: 765px;
	}
    .footer .center .element {
	    float: none;
	    margin: auto;
	    padding-bottom: 50px;
	    border: none;
	    width: 324px;
    	padding-left: 0px;
   	 	padding-right: 0px;

	}
	.footer .center .bize-ulasin {
    	width: 79%;
	}
	.wrapper.slider {
	    margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px){
	.down-ok {
	    width: 40px;
	}
	.span12 {
	    width: 250px;
	}
	.ic-sayfa-resim {
	    height: 106px;
	}
	.ic-sayfa-text4 {
	    width: 95%;
	}
	.text-aciklama3 {
	    width: 95%;
	}
	.ic-sayfa-text4 {
	    font-size: 18px;
	}
	.text-aciklama3 {
    	font-size: 11px;
   	}
   	.incele2 {
    	right: 120px;
	}
	.span3 {
	    width: 63%;
	}
	.ic-sayfa-yazi {
	    width: 250px;
	}
	.ic-sayfa-yazi h1{
		font-size: 28px !important;
	}
	.ic-sayfa-yazi p{
		font-size: 12px !important;
	}
	.ic-sayfa-slider {
	    width: 250px;
	    height: 1050px;
	}
	.anyClass {
	    width: 250px!important;
	}
	.anyClass li {
	    height: 210px;
	    width: 60%;
	    float: none;
	    margin: auto;
	}
	.center {
		width: 250px;
	}
	.footer .center .bize-ulasin {
	    width: 100%;
	}
}
