@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:1200px; height:auto;
	margin:0 auto; position:relative; word-wrap: break-word;
	/*padding-right:110px; padding-left:110px;*/
}
.container:after {display:block; clear:both; content:"";}

.header {height:135px; position:relative; background:#B8775D; max-width:1200px; margin:0 auto;}
.logo {Xwidth:16.60%; position:absolute; left:50px; top:28px;}
.reportname {position:absolute; left:35%; width:30%; text-align:center; top:60px; font-family:'Fedra_Book'; font-size:22px; color:#fff;}
.reportname strong {color:#6A4637; font-family:'Fedra_Bold';}
.fullpdf {
	position:absolute; right:0px; top:45px; background:#fff; width:175px; xheight:65px;
	text-decoration:none; font-family:'Fedra_Demi'; font-size:12px; text-align:right; line-height:120%;
}
.fullpdf a {color:#999;}
.fullpdf em {color:#B8775D; font-style:normal;}
.fullpdf img {height:50px; float:right; margin:5px 45px 5px 0;}
.fullpdf span {float:left; margin:8px 0 0 25px;}
.headband {width:83%; background:#939598; height:12px; margin:7px 0 18px 0;}

#menubars {display:block; position:absolute; top:67px; right:5px; z-index:2000; cursor:pointer;}
.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:104px; right:0px; Xheight:100vh; z-index:1500; padding:0 10px 0 10px; background:rgba(255,255,255,0.9);}
.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; padding-top:36px; padding-bottom:36px;}
.detay {
	font-family:'Fedra_Demi'; font-size:11px; color:#000; padding-right:22px; padding-top:5px; height:22px; display:inline-block; vertical-align: middle; 
	position:absolute; right:45px; bottom:10px; text-decoration:none;
	background-image:url(images/pdf2.png); background-repeat:no-repeat; background-position:right center; background-size:contain;
}
hr {width:1200px; height:18px; background:url(images/down2.png) 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; padding:15px 0 30px 0; margin-top:40px;}
.footer a {color:inherit;}
.social {position:absolute; right:45px; top:0px;}
.social a {margin-left:10px; text-decoration:none;}
.social a img {width:25px; height:auto;}
.tayburn a {position:absolute; right:45px; top:30px; 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%;}
