/*

    Adem KIYÇAK
    Web Developer

*/


@font-face {
    font-family: 'NeoSans';
    src: local('NeoSans'), local('NeoSans'),
    url('../fonts/NeoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NeoSansLight';
    src: local('NeoSansLight'), local('NeoSansLight'),
    url('../fonts/NeoSansPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



*{
	font-family: NeoSans;
}


.clearfix{
	clear: both;
}







.container{
	width: 80%;
	height: auto;
	margin:0 auto;
	padding: 10px;
}


	#logo{
		border-bottom: 10px solid #f00;
		padding: 10px 0px;
	}


	#bars{
		margin-top: 10px;
		display: none;
	}

	#bars i{
		font-size:26px;
	}


	#top-right-area{
		width: auto;
		height: auto;
		float: right;
	}

		#social-media-lang-area{
			width: auto;
			height: auto;
			float: right;
			text-align: right;
			position: relative;
		}

			#social-media-lang-area a{
				font-size:18px;
				color:#686868;
				padding: 10px;
			}

			#social-media-lang-area a:hover{
				color:#e2211c;
			}

			#social-media-lang-area #language{
				font-size:14px;
				font-weight: bold;
				text-decoration: none;
			}


			#language-list{
				width: 130px;
				height: auto;
				position: absolute;
				display: none;
				background-color: #f1f1f1;
				z-index: 9999;
				right: 0px;
				top: 25px;
				text-align: left;
				padding: 10px;
			}

				#language-list a{
					text-decoration:none;
					padding: 10px 0px;
					display: block;
					font-size: 14px;
				}



			#social-media-lang-area #language span{
				color: #e2211c;
			}


			#social-media-lang-area #language i{
				font-size:12px;
			}


		#menu-area{
			width: auto;
			height: auto;
			float: right;
			margin-top: 40px;
			text-align: right;
		}

		#menu-area ul {
			list-style-type: none !important;
		}

			#menu-area ul a{
				font-size: 16px;
				margin: 20px;
				display: inline-block;
				text-decoration: none;
				font-weight: bold;
				color:#2a2a2a;
				padding-bottom: 20px;
				border-bottom: 8px solid transparent;
			}

				#menu-area ul a:hover{
					color:#e2211c;
					border-bottom: 8px solid #f00;
				}


	.responsive-menu{
		width: 100%;
		height: auto;
		margin-top: 50px;
		display: none;
	}
	

	.responsive-menu a{
		width: 100%;
		height: auto;
		padding: 20px 0px;
		display: block;
		font-size:18px;
		text-decoration: none;
		color:#2a2a2a;
	}
	

	.responsive-menu a:hover{
		color:#e2211c;
	}



	#slider{
		width: 100%;
		overflow: auto;
	}


		.slider-container{
			width: 80%;
			height: auto;
			position: absolute;
			z-index: 99999;
			text-align: left;
		}

			.slider-container strong {
				font-size:50px;
				color:#29aae2;
				display: block;
				margin:20px 0px;
			}

			.slider-container span {
				width: 45%;
				font-size:38px;
				color:#2a2a2a;
				display: block;
				line-height: 50px;
				margin-bottom: 10px;
			}

			.slider-container p {
				width: 40%;
				font-size:18px;
				color:#8c8c8c;
				display: block;
				line-height: 28px;
			}


			.slider-container a {
				padding: 10px 20px;
				border-radius: 50px;
				background: #29aae2;
				margin-top: 20px;
				display: inline-block;
				text-decoration: none;
				color: #fff;
				font-size:16px;
			}



			.slider-container a:hover {
				background: #e73d30 !important;
			}



		.swiper-container {
			width: 100%;
			overflow: hidden !important;
		}
			
			
		.swiper-slide {
			text-align: center;
			font-size: 18px;
			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;
			-webkit-align-items: center;
			align-items: center;
			
		}

			
		.swiper-slide img {
			width: 100%;
			height: 100%;
		}




		.page-container{
			width: 75%;
			height: auto;
			margin: 0 auto;
			margin-top: 30px;
		}

			.page-container h1{
				font-size:34px;
				text-align: center;

			}

			.page-container .title-sub-line{
				width: 100px;
				height: 3px;
				background: #e73d30;
				margin: 0 auto;
				margin-top: 10px;
				
			}

			#product-categories-area{
				width: 100%;
				height: auto;
				display: inline-block;
				text-align: center;
			}


			.product-categories{
				width: 375px;
				height: 287px;
				display: inline-block;
				text-align: center;
				margin: 20px;
				position: relative;
				margin-bottom: 50px;
				
			}



				.categories-name{
					width: 150px;
					height: auto;
					position: absolute;
					top: 180px;
					right: 80px;
					padding: 10px;
					font-size: 24px;
					text-align: right;
					line-height: 26px;
					color: #fff;
				}



				.categories-number{
					width: auto;
					height: auto;
					position: absolute;
					bottom: 0px;
					left:0px;
					color:#2e2c6e;
					font-size:45px;
					font-family: NeoSansLight;
				}


		#contact-area{
			width: 40%;
			height:auto;
			float: left;
			text-align: center;
			margin-bottom: 50px;
			color:#5d5d60;
			
		}


		#contact-area span{
			font-size:18px;
			line-height: 24px;
		}

			#contact-area strong{
				font-size:32px;
				display: block;
				color:#222;
			}

			#contact-area i{
				font-size:34px;
				display: block;
				margin: 15px;
				margin-top: 40px;
			}

			#contact-area label{
				font-size:16px;
				display: block;
				margin: 10px;
				color:#949494;
			}




		#contact-form{
			width: 35%;
			height:auto;
			float: right;
			margin-bottom: 50px;
			color:#5d5d60;
			margin-right: 10%;
		}

			#contact-form strong{
				font-size:32px;
				display: block;
				color:#222;
				text-align: center;
			}


			#contact-form input{
				width: 100%;
				height: 30px;
				margin-bottom: 10px;
				padding: 10px;
				font-size:16px;
				color:#5d5d60;
				outline: none;
				border:1px solid #8f8f8f;
				text-align: left;
				border-radius: 5px;
			}



			#contact-form textarea{
				width: 100%;
				height: 150px;
				padding: 10px;
				font-size:16px;
				color:#5d5d60;
				border:1px solid #8f8f8f;
				text-align: left;
				margin-bottom: 10px;
				border-radius: 5px;
			}



			#contact-form input:hover,
			#contact-form textarea:hover{
				outline: none;
				border:1px solid #2e2c6e;
			}


			#contact-form button{
				width: 150px;
				height: auto;
				padding: 10px;
				background-color: #e84538;
				color:#fff;
				border:none;
				font-size:16px;
				display: block;
				border-radius: 5px;
			}


				#contact-form button:hover{
					background-color: #2e2c6e;
					cursor: pointer;
				}


		footer{
			width: auto;
			height: auto;
			padding: 10px;
			background-color: #eef3f6;
		}


		footer .container{
			width: 65%;
			font-size: 12px;
			color: #878787;
		}



		#mobile-apps{
			width: auto;
			height: auto;
			float: right;
			margin-top:-5px;
		}


		#mobile-apps img:hover{
			opacity: 0.7;
		}


	#breadcrumb{
		width: 100%;
		height: auto;
		background-color: #eef3f6;
		margin-top: 10px;
		border-top:1px solid #e1e1e1;
		text-align: right;
		clear: both;
	}


		#breadcrumb a{
			display: inline-block;
			font-size:14px;
			padding: 10px;
			text-decoration: none;
			color:#8f8f8f;
		}

			#breadcrumb a:hover{
				color:#e2211c;
			}

			#breadcrumb a i{
				font-size:14px;
			}


		#breadcrumb i{
			font-size:10px;
			color:#8f8f8f;
		}



		#about-img{
			width: 50%;
			height: auto;
			float: left;

		}

		#about-img img{
			width: 100%;
			max-width: 653px;
			height: auto;

		}

			

		#about-text{
			width: 45%;
			height: auto;
			float: right;
			padding: 0px;
		}

			
	

			#about-text h1{
				font-size:50px;
				font-weight: bold;
				text-align: left;
				color:#29aae2;
			}		

			#about-text h2{
				font-size:40px;
				text-align: left;
				color:#2a2a2a;
				line-height: 75px;
			}
		

			#about-text p{
				font-size:18px;
				line-height: 30px;
				color:#787878;
				margin-bottom: 15px;
			}



		#product-banner img{
			width: 100%;
			height: auto;
		}



		.page-product-container{
			width: 70%;
			height: auto;
			margin: 0 auto;
			margin-top: 30px;
			display: table;
			text-align: center;
		}


			.page-product-container  h1{
				font-size:40px;
				font-weight: bold;
				color:#f6911f;
			}		



		.page-product-container .title-sub-line{
			width: 100px;
			height: 3px;
			background: #f6911f;
			margin-top: 10px !important;
			margin: 0 auto;
			margin-bottom: 30px;
		}





		.product-frame{
			width: 280px;
			height: 480px;
			display: inline-block;
			margin: 20px 10px;
			vertical-align: top;
			background-color: #f8f8f8;
		}


		.product-frame:hover > .product-img{
			border-bottom: 9px solid #2a2a2a !important;
			background-color: #f1f1f1;
		}


		.product-frame:hover > .product-name{
			color:#e2211c !important;
		}



		.product-img{
			width: 260px;
			height: 370px;
			display: inline-block;
			padding: 10px;
			position: relative;
			border-bottom: 9px solid #f6911f;
		}

		.product-img img{
			width: auto;
			height: 330px;
			position: absolute;
			bottom: 20px;
			left: 0px;
			right: 0px;
			margin: auto;
		}



		.product-name{
			width: auto;
			height: 62px;
			padding: 10px;
			text-align: center;
			line-height: 24px;
			font-weight: bold;
			font-size:16px;
			color:#2a2a2a;
			background-color: #fff;
			margin-top: -2px;
		}



		/* PRODUCT DETAİL */

		#product-detail-left{
			width: 25%;
			overflow: auto;
			float: left;
		}

			#product-detail-img{
				width: 100%;
				height: 450px;
				display: inline-block;
				text-align: center;
				position: relative;
			}

			#product-detail-img img{
				width: auto;
				height: 350px;
				position: absolute;
				top: 0px;
				right: 0px;
				left: 0px;
				bottom: 0px;
				margin: auto;
			}

			.img-small{
				width: 70px;
				height: 70px;
				background-color: #f7f7f7;
				margin-right: 10px;
				position: relative;
				float: left;
				margin-bottom: 10px;
			}

			.img-small img{
				width: auto;
				height: 60px;
				position: absolute;
				top: 0px;
				bottom: 0px;
				left: 0px;
				right: 0px;
				margin: auto;
			}



		#product-detail-right{
			width: 45%;
			overflow: auto;
			float: right;
			text-align: left;
			padding-bottom: 20px;
			padding-left: 10px;
		}


			#product-detail-right h1{
				font-size:30px;
				color:#2a2a2a;
				margin: 20px 0px;
				line-height: 36px;
			}

			#product-detail-right p{
				font-size:18px;
				color:#787878;
				line-height: 30px;
				margin-bottom: 20px;
			}


			#product-detail-right strong{
				font-size:24px;
				color:#2a2a2a;
				margin: 20px 0px;
				margin-top: 40px;
				display: block;
			}


			#product-detail-right ul{
				list-style-type: disc !important;
				list-style-position: inside;
			}


			#product-detail-right ul li{
				font-size:18px;
				color:#787878;
				line-height: 30px;
				margin-bottom: 10px;

			}



			#product-detail-menu{
				width: 22%;
				height: auto;
				background-color: #f1f1f1;
				float: left;
				margin-right: 30px;
				padding-bottom: 10px;
			}



			#product-detail-menu a{
				font-size:16px;
				padding: 10px;
				text-decoration: none;
				color:#2a2a2a; 
				display: block;
				text-align: left;
				line-height: 24px;
			}



			#product-detail-menu a:hover{
				background-color: #2e2c6e;
				color: #fff;
			}



		.tds-sds{
			margin: 5px;
		}

		.gallery img{
			width: 150px;
			float: left;
			margin: 5px;
		}


		.videos{
			width: 200px !important;
			margin: 5px;
		}



		#product-detail-right table{
			width: 100%;
		}


		#product-detail-right table tr td{
			padding: 20px 10px;
			border: 1px solid #e1e1e1;
		}



		#product-detail-right table tr td a{
			text-decoration: none;
			font-size: 16px;
			color: #2a2a2a;
		}


		#product-detail-right table tr td a:hover{
			color:#e2211c;
		}


		.gallery-style img{
			width: 360px;
			height: 300px;
			margin: 5px;
		}


		.certificates-style img{
			width: 210px;
			height: 300px;
			margin: 10px;
			border:1px solid #e1e1e1;
		}



		.color-red{
			color:#e2211c !important;
		}


		.color-border-red{
			background-color: #e2211c !important;
		}



			#categories-btn{
				margin-bottom: 40px;
			}


		.product-categories1{
			width: 150px;
			height: 80px;
			background-color: #f00;
			display: inline-block;
			margin-bottom: 10px;
			border-radius: 5px;
			display: inline-table;
			padding-bottom: 10px;
			font-weight: bold;
			margin: 5px;
		}


		.product-categories1 span{
			display: table-cell;
			vertical-align: middle;
			font-size:18px;
			color: #fff;
			line-height: 22px;
			
		}




		.category-color-red{
			background-color: #e73d30;
		}


		.category-color-blue{
			background-color: #49a6d9;
		}


		.category-color-orange{
			background-color: #f6911f;
		}


		.category-color-purple{
			background-color: #8f298a;
		}


		.category-color-green{
			background-color: #54b047;
		}



		#search-area{
			width: auto;
			height: auto;
			margin-right: 20px;
			margin-top: -10px;
			display: none;
			margin-bottom: 10px;
			position: relative;
		}


			#search-area input{
				width: 400px;
				padding: 15px;
				border-radius: 10px;
				outline: none;
				border:1px solid #595959;
				font-size:16px;
				color:#5f5f5f;
			}

			#search-area input:hover{
				border:1px solid #e73d30;
			}




		#search-btn-responsive, #search-area-responsive{
			display: none;
		}





		#search-area-responsive{
			width: 100%;
			height: auto;
			margin-right: 20px;
			display: none;
		}


			#search-area-responsive input{
				width: 85%;
				padding: 15px;
				border-radius: 10px;
				outline: none;
				border:1px solid #595959;
				font-size:16px;
				color:#5f5f5f;
				margin: 0 auto;
				display: block;
				margin-top: 20px;
			}


			#search-area-responsive input:hover{
				border:1px solid #e73d30;
			}


			#catalog-table{
				width: 80%;
				margin: 0 auto;
				text-align: left;
				
			}


			#catalog-table tr td{
				padding: 15px;
				border: 1px solid #bfbfbf;
			}


			#catalog-table a{
				font-size:16px;
				color: #2a2a2a;
				text-decoration: none;
			}
			

			#catalog-table a:hover{
				color: #e73d30;
			}



		/* Search start */ 

		#search-result
		{
			display: block;
			width: 410px;
			background-color: #f1f1f1;
			position: absolute;
			z-index: 9999 !important;
			top:50px;
			right:10px;
			text-align: left;
		}


		#search-result a
		{
			font-size: 14px;
			color: #fff;
			padding: 15px;
			display: block;
			text-decoration: none;
			background-color: #e2211c;
			letter-spacing: 0.5px;
			border-bottom: 1px solid #a1120f;
		}

		#search-result a:hover
		{
			font-size:14px;
			background-color: #2a2a2a;
			color:#f1f1f1;
		}



	.you_videos{
		width: 100%;
		max-width: 500px;
		height: 400px;
		margin: 10px;
	}





.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  margin-bottom: 70px !important;
}

.modal-content strong{
	font-size:14px !important;
	text-align: left !important;
}

.modal-content p{
	font-size:14px !important;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.modal-content h5{
	line-height: 28px;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 30px;
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#kvkk-btn{
	font-size:12px;
	color:#3794FF;
	display: block;
	margin: 30px 10px 10px 0px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}

#kvkk-btn:hover{
	color:#036AE1;
}





#proloc-product-categories-area{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.proloc-categories-item{
	width: 306px;
	height: 287px;
	background-color: #fff;
	margin: 10px;
	position: relative;
}

.proloc-categories-item .proloc-categories-img-hover{
	display: none;
}

.proloc-categories-item img{
	position: absolute;
	z-index: 1;
}

.proloc-categories-item:hover .proloc-categories-img-hover{
	display: block;
}

.proloc-categories-item strong{
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	left: 0px;
	right: 0px;
	bottom: 25px;
	font-size: 24px;
	color: #fff;
}





@media only screen and (max-width: 1280px) {


	.page-product-container{
		width: 90%;
	}


}






@media only screen and (max-width: 1024px) {


	.container{
		width: 92%;
	}

		.slider-container {
			width: 92%;
		}

		.slider-container strong {
			font-size:40px;
			margin-bottom: 10px;
		}

		.slider-container span {
			width: 50%;
			font-size:24px;
			line-height: 34px;
		}

		.slider-container p {
			width: 50%;
			font-size:16px;
			line-height: 24px;
		}


		.page-container{
			width: auto;
		
		}

		.page-container h1{
			font-size:20px;
		
		}


		#contact-area{
			width: 100%;
			
		}

		#contact-form{
			width: 100%;
			text-align:center;
			margin-right: 0px;
		}


		#contact-form input,
		#contact-form textarea{
			width: 70%
		}


		#contact-form button{
			margin: 0 auto;
		}


			.product-categories{
				transform: scale(0.8) !important;
			}


			.hvr-wobble-vertical{
				transform: scale(0.8) !important;
			}


		#about-img img{
			display: none;

		}


		#about-text {
			width: 85%;
			margin: 0 auto;
			float: none;
		}


	.page-product-container{
		width: 95%;
	}




}



@media only screen and (max-width: 768px) {



	#logo img{
		width: 70px;
	}


	#menu-area{
		display: none;
	}


	#social-media{
		display: none !important;
	}

	#bars{
		display: inline-block;
		margin-top: 10px;
	}



		#slider{
			margin-top: 10px;
		}


		.slider-container strong {
			font-size:30px;
			margin-bottom: 10px;
		}

		.slider-container span {
			width: 50%;
			font-size:16px;
			line-height: 24px;
		}

		.slider-container p {
			display: none;
		}


		.slider-container a {
			font-size:12px;
			margin-top: 0px;
		}


		.page-container{
			width: auto !important;
			
		}

			.product-categories{
				
				transform: scale(0.8) !important;
				margin: 0px;
			}


		footer .container{
			text-align: center;
			
		}



		#mobile-apps{
			width: 100%;
			text-align: center;
			margin-top:30px;
			margin-bottom: 20px;
		}


	#product-detail-left{
		width: 100%;
		margin-bottom: 50px;
	}	

		#product-detail-img{
			height: 250px !important;
		}
	

		#product-detail-img img{
			height: 200px !important;
		}


	#product-detail-right{
		width: 100% ;
	}	


	#product-banner{
		display: none;
	}


	.gallery img{
		width: 100px;
	}


	.videos{
		width: 150px !important;
	}


	.gallery-style img{
		width: 160px;
		height: auto;
		
	}


	.certificates-style img{
		width: 120px;
		height: auto;
	}


	#categories-btn{
		margin-bottom: 30px;
	}


	.product-categories1{
		margin: 0px;
		margin-bottom: 0px;
		margin-right: -10px;
	}



	#product-detail-menu{
		display: none;
	}


		#search-area-responsive{
			display: block;
		}
		#search-btn-responsive{
			display: block !important;
			float: right;
			margin-top : 12px;
		}



		#search-btn{
			display: none;
		}


		.you_videos{
			width: 40%;
			height: auto;
			margin: 5px;
		}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 70px !important;
}


	.proloc-categories-item{
			margin: 0px;
	}


}




@media only screen and (max-width: 480px) {

	.slider-container strong {
		font-size:18px;
		margin-bottom: 10px;
	}

	.slider-container span {
		width: 50%;
		font-size:14px;
		line-height: 24px;
	}

	.slider-container p {
		display: none;
	}


	.slider-container a {
		display: none;
	}


	.product-frame{
		width: 150px;
		height: 300px;
		margin: 10px;
	}



	.page-product-container{
		width: 95%;
		overflow: auto;
	}



		.product-img{
			width: 130px;
			height: 200px;
		}

		.product-img img{
			width: auto;
			height: 160px;
		}



		.product-name{
			width: auto;
			height: 70px;
			font-size:14px;
			line-height: 20px;
		}




}