body{
    padding-top: 170px;
}
label.error{display:none!important;}
header{
    height:170px;
    position: fixed;
    top:0;
    width:100%;
    background: #fff;
    z-index: 11;
    transition:all ease 0.3s;
}
header > div{
    width:1260px;
    margin:auto;
}
.header_logo{
    width:100%;
    padding: 30px 0;
    text-align: center;
}
.header_logo img{
    width:220px;
    display:block;
    margin:auto;
}
header nav{
    width:100%;
    height:60px;
    position: relative;
}
.header_menu{
    display:table;
    margin:0 auto;
}
.header_menu li{
    float:left;
    height:60px;
    transition: all ease 0.3s;
}
.header_menu li:hover{
    transition: all ease 0.3s;
    background: #fafafa;
}
.header_menu li a{
    display:block;
    line-height:60px;
    color:#000;
    font-size:14px;
    padding: 0 20px;
}
.header_sosyalmedya{
    float:right;
    height:60px;
    position: absolute;
    right:0;
    top:0;
}
.header_sosyalmedya li{
    float:left;
    height:60px;
    width:40px;
    text-align: center;
    transition: all ease 0.3s;
}
.header_sosyalmedya li:hover{
    transition: all ease 0.3s;
    background: #fafafa;
}
.header_sosyalmedya a{
    display:block;
    line-height:60px;
    color:#000;
    font-size:18px;
}
.header_sosyalmedya img {height:22px;}
.galeri{
    width:1260px;
    margin:0 auto 30px auto;
}
.galeri ul{
    width:100%;
}
.galeri ul li{
    float:left;
    width:126px;
    height:126px;
    overflow:hidden;
    position: relative;
    perspective: 1000px;
    background: #000;
}
.galeri ul li img{
    display:block;
    top:0;
    transition: all ease 0.3s;
    width:100%;
}
.kart{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.kart-on, .kart-arka{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;    
}
.kart-arka{
    transform: rotateY(180deg);
}
.secili .kart{
    transform: rotateY(180deg);
}
.anasayfaHizmetler{
    width: 1260px;
    margin:60px auto 30px auto;
    position: relative;
    text-align: center;
}
.anasayfaHizmetler figure{
    float:left;
    width:315px;
    height:315px;
    transition: all ease 0.3s;
    position: relative;
}
.anasayfaHizmetler .sayfa-galeri{
    column-count: 4;
    column-gap: 0;
}
.anasayfaHizmetler .sayfa-galeri>figure>a>img{
    display:block;
	width:100%;
}
.anasayfaHizmetler h2 a{
    font-size:24px;
    margin-bottom: 5px;
    color: #000;
}
.anasayfaHizmetler p{
    font-size:16px;
    display:block;
    font-weight: 300;
    color: #000;
}
.anasayfaHizmetler h2 a:hover{
    text-decoration: underline;
}
.anasayfaHizmetler li:Hover{
    transition: all ease 0.3s;   
}
.anasayfaHizmetler figure:Hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4); 
    z-index: 2;   
}
.anasayfaVideolar{
    width:1260px;
    margin:60px auto 30px auto;
    position: relative;
    text-align: center;
}
.anasayfaVideolar ul{
    width:100%;
    margin-top:30px;
}
.anasayfaVideolar h2 a{
    font-size:24px;
    color: #000;   
    display: block;
    margin-bottom: 5px;
}
.anasayfaVideolar h2 a:hover{
    text-decoration: underline;
}
.anasayfaVideolar li{
    float:left;
    width:315px;
    height:315px;
    position: relative;
    transition: all ease 0.3s;
}
.anasayfaVideolar p{
    font-size: 16px;
    display: block;
    font-weight: 300;
    color: #000;
}
.anasayfaVideolar li a{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    background-image: url(../images/play.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center center;
}
.anasayfaVideolar li:Hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);    
}
.anasayfaVideolar li img{
    width:100%;
    display: block;
}
footer{
    width:1260px;
    margin:auto;
    padding: 30px 0;
}
footer ul{
    display: table;
    margin:auto;
}
footer ul li{
    float:left;
    height:35px;
    line-height: 35px;
}
.footer_eposta a{
    font-size:24px;
    font-weight: 300;
    color:#000;
    padding:0 20px;    
}
.footer_eposta a:hover{
    text-decoration: underline;
}
.footer_button a{
    width:150px;
    height:35px;
    line-height: 35px;
    border-radius: 18px;
    background: #000;
    transition: all ease 0.3s;
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-size: 12px;
    display:block;
    margin:0 30px;
}
.footer_button a:Hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);   
    background: #37a271;  
}
.footer_sosyalmedya a{
    width:35px;
    height:35px;
    line-height: 35px;
    text-align: center;
    color:#000;
    transition: all ease 0.3s;
    float:left;
    font-size: 20px;
    transition: all ease 0.3s;
}
.footer_sosyalmedya a:Hover{
    background: #fafafa;
    transition: all ease 0.3s;   
}
.footer_sosyalmedya img{height:22px;}
.headeric{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);    
}
.mainic{
    width:1260px;
    margin:auto;
    position: relative;
}
.sayfaust{
    width:100%;
    display:flex;
	margin-bottom:25px;
}
.sayfaust_sol{
    width:50%;
    float:left;
    display:flex;
   justify-content: center;
    flex-direction: column;
    padding-right: 60px;
}
.sayfaust_sag{
    width:50%;
    float:left;
}
.sayfaust_sag img{
    width:100%;
}
.sayfaust_sol ul{
    width:100%;
}
.sayfaust_sol ul li{
   float:left;
   height:20px;
   line-height: 20px;
   font-size: 13px;
   color:#000;
   margin-right: 30px;  
   position: relative; 
}
.sayfaust_sol ul li a{
    font-size: 13px;
    color:#000;
}
.sayfaust_sol ul li:after{
    position: absolute;
    right:-20px;
    height:20px;
    line-height:20px;
    font-family: profornet;
    font-size:9px;
    content: '\e92d';
}
.sayfaust_sol ul li:last-child:after{
    display:none;
}
.sayfaust_sol h1{
    font-size:24px;
    margin:10px 0;
}
.sayfaust_sol p{
    font-size:16px;
    font-weight: 300;
    line-height: 20px;
}
.sayfa{
    width:100%;
}
.sayfa h2, .sayfa h3, .sayfa h4{
    font-size:24px;
    display:block;
    margin-bottom: 5px;
    margin-top: 30px;
}
.sayfa p{
    font-size:16px;
    font-weight: 300;
    display:bloc;
    margin-bottom: 20px;
}
.sayfa ul{
    width: 100%;
    list-style: disc;
    margin-left: 15px;
}
.sayfa ul li{
    width:100%;
    margin-bottom: 10px;
    font-size:16px;
    font-weight: 300;    
}
.sayfaGaleri{
    margin-top:30px;
    text-align: center;
}
.sayfaGaleri h2{
    font-size: 24px;
    margin-bottom: 5px;
}

.galeri-ic figure{
    float:left;
    width:188px!important;
    height:125px!important;
    transition: all ease 0.3s;
    position: relative;
}

.sayfaGaleri figure{
    float:left;
    width:16%;
    height:auto;
	margin:2px;
    transition: all ease 0.3s;
    position: relative;
}

.sayfaGaleri .sayfa-galeri{
   display: flex;
   align-items: left;
   justify-content: left;
   flex-direction: row;
   flex-wrap: wrap;
   flex-flow: row wrap;
   align-content: flex-end;
   
	/*
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	column-gap: 0;
	-webkit-column-gap: 5px
	-moz-column-gap: 5px;
	column-gap: 5px;
  -moz-column-fill: auto; 
  column-fill: auto;	
  */
}

.sayfaGaleri .sayfa-galeri>figure>a>img{
    display:block;
	width:100%;
}
.sayfaGaleri h1 a{
    font-size:24px;
    margin-bottom: 5px;
    color: #000;
}
.sayfaGaleri p{
    font-size:16px;
    display:block;
    font-weight: 300;
    color: #000;
}
.sayfaGaleri h1 a:hover{
    text-decoration: underline;
}
.sayfaGaleri li:Hover{
    transition: all ease 0.3s;   
}
.sayfaGaleri figure:Hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4); 
    z-index: 2;   
}

.sent-text {font-weight:bold;font-size:18px!important;text-align:center;}

.iletisim{
    width:900px;
    padding: 60px 0;
    margin:auto;
}
.iletisim h1{
    font-size:24px;
    margin-bottom: 10px;
}
.iletisim p{
    font-size:14px;
}
.iletisim_form{
    width:450px;
    float:left;
}
.iletisim_form form input,.iletisim_form form select{
    width:100%;
    height:40px;
    line-height: 40px;
    border:1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 5px;
    flex: 1;
    background: #fff;
	margin-right:10px;
}


.iletisim_form form li{
    width: 100%;
}
.iletisim h2{
    font-size:24px;
    margin-bottom: 20px;
}
.iletisim form li{
    width:100%;
    margin-bottom: 20px;
	display:flex;
}

.iletisim_form form textarea{
    width:100%;
    height:80px;
    border:1px solid #ebebeb;
    padding: 15px;
    border-radius: 5px;
}
.iletisim_form form button{
    width:100px;
    height:40px;
    line-height: 40px;
    border:none;
    background: #000;
    transition: all ease 0.3s;
    display:block;
    border-radius:5px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.iletisim_form  form button:hover{
    background: #37a271;
    transition: all ease 0.3s;   
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);      
}
.iletisim_mail{
    width:450px;
    float:left;
}
.iletisim_mail p {margin-bottom:10px;}
input::placeholder, textarea::placeholder{
    color:#000;
}
.iletisim_form form input:last-child,.iletisim_form form select:last-child{
	margin-right:0;
}











.iletisim:after,
footer ul:after,
.sayfaust:after,
.anasayfaVideolar ul:after,
.galeri ul:after,
nav:after{
    clear:both;
    display:block;
    content:"";
}
