@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'NeoSansProRegular';
    src: url('neosanspro-regular.eot');
    src: url('neosanspro-regular.eot') format('embedded-opentype'),
         url('neosanspro-regular.woff') format('woff'),
         url('neosanspro-regular.ttf') format('truetype'),
         url('neosanspro-regular.svg#NeoSansProRegular') format('svg');
}
@font-face
{
font-family: CalibriBold;
src: url('calibrib_0.ttf'),
		url('calibrib_0.svg'),
     url('calibrib_0.eot'); /* IE9 */
}
@font-face
{
font-family: CalibriRegular;
src: url('calibri_0.ttf'),
		url('calibri_0.svg'),
     url('calibri_0.eot');
}
body
{
	background:#FFF;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	color:#5d5d5d;
}
img
{
	border:0;
}
a
{
	text-decoration:none;
	color:#5d5d5d;
}
p
{
	margin:5px 0;
}
.clear
{
	clear:both;
}
.top_block
{
	background:url(../images/top_banner.png) no-repeat;
	width:980px;
	height:90px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.top_line
{
	background:#ea202d;
	height:2px;
	width:980px;
}
.logo
{
	width:105px;
	height:81px;
	float:left;
	margin:0 20px 0 15px
}
.top_right
{
	width:840px;
	float:right;
	margin-top:13px;
}
.banner
{
	position:absolute;
	margin-top:-90px;
	width:1200px;
	height:310px;
	z-index:1;	
}
.banner img
{
	border-radius:0 0 18px 18px;
	width:1200px;
	height:310px;
}
.all_banner {
    position: relative;
}
.banner_title {
 
    color: #FFF;
    font-size: 40px;
    font-family: NeoSansProRegular;
    position: absolute;
    right: 32.8%;
    margin-top: 120px;
    z-index: 999;
}
.language
{
	
	width:70px;
	height:17px;
	float:right;
	margin-right:20px;
        display: none;
}
.lang_flag {
    width: 30px;
    height: 20px;
    float: left
}
.social_icons
{
	float:right;
	margin:0 18px 0 5px;
}
.social_ico
{
	width:22px;
	height:22px;
	float:right;
	margin-left:8px;
}
.top_menu
{
	float:right;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
.top_menu li
{
	font-family:arial;
	color:#5d5d5d;
	font-size:12px;
	float:right;
	border-right:1px dotted #b2b2b2;
	padding-right:10px;
	margin-left:10px;
	line-height:12px;
	
}
.top_menu li a
{
	color:#5d5d5d;	
}
.menu
{
	background:url(../images/menu_back.png) no-repeat left;
	height:12px;
	float:left;
	margin:10px 0 0 0;
	padding:15px 0;
	list-style-type:none;
	width:840px;
}
.menu li
{
	color:#343434;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding:0px 18px;
	float:left;
	border-right:1px dotted #cacaca;
	line-height:14px
}
.menu li a
{
	color:#343434;
}
.main
{
	position:relative;
	margin:110px auto 0 auto;
	width:980px;
	z-index:2;
}
.main_title
{
	background:url(../images/red-line.png) no-repeat 2px bottom;
	min-width:208px;
	color:#FFF;
	font-family:arial;
	font-size:38px;
	margin:0 0 5px 30px;
}
.main_information
{
	color:#FFF;
	font-size:11px;
	font-family:arial;
	margin-left:30px
	
}
.content
{
	width:925px;
	margin:7px 0 20px 0;
	background:#FFF;
	padding:20px 30px 10px  25px;
	border-radius:5px;
}
.content_right
{
	float:right;
	width:660px;
}
.content_title
{
	width:620px;
	color:#ea202e;
	font-size:28px;
	margin-bottom:25px;
}
.footer
{
	background:#f6f6f6;
	border-top:1px solid #ededed;
	height:55px;
	width:100%;
	padding-top:5px;
}
.footer_block
{
	width:980px;
	margin:0 auto;
}
.footer_text
{
	margin:7px 5px 0 0;
	color:#909090;
	font-size:11px;
	float:left;
}
.footer_menu
{
	list-style-type:none;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
.footer_menu li
{
	color:#5d5d5d;
	font-size:11px;
	float:left;
	text-decoration:underline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #a9a9a9;
	line-height:12px;
}
.footer_menu li a
{
	color:#5d5d5d;
	text-decoration:underline;
}
.newsletter_btn
{
	background:url(../images/newsletter_btn.png) no-repeat center center #f1f1f1;
	width:24px;
	height:24px;
	float:right;
	border:0;
	position:relative;
	margin:1px 1px 0 -25px
}
.nesletter_textbox{
	width:178px;
	height:23px;
	border:1px solid #cccccc;
	float:right;
	padding-left:7px;
	color:#acacac;
	font-size:11px;
}
.newsletter_text
{
	color:#909090;
	font-size:12px;
	font-family:Times New Roman;
	font-style:italic;
	float:right;
	margin:5px 7px 0 0;
}
.newsletter_suc {
    float: right;
    font-size: 10px;
    margin-top:8px
}
.newsletter_error {
    float: right;
    color: red;
}
.main_banner
{
	width:1254px;
	height:421px;
	position:absolute;
	margin-top:-90px;
	z-index:1;
}
.main_banner img
{
	border-radius:0 0 18px 18px;
	width:1254px;
	height:421px;
}
.main_box
{
	background:#FFF;
    width:288px;
	height:150px;
	float:left;
	margin-left:10px;
	padding:15px 10px 15px 15px;
	border-radius:5px
}
.main_box_title
{
	width:283px;
	color:#ea202d;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px
}
.all_news
{
	color:#5d5d5d;
	font-size:9px;
	font-weight:bold;
	float:right;
	margin-top:8px
}
.all_news a
{
		color:#5d5d5d;
}
.news_list
{
	padding:10px 0;
	border-bottom:1px dotted #dadada;
	width:278px;
	color:#5d5d5d;
	font-size:12px;
	overflow:hidden;
}
.news_text
{
	color:#5d5d5d;
	overflow:hidden;
	height:30px;
}
.news_text a
{
	color:#5d5d5d;
}
.news_date
{
	font-size:11px;
	color:#a9a9a9;
    font-style:italic;

}
.about_text
{
	color:#5d5d5d;
	font-size:12px;
	height:95px;
	overflow:hidden;
	margin:10px 0;
}
.about_detail
{
	color:#5d5d5d;
	font-size:9px;
	font-weight:bold;
	
}
.about_detail a
{
	color:#5d5d5d;
}
.main_big
{
	margin-top:275px;
}
/* DropDown css*/

.jquery-selectbox {
	position: relative;
	height: 30px;
	width: 39px;
	z-index: 0;
	float:left;
	display: inline;
	font-size: 12px;
	color: #5d5d5d;
	padding: 0 0px 0 0;
	font-family:Arial;
}
.jquery-selectbox.selecthover {
	z-index: 700;
	color:#000;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	background:#c92418;
	width: 40px;
	max-height:250px;	
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	font-size:13px;

}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/dropdown.png") no-repeat  center center;
	padding:5px 0 0 7px;
	width: 7px;
	height: 4px;
	cursor: pointer;
	height:18px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: url(../images/dil_ok.png) no-repeat;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor:pointer;
	padding:5px;
	color: #fff;
}
/* yan menu*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style:disc inside url(../images/circle.png) ;
	color:#343434;
	font-size:12px;
	width:220px;
	float:left
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 7px 0px 7px 8px;
	border-bottom:1px dotted #dadada;
}
.treeview li a {
	color:#343434;
}
.treeview a.selected {
	color:red;

	
}
.aa {
        display: block;
    float: right;
 padding: 7px 0px 7px 8px;
    position: relative;
    width: 180px;
    background: #000;
    
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable{ background:#f7f7f7; font-weight:bold; }
.treeview li.expandable {}
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.collapsable ul li{ border:0; background:none; font-weight:normal; list-style:none}
.treeview li.collapsable ul {margin-left: -6px;margin-top: 8px;padding-left: 8px;width: 210px; background:#F7F7F7 }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { border:none; }
.treeview .collapsable-hitarea{ background-image:url(../images/menu_drop.png); background-repeat: no-repeat; background-position:right}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {  background-image:url(../images/menu_drop.png); background-repeat: no-repeat; background-position:right} 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
/* İlanlar */
.ilan_title_long {
    background: #e20a17;
    padding: 7px 15px;
    width: 660px;
    color: #FFF;
    font-size: 14px;
    font-family: CalibriBold;
    font-weight: bold;
    text-align: left
}
.ilan_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ilan_menu li {
    color: #000;
    font-size: 14px;
    padding: 10px 10px 10px 17px;
    cursor: pointer;
    display: block;
    font-family: CalibriRegular;
}
.ilan_menu li .date {
    font-size: 12px;
    width: 105px;
    float: left;

}
.ilan_menu li .baslik {
    width: 355px;
    float: left;
    font-weight: bold;
    color: #e20a17;
    font-family: CalibriBold;
}
.ilan_menu li .sehir {
    width: 170px;
    float: left;
}
.ilan_menu_detay {
    width: 645px;
    color: #231f24;
    font-size: 14px;
    margin: 10px 0;
    display: none;
}
.ilan_btn {
    background: url(../images/basvur_btn.png) no-repeat;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 20px;
    float: right;
    cursor: pointer;
    display: inline-block;
    font-family: CalibriBold;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    width: 86px
}
/*iletişim */
.contact_table {
    border-top: 1px dotted #dadada;
    padding-top: 25px;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
}
.contact_textbox {
    border: 1px solid #b1b3b6;
    width: 246px;
    height: 28px;
    margin-bottom: 7px;
    border-radius: 2px;

    box-shadow:    0 0 3px #b1b3b6
}
.contact_btn {
    width: 250px;
    height: 35px;
    background: #fc1b07;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    border: 0;
    border-radius: 2px
}
.contact_inf {
    color: #E02130;
}
.map_list {
    width: 230px;
    float: left;
    margin-bottom: 15px
    
}
.map_list .title {
    color: #ea202e;
    font-size: 18px;
    margin: 10px 0;
}
.map_list .title a {
    color: #ea202e;
}
	