/*css kılıc is makınaları*/

p,a,h1,h2,h3,h4,h5,h6,td{font-family: 'Ubuntu', sans-serif; font-size: 14px}
.table>tr>td{font-family: 'Ubuntu', sans-serif; font-size: 14px}

.backgroundFix{
 	background-attachment:fixed; 
 	background-repeat: no-repeat;
 	background-position: center; 
 	background-size:100% 100% ;
}


.progress{

	height: 3px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	border: 0;

}

.progress::-webkit-progress-value {
/* style rules */
background-color: #FFE082;
opacity: 0.6;
} 


.progress::-moz-progress-value {
/* style rules */
background-color: #FFE082;
opacity: 0.6;
} 


#header{
	 z-index:5;
	 background-color:rgba(33,33,33,0.6);
	 position:fixed;
	 height:12%;
	 width:100%;
	 border-bottom:2px solid #FF9800;
}


/*respomsive memu kodları */
 
.headerMenu>li:nth-of-type(4){
	border-right: 1px solid #212121;
	text-decoration: none;
	margin: auto;
	padding-right: 20px
}

.headerMenu>li.iconMenu{display: none;}


.menuResWrap{display:none;}

.headerMenu>li>a{
	transition: color 0.1s linear;
	color: white;
	display: block;
}
.headerMenu>li{
	padding-left:10px;
	padding-right:10px;
}

.headerMenu>li>a:hover{
	color:#FF9800 ;
	text-decoration: none;
}
.headerMenu>li:hover ul.subMenu{
	display: block;
	box-shadow: 0 0 6px 1px  rgba(33,33,33,0.9);
}

.subMenu{	
	position: absolute;
	background-color: rgba(33,33,33,0.9);
	list-style-type: none;
	padding:20px;
	display: none;

}
.subMenu>li>a{
	text-decoration: none;
	color: white; 
	transition: 0.2s;
	display: block;
}
.subMenu>li>a:hover{
	color: #ff9800;
	text-decoration: none;
}
.menuFooter{
	 list-style-type:none;
	 padding-left:0px;
}
.menuFooter>li>a{
	text-decoration:none;
	color:#455A64 ;

}
.subMenuFooter{
	padding-left: 10px;
	list-style-type: none;

}
.subMenuFooter>li>a{
	color:#455A64 ;
	text-decoration: none;
	transition: 0.2s;
}
.subMenuFooter>li>a:hover{color:#546E7A;}
.headIndex{
	color:white;
	text-align:center;
	margin-bottom:30px;
	margin-left: -35px;
}

@media screen and (max-width:845px) {
		  .headerMenu>li{display: none;}
		  .headerMenu>li>a>i{color:#FF9800;transition:color 0.2s;}
		  .headerMenu>li>a>i:hover{color:white;}
		  .headerMenu>li.iconMenu {
		    float: right;
		    display: inline-block;
		    padding: 10px;
		    position: relative;
		    margin-right: 5px;
		    border: 1px solid #FF9800 ;
		    border-radius: 5px;
		    transition: 0.2s;
		    margin-right: 20px;
		    top: 2px;

		    }


		  .headerMenuResponsive{
		 	line-height:40px;
		 	float:none;
		 	padding-top:35px;
		 	list-style-type:none;
		 	padding-left: 0px;

		  }
		   .headerMenuResponsive>li>a,.headerMenuResponsive>li>ul>li>a{
		   	color:white;
		   	transition: 0.2s;
		   	display:block;
		    padding-left: 10%;
		  }
		   .headerMenuResponsive>li>a:hover,.headerMenuResponsive>li>ul>li>a:hover{
		   	color:#ff9800;
		   	text-decoration: none;
		   	background-color: rgba(255, 255, 255, 0.2);
		   	padding-left: 11%;
		   }
		   #iconMenuClose{
		   	color:white;
		   	text-decoration: none;
		   	border:1px solid white;
		   	padding:8px;
		   	border-radius:5px;
		   	font-size:18px;
		   	transition: 0.2s;
		   	margin-right:20px;
	

		   }
		   #iconMenuClose:hover{
		   		color: red;
		   }


		  .menuResWrap{position:fixed; 
		 	height:100%; 
		 	width:0; 
		 	right:0px; 
		 	background-color:rgba(38,50,56,0.95); 
		 	z-index:9;

		  }
    
}
@media screen and (min-width:845px) {
			.menuResWrap{display:none;}
			.headerMenuResponsive{display:none;}
			.menuSocial{display: none;}
}




body::-webkit-scrollbar {
    width: 0.8em;
    border-radius: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 152, 0, 0.6);
  outline: 1px solid rgba(23, 23, 23, 0.6);
}
body::-webkit-scrollbar-track-piece {
	background-color: rgba( 255,255,255,0.3);
}

@-moz-document url-prefix(http://),url-prefix(https://) {

	scrollbar {
		-moz-appearance: none !important;
	    width: 0.8em;
	    border-radius: 1em;
	}
	 
	track,scrollbar {
		 -moz-appearance: none !important;
	    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}
	 
	thumb,scrollbar {
		 -moz-appearance: none !important;
	  background-color: rgba(255, 152, 0, 0.6);
	  outline: 1px solid rgba(23, 23, 23, 0.6);
	}

	track-piece,scrollbar: {
		 -moz-appearance: none !important;
		background-color: rgba( 255,255,255,0.3);
	}
}



::-moz-scrollbar {
    width: 0.8em;
    border-radius: 1em;
}
 
::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-moz-scrollbar-thumb {
  background-color: rgba(255, 152, 0, 0.6);
  outline: 1px solid rgba(23, 23, 23, 0.6);
}
::-moz-scrollbar-track-piece {
	background-color: rgba( 255,255,255,0.3);
}


.fontTop{
	font-weight: 100;
   	font-size: 30px;
    line-height: 32px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    transition: color 0.1s linear;
}
 .fontBottom{
	font-weight: 100;
   	font-size: 20px;
    line-height: 18px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    /*text shadow eklene bilir*/

}
.fontBox{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	margin-top: 20px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}
.fontBox2{
	padding-top: 10px;
	margin-top: 20px;
	background-color: rgba(62, 39, 34, 0.7);
	border-radius: 5px;
}
.slideBox{
	padding-top: 10px;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	border-radius: 5px;
}
.slideContentWrap{
	 padding-top:30px;
	 height:55px;
}


#searchBoxButton{
	border:1px solid #FF9800;
	line-height: 20px;
	font-size: 18px;
	color: white;
}

#headerMenuWrap{
	position: relative;
	top: 28px;
}

.items{
	width: 9%;
	margin-left: 1.5%;
	margin-right: 1.6%;
	margin-top: 50px;
	float: left;
	position: relative;
	transition: all 0.2s linear;

}/**/

.items:nth-of-type(2){
	width: 12%;
	margin-top: 0px
}
.items>a>p:hover{
	color:#FF9800 ;
	text-decoration: none;
}
/*deneme */



.itemsDeneme{
	width: 8.8%;
	margin-left: 1.7%;
	margin-top: 50px;
	float: left;
	position: relative;
	transition: all 0.2s linear;

}/**/

.itemsDeneme:nth-of-type(2){
	width: 12%;
	margin-top: 0px;

}

.itemsDeneme>a>p{text-decoration: none;color:white;transition: color 0.2s linear;}

.itemsDeneme>a>p:hover{
	color:#FF9800 ;
}
.itemsDeneme>a:hover{text-decoration: none;}

/*deneme*/


.repairIcon1{
	background-image: url('{{ asset('/img/icon/repairSmall.png') }}');
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}


.itemsLeftButton{

}

.itemsRightButton{

}
#sliderButton{
	font-size:10px;
	
	text-align:center;
	margin-top:20px;

}/*hakkımızda sliderı*/
#sliderButton>a{
	color:white;
}

.slideBox>div>div{
	color:white;
	text-align:center;
	font-size:13px;
}
#content1{display: block;}
#content2{display: none}
#content3{display: none}
#content4{display: none}

.speTable>tr>td{
	margin: 10px;
	margin-left: 0px;
	font-size: 16px;

}


.alignFooter{
	text-align: left;
}

#itemsWrap{
	position:absolute;
	left:0%;
	width:275%;
	padding:0;
	margin:0;
}
.sliderButtonTop{
	position: absolute;
	top: 48%;
	font-size: 35px;
	z-index: 40;
	visibility: hidden;
	
}
.sliderButtonTop>a{color: white; transition: 0.2;}
.sliderButtonTop>a:hover{color:#ff9800;}
/*slider media querysss*/


.menuSocial{margin-left:15px;}
.menuSocial>a{position:relative;float:left}

.SocialFace {
	background-image: url({{ asset('/img/social/socialFacebw.png) }}');  
	height: 25px;
	width: 25px;
	transition: 0.3s;
	
}
.SocialTwit {
	background-image: url({{ asset('/img/social/socialTwitter.png) }}');
	height: 25px;
	width: 25px;
	transition: 0.3s;
}
.SocialGoogle {
	background-image: url({{ asset('/img/social/socialG+.png) }}');
	height: 25px;
	width: 25px;
	transition: 0.3s;
}
.SocialSmile {
	background-image: url({{ asset('/img/social/socialSmile.png) }}');
	height: 25px;
	width: 25px;
	transition: 0.3s;
}
.SocialFace:hover {
	background-image:url({{ asset('/img/social/socialFace.png) }}');
	height: 25px;
	width: 25px;
}
.SocialTwit:hover {
	background-image: url({{ asset('/img/social/socialTwitterbw.png) }}');
	height: 25px;
	width: 25px;
}
.SocialGoogle:hover {
	background-image: url({{ asset('/img/social/socialG+bw.png) }}');
	height: 25px;
	width: 25px;
}
.SocialSmile:hover {
	background-image: url({{ asset('/img/social/socialSmilebw.png) }}');
	height: 25px;
	width: 25px;
}


#backHead{
	position:fixed;
	top:90%;
	right:50px;
	height:50px;
	width:auto;
	z-index:55;
	opacity: 0;
	display: block;
}

#langField{
	top:2px;
	width:100%;
	background-color:#ff9800;
	z-index:40;
	position: absolute;
	display: none;
	height: 0px;
	padding-right: 5%;

}

#langField>ul>li>a{
	text-decoration: none;
	color: white;
	display: block;
	padding-top: 1px;
	padding-left:10px;
	padding-right:10px;
}
#langField>ul>li>a:hover{
	background-color: rgba(255,255,255,0.6);
}

#personalInput,#personalText{
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 0px
}
#personalInput:focus,#personalText:focus{
	border-color:rgba(255, 152, 0, 0.5);
	 box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(255, 152, 0, 0.4);

}

div#contentK>p{
	font-size: 16px;
	margin-top:30px;
}
div#contentK{
	border-bottom: 1px solid rgba(33,33,33,0.2);
	padding-bottom:100px 
}

.percent{
	height:100%;
	background-image:-webkit-linear-gradient(left bottom ,rgba(255, 152, 0, 0.1), rgba(255, 152, 0, 0.8));
	background-image:-moz-linear-gradient(left bottom ,rgba(255, 152, 0, 0.1), rgba(255, 152, 0, 0.8));
	background-image:-o-linear-gradient(left bottom ,rgba(255, 152, 0, 0.1), rgba(255, 152, 0, 0.8));
}
.percentBox{

	height:12px;
	width:100%;
	position:relative;
	border:1px solid #ff9800;
}
.percentWrap{
	margin-top: 10px;
}
.panel{
	margin: 20px;
	margin:0px;
	width:100%;
}

.boxGround{
	background-image:-webkit-linear-gradient(top,rgba(255, 152, 0, 0.8), rgba(255, 152, 0, 0.4));
	background-image:-moz-linear-gradient(top,rgba(255, 152, 0, 0.8), rgba(255, 152, 0, 0.4));
	background-image:-o-linear-gradient(top,rgba(255, 152, 0, 0.8), rgba(255, 152, 0, 0.4));
	margin-top: 50px;
}

#bizimleCalis{
	 width:100%;
	 height:100px;
	 font-size:40px;
	 margin-top:20px;
	 line-height:90px;
}


form>textarea{
	margin-top:5px;
	margin-bottom:5px;}
@media screen and ( max-width: 550px){
	

}

@media screen and (max-width: 660px){
			.alignFooter{
				text-align: center;
				display: none;

			}
			/*hakkımızda genıslıgı ayarlanaca */

			#itemsWrap{
				width:900%;
				left: 0px;
			}

			.itemsDeneme:nth-of-type(2){
				width: 7%;
				margin-top: 30px;
			}
			.itemsDeneme{
				margin-top: 30px;
				width: 7%;
				margin-left: 2.2%;

			}
			.slideContentWrap{
			 margin-top:0px;
			 height:80px;

		}
		.sliderButtonTop{
		visibility: visible;
		z-index: 40;
		top: 45%;
		}
}
.slideContainer{
	height:500px;margin-top:90px;overflow:hidden;width:100%;position:relative;
}

.slideContentWtrap{height: 60px;}

.headIndex{margin-left: 10px ;visibility: visible}

@media screen and (max-width:425px ) {

	.headIndex{visibility: hidden}
	.slideContainer{height:330px;}
	.navWrap{top:32%;}
	.slideContentWtrap{height:155px;}
	.fontTop{font-size: 20px;line-height: 25px;}
	.fontBottom{font-size: 12px;line-height: 16px;}
	#contentK{padding-right: 0;}

	#bizimleCalis{font-size:20px}
	.navWrap{top:17%;}
}


@media screen and (min-width:426px ) {
	
	.menuResWrap{width: 100%;}/*jquery den duzenlenecek effect deen dolayı*/
	
	.slideContainer{height: 400px;}
	.slideContentWtrap{height:90px;}
	#backHead{right:10px;}
	.fontTop{font-size: 20px;line-height: 28px;}
	.fontBottom{font-size: 12px}
	.iconMenuClose{top:0px;}

	#bizimleCalis{font-size:20px}

	#contentK{padding-right: 0;}

}

@media screen and (min-width:426px ) {
	.headIndex{visibility: visible: }
	.slideContainer{height: 420px;margin-top: 100px;}
	.fontTop{font-size: 20px;line-height: 28px;}
	.fontBottom{font-size: 12px}
	.slideContentWtrap{height:90px;}
	#backHead{right:10px;}
	.iconMenuClose{top:0px;}
	#bizimleCalis{font-size:25px}
	#contentK{padding-right: 0;}
	.navWrap{top: 23%;}
}
@media screen and (min-width:481px ){

	.fontTop{font-size: 20px;line-height: 28px;}
	.slideContentWtrap{height: 80px;}
	.fontBottom{font-size: 12px}
	#backHead{right:10px;top:90%;}
	.slideContainer{height: 470px;margin-top: 100px;}
	.iconMenuClose{top:0px;}
	#bizimleCalis{font-size:30px}
	.headIndex{margin-left: 0px}
	#contentK{padding-right: 0;}
	.navWrap{top: 28%;}

}

@media screen and (min-width:601px){
	.iconMenuClose{top:0px;}
	#bizimleCalis{font-size:30px}
	#contentK{padding-right: 0; }
	.slideContentWtrap{height: 58px;}
}

@media screen and (min-width:769px ) {
	/*face ıcon gızle menu yu kucult alta tasmasın */
	ul.headerMenu{font-size: 12px;}
	.slideContentWtrap{height: 40px;}

}

@media screen and (min-width:1024px ) {
	.iconMenu{display: none;visibility: hidden;}
	.slideContentWtrap{height: 30px;}
	#langField{padding-right: 6%}
	.fontTop{font-size: 20px;line-height: 28px;}
	.fontBottom{font-size: 14px}
	
}

@media screen and (min-width:1350px ) {
	#langField{padding-right: 10%}
	
}


