@charset "utf-8";
@import "fonts/stylesheet.css";
@import "reset.css";
/*
font-family:'Fedra_Light';
font-family:'Fedra_Demi';
font-family:'Fedra_Bold';
font-family:'Fedra_BoldItalic';
font-family:'Fedra_Book';
font-family:'Fedra_BookItalic';
*/

div, img, table, h1 {transition:0.3s;}
@media screen and (min-width:0\0) {div, img, table, h1 {transition:none;}} /* IE için özel */

body {margin:0px; padding:0px; background:#fff; font-family:'Fedra_Light'; font-size:16px;	color:#000; text-rendering: optimizelegibility;}

*:focus {outline:0;}
* {box-sizing:border-box;}
img {border:none;}


.container {
	background:#fff; width:1208px; height:auto;
	margin:0 auto; position:relative; word-wrap: break-word;
	/*padding-right:110px; padding-left:110px;*/
}
.container.genis {width:1270px; }
.container:after {display:block; clear:both; content:"";}

.header {display:flex; justify-content:space-between; align-items:center; padding:0 50px; height:140px; position:relative; background:#DB1734; max-width:1208px; margin:0 auto;}
.header > div {position:relative; flex:1;}
.logodiv {text-align:center;}
.logo {width:200px;}
.reportname {text-align:left; font-family:'Fedra_Light'; font-size:22px; color:#fff;}
.reportname strong {color:#fff; font-family:'Fedra_Bold';}

.sagtepe {display:flex; justify-content:flex-end; align-items:center; gap:8px;}

.fullpdftext {font-family:'Fedra_Demi'; font-size:12px; text-align:right; line-height:120%;}
.fullpdftext a {color:#fff; text-decoration:none;}
.fullpdftext span {margin:2px 0 0 0px; line-height:130%;}
.fullpdftext em {color:#fff; font-style:normal; font-size:150%; line-height:120%;}
.fullpdficon img {height:50px;}

.burgerdiv {width:30px; height:30px; margin-left:5px; cursor:pointer; background:url(images/menubars.svg) no-repeat; background-size:contain; transition:0.0s;}
.burgerdiv.aktif {background:url(images/menubars2.svg) no-repeat; background-size:contain;}
.topmenu {display:none !important; transition:0.0s!important;}
.topmenu.fade-ready {display: block !important; opacity: 0;}
.topmenu:after {display:block; clear:both; content:"";}
.topmenu {position:absolute; top:70px; right:0px; width:350px; Xheight:100vh; z-index:1500; padding:0 10px 0 10px; background:rgba(255,255,255,0.9); box-shadow: 5px 5px 11px 2px rgba(0,0,0,0.6);}
.mlink {display:block;font-family:'Fedra_Demi'; margin:10px 10px 15px 20px; color:#000; font-size:14px; text-decoration:none;}
.mlink:hover {text-decoration:underline;}

.panel {overflow:hidden; Xpadding-top:16px; xpadding-bottom:16px; line-height:0px; position:relative;}
.panel.ilk {Xpadding-top:15px;}
.detay {
	position:absolute; right:40px; bottom:20px;
	font-family:'Fedra_Demi'; font-size:11px; color:#000; text-decoration:none;
	padding-right:27px; padding-top:15px; height:27px; display:block; text-align:right; vertical-align: middle; 
	background-image:url(images/pdf2.svg); background-repeat:no-repeat; background-position:right center; background-size:contain;
}
hr {display:none; width:1208px; height:50px; background:url(images/down2.png) center center no-repeat; border:none;}

ul {padding-left:15px; list-style:disc outside; margin:15px 0 15px 0;}
li {margin-bottom:15px; line-height:120%; font-size:16px;}

.p1 {font-family:'girls'; color:#000; font-size:25px; line-height:120%; position:absolute; width:36%; right:4.4%; top:280px;}

.footer {font-family:'Fedra_Book'; color:#666; font-size:12px; margin:10px auto 20px auto; Xoutline:1px solid red; height:130px; position:relative; xbackground:url(images/footer.png) no-repeat; background-size: 105%; max-width:1208px;}
.footer a {color:inherit;}
.social {position:relative; height:80px; margin-left:1rem;}
.social a {text-decoration:none; xposition:absolute; margin-right:10px;}
.social a img {width:50px; height:auto;}
.xsocial a:nth-child(1) {left:360px; top:-25px;}
.xsocial a:nth-child(2) {left:530px; top:35px;}
.xsocial a:nth-child(3) {left:700px; top:10px;}
.copyright {width:50%; float:left; margin-top:0px; padding:0 1rem;}
.tayburn {width:50%; float:right; text-align:right; margin-top:0px; padding:0 1rem;}
.tayburn a {font-family:'Fedra_Book'; color:#000; text-decoration:none;}




#slides {width:100%; height:535px; background:#fff; position:relative; margin:0 auto; clear:both; overflow:hidden; Xborder:1px solid red;}
.slide {position:absolute; display:none; width:100%; height:100%; background-size:cover; background-position:center; background-repeat:no-repeat; overflow:hidden;}
.slide:first-child {display:block;}
.slide img {width:100%;}
