	.margin_bottom_10 { margin-bottom:10px;}
	.bootbox-body { font-size:12px;}
	ul.ur-list,ul.ur-list li {  list-style-type:none;}
	.bulunamadi {
		margin-top:15px;
	}
	
	/* Pg Loader */
	
	.pg-loader {
		width:100%;
		left:0;
		top:0;
		height:5px;
		z-index:5;
		position:absolute;
		background: #bbdbef;
	}
	
	/*Pages */
	
	.sayfalama {
		width:100%;
		float:left;
		text-align:center; 
	}
	.sayfalama_orta {
		display:inline-block;
		background: #d6dbdf;
		border-radius:6px;
		overflow:hidden;
	}
	.sayfalama_orta a {
		float:left;
		min-width: 41px;
		min-height: 41px;
		padding: 12px 10px;
		color:#fff;
		font-weight:600;
		border-left:2px solid #e4e7ea;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.sayfalama_orta a:first-child {
		border:none!important;
	}
	.sayfalama_orta span:last-child {
		border-left:2px solid #e4e7ea;
	}
	.sayfalama_orta a  i{
		font-size:11px;
	}
	.sayfalama_orta a:hover {
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	}
	.sayfalama_orta span.spanaktif {
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		float:left;
		min-width: 41px;
		min-height: 41px;
		padding: 12px 10px;
		color:#fff;
		font-weight:600;
	}
	
	/* Breadcrumb */
	.page-bread {
		margin:0;
		float:left;
		background:none;
	}
	.page-bread > li {
		color:#444;
		font-size:11px;
		font-weight:500;	
	}
	.breadcrumb>li+li:before {
		font-family: 'FontAwesome';
		content:"\f105";
	}
	.home-i {
		margin-right:5px;
		color:#333;
		opacity:0.6;
	}
	.page-bread > li > a{
		color:#444;
		font-size:11px;
		font-weight:500;
	}
	.page-bread > li > a:hover{
		color:#017bbe;
	}
	.page-bread  li.active {
		font-size:11px;
		font-weight:500;
	} 	
	
	/* Pg Maın */
	
	.pg-main {
		width:100%;
		float:left;
		position:relative;
		min-height:650px;
	}
	.pg-main:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:-104;
		background:url("../../images/default/araka.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-attachment: fixed!important;
	}
	/* Pg Header */
	.pg-header {
		position:relative;
		height:150px;
		margin:0;
		padding:0;
		background:url("../../images/default/bulut.jpg");
		background-repeat:no-repeat;
	}
		
	.pg-header > .container {
		min-height:132px;
		position:relative;
	}
	.pg-header > .container > .con-middle {
		float:left;
		width:100%;
		display:table;
		background:yellow;
		min-height:132px;
	}
	.pg-header > .container  h3{
		color:#fff;
		font-size:24px;
		font-weight:500;
		float:left;
		letter-spacing:-1px;
		text-indent:15px;
		margin:60px 0 20px 0;
		text-shadow: #000 1px 1px 1px;
	}
	.pg-header > .container  h4{
		color:#fff;
		font-size:17px;
		font-weight:500;
		letter-spacing:-1px;
		float:right;
		text-indent:15px;
		margin:60px 0 20px 0;
		text-shadow: #000 1px 1px 1px;
	}
	.yeni-map {
		position:relative;
		
		 -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
		background-position:center 0;
		background-repeat:no-repeat;
		background-color:#eee;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #EDEDED)
		);
		background: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
	}
	.yeni-map:after {
		content:"";
		position:absolute;
		z-index:-1;
		-webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
		box-shadow:0 0 40px rgba(0,0,0,0.0);
		bottom:0px;
		left:10%;
		right:10%;
		width:80%;
		height:50%;
		-moz-border-radius:100%;
		border-radius:100%;
	}
	/* Pg Page*/
	.pg-page {
		margin-bottom:50px;
		padding:0;
	}
	.pg-page > .container {
	}
	.pg-list {
		width:100%;
		float:left;
		margin-top:20px;
	}
	.pg-item {
		float:left;
		margin-bottom:24px;
	}
	.pg-img {
		float:left;
		position:relative;
	}
	.pg-overlay {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:6;
		opacity:0;
	}
	.pg-overlay:before {
		content:'';
		position:absolute;
		left:0;
		top:0;

		width:100%;
		height:100%;
		background: #00a3d3;
		z-index:-5;
	}
	.pg-back {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		text-align:center;
		z-index:7;
		opacity:0;
	}
	.pg-back a{
		background:#fff;
		padding:4px 8px;
		border-radius:2px;
	}
	.pg-back a i{ 
		color:#333;
		font-size:16px;
	}
	.pg-back:before {
		content:'';
		position:absolute;
		left:0;
		top:0;

		width:100%;
		height:100%;
		z-index:-5;
	}
	
	.pg-img:hover .pg-back { 
		opacity:1;
		top:40%;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.pg-img:hover .pg-overlay{
		opacity:0.9;
	}
	.pg-img:before { 
		  content: '';
		  position: absolute;
		  top: 10%;
		  bottom: 10%;
		  right: -5%;
		  left: -5%;
		  background: inherit;  
	}
	.pg-img:after {
		z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 15px;
	  left: 10px;
	  width: 50%;
	  top: 80%;
	}
	.pg-img-shadow {
		float:left;
		position:relative;
		
	}
	.pg-img-shadow:before,.pg-img-shadow:after {	
		  z-index: -1;
		  position: absolute;
		  content: "";
		  bottom: 15px;
		  left: 10px;
		  width: 50%;
		  top: 80%;		  
		  background: #777;
		  -webkit-box-shadow: 0 15px 10px #777;
		  -moz-box-shadow: 0 15px 10px #777;
		  box-shadow: 0 15px 10px #777;
		  -webkit-transform: rotate(-3deg);
		  -moz-transform: rotate(-3deg);
		  -o-transform: rotate(-3deg);
		  -ms-transform: rotate(-3deg);
		  transform: rotate(-3deg);
	}
	.pg-img-shadow:after{	
		 -webkit-transform: rotate(3deg);
		  -moz-transform: rotate(3deg);
		  -o-transform: rotate(3deg);
		  -ms-transform: rotate(3deg);
		  transform: rotate(3deg);
		  right: 10px;
		  left: auto;
	}
	.pg-img img{ 
		width:100%;
		height:100%;
		display:block;
		border:2px solid #8b9faa;		
	}
	
		.pg-baslik {
			float:left;
			width:100%;
			text-align:center;
			margin-top:15px;
		}
		.pg-baslik a {
			color:#333;
			font-size:14px;
			font-weight:600;
		}
		.pg-baslik a:hover {
			color:#007ac1;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}

	/* Ürün List*/
	.pg-urunler {
	
	}
	.pg-left { }
		

	/* Kısa Giriş Yazıları*/
	.extra-giris {
		width:100%;
		float:left;
	}
	.ex-baslik {
		float:left;
		width:100%;	
		margin-top:15px;
	}
	.ex-baslik h3{
		margin:3px 0;
		font-size:19px;
		font-weight:600;
		float:left;
	}
	.ex-yazi {
		float:left;
		width:100%;
		margin-top:10px;
		font-size:14px;
	}
	/* Ürün Pg Single */

	.sol-hd-buttons {
		width:100%;
		float:left;
		margin-top:20px;
		margin-bottom:15px;
	}
		.yeni-title {
			float:left;
		}
		.yeni-title h2 {
			font-size:21px;
			float:left;
			margin: 0 0 3px 0;
		}
		.sol-hd-buttons > .medial {
			float:right;
		}
		
		.sol-hd-buttons .yazdir a:hover{
			color:#fff;
			background:#333;
			-webkit-transition: all 0.1s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}
		.sol-hd-buttons .plusmin a:hover{
			color:#fff;
			background:#333;
			-webkit-transition: all 0.1s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}
		.yazdir {
			float:left;
			margin-right:5px;
		}
			.yazdir a {
				color:#333;
				float:left;
				position:relative;
				border:1px solid #ccc;
				border-radius:3px;
				font-weight:600;
				padding:2px 2px;
				background-image: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0, #F4F4F4),
				color-stop(1, #FFFFFF)
			);
			background-image: -o-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
			background-image: -moz-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
			background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
			background-image: -ms-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
			background-image: linear-gradient(to bottom, #F4F4F4 0%, #FFFFFF 100%);
			}
			.yazdir a i{
				margin:0 4px;
				font-size:16px;
			}
		.plusmin {
			float:left;
			text-align:center;
		}
			.plusmin a{
				color:#333;
				float:left;
				margin-right:5px;
				font-size:14px;
				border-radius:3px;
				font-weight:600;
				padding:2px 4px;
				border:1px solid #ccc;
				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0, #F4F4F4),
					color-stop(1, #FFFFFF)
				);
				background-image: -o-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
				background-image: -moz-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
				background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
				background-image: -ms-linear-gradient(bottom, #F4F4F4 0%, #FFFFFF 100%);
				background-image: linear-gradient(to bottom, #F4F4F4 0%, #FFFFFF 100%);
			}
		

		/* Ürün Detay Slider*/ 	
	.slider-ust-orta{
	}
	.resim-crop {
		width:100%;
		text-align:center;
		float:left;
	}
	.resim-crop img{ 
		border:1px solid #ccc;
		width:100%;
	}
	.c-slider {
		position:relative;
		margin:0;
		float:left;
		padding:0;
	}
	.customNavigation {
		position:absolute;
		left:0;
		width:100%;
		height:100%;
		top:0;
	}
	.next-u {
		font-size:22px;
		padding:0 4px;
		position:absolute;
		right:-10px;
		z-index:9;
		cursor:pointer;
	}
	.prev-u {
		font-size:22px;
		padding:0 4px;
	    position:absolute;
		z-index:9;
		left:-10px;
		cursor:pointer;
	}
	.deger {
		padding:10px 10px;
	}	
	#owl-demo-6 .item img {
		width:100%;
		bordeR:1px solid #ccc;
		height:auto;
	}
	.urun-detay-sag {
	
	}
	.urun-d-baslik {
		float:left;
		width:100%;
	}
	
	.urun-d-baslik h2{
		width:100%;
		font-weight:700;
		font-size:20px;
		color:#007ac1;
		margin:0 0 7px 0;
	}
	.urun-d-kod{
		float:left;
		width:100%;
		margin-bottom:5px;
	}
	.urun-d-kod span{
		color:red;
		font-weight:600;
	}
	.urun-d-extra {
		float:left;
		width:100%;
		font-size:13px;	
		text-align:justify;
		margin-bottom:10px;
	}
	.urun-fiyat{
		float:left;
		width:100%;
		margin-bottom:20px;
		padding:3px 0 9px 0;
	}
	.s-fiyat {
		background:#ccc;
		float:left;
		border-radius:4px;
		padding:2px 19px;
		bordeR:1px solid #eee;
		background-image: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 color-stop(0, #FBFAF8),
		 color-stop(1, #E9E9E8)
		 );
		background-image: -o-linear-gradient(bottom, #FBFAF8 0%, #E9E9E8 100%);
		background-image: -moz-linear-gradient(bottom, #FBFAF8 0%, #E9E9E8 100%);
		background-image: -webkit-linear-gradient(bottom, #FBFAF8 0%, #E9E9E8 100%);
		background-image: -ms-linear-gradient(bottom, #FBFAF8 0%, #E9E9E8 100%);
		background-image: linear-gradient(to bottom, #FBFAF8 0%, #E9E9E8 100%);
	}
	.urun-fiyat span{
		font-size:14px;	
		float:left;
		margin-top:4px;
		margin-right:5px; 
	}
	.urun-fiyat p{
		float:left;
		margin:0;
		
		font-weight:600;
		font-size:20px;
	}
	.small-pdf {
		width:100%;
		float:left;
	}
	.small-pdf  ul,.small-pdf li{ 
		list-style-type:none;
	}
	.small-pdf  ul {
		margin:0;
		padding:0;
		float:left;
	} 
	.small-pdf  ul li{
		float:left;
	}
	.small-pdf ul li a{ 
		color:#333;
		float:left;
		font-weight:600;
		padding:8px 10px 8px 10px;
		font-size:12px;
		text-indent:30px;
		border:1px solid #ccc; 
		border-radius:3px;
		margin:10px 4px;
		background:#fff;
		background-image:url("../../images/default/pdf-icon.png");
		background-repeat:no-repeat;
		background-position:8px 5px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.small-pdf ul  li a:hover{ 
		color:red;
		border-color:red;
	}

	.urun-paylas {
		width:100%;
		float:left;
		margin-top:15px;
	}
	.urun-social-ortala {
		width: 200px;
		margin: 0 auto;
	}
	.urun-paylas .facebook {
		float:left;
		margin-right:8px;
		margin-top:5px;
	}
	.urun-paylas .twitter {
		float:left;
		margin-top:5px;
		margin-right:8px;
	}
	.urun-paylas .google {
		float:left;
		margin-top:5px;
	}
	.full-u-title {
		float:left;
	}
	.full-u-title h3 {
		margin:14px 0 0 0;
		float:left;
		padding:0;
		font-weight:700;
		font-size:20px;
		color:#007ac1;
	}
	/* Ürün Pdfler */
	.urun-pdfler {
		width:100%;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		float:left;
		background:#ccc;
		padding:0!important;
	}
		.urun-pdfler ul {
			float:left;
			padding:0!important;
		}
			.urun-pdfler ul  li{
				float:left;
				margin:0 10px;
				padding:0;
			}
				.urun-pdfler ul  li a{ 
					color:#333;
					float:left;
					font-weight:600;
				}
				.urun-pdfler ul  li a:hover{ 
					text-decoration:underline;
				}
				.urun-pdfler ul  li a i{ 
					background:#f52525;
					color:#fff;
					padding:4px 6px;
					margin:0 4px;
				}	
	
	/* Ürün Text*/
		
	.urun-text {
		width:100%;
		float:left;
		font-size:13px;
		text-align:justify;
		margin-bottom:15px;
		margin-top:10px;
	}
	.urun-text ul li ,.urun-text ul  { list-style:inherit; }
	
	/* Ürün Bölme*/
	.urun-ust-tab {
		width:100%;
		float:left;
		margin-bottom:15px;
	}

	
	/* Urun Tabs*/
	.urun-tabs {
		float:left;
		width:100%;
	}
	.urun-tabs-ul {
		bordeR:none;
	}
		.urun-tabs-ul  > li  {
	
		}
			.urun-tabs-ul  > li  a{
				display: inline-block;
				margin: 0;
				list-style: none;
				cursor: pointer;
				float: left;
				color: #444;
				background-color: #fdfdfd;
				background-image:url("/../images/default/grad_menu.png");
				background-position:top left;
				background-repeat:repeat-x;
				border-top: 1px solid #e1e1e1;
				border-left: 1px solid #e1e1e1;
				border-right: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
				margin-right: -1px;
				padding: 7px 20px 6px 20px;
				float: left;
				text-align: center;
				text-decoration: none;
				-moz-border-radius: 4px 4px 0px 0px;
				-webkit-border-radius: 4px 4px 0px 0px;
				-khtml-border-radius: 4px 4px 0px 0px;
				border-radius: 4px 4px 0px 0px;
				font-size: 13px;
				font-family: "NovecentowideLightBold", arial, serif;
				line-height: 21px;
				-webkit-transition: background-color 0.2s linear;
				-moz-transition: background-color 0.2s linear;
				-ms-transition: background-color 0.2s linear;
				-o-transition: background-color 0.2s linear;
				transition: background-color 0.2s linear;
			}
			.urun-tabs-ul  > li  a i{ 
				margin:0 3px;
			}
			.urun-tabs-ul  > li a:hover { 
				background-color: #f3f3f3;
				color: #333;
			}

		.urun-tabs-ul  > li.active  a {
			border-bottom: none!;
			margin-bottom: -1px;
			margin-top: -1px;
			padding: 7px 20px 7px 20px;
			background: #FFFFFF;
			color: #444;
		}
		.urun-tabs-ul  > li.active:hover a{
			border-bottom: none;
			padding: 7px 20px 7px 20px;
			background: #FFFFFF;
			color: #444;
		}
	.urun-tab-content {
		background:#fff;
		border: 1px solid #e1e1e1;
		padding: 20px 20px 20px;
		z-index: 2;
		overflow: auto;
	}
	
	/* Ürün Video */
	
	.urun-video {
		width:100%;
		margin-top:10px;
		float:left;
	}
	
	/* Ürün Extra*/
	.u-ozellikler {
		width:100%;
		float:left;
	}
	/* Ürün-Form*/
	.urun-form {
		width:100%;
		float:left;
		position:relative;
		min-height:300px;
	}
	.urun-form label {
		font-size:12px;
		text-indent:4px;
		margin:0;
		display:block;
		padding:3px 0;
	}
	.urun-form input{
	  margin:3px 0;
	  border: 1px solid #ebebeb;
	  -webkit-background-clip: padding-box;
	  -moz-background-clip: padding;
	  background-clip: padding-box;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  box-shadow:none;
	}
	.urun-form textarea {
	 margin:3px 0;
	  border: 1px solid #ebebeb;
	  -webkit-background-clip: padding-box;
	  -moz-background-clip: padding;
	  background-clip: padding-box;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  box-shadow:none;
	  widtH:100%;
	  min-height:140px;
	}
	
	.u-form-gonder {
		width:100%;
		float:left;
	}
	.form-sag {
		float:right;
		
	}
	.form-sag span {
		float:left;
		margin-top:6px;
		font-weight:600;
		font-size:13px;
	}
	.codem {
		float:left;
		background: #748595;
		display:table;
		text-align:center;
		font-size:12px;
		border-radius:3px;
		color:#fff;
		padding:4px 9px;
		margin:3px 10px 0 10px;
	}
	.g-input {
		float:left;
		width:110px;
		margin:0 10px 0 0;
	}
	.g-input  input{
		float:left;
		width:100%;
		padding:3px 0;
	}
	.g-send {
		float:left;
		margin-top:3px;
	}
	button.g-gonder{
		float: left;
		position: relative;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		border: none;
		padding: 5px 20px;
		border-radius: 7px;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-repeat: repeat-x;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	button.g-gonder:hover{
		background-color: #444 !important;
		border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
	}
	.urun-errors {
		width:100%;
		float:left;
		margin-top:5px;
	}
	.urun-errors .alert{
		font-size:13px;
		font-weight:500;
	}
	.sameurun {
		width:100%;
		margin-top:10px;
		float:left;
	}
	.sameurun h2 {
		width:100%;
		float:left;
		margin:6px 0;
		font-size:18px;
		margin-bottom:15px;		
	}
	.same-list {
		width:100%;
		float:left;
	}
	#owl-demo-8 .item{
		
	}
	#owl-demo-8.item img{
	  display: block;
	  width: 100%;
	  height: auto;
	}
	
	.urun-benzer-urunler {
		width:100%;
		float:left;
		margin-top:20px;
		padding-bottom:10px;
	}
	
	/* Pg Sayfalar */
	.pg-maskeleme {
		margin: 0 0 5px;
		position: relative;
		z-index: 1;
		
		float:left;
	}
	
	.pg-maskeleme:after {
		content: " ";
		display: table;
	}
	span.figure {
		position: relative;
		z-index: 1;
	}
	span.figure img{ 
		display: block;
		float: left;
		width: 100%;
		height: auto;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	img.mask {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 0;
	}
	.pg-text {
		width:100%;
		float:left;
		margin-top:9px;
		font-size:14px;
	}
	.firmadan-goruntuler {
		width:100%;
		float:left;
		margin-bottom:10px;
	}
	.firmadan-goruntuler h4{
		margin:0;
		font-weight:500;
		font-size: 18px;
		color: #007ac1;
	}
	.g-img-list {
		width:100%;
		float:left;
		margin-top:20px;
	}
	.g-img-list  ul {
		float:left;
		padding:0;
	}
	.g-img-list  ul li {
		position:relative;
		margin-bottom:5px;
	}
	.g-img-list  ul li  a{
	position:relative;
	float:left;
	}
	.g-img-list  ul li  img{ 
		width:100%;
		height:auto;
	}
	.g-overlay {
		position:absolute;
		left:0;
		top:0;
		background: #26bf9d;
		opacity:0;
		width:100%;
		height:100%;
		z-index:5
	}
	
	.g-backup{ 
		position:absolute;
		left:0;
		top:0;
		opacity:0;
		text-align: center;
		width:100%;
		height:100%;
		z-index:9
	}
	.g-backup i{  
		color: #fff;
		font-size: 20px;
	}
	
	.g-img-list ul li  a:hover .g-overlay {
		opacity:0.6;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.g-img-list ul li  a:hover  .g-backup i{ 
		margin-top:30%;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.g-img-list ul li  a:hover .g-backup {
		opacity:1;
	}
	
	/* Pg Haber List*/
	.haber-list {
		float:left;
		width:100%;
		margin-top:12px;
	}	
	.haber-item {
		margin:0 0 10px 0;
		float:left;
		width:100%;
	}
	.deneme {
		float:left;
		padding-bottom:20px;
		border-bottom:1px solid #ccc;
	}
	.haber-baslik {
		width:100%;
		float:left;
		margin-bottom:2px;
	}
	.haber-baslik a {
		font-weight:500;
		font-size:21px;
	}
	.haber-baslik a:hover {
		text-decoration:underline;
	}
	.haber-items {
		margin-bottom:3px;
	}
	.haber-items ul li {
		font-size:12px;
	}
	.haber-items ul li i{
		margin-right:3px;
	}
	.haber-img {	
		float:left;
		width:100%;
		overflow:hidden;
		position:relative;
	}
	.haber-img img {	 
		width:100%;
		display:block;
	}
	a.black-wrap {
		float:left;
		position:relative;
		width:100%;
		border:2px solid #ccc;
		border-radius:5px;
		overflow:hidden;
	}
	.black-overlay {
		position:absolute;
		left:0;
		opacity:0;
		top:0;
		width:100%;
		height:100%;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		text-align:center;
	}
	.black-overlay-link {
		position:absolute;
		left:0;
		opacity:0;
		top:0;
		width:100%;
		height:100%;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		text-align:center;
	}
	.black-overlay-link  a{ 
		position:absolute;
		left:0;
		top:0;
		z-index:50;
		width:100%;
		height:100%;
		
	}
	.black-overlay-link  a i{ 
		margin-top:25%;
		color:#fff;
		padding:7px 10px;
		font-size:23px;
		border-radius:3px;	
	}
	.black-overlay > span{
		position: absolute;
		color: #fff;
		width:100%;
		height:100%;
		display:block;
		background:url("../../images/default/zooom.png");
		background-repeat:no-repeat;
		background-position:center top;
		-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		text-align:center;
		}
	.black-overlay > a{ 
		position: absolute;
		color: #fff;
		width:100%;
		height:100%;
		display:block;
		background:url("../../images/default/zooom.png");
		background-repeat:no-repeat;
		background-position:center top;
		-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		text-align:center;
	}

	.black-overlay > span i{
		color:#fff;
		opacity:0.9;
		font-size:24px;
	}
	a.black-wrap:hover .black-overlay {
		opacity:1;
		}
	a.black-wrap:hover .black-overlay span {
		background-position:center center;
	}
	div.black-wrap:hover .black-overlay a {
		background-position:center center;
	}
	div.black-wrap:hover .black-overlay {
		opacity:1;
	}
	div.black-wrap:hover .black-overlay-link {
		opacity:1;
	}

	.haber-desc {
		float:left;
		width:100%;
		font-size:13px;
		text-align:justify;
	}
	.haber-devam {
		float:left;
		width:100%;
		margin-top:10px;
	}
	.haber-devam  a {
		position:relative;
		color:#444;
		float:left;
		font-weight:500;
		font-size:14px;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.haber-devam a:before {
		content:'\f105';
		font-family:'FontAwesome';
		font-weight: 600;
		line-height: 12px;
		float: left;
		font-size:11px;
		display: inline-block;
		color: #fff;
		border-radius: 3px;
		text-align: center;
		position: relative;
		top: 2px;
		margin-right: 7px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		text-indent: 0;
		padding: 2px 1px 1px 2px;
		width: 14px;
	}
	.haber-devam  a:hover {
		text-indent: 10px!important;
	}
	.haber-devam  a:hover:before {
		background:#ccc;
	}
	 
	 /* Haber Detay*/
	.pg-haber-baslik {
		float:left;
		width:100%;
		text-align:left;
	}
	.pg-haber-baslik h2{
		font-size:21px;
		color:#007ac1;
		float:left;
		margin: 0 0 3px 0;
	}
	/* Galeri */

	.galeri-ortala {
		width:100%;
		float:left;
		text-align:center;
	}
	.galerirelative {
		display:inline-block;
		position:relative;
	}
	.galeri-ortala img{
		width:100%;
		display:block;
		height:100%;
		border-radius:4px;
	}
	.galeri-black {
		position: absolute;
		left: 0;
		opacity: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		text-align: center;
	}
	.galeri-black a{
		width: 100%;
		height: 100%;
		float:left;
		background: url("../../images/default/zooom.png");
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	}
	.galerirelative:hover .galeri-black {
		opacity:1;
	}
	.galerirelative:hover  .galeri-black a{
		background-position: center center;
	}
	
	
	/*Galeri Sag*/
	.galeri-icerik {
		width:100%;
		float:left;
	}
	.galeri-detay-baslik {
		margin-top:25px;
		float:left;
		width:100%;
	}
	.galeri-detay-baslik h3 {
		margin:0;
		font-size: 21px;
		float: left;
	}
	.galeri-text {
		margin-top:15px;
		font-size:13px;
		font-weight:600;
		float:left;
		width:100%;
	}
	.galeri-arrows {
		margin-top:15px;
		font-size:13px;
		font-weight:600;
		float:left;
		width:100%;
		text-align:center;
	}
	.galeri-arrows a{
		display:inline-block;
		margin:0 4px;
		border-radius:3px;
		color:#fff;
		padding:8px 16px;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	}
	.galeri-arrows a:hover{
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	}
	.galeri-social{ 
		margin-top:35px;
		font-size:13px;
		font-weight:600;
		float:left;
		width:100%;
		text-align:center;
	}
	.galeri-social-ortala {
		width:200px;
		margin:0 auto;
	}
	.galeri-social .facebook {
		float:left;
		margin-right:8px;
		margin-top:5px;
	}
	.galeri-social .twitter {
		float:left;
		margin-top:5px;
		margin-right:8px;
	}
	.galeri-social .google {
		float:left;
		margin-top:5px;
	}
	/* Galeri 2*/
	.galeri-detay-2 {
		display:inline-block;
	}
	.galeri-detay-2 img{ 
		width:100%;
		display:block;
	}
	
	
	/* Pg SSS*/
	.pg-sss {
		padding:0;
		width:100%;
		float:left;
	}
	.pg-sss  .panel-heading{
		cursor:pointer;
	}
	.pg-sss  .panel-title > a{
		font-size:14px;
	}
	.pg-sss  .panel-title {
		position:relative;
		width:100%;
		display:block;
	}
	.pg-sss  .panel-title a:after {
		position:absolute;
		right:0;
		top:0;
		color:#656565;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		font-family: fontawesome;
		content: "\f0da";
	}
	.sss-opened {
		color:#fff!important;
		text-decoration:none!important;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.sss-opened a:after{
		color:#fff!important;
	}
	
	/*Widget 1*/
	.widget-katalog {
		width:100%;
		float:left;
		margin-top:50px;
		position:relative;	
		border-radius:6px;
	}

	.widget-katalog  .wd-main{ 
		width:100%;
		float:left;
		overflow:hidden;
		position:relative;
	}
	.widget-katalog  .wd-main img{ 
		border-radius:6px;
	}
	a.zr-katalog-side {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:20;
		opacity:0;
		text-align:center;
		color:#fff;
	}
	.pg-katalog-radius {
		box-shadow:none!important;
		border-radius:4px;
	}
	a.zr-katalog-side i{ 
		font-size:45px;
		margin-top:0;
		-webkit-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	}
	.katalog-title {
		position:absolute;
		left:13px;
		top:25px;
		z-index:4;
		opacity:1;
		-webkit-transition: all 0.1s 0.1s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.1s 0.1s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.1s 0.31s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.1s 0.1s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.1s 0.1s cubic-bezier(.63,.08,.35,.92);
	}
	.katalog-title h3{
		font-size:21px;
		font-weight:400;
		margin:4px 0;
	}
	/* Pg-Marka*/
	
	.pg-news-item {
		display:inline-block;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position:relative;
		overflow:hidden;
		-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
		box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
	}
	.pg-news-item:before { 
		content:'';
		left:0;
		width:100%;
		height:100%;
		top:0;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #EEEEEE)
		);
		background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
		background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
		position:absolute;
		z-index:-100;	
	}
	.pg-news-img {
		position:relative;
		width:100%;
		float:left;
		
	}
	.pg-news-img img {
		width:100%;
		height:auto;
		display:block;
		
	}
	.pg-news-desc {
		float:left;
		width:100%;
		text-align:center;
	}
	.pg-news-desc a{
		font-size: 13px;
		color: #333;
		padding:15px 5px;
		float:left;
		width:98%;
		text-align:center;
	}
	.pg-news-desc .pg-news-desc-bloklu {
		padding:10px 0;
		float:left;
		width:100%;
		text-transform: capitalize;
	}
	.pg-news-desc .pg-news-desc-bloklu h2 {
		color: #333;
		margin:4px 0;
		font-size:15px;
		color: #585f69;
	}
	.pg-news-desc .pg-news-desc-bloklu p {
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
		color: #333;
	}
	/* Köşeden Gelen Border*/
	.pg-kose-perde-iconlu {
		
		border-left: 50px solid transparent;
		bottom: 0;
		height: 0;
		opacity: .95;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
		width: 0;
	}
	.pg-kose-perde-iconsuz{
		border-left: 15px solid transparent;
		bottom: 0;
		height: 0;
		opacity: .95;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		-webkit-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		width: 0;
	}
	.pg-kose-perde-duz{
		position: absolute;
		left:0;
		width:100%;
		bottom: 0;
		height: 4px;
		background: rgba(0, 122, 193, 0.9);
		opacity: 1;
		filter: alpha(opacity=100);
		text-align: center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index:0;
	}
	.pg-kose-perde-iconu {
			width: 13px;
			height: 13px;
			bottom: 9px;
			background:url(../../images/default/icon_plus_white.png);
			position: absolute;
			right: 9px;
			-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
			-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
			-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
			-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
			transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
			z-index: 100;
		}
	.pg-news-link-back {
		position:absolute;
		left:0;
		top:0;
		opacity:0;
		z-index:50;
		width:100%;
		text-align:center;
		height:100%;
		-webkit-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	}
	.pg-news-link-back-top {
		position:absolute;
		left:0;
		width:100%;
		
	}
	.pg-news-link-back .pg-news-link-back-ortala{
		position:absolute;
		left:0;
		top:40%;
		width:100%;
	}
		.pg-news-link-back .pg-news-link-back-ortala a{ 
			display: inline-block;
			color:#fff;
			padding:7px 12px;
			font-size:15px;
			margin:0 5px;
			background-color: rgba(0,0,0,0.7);
			border-radius: 4px;
			
		}
	.pg-news-item:hover .pg-kose-perde-iconsuz{
		border-left: 860px solid transparent;
		
	}
	
	.pg-news-item:hover .pg-kose-perde-iconlu{
		border-left: 860px solid transparent;
		-webkit-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.4s cubic-bezier(.63,.08,.35,.92);	
	}
	.pg-news-item:hover .pg-kose-perde-iconu{
		opacity: 0;
		-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
		-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
		-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
		-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
		transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
	}
	.pg-news-item:hover .pg-kose-perde-duz{ 
		height:100%;
	}
	.pg-news-item:hover .pg-news-link-back{  
		opacity:1;
	}
	.pg-news-item:hover a.zr-katalog-side {
		opacity:1;
		
	}
	.pg-news-item:hover a.zr-katalog-side i {
		margin-top:60px;
	}	
	.pg-news-item:hover .katalog-title {
		opacity:0;
		
	}
	/* Black Efeckt*/
	.new-black-overlay {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:20;
		opacity:0;
		text-align:center;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		.new-black-overlay-orta {
			position:absolute;
			left:0;
			background:yellow;
			top:40%;
			width:100%;	
		}
		.new-black-overlay-tekli a{ 
			position:absolute;
			left:0;
			top:0;
			z-index:50;
			width:100%;
			height:100%;
		}
			.new-black-overlay-tekli a  i{
				margin-top:35%;
				color:#fff;
				padding:7px 10px;
				font-size:15px;
				background-color: rgba(0,0,0,0.7);
				border-radius: 4px;
				-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
				-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
				-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
				-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
				transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
			}
		.black-img:hover .new-black-overlay  {
			opacity:1;
		}	
	/* Pg-Kadro */
	
	.duz-baslik {
		float:left;
		width:100%;
		margin: 0 0 3px 0;
	}
	.duz-baslik h2{
		font-size: 21px;
		float:left;
	}


	
	/* Kadro İlave*/	
	
	.pg-news-link-back-bottom{
		position:absolute;
		left:0;
		bottom:5%;
		width:100%;
		z-index:6;
		-webkit-transition:  all 0.9s ease;
		-moz-transition:  all 0.9s ease;
		-o-transition:  all 0.9s ease;
		-ms-transition:  all 0.9s ease;
		transition: all 0.9s ease;
	}		
		.pg-news-link-back-top > ul{
			padding:0;
			float:left;
			width:100%;
		}
		.pg-news-link-back-top ul li{
			text-align:left;
			float:left;
			margin:3px 0;
			background-repeat:no-repeat;
			width:100%;
			padding:0;
		}
		.pg-news-link-back-top ul li i{
			float:left;
			margin: 0 5px 0 5px;
			color: #000;
			background: #fff;
			border-radius: 50% !important;
			font-size: 14px;
			padding: 5px 7px;
		}
		.pg-news-link-back-top ul li p{
			font-size:13px;
			float:left;
			width:40%;
		}
		.pg-news-link-back-top > ul > li{
			color:#fff;
		}
	
	.kadro-social {
		text-align:center;
		margin-top:0;
	}

	.kadro-social li {
		padding: 0 2px;
	}

	.kadro-social li a {
		font-size: 14px;
		padding: 4px 4px;
		text-align: center;
		position:relative;
		overflow:hidden;
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,.06);
		box-shadow:0 1px 2px rgba(0,0,0,.06);
		-webkit-transition:all .1s ease-in-out 0;
		-moz-transition:all .1s ease-in-out 0;
		-ms-transition:all .1s ease-in-out 0;
		-o-transition:all .1s ease-in-out 0;
		transition:all .1s ease-in-out 0;
		border-radius: 50% !important;
	}

	.kadro-social li i {
		min-width: 20px;
		-webkit-transition:top .1s ease-in-out 0;
		-moz-transition:top .1s ease-in-out 0;
		-ms-transition:top .1s ease-in-out 0;
		-o-transition:top .1s ease-in-out 0;
		transition:top .1s ease-in-out 0
	}

	.kadro-social li a.fb {
		color: #000;
		background: #fff;
	}

	.kadro-social li a.tw {
		color: #000;
		background: #fff;
	}

	.kadro-social li a.gp {
		color: #000;
		background: #fff;
	}

	.kadro-social li a:hover {
		text-decoration: none;
	}

	.kadro-social li a.fb:hover {
		color: #fff;
		background: #4862a3;
	}

	.kadro-social li a.tw:hover {
		color: #fff;
		background: #159ceb;
	}

	.kadro-social li a.gp:hover {
		color: #fff;
		background: #dc4a38;
		-webkit-transition: top .1s ease-in-out 0s;
		-moz-transition: top .1s ease-in-out 0s;
		-ms-transition: top .1s ease-in-out 0s;
		-o-transition: top .1s ease-in-out 0s;
		transition: top .1s ease-in-out 0s;
	}
	.inner-kadro {
		padding:5px 10px;
		text-align:center;
		position:relative;
	}
	.inner-kadro h4{
		margin:4px 0;
		font-size:13px;
		color: #585f69;
	}
	.inner-kadro small {
		display: block;
		font-size: 12px;
		margin-bottom: 3px;
		color: #007ac1;
	}
	.inner-kadro p{
		display: block;
		font-size: 12px;
		color: #585f69;
	}
	
	
	
	/*  Pg Sertifikalar*/	
	.st-item {
		margin-bottom:15px;
	}
	.st-item img {
		border-top-right-radius:50px 100px;
		border:2px solid #8b9faa;		
	}
	.st-img {
		float:left;
		position:relative;
		border-top-right-radius:50px 100px;
	}
	.st-overlay {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:6;
		opacity:0;
	}
	.st-overlay:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		border-top-right-radius:50px 100px;
		width:100%;
		height:100%;
		background: #00a3d3;
		z-index:-5;
	}
	.st-back {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		text-align:center;
		z-index:7;
		opacity:0;
	}
	.st-back a{
		background:#fff;
		padding:4px 8px;
		border-radius:2px;
	}
	.st-back a i{ 
		color:#333;
		font-size:16px;
	}
	.st-back:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		border-radius: 50% / 10%;	
		width:100%;
		height:100%;
		z-index:-5;
	}
	
	.st-img:hover .st-back { 
		opacity:1;
		top:40%;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.st-img:hover .st-overlay{
		opacity:0.9;
	}
	.st-img:before { 
		  content: '';
		  position: absolute;
		  top: 10%;
		  bottom: 10%;
		  right: -5%;
		  left: -5%;
		  background: inherit;
		  border-radius: 5% / 50%;		  
	}
	.st-img:after {
		z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 15px;
	  left: 10px;
	  width: 50%;
	  top: 80%;
	}
	.st-img-shadow {
		float:left;
		position:relative;
		
	}
	.st-img-shadow:before,.st-img-shadow:after {	
		  z-index: -1;
		  position: absolute;
		  content: "";
		  bottom: 15px;
		  left: 10px;
		  width: 50%;
		  top: 80%;		  
		  background: #777;
		  -webkit-box-shadow: 0 15px 10px #777;
		  -moz-box-shadow: 0 15px 10px #777;
		  box-shadow: 0 15px 10px #777;
		  -webkit-transform: rotate(-3deg);
		  -moz-transform: rotate(-3deg);
		  -o-transform: rotate(-3deg);
		  -ms-transform: rotate(-3deg);
		  transform: rotate(-3deg);
	}
	.st-img-shadow:after{	
		 -webkit-transform: rotate(3deg);
		  -moz-transform: rotate(3deg);
		  -o-transform: rotate(3deg);
		  -ms-transform: rotate(3deg);
		  transform: rotate(3deg);
		  right: 10px;
		  left: auto;
	}

	/* Pg-iletisim*/
	.gmap3 {
		width:100%;
		height:200px;
		float:left;
		position:relative;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	.gmap3:before,.gmap3:after {
		 content:"";
		position:absolute; 
		z-index:-1;
		-webkit-box-shadow:0 0 17px rgba(0,0,0,0.1);
		-moz-box-shadow:0 0 17px rgba(0,0,0,0.1);
		box-shadow:0 0 17px rgba(0,0,0,0.1);
		top:50%;
		bottom:0;
		left:10px;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
	}

	#g-harita{
		 height:200px;
		 width: 100%;
		 float:left;
		 position:absolute;
		 left:0;
		 top:0;
		 z-index:5;
	}
	.iletisim-sidebar {
		margin-top:-239px!important;
	}
	
	.iletisim-main-text {
		width:100%;
		float:left;
		margin-top:18px;
		margin-bottom:20px;
		border: 1px solid #eee;
		background: #fafafa;
		border-radius: 4px;
		padding:25px 20px;
	}
	/* Pg İlet Sol*/	

	.i-sol-blok {
		 padding-left:0;
	}

	.i-img-wrap {
		  position: relative;
		  border-radius: 50% / 10%;
		  color: white;	
		  border:3px solid #ccc;
		  text-align: center;
		  overflow:hidden;
		-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
			box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	}
	.i-img-wrap:before { 
		  content: '';
		  position: absolute;
		  background: inherit;
		  border-radius: 5% / 50%;
		  top: 10%;
		 bottom: 10%;
		 right: -5%;
		 left: -5%;
	}
	
	.headline {
		margin-bottom:15px;
		text-align:center;
	}
	.headline h2 {
		font-size:20px;
		letter-spacing:-1px;
	}
	.i-kutu-margin {
		padding-bottom:30px;
		padding-left:0;
	}
	.i-kutu-margin:not(:last-child){
		border-bottom:1px solid #eee;
	}


	/* İletşim Box */
		.list-unstyled {
			margin-top:25px;
		}
		.list-unstyled li{
			margin:8px 0;
		}
		.list-unstyled li .v4-i-u{ 
			color:#656565;
			font-size:14px;
			font-weight:500;
		}
		.list-unstyled li .v4-i-u i{ 
			font-size:18px;
			margin-right:10px;
			color:rgba(0, 122, 193, 1);
		}
		.list-unstyled li a{ 
			color:#656565;
			font-size:14px;
			font-weight:500;
		}
		.list-unstyled li a i{ 
			font-size:18px;
			margin-right:10px;
		}
	
	.done-mesaj-1 {
		z-index:12;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		display:none;
	}	
	.done-1 {
		position:relative;
		margin-top:80px;
		text-align:center;
	}
	.done-1 span{
		color:#007ac1;
		font-weight:600;
		text-align:center;
	}
	.done-1-alt {
		margin: 0px auto 12px auto;
		text-align: center;
		width: 100px;
		height: 100px;
		border-radius: 100px;
		border: 4px solid white;
		background-color: #007ac1;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.done-1-alt:after {
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			content: '';
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			top: 0;
			left: 0;
			padding: 0;
			border: 5px solid #007ac1;
			opacity: 1;
			z-index: -1;
			-webkit-transition: all 0;
			-moz-transition: all 0;
			-o-transition: all 0;
			-ms-transition: all 0;
			transition: all 0;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);	
	}
	.done-1:hover .done-1-alt {
		background:#fff;
		border: 4px solid #007ac1;
	}
	.done-1:hover .done-1-center i{
		color:#007ac1;
	}
	.done-1:hover .done-1-alt:after  {
		 opacity: 0;
		 border: 4px solid #007ac1;
		 z-index: 1;
		-webkit-transition:  0.6s ease;
		-moz-transition:  0.6s ease;
		-o-transition:  0.6s ease;
		-ms-transition:  0.6s ease;
		transition:  0.6s ease;		
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	.done-1-center {
		position: absolute;
		z-index: 100;
		top: 0;
		width: 100%;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.done-1-center i{
		font-size: 49px;
		line-height: 106px;
		color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}	
	/*pg-form-i */
	.pg-form-i {
		margin-top:5px;
		position:relative;
		padding:0;
	}
	.form-absolute {
		/*beklemede*/
	}
	.pg-form-i .form-control{ 
		height:29px!important;
	}
	.i-input {
		border: 1px solid #ccc;
		font-size:12px;
		width:100%;
		padding:5px 10px;
		border-radius:3px;
	}
	textarea.i-input { 
		height:120px;
		width:100%;
		border-radius:3px;
	}	
	.i-input:focus{
		border:1px solid #acd2f6;
		box-shadow:none;
	}
	.pg-form-i label {
		font-size:13px;
		margin:3px 0 4px 0;
	}
	.i-guvenlik-kodu {
		padding:4px 13px;
		background:#748595;	
		float:left;
		color:#fff;
		margin-top:5px;
		text-align:center;
		border-radius:3px;
	}
	.guvenlik-input {
		height:29px;
	}
	label.code-label {
		float:left;
		width:100%;
		margin-top:5px;
		font-size:13px;
		font-weight:700;
		padding-left:0;
	}
	button.gonder-buton {
		border-radius:3px; 
		position:relative;
		color:#fff;
		margin-top:20px;
		font-size:15px;
		font-weight:600;
		border:none;
		padding: 12px 60px;
		border-radius: 30px;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-repeat: repeat-x;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	button.gonder-buton:hover {
		background-color: #444 !important;
		border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
	}
	button.gonder-buton:focus{
		border:none;
	}
	.code-false {
		color:red;
		float:left;
		width:100%;
		margin-top:3px;
		font-weight:600;
		font-size:13px;
	}
	.form-group {
		margin-bottom:2px;
	}
	.bv-form .help-block {
		margin-bottom: 0;
		color:red;
	}
	.bv-form .tooltip-inner {
		text-align: left;
	}
	.nav-tabs li.bv-tab-success > a {
		color: #3c763d;
	}
	.nav-tabs li.bv-tab-error > a {
		color: #a94442;
	}
	.glyphicon-remove {
		color:red;
	}
	.bv-form .bv-icon-no-label {
		top: 0;
	}

	.bv-form .bv-icon-input-group {
		top: 0;
		z-index: 100;
	}

/*  İnsan Kaynakları */	
.insankaynak {
	width:100%;
	float:left;
}
	.k-form-float {
		margin-bottom:15px;
		width:100%;
		float:left;
	}
	.k-form  {
		margin-bottom:5px;
	}
	.k-form .form-control-feedback {
		line-height:28px;
	}
	.k-form  > .form-group {
		padding:0;
		margin:0;
	}
	.k-form > .form-group > div { 
		padding:0!important;
	}
	.k-form  input{
		font-size:13px;
		font-weight:600;
	}
	.k-form  textarea{
		font-size:13px;
		font-weight:600;
	}
	.k-form label {
		padding:3px 0 0 0;
		font-size:13px;
		color:#333;
	}
	.k-form  input.form-control{
		height:30px!important;
	}
	.kaynak-adres {
		width:100%;
		float:left;
	}
	.kaynak-area {
		width:100%;
		float:left;
	}
	.input-group-addon {
		background:#007ac1;
		color:#fff;
		font-size:13px;
		border:none;
	}
	.label {
		float:left;
		margin-top:5px;
	}
	.label label {
		color:##333;
		font-weight:700;
		font-size:14px;
		float:left;
	}
	.kaynak-codem {
		float:left;
		margin-left:9px;
		margin-right:10px;
		padding: 4px 13px!important;
		background: #748595;
		color: #fff;
		text-align:center;
		border-radius: 3px
	}
	.kaynak-hizmet {
		width:100%;
		float:left;
	}
	.all_error {
		width:100%;
		float:left;
	}
	.all_error span{
		float:left;
		font-weight:600;
		color:red;
		font-size:13px;
	}
	.i_check_div {
		float:left;
		margin-right:9px;
	}
	.i_check_div input{ 
		float:left;
	}
	.i_check_a  {
		float:left;
		margin-top:2px;
	}
	.i_check_a a{ 
		color:#333;
		font-size:13px;
		float:left;
	}
	.i_check_a a:hover{ 
		color:#007ac1;
	}
	.kaynak-gonder {
		float:left;
		width:100%;
		margin-top: 5px;
	}
	.kaynak-gonder button{
		float:left;
		position: relative;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		border: none;
		padding: 9px 40px;
		border-radius: 30px;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-repeat: repeat-x;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.kaynak-gonder button:hover{
		background:#444;
	}
	.modal {
		z-index:10001;
	}
/* Projeler*/	
	/* Proje Sol*/
		.black-img {	
			position:relative;
			display:inline-block;
		}	
			.black-img  img{ 
				width:100%;
				border-radius:4px;
				display:block;
				height:auto;
			}

			/* Proje Sag*/
	.proje-sag {
	}
	.portfolio_description {
		float:left;
		width:100%;
		position:relative;
		padding-right:15px;
		padding-left:15px;
	}
	.portfolio_description_scrolling {
		float:left;
	}
	.proje-butons{
		width:100%;
		float:left;
		margin-bottom:5px;
	}
	
	.proje-baslik {
		float:left;
		margin-bottom:20px;
	}
	.proje-baslik h2 {
		font-size: 19px;
		float: left;
		margin: 0;
	}
	.proje-text {
		width:100%;
		float:left;
		text-align:justify;
		font-size:13px;
	}
	.proje-text > ul,.proje-text > li {
		list-style-type:inline!important;
	}
	.proje-link {
			width:100%;
			float:left;
		}
	.proje-link  a{
		background:#007ac1;
		color:#fff;
		float:left;
		padding:5px 14px;
		border-radius:6px;
	} 	
		

		
	.benzer-item {
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	.benzer-item h2 {
		text-align: left;
		color: #000;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.benzer-item h2:after {
		display: block;
		content: "";
		width: 80px;
		height: 2px;
		position: absolute;
		bottom: -0.5px;
		left: 0;
	}
	.p-detay-slider {
		width:100%;
		float:left;
		position:relative;
	}
	.p-arrows {
		position:absolute;
		right:20px;
		top:-60px;
	}
	.p-arrows a {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		float:left;
		width:22px;
		height:22px;
	}
	a.p-left {
		background-color:#fff;
		background-image: url('/../images/default/button-previous_inactive.png');
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:4px;
		box-shadow: 0px 1px 0px 0px rgba(0,0,0, 0.1);
	}
	a.p-left:hover { 
		background-image: url('/../images/default/button-previous.png');
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
	}
	a.p-right {
		background-image: url('/../images/default/button-next.png');
		background-repeat:no-repeat;
		background-position:center center;
		box-shadow: 0px 1px 0px 0px rgba(0,0,0, 0.1);
	}
	a.p-right:hover {
		background-color:#fff;
		background-image: url('/../images/default/button-next_inactive.png');
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
	}
	.owl-projeler-detay {
		margin-bottom:15px;
	}
	.owl-projeler-detay .item{
		margin:0 13px;
	}
	
	/* İnsan Kaynakları*/
	
/* Side Bar */

.fix-page-right  {
	position:relative;
	float:left;
	padding:0;
	margin-top:-36px;
	z-index:5;
}
	.fix-page-right ul,.fix-page-right li{
		list-style-type:none;
	}
	.fix-page-right .side-bar {
		position:relative;
		padding:0;		
	}
	.sol-oval {
		width:25px;
		height:25px;
		position:absolute;
		left:0;
		top:0;
	}
	.sol-oval:before { 
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		left:-25px;
		top:0;
		z-index:-25;
	}
	.sol-oval:after { 
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		left:-25px;
		top:0;
		border-top-right-radius:30px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #EDEDED)
		);
		background: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
		z-index:-24;
	}
	.sag-oval {
		width:25px;
		height:25px;
		position:absolute;
		right:0;
		top:0;

	}
	.sag-oval:before { 
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		right:-25px;
		top:0;
		z-index:-25;
	}
	.sag-oval:after { 
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		right:-25px;
		top:0;
		border-top-left-radius:30px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #EDEDED)
		);
		background: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
		z-index:-24;
	}
	.fix-page-right .side-bar:before{
		content:'';
		position:absolute;
		left:0;
		width:100%;
		height:100%;
		display:block;
		z-index:-43;
		top:0;
		opacity:1;
	}
	.fix-page-right .side-bar:after{
		content:'';
		position:absolute;
		left:0;
		width:100%;
		height:50px;
		display:block;
		z-index:-50;
		bottom:-14px;
		opacity:1;
		transform: skew(0deg, -3deg);
		-webkit-transform: skew(0deg, -3deg);
		-moz-transform: skew(0deg, -3deg);
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
	}


	/* Ürünler Sidebar */
	
	ul.ul-urunler {
		width:100%;
		float:left;
		margin-top:15px;
		position:relative;
		padding: 0 7px 0 7px;
	}
	ul.ul-urunler  li{ 
		width:100%;
		float:left;
		position:relative;
	}
	ul.ul-urunler > li > a {
		float:left;
		width:100%;
		display:block;
		font-size:15px;
		position:relative;
		padding:7px 0 7px 28px;
		font-weight:700;
		color:#fff;
		text-decoration:none;
	}
	ul.ul-urunler > li > a:hover {
		color:#97d9ff;
	}
	.zr-sub-menu{
		position:relative;
		width:100%;
		float:left;
		display:none;
	}

	.zr-sub-wrap {
		position:relative;
		width:100%;
		float:left;
		margin:7px 0 35px 0;
		padding:0 0 0 0;
	}	
	.zr-sub-wrap:before{ 
		content:'';
		position:absolute;
		left:0;
		width:100%;
		height:100%;
		z-index:-40;
		top:0;
		background: #fff;
		border-top-right-radius:5px;
		border-top-left-radius:5px;
	}
	.zr-sub-wrap:after{
		content:'';
		position:absolute;
		left:0;
		width:100%;
		height:30px;
		z-index:-19;
		bottom:-20px;
		background: #fff;
		transform: skew(0deg, -3deg);
		-webkit-transform: skew(0deg, -3deg);
		-moz-transform: skew(0deg, -3deg);
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
	}
	 ul.zr-dropdown {
		padding:0;
		float:left;
		width:100%;
	}

	ul.zr-dropdown > li {
		float:left;
		width:100%;
		position:relative;
		
	}
	ul.zr-dropdown> li:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width: 100%; 
		height: 100%; 
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,#fff 0%,#fbfbfb 99%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(99%,#fbfbfb));
		background: -webkit-linear-gradient(top,#fff 0%,#fbfbfb 99%);
		background: -o-linear-gradient(top,#fff 0%,#fbfbfb 99%);
		background: -ms-linear-gradient(top,#fff 0%,#fbfbfb 99%);
		background: linear-gradient(to bottom,#fff 0%,#fbfbfb 99%);
		border-top-right-radius:5px;
		border-top-left-radius:5px;
		z-index:-30;
	}
	ul.zr-dropdown  li  a{
		color:#007ac1;
		font-size:13px;
		float:left;
		width:100%;
		padding: 9px 11px 9px 25px;
		font-weight:600;
		position:relative;
		overflow:hidden;
		border-bottom: 1px solid #f5f4f4;
	} 
	a.altcolor {
		color:#fff;
		
	}
	ul.zr-dropdown  li  a.altcolor:hover {
		color:#fff!important;
	}
	ul.zr-dropdown  li:nth-child(1){ 
		border-top-right-radius:5px;
		border-top-left-radius:5px;
	}
	ul.zr-dropdown  li  a:before{ 
		content:'';
		position:absolute;
		left:-10px;
		top:35%;
		width: 0; 
		color:#fff;
		height: 0; 
		opacity:1;
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		border-left: 5px solid #fff;
		z-index:-13;
	}
	ul.zr-dropdown  li  a:after {
		content:'';
		opacity:0;
		position:absolute;
		left:0;
		color:#fff;
		top:0;
		width:100%;
		height:100%;
		background:#59B2E6;
		z-index:-15;
	}
	ul.zr-dropdown  li a:hover:before{
		left:10px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	ul.zr-dropdown  li a:hover:after{
		opacity:1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}	
	
	/* Arka Kat Active*/
	
	/* Barlar -> a*/
	
	a.standar-bar:before {
		content:'';
		position:absolute;
		left:10px;
		top:43%;
		width: 0; 
		height: 0; 
		opacity:1;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #fff;
		z-index:-3;
		color:#fff;
	}
	
	a.standar-bar:hover:before{
		/*border-top: 5px solid #97d9ff; */
	}
	a.top-bar:hover:before{
		/*border-bottom: 5px solid #97d9ff;*/
	}
	a.top-bar:before {
		content:'';
		position:absolute;
		left:10px;
		top:43%;
		width: 0; 
		height: 0; 
		opacity:1;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 5px solid #fff;
		z-index:-3;
		color:#fff;
	}
	
	a.secondactive {
		font-weight:700!important;
		color:#fff!important;
		background:#748595;
	}
	a.thirdactive {
		font-weight:600!important;
		color:#fff!important;
		background:#97d9ff;
	}
	a.secondactive:before { 
		content:''!important;
		position:absolute!important;
		left:10px!important;
		top:35%!important;
		width: 0!important; 
		height: 0!important; 
		opacity:1!important;
		border-bottom: 5px solid transparent!important;
		border-top: 5px solid transparent!important;
		border-left: 5px solid #fff!important;
		z-index:13!important;
	}
	/* Alt Kategorisi Yoksa*/
	a.subacma:before {
		content:'';
		position:absolute;
		left:13px;
		top:35%;
		width: 0; 
		height: 0; 
		opacity:1;
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		border-left: 5px solid #fff;
		z-index:-3;
	}
	a.subacma:hover:before{
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		border-left: 5px solid #97d9ff;
	}
	a.zr-bar-bottom {
		color:#97d9ff!important;
	}
	a.zr-bar-left {
		color:#97d9ff!important;
	}
	
	a.zr-bar-bottom:before {
		content:'';
		position:absolute;
		left:0;
		top:43%;
		width: 0; 
		height: 0; 
		opacity:1;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #97d9ff;
		z-index:-3;
		color:#fff;
	}
	a.zr-bar-left:before {
		content:'';
		position:absolute;
		left:0;
		top:35%;
		width: 0; 
		height: 0; 
		opacity:1;
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		border-left: 5px solid #97d9ff;
		z-index:-3;
	}
		