@charset "utf-8";
/* CSS Document
@import "http://fonts.googleapis.com/css?family=Oxygen:400,300&subset=latin,latin-ext"; */
@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
u, center, img,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 15px;
	margin-bottom:40px;
	font-family:'Titillium Web',Calibri,Arial,sans-serif;
	font-size:13px;	
	background-color:#f1f1f1;
}
.front-bg {
    height: 200%;
    left: -50%;
    position: fixed;
    width: 200%;
    z-index: -9999;
}
.front-bg img {
    display: block;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong{
	font-weight:600;
}
p {line-height:20px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1.ekayit{
	right:0px; 
	float:right; 
	width:160px; 
	height:54px; 
	background-color:#bf1e1d;	
	text-align:center;
	position:absolute;
	}

h1.ekayit:hover{
	background-color:#d72726;	
	}
h1.ekayit > a {
	font-family:'Titillium Web',sans-serif;	
	font-size:15px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	line-height: 54px;
	display: block;

}

h3{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#999999;
	
}
h3 strong{
	font-weight:700;
}

h1.metin {
    padding: 0;	
	margin: 15px 5px 0 160px;
	position:absolute;
	width:440px;  
	height:140px; 
	line-height:30px;
}

h1.metin > a {
	font-family:'Titillium Web',sans-serif;	
	font-size:30px;
	text-decoration:none;
	color:#0a294e;
	outline: 0;
}
h1.metin strong {
	font-weight:800;}

h1.logo {
    background: url("images/gantep_logo.png") no-repeat scroll 0 0 ;
    padding: 0;
	width:140px; 
	margin-top:10px; 
	margin-left:20px; 
	height:140px;  
	z-index:4; 
	position:absolute;
}
h1.logo > a {
    display: block;
    height: 100%;
    text-indent: -999em;
	outline: 0;
}
.gauntv{
	width:465px; 
	position: relative; 
	float: right; 
	height:260px; 
	padding:1px; 
	margin-top:10px;
}
.gauntv .logo {
	width:75px; 
	height:22px; 
	background:url(images/gaun_tv2.png); 
	position:absolute; 
	margin:10px;
	z-index:0;
	margin:7px 5px 5px 10px;
	}
.gauntv a {
	font-family:'Titillium Web',sans-serif;	
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

.eng{color:#CC0000; margin:5px; font-size:14px; text-decoration:none;}
.webteam{color:#000033; font-size:12px; text-decoration:none;}


/* Menu  */		
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

.nav {
	display: inline-block;
	position: absolute;
	cursor: default;
	z-index: 2;
	width:1020px;
}

/* Menu li */
.nav > li {
	display: block;
	float: left;
}

/* Menu baglanti */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 16px;
	line-height: 54px;	
	font-family:'Titillium Web',sans-serif;
	font-size:14px;
	color: #fcfcfc;
	background: #0a294e;

}

.nav > li:hover > a { background: #174275; }

.nav > li:first-child > a {
	border-left: none;
}

/* Arama Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	
}

.nav > li.nav-search input[type="text"] {
	position: relative;
	display: block;
	float: left;
	width: 1px !important;
	height: 54px;
	line-height: 24px;
	font-family: 'Titillium Web', sans-serif,Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #fff;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
	z-index: 500;
	-webkit-appearance: none;
    border-radius: 0;
}

.nav > li.nav-search input[type="text"]:focus { color: #999; 	text-shadow: 0 0 1px rgba(0,0,0,.35); }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	position: relative;
	display:block;
	width: 155px !important;
	padding-left:10px;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
	z-index:501;
	color:#999;
}

.nav > li.nav-search input[type="submit"] {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 54px;
	cursor: pointer;
	background: #0a294e url(images/arama_icon.png) no-repeat center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1510;
	-webkit-appearance: none;
    border-radius: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 150px !important;
 }
}
.nav > li.nav-search input[type="submit"]:hover { background-color: #CC3300; }

/* Menu div */
.nav > li > div {
	position: absolute;
	display: block;
	width: 1020px;
	top: 54px;
	opacity: 0;
	left:0;
	visibility: hidden;
	overflow: hidden;
	background: #174275;
/*	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
*/    
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu icerik  */
.nav .nav-column {
	float: left;
	width: auto;
	padding: 1.5%;
	margin-top:1px;
}

.nav .nav-column h3 {
	margin: 10px 2px 5px 0;
	line-height: 18px;
	font-family: 'Titillium Web', sans-serif,Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom:1px ridge #FFFFFF;
	padding-bottom:4px;
	text-shadow:1px 1px #000000;
}

.nav .nav-column h3.kirmizi { color: #fff; }

.nav .nav-column li a {
	display: block;
	line-height: 18px;
	font-family: Calibri,Arial,'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #fff;
	padding:2px;
	margin-left:7px;
	}

.nav .nav-column li a:hover { color: #000033; background-color:#FFF; }


/* Menu2  */		
.nav2 a,
.nav2 ul,
.nav2 li,
.nav2 div,
.nav2 form,
.nav2 input {
	margin: 0;
	padding: 0;
	outline: none;
}

.nav2 a { text-decoration: none; }

.nav2 li { list-style: none; }

.nav2 {
	position: relative;
	cursor: default;
	z-index: 4;
}

/* Menu baglanti */
.nav2 > li > a {
	z-index: 510;
	height: 24px;
	line-height:24px;
	font-family:'Titillium Web',sans-serif;
	font-size:12px;
	border:1px solid #CCCCCC;
	font-weight:400;
	color: #0a294e;
	padding:5px;

}

.nav2 > li:hover > a { background: #174275; color:#FFFFFF; 	border:1px solid #174275; }

/* Menu div */
.nav2 > li > div {
	position: absolute;
	display: block;
	width: 223px;
	top: 26px;
	opacity: 0;
	right:0;
	visibility: hidden;
	padding:10px;
	overflow: hidden;
	background: #174275;
}

.nav2 > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/***********************/
.alt {
	width:1020px; 
	margin:0 auto 0; 
	background-color:#FFFFFF; 
	height: auto; 
	display:block; 
	overflow: auto; 
	padding-bottom:0px;
}

.alt2 {
	width:1020px; 
	margin:0 auto 0;  
	height: auto; 
	display:block; 
	overflow: auto; 
}

.ic_alt {
	width:1020px; 
	margin:0 auto 0; 
	height: auto; 
	display:block; 
	overflow: hidden; 
	padding-bottom:0px;
}


.slider {
	width:1020px; 
	height:320px; 
	max-height:320px; 
	float:left; 
	margin:0 0 0 0; 
	position:relative; 
	z-index:1; 
}
.slider ol, ul {list-style: none; 	margin: 0; padding: 0;	border: 0;}
.slider li{display:none; margin: 0; padding: 0; border: 0; }
.slider a.next{ position:absolute; right:10px; bottom:10px; outline: 0; opacity:0.8; filter:alpha(opacity=80);}
.slider a.prev{ position:absolute; right:50px; bottom:10px; outline: 0; opacity:0.8; filter:alpha(opacity=80);}
.slider a.prev:hover{ opacity:1; filter:alpha(opacity=1); }
.slider a.next:hover{ opacity:1; filter:alpha(opacity=1); }
.slider .pagination { position:absolute; right:90px; bottom:15px; width:110px; height:3px; }
.slider .pagination a {
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
	height:6px;	
	width:6px;
	border:1px solid #CCC;
	margin-right:4px;
	right:0;
}
.slider .pagination a.active {
    background-color: #CCCCCC;
}
.duyuru_tab {
    background:#FFFFFF;
    float: left;
    height: auto;
	border-bottom:1px solid #C00;
	width:530px;
}
.duyuru_tab span {
    background:#F7F7F7;
    color: #8b8a8a;
    float: left;
    font-size: 14px;
	font-family: 'Titillium Web',sans-serif;
    padding: 10px 10px;
    text-align: center;
    width: auto;
	margin-right:8px;
	border-bottom:2px solid #F5F5F5;
	cursor:pointer;
	font-weight:600;
}
.duyuru_tab span.aktif{
	color:#CC0000;
	border-bottom:2px solid #C00;
}
.duyuru_tab span strong {
    font-weight: bold;
}

.alan_duyuru {
    float: left;
    height: auto;
    width: 530px;
	margin:10px 0 0 0;
	font-size:10px;
	font-family:Arial,'Titillium Web',sans-serif;
	margin-left:10px;
	max-height:265px; 
	min-height: 265px; 
	overflow: hidden;	
}

.duyuru_kutu {
	width: 515px;
	min-width:100%;
	height:20px;
	padding: 5px;
	margin-bottom:5px;
	background:#FFFFFF;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
	line-height:16px;
	padding-left:10px;
	color:#0066CC;
	text-overflow: ellipsis;	
}

.duyuru_kutu:hover {
	background:#f0f0f0;	
}

.duyuru_kutu span{
	font-family:'Titillium Web',sans-serif;	
	font-size:13px;
	float:left;
	width:75px;
	color:#bf1e1d;
	text-align:left;
	}

.alan_duyuru h3 {
	font-family:'Titillium Web',sans-serif;	
	font-size:20px;
	text-decoration:none;
	font-weight:500;
	color:#bf1e1d;
	padding:10px;
}

.alan_duyuru a {
	font-family:'Titillium Web',sans-serif;	
	font-size:13px;
	font-style:normal;
	color:#666;
	line-height:20px;
	text-decoration:none;
	outline: 0;
}

.tum_duyuru_buton a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:auto;
	padding:0 10px 0 5px;
	background-color:#bf1e1d;
	float:right;
	margin-right:15px;
	margin-top:4px;
	margin-bottom:0px;
	transition: background-color 0.5s ease-in-out 0s;

}
.tum_duyuru_buton a:hover{ background:#0a294e; }

.spot_buton a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	width:auto;
	padding:10px 20px;
	background-color:#0a294e;
	margin-right:25px;
	margin-bottom:0px;
	transition: background-color 0.5s ease-in-out 0s;

}
.spot_buton a:hover{ background:#999999; }

.parlayan_yildiz {margin-top:45px; margin-left:10px; margin-right:-10px;}
.menu_box {	border-collapse:separate;}
.menu_box a{
	border:1px solid #FFF;
	width:210px; 
	font-size:12px; 
	color:#0d2d53; 
	background-color:#FFFFFF;
	line-height:15px; 
	padding:5px;
	font-family: 'Titillium Web',Calibri,Arial; 
	transition: background-color 0.15s ease-in-out 0s;
	display:table-cell;
	vertical-align:middle;
	height:34px;
	text-align:center;
	}

#box_clear {margin-top:8px;}	

.menu_box a:hover {
	color:#FFFFFF;
	background-color:#174275;
	}
.menu_box_sabit a{
	border:1px solid #FFF;
	width:210px; 
	font-size:12px; 
	color:#0d2d53; 
	background-color:#FFFFFF;
	line-height:15px; 
	padding:5px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:34px;
	}
.menu_box_sabit a:hover{
	border:1px solid #174275;
}
.scroll{
	width:470px; 
	overflow:auto; 
	margin-bottom:5px; 
	margin-left:10px; 
	float:left; 
	max-height:260px; /*6=312 5=260 */	
}	
.etkinlik_kutu {
	width: 400px;
	min-width:95%;
	border-bottom:1px solid #CCCCCC;
	height:35px;
	padding: 5px;
	margin-bottom:5px;
	font-size:14px;
	background:#FFFFFF;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
	line-height:16px;
	padding-left:10px;
	color:#0066CC;
}
​
.etkinlik_kutu:hover {
	background-color:#FF0000;	
}

.etkinlik_kutu a{ text-decoration:none; color:#666666; display:block; }

.etkinlik_kutu_tarih {
	float: left;
	width:40px;
	padding: 5px;
	margin-bottom:5px;
	font-size:13px;
	line-height:18px;
	height:36px;
	color:#FFFFFF;
	text-align:center;
    background: none repeat scroll 0 0 #81A1C0;
	
}
.etkinlik_kutu_tarih:hover {
	background:#476683;
	cursor:pointer;
}

.etkinlik_kutu_tarih span{
	font-size:24px;
}

.etkinlik_container {
	display:block; 
/*	background:url(images/etkinlik_back.png); */
	background-color:#e2e2e2;  
	overflow:auto; 
	width:100%;
	min-width:1020px;
	padding-top:10px;
	margin:auto;
}

.etkinlik_container h3{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#999999;
	margin:15px;
}
.etkinlik_container h3 strong{
	font-weight:700;
}

.kutu_container {
	float:left;
	overflow:auto;
	min-height:130px;
	padding-top:10px;
	margin-left:10px;
	font-size:13px;
}
.haber_container {
	height:40px;
	background:#be1522;
	width:1020px;
	display:table-cell;
	vertical-align:middle;

}
.haber_container .link{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#fff;
	margin:15px 0 0 10px;
	float:left;
}
.haber_container .link strong{
	font-weight:700;
}

.haber_container a{
	font-size:14px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#FFFFFF;
	text-decoration:none;
	min-width:95%;
	display:table-cell;
}
.haber_container a:hover{
	color:#fe8c95;
}

.haber_container span{
	margin:16px 10px 14px 15px; 
	float:left; 
	color:#490006; 
	font-size:14px; 
	text-align:center; 
	width:75px;
}

.gaundenevar {
	height:240px;
	margin-top:10px;
	width:1020px;	
}
.gaundenevar h3{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#003;
	margin:15px;
}
.gaundenevar h3 strong{
	font-weight:700;
}

.kampus_ozel_kutu a {
	font-size:13px; 
	color:#0d2d53; 
	margin-top:10px;
	margin-left:2px;
	background-color:#f2f2f2;
	line-height:19px; 
	padding:10px;
	font-family: 'Titillium Web',Calibri,Arial; 
	transition: background-color 0.15s ease-in-out 0s;
	transition: border 0.15s ease-in-out 0s;
	float:left;
	border:1px solid #b7bbc7;
	}
.kampus_ozel_kutu a:hover {
	color:#FFFFFF;
	background-color:#174275;
	border:1px solid #174275;
	}

.tum_liste_kutu a {
	font-size:11px; 
	color:#0d2d53; 
	background-color:#f2f2f2;
	line-height:19px;
	margin-top:-10px; 
	padding:5px;
	font-family: 'Titillium Web',Calibri,Arial; 
	transition: background-color 0.15s ease-in-out 0s;
	float:left;
	text-decoration:none;
	}
.tum_liste_kutu a:hover {
	color:#FFFFFF;
	background-color:#81A1C0;
	}
.etkinlik_yok{
	background:#C33; 
	color:#FFF;
	display:block;
	font-size:12px;
	font-family:'Titillium Web',Calibri,Arial, Helvetica, sans-serif;
	margin:0 5px;
	padding:5px;
	}

/****************************main page calendar************************/
.ui-datepicker { 
	display: inline; 
	position:relative;
}
.ui-datepicker .ui-datepicker-header {
	position:absolute;
	right:10px;
	top:-52px;
	min-width:125px;
	text-align:center; 
	margin-top:20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { 
	position:absolute; 
	top:3px; 
	width: 11px; 
	height: 15px; 
	overflow:hidden; 
	text-indent:-999em;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left:0;
	background:url(images/takvim_left.png);
}
.ui-datepicker .ui-datepicker-next {
	right:0;
	background:url(images/takvim_right.png);
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:0;
	background:url(images/takvim_left.png);
}
.ui-datepicker .ui-datepicker-next-hover {
	right:0;
	background:url(images/takvim_right.png);
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker .ui-datepicker-month {
	color:#5d87ae;
	font-size:16px;
	text-shadow:1px 1px #fff;
	padding:0 0 0 15px;
}
.ui-datepicker .ui-datepicker-year {
	color:#5d87ae;
	font-size:16px;
	text-shadow:1px 1px #fff;
	padding:0 15px 0 0;
	text-transform:lowercase;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-family: 'Titillium Web',Arial,sans-serif;
    font-size: 19px;
    line-height: 18px;
    width: 99%;
}

.ui-datepicker th {
    border: 0 none;
    color: #FFFFFF;
    font-weight: normal;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Titillium Web',Arial,sans-serif;
    width: 74px;
    background: none repeat scroll 0 0 #5D87AE;
	font-size:14px;
}

.ui-datepicker th.even {
    background: none repeat scroll 0 0 #5D87AE;
}

.ui-datepicker th.odd {
    background: none repeat scroll 0 0 #81A1C0;
}



.ui-datepicker td {
    border: 0 none;
    color: #697378;
    font-weight: normal;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
	font-size:16px;
    font-family: 'Titillium Web',Arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #DDDEDE;
}

.ui-datepicker td.even {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #DDDEDE;
}

.ui-datepicker td.odd {
    background: none repeat scroll 0 0 #F6F7F7;
    border-bottom: 1px solid #DDDEDE;
    border-right: 1px solid #DDDEDE;
}

.ui-datepicker td.odd-last {
    background: none repeat scroll 0 0 #F6F7F7;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #DDDEDE;
}

.ui-datepicker .ui-datepicker-today, .ui-datepicker td:hover {
    background: none repeat scroll 0 0 #81A1C0;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #DDDEDE;
	
}

.ui-datepicker td span, .ui-datepicker td a {
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0 10px;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker td.ui-datepicker-today a, .ui-datepicker td:hover a {
    color: #fff;
    font-weight: bold;
	background: #0c2e4b;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.specialDate { 
	background-color: #476683 !important;
	border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #DDDEDE;
	color:#FFFFFF !important;
 }

.specialDate a{ color:#FFFFFF !important; }

.detay {
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
	float:left;
}
.detay a + img {
	margin-right:12px;
}

.dkutu{
	min-height: 400px !important;
}

.dkutu_content{
	min-height:192px;
}

.dkutu_content_kampus{
	min-height:136px;
}

.detay .hover-wrap {
    display: block;
    height: 100%;
    opacity: 0;
    perspective: 1000px;
    position: absolute;
    transform: rotateY(180deg);
    transition: all 450ms ease-out 0s;
    width: 93%;
}
.detay:hover .hover-wrap, .detay.active .hover-wrap {
    opacity: 1;
    transform: rotateY(0deg);
}
.detay .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #003366;
    bottom: 0px;
    left: 0px;
    opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    right: 0px;
    top: 0px;
}
.detay .hover-wrap .detay_img {
    color: #FFFFFF;
    font-size: 30px;
	font-weight:100;
    left: 50%;
    margin: -16px 0 0 -16px;
    opacity: 1;
    position: absolute;
    top: 30%;
}
.detay .hover-wrap .aciklama {
    bottom: 50px;
    display: block;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.detay .hover-wrap .aciklama .title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    opacity: 0;
    transition: all 150ms ease-out 250ms;
}
.detay:hover .hover-wrap .aciklama .title, .detay.active .hover-wrap .aciklama .title {
    opacity: 1;
}


.ic_menu {background:#bf1e1d; width:250px; height:auto; padding-right:5px; padding-top:25px; padding-left:10px; padding-bottom:20px; margin-top:10px; overflow:hidden;}
.ic_menu a { color:#FFFFFF; font-size:14px; padding:5px; display:block; text-decoration:none; margin-left:20px;}
.ic_menu a:hover { color:#000033;}
.baslik1{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#fff;
	float:right;
	padding-top:90px;
	padding-right:15px;
	font-weight:700;
}
.baslik2{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#003;
	float:right;
	display:block;
	line-height:25px;
	font-weight:700;
}
.baslik3{
	font-size:22px;
	font-family:'Titillium Web',Arial,Verdana;
	color:#003;
	font-weight:700;
	margin:15px;
}

.baslik_e {
	font-size: 18px;
	letter-spacing:-1px;
	color: #003;
	line-height:22px;
	margin-left: 5px;
	margin-bottom:10px;
}

.ic_duyuru_kutu {
	width: 250px;
	min-width:95%;
	border-bottom:1px solid #CCCCCC;
	min-height:30px;
	padding: 5px;
	margin-bottom:5px;
	font-size:10px;
	background:#FFFFFF;
	cursor:pointer;
	line-height:16px;
	padding-left:10px;
	color:#006699;
	display:block;
}
​
.ic_duyuru_kutu:hover {
	background:#009900;	
}

.ic_duyuru_kutu a{ text-decoration:none; color:#000033; display:block; font-size:13px; }
.ic_duyuru_kutu a:hover{ color:#CC0000; }

.hizli {color:#000; text-decoration:none; font-size:9px; background:#FFFFFF; padding:0 4px; opacity:0.8;}
.hizli:hover{text-decoration:none;}

.menulink {font-size:13px; margin:5px !important; text-decoration:none; display:block;}
.menulink2{ font-size:13px; margin:15px !important; text-decoration:none; display:block;}
.akad_normal_k2{ margin:10px; font-size:12px; }
.tarih { font-size:12px; color:#666666;}
.adres {font-size:11px; color:#999999;}
.saat {font-size:10px; color:#999;}
.yok {margin-left:35px; margin-top:10px; color:#666666;}
.akad_normal_b{font-size:14px; margin-top:15px; margin-left:-5px; font-weight:700; color:#666666;}
.akademik_tablo{
border:0px;
border-style: solid;
border-color:#999;
}
.akademik_tablo2{
border:1px;
border-style: solid;
border-color:#CCC;
}
.akad_tablo_liste{
	font-size: 12px;
	color: #868294;
	font-weight:bold;
	margin-left: 10px;
}
.akad_tablo_tr{
	margin-left: 5px;
	border-bottom:1px solid #CCC;
}
.akad_tablo_tr:hover{
background:#F5F5F5;
}

.akad_tablo_td{
	padding-left:10px;

}
.akad_arastirma {
	font-size: 13px;
	line-height:18px;
	color: #555555;
	padding:5px;
}

.akad_normal {
	font-size: 14px;
	color: #555555;
	padding:5px;
	margin-left: 6px;
	margin-top: 1px;
	margin-bottom:1px;
	margin-right:6px;
	line-height:18px;
}
.akad_normal_k {
	font-size: 12px;
	color: #555555;
	padding:3px;
	font-weight:600;
}
.akad_normal_b {
	font-size: 14px;
	color: #333;
}
.akad_normal_baslik { font-size:14px; margin-left:-30px; font-weight:400; color:#CC3300; margin-top:15px;}
.akad_normal_d {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.ic_birimler {margin-left:15px; }
.ic_birimler ul {margin-top:5px; }
.ic_birimler >ul >li { margin:15px 15px;}
.ic_birimler ul>li{ margin-left:35px; margin-bottom:5px; }	
.birim_list{ margin-top:15px; text-decoration:none;}
.no_link { margin:10px;}

#yazici {
display:none;
}