.introSlayt{height:100%;width:100%;top:0px;left:0px;position:fixed;}
.introBoxSlayt{height:100%;width:100%;top:0px;left:0px;position:fixed;}

.introBox{height:100%;width:100%;top:0px;left:0px;position:absolute;}
.introBox .text{color:#000;font-size:38px;line-height:65px;margin-bottom:50px;margin-top:85px;}
.introA{color:#000;margin:0px 5px;font-size:13px;border:1px solid #E3000F;padding:7px 7px;}
.introA:hover{text-decoration:none;background-color:#E3000F;color:#fff;}


.giris_tam{width:600px;display:inline-block;}

.giris_sag{float:left;display:inline-block;width:300px;padding-right:80px;border-right:2px solid #fff;font-size:24px;line-height:30px;font-weight:bold;color:#000;}
.giris_sol a{color:#6BA0C4;font-weight:bold;line-height:150%;vertical-align:bottom;font-size:24px;}
.giris_sol .text{color:#6BA0C4;}
.giris_sol{float:right;display:inline-block;width:300px;padding-left:80px;}

@media (max-width: 991px){
	.giris_sol, .giris_sag{display:block;padding:20px 0px;border:0px;float:none;}
	.giris_sag{border-bottom:2px solid #fff;}
	
	.introBox .text{font-size:30px;line-height:40px;margin-bottom:30px;margin-top:15px;}
	
	.giris_tam{width:auto;}
}

.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}


@font-face {
    font-family: 'Gothom';
    src: url('../font/Gotham-Book_TR.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothomBold';
    src: url('../font/Gotham-Bold_TR.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothomLight';
    src: url('../font/Gotham-Light_TR.ttf');
    font-weight: normal;
    font-style: normal;
}




body{font-family: 'Gothom', sans-serif !important;overflow-x:hidden !important;color:#444;}


.clear{clear:both !important;}
.floatLeft{float:left !important;}
.floatRight{float:right !important;}
.displayNone{display:none !important;}

.backLogoImage{background-color:#fff;background-position:center center;border:1px solid #ddd;background-repeat:no-repeat;}


.shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.bgRed{background-color:#E30615;}

.heightAuto{height:auto !important;}

#imageContainer{display:table;background-color:#fff;height:170px;width:100%;border:1px solid #ddd;}
#imageCon{display:table-cell;vertical-align:middle;padding:10px;}
.imageTitle{position:absolute;font-size:13px;width:calc(100% - 32px);bottom:0;background-color:rgba(0,0,0,0.6);line-height:12px;text-align:center;color:#fff;padding:15px 0px;}
.imageTitleHover:hover .imageTitle{display:block;
                                   -webkit-transition: all 0.5s ease;
                                   -moz-transition: all 0.5s ease;
                                   -o-transition: all 0.5s ease;
                                   -ms-transition: all 0.5s ease;
                                   transition: all 0.5s ease;
}
.imageTitleFull{position:absolute;font-size:13px;width:calc(100% - 30px);bottom:0;background-color:rgba(0,0,0,0.6);line-height:12px;text-align:center;color:#fff;padding:15px 0px;}

#imageContainer200{display:table;background-color:#fff;height:220px;width:100%;border:1px solid #ddd;}

#imageContainer100{display:table;background-color:#fff;height:120px;width:100%;border:1px solid #ddd;}

.noTextDecoration:hover{text-decoration:none;}

.clear{clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}
.pointer{cursor:pointer !important;}

.slideText{font-size:10px;color:#fff;text-shadow: black 0.1em 0.1em 0.2em;}
.slideButton{font-size:14px;padding:10px;color:#fff;margin-top:30px;width:90px;background-color:#A60E35;cursor:pointer;}

.fullHarita iframe{width:100% !important;border:1px solid #ddd;}

.alert{font-size:12px;}

.message{font-size:10px;margin-bottom:5px;}
.message .alert{padding:10px;margin:0px;}

.noBorderRadious{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.form-control{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.noBorder{border:0px !important;}

.grow2 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grow2 img:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
    position:relative;
    z-index:999;
}



.siteButton{background-color:#E3000F;font-size:13px;color:#fff;padding:10px 10px;border:0px;
            -webkit-border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
}
.siteButton:hover{background-color:#1E2428;color:#fff;}


.siteButtonW{background-color:transparent;border:1px solid #E3000F;font-size:13px;color:#1E2428;padding:4px 10px;
             -webkit-border-radius: 3px 3px 3px 3px;
             -moz-border-radius: 3px 3px 3px 3px;
             border-radius: 3px 3px 3px 3px;
}
.siteButtonW:hover{background-color:#E3000F;color:#fff;}

.hint{padding:10px 0px 20px 0px;color:#777;font-size:12px;}

.margin0{margin:0px !important;}
.marginTop-20{margin-top:-20px !important;}
.marginTop-15{margin-top:-15px !important;}
.marginTop-10{margin-top:-10px !important;}
.marginTop0{margin-top:0px !important;}
.marginTop5{margin-top:5px !important;}
.marginTop10{margin-top:10px !important;}
.marginTop20{margin-top:20px !important;}
.marginTop30{margin-top:30px !important;}
.marginTop40{margin-top:40px !important;}
.marginTop50{margin-top:50px !important;}

.marginBottom5{margin-bottom:5px !important;}
.marginBottom10{margin-bottom:10px !important;}
.marginBottom20{margin-bottom:20px !important;}
.marginBottom30{margin-bottom:30px !important;}

.marginLeft0{margin-left:0px !important;}

.padding0{padding:0px !important;}
.paddingLeft0{padding-left:0px !important;}
.paddingRight0{padding-right:0px !important;}
.paddingLeft20{padding-left:20px !important;}

.padding3{padding:3px !important;}
.padding2-3{padding:0px 3px !important;}
.padding5{padding:5px !important;}
.padding10{padding:10px;}
.padding0-15{padding:0px 15px;}
.padding20{padding:20px;}
.padding15{padding:15px;}

.aNoStyle:hover{text-decoration:none;}


.etiketTitle{font-size:14px;color:#353535;margin-top:10px;}
label.etiket{height:20px;margin-top:15px;}
label.etiket i{color:#353535;font-size:10px;}
.etiket{padding-left:5px;padding-right:5px;font-size:12px;color:#353535;}
.etiket:hover{text-decoration:none;}

.slaytBaslik{padding:1% 5% 1% 6%;font-size:230%;line-height:120%;color:#fff;background-color:rgba(0,0,0,0.8);margin-bottom:3%;}
.slaytYazi{padding-left:250px;}

.butonSlayt{font-size:15px !important;padding-left:25px;font-style:italic;font-weight:lighter;}


.indexAbsolute{bottom:3px;position:absolute;z-index:9999;width:calc(100% - 250px);left:250px;}

.rightIndex{opacity:0.5;position:absolute;z-index:9999;right:20px;top:calc(50% - 160px);}
.rightIndex .box{height:39px;width:39px;margin-bottom:15px;position:relative;}
.rightIndex .box img{width:100%;}
.rightIndex .box img.son{opacity:0;position:absolute;top:0px;left:0px;}
.rightIndex .box:hover img.ilk{opacity:0;
                               -webkit-transition: all 0.5s ease;
                               -moz-transition: all 0.5s ease;
                               -o-transition: all 0.5s ease;
                               -ms-transition: all 0.5s ease;
                               transition: all 0.5s ease;
}
.rightIndex .box:hover img.son{opacity:1;
                               -webkit-transition: all 0.5s ease;
                               -moz-transition: all 0.5s ease;
                               -o-transition: all 0.5s ease;
                               -ms-transition: all 0.5s ease;
                               transition: all 0.5s ease;
}

.rightIndex .boxText{position:absolute;right:50px;color:#fff;line-height:40px;top:0px;opacity:0;font-size:18px;
  -webkit-transition: all 0.5s ease;
                               -moz-transition: all 0.5s ease;
                               -o-transition: all 0.5s ease;
                               -ms-transition: all 0.5s ease;
                               transition: all 0.5s ease;
}
.rightIndex .box:hover .boxText{opacity:1;
  -webkit-transition: all 0.5s ease;
                               -moz-transition: all 0.5s ease;
                               -o-transition: all 0.5s ease;
                               -ms-transition: all 0.5s ease;
                               transition: all 0.5s ease;
}


.vertical{
    display: table-cell;
    vertical-align: middle;
}




header.header{
    width: 80px;
    height:100vh;
    position: fixed;
    left:0px;
    top:0px;
    margin:0px;
    border:0px;
    padding: 0px;
    border-radius:0px;
    background: none;
    z-index: 999;
}

.header .header-top{
    width: 100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 999;
    background-color:#e7e8e3;
}

.logo{
    position: relative;
    width: 100%;
    height:50%;
}

.logo a{
    display: block !important;
    padding: 25px 0px;
    height:auto;
    float:right;
    margin-right:17px;
}

.menu-icon{
    width: 40px;
    height:auto;
    position:relative;
    float:right;
    margin-right:25px;
    color:#eee;
    font-size:13px;
    margin-top:30px;
    cursor: pointer;
}

.menu-icon h1{
    display: block;
    margin-top:5px;
    padding-right:2px;
}

.menu-icons{
    width: 32px;
    height:25px;
}

.menu-icons span.menu-bar{
    display: block;
    width: 100%;
    height:4px;
    position: absolute;
    left:0px;
    top:0px;
    background: #eee;
}

.menu-icons span.menu-bar:nth-child(1){	
    top:0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}

.menu-icons span.menu-bar:nth-child(2){	
    top:10px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.7s ease 0s;
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}
.menu-icons span.menu-bar:nth-child(3){	
    top:20px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}

.menu-after span.menu-bar:first-child{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
    top:10px;
}

.menu-after span.menu-bar:nth-child(3){
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
    top:10px;
}

.menu-after span.menu-bar:nth-child(2){
    display: none;
}

#menu{
    width: 230px;
    height:100vh;
    position: absolute;
    overflow-y:auto;
    overflow-x:hidden;
    left:0px;
    top:0px;
    z-index: 99;
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
    background: #445057;
	
	background-image:url("../images/back_t.png");
	background-size:100% 110%;
	background-position:right center;
}


#menu.menu-open{
    left: 80px;
}


.logo-open{
    width: 100%;
    height:20%;
    position: relative;
    display: table;
}


.menuYazi{font-family: 'Playfair Display', serif !important;font-size:25px;width:140px;text-align:center;margin-left:95px;padding:8px 0px;color:#80878D;border-bottom:1px solid #80878D;border-top:1px solid #80878D;}


.menuLogo{
    width: 100%;
    height:80px;
    position: relative;
    display: table;
}

.menuSocial{
    width: 100%;
    height:120px;
    position: relative;
    display: table;
}

.socialC{
    width:180px;
    margin-left:25px;
    margin-top:20px;
}

.social{
    float:left;
}
.social img{height:26px;display:block;margin:0px 2px;}




nav{
    width: 100%;
    height:50%;
    position: relative;
    display: table;
    padding:5% 30px;
}

.menu ul li a{
    color:#445057;
    font-size:14px;
    padding: 20px 0px;
    display: block;
    position: relative;
    cursor:pointer;
	font-weight:500;
    text-align:center;
}

.menuindex ul li a{
	color:#ced3d6;
}


@media (max-height: 800px){
    .menu ul li a{
        padding: 18px 0px;
    }
}
@media (max-height: 700px){
    .menu ul li a{
        padding: 15px 0px;
    }
}

.menu ul li.active a , #menu ul li a:hover{
    text-decoration: none;color:#000;
}

.menu ul li ul li a{
    color:#000 !important;
}
.menuindex ul li ul li a{
    color:#ced3d6 !important;
}

.menu ul li ul li ul li.active a , #menu ul li ul li a:hover{
    color:#FF6600 !important;
}
.menuindex ul li.active a , #menu.menuindex ul li a:hover{
    text-decoration: none;color:#E3000F;
}


#menu ul li ul li a.click2:hover{
    color:#fff !important;
}

#menu ul li ul li .acilir-menu2{
    display:none;
}

#menu ul li ul li:hover .acilir-menu2{
    display:block !important;
}

.acilir-menu{
    display: none;
    position: relative;
}

.acilir-menu li a{
    display: block;
    padding: 6px 20px !important;
    font-size:14px !important;
    color:#ddd;
}

.acilir-menu2{
    position: relative;
}

.acilir-menu2 li a{
    display: block;
    padding: 6px 0px 6px 40px !important;
    font-size:13px !important;
    color:#ddd;
}

.vertical{
    display: table-cell;
    vertical-align: middle;
}

.menu2{
    width:100%;
    height:calc(100% - 72px);
    position:fixed;
    overflow-y:auto;
    overflow-x:hidden;
    left:-100%;
    top:72px;
    background:#171717;
    z-index:99999;
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.menu2.menu-open2{
    left: 0px;
}


#wrapper{
    width: calc(100% - 230px);
    position: absolute;
    right:0px;
    top:0px;
    z-index: 99;
    -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;
}

.page{
    width: calc(100% - 0px);
    max-width: 1920px;
    min-height: auto;
    position: relative;
    padding: 10px;
}



.icerik table{
    width: 100%;
}

.icerik table tr td{
    border:1px solid #ddd;
    padding: 15px 10px;
    background: #f5f5f5;
    color:#111;
    text-align: center;
}

.icerik table tr td:first-child{
    background: #fff;
    font-size:13px;
    color:#444;
    border-right:0px;
    border-left:0px;
    text-align: left;
}

.icerik table tr:first-child td{
    background: #fff;
    font-size:14px;
    color:#888;
    border:0px;
}


.page-header {
    width: 100%;
    max-width: 1920px;
    height:250px;
    position: relative;
    margin:0px;
    border:0px;
    background:url(../images/kurumsal.jpg) no-repeat center center;
    background-size:cover !important;
}

.page-header video{
    height:250px;
}

.kapla{
    width: 100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    background: rgba(0,0,0,0.3);
}

.page-header h1{
    display: block;
    width: auto;
    line-height:50px;
    position: absolute;
    left:20px;
    top:20px;
    text-align: center;
    color:#fff;
    font-size:27px;
}

.page-header span{
    width: 50%;
    position: absolute;
    right:20px;
    bottom:20px;
    color:#fff;
    font-size:16px;
    line-height:20px;
}

.lineTitle{
    font-family: 'Montserrat-Light';
    display: block;
    padding: 20px 0px;
    font-size:25px;
    color:#111;
}


.refTitle{
    display: block;
    padding: 10px 0px;
    font-size:20px;
    color:#111;
    border-bottom:2px solid #ddd;
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
}


.boxes{
    width: 100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
}

.icerik{
    line-height:24px;
    color:#666;
}

.blur{}

.boxes .box{
    cursor:pointer;
    width: 25%;
    height:100%;
    position: relative;
    float:left;
    border-right:1px solid #bbb;
}

.box .box-in{
    width: 100%;
    height:auto;
    position: absolute;
    bottom:0px;
    padding: 30px;
}

.box-in h2{
    font-family: 'Montserrat-Light';
    color:#fff;
    font-size:20px;
}

.box-in p{
    font-family: 'Montserrat-Light';
    font-size:14px;
    color:#ddd;
    font-weight: 700;
    padding: 10px 0px 0px;
}

.box-in a{
    display: none;
    position: absolute;
    left:30px;
    bottom:0px;
    padding: 9px 24px;
    background: #1D92A4;
    color:#eee;
    font-size:14px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.box:hover .box-in a{
    display: inline-block;
    bottom:30px;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 1s;
}

.box:hover .box-in p{
    margin-bottom:50px;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.boxes .box:last-child{
    border:0px;
}


.galeri{
    width: 100%;
    height:150px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.portfolyo{
    width: 100%;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.video{
    width: 100%;
    height:auto;
    position:relative;
}

.videoTitle{
    font-family: 'Montserrat-Light';
    width: 100%;
    height:40px;
    position: relative;
    background: #121212;
    text-align: center;
    line-height:40px;
    color:#fff;
    font-size:16px;
}

.video img{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.video:hover img{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.video:hover .play{
    display: block;
}

.video .play{
    display: none;
    width: 100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
}

.play span{
    display: block;
    position: relative;
    width: 60%;
    height:40px;
    line-height:38px;
    position: absolute;
    top:calc(50% - 20px);
    left:20%;
    background:rgba(202,29,21,0.99);
    text-align: center;
    color:#fff;
    padding-left: 15px;
    font-size:15px;
    transition: all 0.3s ease 0s;
}

.play span i{
    position: absolute;
    left:15px;
    top:10px;
    font-size:20px;
    color:#fff;
}

/*************HİZMETLER*******************/

.hizmet{
    width: 100%;
    height:auto;
    position: relative;
}

.hizmet:hover .kapla{
    display: none;
}

.hizmet h2{
    width: calc(100% - 40px);
    padding: 15px 15px;
    position: absolute;
    display: block;
    left:20px;
    top:20px;
    text-align: left;
    color:#fff;
    font-size:20px;
    background: rgba(0,0,0,0.8);
}

.hizmet p{
    width: 50%;
    position: absolute;
    right:20px;
    bottom:20px;
    color:#fff;
    font-size:16px;
    line-height:20px;
    text-align: right;
}

/*******NELER YAPTIK**********/

.referans{
    width: 100%;
    height:auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.referans .title{
    width: 100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    background: rgba(0,0,0,0.7);
    color:#eee;
    font-size:14px;
    line-height:22px;
    display: table;
    text-align: center;
}

.rbutton{
    background: #1D92A4;
    width:calc(50% - 5px);
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:15px;
    text-align: center;
}

.rbutton.active , .rbutton:hover{
    background: #323232;
    color:#fff;
}

#rvideo{
    float: left;
    color:#fff;
}

#rfoto{
    float: right;
    color:#fff;
}

/*******İLETİŞİM*************/


.ibox
{
    height:auto;
}

.ibox .fa{
    color:#A5A5A5;
    font-size:20px;
}

.ibox .bold {
    font-weight: bold;
    width: 20px;
    color:#BF8F48;
}

.ibox table{
    width: 100%;
}

.ibox td img 
{
    vertical-align:middle;
}

.ibox td 
{
    padding:10px;
    font-size:14px;
    color:#666;
    line-height:27px;
    font-family: 'roboto_slablight';
}


.ibox .desc 
{
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #eee;
}

.ibox .form-control
{
    margin-bottom: 10px;
    width: 100%;
    padding: 4px;
    border:1px solid #eee;
    background: #fff;
    display:block;
    border-radius:0px;
    font-size: 12px;
    color:#666;
    font-family: 'roboto_slablight';
}

.ibox textarea
{
    margin-bottom: 10px;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    padding: 5px;
    border:1px solid #eee;
    background: #fff;
    display:block;
    font-size: 12px;    
    color:#666;
    font-family: 'roboto_slablight';
}

.ibox button
{
    cursor: pointer;
    padding:10px 15px;
    font-size: 9pt;
    color:#eee;
    background: #000000;
    border:0px;
    float:right;
    margin-bottom:20px;
    font-weight: 700;
    font-family: 'roboto_slablight';
}

.harita 
{
    width: 100%;
    height:400px;
}

.desc a{
    color:#1565AE;
}

.ibox h1{
    color: #999;
    font-size: 18px;
    padding:10px 0px 20px;
    margin: 0px 0px 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #F3F3F3;
}

.contact{
    width: 100%;
    height:auto;
    position: relative;
    padding:20px;
    background: #CECECE;
    margin-top:20px;
    line-height:30px;
}

.contact b{
    font-weight: 400;
}


.head-xs{
    width: 100%;
    height:65px;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999;
    background: #fff;
    border-bottom:1px dashed rgba(226,0,26,0.5);
}

.head-xs a img{
    height:40px;
}

.menu-icon{
    width: 30px;
    height:auto;
    position:relative;
    float:right;
    margin-right:25px;
    color:#E3000F;
    font-size:13px;
    margin-top:20px;
    cursor: pointer;
}

.menu-icon h1{
    display: block;
    margin-top:5px;
    padding-right:2px;
}

.menu-icons{
    width: 30px;
    height:25px;
}

.menu-icons span.menu-bar{
    display: block;
    width: 100%;
    height:3px;
    position: absolute;
    left:0px;
    top:0px;
    background: #E3000F;
}

.menu-icons span.menu-bar:nth-child(1){	
    top:0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}

.menu-icons span.menu-bar:nth-child(2){	
    top:10px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.7s ease 0s;
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}
.menu-icons span.menu-bar:nth-child(3){	
    top:20px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
}

.menu-after span.menu-bar:first-child{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
    top:10px;
}

.menu-after span.menu-bar:nth-child(3){
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;	
    top:10px;
}

.menu-after span.menu-bar:nth-child(2){
    display: none;
}
.menu2{
    width:100%;
    height:auto;
    position:absolute;
    left:-100%;
    top:65px;
    background:#303D45;
    z-index:99999;
    -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;
}
.menu2.menu{background:#303D45 !important;}

.menu2.menu-open{
    left:0px;
}

.menu2 nav{
    width: 100%;
    height:100%;
    position: relative;
    display: table;
}

.menu2 ul li a{
    border:0px;
    padding: 0px 0px;
    text-align: center;
    color:#fff;
    font-size:15px;
    padding-top:3px;
    height:calc(10vh - 6.5px);
    line-height:calc(10vh - 3.5px);
    font-weight:normal !important;
    vertical-align:bottom;
}

.menu2 ul li a:hover{text-decoration:none;color:#fff;}

.menu2 .socialMenuLi{;float:left;width:25%;position:absolute;bottom:10px;}
.menu2 .socialMenuLi img{height:25px;}

.menu2 ul li:hover a{
    background-color:transparent;color:#fff;
}

.menu2 ul li a:first-child{
    border:0px;
}


.dropdownS{cursor:pointer;}






.fullHarita iframe{height:100% !important;width:100% !important;}


.fullPage{
    width: calc(100% - 430px);
    background-color:#f9f9f9;
    position: absolute;
    top:0px;
    z-index: 99;
    transition: all 0.3s ease 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding:30px;
    color:#444;
    font-size:14px;
    line-height:20px;
    padding-bottom:0px;
}
.fullPage .fullPageDiv{position:relative;width:100%;height:100%;padding:0px 15px;padding-bottom:0px;}


label.title{font-size:22px;color:#7C8489;margin-bottom:20px;margin-top:5px;}

.iletisimIcon{color:#E3000F;font-size:10px;line-height:20px;vertical-align:top;width:15px;}


.imageSB{border:1px solid #ddd;}


.div1{display:table;height:100%;position:relative;width:100% !important;text-align:center;}
.div2{display:table-cell;vertical-align:middle;width:100% !important;text-align:center;}


.pageHaber{padding-top:1px;background-color:#fff;border:1px solid #ddd;text-align:center;margin:5px;}
.pageHaber .image{padding:10px;}

.pageHaber .buttonBig{display:table;padding:0px 15px;line-height:20px;width:100%;height:100px;color:#E3000F;font-size:15px;}
.pageHaber .buttonBig div{display:table-cell;vertical-align:middle;}
.pageHaber .icerik{color:#E3000F;font-size:12px;line-height:20px;padding:20px 20px;border-left:4px double #ddd;padding-bottom:31px;}
.pageHaber .butonHaber{position:absolute;bottom:10px;right:calc(50% - 84px);}

.pageHaber .detay{color:#000;height:80px;padding:0px 15px;overflow:hidden;}

.rightMenu{border-left:3px solid #E3000F;border-right:3px solid #E3000F;border-top:1px solid #ddd;}
.rightMenu .box{background-color:#fff;border:1px solid #ddd;border-top:0px;border-left:0px;font-size:12px;line-height:20px;color:#333;padding:6px 10px;}
.rightMenu .box:hover{background-color:#eee;border:1px solid #E3000F;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-top:0px;border-left:0px;}

.rightMenuTitle{background-color:#E3000F;color:#fff;padding:8px 0px;text-align:center;margin-bottom:3px;}


.fotoGaleriImage{border:1px solid #ddd;padding:5px;padding-bottom:0px;background-color:#fff;}




.urunAltKat{font-size:15px;line-height:20px;margin-bottom:10px;}
.urunAltKat a{color:#333;}




.square {
    position: relative;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}




.pageHaber{padding-top:1px;background-color:#fff;border:1px solid #ddd;text-align:center;margin:5px;}
.pageHaber .image{padding:10px;}

.pageHaber .buttonBig{display:table;padding:0px 15px;line-height:20px;width:100%;height:100px;color:#E3000F;font-size:15px;}
.pageHaber .buttonBig div{display:table-cell;vertical-align:middle;}
.pageHaber .icerik{color:#E2001A;font-size:12px;line-height:20px;padding:20px 20px;border-left:4px double #ddd;padding-bottom:31px;}
.pageHaber .butonHaber{position:absolute;bottom:10px;right:calc(50% - 84px);}

.pageHaber .detay{color:#000;height:80px;padding:0px 15px;overflow:hidden;}

.pageHaber .ekipDetay{text-align:left;padding:10px 5px;font-size:13px;}
.pageHaber .baslik1{color:#E3000F;font-size:15px;}
.pageHaber .baslik2{color:#E3000F;font-size:13px;margin-bottom:5px;}



.temsilcilik1{color:#E3000F;font-size:16px;}
.temsilcilik2{color:#E3000F;font-size:15px;margin-bottom:5px;}


#footer{width:calc(100% + 100px);margin-left:-50px;margin-top:50px;}
#footer li{margin-bottom:5px;}
#footer li a{color:#555;}
#footer li a:hover{text-decoration:none;}
					#footer li{				-webkit-transition: all 0.5s ease;
                                   -moz-transition: all 0.5s ease;
                                   -o-transition: all 0.5s ease;
                                   -ms-transition: all 0.5s ease;
                                   transition: all 0.5s ease;
}
#footer li:hover{text-decoration:none !important;color:#E3000F;
margin-left:10px;
								-webkit-transition: all 0.5s ease;
                                   -moz-transition: all 0.5s ease;
                                   -o-transition: all 0.5s ease;
                                   -ms-transition: all 0.5s ease;
                                   transition: all 0.5s ease;
}

.footer{background-color:#ddd;padding:30px 50px 10px 50px;color:#555;font-size:13px;}
.footerBottom{text-align:center;background-color:#697278;color:#ddd;padding:20px 50px;font-size:14px;}


.sektorBoxesC{position:relative;overflow:hidden;margin-bottom:30px;}


.sektorBox{height:100%;color:#fff;font-size:14px;padding:20px;}
.sektorImage{overflow:hidden;background-position:center center;background-size:100% auto;background-repeat:no-repeat;}
.sektorImageC{background-size:cover;}

.sektor1{font-size:22px;line-height:25px;margin-bottom:25px;}
.sektor2{cursor:pointer;font-size:13px;border:1px solid #fff;padding:3px 10px;margin-top:25px;
         -webkit-border-radius: 3px 3px 3px 3px;
         -moz-border-radius: 3px 3px 3px 3px;
         border-radius: 3px 3px 3px 3px;
}

.sektorBox {
    position: relative;
}

.sektorBox:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.sektorBoxC {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
}


.fullPage p img{width:100% !important;height:auto !important;}

.sektorImageMobile{display:none;overflow:hidden;background-position:center center;background-size:100% auto;background-repeat:no-repeat;}


.rightHaberler{overflow-x:hidden;padding:15px 0px;background-color:#F9F9F9;position:fixed;right:0px;top:0px;width:200px;height:100%;}


.haber1{color:#E3000F;font-size:16px;margin:10px 0px;}
.haber2{color:#333;font-size:13px;line-height:15px;}
.haber3{cursor:pointer;font-size:10px;border:1px solid #E3000F;padding:1px 10px;margin:10px 0px;color:#E3000F;margin-bottom:10px;
         -webkit-border-radius: 3px 3px 3px 3px;
         -moz-border-radius: 3px 3px 3px 3px;
         border-radius: 3px 3px 3px 3px;
}
.haberAll{margin-left:15px;}


.biziArayin{font-size:13px;line-height:20px;padding:20px;border-top:1px solid #ccc;margin-top:40px;color:#7C8489;}
.biziArayinB{font-size:15px;margin-bottom:20px;font-weight:bold;}
.biziArayinI{margin-bottom:10px;}


.menu{background-color:#fff !important;} 
.menuindex{background-color:transparent !important;}


.slaytTop{z-index:99;height:100%;width:100%;position:absolute;top:0px;left:0px;background-color:rgba(80,80,80,0);}
.slaytTopButon{opacity:0.50;z-index:100;height:100%;width:100%;position:absolute;top:0px;left:0px;background-repeat:no-repeat;background-size:75% auto;background-position:center center;background-image:url('../images/ns.gif');}




#scrollToTop {
    position:fixed;cursor:pointer;
	bottom:0px;right:30px;background-color:#E3000F;height:40px;width:40px;z-index:2000;
}
#scrollToTop i{color:#fff;font-size:22px;margin-top:10px;margin-left:10px;}



.dilLink{background-color:#E3000F;color:#fff;margin:0px 5px;font-size:11px;border:1px solid #E3000F;padding:5px 5px;}
.dilLink:hover{text-decoration:none;background-color:transparent;color:#fff;}


.tp-loader{display:none !important;}


.sCsocial{margin:0px 2px;height:25px;width:25px;background-size:25px 25px;}
.sCfacebook{background-image:url("../images/facebook.svg");}
.sCinstagram{background-image:url("../images/instagram.svg");}
.sCmessage{background-image:url("../images/message.svg");}
.sClinkedin{background-image:url("../images/linkedin.svg");}
.sCtwitter{background-image:url("../images/twitter.svg");}
.sCyoutube{background-image:url("../images/youtube.svg");}
.sCfacebook:hover{background-image:url("../images/facebook-hover.svg");}
.sCinstagram:hover{background-image:url("../images/instagram-hover.svg");}
.sCmessage:hover{background-image:url("../images/message-hover.svg");}
.sClinkedin:hover{background-image:url("../images/linkedin-hover.svg");}
.sCtwitter:hover{background-image:url("../images/twitter-hover.svg");}
.sCyoutube:hover{background-image:url("../images/youtube-hover.svg");}



.share {
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.share__item {
	pointer-events: auto;
	display: block;
	width: 100%;
	padding: 4px;
	color: #fff!important;
	text-decoration: none!important;
	font-size: 14px;
	width: 200px;
	-webkit-transform: translateX(172px);
	transform: translateX(172px);
	overflow: hidden;
	white-space: nowrap;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.75s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 8px 0 0 8px;
	margin-top: 2px
}

.share__item:first-child {
	margin-top: 0
}

.share__item--facebook {
	background: #3b5998;
	background: -webkit-gradient(linear, left top, right top, from(#3b5998), to(#263961));
	background: linear-gradient(left, #3b5998, #263961)
}

.share__item--facebook .share__item__icon {
	background-image: url(../images/ic-facebook.svg)
}

.share__item--messenger {
	background: #007FFF;
	background: -webkit-gradient(linear, left top, right top, from(#007FFF), to(#0059b3));
	background: linear-gradient(left, #007FFF, #0059b3)
}

@media (min-width:768px) {
	.share__item--messenger {
		display: none
	}
}

.share__item--messenger .share__item__icon {
	background-image: url(../images/ic-messenger.svg)
}

.share__item--twitter {
	background: #00aced;
	background: -webkit-gradient(linear, left top, right top, from(#00aced), to(#0074a1));
	background: linear-gradient(left, #00aced, #0074a1)
}

.share__item--twitter .share__item__icon {
	background-image: url(../images/ic-twitter.svg)
}

.share__item--linkedin {
	background: #0077B5;
	background: -webkit-gradient(linear, left top, right top, from(#0077B5), to(#004569));
	background: linear-gradient(left, #0077B5, #004569)
}

.share__item--linkedin .share__item__icon {
	background-image: url(../images/ic-linkedin.svg)
}

.share__item--whatsapp {
	background: #25D366;
	background: -webkit-gradient(linear, left top, right top, from(#25D366), to(#1a9247));
	background: linear-gradient(left, #25D366, #1a9247)
}

@media (min-width:768px) {
	.share__item--whatsapp {
		display: none
	}
}

.share__item--whatsapp .share__item__icon {
	background-image: url(../images/ic-whatsapp.svg)
}

.share__item:hover {
	-webkit-transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.share__item__icon {
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.share__item__label {
	display: inline-block;
	vertical-align: middle
}


.kvkk_check{float:left;width:25px;margin-top:2px !important;}
.kvkk_text{float:left;width:calc(100% - 25px);font-size:15px;line-height:18px;font-weight:600;}
.kvkk_text a{color:#555;}



.vertical center {
    display: none;
}