@charset "utf-8";
/* CSS Document */
@import "../fonts/fonts.css";
@import "../font-awesome/css/all.css"; 


* {    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box}

:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}


.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0
}
img{display: block;}
button {    cursor: pointer}
body {    min-width: 1064px}
a {    text-decoration: none}
ul {    padding: 0;    margin: 0}
hr {    border: 0}
a, a:hover {    text-decoration: none}
:focus {    outline: none;    outline: 0}
textarea, select, input[type="text"] {    width: 100%;    height: 48px;    border: 1px solid #ebebeb;    padding-left: 12px;    font: 15px 'GothamNarrow-Book';    color: #707070}
select {    height: 48px;    padding-right: 34px;    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;    font-family: 'GothamNarrow-Book';
    background: url(../pageFile/selectOk.svg) no-repeat 94% center, #fff;    background-size: 12px 6px;}
textarea {    padding-top: 10px;    display: block}
label.cvfile input {    position: absolute;    left: -9999px}
span.cvFile {    position: absolute;    left: 0;       width: 128px;    height: 52px;    background: url(../images/page/cvBtnBg.png) no-repeat;
    color: #fff;    line-height: 52px;    cursor: pointer}
span.cvName {    position: absolute;    width: calc(100% - 158px);    height: 52px;    padding-left: 10px;    font: 13px GothamNarrow-Light;    line-height: 52px;
    background-color: #fff;    color: #fff;    left: 158px;    background-color: transparent}

.inputDiv{width: 100%;margin-bottom: 16px;}

input[type="text"].transparent{border: 1px solid #fff; background-color: transparent;font: 17px 'GothamNarrow-Light';color: #fff;}
input[type="password"] {    width: 100%;    height: 50px;    border: 1px solid #738b9e;    padding-left: 12px;    font: 17px 'GothamNarrow-Light';    color: #707070}

select{    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
select::-ms-expand {
display:none
}
.transparent::-webkit-input-placeholder { color: #fff;}
.transparent::-moz-placeholder { color: #fff;}
.transparent:-ms-input-placeholder {  color: #fff;}
.transparent:-moz-placeholder {   color: #fff;}





.pull-left{float: left !important;}
.pull-right{float: right !important;}
.row {    width: 100%;    min-height: 5px}

.container {    position: relative;        height: auto;    margin-left: auto;    margin-right: auto;max-width: 1164px;}

.row, .col-left, .col-right, .col, h1, h2, h3, h4, h5 {    position: relative;    float: left;    height: auto}


.header{ }

body{    background: url("../pageFile/ustBg.png") no-repeat top center;}

.menu-ust-str{height: 38px;}

.f-nav{background-color: #f7c13d;position: fixed;z-index: 999;}
.f-nav .navbar ul.menu li.menu a.menu{color: #fff;}




 .ust-tel{ height: 32px; display: flex; align-items: center;width: 190px;   font: 18px 'GothamNarrow-UltraItalic';color: #f7c13d;  }

 
.ust-mail{ display: flex; align-items: center;height: 32px; font: 18px 'GothamNarrow-UltraItalic';color: #f7c13d;width: auto;  cursor: pointer;}
.ust-mail a span{ font: 18px 'GothamNarrow-BookItalic'}


.ust-mail a{text-decoration: none; color: #f7c13d;}

.ust-mail:hover { width: auto;    }
.ust-mail:hover>a{ color: #f9c000;}

.ust-sosyal-box{width: 200px; height:36px;}
.ust-sosyal-btn-box{width:18px; height:18px;margin-right:16px;font-size: 18px;line-height: 36px;}
a.ust-sosyal-btn{width: 100%; height: 100%; display: block; color: #000;}


.ust-btn-grup{ float: right;width: 106px;}

.ust-sosyal-stn{width:auto; float: right;margin: 11px 0;}
 
.ust-sosyal-btn-link{width: 28px; height: 28px;font-size:16px;margin-left:10px; color: #fff;display: block;border: 1px solid #fff;border-radius: 24px;-webkit-border-radius: 24px;-moz-border-radius: 24px;text-align: center;line-height: 28px;}
.ust-sosyal-btn-link:hover{  color: #fdc000;border:1px solid #fdc000; }



.ust-bilgi-kayit a{width: 136px; height: 42px; font:100 16px 'Montserrat-Light'; background-color: #1d2945; text-align: center;color: #fff;display: block; line-height: 42px;}

.ust-str{background: url("../pageFile/ustBg.png") top center; background-size: 1920px 474px;height: 474px;}

 /* Firefox */
@-moz-keyframes whatsappBuyut {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.5);}
}

/* Safari & Chrome */
@-webkit-keyframes whatsappBuyut {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.5);}
}

/* Opera */
@-o-keyframes whatsappBuyut{
  0%   {transform: scale(.8);}
  100% {transform: scale(1.5);}
}



 .whatsapp-btn{width: 36px; height: 36px; position: fixed; right:24px ; bottom: 90px;   background: url("../pageFile/whatsappBtn.svg") no-repeat center; background-size: cover;z-index: 9999999;     animation: whatsappBuyut 1.5s alternate infinite ease-in;}

.whatsapp-btn a{position: absolute; width: 100%; height: 100%; display: table;  }

.navbar { 
    position: relative;float: left;
   
    height:auto;
    z-index: 25;
    width: 100%;
}

.menu-genel-stn{display: flex; justify-content: space-between; align-items: center;flex-direction: column; width: calc(100% - 218px);}
.menu-ust-iletisim-str{height: 45px;}
.navbar .logo{z-index: 10;width:218px;height:110px;   background: url("../pageFile/logo.svg") no-repeat center;background-size:218px 72px; z-index: 9;}

.menu-stn{display: flex; flex-direction: row;}
.navbar .logo a{ width:100%; height: 100%; display: block;}

  .menu-ust-serit{}
.menu-ust-sag-serit{position: absolute;width:calc((100% - 1164px) / 2);right: 0; height:32px; background-color: #1c191a; }
.menu-ust-orta-serit{position: absolute;width:calc(100% - 66px);  height:32px;right: 0; background-color: #1c191a;border-radius: 0px 0px 0px 66px / 0px 0px 0px 32px;-webkit-border-radius: 0px 0px 0px 66px / 0px 0px 0px 32px;-moz-border-radius: 0px 0px 0px 66px / 0px 0px 0px 32px;}

/*
.menu-ust-orta-serit::before{content: ''; position: absolute; left:-66px;width: 66px; height: 32px; background: url("../pageFile/menu-ust-radius.svg") no-repeat; background-size: 66px 32px;}
*/

.navbar ul.menu {
    background: url("../pageFile/ust-menu-bg.svg") repeat;
    /* padding: 24px 0; */
    position: relative;
    float: right;
    list-style-type: none;
    display: inline-block;
    height: 36px;  
 
}
.navbar ul.menu li.menu {
    position: relative;
    float: left;
    padding:0 24px;margin: 0 20px;
    font: 16px 'GothamNarrow-Medium';
    
}
.navbar ul.menu li.menu:first-child {
    margin-left:44px
}
 

 

.navbar ul.menu li.menu:nth-child(4):hover {background-color:transparent;}

.navbar ul.menu li.menu .menuOk {
    position: absolute;
    top: 24px;
    width: 14px;
    height: 8px;
    background: url('../pageFile/menuOk.svg') no-repeat center;
    background-size: 13px;
    right: 0;
}
.navbar ul.menu li.menu a.menu {width: 100%;height: 100%;text-decoration: none;color: #fff;display: block;border-bottom: 1px  transparent;border-top: 1px  transparent;padding: 9px 0;}
.navbar ul.menu li.menu:hover a.menu {color: #f1f1f1;padding: 9px 0;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;      }
 

 
 .navbar ul.menu li.menu .ucgen:after {content: '';position: absolute; background:url("../pageFile/menu-ucgen.svg") no-repeat bottom center; background-size: 14px 12px;;bottom:0;left: 50%;  margin-left: -7px; ;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;opacity: 0;width: 14px; height: 12px;} 
 
 

 
.navbar ul.menu li.menu:hover .ucgen:after {content: '';position: absolute;   ;bottom:-12px;   transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;opacity: 1;} 




.navbar ul.menu li.menu:hover, .navbar ul.menu li.menu.secili {   }
 
 
.acilirMenuGenel {
    position: absolute;
    width: 600px;
    min-height: 200px;
    height: auto;
    display: none;
    background-color: #fff;
    margin-left: -224px;
    padding-top: 8px;
    box-sizing: border-box;
    z-index: 150;
    -webkit-box-shadow: 1px 11px 16px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 11px 16px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 11px 16px -3px rgba(0,0,0,0.75)
}
.opening-menu,.opening-menu-enerji {background-color: #fff;
	position: absolute;
 	left: 0;width: 100%;
	 	top: 100%;
 
 z-index: 999999999;
	 display: none;
}
 
.opening-menu{ -webkit-box-shadow: 0px 6px 14px -5px #000000; 
box-shadow: 0px 6px 14px -5px #000000;padding: 24px 0;}
.menu-bos-str{width: 100%;height:30px; display: block;}
 

.opening-menu:hover>.navbar ul.menu li.menu a.menu{ color:#000;
    -webkit-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear}


.list-open-menu.chlid-width{    width: 100%;
    left: 0;
    padding: 20px 5px 15px 5px;
} 

.list-open-menu {
    width: auto;background-color: #fff;
    height: auto
}
.list-open-menu.urunler {
    width: auto;
}
.list-open-menu h5.kategori-name, .col.list-open-menu h5.kategori-name a {
    font: 16px Montserrat-Bold;
    color: #3c3c3b
}
.list-open-menu ul.list-open-menu {
    list-style-type: none;
    width: 100%;
    min-height: auto;
 
}

.list-open-menu ul.list-open-menu.grupsuz {
    list-style-type: none;
    width: 100%;
    min-height: 10px;
    min-height: auto;
}

.list-open-menu ul.list-open-menu.urunler {
    width: calc(100% / 5);
}

.list-open-menu ul.list-open-menu.enerji {
    width: 100%;min-height: auto !important;
}

 .menu-grup-box {position: absolute; top: 0;opacity: 0;
    width: 100%;right: -100%;background: url("../pageFile/ucgen-bg.svg") no-repeat center ; background-size:100px;
}
 .menu-grup-box img {padding: 10%;width: 90%;}
.list-open-menu ul.list-open-menu li.list-open-menu {
    width: 100%;
    height: auto
}
.list-open-menu ul.list-open-menu li.list-open-menu  ul{
    width: 100%;
    height: auto
}





.list-open-menu ul.list-open-menu li.list-open-menu a.list-open-menu {position: relative; float: left;
    color: #000;
    padding: 6px 20px; 
    width: 100%;
    height: auto;
    display: block;
    font: 15px 'GothamNarrow-Light';
    line-height: 21px;
    margin-left: 0;
    transition: all .2s ease
}

.list-open-menu ul.list-open-menu li.list-open-menu a.list-open-menu:hover {  transition: all .5s ease;color: #000000;}
.list-open-menu ul.list-open-menu li.list-open-menu a.list-open-menu:hover:before {content:"";position: absolute;  width:calc(100% - 40px); height: 1px; background-color: #ccc;top: 0; left: 20px;}
.list-open-menu ul.list-open-menu li.list-open-menu a.list-open-menu:hover:after {content:"";position: absolute;  width:calc(100% - 40px);  height: 1px; background-color: #ccc;bottom: 0; left: 20px;}
.list-open-menu ul.list-open-menu li.list-open-menu:hover  .menu-grup-box{opacity: 1;}
.menu-shadow {
    -webkit-box-shadow: 0 8px 5px 0 rgba(0,0,0,0.27);
    -moz-box-shadow: 0 8px 5px 0 rgba(0,0,0,0.27);
    box-shadow: 0 8px 5px 0 rgba(0,0,0,0.27)
}
.navbar .bizeulas {
    position: absolute;
    height: 42px;
    width: 146px;
    
    top: 0;
    right: 98px;
    z-index: 15000
}
.navbar .bizeulas a {
    width: 146px;
    height: 42px;
    background: url(../images/page/iletisimBtn.png) no-repeat;
    display: block
}
.ustAramaSosyalBox {
    position: absolute;
    height: 44px;
    width: 688px;
    right: 0;
    top: 16px;
    z-index: 15000;
    background: url(../images/page/i-paylas.svg) no-repeat left center;
    background-size: 19px 19px
}
.col.sosyalAciklama {
    font: 13px Montserrat-Light;
    color: #a6a6a6;
    line-height: 44px;
    padding-left: 30px
}
ul.sosyal {
    position: relative;
    float: left;
    list-style-type: none;
    margin-top: 7px;
    margin-left: 8px;
    margin-right: 8px
}
ul.sosyal li.sosyal {
    float: left;
    margin: 0 4px;
    background: url(../images/page/sosyal.svg) no-repeat;
    background-size: 164px 30px
}
ul.sosyal li.sosyal.facebook {
    background-position: 0 0
}
ul.sosyal li.sosyal.twitter {
    background-position: -32px 0
}
ul.sosyal li.sosyal.instagram {
    background-position: -66px 0
}
ul.sosyal li.sosyal.youtube {
    background-position: -100px 0
}
ul.sosyal li.sosyal.linkedin {
    background-position: -132px 0
}
ul.sosyal li.sosyal a.sosyal {
    width: 30px;
    height: 30px;
    display: block
}
input[type="text"].input-arama {
    position: relative;
    float: left;
    height: 42px;
    border: 1px solid #d6d6d6;
    border-right: 0;
    font: 13px Montserrat-Light;
    color: #a6a6a6;
    width: calc(100% - 42px);
    background-color: #f7f7f7
}
button.ust-arama {
    width: 42px;
    height: 42px;
    border: 1px solid #d4d4d4;
    border-left: 0;
    background: url(../images/page/i-aramaBtn.svg) center no-repeat, #f7f7f7;
    background-size: 19px 19px
}
.col.dilBox {
    margin-left: 10px; margin-top: -1px;z-index: 99;
}

.mobil-dil-stn{z-index: 999;}

.ust-ilan-ver-btn{ width: 136px; height: 36px; padding-left: 36px;background: url("../pageFile/ilan-btn-icon.svg") no-repeat 16px center; background-size: 26px 24px;font: 16px 'GothamNarrow-Bold'; color: #f8c341; background-color: #1c191a; border-radius: 18px;-webkit-border-radius:18px;-moz-border-radius:18px;display: flex; justify-content: center; align-items: center;}



.col.europe{padding-left: 10px;font:14px "Montserrat-Regular"; color: #a8a8a8;}
.col.europe a{color: #a8a8a8;}
.col.europe span{ font:14px "Montserrat-Bold";}

 select.dil {
 
 padding: 0 10px;
    font: 13px 'Montserrat-Light';
    color: #a6a6a6;
 
    background-size: 9px;
        width: 36px;
    height: 36px;
    background:url("../pageFile/selectOkBeyaz.svg") no-repeat center 25px,#363636;
    font: 13px 'GothamNarrow-Bold';
    color: #fff;text-align: center;
 
    background-size:10px; }

select.dil option{width: 36px;
    height: 36px;
 
    font: 13px 'GothamNarrow-Bold';
    color: #fff;
text-align: center;
    background-size:10px;-webkit-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px;
}
.navbar .bolgeBayi {
    position: absolute;
    width: 129px;
    height: 133px;
    background: url(../images/page/menu-bolgeBg.png) no-repeat;
    right: 0;
    top: 0
}
.navbar .bolgeBayi a {
    width: 129px;
    height: 133px;
    display: block;
    font: 13px Montserrat-Bold;
    color: #a6a6a6;
    text-align: center;
    padding-top: 16px
}




/*********************************************************************************************************************************/

.ana-arama-str{}

.ana-arama-stn-title{position: absolute; width: 234px; height: 50px;left: 90px; top: -50px; background-color: #1c191a;font: 20px 'GothamNarrow-Bold'; color: #fff; display: flex; justify-content: center; align-items: center;-webkit-border-radius: 24px 24px 0px 0px;-moz-border-radius: 24px 24px 0px 0px;border-radius: 24px 24px 0px 0px;}
.ana-arama-stn{display: flex; flex-direction: row; background-color: #f1b22f; min-height: 114px; padding: 0 86px; align-items: center;-webkit-border-radius: 74px 22px 74px 22px / 82px 24px 82px 24px;-moz-border-radius: 74px 22px 74px 22px / 82px 24px 82px 24px;}

.ana-arama-form-input{width: calc(25% - 12px);margin-right: 16px;margin-bottom: 0 !important;}
.ana-arama-form-select{color: #929292;height: 50px;}
.ana-arama-form-btn{font: 21px 'GothamNarrow-Bold'; background-color: #1c191a; color: #fac847; display: flex; flex-direction: row;justify-content: center; align-items: center;height: 50px; width: 140px;}
/*********************************************************************************************************************************/
.ana-grup-str{}
.ana-grup-stn{display: flex;justify-content: space-between;}
.ana-grup-box{width:16.66%; min-width: 180px; display: flex; justify-content: center;flex-direction: column;}
 
.ana-grup-img{}
.ana-grup-title{font: 18px 'GothamNarrow-Book'; color: #929292;height:50px; display: flex; justify-content: center; align-items: center;text-align: center;}
/*********************************************************************************************************************************/
.menu-baslik-bg{background:#f1f1f1;   height: 50px; }
 
.genel-title{font: 25px 'GothamNarrow-Bold' ; color: #1d1d1b;height: 50px; display: flex; justify-content: center; align-items: center;}
 

/*********************************************************************************************************/
.ana-one-cikan-title{background-color: #1c191a;font: 21px 'GothamNarrow-Bold'; color: #fac847;padding-left:36px; height: 64px; display: flex; align-items: center;margin:50px 0 42px 0;}
.ana-one-cikan-stn{padding: 0 36px;}
.ana-urun-liste-box-stn{}
.ana-urun-liste-box{width:100%; padding: 18px; background-color: #f1f1f1;}
.ana-urun-liste-box:nth-child(3n){margin-right: 0;margin-bottom: 16px;}
.ana-urun-liste-img{margin-bottom: 32px;}

.ana-urun-liste-bilgi-box{display: flex; flex-direction: column;}
.ana-urun-liste-bilgi-icon{width: 30px; height: 30px;}
.ana-urun-liste-bilgi-title-box{display: flex; flex-direction: row;margin-bottom: 8px;}
.ana-urun-liste-bilgi-title{padding-left: 12px;display: flex; align-items: center;color: #525252;}
.ana-urun-liste-bilgi-title.ilan-title{height: 54px;}

.ana-urun-liste-bilgi-title.model-title{font:16px 'GothamNarrow-Bold';}
.ana-urun-liste-bilgi-title.arac-tipi-title{font:16px 'GothamNarrow-Book';}
.ana-urun-liste-bilgi-title.agirlik-title{font:16px 'GothamNarrow-Bold';}

.ana-urun-liste-fiyat-box{display: flex; justify-content: flex-end;margin-top: -54px;right: -18px;}
.ana-urun-liste-fiyat{background-color: #fac847;width: 124px; height: 42px; display: flex; color: #1c191a;font: 18px 'GothamNarrow-Bold';align-items: center;justify-content: center;}

.ana-urun-liste-fiyat-ucgen-ust{content: '';	width: 0;position: relative;  margin-left: -26px;
	height: 0;
	border-width: 0 26px 21px 0;
	border-color: transparent #fac847 transparent transparent;
	border-style: solid;
}

 .ana-urun-liste-fiyat-ucgen-alt{  position: relative;margin-left: -26px;margin-top:21px;bottom: 0; 	width: 0; 
	height: 0;
	border-width: 0 0 21px 26px;
	border-color: transparent transparent #fac847 transparent;
	border-style: solid;
}
.ana-tumunugor-box{display: flex; justify-content: flex-end;align-items: center;height: 36px;}
.ana-tumunugor-btn{font: 17px 'GothamNarrow-Bold'; color: #525252;}
/*********************************************************************************************************/
 
.ana-urun-liste-satildi-box{display: flex; justify-content: flex-end;margin-top: -54px;right: -18px;}
.ana-urun-liste-satildi{background-color: #ff0000;width: 124px; height: 42px; display: flex; color: #fff;font: 18px 'GothamNarrow-Bold';align-items: center;justify-content: center;}

.ana-urun-liste-satildi-ucgen-ust{content: '';	width: 0;position: relative;  margin-left: -26px;
	height: 0;
	border-width: 0 26px 21px 0;
	border-color: transparent #ff0000 transparent transparent;
	border-style: solid;
}

 .ana-urun-liste-satildi-ucgen-alt{  position: relative;margin-left: -26px;margin-top:21px;bottom: 0; 	width: 0; 
	height: 0;
	border-width: 0 0 21px 26px;
	border-color: transparent transparent #ff0000 transparent;
	border-style: solid;
}


/*********************************************************************************************************/
.urun-liste-str{}
.urun-liste-stn{display: flex; flex-direction: row;}
.urun-liste-sol-stn{width: 312px;margin-right: 36px;}
.urun-liste-sag-stn{width: calc(100% - 348px);margin-top: 18px;}

.urun-genel-title{background:#f1f1f1;   height: 50px; font: 25px 'GothamNarrow-Bold' ; color: #1d1d1b;height: 50px; display: flex; justify-content: center; align-items: center;left: -36px; width: calc(100% + 32px);  margin-bottom: 18px;}
 
 
 




.urun-liste-box-stn{}
.urun-liste-box{width: calc(33.33% - 12px);margin-right: 16px; padding: 18px; background-color: #f1f1f1;}
.urun-liste-box:nth-child(3n){margin-right: 0;margin-bottom: 16px;}
.urun-liste-img{margin-bottom: 32px;}

.urun-liste-bilgi-box{display: flex; flex-direction: column;}
.urun-liste-bilgi-icon{width: 30px; height: 30px;}
.urun-liste-bilgi-title-box{display: flex; flex-direction: row;margin-bottom: 8px;}
.urun-liste-bilgi-title{padding-left: 10px;display: flex; align-items: center;color: #525252;}
.urun-liste-bilgi-title.model-title{font:15px 'GothamNarrow-Bold'; width: calc(100% - 30px);min-height: 54px;align-items: flex-start;}
.urun-liste-bilgi-title.arac-tipi-title{font:15px 'GothamNarrow-Book';}
.urun-liste-bilgi-title.agirlik-title{font:15px 'GothamNarrow-Bold';}

.urun-liste-fiyat-box{display: flex; justify-content: flex-end;margin-top: -54px;right: -18px;}
.urun-liste-fiyat{background-color: #fac847;width: 124px; height: 42px; display: flex; color: #1c191a;font: 18px 'GothamNarrow-Bold';align-items: center;justify-content: center;}

.urun-liste-fiyat-ucgen-ust{content: '';	width: 0;position: relative;  margin-left: -26px;
	height: 0;
	border-width: 0 26px 21px 0;
	border-color: transparent #fac847 transparent transparent;
	border-style: solid;}

 .urun-liste-fiyat-ucgen-alt{  position: relative;margin-left: -26px;margin-top:21px;bottom: 0; 	width: 0; 
	height: 0;
	border-width: 0 0 21px 26px;
	border-color: transparent transparent #fac847 transparent;
	border-style: solid;}


 
.yan-arama-str{}

.yan-arama-stn-title{  width: 234px; height: 50px;left: 50%;margin-left: -117px;  background-color: #1c191a;font: 20px 'GothamNarrow-Bold'; color: #fff; display: flex; justify-content: center; align-items: center;-webkit-border-radius: 24px 24px 0px 0px;-moz-border-radius: 24px 24px 0px 0px;border-radius: 24px 24px 0px 0px;}
.yan-arama-stn{display: flex; flex-direction: column; background-color: #f1b22f; min-height: 114px; padding:32px 44px; align-items: center;width: 312px !important; }

.yan-arama-form-input{width: 100%; margin-bottom: 16px !important;}
.yan-arama-form-select{color: #929292;height: 50px;}
.yan-arama-form-btn{font: 21px 'GothamNarrow-Bold'; background-color: #1c191a; color: #fac847; display: flex; flex-direction: row;justify-content: center; align-items: center;height: 50px; width: 140px;}





/*************************************************************************************************************************************************************************/


.mobil-ana-ilan-str{ width: 100%;}
.mobil-ana-ilan-btn-stn{display: flex;flex-direction: row;width: 100%;justify-content: space-between}
.mobil-ana-ilan-btn{  width: calc(50% - 2px); height: 50px;  background-color: #1c191a;font: 20px 'GothamNarrow-Bold'; color: #fff; display: flex; justify-content: center; align-items: center;-webkit-border-radius: 24px 24px 0px 0px;-moz-border-radius: 24px 24px 0px 0px;border-radius: 24px 24px 0px 0px;}

.mobil-ana-ilan-form-box{width: 100%;height: 16px;  -webkit-transition: all 1s ease;transition: all 1s ease;overflow-y: hidden;}
.mobil-ana-ilan-form-box.form-show{height: 660px;-webkit-transition: all 1s ease;transition: all 1s ease;}
.mobil-ana-ilan-form-box.form-show-2{height: 660px;-webkit-transition: all 1s ease;transition: all 1s ease;}

/*************************************************************************************************************************************************************************/
.urun-detay-stn{display: flex; flex-direction: row;}
.urun-detay-sol-stn{width: calc(100% - 384px);margin-right: 24px;}
.urun-detay-sag-stn{width:360px;}

.urun-detay-list-title{font: 19px 'GothamNarrow-Bold';color: #525252;height: 42px;padding: 0 24px;display: flex; align-items: center;margin-top: 18px;}

.urun-detay-list ul{display: flex; flex-direction: row; list-style-type: none;background-color: #ececec;margin-bottom: 1px;padding: 0 24px;}
.urun-detay-list ul li{height: 50px; display: flex; align-items: center;}
.urun-detay-list ul li:nth-child(1){width: 122px;font:16px 'GothamNarrow-Book';color: #525252;}
.urun-detay-list ul li:nth-child(2){  font-family:'GothamNarrow-Bold';}
/*************************************************************************************************************************************************************************/
.urun-detay-title{font: 22px 'GothamNarrow-Bold';color: #1d1d1b;height: 60px; display: flex; align-items: center;justify-content: space-between;}
.urun-detay-title span{font-family: 'GothamNarrow-Book'; }
.urun-detay-title .paylas-text{font-family: 'GothamNarrow-Book'; }


.urundetay-sosyal-str{display: flex; justify-content: flex-end;width: 100%;margin-top: -48px;}
.urundetay-sosyal-box{display: flex; flex-direction: column;text-align: center;}

.urundetay-form-box{margin-top: 42px;}




.urundetay-fiyat-box{position: absolute;    z-index: 999;    bottom: 180px;    margin-top: -54px;    right: -3px}
.urundetay-fiyat-stn{display: flex; justify-content: flex-end}
.urundetay-fiyat{background-color: #fac847;width: auto; padding: 0 16px; height: 68px; display: flex; color: #1c191a;font: 26px 'GothamNarrow-Bold';align-items: center;justify-content: center;}

.urundetay-fiyat-ucgen-ust{content: '';	width: 0;position: relative;  left: 12px;	height: 0;	border-width: 0 38px 34px 0;	border-color: transparent #fac847 transparent transparent;	border-style: solid;}

 .urundetay-fiyat-ucgen-alt{  position: relative;margin-left: -26px;margin-top:34px;bottom: 0; 	width: 0; 	height: 0;	border-width: 0 0 34px 38px;	border-color: transparent transparent #fac847 transparent;	border-style: solid;}











.sosyal-stn{display: flex; flex-direction: row;flex-direction: row;justify-content: center;text-align: center;}
.sosyal-btn{ border: 1px solid #222221;    border-radius: 15px;    -webkit-border-radius: 15px;    -moz-border-radius: 15px;    display: flex;    justify-content: center;    align-items: center;    font-size: 17px;    width: 28px;    height: 28px;    color: #222221;    margin-right: 7px;}
.sosyal-btn:last-child{margin-right: 0;}
/*********************************************************************************************************************************/
.yan-iletisim-str{}

.yan-iletisim-stn-title{  width: 234px; height: 50px;left: 50%;margin-left: -117px;  background-color: #1c191a;font: 20px 'GothamNarrow-Bold'; color: #fac847; display: flex; justify-content: center; align-items: center;-webkit-border-radius: 24px 24px 0px 0px;-moz-border-radius: 24px 24px 0px 0px;border-radius: 24px 24px 0px 0px;}
.yan-iletisim-stn{display: flex; flex-direction: column; background-color: #f1b22f; min-height: 114px; padding:32px 44px; align-items: center;width: 100% !important; }

.yan-iletisim-form-input{width: 100%; margin-bottom: 16px !important;}
.yan-iletisim-form-text{min-height: 82px;}
.yan-iletisim-form-btn{font: 21px 'GothamNarrow-Bold'; background-color: #1c191a; color: #fac847; display: flex; flex-direction: row;justify-content: center; align-items: center;height: 50px; width: 140px;}



/*********************************************************************************************************************************/
/*********************************************************************************************************/

.ana-urun-grup-str{}
.ana-urun-grup-box{width:100%; background-color: #d3d3d3;}
.ana-urun-grup-box:nth-child(odd){background-color: #e4e4e4;}
.ana-urun-grup-box:nth-child(even){background-color: #d6d6d6;}

.ana-urun-grup-box-hover {
 position: absolute;
  width: 100%;
  height: 100%;
  background: url("../pageFile/ana-grup-hover-bg.svg") no-repeat 0 0;;background-size: 50%; 
  background-position: 150% 150%;
  opacity: 1;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  display: table;
     
}

.ana-urun-grup-box a:hover .ana-urun-grup-box-hover {
 opacity: 1;background-position: 100% 100%;
}
 


.ana-urun-grup-title  {padding-bottom: 20px; padding-left: 20px; position: absolute; bottom: 0;
  font: 23px Akrobat-Black; text-align: left;
  color: #1d1d1b;
  letter-spacing: 2px;
  line-height: 26px;
  width: 100%
}

.ana-urun-grup-title span {
  font-family:  Akrobat-Light;
 
}
.ana-urun-grup-title p {
  display: table-cell;
  vertical-align: middle
}
/*************************************/

.hizli-kontrol-str{background: url("../pageFile/hizli-kontrol-bg.jpg") no-repeat center; min-height: 222px;}
.hizli-kontrol-sol-stn{padding: 90px 20px 64px 0;}
.hizli-kontrol-aciklama{font: 19px 'Akrobat-Light'; color: #000;padding-right: 32px;height: 68px;display: table;}
.hizli-kontrol-aciklama p{display: table-cell; vertical-align: middle;}

.hizli-kontrol-stn{}
.hizli-kontrol-btn{font: 32px 'Akrobat-Black';text-align: center;color: #171717;padding: 14px 32px; border: 1px solid #171717;border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;}
.hizli-kontrol-sag-stn{z-index: 10;}
.hizli-teklif-isci{margin-top: -106px;}


.counter-str{padding: 36px 0; background-color: #f3f3f3;}
.counter-inner-str{background-color: #fff; padding: 74px 0;-webkit-box-shadow: 0px 1px 22px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 22px -6px rgba(0,0,0,0.75);
box-shadow: 0px 1px 22px -6px rgba(0,0,0,0.75);}
.counter-box{width: calc(25% - 37.5px); margin-right: 50px;}
.counter-box:nth-child(4n){margin-right: 0;}
.counter-inner{position: absolute; z-index: 11; width: 100%; height: 100%; display: table;left: -6px; top: 0;padding: 18% 0;text-align: center;}
.counter-icon{width: 100%; height: 56px;background-repeat: no-repeat; background-position: center center; background-size: 56px 56px;}
.counter-icon.counter-ihracat{background-image: url("../pageFile/counter-ihracat.svg");}
.counter-icon.counter-musteri{background-image: url("../pageFile/counter-musteri.svg");}
.counter-icon.counter-vinc{background-image: url("../pageFile/counter-vinc.svg");}
.counter-icon.counter-proje{background-image: url("../pageFile/counter-proje.svg");}
 
.counter-number{font: 45px 'GothamNarrow-Bold'; color: #fdc300; line-height: 35px; float: none; display: table; margin: 0 auto 13px;}
.counter-name{font: 27px 'GothamNarrow-Light'; color: #fdc300;line-height: 24px; float: none; display: table; margin: 0 auto;}


/*****************************************************************************************************************************************************************/
.kurumsal-str{margin-bottom: 64px;}
.kurumsal-str:nth-child(2n) .kurumsal-img{float: right;margin-left: 60px; margin-right: inherit;}
.kurumsal-aciklama{font: 15px 'GothamNarrow-Light'; color:#bababa;}
.kurumsal-title{font: 48px 'Akrobat-Black'; color: #f9c000;margin-bottom: 30px;}
.kurumsal-img{width:36%;margin-right: 60px;}
 
/*****************************************************************************************************************************************************************/

.urun-list-str{margin-bottom:84px;}
.urun-str{}
.urun-box{width:calc(25% - 1.5px); margin-right: 2px;margin-bottom: 2px; background-color: #d3d3d3;}
.urun-box:nth-child(4n){margin-right: 0;}
.urun-box-hover {
 position: absolute;
  width: 100%;
  height: 100%;
  background: url("../pageFile/ana-grup-hover-bg.svg") no-repeat 0 0;;background-size: 50%; 
  background-position: 150% 150%;
  opacity: 1;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  display: table;
     
}

.urun-box a:hover .urun-box-hover {
 opacity: 1;background-position: 100% 100%;
}
 


.urun-title  {padding-bottom: 20px; padding-left: 20px; position: absolute; bottom: 0;
  font: 22px Akrobat-Black; text-align: left;
  color: #1d1d1b;
 
  line-height: 25px;
  width: 100%
}

.urun-title span {
  font-family:  Akrobat-Light;
 
}
.urun-title p {
  display: table-cell;
  vertical-align: middle
}



/*********************************************************************************/

 

.cookieAcceptBar {
 display: none;
 font: 13px 'GothamNarrow-Light';
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 8px 50px;
  z-index: 99999; 
 
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
    
}

.cerez-btn { width: auto; font:13px 'GothamNarrow-Bold'; 
  cursor: pointer;
  border: none;
  background-color: #fdb000;
  color: #363636;top: 0;
  text-transform: uppercase;
 position: absolute;right: 0;
  height: auto;
 
  padding:10px;
}
 
/*************************************************************************************/




.inputDiv-2{width:calc(50% - 12px); margin-right: 24px; margin-bottom: 24px;}
.inputDiv-2:nth-child(2n){margin-right: 0;}

.inputDiv-3{width:calc(33.33% - 16px); margin-right: 24px; margin-bottom: 24px;}
.inputDiv-3:nth-child(3n){margin-right: 0;}

.inputDiv-4{width:calc(25% - 18px); margin-right: 24px; margin-bottom: 24px;}
.inputDiv-4:nth-child(4n){margin-right: 0;}

.inputDiv-5{width:calc(20% - 19.2px); margin-right: 24px; margin-bottom: 24px;}
.inputDiv-5:nth-child(5n){margin-right: 0;}


.teklif-form-label{line-height: 20px;height: 30px;}
.teklif-form-text{height: 120px;}


.teklif-secim-str{margin: 18px 0;}

.teklif-teknik-sol-stn{width: 42%; border: 1px solid #ccc;}
.teklif-teknik-sag-stn{width:58%;}


.teklif-btn-box{margin-bottom: 0;}

.teklif-btn-box input{ 
	display: none;
}

.teklif-btn-box label{ width: 100%;
	position: relative;
 font: 25px 'GothamNarrow-Bold';color: #1d1d1b;padding-left: 48px;line-height: 48px;margin-bottom:16px;
 
 
	display: block;
	cursor: pointer;
 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.teklif-btn-box input:checked +   label {
color:#fdc300;
}

 .teklif-btn-box input:checked +   label::before {
content: ''; position:absolute;left: 0; width: 24px ; height: 48px;background-color: #fdc300; color:#fdc300;
}

.teklif-ozellik-title,.teklif-genel-title{font: 22px 'GothamNarrow-Bold'; color: #1d1d1b;margin-top: 24px; border-bottom: 1px solid #ccc; padding-bottom: 8px;}
.teklif-genel-title{ margin-top: inherit; margin-bottom: 24px;}
.teklif-ozellik-str{margin: 24px 0;}








.referans-box {width:calc(33% - 24px); min-height: 180px;margin-right:36px;margin-bottom: 20px; border: 1px solid #cccccc;padding: 16px;}
.referans-box:nth-child(3n) {margin-right: 0;}
.referans-box a { color: #000;}
.referans-in-box{width: 100%; height: auto; }
.imgBox.referans-img{width: 100%;height: auto;}
.referans-baslik-box{height: auto;padding: 7px 0;}
.referans-title-1{font: 19px 'Akrobat-SemiBold'; margin-bottom: 12px; color: #1d1d1b;}
.referans-title-2{font: 17px 'GothamNarrow-Light';margin-bottom: 12px;color: #1d1d1b;}

.referans-hover{position: absolute;opacity: 0; width: 100%; height: 100%; background: url("../pageFile/galeri-hover-bg.svg") repeat;}

.referans-hover .plus{width: 100%; height: 100%; position: absolute;   background: url("../pageFile/galeri-plus.svg") no-repeat center;background-size: 66px 66px;}
.referans-box:hover>a .referans-in-box .referans-hover{opacity: 1;color: #474747;}









































.ust-img-box{height: 278px;background-repeat: no-repeat; background-position: center;}
.ust-img-box.kurumsal{background-image: url("../pageFile/ust-kurumsal-bg.jpg");}
.ust-img-box.galeri{background-image: url("../pageFile/ust-galeri-bg.jpg");}

h1.ana{font:36px 'Roboto-Bold'; color:#000;}
h1.ana span{font-family:'Roboto-Light'; }
/****************************************/

/*******************************************/

.arama-box {  width: 100%;  min-height: 100px;  background-color: #fff;  margin-bottom: 12px; border: 1px solid #ccc;
}
.arama-box-link{  width: 100%;  height: 100%;  display: table}

.arama-box-incele-btn {  position: absolute;  width: 78px;  height: 28px;  font: 13px Montserrat-Bold;  color: #2a2a2a;  line-height: 27px;  right: 0;  bottom: 0}
.arama-box-incele-btn::after {  content: '';  position: absolute;  width: 29px;  height: 28px;  background: url(../pageFile/arama-incele-ok.svg) center no-repeat;  background-size: 18px 18px;  right: 0;  bottom: 0}
.arama-sol-stn{  width: 180px;  margin-right: 18px}
.arama-sag-stn {  width: calc(100% - 200px);  padding: 25px 18px 50px;  color: #000}
.arama-title {  width: 100%;  font: 16px Montserrat-Medium;  color: #000;  min-height: 18px;  margin-bottom: 10px}
 .arama-aciklama {  font: 15px Montserrat-Light;  color: #000}
.arama-tumunu-incele-btn {  width: 100%;  height: 30px;  font: 15px Montserrat-Bold;  color: #192c54;  text-align: center;  line-height: 30px;  display: block;  background-color: #2a2a2a}
.arama-detay-img {  margin-bottom: 24px}

/*********************************************/
/*********************************************************************************************************************/

.ara-cizgi-str{background: url("../pageFile/cizgi-ara-e.svg") no-repeat center,url("../pageFile/cizgi-aara-bg.svg") repeat-x center; height: 48px; background-size: 74px,5px;padding: 0; margin: 0; }
.ara-cizgi-yesil-str{background: url("../pageFile/cizgi-ara-yesil-e.svg") no-repeat center,url("../pageFile/cizgi-ara-yesil-bg.svg") repeat-x center; height: 25px; background-size: 74px,5px;}
/*********************************************************************************************************************/
.ana-urun-str{margin: 60px 0;}
.ana-urun-box{background-color:#363636;padding: 40px;width: calc(50% - 12px);margin-right:24px;background-repeat: no-repeat;background-position: top center;background-size: cover;}
.ana-urun-box:nth-child(2n+1){margin-right: 0;}
.ana-urun-konteyner-stn{background-image: url("../pageFile/konteyner-bg.png");}
.ana-urun-besinci-teker-stn{background-image: url("../pageFile/besinci-teker-bg.png");}
.ana-urun-treyler-stn{background-image: url("../pageFile/treyler-bg.png");}

.ana-urun-icon{width: 44%; height: auto;  }
 
 
 
.ana-urun-title{width: 56%; height: 154px; padding-left: 20px; font: 30px 'GothamNarrow-UltraItalic'; color: #fff;line-height: 29px;display: table;}
.ana-urun-title p{display: table-cell; vertical-align: middle;}
.ana-urun-title p span{font-family: 'GothamNarrow-BookItalic';}

.ana-urun-aciklama{font: 13px 'Montserrat-Light'; color: #fff; text-align: justify; line-height: 13px;min-height: 56px;}

.ana-urun-incele-btn{position: absolute;right: 0; bottom: 0; width: 208px;height: 74px; background: url("../pageFile/ana-uclu-incele-btn-bg.svg") no-repeat right center;background-size: 100%;font: 20px 'Montserrat-Regular';color: #363636;text-align: right;padding-top: 40px;padding-right: 18px;}
/*********************************************************************************************************************/
.ana-kurumsal-str{padding: 84px 0 0 0; background: url("../pageFile/ana-kurumsal-bg.jpg") no-repeat center center,#e3e3e3;min-height: 418px;background-size: cover;}
.ana-kurumsal-sol-stn{width: 60%; text-align: right;}
.ana-kurumsal-sag-stn{width: 40%; overflow-y: hidden;}


.ana-kurumsal-title{font: 75px 'Akrobat-Black';color: #fdc300; line-height: 70px;margin-bottom: 32px; }
 

.ana-kurumsal-aciklama{font: 19px 'Akrobat-Light'; color: #fff;margin-bottom: 42px;}

.ana-kurumsal-btn{ float: right;font: 22px 'Akrobat-Black';color: #fdc000;border: 1px solid #fdc000; padding: 8px 40px; text-align: center; border-radius: 24px;-webkit-border-radius: 24px;-moz-border-radius: 24px;}
  
.ana-kurumsal-logo-alt-stn{ float: none; display: table; margin:0 auto 38px;width: 358px;height: 92px; background: url("../pageFile/logo-alt-kurumsal.svg") no-repeat center;background-size: 358px; height: 92px;}
.ana-kurumsal-belge{width: 100%; max-width: 250px; margin: 14px auto -28px; float: none; display: table;} 

 
/**************************************************************************************************************************************************************/
.ana-genel-title{font: 24px 'Montserrat-Regular';color: #6f6f6f;letter-spacing: 4px;text-align: center;margin-bottom: 42px;}

/*********************************************************************************************************************************************/
.ana-ikili-str{padding: 40px 0;}
.ana-ikili-sol-stn,.ana-ikili-sag-stn{width:calc(50% - 10px); }
.ana-ikili-sol-stn{margin-right: 20px;}
.ana-haber-box{width: 100%;background-color: #f9c000;padding: 40px;}
.ana-haber-genel-title{position: absolute; width:50%; right: 0;font: 25px 'Montserrat-Bold';color: #494949;}
.ana-haber-sol-stn{width: 44%;}
.ana-haber-sag-stn{width: 56%;padding-left: 40px;}
.ana-haber-title{font:16px 'Montserrat-Medium';color: #494949;margin-bottom: 15px;margin-top: 32px;}
.ana-haber-aciklama{font: 14px 'Montserrat-Light';color: #494949;margin-bottom: 15px;}
.ana-ikili-incele-btn{float:right;width:100%; max-width: 218px; font: 17px 'Montserrat-Bold';color: #363636;border:2px solid #363636;padding: 10px 0;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;text-align: center;}

.ana-ikili-incele-btn:hover{float:right;width:100%; max-width: 218px; font: 17px 'Montserrat-Bold';color: #f9c000;background-color: #363636;padding: 10px 0;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;}
/*********************************************************************************************************************************************/

.ana-katalog-box{width: 100%;background-color: #f9c000; }
.ana-katalog-sol-stn{width: 41%;}
.ana-katalog-sag-stn{width: 59%;padding: 30px 40px 30px 0;}
.ana-katalog-title{ font: 25px 'Montserrat-Bold';color: #494949;margin-bottom: 28px;}
.ana-katalog-aciklama{font: 16px 'Montserrat-Light';color: #494949;margin-bottom: 78px;}

/*********************************************************************************************************************************************/

.ebulten-str{background:url("../pageFile/ebultenBg.jpg") no-repeat center;background-size:cover;min-height:270px; padding:48px 0; text-align: center;}

.ebulten-form-box{margin: 0 auto 16px;display: table;float: none;}


 


.ebulten-title{font: 22px 'Montserrat-Regular'; color: #fff; line-height: 27px;height: auto; margin-bottom:28px;  }
 
.ebulten-aciklama{font: 15px 'Montserrat-Light'; color: #fff;text-align: center; margin-bottom: 28px;}


.ebulten-input-stn{z-index: 99;width: 320px;}
.ebulten-btn-stn{z-index: 9; width: 168px;}
.ebulten-input.adsoyad{width:260px;margin-right:10px; }
.ebulten-input.eposta{width:260px;margin-right:10px; }
 

.ebulten-ust-str{height: 36px;margin-bottom: 10px;padding: 0 70px;}

 
/****/
 .styled-checkbox.bulten-check {
display: none;
}
.styled-checkbox.bulten-check + label {
    position: relative;
}

label.checkbox.bulten-check{    margin: 0 8px 0 14px;
    line-height: 14px;font: 17px 'Akrobat-Light';color: #fff;
    content: '';
    display: inline-block;}
 

.styled-checkbox.bulten-check + label:before,
.lt-ie8 .checkbox-replacement {    content: '';position: absolute;    left:-10px; top: -4px;    width: 24px;    height: 22px;    margin: 0 8px 0 -12px;    line-height:24px;    text-align: center;
    /* Put checkbox styles here: */
    border: 1px solid #fff;-webkit-border-radius: 8px;    -moz-border-radius: 8px;    border-radius: 8px;}
.styled-checkbox:checked + label:before,
.lt-ie9 .styled-checkbox.checked + label:before {
    content: '✔';
	color: #fff;
 
}

input[type="text"].ebulten { height: 54px; 
    border: 1px solid #fff;
    background-color: transparent;
    font: 17px 'GothamNarrow-Bold';
    color: #323232;
}

.btn-ebulten{height: 54px;   width: 100%;text-align: center;   background-color: #fff;   color: #767676; border: 1px solid #fff;    font: 16px 'Montserrat-Bold'; border: 1px solid #fff; margin-left: 5px;}
.transparent::-webkit-input-placeholder { color: #fff;}
.transparent::-moz-placeholder { color: #fff;}
.transparent:-ms-input-placeholder {  color: #fff;}
/***************************************************************************************************************************************************************************/
.referans-cont{max-width: 1064px;}


/***************************************************************************************************************************************************************************/
.alt-iletisim-str{padding: 64px 0;}
.alt-iletisim-sol-stn{width: 56%;}
.alt-iletisim-sag-stn{width: 44%;padding: 44px 0 0 44px;}
.alt-iletisim-tel{font: 21px 'Akrobat-Semibold';color: #323232;}
.alt-iletisim-mail{font: 21px 'Akrobat-Semibold'; color: #ed1c24;}
.alt-iletisim-ara-cizgi{border-top:1px solid #323232;  margin: 8px 0;min-height: 0;}
.alt-iletisim-adres{font: 21px 'Akrobat-Light'; color: #000;  }
.ana-iletisim-genel-title {    font: 36px 'BebasNeue-Bold';    color: #323232;    text-align: center;    margin-bottom: 40px;}



.alt-sosyal-btn-str{ margin-top: 16px;}
.alt-sosyal-btn-stn{width: 132px; float: left;display: table;}
.alt-sosyal-btn-box{width: 30px; height: 30px;background-position: center; background-repeat: no-repeat; background-size: 30px 30px; margin-right: 4px;}
.alt-sosyal-btn-box:last-child{margin-right: 0;}
.alt-sosyal-btn-box.linkedin-icon{background-image: url("../pageFile/linkedin-icon.svg");}
.alt-sosyal-btn-box.linkedin-icon:hover{background-image: url("../pageFile/linkedin-icon-2.svg");}

.alt-sosyal-btn-box.instagram-icon{background-image: url("../pageFile/instagram-icon.svg");}
.alt-sosyal-btn-box.instagram-icon:hover{background-image: url("../pageFile/instagram-icon-2.svg");}

.alt-sosyal-btn-box.twitter-icon{background-image: url("../pageFile/twitter-icon.svg");}
.alt-sosyal-btn-box.twitter-icon:hover{background-image: url("../pageFile/twitter-icon-2.svg");}

.alt-sosyal-btn-box.facebook-icon{background-image: url("../pageFile/facebook-icon.svg");}
.alt-sosyal-btn-box.facebook-icon:hover{background-image: url("../pageFile/facebook-icon-2.svg");}
.alt-sosyal-btn-box a{display: table; width: 100%;height: 100%;position: absolute;}
/********************* *********************************************************/

.haber-box{width:calc(50% - 16px);margin-right: 16px; margin-bottom: 16px; padding: 20px;border: 1px solid #ccc;}
.haber-genel-title{position: absolute; width:50%; right: 0;font: 25px 'Montserrat-Bold';color: #494949;}
.haber-sol-stn{width: 44%;}
.haber-sag-stn{width: 56%;padding-left: 40px;}
.haber-title{font:16px 'Montserrat-Medium';color: #494949;margin-bottom: 16px;}
.haber-tarih{font: 12px 'Montserrat-Light'; color: #494949;}
.haber-aciklama{font: 14px 'Montserrat-Light';color: #494949;margin-bottom: 15px;min-height: 64px;}
.haber-incele-btn{float:right;width:100%; max-width: 124px; font: 16px 'Montserrat-Bold';color: #363636;border:1px solid #ccc;padding: 10px 0;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;text-align: center;}

.haber-incele-btn:hover{float:right;  font: 17px 'Montserrat-Bold';color: #f9c000;background-color: #363636;padding: 10px 0;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;}

/****************************************************/
.haber-detay-img{   max-width: 820px;width: 100%; float: none; display: table; margin: 0 auto;}
.haber-detay-cizgi{border-bottom: 1px solid #ccc; margin: 20px 0;}
.haber-detay-title{font: 18px 'Montserrat-Bold';margin-bottom: 16px;}
.haber-detay-aciklama{font: 15px 'Montserrat-Light';}
 
/******************************************************************************/
.goster{display: block  !important;}
.gizle{display: none !important;}
 

/******************************************************************************/
 
 
/*************************************************************************************************/
.transition-05{-webkit-transition: all 0.5s ease;transition: all 0.5s ease}
.transition-1s{-webkit-transition: all 1s ease;transition: all 1s ease}



/********/
.iletisim-bilgi-str{margin-bottom: 36px;}
.iletisim-item{width: calc(33.33% - 36px);margin-right: 36px;}
.iletisim-icon{font-size: 40px; width: auto; float: none;display: table;margin: 0 auto 16px;color: #f9c000;}
.iletisim-title{font: 18px 'GothamNarrow-Bold';text-align: center;}
.iletisim-aciklama{text-align: center;font: 18px 'GothamNarrow-Light';}
.row.iletisim-str{ }
.iletisim-ic-str{margin-bottom: 26px;padding-bottom: 24px; border-bottom: 1px solid #ccc;}
.iletisim-map-str{margin: 28px 0; border: 1px solid #ccc; padding: 5px;}

.iletisim-sol-stn{width: 50%;}
.iletisim-sag-stn{width: 50%;height:auto;border: 1px solid #ccc; padding: 5px;}
.iletisim-form-sol-stn{width:calc(50% - 12px);margin-right: 24px;}
.iletisim-form-sag-stn{width: calc(50% - 12px);height:  auto;}
 
.mapAlan-iletisim {margin: 50px 0 0;
    width: 100%;
    height: 250px
}

textarea.ilet{height:134px;}
.gonder-btn-box{float: none; display: table;margin: 0 auto;width: 100%; max-width: 180px;}
.gonder-btn{width: 100%; background-color: #f9c000;font: 19px 'GothamNarrow-Bold'; color: #1d1d1b; text-align: center;display: block;padding: 10px 16px;}
.gonder-btn-teklif{float: right;}
.captcha-right{float: right !important;}
/*************************************************************************************************************************/


/******************************************************************************/
 

/*******************************************/
.search-input{width:150px;position: absolute;right: 0}
.search-control{width:0 !important;}
.btn-search{margin-top: 18px; border: 1px solid #636363;width:36px; height: 36px;background-color: #fff;color: #636363;}
.btn-search:hover.search>.search-input>.search-control{width: 150px !important; -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
 

/**************************************************/
 

.overlay,.overlay2,.overlay3,.overlay4,.overlay5,.overlay6,.overlay7,.overlay8 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 900000;overflow-y: auto;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.85);
}
.overlay3{  background-color: rgba(0,0,0, 0.85);overflow-x: hidden;overflow-y: auto;}
.overlay-content,.overlay2-content,.overlay3-content,.overlay4-content,.overlay5-content,.overlay6-content,.overlay7-content,.overlay8-content  {
  position: relative;
  top: 38%;
  width: 40%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay2-content{width: 45%;}
.overlay3-content{top:9%;}
.overlay5-content{top:18%;}
.overlay7-content{top:8%;}
.overlay .closebtn,.overlay2 .closebtn,.overlay3 .closebtn,.overlay4 .closebtn,.overlay5 .closebtn,.overlay6 .closebtn,.overlay7 .closebtn,.overlay8 .closebtn{
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay2 .bosAlan,.overlay3 .bosAlan,.overlay4 .bosAlan,.overlay5 .bosAlan,.overlay6 .bosAlan,.overlay7 .bosAlan,.overlay8 .bosAlan{padding: 0 !important;margin: 0 !important;width: 0 !important; height: 0 !important;}
.overlay .closebtn:hover,.overlay2 .closebtn:hover,.overlay3 .closebtn:hover,.overlay4 .closebtn:hover,.overlay5 .closebtn:hover,.overlay6 .closebtn:hover ,.overlay7 .closebtn:hover ,.overlay8 .closebtn:hover{
  color: #ccc;
}

.overlay input[type=text],.overlay2 input[type=text],.overlay3 input[type=text]  {
  padding: 15px;height: 50px;
  font-size: 17px;
  border: none;
  float: left;font-family: 'GothamNarrow-Light';
  width: 86%;
  background: white;
}


.overlay2 input[type=text],.overlay3 input[type=text],.overlay4 input[type=text],.overlay5 input[type=text],overlay6 input[type=text]{width: 100%;height: 50px;}  
.overlay3 select{  padding: 15px;height: 50px;}
.overlay input[type=text]:hover,.overlay2 input[type=text]:hover,.overlay3 input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button,.overlay2 button,.overlay3 button,.overlay4 button,.overlay5 button,.overlay6 button {
  float: left;
  width: auto;
  padding: 15px;
  background: #f1f1f1;
  font-size: 17px;
 
  cursor: pointer;
}

.overlay button:hover,.overlay2 button:hover,.overlay3 button:hover,.overlay4 button:hover,.overlay5 button:hover,.overlay6 button:hover {
  background: #bbb;
}


.overlay3-content{width: 100%;}
/************************************************/

.bannerBox{width: 100%;height: auto;overflow-x: hidden;}
.banner-ust{background: url("../pageFile/banner-ust-ucgen.png") no-repeat bottom center;position: absolute;z-index: 1;bottom: 0;width: 1920px; height: 232px;
left: 50%; margin-left: -960px;}
.banner-alt-serit{background: url("../pageFile/banner-alt-serit.svg") no-repeat center top;width: 100%;height: 58px; background-size:6000px 58px;}
 
 

 
 

.alt-menu-stn{width: 266px; min-height:255px;}

ul.alt-menu{list-style-type: none;color: #ddd;}
ul.alt-menu li{font: 18px 'GothamNarrow-Medium';color: #fff;margin-bottom: 4px;}
ul.alt-menu li a{font: 15px 'GothamNarrow-Light';color: #fff;}


.alt-logo-alan{ display: flex; justify-content: flex-start;width: 218px; height: 72px; background: url("../pageFile/logo-alt.svg") no-repeat center; background-size: 218px 72px;}


 .alt-sol-stn{  width: 44%;}
.alt-sag-stn{width: 56%;}
.alt-stn{width:auto;margin-right: 26px;}
.alt-stn:last-child{margin-right: 0;}


.alt-sosyal-str{margin-bottom: 36px;}
 
.alt-logo-stn{width: 246px;background: url("../pageFile/logo-alt.svg") no-repeat;background-size: 246px;height: 26px;margin-right: 36px;margin-top:40px;}
 /*********************************************************************************************************/
.alt-kisim-str{background:url("../pageFile/altKisimBg.jpg") no-repeat center,#303030; background-size: cover;padding: 56px 0 ;}

.alt-iletisim-stn{display: flex; flex-direction: column;margin-top: 100px;}
 .alt-tel{ height: 32px; display: flex; align-items: center;width: 190px;   font: 18px 'GothamNarrow-UltraItalic';color: #f7c13d;  }

 
.alt-mail{ display: flex; align-items: center;height: 32px; font: 18px 'GothamNarrow-UltraItalic';color: #f7c13d;width: auto;  cursor: pointer;}
.alt-mail a span{ font: 18px 'GothamNarrow-BookItalic'}


.alt-mail a{text-decoration: none; color: #f7c13d;}

.alt-mail:hover { width: auto;    line-height: 26px; }
.alt-mail:hover>a{ color: #f9c000;}





.alt-sosyal-stn {  width: auto;    color: #e7e7e7;  top: 4px;}
.alt-sosyal-box {  width: 96px;  margin-left: 32px;margin-right: 4px;}
.alt-sosyal-btn {  width: 28px;  height:28px; border: 1px solid #fdc000;margin-right: 6px; font-size: 15px; line-height: 28px;text-align: center;border-radius: 15px;-webkit-border-radius:15px; -moz-border-radius:15px;   }
 
.alt-sosyal-btn:last-child{margin-right: 0;}
a.alt-sosyal-link {  width: 100%;  height: 100%;  display: block; color: #fdc000;}

.alt-iletisim-str{background: #222322;padding: 46px 0;}
.alt-iletisim-box{font: 17px 'GothamNarrow-Bold'; color: #fff; line-height: 20px;margin-right: 114px;max-width: 348px; }
.alt-iletisim-icon{width: 32px; height: 32px; vertical-align: -3px;margin-right: 14px;}











.alt-sozlesme-stn{float: right;}
.alt-sozlesme-link{color: #323232;}
.alt-sozlesme-cizgi{padding: 0 24px}


 


.copyright-str{ font: 18px 'Akrobat-SemiBold'; color: #5c5c5c;   }
.copyright-box{ line-height: 64px;width: calc(100% - 72px);height: 64px; }
.design-box{ width: 72px; height: 50px; background: url("../pageFile/dplogo.svg") no-repeat; background-size: 72px 50px;}
.design-box a{ position: absolute; width: 100%; height: 100%; display: table;}
 
 

  

/*********************************************************************************************************************************/
.menu-baslik-str{border-bottom: 1px solid #f89521; background: url("../pageFile/menu-baslik-bg.jpg") repeat; height: 36px;}
.menu-baslik-box{width: 33.33%;}
.menu-baslik-box-4{width: 25%;}
.menu-baslik-box-2{width: 50%;}
a.menu-baslik-link{ font:16px 'Roboto-Bold'; text-align: center;display:block;width: 100%; height: 36px;line-height: 36px;color: #000;}
a.menu-baslik-link:hover,.menu-baslik-link.secili{background-color: #f89521;color: #fff;   }

.soru-str{margin-bottom: 36px;}
h2.soru-baslik{font: 16px 'Roboto-Bold'; color: #474747;line-height: 53px;}
h2.soru-baslik::before{content: ''; background: url("../pageFile/icon-sorular.jpg") no-repeat;width: 53px; height: 53px; position: relative; float: left;margin-right: 10px;}

h2.soru-baslik::after{content: ''; background-color:#000;;width:calc(100% - 53px); height: 1px; position: absolute; bottom:0;left: 20px;}


h1.ust-genel-baslik{font: 40px 'Roboto-Bold'; color: #fff; text-align: right;margin-top: 170px;}


h2.genel-baslik{font: 18px 'Roboto-Medium'; color:#333;margin-bottom: 16px;}
.fa.kurumsal-icon{margin-right: 6px;font-size: 24px;}
 
 

 
.icon {
  position: relative;
  overflow: hidden;
 
  display: inline-block;
  
 
 
}

 

 .tabAlan ul.tabmenu { list-style-type: none;  height: 58px}
.tabAlan ul.tabmenu li {  float: left;  width: calc(50% - 1px);  margin-right: 2px}
.tabAlan ul.tabmenu li a {  background-color: #d7d7d7;  font: 17px GothamNarrow-Bold;  color: #1d1d1b;  height: 58px;  display: block;  line-height: 58px;  text-align: center}
 .tabAlan ul.tabmenu li.secili a, ul.tabmenu li:hover a {  background-color: #f1b22f}

  .tabAlanMb ul.tabmenu { list-style-type: none;  height: 58px}
.tabAlanMb ul.tabmenu li {  float: left;  width: calc(33.33% - 2px);  margin-right: 2px}
.tabAlanMb ul.tabmenu li a {  background-color: #d7d7d7;  font: 15px GothamNarrow-Medium;  color: #1d1d1b;  height: 58px;  display: flex;  justify-content: center; align-items: center;text-align: center}
 .tabAlanMb ul.tabmenu li.secili a, ul.tabmenu li:hover a {  background-color: #f1b22f}


.urun-detay-mobil-str{margin-top: 24px;}
.urun-detay-mobil-list-title{font: 19px 'GothamNarrow-Bold';
    color: #525252;
    height: 42px;
    padding: 0 24px;
    display: flex;
    align-items: center; justify-content: center;}
.urun-detay-box-mobil{ font: 16px 'GothamNarrow-Book'; color: #525252; position: relative; float: left; width:100%;min-height:250px;padding: 24px 0; box-sizing: border-box;word-break: break-word;  }
.urun-detay-mobil-list ul{display: flex;flex-direction: row; list-style-type: none; justify-content: space-between;} 
.urun-detay-mobil-list ul li{font: 16px 'GothamNarrow-Book';display: flex; align-items: center;height: 36px; border-bottom: 1px solid #ccc;}
.urun-detay-mobil-list ul li:nth-child(1){width: 124px;}
.urun-detay-mobil-list ul li:nth-child(2){width: calc(100% - 124px);}

.mobil-fiyat{font-family: 'GothamNarrow-Bold' !important;}

/******************************************************************/
.urun-detay-box{ font: 16px 'GothamNarrow-Book'; color: #525252; position: relative; float: left; width:100%;min-height:250px;padding: 32px; box-sizing: border-box;word-break: break-word;  }

.tabAlan .urun-detay-box ul{padding: 0; margin: 0; display: flex;flex-direction: row;align-items: center;list-style-type: none;}
.tabAlan .urun-detay-box ul li{height: 30px; margin-bottom: 10px; font: 16px 'GothamNarrow-Book'}
.tabAlan .urun-detay-box ul li:nth-child(1){min-width: 300px;}
.tabAlan .urun-detay-box ul li:nth-child(2){  font: 16px 'GothamNarrow-Bold';}


.tabAlan .detay-box{direction: table; float: none;margin: 0 auto;width:100%;}



input[type="text"]:disabled {
  background: #fff;
}



/**
 * The "shine" element
 */

.icon:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.icon:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.icon:active:after {
  opacity: 0;
}

 

 
 


.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%}

.iframe-container {position: relative;width: 100%;height: 100%;}


 
 
 

 
 
 

.altKisim{height: 393px; background: url("../images/page/altKisimBg.svg") no-repeat top center; background-size: 2560px 393px; }

.logo-alt{position: absolute;background: url("../images/page/altKisimLogo.svg") no-repeat top center;width: 246px; height: 346px;right: 0; top:12px;}

 .alt-adres-cont{width: 270px;height: 393px;font: 13px 'Montserrat-Light';color: #fff;display: table;margin-right:24px;}
.alt-adres-box{display: table-cell; vertical-align: middle;padding-left: 18px;}
.alt-adres-box h5{ font: 13px 'Montserrat-Bold';margin-bottom:10px; }

i.alt{position: absolute;width: 14px; height: 14px; left:-22px;}

i.alt.yer{  background: url("../pageFile/yerimi-ikon.svg") no-repeat;  }
i.alt.tel{  background: url("../pageFile/tel-ikon.svg") no-repeat;  }
 
.ust-adr-logo{margin-top: 4px;   width: 64px; height: 64px;}
.alt-adr-logo{margin-top: 10px; margin-left: 16px; width: 76px; height: 76px;}


.menu-alt-diger{height: 232px; background: url("../images/page/diger-ust-bg.jpg") no-repeat top center;margin-top: -30px;}

.genel-orta-str{min-height: 600px;height: auto; font: 17px 'GothamNarrow-Light';padding: 50px 0;color: #737373;}
.genel-orta-box{margin-top: 32px;}

 
 

/***********************/

/* Accordion Menu by www.menucool.com/vertical/accordion-menu*/

#accordion {
    visibility:hidden;
}

/* root UL */
#accordion ul {
    padding:0;
    margin:0;
    list-style:none;
}

/* sub UL */
#accordion ul ul {
    /*background:#f5f5f5;*/
    padding:0px 0;
}

/*---------- Indents ------*/

/*top-level*/
#accordion .top > a, #accordion .top > div { 
    padding-left:20px;
    padding-top:12px;padding-bottom:12px;
}

/*2nd-level*/
#accordion li li > a, #accordion li li > div {
    padding-left:30px;
    padding-top:8px;padding-bottom:8px;
}

/*3rd-level*/
#accordion li li li > a, #accordion li li li > div { padding-left:50px; }


/*---------- Other styles ------*/

/* headings */
#accordion li > div{
    font-family:'Lucida Grande', Geneva, Candara, Tahoma, sans-serif;
    font-weight:bold;
    font-size:large;
    color:black;
}
#accordion .active > div{
    color:#333;
}

#accordion li {
    font-family:Arial, sans-serif;
    font-size:13px;
	padding: 0;
    margin:0;
    overflow:hidden;
	cursor: pointer;
}

/* Add borders to the top LIs */
#accordion .top {
	/*border:1px solid #000;*/
}

/* No double borders between LIs*/
#accordion li.top + li.top {
    border-top:0;
}

/* links */
#accordion a {
    color:black;
    font-weight:normal;
    font-size:13px;
    text-decoration:none;
    display:block;
    line-height:1;
    transition:all 0.3s;
}
#accordion a:hover, #accordion a.active {
    background-color:#eee;/*#ffda3f;*/
}


/* carets */
#accordion div.caret {
    color:inherit;
    display:inline-block; 
    margin-top:3px;
    /*To place the caret on the right, set: float:right;margin-top:0;*/
    width: 0;
    height: 0;background:url("../pageFile/yan-menu-cizgi.svg") no-repeat right center,#000000;background-size: 46px; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}


 

#accordion li {
    -ms-user-select:none;
    -mos-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}


.mobil-detay-footer-str{display: flex; justify-content: space-between; position: fixed; bottom: 0;width: 100%;padding: 8px 8px; background-color: #f1b22f;z-index: 999999;}
.mobil-detay-footer-btn{background-color: #1c191a; color: #fff; height: 36px; padding: 0 24px;display: flex; justify-content: center; align-items: center; font: 18px 'GothamNarrow-Bold';padding: 0 20px;}
 /*************************************************************************************************************************/
.demo {    width: 100%;    margin: 0px auto;	/*visibility: hidden;*/}

.options {    width: 200px;    float: left;    margin-top: 30px;}

.options h3 {    font-size: 20px;}

.options a {    padding: 12px 0;    text-align: center;    width: 100%;    margin-bottom: 10px;    display: block;    background: #535353;    color: #FFF;    text-decoration: none;}
a.backLink {    float:right;    margin-bottom:10px;}

   
/*********************************/
 
/*****************************************************/
 
/************************************************************************/
 
g,svg g path,polygon,polyline{fill:#687276;cursor: pointer;}
 g:hover>path{fill:#f99000;}
g.secili>path{fill:#f99000;}
 g:hover>polygon,rect,polyline{fill:#f99000;}
 g.secili>polygon,rect,polyline{fill:#f99000;}
g.sehir-isim path,g.sehir-isim path:hover{fill: #fff; }
 /**************************/
    .mobil-logo{background: url("../pageFile/logo.svg") center no-repeat; height:100px;background-size: 220px;}
.middle-cell{display: table-cell;    vertical-align: middle;   }
 
.transition-200{    -webkit-transition: all 200ms ease-in;      -ms-transition: all 200ms ease-in;        -moz-transition: all 200ms ease-in;    transition: all 200ms ease-in;}

a.link-fff{color:#fff;}

 /************************/
 


  
/***************************************************************/
 
/***************************************************************/
.imgBox{width: 100%;height:auto;}
 
.mr-15{margin-right: 15px;}
.mr-10{margin-right: 10px;}
.mr-0{margin-right: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media (min-width: 1281px)
{
  
     
       .mobil-header{display: none !important;}
      .mobil-banner{display: none !important;}
    
 		.desk-tab,.desk-obj{display:block ;}
	.mobil-tab,.mobil-obj{display:none ;}
    
     /*****************************************************************************************/
}

 

@media (min-width: 1025px) and (max-width: 1280px) 
{
       .mobil-header{display: none !important;}
       .mobil-banner{display: none !important;}
 		.desk-tab,.desk-obj{display:block ;}
	.mobil-tab,.mobil-obj{display:none ;}
    
     /*****************************************************************************************/
    
    
}
 
@media (min-width: 801px) and (max-width: 1024px) 
{ body{min-width: 100%;}
	
	
		.desk-tab,.desk-obj{display:block ;}
	.mobil-tab,.mobil-obj{display:none ;}
	
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
        .btn-search{margin-left: 10px;}
    .custom-select{position: relative !important; float: left; top: 0 !important;left: 0 !important;}
    .select-selected{height: 38px !important;padding-top: 3px !important; font-size: 16px !important;}
    .select-selected::after{bottom: 5px !important;}
    .mobil-arama-dil-stn{float: none; display: table; margin: 0 auto 26px; top: 10px;}
    
      .ana-kurumsal-str {      min-height: 418px; }
    .ana-kurumsal-sol-stn{width: 50%;}
    .ana-kurumsal-sag-stn{left: 0; width: 50%;}
    .ana-kurumsal-title,.ana-kurumsal-aciklama{text-align: center;}
    .ana-kurumsal-btn{float: none; display: table; margin: 0 auto;}
    
    .ana-ikili-sol-stn{margin-bottom: 24px;}
    .ana-haber-genel-title{position: relative; float: left;width: 100%;margin-bottom: 16px; font-size: 20px; text-align: center;}
    .ana-haber-sol-stn,.ana-haber-sag-stn{width: 100%;padding-left: 0;}
    
    .ana-katalog-sol-stn{width: 100%;}
    .ana-katalog-sag-stn{width: 100%;padding:24px 40px;}
    .ana-katalog-title,.ana-katalog-aciklama{margin-bottom: 24px;text-align: center;}
     
    
    
    
    .ebulten-input.adSoyad{width: 100%;margin-right: 0;margin-bottom: 12px;}
        .ebulten-input.eposta{width: 100%;margin-right: 0;z-index: 9999;}
    .ebulten-ust-str{width: 100%;padding: 0; text-align: center;}
    .ebulten-label{width: 100%;}
     label.checkbox.bulten-check{margin-top: 146px;}
    .ebulten-btn-box{z-index: 9999;width: 100%;}
    .ebulten-form-box,.btn-ebulten{width: 100%;}
    
 
    
  
    
 
       /***********/
 
    
    .mobil-header{display: block !important;}
    .desk-header{display: none;}
    
      .mobil-banner{display: block !important;}
    .desk-banner{display: none;}
    
    
    .menu-toggle{display: block !important;}
    
 
    
 
    
        .altKisim{height: auto; background: #b31c27;padding: 68px 0;}

.logo-alt{position: absolute;background: url("../images/page/altKisimLogo.svg") no-repeat top center;width: 246px; height: 346px;right: 36px; top:-18px;}
    .alt-adres-cont{width:100%; height: auto;margin:0 0 24px 0;} 
    .alt-adres-cont.stn-1{margin-top:36px;} 
 
     
    /***************/
    
    .tabAlan .detay-box{width:100%;}
    
     /**************mobil**********************************************/
    .overlay-content{width: 86%;}
    .overlay input[type="text"]{width: 80%;}
    
            .overlay2-content{width: 90%;max-width: 380px;}
 
    
        .overlay3-content{width: 90%;}
 
    /*******************************************************/
    
    
}

 
 

 

@media (min-width: 481px) and (max-width: 800px) 
{
 body{min-width: 100%;}
 
	
		.desk-tab,.desk-ana-arama,.desk-obj{display: none;}
	.mobil-tab,.mobil-obj{display: block;}
	.urundetay-fiyat-box{display: none;}
	
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
    .btn-search{margin-left: 10px;}
    .custom-select{position: relative !important; float: left; top: 0 !important;left: 0 !important;}
    .select-selected{height: 38px !important;padding-top: 3px !important; font-size: 16px !important;}
    .select-selected::after{bottom: 5px !important;}
    
    .mobil-arama-dil-stn{float: none; display: table; margin: 0 auto 26px; top: 10px;}
    
        .menu-baslik-bg,.genel-title{height: 180px;}
    
    
 
    .genel-title{padding-left: 138px;}
    .genel-title-icon{width: 130px; height: 120px; background-size: 130px;margin-left: 0;}
    
    .ana-kurumsal-str {      min-height: 418px; }
    .ana-kurumsal-sag-stn,.ana-kurumsal-sol-stn{left: 0; width: 100%;}
    .ana-kurumsal-title,.ana-kurumsal-aciklama{text-align: center;}
    .ana-kurumsal-btn{float: none; display: table; margin: 0 auto;}
    
    .kurumsal-title{font-size: 32px; text-align: center;}
    .kurumsal-img{width: 100%;margin-right: 0;} 
    .kurumsal-aciklama{width: 100%;}
    .ana-kurumsal-logo-alt-stn{width: 100%; background-size: 100%;}
    
    .hizli-kontrol-btn-stn{width: 100%;}
    .hizli-kontrol-str{background-size: cover;}
    .hizli-kontrol-sol-stn{padding: 90px 0 64px 0;}
    .hizli-teklif-isci{margin-top: 0;}
    
    .hizli-kontrol-aciklama{padding-right: 0; text-align: center;margin-bottom: 24px;}
    
    
        .counter-box{width: 100%; margin-right: 0;}
    .circle_percent{float: none; display: table !important;margin: 0 auto 24px !important;}
    .counter-inner{padding: 4% 0; left: inherit;}
    
    
    .ana-ikili-sol-stn{margin-bottom: 24px;}
    .ana-haber-genel-title{position: relative; float: left;width: 100%;margin-bottom: 16px; font-size: 20px; text-align: center;}
    .ana-haber-sol-stn,.ana-haber-sag-stn{width: 100%;padding-left: 0;}
    
    .ana-katalog-sol-stn{width: 100%;}
    .ana-katalog-sag-stn{width: 100%;padding:24px 40px;}
    .ana-katalog-title,.ana-katalog-aciklama{margin-bottom: 24px;text-align: center;}
    
    .urun-liste-grup-stn{width: 100%; margin-bottom: 1px;}
    
    
    .ana-urun-box{width: 100%;margin-right: 0;margin-bottom: 24px;}
 
 
    
 
    
    
    
    .ebulten-input.adSoyad{width: 100%;margin-right: 0;margin-bottom: 12px;}
        .ebulten-input.eposta{width: 100%;margin-right: 0;z-index: 9999;}
    .ebulten-ust-str{width: 100%;padding: 0; text-align: center;}
    .ebulten-label{width: 100%;}
     label.checkbox.bulten-check{margin-top: 146px;}
    .ebulten-btn-box{z-index: 9999;width: 100%;}
    .ebulten-form-box,.btn-ebulten{width: 100%;}
    
 
 
 
 
    
    
    
        .menu-baslik-str{height: auto;}
    a.menu-baslik-link{height: auto;line-height: 22px;padding: 5px 0;}
    .alt-menu-stn{width: 100%;margin-bottom: 36px; min-height:100px; height: auto;}
    .alt-menu-stn,.alt-menu-stn img{ text-align: center;display: inline-table;}
    .alt-tel-box, .alt-mail-box, .alt-whatsapp-box{width: 100%;}
    .copyright-str,.copyright-box{width: 100%; text-align: center;}
    
    .menu-ust-str{display: none;}
 
 
    
    .banner-alt-serit{height: 30px;;}
     .banneraltserit-str{margin-bottom: 44px; }

        .mobil-logo{background-size: 246px;}
 
 
    
 
    
    
    


 
    
    .mobil-header{display: block !important;}
    .desk-header{display: none;}
    
    
        .mobil-banner{display: block !important;}
    .desk-banner{display: none;}
    
    
    
        .menu-alt-diger{margin-top: 0;height: 100px;}
    
    
    /********************/
    
    
        .tabAlan .detay-box{width:100%;}
    .tabAlan ul.tabmenu li{width: 33.33%;}
    /*******************/
    
        /**************mobil MODAL**********************************************/
    .overlay-content{width: 86%;}
    .overlay input[type="text"]{width: 80%;}
    
        .overlay2-content{width: 90%;max-width: 380px;}
    .uye-giris-stn{width: 100%;}
        .overlay3-content{width: 90%;}
    
    /**********************************************************/

    
        .altKisim{height: auto; background: #b31c27;}

.logo-alt{position: absolute;background: url("../images/page/altKisimLogo.svg") no-repeat top center;width: 246px; height: 346px;left: 50%;margin-left: -123px; top:12px;}
    .alt-adres-cont{width:100%; height: auto;margin:0 0 24px 0;} 
    .alt-adres-cont.stn-1{margin-top:390px;} 
    
 
 
    .bannerBox{ margin-top: 0; }
 
     .col.inputDiv{margin-bottom: 12px;}
       h1.genel-baslik{font-size: 16px;}
}

 

@media (min-width: 0px) and (max-width: 480px) 
{
  
body{min-width: 100%;background:#fff; }
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
	.mobil-ust{min-height: 194px;background: url("../pageFile/mobilUstBg2.png") no-repeat top center; background-size: contain;}
	.ana-arama-stn{flex-direction: column;}
	.ana-arama-form-input{width: 100%;margin-bottom: 12px !important;margin-right: 0 !important;}
	.ana-arama-stn{padding: 48px 32px; border-radius: 0; -webkit-border-radius: 0;-moz-border-radius: 0;}
	.ana-arama-stn-title{left: 50%; margin-left: -117px;}
	.ana-grup-box{width: 88%;}
	
	.desk-tab,.desk-ana-arama{display: none;}
	.mobil-tab{display: block;}
		.urundetay-fiyat-box{display: none;}
	
	.urun-detay-sag-stn{display: none;}
	
	
	
	
	.inputDiv-3{width: 100%; margin-right: 0;}
	
	.mobil-ilan-str{width: 100%;display: flex; justify-content: flex-start; align-items: center; position: relative; float: left;padding-left: 24px;}
	.urun-liste-box{margin-bottom: 16px;}
	
	.tabAlan .urun-detay-box ul{flex-direction: column;}
	.tabAlan .urun-detay-box ul li{width: 100%;text-align: center;}
    
    .btn-search{margin-left: 10px;}
    .custom-select{position: relative !important; float: left; top: 0 !important; left: 0 !important;}
    .select-selected{height: 38px !important;padding-top: 3px !important; font-size: 16px !important;}
    .select-selected::after{bottom: 5px !important;}
    
    .alt-adr-logo{float: none; display: table; margin: 16px auto  !important; top: 16px;}
    .mobil-arama-dil-stn{  top: -10px; left: 10px;}
    .select-items div{height: 38px !important;font-size: 16px !important;padding-top: 8px !important;}
    
 
        .banner-alt-serit{height: 30px;;}
    
    .iletisim-item{width: 100%; margin-right: 0; margin-bottom: 36px;}
    .inputDiv-2{width: 100% !important;margin-right: 0!important}
   
 
 
    
    .ana-kurumsal-str {      min-height: 418px; }
    .ana-kurumsal-sag-stn,.ana-kurumsal-sol-stn{left: 0; width: 100%;}
    .ana-kurumsal-title,.ana-kurumsal-aciklama{text-align: center;}
    .ana-kurumsal-btn{float: none; display: table; margin: 0 auto;}
    
    .kurumsal-title{font-size: 32px; text-align: center;}
    .kurumsal-img{width: 100%;margin-right: 0;}
    .kurumsal-aciklama{width: 100%;}
    .ana-kurumsal-logo-alt-stn{width: 100%; background-size: 100%;}
    
    .ust-hizli-teklif-btn{float: none;margin: 0 auto 24px; display: table;left: -12px;}
    .hizli-kontrol-btn-stn{width: 100%;}
    .hizli-kontrol-str{background-size: cover;}
    .hizli-kontrol-sol-stn{padding: 90px 0 64px 0;}
    .hizli-teklif-isci{margin-top: 0;}
    
    .hizli-kontrol-aciklama{padding-right: 0; text-align: center;margin-bottom: 24px;}
    
    
    .urun-box{width: 100%;}
    
    .alt-iletisim-box{float: none; display: table; margin: 0 auto 24px;text-align: center;}
    .alt-iletisim-icon{float: none; display: table; margin: 0 auto 16px;}
    
    
    .counter-box{width: 100%; margin-right: 0;}
    .circle_percent{float: none; display: table !important;margin: 0 auto 24px !important;}
    .counter-inner{padding: 9% 0; left: inherit;}
    
    .ana-ikili-sol-stn{margin-bottom: 24px;}
    .ana-haber-genel-title{position: relative; float: left;width: 100%;margin-bottom: 16px; font-size: 20px; text-align: center;}
    .ana-haber-sol-stn,.ana-haber-sag-stn{width: 100%;padding-left: 0;}
    
    .ana-katalog-sol-stn{width: 100%;}
    .ana-katalog-sag-stn{width: 100%;padding:24px 40px;}
    .ana-katalog-title,.ana-katalog-aciklama{margin-bottom: 24px;text-align: center;}
    
    .urun-liste-grup-stn{width: 100%; margin-bottom: 1px;}
    
    
    .ana-urun-box{width: 100%;margin-right: 0;margin-bottom: 24px;}
    .ana-urun-icon{width: 100%;}
    .ana-urun-title{padding-left: 0;width: 100%;height: 120px;}
    
    .ana-ikili-incele-btn{float: none; display: table; margin: 0 auto;}
    
    
    .alt-logo-alan{width: 100%;}
    .ebulten-str{min-height: 320px;}
    .ebulten-btn-stn{width: 98px;}
    
    ul.alt-menu{text-align: center;margin-bottom: 24px;}
    .alt-sag-stn{width: 100%; margin-top:24px; margin-bottom: 24px;}
    .alt-tel-box{min-width: inherit;padding-right: 64px;}
    
    .alt-sosyal-stn{float: none; display: table; margin: 24px auto;width: auto;}
    
    .alt-adres-stn{margin-top: 24px;text-align: center;}
    
    
    
 
    
    .ana-ikili-box{width: 100%;margin-bottom: 24px;}
    .ana-ikili-sol-stn{width: 100%;min-height: 280px;left: 0;position: relative; float: left;}
    .ana-ikili-sag-stn{width: 100%; left: 0;}
    
 
    
    
    .alt-iletisim-sol-stn{width: 100%;margin-bottom: 24px;}
    .alt-iletisim-sag-stn{width: 100%;padding: 0;}
    
 
    
     
    
    .select-icon,.select-ihtiyac-stn,.ihtiyac-btn{width: 100%;margin-left: 0;max-width: 100%;}
    
    
 
	.urundetay-sosyal-str{margin-top: 12px;}
	.urun-liste-stn{flex-direction: column;align-items: center;}
    .urun-liste-sol-stn{;margin-right:0;display: flex; align-items: center;width: min-content;}
    .urun-liste-sag-stn{width: 100%;padding-left: 0;}
    .urun-liste-box{width: 100%; margin-right: 0;}
    
    
    .urun-detay-sol-stn{width: 100%;margin-left: 0; margin-right: 0;left: 0;}
    .urun-detay-sag-stn{width: 100%;padding-left: 0;left: 0;margin-bottom: 24px;}
    .urun-detay-box-sol-stn{width: 100%;margin-bottom: 24px;}
    .urun-detay-box-sag-stn{width: 100%;}
    .urun-detay-title{text-align: center;justify-content: center; flex-direction: column; padding: 16px 0;height: auto;font-size: 18px;}
    
 
    
    .teklif-teknik-sol-stn{width: 100%;}
    .teklif-teknik-sag-stn{width: 100%;}
    
    
    .ebulten-input.adSoyad{width: 100%;margin-right: 0;margin-bottom: 12px;}
    .ebulten-input.eposta{width: 100%;margin-right: 0;z-index: 9999;}
    .ebulten-ust-str{width: 100%;padding: 0; text-align: center;}
    .ebulten-label{width: 100%;}
     label.checkbox.bulten-check{margin-top: 0;}
    .ebulten-btn-box{z-index: 9999;width: 100%;}
    .ebulten-form-box,.btn-ebulten{width: 100%;}
    .ebulten-input-stn {
    width: 210px;
}
        /*****************************************************************************************/
    .iletisim-sol-stn,.iletisim-sag-stn,.iletisim-form-sol-stn,.iletisim-form-sag-stn{width: 100%;}
    .iletisim-sol-stn{margin-bottom: 16px;}
    
    
 
 /****************/
    .overlay6-content,.overlay7-content{width: 90%;}
     /****************/
	.alt-iletisim-stn{align-items: center;margin-top: 54px;margin-bottom: 44px;}
    .alt-iletisim-stn,.alt-stn,.alt-sol-stn,.alt-logo-stn {width: 100%;}
    .alt-stn,.alt-logo-stn{margin-right: 0;}
    .alt-logo-stn{background-position: center;margin-bottom: 16px;}
    .sosyal-text{text-align: center;}
    .alt-sosyal-alan{float: none;margin: 0 auto; display: table;}
    ul.alt-menu li a{width: 100%; text-align: center;display: block;}
    .copyright-box{text-align: center;width: 100%;}
    .design-box{width: 100%;background-position: center;}
    .design-box a{width: 100%;height: 50px;display: block;}
    .menu-ust-str{display: none;}
 
  
    /***********/
 
    /***********/
 
        .tabAlan .detay-box{width:100%;}
    .tabAlan ul.tabmenu li,.tabAlan ul.tabmenu li.sutun-4{width: 100% !important;}
    /***********/
 
    .mobil-logo{background-size:190px;}
    .mobil-logo a{position: absolute; width: 68%; height: 100%; margin: 0 16%;}
    /**************mobil**********************************************/
    .overlay-content{width: 86%;}
    .overlay input[type="text"]{width: 80%;}
    
    .overlay2-content{width: 90%;}
    .uye-giris-stn{width: 100%;}
    
    .overlay3-content{width: 90%;}
    
    /**********************************************************/
 
    
    
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{right:42px !important;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:6px !important;}
 
    
    .col-left.kurumsal,.col-right.kurumsal{width: 100%;}
    .mobil-header{display: block !important;}
    .desk-header{display: none;}
    .mobil-banner{display: block !important;}
    .desk-banner{display: none;}
    
    
    
 
 
 
 

.logo-alt{position: absolute;background: url("../images/page/altKisimLogo.svg") no-repeat top center;width: 246px; height: 346px;left: 50%;margin-left: -123px; top:12px;}
 } 


    
     .bannerBox{ margin-top: 0;z-index: 1; }
     
   .inputDiv{margin-bottom: 12px;}
 

/*************************************************************************************************************************************************/


.radius-5{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.on_izleme_hata {
	position: absolute;
	font: 9pt Arial;
	min-width: 200px;
	height: auto;
	width: auto;
	padding: 0 10px;
	min-height: 30px;
	left: 30%;
	top: -22px;
	color: #FFF;
	text-align: center;
	background: -webkit-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
	background: -moz-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
	background: -ms-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
	background: linear-gradient(180deg, #F70505 5%, #8F0808 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70505', endColorstr='#8F0808');
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 2px 10px 0 #616161;
	-moz-box-shadow: 0 2px 10px 0 #616161;
	box-shadow: 0 2px 10px 0 #616161;
	display: table
}


 

.on_izleme_hata p {
	display: table-cell;
	vertical-align: middle
}
.on_izleme_hata:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	border-style: solid;
	border-width: 7px 9px 0;
	border-color: #8f0808 transparent;
	display: block;
	width: 0;
	z-index: 1
}