html{}
body{margin:0px auto;font-family:arial;font-weight:normal;overflow-x: hidden;}
a{text-decoration:none;display:block;cursor:pointer;}
ul{list-style:none;margin:0px;padding:0px;}
h1{margin:0px;padding:0px;font-weight:normal;}
h2{margin:0px;padding:0px;font-weight:normal;}
h3{margin:0px;padding:0px;font-weight:normal;}
h4{margin:0px;padding:0px;font-weight:normal;}
h5{margin:0px;padding:0px;font-weight:normal;}
span{display:block;}
img{border:0px;outline:0px;}
textarea{overflow:auto;resize:none;outline:none;}
input{overflow:auto;outline:none;}

.giris{
	width:100%;
	height:276px;
    /*background:url(img/sabit_ardalan.jpg) no-repeat center center rgba(0,0,0,1);*/
    background:rgba(0,0,0,1);
	z-index:10;
    cursor:pointer;}
	.girisKusakLogo{
		width:100%;
		height:100%;}
		.girisKusak{
			width:100%;
			height:60px;
			background:rgba(242,104,34,0.9);}
		.girisLogo{
			width:600px;
			height:410px;
			top:-108px;
			background:url(img/giris_logo.png) no-repeat center center;}

.tutucu{
    overflow-x: hidden;
}
/* HEADER */
    .header{
        width:100%;
        height:120px;
        z-index: 3;
    }
        .hGri{
            width:100%;
            height:40px;
            background: url(img/h_gri_bg.png) repeat-x;
        }
        .hSiyah{
            width:100%;
            height:73px;
            background: #231f20;
        }
            .anaMenu{
                height:73px;
            }
                .anaMenuSekme{
                    height:73px;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 600;
                    font-size: 16px;
                    color:#fff;
                    line-height: 73px;
                    padding:0px 14px;
                }
                .hulahop{
                    background: url(img/hulahop.png) no-repeat center center;
                }
                .logo{
                    width:222px;
                    height:152px;
                    background: url(img/logo.png) no-repeat center center;
                    left:379px;
                    top:-31px;
                    z-index: 4;
                }
        .hTuruncu{
            width:100%;
            height:7px;
            background: #f26822;
        }

/* CONTENT */
    .content{
        width:100%;
        margin:0px auto;
        background: #000;
        overflow: hidden;
    }
        .ardAlan{
            z-index: 1;
        }
            .sabitArdalan{
                background-image: url(img/sabit_ardalan.jpg);
                background-size: cover;
            }

            .anaSlider{
				box-sizing: border-box;
            }
                .anaSlide{
					box-sizing: border-box;
                    /*cursor:w-resize;*/
                    cursor: url('img/hand.svg'), auto;
                    outline:none;
					background-repeat: no-repeat;
                }

            .buyukKayanlar{
                box-sizing: border-box;
            }
                .buyukKayan{
                    box-sizing: border-box;
                    /*cursor:w-resize;*/
                    cursor: url('img/hand.svg'), auto;
                    outline:none;
					background-repeat: no-repeat;
                }
            
            .kucukKayanlar{
                width:100%;
				padding:10px 0px;
                box-sizing: border-box;
                bottom:0px !important;
				background:rgba(0,0,0,1);				
            }
                .kucukKayan{
                    width:200px;
                    height:75px;
                    margin: 0px 20px;
                    box-sizing: border-box;
                    cursor:pointer;
                    outline:none;
					background-repeat: no-repeat;
					opacity:0.5;
                }
			.harita{
				min-height:752px;
			}

        .solAlan{
            z-index: 2;
            top:64px;
            left:-980px;
        }
            .solAlankutu{
                width:591px;
                height:574px;
                background: red;
            }
                .solAlanUstBeyaz{
                    width:591px;
                    height:20px;
                    background:#fff;
                }
                .solAlanTuruncu{
                    width:519px;
                    height:60px;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 700;
                    font-size: 24px;
                    color:#fff;
                    line-height: 60px;
                    padding:0px 36px;
                    background:rgba(242,104,34,.90);
                }
                    .ackapat{
                        width:32px;
                        height:60px;
                        top:0px;
                        right:10px;
                    }
                        .ac{
                            width:32px;
                            height:60px;
                            background:url("img/ac.png") no-repeat center center;                       
                            z-index: 3;
                        }                            
                        .kapat{
                            width:32px;
                            height:60px;
                            background:url("img/kapat.png") no-repeat center center;
                            z-index: 3;
                        }
                .solAlanAltBeyaz
                {
                    width:531px;
                    height:auto;
                    background:rgba(255,255,255,.95);
                    padding:30px;
                }
                    .iletBilgiBaslik{
                        font-family: 'Roboto', sans-serif;
                        font-weight: 500;
                        font-size: 22px;
                        color:#231f20;
                    }
                    .iletBilgi{
                        font-family: arial;
                        font-weight: 500;
                        font-size: 14px;
                        color:#231f20;
                        line-height: 40px;
                        padding-left: 20px;
                    }
                    .iletBilgiAyrac{
                        width:100%;
                        height:1px;
                        background: #dcdcdc;
                    }
                    .iletForm{
                        z-index: 2;
                    }
                        .iletFormSol{
                            width:254px;
                        }
                            .tekli{
                                width:220px;
                                height:36px;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 400;
                                font-size: 16px;
                                color:#231f20;
                                background: #d8d8d8;
                                margin-bottom: 4px;
                                border:2px solid #d8d8d8;
                                padding:0px 15px;
                                outline:none;
                            }
                            .tekli:focus{
                                background: #fff;
                            }
                        .iletFormSag{
                            width:254px;
                        }
                            .coklu{
                                width:224px;
                                height:104px;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 400;
                                font-size: 16px;
                                color:#231f20;
                                background: #d8d8d8;
                                padding:10px 15px;
                                outline: none;
                                border:none;
                                border:2px solid #d8d8d8;
                            }
                            .coklu:focus{
                                background: #fff;
                            }
                        .iletGonder{
                            font-family: 'Roboto', sans-serif;
                            font-weight: 500;
                            font-size: 14px;
                            color:#fff;
                            background: #f26822;
                            display:inline;
                            padding:10px 15px;
                            
                        }
                .solAlanSiyah
                {
                    width:591px;
                    height:20px;
                    background:rgba(35,31,32,.95); 
                }

        .sagAlan{            
            z-index: 2;
            top:64px;
            right:-980px;            
        }
            .sagMenuler{

            }
                .sagMenu{
                    font-family: 'Roboto', sans-serif;
                    font-weight: 500;
                    font-size: 18px;
                    color:#fff;
                    padding:10px 30px 10px 10px;
                    margin-bottom:3px;
                    background: #231f20;
                }

        .ortaAlan{
            width:980px;
            z-index: 2;
            top:-2000px;
            overflow: hidden;
        }
            .ortaAlanKutu{

            }
                .ortaAlanUstBeyaz{
                    width:980px;
                    height:20px;
                    background: #fff;
                }
                .ortaAlanTuruncu{
                    width:908px;
                    height:60px;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 700;
                    font-size: 24px;
                    color:#fff;
                    line-height: 60px;
                    padding:0px 36px;
                    background:rgba(242,104,34,.90);
                }
                .ortaAlanAltBeyaz{
                    width:920px;
                    height:auto;
                    background:rgba(255,255,255,.95);
                    padding:30px;
                }
                    .hakkimizdaGrup{

                    }
                        .hakkimizdaBaslik{
                            font-family: 'Roboto', sans-serif;
                            font-weight: 500;
                            font-size: 22px;
                            color:#231f20;
                        }
                        .hakkimizdaYazi{
                            width:690px;
                            font-family: arial;
                            font-weight: 500;
                            font-size: 14px;
                            color:#231f20;
                            line-height: 24px;
                            text-align: justify;							
                        }
                        .hakkimizdaResim{
                            width:190px;
                            height:240px;
                        }
                    .yeniProjeGrup{
                        padding-bottom:20px;
                        border-bottom: 5px solid #f26822;
                        margin-bottom:30px;
                    }
                        .yeniProjeBaslik{
                            font-family: 'Roboto', sans-serif;
                            font-weight: 500;
                            font-size: 22px;
                            color:#231f20;
                        }
                        .yeniProjeYazi{
                            font:14px arial;
                            color:#231f20;
                            text-align: justify;
                            line-height: 24px;
                            margin-bottom:30px;
                        }
                        .yeniProjeResimler{

                        }
                            .yeniProjeResim{
                                width:145px;
                                height:109px;
								
								
                                margin-right: 9px;
								margin-bottom:9px;
								
                            }
                            .yeniProjeResim:nth-child(6n+6){
                                margin-right:0px;
                            }
							
							.yeniProjeResim:nth-child(n+7){
                                display:none;
                            }
                .ortaAlanSiyah{
                    width:980px;
                    height:20px;
                    background:rgba(35,31,32,.95);
                }
            

/* FOOTER */
    .footer{
        width:100%;
        height:26px;
        z-index: 3;
    }
        .fTuruncu{
            width:100%;
            height:6px;
            background: url(img/f_turuncu_bg.png) repeat-x;
        }
        .fBeyaz{
            width:100%;
            height:20px;
            background: #fff;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 11px;
            color:#231f20;
            text-align: center;
			line-height:20px;
        }

/* GENEL */

.mt1{margin-top:1px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mr1{margin-right:1px;}
.mr10{margin-right:10px;}
.mb1{margin-bottom:1px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.ml1{margin-left:1px;}
.ml10{margin-left:10px;}
.ml216{margin-left:216px;}

.pt1{padding-top:1px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pr1{padding-right:1px;}
.pr10{padding-right:10px;}
.pb1{padding-bottom:1px;}
.pb10{padding-bottom:10px;}
.pl1{padding-left:1px;}
.pl10{padding-left:10px;}

.alan{width:980px;}
.orta{margin-left:auto;margin-right:auto;}
.pr{position:relative;}
.pa{position:absolute;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both;}
/*
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 12px;
color:#231f20;
*/


/* Slider Okları Düzenleme */
.slick-prev,
.slick-next{
    width: 40px !important;
    height: 40px !important;
}
.slick-prev{left:30px !important;z-index: 5 !important;}
.slick-next{right:30px !important;z-index: 5 !important;}

/* Carousel de Ortadakini Belirtmek */
.slick-center{
	opacity:1;}