﻿body { background: #fff; font-family: 'Poppins', Helvetica, sans-serif; font-size: 20px; color: #101010; margin: 0; }
a, a:link, a:visited, a:hover { text-decoration: none; color: #838EAB; }
a img { border: none; }
div.clr, div.clear { height: 1px; clear: both; overflow: hidden; }
div.clr2 { height: 0px; clear: both; overflow: hidden; }
h1, h2, h3, h4, ul, p { margin: 0px; padding: 0px; }
h1, h2, h3, h4 { font-size: 20px; }
ul li { list-style-type: none; }

a.btn-primary, .btn-primary { background: #838EAB; border-width: 2px; border-color: #838EAB; color: #fff; border-radius: 30px; font-size: 19px; font-weight: 400; padding: 10px 25px; }
a.btn-primary:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus { background: none; border-color: #838EAB; color: #838EAB; }
a.btn-fixedsize, .btn-fixedsize { width:250px; }
.opacity0 { opacity:0;}
h3.altBaslik { color: #838EAB; font-size: 26px; font-weight: 400; }
@media (min-width: 1200px) {
	.container { max-width: 1170px; }
}



header { border-bottom: 1px solid rgba(255,255,255,0.2); position: fixed; width: 100%; z-index: 2; transition:all 0.5s; }
header.menu-fixed { background: #fff; box-shadow: 0px 2px 5px rgba(34, 31, 29, 0.2); }
#ustMenu { }

#ustMenu ul li a { font-size: 13px; font-weight: 600; color: #fff; padding: .5em 10px; transition: all 0.5s; text-shadow: 0 2px 3px rgba(0,0,0,0.33) }

}

#ustMenu ul li a:hover { color: #B3B9C7 }
.navbar { padding-left: 0; padding-right: 0; }
.navbar-text { padding-top: 0; padding-left: 15px; }
.navbar-light .navbar-text a.btn-lang { background: none; background-color: none !important; cursor: pointer; transition: all 0.5s; font-size: 11px; font-weight: 600; color: #fff; }
a.btn-lang img { margin-right: 5px; }
.navbar-light .navbar-brand { }




@media (min-width: 992px) {
	header.menu-fixed #ustMenu ul li a { color: #101010; text-shadow: none; }
	header.menu-fixed .navbar-light .navbar-text a.btn-lang { color: #101010; }
	header.menu-fixed .navbar-light .navbar-brand { background: url(../images/elclogo2.png) no-repeat top left; background-size: 100%; background-position: 0 5px; }
	header.menu-fixed .navbar-light .navbar-brand img { opacity: 0; }
}

section#homeVideo { width: 100%; height: 100vh; position: relative; z-index: 1; }
div.girisVideo { width: 100%; height: calc(100vh - 30px); background-size:cover; z-index: 0; transition:height 0.5s; overflow:hidden; }
div.girisVideo video { width:100%; }
section#homeVideo.smallSize div.girisVideo { height: calc(100vh - 200px); }
section#anaYazi { width: 100%; z-index: 1; position: relative; margin-top: -100px; }

div.girisYazi { width: 100%; height: calc(100vh - 265px); margin-top: 80px; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: center; align-content: center; z-index: 2; position:absolute; top:0; }
div.girisYazi h2 { display: inline-block; text-align: center; font-size: 45px; font-weight: 600; color: #fff; margin-bottom: calc(100vh / 5); text-shadow: 0 2px 3px rgba(0,0,0,0.33) }

a.btn-Kaydir { display: block; width: 60px; height: 60px; margin-left: auto; margin-right: auto; }
.btn-Kaydir-Daire { background: #fff; border-radius: 50%; display: block; height: 100%; box-shadow: 0 8px 6px rgba(0,0,0,0.46); text-align: center; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
.icon-asagi { background: url(../images/chevron-down.svg) no-repeat center; width: 18px; height: 100%; display: inline-block; animation: arrow 4s infinite; }

.dahaFazlasi { width:100%; color: #fff; position: absolute; bottom:140px; }
.dahaFazlasi .container { position: relative; }
.dahaFazlasi h3 { font-size: 22px; font-weight: 600; }
.tanitimFilmi { display:flex; flex-wrap:nowrap; }
.tanitimFilmi .filmIcon { padding-right:10px; }
.tanitimFilmi a { font-size: 18px; color: #fff; }
section#homeVideo.smallSize div.dahaFazlasi { color: #838EAB; }
section#homeVideo.smallSize .tanitimFilmi a { color: #838EAB; }
section#homeVideo.smallSize .tanitimFilmi .filmIcon svg { fill:#838EAB; }
section#homeVideo.smallSize .tanitimFilmi .filmIcon svg path { fill:#838EAB !important; }
section#homeVideo.smallSize .tanitimFilmi .filmIcon svg rect { stroke: #838EAB !important; }

.biziTakipEt { position: absolute; right: 15px; display: flex; flex-wrap: nowrap; }
.takipEtYazi { width: 60px; font-size: 14px; padding-top: 7px; }
.takipEtIconlar a { display: inline-block; margin-left: 5px; }
.takipEtIconlar a svg { fill:#fff; }
section#homeVideo.smallSize .takipEtIconlar a svg { fill: #838EAB; }

@-webkit-keyframes arrow {
	0% { opacity: 1; transform: translate(0); -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.335); animation-timing-function: cubic-bezier(.6,.04,.98,.335) }
	36% { opacity: 0; transform: translateY(50%); -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.335); animation-timing-function: cubic-bezier(.6,.04,.98,.335) }
	44% { opacity: 0; transform: translateY(-50%); -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1); animation-timing-function: cubic-bezier(.075,.82,.165,1) }
	80% { opacity: 1; transform: translate(0); -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1); animation-timing-function: cubic-bezier(.075,.82,.165,1) }
}

@keyframes arrow {
	0% { opacity: 1; transform: translate(0); -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.335); animation-timing-function: cubic-bezier(.6,.04,.98,.335) }
	36% { opacity: 0; transform: translateY(50%); -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.335); animation-timing-function: cubic-bezier(.6,.04,.98,.335) }
	44% { opacity: 0; transform: translateY(-50%); -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1); animation-timing-function: cubic-bezier(.075,.82,.165,1) }
	80% { opacity: 1; transform: translate(0); -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1); animation-timing-function: cubic-bezier(.075,.82,.165,1) }
}

.bannerList { display: flex; flex-wrap: wrap; justify-content: space-between; }
.homeBanner { width: calc(50% - 25px); height: 271px; position: relative; box-shadow: 0 15px 60px -20px rgba(0,0,0,0.4); margin-bottom: 70px; border-radius: 10px; overflow: hidden; }
.homeBannerBg { height:271px; background: #101010; border-radius: 10px; overflow: hidden; }
.homeBannerBg img { width: 100%; }
.homeBannerText { position: absolute; bottom: 0; color: #fff; font-size: 14px; font-weight: 500; padding: 0 20px 17px 35px; }
.homeBannerText h3 { font-size:25px; font-weight:600; text-shadow:0 2px 3px rgba(0,0,0,0.33); line-height:33px; margin-bottom:10px; position:relative; }
.homeBannerText h3::before { content: ''; position: absolute; left: -15px; top:10px; background: url(../images/chevron-right.svg) no-repeat top left; width:10px; height:15px; }
.homeBannerText h3.bestTitle { display: flex; flex-wrap: nowrap; justify-content: flex-start; }
.homeBannerText h3.bestTitle span { display: block; }
.homeBannerText h3.bestTitle span.row1 { font-size: 32px; line-height: 30px; }
.homeBannerText h3.bestTitle span.row2 { padding-left: 10px; font-size: 13px; line-height: 15px; }
.homeHakkimizda { text-align: center; font-size: 20px; padding: 20px 0 120px 0; }
.homeHakkimizda h1 { font-size: 32px; font-weight: 400; color: #838EAB; margin-bottom:40px; }
.homeHakkimizda p { margin-bottom:35px; }

.bolum { clear:both; padding:60px 0 35px 0; }
.griBg { background: #F8F8FA; }
.sectionBaslik { text-align:center; }
.sectionBaslik h3 { color: #838EAB; font-size:32px; font-weight:400; padding-bottom:70px; }
.homeUretim .uretimItem { margin: 0 17px; box-shadow: 0 15px 60px -20px rgba(0,0,0,0.4); margin-bottom:60px; }
.homeUretim .uretimItem a { display: block; border-radius: 4px; overflow: hidden; position: relative; }
.homeUretim .uretimItem a .uretimResim img { transition: all 0.5s; }
.homeUretim .uretimItem a:hover .uretimResim img { transform: scale(1.15); }
.homeUretim .uretimItem a .uretimBaslik { position: absolute; bottom: 0; z-index: 2; height: 105px; padding: 0 44px; font-size: 22px; font-weight: 600; color: #fff; }
.homeUrunler .carousel-cell { width:100%; }
.homeUrunler .urunItem { display:flex; flex-wrap:wrap; padding-bottom:40px; margin-left:-15px; margin-right:-15px; }
.homeUrunler .urunItem a { display: block; overflow: hidden; border-radius: 4px; width: 360px; height: 256px; margin-left:15px; margin-right:15px; margin-bottom: 40px; box-shadow: 0 15px 60px -20px rgba(0,0,0,0.4); position:relative; }
.homeUrunler .urunItem a .urunResim img { transition:all 0.5s; }
.homeUrunler .urunItem a:hover .urunResim img { transform: scale(1.15); }
.homeUrunler .urunItem a .urunBaslik { position: absolute; bottom: 0; z-index: 2; height: 60px; padding: 0 0 0 30px; font-size: 22px; font-weight: 600; color: #fff; }

.homeEnerji { display: flex; flex-wrap: nowrap; justify-content: space-between; color: #717171; }
.enerjiSol { width:320px; text-align:center; padding-right:90px }
.enerjiOrta { width: 502px; text-align: center; position:relative; }
.enerjiSag { width: 320px; text-align: center; }
.enerjiBaslik { font-size:24px; letter-spacing:2px; }
.enerjiCounter { display:flex; flex-wrap:nowrap; justify-content:center; align-items:flex-start }
.enerjiCounter p { display: block; }
.enertiCounterText {  font-size: 75px; font-weight: 600; width:100%; }
.enertiCounterBirim { font-size:34px; font-weight:600; padding-top:20px; }
.enerjiText { font-size: 24px; letter-spacing: 2px; }
.enerjiSol .enertiCounterBirim { font-size: 75px; padding-top:0; }
.enerjiSol p { display:inline-block; width:initial; }
.enerjiOrta .enertiCounterText { width: 370px; }
.homeEnerjiText { text-align:center; padding:60px 150px 40px 150px; }
.enerjiOrta::before { content: ''; display: block; width: 1px; height: 180px; position: absolute; top: 35px; left: 0; background: #838EAB }
.enerjiOrta::after { content: ''; display: block; width: 1px; height: 180px; position: absolute; top: 35px; right: 20px; background: #838EAB }


#surdurulebilirlik { background: url(../images/surdurulebilirlik.png) no-repeat top left #fdb813; height:505px; padding-top:80px; }
#surdurulebilirlik .container { display:flex; flex-wrap:nowrap; justify-content:flex-end; }
.surdurText { width:50%; color:#fff; padding-right:25px; line-height:28px; }
.surdurText h3 { font-size:40px; font-weight:600; margin-bottom:30px; }
.referansSlider { width: calc(100% - 100px); margin: auto; max-width: 1920px; }
.refItem { width: 155px; height: 180px; margin: 0 24px; }
.refItem a { display: block; padding-bottom:25px; transition:all 0.5s; }
.refItem a:hover { background:url(../images/shadow.png) no-repeat bottom center; }

footer { background: #F8F8FA; padding:30px 0 0 0; }
.ftLinks a { display: block; font-size: 13px; color: #717171; margin-bottom:3px; }
.ftLinks a.ftBaslik { font-size:18px; margin-bottom:25px; border-bottom:1px solid #B3B9C7; padding-bottom:10px; }
.ftLinks.adresler a { margin-bottom:20px; }
footer .biziTakipEt  { margin-top:35px; }
footer .takipEtYazi { color: #838EAB; }
footer .ftUrunBaslik { font-weight:600; }
footer ul li { position: relative; padding-left: 10px; }
footer ul li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #717171; display: inline-block; position: absolute; top: 7px; left: 0; }
.copyright { background: #838EAB; padding: 20px 0; margin-top: 50px; }
.copyright p { font-size: 11px; color: #FFFFFF }
.copyright p a { color:#fff; }
.copyright p span { color: #C9C9C9; }

.pageTitle { clear:both; height:370px; display:flex; flex-wrap:nowrap; justify-content:center; align-items:center; padding-top:80px; background-position:top center; }
.pageName { width:100%; color:#fff; font-size:45px; font-weight:600; text-align:center; }
.siteTree, .breadcrumb { background: #F8F8FA; padding-left:0; }
.breadcrumb-item a { font-size:11px; font-weight:400; }
.breadcrumb-item { font-size: 11px; color: #838EAB; font-weight:600; }
.breadcrumb-item + .breadcrumb-item::before { content:'>' }

.pageContent { /*min-height:600px;*/ padding:50px 0; }
.pageMenu {  }
.pageMenu h3 { font-size:25px; margin-bottom:10px; color:#838EAB }
.pageMenu > ul { margin-bottom: 90px; }
.pageMenu ul li { font-size: 18px; color: #838EAB; margin-bottom: 10px; }
.pageMenu ul li a { font-size: 18px; display: inline-block;  }
.pageMenu ul li.active a { color: #15100F; font-weight:600; }
.pageMenu ul li ul { margin-left:10px; margin-top:10px; }
.pageMenu ul li ul li { position:relative; padding-left:15px; }
.pageMenu ul li ul li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #838EAB; display: inline-block; position: absolute; top:10px; left:0; }
.pageMenu h3.hyarn { font-size:20px; }
.pageMenu ul.ulyarn li { font-size: 14px; }
.pageMenu ul.ulyarn li a { font-size: 14px; }
.urunListCol .pageMenu ul li ul li { font-size:15px; }
.contentTitle { margin-bottom: 30px; }
.contentTitle h2 { color:#838EAB; font-size:32px; }
.contentText { clear:both; font-size:17px; }
.contentText p { margin-bottom:20px; }
.contentText ul { margin-top: 0; margin-bottom: 1rem; display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }
.contentText ul li { list-style-type: initial; }
.contentText img { max-width:100%; width:unset !important; }
.kurumsalVideo { margin: 50px 0; }
.kurumsalVideo img { max-width:100%; }
.kurumsalCert { clear:both; }
.kurumsalCert img { display: inline-block; max-width: calc(24% - 7px); margin-right: 5px; }
.kurumsalBand .sectionBaslik h3 { padding-bottom:40px; }
.kurumsalBandText { text-align:center; padding-bottom:20px; }

.pageGaleri {  }
.pageGaleri .carousel-cell { width: 100%; }
.pageGaleri .galeriItem { display: flex; flex-wrap: wrap;  margin-left:-15px; margin-right:-15px; }
.pageGaleri .galeriItem a { display: block; overflow: hidden; border-radius: 4px; width: 250px; height: 250px; margin-bottom: 40px; margin-left:15px; margin-right:15px; box-shadow: 0 15px 60px -20px rgba(0,0,0,0.4); position: relative; }
.pageGaleri .galeriItem a img { transition: all 0.5s; }
.pageGaleri .galeriItem a:hover img { transform: scale(1.15); }

.refBaslik { text-align:center;  }
.refBaslik h3 { font-size: 32px; color: #838EAB; margin-bottom:40px; font-weight:400; }
.refList { clear:both; margin:100px 0; }
.refList .refRow { display: flex; flex-wrap: wrap; border-top: 1px solid #B3B9C7 }
.refList .refRow:first-child { border-top:0; }
.refList .refRow .refItem { width: calc(20%); height: 205px; margin: 0; text-align: center; border-right: 1px solid #B3B9C7; }
.refList .refRow .refItem:nth-child(5) { border-right:0; }
.refList .refItem a { padding-top:25px; }
.refList .refItem a:hover { background: none; }

.iletisimBaslik { color: #9599A8; font-size:18px; }
.iletisimBaslik h2 { color:#101010; font-size:36px; font-weight:600; margin-bottom:10px; }
.iletContent { min-height:initial; }
.iletBolum { display:flex; flex-wrap:nowrap; padding:20px 0 60px 0; }
.iletHarita { width:534px; }
.iletBilgiler { width:calc(100% - 534px - 70px); margin-left:70px; }
.iletHaritaFrame { border-radius: 6px; border: 3px solid #fff; box-shadow: 0 15px 60px -20px rgba(0,0,0,0.4); }
.iletHaritaFrame iframe { width:100%; height:370px; display:block; }
.iletBilgiler h3 { font-size:20px; font-weight:600; color:#838EAB; line-height:30px; margin-bottom:20px; }
.iletBilgiler h3::after { content:''; width:170px; height:3px; background:#838EAB; display:block; margin:10px 0; }
.iletItem { display:flex; flex-wrap:nowrap; font-size:16px; margin-bottom:20px; }
.iletItemBaslik { width:95px; font-weight:600; }
.iletItemText { width:calc(100% - 95px); line-height:30px; }
.iletItemText a { color: #1D1D1D; }
.breakline { display: none; }
.sertList { display: flex; flex-wrap:nowrap; margin-bottom:30px; }
.sertItem { width:calc(40% - 15px); margin-right:30px; }
.sertItem img { width:100%; }


@media (max-width:820px) {



	section#homeVideo { height: calc((100vw / 1920) * 1080); }
	div.girisVideo { height: calc((100vw / 1920) * 1080); }
	section#homeVideo.smallSize div.girisVideo { height: calc(((100vw / 1920) * 1080) - 45px); }
	section#anaYazi { margin-top: 15px; }
	section#homeVideo .biziTakipEt { display: none; }
	div.girisYazi { height: auto; margin-top: 45px; }
	div.girisYazi h2 { font-size: 23px; font-weight: 600; margin-bottom: 0; padding: 0 35px; margin-bottom: 20px; }
	a.btn-Kaydir { width: 35px; height: 35px; }
	.icon-asagi { width: 10px; background-size: contain; }


	.dahaFazlasi { bottom: 10px; }
	.dahaFazlasi h3 { font-size: 13px; }
	.homeBanner { width: 100%; height: calc((100% / 545) * 270); border-radius: 4px; margin-bottom: 15px; box-shadow: 0 15px 13px -20px rgba(0,0,0,0.4); }
	.homeBannerBg { height:auto; /*height: calc((100% / 545) * 270);*/ border-radius: 4px; }
	.homeBannerText { font-size: 12px; padding: 0 17px 17px 20px }
	/*.homeBanner:first-child .homeBannerText br, .homeBanner:last-child .homeBannerText br { display: none; }*/
	.homeBannerText h3 { font-size: 13px; line-height: normal; }
	.homeBannerText h3::before { top: 5px; left: -10px; width: 5px; height: 10px; background-size: contain; }
	.homeHakkimizda { font-size: 14px; padding-bottom: 65px; }
	.homeHakkimizda h1 { font-size: 20px; }

	a.btn-fixedsize, .btn-fixedsize { width: 120px; }
	a.btn-primary, .btn-primary { font-size: 14px; padding: 8px 25px; }
	.breakline { display: inline; }
	.sectionBaslik h3 { font-size: 20px; padding-bottom: 30px; }
	.bolum { padding: 40px 0 35px 0; }
	.homeUretim .uretimSlider { }
	.homeUretim .uretimItem { margin: 0 4px; }
	.uretimResim img { width: 148px !important; height: 200px !important; }
	.homeUretim .uretimItem a .uretimBaslik { font-size: 12px; padding: 0px 10px; height: 40px; }
	.homeUrunler .urunItem { padding:0 15px 40px 15px; }
	.homeUrunler .urunItem a { width: calc(50% - 5px); height: calc((100% / 360) * 260); margin: 0 5px 10px 0; }
	.homeUrunler .urunItem a:nth-child(3n-1) { margin: 0 5px 10px 0; }
	.homeUrunler .urunItem a:nth-child(2n) { margin: 0 0 10px 5px; }
	.homeUrunler .urunItem a .urunResim img { width: 100% !important; height: auto !important; }
	.homeUrunler .urunItem a .urunBaslik { font-size: 12px; padding: 0 0 0 8px; height: 30px; }
	.homeEnerji { display: block; }
	.enerjiSol, .enerjiOrta, .enerjiSag { width: 100%; padding-right: 0; padding-bottom: 20px; }
	.enerjiOrta { }
	.enerjiBaslik { font-size: 12px; }
	.enerjiText { font-size: 14px; }
	.enerjiSol .enertiCounterBirim, .enertiCounterBirim, .enertiCounterText { font-size: 33px; padding-top: 0; }
	.enerjiOrta .enertiCounterText { width: auto; }
	.enerjiOrta::before, .enerjiOrta::after { position: relative; width: 78px; height: 1px; margin: auto; top: inherit; left: inherit; right: inherit; }
	.enerjiOrta::before { margin-bottom: 20px; }
	.enerjiOrta::after { margin-top: 20px; }
	.homeEnerjiText { padding: 20px 0; font-size: 14px; }
	#surdurulebilirlik { background: url(../images/surdur2.png) no-repeat top left #d69c10; background-size:100% auto; height: auto; padding-top: 42vw; }
	.surdurText { width: 100%; font-size: 14px; padding-right: 0; line-height: normal; }
	.surdurText h3 { font-size: 20px; margin-bottom: 10px; }
	.referansSlider { width: calc(100% - 10px); margin: auto; }
	.refItem { width: 115px; height: 115px; }
	.refItem a img { width: 100%; height: auto; }


	.copyright img { display: none; }
	.copyright p { width: 100%; text-align: center; margin-bottom: 5px; }
	.pageTitle { height: 100px; padding-top: 0; background-size: auto 100%; background-position:top center; }
	.pageName { font-size: 30px; font-weight: 600; }
	.siteTree, .breadcrumb { display: none; }
	.pageContent { padding-top: 0; }
	.pageMenu { width: calc(100% + 30px); margin-left: -15px; height: 55px; overflow-x: visible; overflow-y: hidden; }
	.pageMenu ul { white-space: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; height: 200%; display: block; }
	.pageMenu ul li { display: inline-block; }
	.pageMenu ul li a { font-size: 16px; padding: 10px 15px; }
	.contentTitle h2 { padding-top: 35px; font-size: 20px; font-weight: 400; }
	.contentText { font-size: 14px; }
	.sertList { display: block; }
	.sertItem { width:100%; margin-bottom:30px; }

	.pageGaleri .galeriItem a { width: calc(50% - 5px); height: calc((100% / 360) * 260); margin: 0 5px 10px 0; }
	.pageGaleri .galeriItem a:nth-child(3n-1) { margin: 0 5px 10px 0; }
	.pageGaleri .galeriItem a:nth-child(2n) { margin: 0 0 10px 5px; }
	.pageGaleri .galeriItem a img { width:100%; height:auto; }
	.kurumsalVideo a img { max-width: 100%; }
	.kurumsalMobilVideo { margin-bottom:30px; }
	.kurumsalMobilVideo iframe { width: 100%; }
	.kurumsalCert img { max-width: calc(24% - 7px); margin-right: 5px; }
	.kurumsalBandText { font-size:14px; }
	.urunListCol { order:2; padding-top:40px; }
	.urunListCol .pageMenu { height:auto; width:100%; padding:0 15px; }
	.urunListCol .pageMenu h3 { font-size: 18px; }
	.urunListCol .pageMenu ul { white-space: normal; }
	.urunListCol .pageMenu ul:last-child { margin-bottom:0; }
	.urunListCol .pageMenu ul li { display: block; font-size: 14px; }
	.urunGaleri { padding-top:0; }
	.refBaslik { padding-top: 30px; font-size:14px; margin-bottom:30px; }
	.refBaslik h3 { font-size: 20px; }
	.refList { width: 100%; max-width: 312px; margin: auto; }
	.refList .refRow .refItem { width:50%; height:auto; max-width:155px; }
	.refList .refRow .refItem:nth-child(5) { border-right: 1px solid #B3B9C7; }
	.refList .refRow .refItem:nth-child(2) { border-right:none; }
	.refItem a img { max-width: 80%; height: auto; }
	.iletisimBaslik { font-size:14px; padding-top:30px; }
	.iletisimBaslik h2 { font-size:20px; }
	.iletisimBaslik br { display:none; }

	.iletBilgiler h3 { font-size:18px; }
	.iletItemText br { display:none; }
	h3.altBaslik { font-size:18px; }
}

@media (max-width:992px) {
	header { position: fixed; background: #fff; box-shadow: 0px 2px 5px rgba(34, 31, 29, 0.2); top:0; }
	header.menu-fixed .navbar-light .navbar-brand {  }
	header.menu-fixed .navbar-light .navbar-brand img { opacity: 1; }
	.navbar { padding: .3rem 0 }
	.navbar-light .navbar-brand { z-index: 5; }
	.navbar-light .navbar-toggler-icon { background-image: none; }
	.navbar-light .navbar-toggler { display: block; width: 50px; height: 20px; margin: 0 0 0 0px; padding: 13px 10px 15px 10px; border-radius: 4px; border: none; z-index: 5; outline: none; }
	.navbar-toggler span:after,
	.navbar-toggler span:before { content: ""; position: absolute; left: 0; top: -9px; }
	.navbar-toggler span:after { top: 9px; width: 80% !important; }
	.navbar-toggler span { position: relative; display: block; }
	.navbar-toggler span,
	.navbar-toggler span:after,
	.navbar-toggler span:before { width: 100%; height: 3px; background-color: #47484A; transition: all 0.3s; backface-visibility: hidden; }
	.navbar-toggler:not(.collapsed) span { background-color: transparent; }
	.navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg) translate(5px, 6px); }
	.navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg) translate(6px, -8px); width: 100% !important; }
	.collapse:not(.show) { display: block !important; left: 100%; }
	#ustMenu { position: fixed; width: 100%; height: 100%; background: #F8F8FA; top: 0; left: 100%; z-index: 3; padding-top: 125px; transition: all 0.5s; }
	#ustMenu ul li a { text-align: center; color: #838EAB; text-shadow: none; font-weight: 400; font-size: 24px; padding: 15px 25px; }
	#ustMenu.collapse.show, #ustMenu.collapsing { display: block !important; left: 0; }
	.navbar-nav { margin-bottom: 30px; }
	a.btn-lang { font-size: 14px; color: #47484A !important; }
	.navbar-text { width: 100%; text-align: center; padding-left: 0; }
	.navbar-text .dropdown > a { display: none; }
	.navbar-text .dropdown-menu { display: block; border: none; background: none; position: relative; float: none; text-align: center; }
	.navbar-text .dropdown-menu a.dropdown-item { display: inline-block; width: auto; padding: 1px 15px 1px 30px; margin-left: 15px; background-size: contain; background-repeat: no-repeat; background-position: top left; text-transform: uppercase; }
	.navbar-text .dropdown-menu a.dropdown-item:first-child { background-image: url(../images/tr.png); }
	.navbar-text .dropdown-menu a.dropdown-item:last-child { background-image: url(../images/en.png); }
	.navbar-brand img { display:none; visibility:hidden; }
	.navbar-brand { background: url(../images/elclogo2.png) no-repeat center left; width:165px; height:53px; background-size:100% 100%; }
	section#homeVideo { margin-top:64px; }
	.ftLinks { display: none; }
	footer .biziTakipEt { position: relative; justify-content: center; margin-top: 0; right: inherit; }
	.iletBolum { display: block; padding-bottom: 0; }
	.iletHarita { width: 100%; }
	.iletBilgiler { width: 100%; margin-left: 0; padding-top: 30px; }
	.iletItemText a { display: block; margin-bottom:15px; }
	.pageTitle { margin-top: 64px; }
}

@media (max-width:1200px) and (min-width:821px) {
	.homeBanner, .homeBannerBg { height: auto; }
	.homeBannerText h3 { font-size:18px; line-height:normal; }
	.homeUrunler .urunItem a:nth-child(2n) { margin-left: 15px; margin-right:15px; }
	.homeUrunler .urunItem { justify-content:center; }
	.enerjiSol { padding-right:50px; }
	.enerjiText, .enerjiBaslik { font-size: 18px; }
	.enertiCounterText { font-size:60px; }
	.enerjiSol .enertiCounterBirim { font-size:60px; }
	.enerjiOrta .enertiCounterText { width:300px; }
	#surdurulebilirlik { background-position: -520px 0; }

	.pageGaleri .galeriItem { }
	.pageGaleri .galeriItem a { width: calc(33% - 30px); height: calc((100% / 360) * 260); margin: 0 15px 30px 15px; }
	.pageGaleri .galeriItem a img { width: 100%; height: auto; }
}

@media (max-width:1441px) and (min-width:1201px) {
	#surdurulebilirlik { background-size:contain; height:calc(26vw); padding-top:calc(4vw);	}
}

@media (max-width:1820px) and (min-width:1441px) {
	#surdurulebilirlik { background-size: contain; height: calc(26vw); padding-top: calc(4vw); }
}
@media (min-width:1921px) {
	.pageTitle { background-size: 100% auto; background-position:center center; }
}
