/*Uskur Mavisi:#006385
siyah:#3C3C3C
*/
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('NewsCycle-Regular-webfont.eot');
    src: url('NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('NewsCycle-Regular-webfont.woff') format('woff'),
         url('NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body{height: 100%; }
body {
	background: white; font-family: 'NewsCycleRegular', Arial, sans-serif; font-size: 16px; line-height: 20px; color: #3C3C3C; position: relative; -webkit-font-smoothing: antialiased; }
header div.row div.columns{
	margin-top:10px;
	margin-top:1rem;
	height:58px;
}
header{ 
	
	border-bottom: 3px solid #ddd;
}
header #title{
	background-repeat:no-repeat;
	background-image: url("images/logoweb.png");
	padding-left:180px;
	padding-bottom:5px;
	padding-bottom:.5rem;
}
header #language {
	 position: relative;
}
header #language p {
	position:absolute;
	bottom:0px;
	right:0px;
	margin: 0px;
}
.wrap{
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	margin: 0 auto -4rem;
}
.push{
	height:40px;
	height:4rem;
}
footer{
	height:120px;
	height:12rem;
	background-color: #006385;
	color: white;
}
footer a, footer a:HOVER{
	color:white;
}
footer #footerContent{
	padding:10px 0 0 0;
	padding:1rem 0 0 0;
}
footer div.footeraddress p{
	margin:0px;
	font-size:11px;
	font-size:1.1rem;
}
footer ul li a{
	font-size:14px;
	font-size:1.4rem;
}
textarea {display:inline;}
div.input{
	margin-top:10px;
	margin-top:1rem;
}
	h1 { font-size: 36px; font-size: 3.6rem; margin-bottom: 10px;color:#006385;font-weight:normal;}
	h2 { font-size: 28px; font-size: 2.8rem; margin-bottom: 8px;color:#006385;font-weight:normal; }
	h3 { font-size: 25px; font-size: 2.5rem; margin-bottom: 8px;font-weight:normal; }
	h4 { font-size: 20px; font-size: 2.0rem; margin-bottom: 3px;font-weight:normal; }
	h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }

p { font-size: 15px; font-size: 1.5rem; line-height: 1.45; margin: 0 0 18px; text-align:justify;}


	dl.tabs.vertical { height: auto; }
	dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd { float: none; height: auto; }
	dl.tabs.vertical dd a { display: block; width: auto; height: auto; padding: 15px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 1px 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
	dl.tabs.vertical dd a.active { height: auto; margin: 0; border-width: 1px 0 0; background: #fff; }
	
	.sidenav.tabs.vertical { border:0px; height: auto; }
	.sidenav.tabs.vertical dd a { padding: 15px 20px; border: none; border-left: 3px solid #ddd; border-right: 0px; border-top: 0px; background: #fff; color:#808080; }
	.sidenav.tabs.vertical dd a:HOVER { color:#ddd;}
	.sidenav.tabs.vertical dd a.active { border: none; background: #ddd; color: #808080; margin: 0; position: static; top: 0; height: auto; }
	.sidenav.tabs.vertical dd:first-child a.active { margin: 0; }

h5.sidenav{
	padding-left:15px;
	padding-left:1.5rem;
	font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;
}
h5.sidenav a{
	color:#ddd;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
input, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
div.form .required { font-weight:normal; color:#8B0000;}
div.form fieldset legend { font-weight:normal; }

/* -----------------------------------------
   Page Name 1
----------------------------------------- */
	.nav-bar { height: 35px; background: #fff; margin-top: 0px; border: 0px; }
	ul.nav-bar {margin:0px;}
	
	.nav-bar>li { float: left; display: block; position: relative; padding: 0; margin: 0; border-left: 1px solid #ddd; border-right:0px; line-height: 38px; }
	.nav-bar>li:FIRST-CHILD{border-left: 0px;}
	.nav-bar>li>a.main { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 16px; font-size: 1.6rem; color:#808080; }
	.nav-bar>li>a.main:HOVER{color:#ddd;}
	.nav-bar>li>input { margin: 0 16px; }
	.nav-bar>li ul { margin-bottom: 0; }
	.nav-bar>li li { line-height: 1.3; }
	.nav-bar>li.has-flyout>a.main { padding-right: 36px; }
	.nav-bar>li.has-flyout>a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
	.nav-bar>li.has-flyout>a.flyout-toggle span { content: ""; width: 0; height: 0; border-left: 4px solid transparent;border-right: 4px solid transparent; border-top: 4px solid #2a85e8; display: block; }
	.flyout { background: #fff; margin: 0; padding: 20px; border: 1px solid #ddd; position: absolute; top: 45px; left: -1px; width: 400px; z-index: 10; }
	.flyout.small { width: 200px; }
	.flyout.large { width: 600px; }
	.flyout.right { left: auto; right: 0; }
	.flyout p:last-child { margin-bottom: 0; }
	.nav-bar>li .flyout { display: none; }
	
.has-tip {font-weight: normal;}

     div.slider { 
           background: #000 url('images/orbit/loading.gif') no-repeat center center; overflow: hidden; }
     div.slider img,  
     div.slider div { display: none; }

.orbit-wrapper .orbit-caption {padding: 2px 0;}

.newsPreviewImage{
	float:left;
	margin:4px;
}

div.map{
	width:100%;
	height:100%;
}

div#duyuruKutusu{
	background-color:transparent;
	text-align: right;
}

div#duyuruKutusu form{
	margin-bottom:0px;
}
div#duyuruKutusu form input{
	display: inline;
	vertical-align: top;
	margin-bottom:0px;
}
div#duyuruKutusu p{
	margin-bottom:0px;
	color:white;
	font-size:12px;
	text-align: right;
}

/*** USKUR KEDIY ***/

.uskur{
	width:90px;
	font-size:10px;
	position:relative;
	float:right;
	text-align: right;
}

.uskur a{
	color:white;
	text-decoration: none;
}
