body{
	margin: 0;
	padding: 0;
	background:url(../img/bg1.jpg) repeat #E1E1E1;
	/*background-attachment: fixed;
    background-position: center;*/
}
.cpage{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);padding:0;margin-bottom:100px;
}
#header{
	width:100%;height:150px;
}
.logo{
	position:absolute;left:0px;top:10px;
	width:700px;height:100px;
	background:url(../img/hlogo2.png) no-repeat;
	background-size:100% ;
}
.arama{
	position:absolute; width:400px; height:40px; right:-10px; top:90px; background:#186BC4;z-index:2;padding:3px;border-radius:5px;
}
.text{height:100%;width:85%;border:solid 1px #186BC4;border-radius:5px;padding-left:5px;}
.buton{background:#186BC4;border:none; color:#fff;}
.buton:hover{color:#FFD64F;}
.sepet{position:absolute;width:100px; background:#186BC4;padding:5px;border-radius:5px;color:#fff;right:-10px;top:50px;}
.sepet:hover{color:#FFD64F;cursor:pointer;}
#ssy{position:absolute;width:20px; height:20px; top:5px; right:5px;border-radius:50%;background:#FFD64F;color:#000;text-align:center;}
#slide{
	width:1170px;height:572px;border-top:solid 1px #403831;
	overflow:hidden;visibility:hidden;position:relative;box-sizing:border-box;
}
#slide0{
	width:100%;min-height:50px;overflow:hidden;
}
.menu{
	width:100%;height:60px;
	background: #186BC4; /* Old browsers */
  background: -moz-linear-gradient(top, #186BC4 0%, #0C4F96 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#186BC4), color-stop(100%,#0C4F96)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* IE10+ */
  background: linear-gradient(to bottom, #186BC4 0%,#0C4F96 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186BC4', endColorstr='#0C4F96',GradientType=0 ); /* IE6-9 */
  overflow:hidden;
}
.menu ul{
	list-style-type: none;  padding: 0;  margin: 0;
}
.menu ul li{
	padding: 0;  margin: 0; float:left;border-right:solid 1px #E1E1E1;width:20%;box-sizing:border-box;min-width:100px;
}
.menu ul li a{
	text-decoration:none;
	display:block;
	float: left;
	width:100%;
	height:60px;
	box-sizing:border-box;
	text-align:center;
	border-right:solid 1px #186BC4;
	color:#fff;
	padding-top:20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.menu ul li a:hover{
	color:#FFD64F;
}
.menu ul li a.active{
	color:#FFD64F;
}
.menu0{display:none;
	width:100%;height:40px;color:#fff;box-sizing:border-box;padding-top:10px;padding-left:5px;
	background: #186BC4; /* Old browsers */
	background: -moz-linear-gradient(top, #186BC4 0%, #0C4F96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#186BC4), color-stop(100%,#0C4F96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #186BC4 0%,#0C4F96 100%); /* IE10+ */
	background: linear-gradient(to bottom, #186BC4 0%,#0C4F96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186BC4', endColorstr='#0C4F96',GradientType=0 ); /* IE6-9 */
}
.menu0 a.mm {
	display: inline-block;
	position: absolute;
	right:10px;top:1px;
	width:38px;
	height:35px;
	color:#FFDC5B;
	text-decoration:none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu0 a.mm:hover{
  color: #fff;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu0 a.mm:before{
	content: "\f039";
	font-family: FontAwesome;
	font-size:25px;
	left:5px;
}
.menu0 ul{
	list-style-type:none;
	display:block;
	box-sizing:border-box;
	margin:0;padding:15px;
	padding-top:0;
	width:100%;
	min-height:50px;
	position:absolute;
	z-index:5;
	top:35px;left:0;
	display:none;
}
.menu0 ul li a{
	display:block;
	width:100%;
	height:30px;
	padding:5px;
	background:#D95901;
	text-decoration:none;
	color:#fff;
	border-bottom:solid 1px #C24101;
}
.menu0 ul li a.active, .menu0 ul li a:hover{background:#C24101;color:#FFDC5B;}
#orta_mn{
	width:100%;min-height:250px;
	background:url(../img/bg_banners.png);
}
.mn1{background:url(../img/m1.jpg) no-repeat}
.mn2{background:url(../img/m2.jpg) no-repeat}
.mn3{background:url(../img/m3.jpg) no-repeat}
.omn{
	width:100%;height:210px; background-position:center;background-size:100%;-webkit-transition: all 0.7s ease;transition: all 0.7s ease;
}
.omn:hover{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.omn h1{
	color:#fff;
	font-size:40px;
	padding-left:30px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
	padding-top:10px;
}
.omn p{
	color:#fff;
	font-size:20px;
	padding-left:30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#icerik_alan{
	width:100%;min-height:300px;padding-bottom:20px;
	background:url(../img/tail-content.gif);
}
.baslik{
	width:100%; height:50px;
	text-transform: uppercase;
  background: #2f2d29; /* Old browsers */
  background: -moz-linear-gradient(top, #2f2d29 0%, #171410 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2d29), color-stop(100%,#171410)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2f2d29 0%,#171410 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2f2d29 0%,#171410 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2f2d29 0%,#171410 100%); /* IE10+ */
  background: linear-gradient(to bottom, #2f2d29 0%,#171410 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2d29', endColorstr='#171410',GradientType=0 ); /* IE6-9 */
  font: 600 15px/14px 'Open Sans', sans-serif;
  padding: 18px 30px 20px;
  position: relative;
  color: #FFF;
  margin-top: 31px; 
}
.bs{margin-top:0;margin-bottom:10px;}
#footer_bilgi{
	width:100%;min-height:200px;background:#254461;
}
#footer_bilgi h1{
	color:#FFD64F;
	font-size:14px;
	padding-left:20px;
}
#footer_bilgi a{
	text-decoration:none;
	color:#7FA8CE;
}
#footer_bilgi a:hover{
	color:#FFD64F;
}
#footer{
	width:100%;height:55px;background:#1E374E;
	border-bottom:solid 2px #FFD64F;
	color:#7FA8CE;
	font-size:12px;
	text-align:center;
	box-sizing:border-box;
	padding-top:20px;
}
#footer a{
	text-decoration:none;
	color:#8E7855;
}
#footer a:hover{
	color:#FFD64F;
}
.urun_a{
	position:relative;
	width:210px;
	height:305px;
	float:left;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin: 12px;
	overflow:hidden;
	border-bottom:3px solid #186BC4;
}
.urun_a:hover{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
}


.resim{
	width:100%;
	height:180px;
	overflow:hidden;
}
.resim img{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	display: block;
	width:100%;
	height:100%;
	/*max-width: none;
	width: calc(100% + 60px);*/
}
.resim:hover img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
/*-webkit-filter: blur(3px);
	filter: blur(3px);*/
}
.resim_a{
	width:100%;
	height:80px;
	overflow:hidden;
}
.resim_ft{
	box-sizing:border-box;
	width:100%;
	height:40px;
	background-color:#F8F8F8;
	border-top:1px solid #EAEAEA;
	text-align:center;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.resim_a h1{
	font-size:12px;
	margin:0;
	padding:5px;
	text-align:center;
	color:#555;
	
}
.resim_a h2{
	font-size:10px;
	margin:0;
	padding:5px;
	text-align:center;
}
.resim_yer{
	width:100%;
	/*padding:2px 0 2px 0;*/
	font-size:10px;
	color:#fff;
	text-align:center;
}
.uf{
	width:60%;
	height:40px;
	float:left;
	padding-top:12px;
}
.ubt{
	width:40%;
	height:40px;
	float:left;
}
.ubt a{
	display:block;
	float:left;
	width:90%;
	height:25px;
	text-align:center;
	font-size:10px;
	padding-top:5px;
	margin-right:2px;
	color:#fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 5px;
	margin-top:8px;
	text-decoration:none;
	background-color:#186BC4;
	 -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
}
.ubt a.spat:hover, .ubt a:hover{
	background:red;
}
.ubt a.spat{
	width:30px;
	padding:0;
	background:#F39702;
}
.ubt a.spat:before{
	content: "\f07a";
	font-family: FontAwesome;
	font-size:20px;
}
#sb{
	position:fixed;
	width:200px;height:30px;
	color:#fff;
	background:#CB4901;
	z-index:10;
	right:10px;
	bottom:10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	padding:5px;
	display:none;
}
.fbilgi p{
	padding:10px;
	font-size:16px;
}
.fbelge{
	position:relative;
	width:210px;
	height:305px;
	float:left;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin: 12px;
	overflow:hidden;
	border-bottom:3px solid #9FBE2E;
}
.fbelge img{
	border:none;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	display: block;
	width:100%;
	height:100%;
}
.fbelge:hover img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.fres{
	position:relative;
	width:260px;
	height:180px;
	float:left;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin: 12px;
	overflow:hidden;
	border-bottom:3px solid #FFD64F;
}
.fres img{
	border:none;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	display: block;
	width:100%;
	height:100%;
}
.fres:hover img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.fbana img{
	width:100%;height:auto;
}
.fbana p{
	text-align:justify;text-indent: 50px;
}
.alan1{
	position:relative;
	width:100%;
	min-height:200px;
	box-sizing:border-box;
	padding:10px;
	background:#fff;
	margin-top:20px;
}
.alan2{
	position:relative;
	width:100%;
	min-height:200px;
	box-sizing:border-box;
	padding:0;
	margin-top:10px;
}
.alan2 > .urun_a{width:185px;}
.alan1 ul{
	padding:0;
	margin:0;
}
.alan1 ul li{
	list-style-type:none;
	width:100%;
	border-bottom:solid 1px #D6D6D6;
}
.alan1 ul li a{
	display:inline-block;
	width:100%;
	padding:10px 5px 10px 5px;
	color:#484136;
	text-decoration:none;
}
.alan1 ul li a:hover{
	color:#D35201;
	background:#F8F8F8;
}
.alan1 ul li label{
	width:80px;
	text-align:right;
	padding-right:5px;
}
.alan_f input[type='text']{
	width:80%;
	padding:5px;
	margin-bottom:5px;
	background:#FEF8EC;
	border:solid 1px #9A9A9A;
}
.alan_f input[type='text']:hover{
	background:#fff;
}
.alan_f textarea{
	width:100%;
	min-height:200px;
	background:#FEF8EC;
	border:solid 1px #9A9A9A;
}
.alan_f input[type='button']{
	width:100%;height:40px;color:#C34201;
}
.c1{
	position:relative;
	width:550px;
	height:133px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	overflow:hidden;
	border-bottom:3px solid #186BC4;
	float:left;
	box-sizing:border-box;
	margin-top:15px;
	margin-left:20px;
}
.c1_r{
	position:relative;
	width:200px;
	height:133px;
	float:left;
}
.c1_r img{
	width:100%;
	height:100%;
}
.c1_a{
	position:relative;
	width:350px;
	height:133px;
	float:left;
	box-sizing:border-box;
	padding:5px;
}
.c1_a h1{
	width:100%;
	color:#D55501;
	font-size:18px;
	margin:0;padding:0;margin-bottom:5px;
}
.ubak1 {
    position: relative;
	width:100%;
    height: 375px;
    background: #fff;
    box-sizing: border-box;
    float: left;
    -webkit-box-shadow: 1px 1px 2px #555;
    -moz-box-shadow: 1px 1px 2px #555;
    box-shadow: 1px 1px 2px #555;
    overflow: hidden;
    border-left: solid 5px #D75701;
    overflow: hidden;
}
.ubak1 h1{
	font-size:16px;color:#BD3C01;
	box-shadow: 1px 1px 2px #555;
	padding:10px;
}
.ubak1 h2{
	font-size:10px;color:#484136;
}
.ubak1 p{
	overflow:hidden;
	padding:10px;
	 box-shadow: 1px 1px 2px #555;
}
/*************************/
 /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;top:550px; 
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
			border-radius: 50%;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('../img/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
/**************************/
.sbs {
    position: absolute;
    width: 90%;
    height: 50px;
    top: 490px;
    left: 5%;
    text-align: left;
	padding:10px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 30px;
	font-weight:bold;
    color: #FEC801;
    text-shadow: 1px 1px 2px #000;
    background: rgba(0,0,0,.3);
}
.spinner {
	position:fixed;
  width: 120px;
  height: 120px;
  left:50%;top:50%;
	margin-left:-60px;
	margin-top:-60px;
	z-index:6;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.duyuru{
	position:relative;
	width:100%;min-height:60px;
	border-bottom:solid 1px #2B2925;
	border-left:5px solid #1666BC;
	margin-top:10px;
	background:#fafafa;
}
.duyuru:hover{background:#ffffff;}
.duyuru p{
	position:table-cell;
	width:100%;min-height:20px;
	box-sizing:border-box;
	padding:5px 10px 5px 60px;
}
.duyuru span{
	position:table-cell;
	width:100%;min-height:20px;
	box-sizing:border-box;
	padding:5px;font-weight:bold;font-size:16px;
}
.duyuru img{
	width:50px;
	height:50px;
}
/**************************/
#loader-wrapper.loader-off {
  display: none !important;
}
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 15000;
  overflow: hidden;
}
.loader {
  width: 150px;
  height: 150px;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
}
.loader .loading {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-family: 'Century Gothic', sans-serif;
  font-style: italic;
  left: 0;
  top: 50%;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.loader-circle-1 {
  width: 138px;
  height: 138px;
  left: 5px;
  top: 5px;
  border: 1px #fff solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: transparent;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader-circle-2 {
  width: 126px;
  height: 126px;
  left: 5px;
  top: 5px;
  border: 1px transparent solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: #fede00;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
.loader .line {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.loader .line:nth-child(1) {
  left: 16px;
  top: 50%;
  margin-top: -1px;
}
.loader .line:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 33px;
  top: 33px;
}
.loader .line:nth-child(3) {
  top: 16px;
  left: 50%;
  width: 2px;
  height: 10px;
}
.loader .line:nth-child(4) {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 33px;
  top: 33px;
}
.loader .line:nth-child(5) {
  right: 16px;
  top: 50%;
  margin-top: -1px;
}
.loader .line:nth-child(6) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 33px;
  bottom: 33px;
  background: #fede00;
}
.loader .subline {
  position: absolute;
  width: 3px;
  height: 2px;
  background: #fff;
}
.loader .subline:nth-child(7) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  left: 21px;
  top: 50px;
}
.loader .subline:nth-child(8) {
  transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -webkit-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  left: 50px;
  top: 21px;
}
.loader .subline:nth-child(9) {
  transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -webkit-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  right: 50px;
  top: 21px;
}
.loader .subline:nth-child(10) {
  transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -webkit-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  right: 21px;
  top: 50px;
}
.loader .subline:nth-child(11) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  right: 20px;
  bottom: 49px;
  background: #fede00;
}
.loader .needle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  z-index: 1;
  -webkit-animation: pegIt 3s infinite ease-in-out;
  animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 50px 3.5px 0;
  border-color: transparent #fede00 transparent transparent;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -3.5px 0 0 0;
  border-radius: 0 50% 50% 0;
}
@keyframes pegIt {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(55deg);
  }
  30% {
    transform: rotate(90deg);
  }
  36% {
    transform: rotate(170deg);
  }
  42% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(227deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pegIt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(75deg);
  }
  25% {
    -webkit-transform: rotate(55deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
  }
  36% {
    -webkit-transform: rotate(170deg);
  }
  42% {
    -webkit-transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(227deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ailetisim {
	position: absolute;
	width: 300px;
	min-height: 40px;
	right: -10px;
	top: 10px;
	z-index: 2;
	padding: 3px;
	border-radius: 5px;
	text-align:right;
}
.ailetisim p{
	margin:0; padding:0;font-size:16px; font-weight:600;
}
.mbilgi, .mbilgi0{padding-top:20px;}
.mbilgi ul{list-style:circle;margin:0;padding:0;}
.mbilgi ul li{padding:3px;border: 1px solid #adadad;margin-bottom: 5px;color: #340c6f;}
.mbilgi ul li:hover{border:1px solid #340C6F;background: #0b2d84;color:#fff}
.mbilgi img{width:100%;max-width:360px;height:auto;}
.mbilgi0 ul{list-style:none;margin:0;padding:0;}
.mbilgi0 ul li{padding: 3px;border: 1px dashed #ffffff;border-left: solid 5px #340c6f;margin-bottom: 5px;color: #340c6f;text-align: center;background: #fff;}
.mbilgi0 ul li:hover{border:1px solid #340C6F;background: #0b2d84;color:#fff}
.mbilgi0 p{width: 100%;padding-top: 15px;text-align: center;font-size: 16px;font-weight: 600;}
.mbilgi0 img{width:100%;max-width:450px;height:auto;}
.menu ul li a i{font-size: 20px; padding-right: 5px;}
/**************************/

/***************************/
@media only screen and (max-width: 480px) {
	.logo{
		background-size: 80% !important;
	}
	.ailetisim{display:none;}
}
@media only screen and (max-width: 768px) {
	#header{
		height:70px;
	}
	.logo{
		left:0;top:0;
		width:100%;height:65px;
		background-position:center;
		background-size: 90%;
	}
	.arama{
		display:none;
	}
	/*#orta_mn, .omn{height:80px;}*/
	.alan2 > .urun_a,.urun_a{
		box-sizing:border-box;
		margin:8px;
		width:45%;
		height:220px;
		
	}
	.alan_f input[type='text']{
		width:100%;
	}
	.resim{
		width:100%;
		height:120px;
		overflow:hidden;
	}
	.resim_a{
		height:60px;
	}
	.resim_ft{
		height:20px;
	}
	.resim_a h1{
		font-size:10px;
		margin:0;
		padding:5px;
		text-align:center;
		
	}
	.resim_a h2{
		font-size:8px;
		margin:0;
		padding:5px;
		text-align:center;
	}
	.menu{display:none;}
	.menu0{display:block;}
	.sepet{display:none;}
	.omn h1{
		padding-top:30px;
		font-size:30px;
	}
	.c1{
		width:90%;
		box-sizing:border-box;
	}
	.c1_r{
		width:100px;
	}
	.c1_a{
		width:calc(100% - 100px);
	}
	.c1, .c1_a, .c2_r{
		height:100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.arama{
		width:350px;
	}
	.c1{
		width:95%;
		box-sizing:border-box;
	}
	.c1_r{
		width:150px;
	}
	.c1_a{
		width:calc(100% - 150px);
	}
	.c1, .c1_a, .c2_r{
		height:100px;
	}
	.alan2 > .urun_a{
		width:205px;
	}
}