@charset "utf-8";

/*Sıfırlamalar*/
*{outline:none; margin:0; padding:0;}
a{text-decoration:none; border:none; outline:none;}
ul, li{list-style: none;}


/******KAPSAYAMAMASORUNU******/
.kapsayamamaSorunu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.kapsayamamaSorunu {display: inline-block;}
/*IE-mac de bu bolumu sakla \ */
* html .kapsayamamaSorunu {height: 1%;}
.kapsayamamaSorunu {display: block;}
/* IE-mac bu bolumu saklam artik */



body{overflow:hidden;}/*loading gif işlemi için*/


/*fixed header*/
div.fixmenu{position:fixed; top:0; left:0; z-index:100; display:none; width:100%; height:75px; background: #0081BF url("/Images/fixedmenubg.png") no-repeat right 50%; box-shadow: 0 5px 25px 0 #444; }
	a.fixlogo{display:block; width:160px; height:60px; float:left; margin:17px 0 0 160px;  background:url("../Images/ok-logo-fixed.png") no-repeat 0 0; background-size:contain; text-indent: -999px; /*border:1px solid green;*/}		
	.fixmainmenu{float:left; margin-top:24px; /*border:1px solid blue; */}
		.fixmainmenu>a{margin-left:40px; font:20px dancingscript, arial, sans-serif; color:#FFF;}

/*header*/
div.header{position:relative; z-index:1; width:100%; min-width:100%; height:150px; /*border:1px solid green;*/}
	a.logo{display:block; width:230px; height:90px; float:left; margin:50px 0 0 160px;  background:url("/Images/ok-logo.png") no-repeat 0 0; text-indent: -999px; /*border:1px solid green;*/}
	.mainmenu{float:left; margin-top:63px; /*border:1px solid blue; */}
	.mainmenu>a{margin-left:50px; font:24px dancingscript, arial, sans-serif; color:#0081BF}

/*mobile header ve menü*/	
div.mobileheader{display:none;}
div.mobilemenu{display:none;}







@media only screen and (max-width: 1440px){
	
/*fixed header*/
div.fixmenu{height:60px;}
	a.fixlogo{width:125px; height:46px; margin:15px 0 0 60px; background-size: contain; /*border:1px solid green;*/}
	.fixmainmenu{margin-top:18px;}
		.fixmainmenu>a{margin-left:40px; font-size:18px;}

/*header*/
a.logo{width:146px; height:62px; margin-left:60px; background-size: contain; }
.mainmenu{margin-top:56px;}
.mainmenu>a{font-size:18px;}

}/*Media 1440*/







@media only screen and (max-width: 1024px){

/*fixed header*/
div.fixmenu{display:none;}

/*header*/
div.header{display:none;}

/*mobileheader*/
div.mobileheader{position:relative; display:block; width:100%; height:75px; background:#0081BF url("/Images/fixedmenubg.png") right bottom no-repeat; border-bottom:1px solid white;}
	a.mobilelogo{display:inline-block; width:100%; height:100%; background:url("/Images/ok-logo-fixed.png") 50% 50% no-repeat; background-size:150px auto; text-indent:-9999px;}
	span.menukulp{position:absolute; right:0; bottom:0; width:75px; height:75px; background: url("/Images/mobilmenukulp.png") 50% 50% no-repeat; background-size:60%; text-indent:-9999px;}
div.mobilemenu{display:none; width:100%;}
	div.mobilemenu>a{display:block; width:100%; padding:20px 0; text-align:center; font:20px dancingscript, Arial, sans-serif; color:white; background:#0081BF; border-bottom:1px solid white;}
	div.mobilemenu>a:last-child{border-bottom:1px solid white;}

}