@charset "utf-8";
/* CSS Document */
@import "../fonts/fonts.css?v=145";
@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"] { background-color: transparent;width: 100%;    height:64px;    border: 1px solid #fff;    padding-left: 12px;    font: 24px 'Gilroy-Light';    color: #707070}
select { background-color: transparent;height: 64px;    padding-right: 34px;    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;    font-family: 'Gilroy-Light';
    background: url("../pageFile/selectOkBeyaz.svg") no-repeat 94% center, transparent;    background-size: 20px 10px;}
textarea {    padding-top: 10px;    display: block}


.inputDiv{width: 100%;margin-bottom: 24px;}

input[type="text"].transparent{border: 1px solid #fff; background-color: transparent;font: 17px 'Akrobat-Regular';color: #fff;}
input[type="password"] {    width: 100%;    height: 50px;    border: 1px solid #738b9e;    padding-left: 12px;    font: 17px 'Akrobat-Regular';    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{ }

 


.side-menu{left:calc(-100% + 144px);background-color: #181818;position: fixed;z-index: 5;width: 100%;height: 100%;transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}

.side-menu.open-menu{left: 0; transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}


.main-box{background-color: #434343;width: calc(100% - 144px);  height: auto;margin-left: 144px;}

.side-menu-sol-stn{display: flex;flex-direction: row;width: calc(100% - 144px);height: 100%;}
.side-menu-sag-stn{display: flex; width: 144px;  flex-direction: column;height: 100%;justify-content: space-between;}
.side-giris-box{width: 33.33%;display: flex; justify-content:  center; align-items: center;font: 36px 'Gilroy-Bold';color: #fff; writing-mode: vertical-rl;
  text-orientation: upright;}
.side-giris-ara-line{background-color: #848484;width: 1px; height: 100%;display: flex; justify-content:  center; align-items: center; }



.side-giris-box:hover>.side-giris-box:not(:hover){opacity: 0.2;pointer-events: auto;}
 
 

.side-giris-bg{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.8s, opacity 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-giris-bg img{width: 100%;}
.side-giris-box:hover>.side-giris-bg{opacity:0.2;}
/***************/
.side-giris-title-box{ overflow: hidden;}
.side-giris-title{transform:translate(-100%,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity: 0;}
.animated {transform:translate(0,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity: 1;
   
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/****************/
body{background: url("../pageFile/motuscompany-bg.jpg") no-repeat top center; background-size: cover;}
.site-str{padding-top:36px;}
.site-stn{display: flex;flex-direction: row; justify-content: center;flex-wrap: wrap;}
.site-box{width: 340px; margin-right: 36px; background-color:#fff; padding: 16px; display:flex; flex-direction:  column;justify-content: center; align-items: center;border:1px solid #ccc; border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px; margin-bottom: 36px;}
.site-box:nth-child(5n),.site-box:last-child{margin-right: 0;}

.site-logo{width: 100%; margin-bottom: 24px; display: flex; justify-content: center;}
.site-logo img{max-height: 80px; width:  auto;}
.site-title{font: 16px 'Montserrat-SemiBold'; color: #1d1d1b; display: flex; justify-content: center; text-align: center;}











.logo{width: 146px; height: 44px; display: flex;width: 144px;height: 34px;margin-top: 56px;background: url("../pageFile/logo.svg") no-repeat center; }

.logo a{display: flex; width: 100%; height: 100%;}


.side-menu-str{display: flex; justify-content: center; font-size: 24px;text-align: center;  position: absolute;top: 50%; margin-top: -50px;}
.side-menu-stn{width: 52px; height: 30px; color: #fff;}




#nav-icon1 {
  width: 52px;
  height: 30px;
  position: relative;
 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span  {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #848484;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



#nav-icon2 {
  width: 42px;
  height: 30px;
  position: relative;
 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon2 span  {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #848484;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(1) {
  top: 0px;
}

#nav-icon2 span:nth-child(2) {
  top: 12px;
}

#nav-icon2 span:nth-child(3) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon2.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon2.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/***************************************************************************************/
.asagiOkHareket{width: 28px; height: 50px; background: url("../pageFile/downOk.svg") no-repeat center; position: absolute;  bottom:0; left: 50%; margin-left: -14px; -webkit-transition: all 1.5s ease;  transition: all 1.5s ease;animation: asagiOkHareketAnime 1.5s ease infinite}


.asagiOkHareketBanner{width: 28px; height: 50px; background: url("../pageFile/downOkBanner.svg") no-repeat center; position: absolute;  bottom:0; left: 115px; margin-left: -14px; -webkit-transition: all 1.5s ease;  transition: all 1.5s ease;animation: asagiOkHareketAnime 1.5s ease infinite;z-index: 15;}

.proje-bilgi-btn{display: flex;width: 28px; height: 50px;}

.proje-detay-kapat-btn{font: 36px 'Gilroy-Light';color: #999; letter-spacing: 5px;margin-left: 64px;}
.proje-detay-kapat-btn span{font: 42px 'Gilroy-Light';color: #999; border: 1px solid #999;padding:4px 12px; margin-right: 16px; }
 

 @keyframes asagiOkHareketAnime {
	0% {
		bottom: 30px;
	}
	50% {
	 bottom: 50px;
	}
	100% {
	bottom:30px;
	}
}

 @-webkit-keyframes asagiOkHareketAnime {
	0% {
		bottom: 30px;
	}
	50% {
	 bottom: 50px;
	}
	100% {
	bottom:30px;
	}
}

 @-moz-keyframes asagiOkHareketAnime {
	0% {
		bottom: 30px;
	}
	50% {
	 bottom: 50px;
	}
	100% {
	bottom:30px;
	}
}

/***************************************************************************************/






.side-sosyal-str{display: flex; justify-content: center;  }
.side-sosyal-stn{width: 24px;}
.side-sosyal-box{width: 24px; height: 24px; color: #848484;margin-bottom:20px;text-align: center;}
.side-sosyal-box i{font-size: 24px; height: 24px; width: 24px;transition: all 0.3s ease ;    -webkit-transition: all  0.3s ease  ;}

.side-sosyal-box:hover{color: #fff;transition: all 0.3s ease  ;    -webkit-transition: all  0.3s ease  ;}

/***************************************************************************************/
.mobil-sosyal-str{display: flex; justify-content: center;margin-top: 50px;  }
.mobil-sosyal-stn{width: 100%; display: flex;justify-content: flex-start;}
.mobil-sosyal-box{width: 24px; height: 24px; color: #848484;margin-right:20px;text-align: center;}
.mobil-sosyal-box i{font-size: 24px; height: 24px; width: 24px;transition: all 0.3s ease ;    -webkit-transition: all  0.3s ease  ;}

.mobil-sosyal-box:hover{color: #fff;transition: all 0.3s ease  ;    -webkit-transition: all  0.3s ease  ;}




.ust-menu-str{height: auto; width: 100%;padding-top: 54px;}
.ust-menu-str.home-ust{background-color: #fff;}
.ust-menu-stn{display: flex;justify-content: flex-end;}
.ust-menu-stn.proje-detay-stn{display: flex;justify-content: space-between;}

.ust-menu-list{list-style: none;display: flex;justify-content: flex-end;}
.ust-menu-link{font: 19px 'Gilroy-Medium'; color: #fff;padding: 16px 32px;}
.ust-menu-link.home-link{color:#181818;}


.ust-genel-title{font: 36px 'Gilroy-Light';color: #999999;height: 80px; display: flex;align-items: center;margin:54px 0;}

.container-genel{padding: 0 64px;}
.container-genel.cont-proje-detay{padding: 0;}

.ana-kurumsal-str{background-color: #303030;}
.ana-kurumsal-genel-title{font: 42px 'Gilroy-Medium';color: #999999;display: flex;width: 100%; text-align: center;justify-content: center; flex-direction: column;margin-top: 100px;}
.ana-kurumsal-genel-title span{   color: #4b4b4b;}

.cozum-title-1{font:24px 'Gilroy-Light';}
.cozum-title-2{font: 62px 'Gilroy-Bold';}

.slogan-str-2{line-height: 54px;}
.cozum-slogan-2{left:34px  !important;} 
.cozum-slogan-3{left:48px !important;}

.ana-cozum-str{ }
.ana-kurumsal-title{display: flex; justify-content: center;font: 36px 'Gilroy-Light';color: #4b4b4b;margin-bottom: 42px;letter-spacing: 8px;margin-top: 64px;text-align: left;}
.ana-kurumsal-aciklama{font: 18px 'Gilroy-Light'; color: #fff; }
.ana-cozum-box{border:1px solid #999999;padding: 16px;display: flex; justify-content: space-between; align-items: center; flex-direction: column;width:calc(33.33% - 24px);margin-right: 36px;margin-bottom: 36px;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;min-height: 110px;height: auto;}
.ana-cozum-box:nth-child(3n){margin-right: 0;}
.ana-cozum-ust-stn{display: flex; flex-direction: row; align-items: center; }
.ana-cozum-icon{max-width: 110px;width: 100%;color:#999999;}
.ana-cozum-title{font: 24px 'Gilroy-Light'; color: #999999;width: calc(100% - 110px);padding-left: 16px;}
.ana-cozum-aciklama{font:18px 'Gilroy-Light'; color: #999999;text-align: center;}
.ana-cozum-box:hover{border: 1px solid #fff;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;  }
.ana-cozum-box:hover>.ana-cozum-ust-stn .ana-cozum-title{color: #fff;   }
.ana-cozum-box:hover>.ana-cozum-icon{      }
.ana-cozum-box:hover>.ana-cozum-aciklama{ color: #fff;   }
/********************************************************************************************************************************************************/
.cozum-box{border:1px solid #999999;padding: 16px;display: flex; justify-content: space-between; align-items: center; flex-direction: column;width:calc(33.33% - 24px);margin-right: 36px;margin-bottom: 36px;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;min-height: 202px;height: auto;}
.cozum-box:nth-child(3n){margin-right: 0;}
.cozum-ust-stn{display: flex; flex-direction: row; align-items: center;margin-bottom: 12px;}
.cozum-icon{max-width:80px;width: 100%;color:#999999;}
.cozum-title{font: 24px 'Gilroy-Light'; color: #999999;width: calc(100% - 110px);padding-left: 16px;}
.cozum-aciklama{font:18px 'Gilroy-Light'; color: #999999;text-align: center;}
.cozum-box:hover{border: 1px solid #fff;  }
.cozum-box:hover>.cozum-ust-stn .cozum-title{color: #fff;  }
.cozum-box:hover>.cozum-icon{     }
.cozum-box:hover>.cozum-aciklama{ color: #fff;   }
/********************************************************************************************************************************************************/
.ana-proje-str{}
.ana-proje-grup-list{display: flex; justify-content: space-between;height: 120px;align-items: center;}

.ana-proje-grup-link{font: 20px 'Gilroy-Bold'; color: #8c8c8c;padding:0 21px; margin: 0 21px;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;}
.ana-proje-grup-link:hover,.ana-proje-grup-link.secili{  color: #fff;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease; }
.ana-proje-grup-link-2{font:16px 'Gilroy-Bold'; color: #8c8c8c;padding:0 21px; margin: 0 21px;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;}
.ana-proje-grup-link-2:hover{  color: #fff;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease; }

.ana-proje-stn{background-color: #434343;}
.ana-proje-box{width: calc(25% - 3px);margin-right: 3px;margin-bottom: 3px;}
.ana-proje-box:nth-child(4n){margin-right: 0;}

.ana-proje-hover{position: absolute; display: flex;background-color:rgba(17,17,11,0.55);width: 100%; height: 100%;padding: 32px;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;}
.ana-proje-title{position: absolute;display: flex; justify-content: flex-end;align-items: center;font: 18px 'Gilroy-Light'; color: #fff;transform: rotate(-90deg);transform-origin: top left; top:calc(100% - 32px); width: 100%; height: auto;  }
.ana-proje-title span{font-family: 'Gilroy-Bold';}
.ana-proje-title-ara-cizgi {margin: 0 5px;}
.ana-proje-box:hover>.ana-proje-hover{background-color:rgba(17,17,11,0.15);transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;}

.kristal-elma-etiket{position: absolute; top: 0;}
/********************************************************************************************************************************************************/
.proje-ust-title-str{font: 15px 'Gilroy-Light'; color: #8c8c8c;margin-bottom: 5px;  }
.proje-ust-title-str a{font: 15px 'Gilroy-Light'; color: #8c8c8c;  }
.proje-ust-bilgi-str{display: flex; flex-direction: column;}
.proje-ust-bilgi-aciklama{ font: 18px 'Gilroy-Light';color: #8c8c8c;}

.proje-alt-bilgi-str{display: flex;}
.proje-alt-bilgi-aciklama{ font: 18px 'Gilroy-Light';color: #8c8c8c;margin: 52px 0;}
/********************************************************************************************************************************************************/
.ana-marka-str{background-color: #181818;}
.ana-marka-title{font: 36px 'Gilroy-Light';    color: #4d4d4d;   letter-spacing: 8px;    margin-top: 32px;}
.ana-marka-stn{}
.ana-marka-box{width:100%;  }
 
/********************************************************************************************************************************************************/
.ana-blog-str{background-color: #434343; }
.ana-blog-genel-title{font: 36px 'Gilroy-Light';    color: #666666;        margin: 32px 0;}
.ana-blog-daha-fazla-str{ height:90px; display: flex; align-items: center;}
.ana-blog-daha-fazla-btn{font: 22px 'Gilroy-Bold'; color:#9b9b9b;}
.ana-blog-genel-stn{background-color: #fff;padding: 36px;}
.ana-blog-title-box{ display: flex;flex-direction: row;align-items: center;border-bottom: 1px dashed #aaaaaa;margin-bottom: 20px;padding-bottom: 12px;}
.ana-blog-title-sol-stn{width: 80px;display: flex; flex-direction: column; justify-content: center;text-align: center; color: #000;}
.ana-blog-title-gun-box{font: 22px 'Gilroy-ExtraBold';line-height: 18px;}
.ana-blog-title-ay-box {font: 22px 'Gilroy-Bold';}


.ana-blog-title-sag-stn{width: calc(100% - 80px);padding-left: 16px;}
.ana-blog-title{font: 19px 'Gilroy-Bold';color: #000;text-align: left;   text-align: justify;
 
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.ana-blog-title span{font-family:  'Gilroy-Regular';}
.ana-blog-title::before{content: ''; position: absolute;left: -16px; width: 1px; height: 80%;top: 10%; display: flex; background-color: #ccc;}

.ana-blog-bilgi-stn{display: flex; flex-direction: column; }
.ana-blog-bilgi-sol-stn{width: 100%;}
.ana-blog-bilgi-sag-stn{width: 100%; display: flex; justify-content: space-between;flex-direction: column;margin-top: 24px; }
.ana-blog-bilgi-aciklama{margin-bottom: 12px;font: 15px 'Gilroy-Light';color: #000;text-align: justify;    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.ana-blog-bilgi-btn-box{display: flex; justify-content: center;}
.ana-blog-bilgi-btn{font: 14px 'Gilroy-SemiBold';height: 24px; display: flex;justify-content: center; align-items: center;color: #000; border: 1px solid #ccc;width: fit-content; padding: 2px 24px;}

.ana-blog-yazar-box{width: 140px; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ana-blog-yazar-img,.ana-blog-yazar-img img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
.ana-blog-yazar-img{margin-bottom: 10px;}

.ana-blog-yazar-title-label{font:18px 'Gilroy-Bold'; color: #000;text-align: center; }
.ana-blog-yazar-title{font: 15px 'Gilroy-Regular'; color: #000;text-align: center;}
.ana-blog-yazar-link{color: #000;}




/********************************************************************************************************************************************************/


.ana-iletisim-str{background-color: #434343;padding: 64px;}
.ana-iletisim-stn{}
.ana-iletisim-ust-str{margin-bottom: 24px;}
.ana-iletisim-adres-box,.ana-iletisim-tel-box{font:24px 'Gilroy-Light';color: #fff; padding: 32px; border: 1px solid #fff;min-height: 124px;}
 
.ana-iletisim-link{font:24px 'Gilroy-Light';color: #fff;}

.ana-iletisim-sol-stn,.ana-iletisim-sag-stn{width: calc(50% - 12px);}
.ana-iletisim-sol-stn{margin-right: 24px;}
.ana-iletisim-title{font: 36px 'Gilroy-Light';    color: #999;   letter-spacing: 8px;    margin-top: 32px;margin-bottom: 64px;}

.input-ana-iletisim{background-color: #434343  !important; color: #fff !important; border: 1px solid #fff !important;height: 78px !important;}
.text-ana-iletisim{height: 282px  !important;color: #fff !important;background-color: #434343  !important; border: 1px solid #fff !important;}
.ana-iletisim-btn{font: 28px 'Gilroy-Light'; background-color: #434343; color: #fff; padding: 8px 16px; border: 1px solid #fff;}
.ana-iletisim-btn-box{display: flex; justify-content: flex-end;}
/********************************************************************************************************************************************************/

.blog-genel-str{}

.blog-out-sol-stn{max-width:calc(100% - 402px); margin-right: 32px;}
.blog-out-sag-stn{width: 370px;}

.blog-arama-stn{margin-bottom: 24px;}
.blog-arama-box{display: flex;flex-direction: row;padding: 32px;border: 1px solid #fff;}
.blog-arama-input{background-color: transparent;border: 1px solid #fff;}
.blog-arama-btn{background-color: transparent; color: #fff;height: 46px; border: 1px solid #fff;width: 48px; height: 48px;border-left: 0;}


.blog-arama-stn{display: flex; /*background-color: #fff;*/min-height: auto; margin-bottom: 32px;}
.blog-arama-sol-stn{width: 150px;padding: 0 0;}
.blog-arama-sag-stn{border-left: 1px solid #d3d3d2; padding:0 16px;max-width: 800px;}

.blog-arama-title-box{ display: flex;flex-direction: row;align-items: center;border-bottom: 1px dashed #aaaaaa;margin-bottom: 0;padding-bottom: 12px;}
.blog-arama-title-sol-stn{width: 80px;display: flex; flex-direction: column; justify-content: center;text-align: center; color: #fff;}
.blog-arama-title-gun-box{font: 48px 'Gilroy-ExtraBold';line-height: 48px;}
.blog-arama-title-ay-box {font: 32px 'Gilroy-Bold';}

.blog-arama-title-sag-stn{width: calc(100% - 80px);padding-left: 16px;}
.blog-arama-title{font: 28px 'Gilroy-Bold';color: #fff;}
.blog-arama-title span{font-family:  'Gilroy-Regular';}
.blog-arama-title::before{content: ''; position: absolute;left: -16px; width: 1px; height: 80%;top: 10%; display: flex; background-color: #ccc;}



.blog-kategori-stn{margin-bottom: 24px;}
.blog-kategori-box{display: flex;flex-direction: column; border: 1px solid #fff; padding: 32px;}
.blog-kategori-title{font: 20px 'Gilroy-Bold'; color: #fff;margin-bottom: 20px;}
.blog-kategori-link{font: 16px 'Gilroy-Regular'; color: #fff;display: flex; align-items: center;border-bottom: 1px solid #fff;height: 48px;}
.blog-kategori-link:last-child{border-bottom: 0;}


.blog-genel-stn{display: flex; /*background-color: #fff;*/min-height: 428px; margin-bottom: 32px;}
.blog-genel-sol-stn{width: 150px;padding: 32px 0;}
.blog-genel-sag-stn{border-left: 1px solid #d3d3d2; padding:32px 16px;max-width: 800px;}

.blog-title-box{ display: flex;flex-direction: row;align-items: center;border-bottom: 1px dashed #aaaaaa;margin-bottom: 20px;padding-bottom: 12px;}
.blog-title-sol-stn{width: 80px;display: flex; flex-direction: column; justify-content: center;text-align: center; color: #fff;}
.blog-title-gun-box{font: 48px 'Gilroy-ExtraBold';line-height: 48px;}
.blog-title-ay-box {font: 32px 'Gilroy-Bold';}


.blog-title-sag-stn{width: calc(100% - 80px);padding-left: 16px;}
.blog-title{font: 28px 'Gilroy-Bold';color: #fff;}
.blog-title span{font-family:  'Gilroy-Regular';}
.blog-title::before{content: ''; position: absolute;left: -16px; width: 1px; height: 80%;top: 10%; display: flex; background-color: #ccc;}

.blog-bilgi-stn{display: flex; flex-direction: row;padding-left: 20px;}
.blog-bilgi-sol-stn{width: 60%;}
.blog-bilgi-sag-stn{width: 40%;padding:0 24px;display: flex; justify-content: space-between;flex-direction: column;min-height: 242px;}
.blog-bilgi-aciklama{font: 15px 'Gilroy-Light';color: #fff;text-align: justify;height:92px;display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.blog-bilgi-btn-box{display: flex; justify-content: center;}
.blog-bilgi-btn{font: 14px 'Gilroy-SemiBold';height: 24px; display: flex;justify-content: center; align-items: center;color: #fff; border: 1px solid #ccc;width: fit-content; padding: 2px 24px;}

.blog-yazar-box{width: 140px; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.blog-yazar-img,.blog-yazar-img img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
.blog-yazar-img{margin-bottom: 10px;}

.blog-yazar-title-label{font:18px 'Gilroy-Bold'; color: #fff;text-align: center; }
.blog-yazar-title{font: 15px 'Gilroy-Regular'; color: #fff;text-align: center;}
.blog-yazar-link{color: #fff;}

/*************************************************************************************************************************************************************************************/


.blog-detay-title-box{ display: flex;flex-direction: row;border-bottom: 1px dashed #aaaaaa;margin-bottom: 20px;padding-bottom: 12px;}
 

 
.blog-detay-title{font: 36px 'Gilroy-Bold';color: #fff;}
.blog-detay-title span{font-family:  'Gilroy-Regular';}
 

.blog-detay-bilgi-stn{display: flex; flex-direction: column; color: #fff;}
.blog-detay-img{border-bottom: 1px dashed #aaa;padding-bottom: 16px; margin-bottom: 16px;}
 
.blog-detay-aciklama{font: 15px 'Gilroy-Light';text-align: justify;height:auto;}
.blog-hit-str{display: flex; flex-direction: row;font: 15px 'Gilroy-Bold';height: 56px; align-items: center;}
.blog-hit-stn{margin: 0 16px;}
.blog-twit-btn{margin-top: 3px;}

.blog-yorum-str{display: flex;flex-direction: row;border-bottom: 1px solid #ccc;padding-bottom: 8px; margin-bottom: 8px;}
.blog-yorum-sol-stn{}
.blog-yorum-ikon{font-size: 44px;color: #666;margin-right: 12px;}
.blog-yorum-title{font: 16px 'Gilroy-Bold'; color: #fff;margin-bottom: 10px;}
.blog-yorum-aciklama{font: 15px 'Gilroy-Light';color: #fff;}
.blog-yorum-sag-stn{}


.blog-yorum-form-title{font: 18px 'Gilroy-Semibold';color: #fff;margin-bottom: 20px;}
.blog-yorum-form-label{font: 15px 'Gilroy-Semibold'; color: #fff;height: 32px; display: flex;align-items: center;}
.blog-yorum-form-text{min-height: 120px;background-color: transparent;}
.blog-yorum-input{background-color: transparent;}
.blog-yorum-gonder-btn-box{display: flex; justify-content: flex-end;}
.blog-yorum-gonder-btn{font:20px 'Gilroy-Light'; border: 1px solid #fff; color: #fff; background-color: transparent; padding: 0 24px; height: 50px;width:fit-content; }
/*************************************************************************************************************************************************************************************/

.proje-detay-str{background-color: #000;padding: 64px 0;}
.proje-detay-img{display: flex; justify-content: center;}


.video-cont{max-width:80%;margin: 0 auto;width: 100%;}

.proje-title-box{position: absolute;display: flex; justify-content: flex-start;width: 64px;height: 100%;left: calc((10% - 64px)/2);}
.proje-detay-title{position: absolute;  top: 650px;   display: flex;    justify-content: flex-end;    align-items: center;    font: 24px 'Gilroy-Light';    color: #fff;    transform: rotate(-90deg);    transform-origin: top left;    bottom: 0;    width: 650px;    height: 64px;}
.proje-detay-title span{font-family: 'Gilroy-Bold';}
/*************************************************************************************************************************************************************************************/
.marka-box{width: auto; height: auto;}




/*************************************************************************************************************************************************************************************/
.copyright-str{height: 100px; background-color: #fff; display: flex; justify-content: flex-start;align-items: center;font:18px 'Gilroy-Light'; color: #8f8f8f;} 

































































 

.menu-ust-str{height: 38px;}

 .ust-tel{ float: right !important;width: 156px;padding-left:44px; background: url("../pageFile/alt-tel-icon.svg") left center no-repeat;background-size: 36px 36px; font: 22px 'Montserrat-Bold';color: #fff;line-height: 22px;margin:0 0 0 0;}

.ust-tel span{ font: 16px 'Montserrat-Light';color: #fff;line-height: 16px;}
.ust-mail{ float: right !important;font: 15px 'Montserrat-Bold';color: #fff;width: auto;height: 26px; padding-left: 44px; background: url("../pageFile/alt-mail-icon.svg") left center no-repeat;background-size: 36px 26px; line-height: 26px;margin: 11px 40px 11px 40px; cursor: pointer;}
.ust-mail a{text-decoration: none; color: #fff;}

.ust-mail:hover { width: auto;  background: url("../pageFile/alt-mail-icon-2.svg") left center no-repeat;background-size: 36px 26px; line-height: 26px; }
.ust-mail:hover>a{ color: #363636;}

.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: #363636;border:1px solid #363636; }



.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;}


.navbar { 
    position: relative;float: left;
   
    height:auto;
    z-index: 25;
    width: 100%;
}
.menu-ust-iletisim-str{height: 50px;}
.navbar .logo{z-index: 10;width:357px;height:121px;   background: url("../pageFile/logoAlan.svg") no-repeat center;background-size:357px 121px;z-index: 9;}

 
.navbar .logo a{ width:100%; height: 100%; display: block;}

  .menu-ust-serit{position: absolute;width: 100%; background-color: #f9b000;height: 49px;}
.menu-ust-sol-serit{position: absolute;width:calc((100% - 1164px) / 2);left: 0; height:43px;background-color: #fff; top: 6px;}


.navbar ul.menu {
    background: url("../pageFile/ust-menu-bg.svg") repeat;
    /* padding: 24px 0; */
    position: relative;
    float: left;
    list-style-type: none;
    display: inline-block;
    height: 50px;margin-right: 26px;margin-top: 10px;
 
}
.navbar ul.menu li.menu {
    position: relative;
    float: left;
    padding:0 24px;
    font: 15px 'Montserrat-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: #313131;display: block;border-bottom: 1px  transparent;border-top: 1px  transparent;padding: 16px 0;}
.navbar ul.menu li.menu:hover a.menu {color: #333;padding: 16px 0;transition: all 0.5s linear;    -webkit-transition: all 0.5s linear;      }
 

 
 .navbar ul.menu li.menu .ucgen:after {content: '';position: absolute; width: 0%; height: 5px; background:#f9b000;;bottom:0;left: 50%;  ;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;opacity: 0;} 
 
 

 
.navbar ul.menu li.menu:hover .ucgen:after {content: '';position: absolute; width: 80%; height:5px; background: #f9b000;bottom:0;left: 10%;  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 'Akrobat-Regular';
    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;
}

.mobil-dil-stn{z-index: 999;}

.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 'Akrobat-Bold';
    color: #fff;text-align: center;
 
    background-size:10px; }

select.dil option{width: 36px;
    height: 36px;
 
    font: 13px 'Akrobat-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
}



 
/*********************************************************************************************************/
.alt-kisim-str{background-color: #363636;padding: 56px 0 0;}




.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-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: #f9b000;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: #f9b000;background-color: #363636;padding: 10px 0;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;}
/*********************************************************************************************************************************************/

.ana-katalog-box{width: 100%;background-color: #f9b000; }
.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 'Akrobat-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;}

/***************************************************************************************************************************************************************************/
.ik-form-str{padding-bottom: 64px;max-width: 1064px;}
.ik-form-stn{padding: 64px 0;display: flex; justify-content: center;}
.ik-genel-title{font: 22px 'Gilroy-Bold';color: #737373;display: flex; height: 64px;align-items: center;border-bottom: 1px solid #737373;margin-bottom: 32px;}
.ik-label{font:20px 'Gilroy-Light'; color: #737373;height: 42px; display: flex; align-items: center;}
.inputDiv-2{width: calc(50% - 12px); margin-right: 24px;}
.inputDiv-2:nth-child(2n){margin-right: 0;}

.inputDiv-3{width: calc(33.33% - 16px); margin-right: 24px;}
.inputDiv-3:nth-child(3n){margin-right: 0;}

.ik-form-stn .inputDiv,.ik-form-stn .inputDiv-2,.ik-form-stn .inputDiv-3{margin-bottom: 0;}


label.cvfile input {    position: absolute;    left: -9999px}
span.cvFile { font: 16px 'Gilroy-Light';  display: flex; align-items: center;  left: 0;  width: auto;padding: 0 16px;    height: 52px; border: 1px solid #fff;    background: url(../images/page/cvBtnBg.png) no-repeat;
    color: #fff;       cursor: pointer}
span.cvName {    position: absolute;    width: calc(100% - 200px);    height: 52px;    padding-left: 10px;    font: 14px 'Gilroy-Light';    line-height: 52px;
    background-color: #fff;    color: #fff;    left: 200px;    background-color: transparent}
.ik-btn-aciklama{font: 14px 'Gilroy-Light'; color: #fff;margin-bottom: 16px;}
.ik-gonder-btn{    font: 28px 'Gilroy-Light';    background-color: transparent;    color: #fff;    padding: 8px 16px;    border: 1px solid #fff;}
/***************************************************************************************************************************************************************************/
.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: #f9b000;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;}
 

/******************************************************************************/
.urun-liste-grup-str{width: 80%;float: none;display: table; margin: 0 auto 50px;-moz-transform: skew(27deg, 0deg);-webkit-transform: skew(27deg, 0deg);-o-transform: skew(27deg, 0deg);
-ms-transform: skew(27deg, 0deg);transform: skew(27deg, 0deg);}



.urun-liste-grup-stn{background-color: #dedede;color: #9d9d9d;font: 20px 'Montserrat-Regular';padding: 16px 0;width:calc(50% - 2px);margin:0 1px; text-align: center;}
 
.urun-liste-grup-stn:hover,.urun-liste-grup-stn.secili{background-color: #8f8f8f;color: #fff;}
.urun-liste-grup-stn p{-moz-transform: skew(-27deg, 0deg);-webkit-transform: skew(-27deg, 0deg);-o-transform: skew(-27deg, 0deg);
-ms-transform: skew(-27deg, 0deg);transform: skew(-27deg, 0deg);}

.urun-liste-box{padding: 22px;border: 1px solid #ccc;width: calc(25% - 15px); margin-right: 20px;margin-bottom: 20px;}
.urun-liste-box:nth-child(4n){margin-right: 0;}
.urun-liste-box:hover{border: 5px solid #f9b000;padding: 18px;}
.urun-liste-title{font: 17px 'Gilroy-Bold';margin-bottom: 24px;min-height: 44px;color:#737373;}
.urun-liste-title span{font: 17px 'Gilroy-Light';}
.urun-liste-title.ref-title{min-height: 64px;}
/******************************************************************************/
.urun-detay-sol-stn{width: 300px;margin-right: 50px;}
.urun-detay-sag-stn{width: calc(100% - 350px);}


.urun-detay-box{}
.urun-detay-box-sol-stn{width: 50%;}

.urun-detay-name{font: 24px 'Gilroy-Bold'; color: #363636;min-height:auto;}
.urun-detay-grup-name{font: 21px 'Gilroy-Bold'; color: #f9b000;min-height: 64px;}
.urun-detay-aciklama{font: 18px 'Gilroy-Regular'; color: #323232;min-height: 64px;}
.urun-detay-box-sag-stn{width: 50%;padding-left: 24px;}
.urun-detay-img{border: 1px solid #ccc;}

.urun-detay-ozellik-box{}
.urun-detay-ozellik-str{border-bottom: 1px solid #d4d4d4}
.urun-detay-title{font: 20px 'Gilroy-Bold';color: #f65c50; margin-bottom: 26px;}
.urun-detay-ozellik-label,.urun-detay-ozellik-span{margin:0 4px 4px 0;min-height: 41px;}
.urun-detay-ozellik-label{width: 170px; font: 16px 'Gilroy-Light'; color: #737373; ;padding: 10px 0;}
.urun-detay-ozellik-span{width: calc(100% - 178px); font: 16px 'Gilroy-Bold'; color: #737373; padding: 10px 15px;}
.urun-detay-alt-aciklama{font: 13px 'Gilroy-Bold'; color: #737373;margin-top: 26px;}
/*************************************************************************************************/
.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: #f9b000;}
.iletisim-title{font: 16px 'Montserrat-Bold';text-align: center;}
.iletisim-aciklama{text-align: center;font: 15px 'Montserrat-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: #f9b000;font: 15px 'Montserrat-Bold'; color: #fff; text-align: center;display: block;padding: 10px 16px;}
/*************************************************************************************************************************/
.map-box{filter: grayscale(100%) invert(92%) contrast(83%);}

/******************************************************************************/
 

/*******************************************/
.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: 'Akrobat-Regular';
  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 'Montserrat-Bold';color: #f9b000;margin-bottom: 4px;}
ul.alt-menu li a{font: 14px 'Montserrat-Regular';color: #989898;}

 .alt-sol-stn{margin-top: 34px; width: 68%;}
.alt-sag-stn{width: 32%;}
.alt-stn{width:auto;margin-right: 50px;}
.alt-sosyal-str{margin-bottom: 36px;}
.alt-iletisim-stn{width: 460px;float: right;}
.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-sosyal-stn{width:164px;}
.sosyal-text{font: 18px 'Akrobat-Regular'; color: #fff;margin-bottom: 16px;}
.sosyal-btn-link{width: auto; height: 30px;font-size: 30px;margin-right:10px; color: #fff;display: block;}

.alt-tel-box{ min-width: 406px; background:url("../pageFile/alt-iletisim-icon.svg") no-repeat 97% center,#f9b000;padding: 12px;font: 17px 'Montserrat-Light';color: #fff;background-size: 62px;margin-top: 18px; }
 
.alt-adres-stn{font: 15px 'Montserrat-Light';color: #989898;margin-top: 60px;}

.alt-tel-box a{font: 17px 'Montserrat-Medium';color: #fff;}





.alt-sosyal-stn {  width: 244px;  font: 18px 'Montserrat-Regular';  line-height: 34px;  color: #e7e7e7;  margin: 34px 0 0 40px;}
.alt-sosyal-box {  width: 88px;  margin-left: 32px}
.alt-sosyal-btn {  width: 34px;  height: 34px;  background-size: 34px 34px;  background-repeat: no-repeat;  background-position: center center}
.alt-sosyal-btn.facebook {  background-image: url(../pageFile/facebook-icon.svg);  margin-right: 16px}
.alt-sosyal-btn.instagram {  background-image: url(../pageFile/instagram-icon.svg)}
a.alt-sosyal-link {  width: 100%;  height: 100%;  display: block}














.alt-sozlesme-stn{float: right;}
.alt-sozlesme-link{color: #323232;}
.alt-sozlesme-cizgi{padding: 0 24px}


 


 
.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;}
.kurumsal-str{margin-bottom: 24px;}

 

 
.icon {
  position: relative;
  overflow: hidden;
 
  display: inline-block;
  
 
 
}

 



.tabAlan{position: relative; float: left; width: 100%;min-height:250px; }
.tabAlan ul.tabmenu{position: relative;float: left;width: 100%;z-index: 8; height: auto;list-style-type: none;border-bottom: 1px solid #ccc; background-color: #f1f1f1;margin: 0 auto; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;margin-bottom: 24px;}




.tabAlan ul.tabmenu li{position: relative; float: left;width: 16.66%;}

.tabAlan ul.tabmenu li.sutun-4{width: 25% !important;}


.tabAlan ul.tabmenu li a{width:auto;padding: 10px 26px; height: auto;font:17px 'Akrobat-SemiBold';line-height: 36px;color: #5f5e5e;text-align: center;text-decoration: none;display: block;}
.tabAlan ul.tabmenu li a.fiyat-list{    line-height: 18px;  color: #aaaaaa;}



.tabAlan ul.tabmenu li a:hover,ul.tabmenu li.secili a{ background-color: #000000;color: #fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}

.tabAlan ul.tabmenu li a:hover:after,ul.tabmenu li.secili a:after{
    content: '';
    position: absolute;left: 50%; margin-left: -5px;
    bottom: -17px;
    width: 0px;
    height: 7px;
    border-top: 10px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    }


 

 
/******************************************************************/
.tabAlan .detay-box{position: relative; float: left; width:100%;min-height:250px;padding-top: 24px; box-sizing: border-box;word-break: break-word; color: #000000;}

.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 'Akrobat-Regular';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;
}

 
 /*************************************************************************************************************************/
.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:#009bb7;}
g.secili>path{fill:#009bb7;}
 g:hover>polygon,rect,polyline{fill:#009bb7;}
 g.secili>polygon,rect,polyline{fill:#009bb7;}
g.sehir-isim path,g.sehir-isim path:hover{fill: #fff; }
 /**************************/
    .mobil-logo{background: url("../pageFile/logo.svg") center no-repeat; height:62px;background-size: 246px;}
.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
}

	.proje-detay-img img{width: 100%;max-width: 80%;}
	
	.proje-detay-img video{width: 100%;max-width: 80%;}
	
 
/* scaling media queries */


/* 1. scale and layout setting at 100% */
 
 

@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 124dpi){ 
 
	
	.ana-kurumsal-aciklama{font-size: 16px;}
	
	.ana-proje-grup-link{font-size: 18px ;padding: 0 10px;	margin: 0 10px;	}
	.ana-proje-title{top: 100%;}
	.ust-genel-title{margin: 0 0 ;}
	.ana-proje-grup-list{height: 98px;}
	
	.cozum-box{min-height: 254px;}
	.cozum-aciklama{font-size: 15px;}
	.cozum-icon{max-width: 64px;}
	.cozum-title{width:calc(100% - 64px);}
	
	.ana-iletisim-adres-box, .ana-iletisim-tel-box,.ana-iletisim-link{font-size: 19px; min-height: 88px ;}
	.ana-iletisim-tel-box{padding: 20px;}
	
	.input-ana-iletisim{height:54px !important;}
	.text-ana-iletisim{height:  211px !important;}
	.ana-iletisim-str{padding: 36px 64px;}
	.ana-iletisim-btn{font-size: 22px;}
	
	.ana-proje-hover{padding: 24px; }
	.ana-proje-title{font-size: 14px;}
	
	.ana-cozum-icon{max-width: 80px;}
	.ana-cozum-title{width:calc(100% - 80px);font-size: 19px;}
	
	.ana-blog-daha-fazla-btn{font-size: 18px;}
	
	
		
	.proje-detay-title{font-size: 18px;}
	
	.proje-detay-kapat-btn span{font-size: 24px;}
	.proje-detay-kapat-btn{font-size: 24px;}
	
	
}

 

@media (min-width: 1367px)
{
  
     
       .mobil-header{display: none !important;}
      .mobil-banner{display: none !important;}
    
  	.mobil-menu{display:none ;}
	.side-menu{display:block ;}
    .nav-proje-toggle{display: none;}

     /*****************************************************************************************/
}


@media (min-width: 1281px) and (max-width: 1366px) 
{
  
     
       .mobil-header{display: none !important;}
      .mobil-banner{display: none !important;}
    
  	.mobil-menu{display:none ;}
	.side-menu{display:block ;}
    .nav-proje-toggle{display: none;}
		    .ust-genel-title{margin: 24px 0;}
	
	.site-box{width: 340px; margin-right: 36px; background-color:#fff; padding: 16px; display:flex; flex-direction:  column;justify-content: center; align-items: center;border:1px solid #ccc; border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px; margin-bottom: 36px;}
.site-box:nth-child(3n),.site-box:last-child{margin-right: 0;}
	.site-box:nth-child(5n){margin-right: 36px;}
	
	.ana-kurumsal-aciklama{font-size: 16px;}
	
	.ana-proje-grup-link{font-size: 18px ;padding: 0 10px;	margin: 0 10px;	}
	.ana-proje-title{top: 100%;}
	.ust-genel-title{margin: 0 0 ;}
	.ana-proje-grup-list{height: 98px;}
	
	.cozum-box{min-height: 254px;}
	.cozum-aciklama{font-size: 15px;}
	.cozum-icon{max-width: 64px;}
	.cozum-title{width:calc(100% - 64px);}
	
	.ana-iletisim-adres-box, .ana-iletisim-tel-box,.ana-iletisim-link{font-size: 19px; min-height: 88px ;}
	.ana-iletisim-tel-box{padding: 20px;}
	
	.input-ana-iletisim{height:54px !important;}
	.text-ana-iletisim{height:  211px !important;}
	.ana-iletisim-str{padding: 36px 64px;}
	.ana-iletisim-btn{font-size: 22px;}
	
	.ana-proje-hover{padding: 24px; }
	.ana-proje-title{font-size: 14px;}
	
	.ana-cozum-icon{max-width: 80px;}
	.ana-cozum-title{width:calc(100% - 80px);font-size: 19px;}
	
	.ana-blog-daha-fazla-btn{font-size: 18px;}
	
	
		
	.proje-detay-title{font-size: 18px;}
	
	.proje-detay-kapat-btn span{font-size: 24px;}
	.proje-detay-kapat-btn{font-size: 24px;}
     /*****************************************************************************************/
}




 

@media (min-width: 1025px) and (max-width: 1280px) 
{
       .mobil-header{display: none !important;}
       .mobil-banner{display: none !important;}
 	.mobil-menu{display:none ;}
	.side-menu{display:block ;}
    .nav-proje-toggle{display: none;}
     /*****************************************************************************************/
    .ust-genel-title{margin: 24px 0;}
    
	
	.ana-kurumsal-aciklama{font-size: 16px;}
	
	.ana-proje-grup-link{font-size: 16px ;padding: 0 8px;	margin: 0 8px;	}
	.ana-proje-title{top: 100%;}
	.ust-genel-title{margin: 0 0 ;}
	.ana-proje-grup-list{height: 98px;}
	
	.cozum-box{min-height: 254px;}
	.cozum-aciklama{font-size: 15px;}
	.cozum-icon{max-width: 64px;}
	.cozum-title{width:calc(100% - 64px);}
	
	.ana-iletisim-adres-box, .ana-iletisim-tel-box,.ana-iletisim-link{font-size: 19px; min-height: 88px ;}
	.ana-iletisim-tel-box{padding: 20px;}
	
	.input-ana-iletisim{height:54px !important;}
	.text-ana-iletisim{height:  211px !important;}
	.ana-iletisim-str{padding: 36px 64px;}
	.ana-iletisim-btn{font-size: 22px;}
	
	.ana-proje-hover{padding: 24px; }
	.ana-proje-title{font-size: 14px;}
	
	.ana-cozum-icon{max-width: 80px;}
	.ana-cozum-title{width:calc(100% - 80px);font-size: 19px;}
	
	.ana-blog-daha-fazla-btn{font-size: 18px;}
	
	.proje-detay-title{font-size: 18px;}
	
	.proje-detay-kapat-btn span{font-size: 24px;}
	.proje-detay-kapat-btn{font-size: 24px;}
     /*****************************************************************************************/
}
 
@media (min-width: 801px) and (max-width: 1024px) 
{
	
	
	body{min-width: 100%;}
	
 .mobil-menu{display: block;}
	.side-menu{display: none;}
 body{min-width: 100%; }
 
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
	.container-genel{padding: 0 24px;}
	.proje-ust-bilgi-str{margin-top: 32px;}
	
	.side-menu{display: none;}
	.main-box{margin-left: 0; width: 100%; }
	
	.ana-kurumsal-genel-title{font-size: 60px; line-height: 64px;}
	.ana-proje-grup-list{display: none;}
	
	
	.ana-proje-box{width:calc(50% - 1.5px); }
	.ana-proje-box:nth-child(2n){margin-right: 0;}
	.ana-proje-box:nth-child(3n){margin-right: 3px;}
	.ana-proje-box:nth-child(6n){margin-right: 0;}
	
	.ana-proje-title{width: calc(100% - 64px); flex-direction: column;transform: rotate(0deg);-webkit-transform: rotate(0deg);  transform-origin: top left;top:32px;}
	.ana-iletisim-str{padding: 24px;}
	.ana-iletisim-sol-stn{width: 100%; margin-right: 0;margin-bottom: 24px;}
	.ana-iletisim-sag-stn{width: 100%;}
	.ana-iletisim-title{text-align: center;}
	
	.marka-str-bg{display: flex;    flex-wrap: wrap;    justify-content: center;}
	.ana-marka-title{text-align: center;}
	.thumb_wrap,.index_thumb{width: 150px !important; height: 168px !important;}
	
	.ana-cozum-box{width: 100%; flex-direction: column;justify-content: center;}
	.ana-cozum-title{width: 100%;text-align: center;padding-left: 0;font-size: 26px;}
	
	
	.ust-menu-str{height: auto; display: none;}
	.ust-menu-list{flex-direction: column;}
	
	
	
	
.blog-out-sol-stn{width: 100%; margin-right: 0;max-width: inherit;}
.blog-genel-stn{flex-direction: column;align-items: center;}
.blog-genel-sag-stn{border-left: hidden;border-top:  1px solid #d3d3d2}
.blog-bilgi-stn{flex-direction: column;padding-left: 0;width: 100%;}
.blog-bilgi-sol-stn{width: 100%;}
.blog-bilgi-sag-stn{width: 100%;padding:24px 0; min-height: 116px;}
.blog-bilgi-aciklama{margin-bottom: 24px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.mobil-menu{top:calc(-100% + 144px);background-color: #181818;position: fixed;z-index: 5;width: 100%;height: 100%;transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}

.mobil-menu.open-menu{top: 0; transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}


.main-box{background-color: #434343;height: auto;  width: 100%;margin-top: 144px;}

.mobil-menu-ust-stn{display: flex;flex-direction: column;height:  calc(100% - 144px);width: 100%;padding:0 24px;}
.mobil-menu-alt-stn{display: flex; height:144px; width: 100%; flex-direction: row; justify-content: space-between;align-items: center;padding: 0 24px;}
	.mobil-menu-str{display: flex; justify-content: flex-end;}	
	
.mobil-giris-box{height:calc(100% / 8);display: flex; justify-content:  center; align-items: center;font: 24px 'Gilroy-Bold';color: #fff; width: 100%;}
.mobil-giris-ara-line{background-color: #848484;width: 100%; height:1px; display: flex; justify-content:  center; align-items: center; }



.mobil-giris-box:hover>.mobil-giris-box:not(:hover){opacity: 0.2;pointer-events: auto;}
 
 

.mobil-giris-bg{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.8s, opacity 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-giris-box:hover>.mobil-giris-bg{opacity:0.2;}
	.mobil-giris-bg img{height: 100%;width: auto;}
/***************/
.mobil-giris-title-box{ overflow: hidden;}
.mobil-giris-title{transform:translate(-100%,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity:0; writing-mode:inherit;
    text-orientation: inherit;
}
.animated-mobil {transform:translate(0,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity:1;
   
}
	
.logo{width: 120px; height: 28px;min-width: 128px; display: flex; background: url("../pageFile/logo.svg") no-repeat center;margin-top: inherit;}

.logo a{display: flex; width: 100%; height: 100%;}


	
	
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes fadeOutUp {
  from {opacity: 1; }
  to { opacity: 0;   -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0);  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeIn 
{
  from { opacity: 0; }
  to {opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0;}
  to { opacity: 1; }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.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;}
    
    
 
    .ana-kurumsal-sag-stn{left: 0; width: 100%;}
    .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;}
    
	.ana-proje-grup-list{display: none;}
    .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: 481px) and (max-width: 800px) 
{
	.mobil-menu{display: block;}
	.side-menu{display: none;}
 body{min-width: 100%; }
 body{background: url("../pageFile/motus-mobil-bg.jpg") no-repeat top center; }
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
	.container-genel{padding: 0 24px;}
	.proje-ust-bilgi-str{margin-top: 32px;}
	
	.side-menu{display: none;}
	.main-box{margin-left: 0; width: 100%; }
	
	.ana-kurumsal-genel-title{font-size: 60px; line-height: 64px;}
	.ana-proje-grup-list{display: none;}
	
	
	.ana-proje-box{width:calc(50% - 1.5px); }
	.ana-proje-box:nth-child(2n){margin-right: 0;}
	.ana-proje-box:nth-child(3n){margin-right: 3px;}
	.ana-proje-box:nth-child(6n){margin-right: 0;}
	
	.ana-proje-title{width: calc(100% - 64px); flex-direction: column;transform: rotate(0deg);-webkit-transform: rotate(0deg);  transform-origin: top left;top:32px;}
	.ana-iletisim-str{padding: 24px;}
	.ana-iletisim-sol-stn{width: 100%; margin-right: 0;margin-bottom: 24px;}
	.ana-iletisim-sag-stn{width: 100%;}
	.ana-iletisim-title{text-align: center;}
	
	.marka-str-bg{display: flex;    flex-wrap: wrap;    justify-content: center;}
	.ana-marka-title{text-align: center;}
	.thumb_wrap,.index_thumb{width: 150px !important; height: 168px !important;}
	
	.ana-cozum-box{width: 100%; flex-direction: column;justify-content: center;}
	.ana-cozum-title{width: 100%;text-align: center;padding-left: 0;font-size: 26px;}
	
	
	.ust-menu-str{height: auto; display: none;}
	.ust-menu-list{flex-direction: column;}
	
	
	
	
.blog-out-sol-stn{width: 100%; margin-right: 0;max-width: inherit;}
.blog-genel-stn{flex-direction: column;align-items: center;}
.blog-genel-sag-stn{border-left: hidden;border-top:  1px solid #d3d3d2}
.blog-bilgi-stn{flex-direction: column;padding-left: 0;width: 100%;}
.blog-bilgi-sol-stn{width: 100%;}
.blog-bilgi-sag-stn{width: 100%;padding:24px 0; min-height: 116px;}
.blog-bilgi-aciklama{margin-bottom: 24px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.mobil-menu{top:calc(-100% + 144px);background-color: #181818;position: fixed;z-index: 5;width: 100%;height: 100%;transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}

.mobil-menu.open-menu{top: 0; transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}


.main-box{background-color: #434343;height: auto;  width: 100%;margin-top: 144px;}

.mobil-menu-ust-stn{display: flex;flex-direction: column;height:  calc(100% - 144px);width: 100%;padding:0 24px;}
.mobil-menu-alt-stn{display: flex; height:144px; width: 100%; flex-direction: row; justify-content: space-between;align-items: center;padding: 0 24px;}
	.mobil-menu-str{display: flex; justify-content: flex-end;}	
	
.mobil-giris-box{height:calc(100% / 8);display: flex; justify-content:  center; align-items: center;font: 24px 'Gilroy-Bold';color: #fff; width: 100%;}
.mobil-giris-ara-line{background-color: #848484;width: 100%; height:1px; display: flex; justify-content:  center; align-items: center; }



.mobil-giris-box:hover>.mobil-giris-box:not(:hover){opacity: 0.2;pointer-events: auto;}
 
 

.mobil-giris-bg{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.8s, opacity 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-giris-box:hover>.mobil-giris-bg{opacity:0.2;}
	.mobil-giris-bg img{height: 100%;width: auto;}
/***************/
.mobil-giris-title-box{ overflow: hidden;}
.mobil-giris-title{transform:translate(-100%,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity:0; writing-mode:inherit;
    text-orientation: inherit;
}
.animated-mobil {transform:translate(0,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity:1;
   
}
	
.logo{width: 120px; height: 28px;min-width: 128px; display: flex; background: url("../pageFile/logo.svg") no-repeat center;margin-top: inherit;}

.logo a{display: flex; width: 100%; height: 100%;}


	
	
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes fadeOutUp {
  from {opacity: 1; }
  to { opacity: 0;   -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0);  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeIn 
{
  from { opacity: 0; }
  to {opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0;}
  to { opacity: 1; }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.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;}
    
    
 
    .ana-kurumsal-sag-stn{left: 0; width: 100%;}
    .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;}
    
	.ana-proje-grup-list{display: none;}
    .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% }
	 body{background: url("../pageFile/motus-mobil-bg.jpg") no-repeat top center; }
    .container{padding: 0 15px; width: 100%;max-width: 100%;}
	.container-genel{padding: 0 24px;}
	
	.site-stn{flex-direction: column;align-items: center;}
	.site-box{margin-right: 0; margin-bottom: 36px;}
	
	
	.cd-headline{ }
	.cozum-title-1{font:17px 'Gilroy-Light';}
.cozum-title-2{font: 42px 'Gilroy-Bold';}
	.side-menu{display: none;}
	.main-box{margin-left: 0; width: 100%; }
	
	.ana-kurumsal-genel-title{font-size: 60px; line-height: 64px;overflow-x: hidden;}
	.ana-proje-grup-list{display: none;}
	
	.ana-proje-box{width:calc(50% - 1.5px); }
	.ana-proje-box:nth-child(2n){margin-right: 0;}
	.ana-proje-box:nth-child(3n){margin-right: 3px;}
	.ana-proje-box:nth-child(6n){margin-right: 0;}
	.ana-proje-hover{padding: 16px;font-size: 15px;}
	.ana-proje-title{width: calc(100% - 32px); flex-direction: column;transform: rotate(0deg);-webkit-transform: rotate(0deg);  transform-origin: top left;top:inherit; bottom: 16px; font-size: 13px; align-items: flex-start;}
	.ana-proje-title span{font-size: 14px;}
	.ana-proje-title-ara-cizgi {display: none;}
	
	
	.ana-iletisim-str{padding: 24px;}
	.ana-iletisim-sol-stn{width: 100%; margin-right: 0;margin-bottom: 24px;}
	.ana-iletisim-sag-stn{width: 100%;}
	.ana-iletisim-title{text-align: center;}
	
	.marka-str-bg{display: flex;    flex-wrap: wrap;    justify-content: center;}
	.ana-marka-title{text-align: center;}
	.thumb_wrap,.index_thumb{width: 150px !important; height: 168px !important;}
	
	.ana-cozum-box{width: 100%; flex-direction: column;justify-content: center;}
	.ana-cozum-title{width: 100%;text-align: center;padding-left: 0;font-size: 20px;}
	
		.cozum-box{width: 100%; flex-direction: column;justify-content: center;}
	.cozum-title{width: 100%;text-align: center;padding-left: 0;font-size: 20px;}
	
	.ust-menu-str{height: auto; display: none;}
	.ust-menu-list{flex-direction: column;}
	
	.inputDiv-2,.inputDiv-3,.inputDiv-4{width: 100%;margin-right: 0;}
	
	.proje-ust-bilgi-str{margin-top: 32px;}
.blog-out-sol-stn{width: 100%; margin-right: 0;max-width: inherit;}
.blog-genel-stn{flex-direction: column;align-items: center;}
.blog-genel-sag-stn{border-left: hidden;border-top:  1px solid #d3d3d2}
.blog-bilgi-stn{flex-direction: column;padding-left: 0;width: 100%;}
.blog-bilgi-sol-stn{width: 100%;}
.blog-bilgi-sag-stn{width: 100%;padding:24px 0; min-height: 116px;}
.blog-bilgi-aciklama{margin-bottom: 24px;}
	
	
	.ana-blog-title-sol-stn{padding-bottom: 5px;}
	.ana-blog-title-box{flex-direction: column;}
	.ana-blog-title-sag-stn{width: 100%;padding-left: 0;}
	.ana-blog-title{text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 5px;}
	.ana-blog-title::before{content: none;}
	
	
	.proje-title-box{position: relative; float: left;justify-content: center;width: 100%;height: 64px; left: inherit;}
	.proje-detay-title{position: relative;font-size: 20px; width: 100%;bottom: inherit;top: inherit;transform: rotate(0deg);     float: left;justify-content: center;}
	
	.proje-detay-img img{width: 100%;max-width: 100%;}
	
	.proje-detay-img video{width: 100%;max-width: 100%;}
	
	
	.video-cont{margin-top: 80px;}
	
	
	
	
.mobil-menu{top:calc(-100% + 110px);background-color: #181818;position: fixed;z-index: 5;width: 100%;height: 100%;transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}

.mobil-menu.open-menu{top: 0; transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}


.main-box{background-color: #434343;height: auto;  width: 100%;margin-top: 110px;}

.mobil-menu-ust-stn{display: flex;flex-direction: column;justify-content: center;;height:  calc(100% - 110px);width: 100%;padding:0 24px;}
.mobil-menu-alt-stn{display: flex; height:110px; width: 100%; flex-direction: row; justify-content: space-between;align-items: center;padding: 0 24px;margin-bottom: 8px;}
	.mobil-menu-str{display: flex; justify-content: flex-end;}	
	
.mobil-giris-box{height:60px;display: flex; justify-content:  flex-start; align-items: center;font: 24px 'Akrobat-Bkack';color: #fff; width: 100%;}
.mobil-giris-ara-line{background-color: #848484;width: 100%; height:1px; display: flex; justify-content:  center; align-items: center; }



.mobil-giris-box:hover>.mobil-giris-box:not(:hover){opacity: 0.2;pointer-events: auto;}
 
 

.mobil-giris-bg{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.8s, opacity 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-giris-box:hover>.mobil-giris-bg{opacity:0.2;}
	.mobil-giris-bg img{height: 100%;width: auto;}
/***************/
.mobil-giris-title-box{ overflow: hidden;}
.mobil-giris-title{transform:translate(-100%,0);transition: all 3s ease;    -webkit-transition: all  3s ease;opacity:0; writing-mode:inherit;
    text-orientation: inherit;     -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: rgba(255,255,255,0.60);
}
	
	
	
	
	.mobil-giris-title{font:56px 'Akrobat-Black';color: #242424;text-align: center;z-index: 18; display: flex;justify-content: center; }

.mobil-giris-title {
 color: #000;
            
            -webkit-text-stroke-width: 0.6px;
       -webkit-text-stroke-color: rgba(255,255,255,0.60);
} 
	
	.mobil-giris-title:hover{color: #fff;}
	
	
	
	
	
	
	
	
	
	
	
.animated-mobil {transform:translate(0,0);transition: all 1s ease;    -webkit-transition: all  1s ease;opacity:1;
   
}
	
.logo{width: 120px; height: 28px;min-width: 128px; display: flex; background: url("../pageFile/logo.svg") no-repeat center;margin-top: inherit;}

.logo a{display: flex; width: 100%; height: 100%;}


	
	
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d( 0,-100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes fadeOutUp {
  from {opacity: 1; }
  to { opacity: 0;   -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0);  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeIn 
{
  from { opacity: 0; }
  to {opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0;}
  to { opacity: 1; }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/****************/




.side-menu-str{display: flex; justify-content: center; font-size: 24px;text-align: center; margin: 100px 0;}
.side-menu-stn{width: 52px; height: 30px; color: #fff;margin-bottom:20px;}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    .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{float: none; display: table; margin: 0 auto 26px; top: 10px;}
    .select-items div{height: 38px !important;font-size: 16px !important;padding-top: 8px !important;}
    
    .menu-baslik-bg,.genel-title{height: 120px;}
        .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-sag-stn{left: 0; width: 100%;}
    .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;}
    
    .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;}
    
    
    
    .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%;}
    
    
 
    
    .urun-liste-sol-stn{display: none;}
    .urun-liste-sag-stn{width: 100%;padding-left: 0;}
    .urun-liste-box{width: 100%; margin-right: 0;}
    
    
    .urun-detay-sol-stn{display: none;}
    .urun-detay-sag-stn{width: 100%;padding-left: 0;}
    .urun-detay-box-sol-stn{width: 100%;margin-bottom: 24px;}
    .urun-detay-box-sag-stn{width: 100%;}
    
    
    .menu-baslik-bg{ background:url("../pageFile/menu-baslik-bg.jpg") no-repeat center,#282828;background-size: cover; height:120px; }
.genel-title{font: 36px 'BebasNeue-Bold' ; color: #fff;display: table;height: 120px;letter-spacing: 3px;}
    
    
    
    
    .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,.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:246px;}
    /**************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; }
     
 
 
.inputDiv-2{width:calc(50% - 12px); margin-right: 24px; margin-bottom: 24px;}
.inputDiv-2:nth-child(2n){margin-right: 0;}
/*************************************************************************************************************************************************/


.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
}