﻿html { scroll-behavior: smooth; }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #333; color: var(--tema-renk2); font-weight: var(--icerik-font-weight); }
a, a:active, a:hover, a:visited { text-decoration: none; transition: all ease .1s; color: var(--tema-renk3); }
h1, h2, .h2, .h3, .h4, h3, h4 { font-family: var(--baslik-fontu); font-weight: var(--baslik-font-weight); color: var(--tema-renk1); font-size: var(--baslik-font-boyutu); }

:focus, input:focus { outline: 0 !important; }
::placeholder { color: #ddd; opacity: 1; font-weight: 200 }

ul, p { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
figure { margin: 0; padding: 0 }
::selection { color: #ffffff; background: #0095da; }
/***/
*,
*::before,
*::after { box-sizing: border-box; }
.container { width: 1170px; margin: 0 auto; max-width: 100%; position: relative; }
.row { display: flex; flex-wrap: wrap; }
.wrap { flex-wrap: wrap }
/******/

.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 { position: relative; padding: 0; }
.cl1 { width: 8.333333% }
.cl2 { width: 16.666667% }
.cl3 { width: 25% }
.cl4 { width: 33.333333%; }
.cl5 { width: 41.666667% }
.cl6 { width: 50% }
.cl7 { width: 58.333333% }
.cl8 { width: 66.666667% }
.cl9 { width: 75% }
.cl10 { width: 83.333333% }
.cl11 { width: 91.666667% }
.cl12 { width: 100% }
/******/
header { position: relative; background: #000; }

.menuFixle { transition: all ease .4s; position: fixed !important; background: #000 !important; width: 100%; z-index: 99; top: 0; }
.menuFixle .logo img { max-width: 200px; margin-top: -5px; }
.menuFixle .satir2 { margin: 0; }
.menuFixle nav .li1 > a { padding: 5px 15px 5px 15px; }
.menuFixle .satir1 { margin-bottom: 6px; padding: 0 0 5px 0; }
.menuFixle nav .ulWrap2 { top: 36px; }
.menuFixle .li1.okKoy:after { top: 4px; }
.menuFixle a.teklifal { margin-left: 12px; }
header .logo { position: relative; display: block; top: 0; }
header .logo a { position: absolute; top: 7px; display: block; }

header .logo img { max-width: 300px; transition: all ease .4s; }
header .satir2 { position: relative; margin-top: 22px; display: flex; align-items: center; }
header .satir1 { border-bottom: solid 1px #444444; margin-bottom: 10px; padding: 3px 0 10px 0; }
header .satir1 .row { justify-content: flex-end; }
header .satir1 nav { margin: 0 }
header .satir1 nav .ul1 { display: flex; padding-left: 10px; }
header .satir1 nav .li1 > a { transition: all ease .4s; padding: 3px 10px 3px 10px; display: block; line-height: 27px; font-weight: 400; font-size: 13px; color: #d4d4d4; letter-spacing: .3px; }
header .satir1 nav .li1 > a:hover { color: #fff; }
header .satir1 .li1.okKoy:after { top: 4px; border: 3px solid transparent; border-bottom: 0; border-top: 4px solid #a2a2a2; }
header .satir1 nav .li1 { line-height: 0; }
header nav { flex-grow: 1; }
header nav .ul1 { display: flex; margin: 0; line-height: 46px; font-weight: 700; width: 100%; flex-wrap: nowrap; justify-content: center; }
header nav .li1, header nav a { position: relative }

header nav .li1 { line-height: 4px; }
header nav .li1 > a { color: #d6d6d6; padding: 18px 8px 15px 8px; display: block; line-height: 27px; font-weight: 400; font-size: 14px; }
header nav .li1 > a:hover { color: #ddd }
header nav .li1 > a > i { color: #D14D42; font-size: 20px; display: block; margin-top: 2px; }
header nav .li1:hover > a { color: #ddd; opacity: 1; }
header nav .li1:last-child a { padding-right: 0; }
header .li1.okKoy { position: relative; }
header .li1.okKoy:after { left: 50%; color: #28a4db; content: ''; position: relative; z-index: 3; width: 0; bottom: 0; height: 0; line-height: 0; border: 3px solid transparent; border-bottom: 0; border-top: 4px solid #a2a2a2; top: -5px; }
header .li1.okKoy:hover:after { opacity: 0 }
/****/
header nav .ulWrap2 { transform: rotateX( -80deg ); opacity: 0; transform-origin: 50% 0; width: 0; visibility: hidden; transition: all 700ms ease; z-index: 200; /* display: none;*/ background: #fff; position: absolute; top: 60px; left: -118px; z-index: 98; width: 300px; padding: 10px 0; text-align: left; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09); border-top: solid 4px #717171; }
header nav .ulWrap2:after { position: absolute; top: -11px; left: 50%; margin-left: -4px; width: 0; height: 0; border: 8px solid transparent; border-top: 0; border-bottom: 7px solid #717171; content: ""; }
header nav .ul2 { position: relative; }


header nav .li1:hover > .ulWrap2 { transform: rotateX( 0deg ) !important; opacity: 1 !important; pointer-events: all; visibility: visible !important; }


header nav .ul2 .li2 { line-height: initial; position: relative; }
header nav .ul2 .li2 > a { padding: 1px 15px; color: #2d2c19 !important; white-space: normal; font-weight: 400; font-size: 16px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 51px; }
header nav .ul2 .li2:hover > a { background: #222; color: #ddd !important; }

/****/
header nav .ulWrap3 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul3 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap3:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #333; left: 0; }

header nav .li2:hover > .ulWrap3 { display: block; }

header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 12px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; }

header nav .ul3 .li3:hover > a { color: #111 !important; }

header nav .li2:hover > .ulWrap3 { display: block; }

header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 13px; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 400 15px 'Raleway'; }

header nav .ul3 .li3:hover > a { color: #D14D42 !important; }

/****/
header nav .ulWrap4 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul4 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap4:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #f39500; left: 0; }

header nav .li3:hover > .ulWrap4 { display: block; }

header nav .ul4 .li4 { line-height: initial; }
header nav .ul4 .li4 > a { padding: 7px 15px; font-size: 13px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 600 12px 'Raleway'; }

header nav .ul4 .li4:hover > a { color: #D14D42 !important; }

/****/


/******/
.socIkon a { display: inline-block; position: relative; }
.socIkon a:after { background: url(/d/ortak.png) no-repeat; }
.socIkon a:hover { opacity: .8 }


/************/



#slider { background-color: #000; background-image: linear-gradient(37deg, #000000 0%, #111 26%,#111 73%,#000000 100% ); position: relative; z-index: 2; overflow: hidden; }
#slider:after { content: ''; position: absolute; background: url(/d/r/patternSlider.jpg) repeat; left: -1000px; top: -750px; width: 5500px; height: 1500px; z-index: 0; opacity: .03; transform: rotate(331deg); }

#sliderOwl { position: relative; }
#arc { display: none; /* position: absolute; */ /* top: 0; */ /* width: 100%; */ /* overflow: hidden; */ /* height: 30px; */ /* left: 0; */ background: #040404; }
#arc:after { content: ''; width: calc(100% + 1500px); height: 400px; border-radius: 75%; background-color: #ecf0f6; position: absolute; left: -750px; bottom: -365px; z-index: 10; }
#slider .item { margin: 0 auto; height: 100vh; position: relative; max-width: 100%; padding-top: 136px; display: flex; }

#slider .item .metin { width: 50%; position: relative; }
#slider .item .metin .inner { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; }
#slider .item figure { width: 600px; text-align: center; position: relative; animation-duration: 1.1s; animation-fill-mode: both; backface-visibility: visible !important; }
#slider .item figure img { max-width: 100%; width: initial; position: absolute; bottom: 0px; max-height: 490px; left: 50%; transform: translateX(-50%); }
#slider .baslik { margin: 0 0 15px 0; color: var(--tema-renk3); font-size: 38px; letter-spacing: .025em; animation-duration: 2s; animation-fill-mode: both; backface-visibility: visible !important; position: relative; display: inline-block; font-weight: 600; width: 353px; }
#slider .baslik:after { content: ''; width: 50px; height: 1px; display: block; background-image: url(/d/r/pattern-1-1.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 5px; }
#slider .ozet { animation-duration: 2s; animation-fill-mode: both; backface-visibility: visible !important; margin: 0; font-size: 19px; font-weight: 300; padding-right: 114px; line-height: 26px; color: #ddd; }

#slider .active .baslik { animation-name: fadeInDown; animation-delay: .3s; }
#slider .active .ozet { animation-name: fadeInUp; animation-delay: .6s; }

#slider .active a.more { animation-name: flipInX; animation-delay: .8s; }
#slider .active .daire2 { animation-name: slideInUp; animation-delay: .9s; }
#slider .active figure { animation-name: fadeInUp; animation-delay: 1s; }
/************/
.daire2 { animation-duration: .8s; animation-fill-mode: both; backface-visibility: visible !important; overflow: hidden; position: absolute; z-index: -1; width: 600px; height: 600px; right: 0; bottom: -121px; background: #333; border-radius: 50%; border: solid 30px #222; }

#slider a.more { animation-duration: 1.5s; animation-fill-mode: both; backface-visibility: visible !important; border: none; outline: none; display: inline-block; color: #fff; background-color: #444; border-radius: 4px; vertical-align: middle; text-align: center; text-transform: uppercase; font-size: 14px; padding: 13px 52px 13px 34px; font-weight: 500; transition: all .4s ease; position: relative; z-index: 1; margin: 70px 0 0 0; }
#slider a.more:after { content: ''; background: url('/d/r/sprite.png') no-repeat -450px -509px; width: 17px; height: 11px; position: absolute; right: 20px; top: 16px; }
#slider a.more:hover { }
#slider a.more:before { content: ""; border-radius: 3px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transform: scaleX(0); transform-origin: right center; transition: transform .24s cubic-bezier(.37,.31,.31,.9); background-color: var(--tema-renk2); }

#slider a.more:hover:before { transform: scaleX(1); transform-origin: left center; }

.slideOklar { position: absolute; z-index: 4; bottom: 5px; height: 37px; left: 0; width: 75px; }
.slideOklar .left, .slideOklar .right { transition: all ease .2s; width: 35px; height: 35px; display: block; position: absolute; border-radius: 1px; background: url(/d/r/sprite.png) no-repeat -603px -706px #505050; }
.slideOklar .left { background-position: -594px -696px; transform: rotate(180deg); background-color: #313131; }
.slideOklar .right { right: 0; background-position: -593px -698px; }
.slideOklar .left:hover { opacity: .5; }
.slideOklar .right:hover { opacity: .5; }

a.teklifal { animation-duration: 1.5s; animation-fill-mode: both; backface-visibility: visible !important; /* border: none; */ outline: none; display: block; color: #111; background-color: #f7f7f7; vertical-align: middle; text-align: center; text-transform: uppercase; font-size: 12px; padding: 6px 12px; font-weight: 600; transition: all .4s ease; z-index: 1; position: relative; /* right: 0; */ /* top: 16px; */ border-radius: 14px; }
a.teklifal:hover { color: #fff; }
a.teklifal:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transform: scaleX(0); transform-origin: right center; transition: transform .24s cubic-bezier(.37,.31,.31,.9); background-color: #ddd; border-radius: 9px; }

a.teklifal:hover:before { transform: scaleX(1); transform-origin: left center; background-color: #111; color: #fff; }




.sayfaTepe { background: var(--tema-renk2); padding: 35px 30px; display: flex; }


.sayfaTepe h1 { color: #fff; margin: 0; width: 40%; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; }
.breadcrumb { padding: 0; margin: 0; width: 60%; text-align: right; }

.breadcrumb > li { color: #ddd; letter-spacing: .3px; display: inline-block; font-size: 14px; }
.breadcrumb a { color: #ddd; font-weight: 400; font-size: 14px; }

.breadcrumb > li + li:before { padding: 0 8px; color: #ddd; content: "/\00a0"; font-size: 16px; }

/*******/
header nav .li1:hover .bolgeler { display: block; width: 400px; left: -139px; }
header nav .li1 .bolgeler:after { left: 193px; }


/*******/

a.telefA { color: #f5bd42; margin: 12px 0 0 0; font-size: 21px; font-weight: 500; line-height: 29px; }
a.telefA:after { content: '' }
/******/


.pakla { clear: both; }
.goster-xs { display: none !important; }
.gizle-xs { display: block !important; }

/*******/
.dillerMob a { display: inline-block; color: #f1f1f1; padding: 6px 10px; }
.diller a:hover { background: #000; color: #fff; opacity: 1; }
.diller .dropdown-content { display: none; }
.diller a:hover .dropdown-content { display: block; }


.dropdown { position: relative; display: block; }
.dropdown strong { font-weight: 400; border-radius: 16px; font-size: 13px; color: #f1f1f1; display: inline-block; }
.dropdown span { }
.dropdown a { display: block; text-align: center; background: #383534; color: #d2d2d2; border-radius: 2px; font-weight: 400; font-size: 13px; letter-spacing: .3px; padding: 6px 15px; }
.dropdown-content a { color: #f1f1f1; }
.dropdown-content { display: none; position: absolute; background: #383534; box-shadow: 8px 11px 16px 0px rgb(0 0 0 / 20%); z-index: 20; right: 0; border-radius: 5px; top: 25px; }

.diller { width: 71px; margin: 3px 0 -6px 20px; position: relative; z-index: 20; }
.dillerMob a { display: inline-block; color: #f1f1f1; padding: 6px 10px; }
.diller .dropdown-content a { padding: 10px 15px; }
.diller .dropdown-content a:hover { background: #fc3726; opacity: 1 }
.diller .dropdown-content a:hover span { color: #f1f1f1; }
.dropdown:hover .dropdown-content { display: block; }
/*******/

/*******/



#mobilMenu { display: none; top: 0; position: fixed; height: 100%; padding-top: 60px; z-index: 99999; width: 100%; overflow-x: hidden; overflow-y: auto; padding-bottom: 0; background: #1d1e20; color: #fff; -webkit-overflow-scrolling: touch }
#blog .meti, #blog .ozet, .altSayfaHaberKategori .blogItem .resim { overflow: hidden }
#mobilMenu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar { width: 6px; background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar-thumb { background-color: #000 }
#kapatMobil { position: absolute; top: 9px; bottom: auto; left: auto; right: 15px; font-size: 10px; color: #fff; background: 0 0; }
#kapatMobil i { font-size: 35px; display: none; }
#kapatMobil:hover { color: #ccc }
#mobilMenu > ul { margin: 0; padding: 0; border: 0 }
#mobilMenu > ul > li { border-bottom: solid 1px #232527; position: relative; }
#mobilMenu li.yavruVar { position: relative }
#mobilMenu li.acik:after, #mobilMenu li.yavruVar:after { position: absolute; right: 15px; top: 15px; font: 400 20px Arial }
#mobilMenu li.yavruVar:after { content: '+' }
#mobilMenu li.acik:after { content: '-' }
#mobilMenu .show-subnav { display: block !important }
#mobilMenu > ul > li > a { font-size: 10px; font-style: normal; font-weight: 700; text-transform: uppercase; line-height: 10px; letter-spacing: .8px; color: #fff }
#mobilMenu > ul li ul, #mobilMenu > ul li ul li ul { margin: 0; padding: 0; display: none }
#mobilMenu > ul > li > ul > li > a { padding-left: 35px; padding-right: 35px }
#mobilMenu > ul > li ul a { font-size: 12px; font-style: normal; font-weight: 400; text-transform: none; line-height: 13px; letter-spacing: 0; color: #999 }
#mobilMenu > ul li a { position: relative; display: block; padding: 15px 25px }


#mobilMenu li.okKoy { position: relative }
#mobilMenu li.acik:after, #mobilMenu li.okKoy:after { position: absolute; right: 15px; top: 15px; font: 400 18px Arial }
#mobilMenu li.okKoy:after { content: '+' }



#mobilMenu li.acik:after { content: '-' }



.mobilSosyal { margin-top: 10px; position: relative; text-align: center }
.mobilSosyal i { font-size: 12px; color: #fff; border-radius: 50%; border: 2px solid #e0e1e1; height: 28px; width: 28px; padding: 8px; margin: 5px 3px; text-align: center; line-height: 9px }
.mobilSosyal i:hover { color: #999 }
.mobilArama { position: relative; width: 75%; margin: 20px auto }
.mobilArama input { display: block; padding: 8px; width: 100%; font-size: 10px; background: #e3e3e4; color: #111; letter-spacing: 1px; border: none }
.mobilArama .araButonu { position: absolute; z-index: 999; right: 25px; top: 0 }
.mobilArama .araButonu button { margin: 0; padding: 6px 8px; font-size: 12px; border: none; color: #333; background: #e3e3e4 }
#hamburger { display: none; top: 65px; right: 15px; z-index: 999999; width: 30px; height: 25px; transition: .5s ease-in-out; cursor: pointer; position: absolute; }
#hamburger.open { top: 20px }
#hamburger span { display: block; height: 3px; width: 100%; background: #ccc; opacity: 1; left: 0; transition: .25s ease-in-out; position: absolute; }

#hamburger span:nth-child(1) { top: 0 }
#hamburger span:nth-child(2), #hamburger span:nth-child(3) { top: 10px; width: 23px; left: initial; right: 0; }
#hamburger span:nth-child(4) { top: 20px; }
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(4) { top: 10px; width: 0; left: 50% }
#hamburger.open span:nth-child(2) { transform: rotate(45deg); background: #f1f1f1; }
#hamburger.open span:nth-child(3) { transform: rotate(-45deg); background: #f1f1f1; }


/***/

a#scrollDown { position: absolute; left: 50%; z-index: 99; width: 30px; height: 72px; margin-left: -35px; bottom: 5px; }
a#scrollDown span { position: absolute; top: 0; left: 50%; width: 30px; height: 50px; margin-left: -15px; border: 2px solid #fff; border-radius: 50px; box-sizing: border-box; }
a#scrollDown span::before { position: absolute; top: 10px; left: 50%; content: ''; width: 6px; height: 6px; margin-left: -3px; background-color: #fff; border-radius: 100%; -webkit-animation: sdb10 2s infinite; animation: sdb10 2s infinite; box-sizing: border-box; }
a#scrollDown strong { position: relative; display: block; }
a#scrollDown strong::after { position: absolute; top: 47px; left: 50%; width: 18px; height: 18px; content: ''; margin-left: -9px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); box-sizing: border-box; }

@-webkit-keyframes sdb10 {
 0% { -webkit-transform: translate(0, 0); opacity: 0; }
 40% { opacity: 1; }
 80% { -webkit-transform: translate(0, 20px); opacity: 0; }
 100% { opacity: 0; }
}

@keyframes sdb10 {
 0% { transform: translate(0, 0); opacity: 0; }
 40% { opacity: 1; }
 80% { transform: translate(0, 20px); opacity: 0; }
 100% { opacity: 0; }
}
/***/

#telno { color: #bbb; font-size: 14px; padding: 8px 55px 0 25px; display: block; margin: 1px 0 0 0; position: relative; }
#telno:after { content: ''; background: url(/d/r/sprite.png) no-repeat -496px -555px; width: 17px; height: 19px; position: absolute; left: 0; top: 6px; }
#email { color: #bbb; font-size: 14px; position: relative; display: block; padding: 9px 0 0 30px; }
#email:after { content: ''; background: url(/d/r/sprite.png) no-repeat -526px -604px; width: 22px; height: 16px; position: absolute; left: 0; top: 9px; }
#address { color: #ddd; font-size: 13px; position: relative; padding: 9px 0 0 6px; display: block; font-style: normal; }
#address:after { content: ''; background: url(/d/r/sprite.png) no-repeat -565px -648px; width: 16px; height: 30px; position: absolute; left: 0; top: 3px; opacity: 0; }

header nav > ul > li:nth-child(3) > div { width: 700px; left: -290px; padding: 20px 25px; }
header nav > ul > li:nth-child(3) > div ul { display: flex; flex-wrap: wrap; }
header nav > ul > li:nth-child(3) > div li { width: 50%; }

@media (min-width: 1901px) {
 .container { width: 1170px; }
 #slider .item figure { width: 700px; }
 .daire2 { width: 700px; height: 700px; bottom: 0; }
 #slider .item figure img { bottom: 0; height: 800px; max-height: initial; max-width: initial; right: 0; left: initial; transform: initial; }
}


@media (min-width:1601px) and (max-width: 1900px) {
}

@media (min-width:1401px) and (max-width: 1600px) {
}

@media (min-width:1200px) and (max-width: 1400px) {
}

@media (min-width:992px) and (max-width:1199px) {
 .container { width: 96%; padding: 0 10px; margin: 0 2% }
}

@media (min-width:768px) and (max-width:991px) {
 .container { width: 100%; padding: 0 10px }
 .gizle-xs { display: none !important; }
 .goster-xs { display: block !important; }
 .xs4 { width: 40%; padding: 0; }
 .xs6 { width: 50%; padding: 0; }

 .xs8 { width: 60%; padding: 0; }
 .xs12 { width: 100%; padding: 0; }

 /********/
}

@media (max-width:767px) {
 .container { width: 100%; padding: 0 10px }
 .row { display: block; }

 .gizle-xs { display: none !important; }
 .goster-xs { display: block !important; }
 .xs4 { width: 40%; padding: 0; }
 .xs6 { width: 50%; padding: 0; }

 .xs8 { width: 60%; padding: 0; }
 .xs10 { width: 80%; padding: 0; }
 .xs12 { width: 100%; padding: 0; }

 header .logo a { position: relative; top: 0; }
 header .logo img { max-width: 244px; }

 #slider div.item { padding: 140px 0 0 0; display: block; }
 header { padding: 0 0 10px 0; }
 .diller { position: absolute; right: 0; top: 0; margin: 0; }
 #slider .item .metin { width: 100%; }
 .daire2 { width: 300px; height: 300px; bottom: 0; z-index: -2; }
 #slider .item figure { width: 100%; display: block; position: absolute; bottom: 0; z-index: -1; text-align: center; }
 #slider .item figure img { position: relative; max-height: 334px; left: initial; transform: initial; bottom: initial; display: inline-block; }
 #slider .item .metin .inner { position: relative; left: initial; top: initial; transform: initial; width: 100%; }
 #slider .ozet { padding: 0; font-size: 15px; line-height: 23px; }
 #slider a.more { margin: 12px 0 0 0; }
 #email { display: none }
 #slider .baslik { font-size: 28px; margin: 0; color: #bbb; }
 header .logo { display: inline-block }
 img { height: auto }
 .breadcrumb a { font-size: 16px }
 a.teklifal { position: absolute;  right: 0; top: 16px;}
}
