	/* ORTA EKRAN CSS KODLARI */
	@media only screen and (max-width: 1366px) {
		
	}
	/* TABLET İPAD  CSS KODLARI */
	@media only screen and (max-width: 769px) {
		.services {
padding: 0 0;
		}
		.katalog img {
			top: 0px;
			position: relative;
			margin-bottom: 10px;
		}

		.katalog .yazilar {
			font-size: 16px;
			width: 300px;
			height: 145px;
			float: left;
			position: absolute;
			right: 15px;
			bottom: 10px;
			background: rgba(255, 255, 255, 0.84);
			padding: 20px;
		}
	}
	@media (max-width: 1024px) {

	}
	/* TABLET2 İPAD PRO CSS KODLARI */
	@media only screen and (max-width: 1024px) {

		.header_menu .navbar.navbar-default .nav.navbar-nav li {
			margin-right: 0px;
		}
		.bayraklar li {
			float: left;
			padding: 5px;
		}

		.header_white_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li a:before {

			content: "";
			height: 26px;
			background: #4bafd4;
			width: 0;
			position: absolute;
			left: -20px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.header_white_menu .navbar.navbar-default .nav.navbar-nav li {
			margin-left: 15px;
		}
		.text {
			padding: 10px;
			background-color: #00000075;
			font-family: 'Barlow Condensed', 'sans-serif' !important;
			font-weight: 700 !important;
			color: white;
			font-size: 20px;
			position: absolute;
			top: 69%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			text-align: center;
			width: 89%;
		}


	}
	/* MOBİL CSS KODLARI */
	@media only screen and (max-width: 600px) {
		.ccc
		{
			padding-top: 4px !important;
		}
		.img-hover-zoom {
			height: auto; 
			overflow: hidden;
		}
		.text {
			padding: 10px;
			background-color: #00000073;
			font-family: 'Barlow Condensed', 'sans-serif' !important;
			font-weight: 600 !important;
			color: white;
			font-size: 20px;
			position: absolute;
			top: 87%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			text-align: center;
			width: 87%;
		}


		.bayraklar li {
			margin-top: 5px;
			float: left;
			padding: 4px;
		}

		.services {
			padding: 0 0;
		}
		.statikveri li {
			float: left;
			width: 100%;
			padding: 15px;
			border-left: 1px dashed #ababaa;
			padding-left: 80px;
			position: relative;
			font-family: 'Lato', sans-serif;
			font-weight: 300;
			font-size: 14px;
			padding-right: 15px;
			color: #ababaa;
		}


		.statikveri li:nth-child(1), .statikveri li:nth-child(2) {
			border: 1px dashed #ababaa;
		}
		.statikveri li:nth-child(1), .statikveri li:nth-child(2) {
			border: 1px dashed #ababaa;
		}

		.statikveri li:nth-child(1), .statikveri li:nth-child(3) {
			border: 1px dashed #ababaa;
			/* border-left: none; */
		}

		.statikveri li:nth-child(1), .statikveri li:nth-child(4) {
			border: 1px dashed #ababaa;
			/* border-left: none; */
		}

		.katalog img {
			top: 0px;
			position: relative;
			margin-bottom: 10px;
		}

		.katalog .yazilar {
			font-size: 16px;
			width: 300px;
			height: 145px;
			float: left;
			position: absolute;
			right: 15px;
			bottom: 10px;
			background: rgba(255, 255, 255, 0.84);
			padding: 20px;
		}

		.service_box_item .service_text {
			/* border-left: 3px solid #ffce30; */
			padding-left: 0;
			margin-top: 0px;
			height: 340px !important;
			padding: 0;
			display: table;
		}

	}


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

		.mobilmenu i,.mobilmenu img {
			display: inline-block;
			margin-top: 15px;
			width: 50%;
		}
		.mobilmenu i {

			font-size: 30px;
		}

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

		.mobilmenu i,.mobilmenu img {
			display: inline-block;
			margin-top: 15px;
		}
		.mobilmenu i {

			font-size: 30px;
		}

	}
