﻿html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body
{
    padding:0;
    margin:0;
}
img
{
    border:none;
}






@font-face {
    font-family: 'dinprobold';
    src: url('fonts/dinpro-bold-webfont.eot');
    src: url('fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-bold-webfont.woff') format('woff'),
         url('fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('fonts/dinpro-bold-webfont.svg#dinprobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinpromedium';
    src: url('fonts/dinpro-medium-webfont.eot');
    src: url('fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-medium-webfont.woff') format('woff'),
         url('fonts/dinpro-medium-webfont.ttf') format('truetype'),
         url('fonts/dinpro-medium-webfont.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinprolight';
    src: url('fonts/dinpro-light-webfont.eot');
    src: url('fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-light-webfont.woff') format('woff'),
         url('fonts/dinpro-light-webfont.ttf') format('truetype'),
         url('fonts/dinpro-light-webfont.svg#dinprolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinpro-regularregular';
    src: url('fonts/dinpro-regular-webfont.eot');
    src: url('fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-regular-webfont.woff') format('woff'),
         url('fonts/dinpro-regular-webfont.ttf') format('truetype'),
         url('fonts/dinpro-regular-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}








header
{
	  width: 100%;
	height: 85px;
	background-color: #CC0000;
	-moz-box-shadow: 0px 0px 9px 0px #000;
	-webkit-box-shadow: 0px 0px 9px 0px #000;
	box-shadow: 0px 0px 9px 0px #000;
	position: relative;
	background-image: url('../images/ust_menu_bg.png');
	background-position: 376px 15px;
	background-repeat: no-repeat;
	
}
.logo
{
    width:154px;
    height:176px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px 0px;
    position:relative;
    float:left;
}
.header_div
{
    margin-left:auto;
    margin-right:auto;
    width:980px;
}
.ust_menu
{
    width:825px;
   /* background-image:url('../images/ust_menu_bg.png');
    background-position:0px 0px;*/
    height:20px;
    float:right;
    margin-top:15px;
}
.ust_menu ul
{
    padding:0;
    margin:0;
    float :right;
}
.ust_menu ul li
{
    float:left;
    list-style:none;
    margin-left: 6px;
    padding-right: 5px;
}
.ust_menu ul li a
{
    color:#FFCCCC;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
}
.ust_menu ul li a:hover
{
    color:#FFF;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
}
.alt_menu
{
    width:820px;
    height:20px;
    float:right;
    margin-top:7px;
}
.alt_menu ul
{
    padding:0;
    margin:0;
    float :right;
}
.alt_menu ul li
{
    float:left;
    list-style:none;
    margin-left: 15px;
    padding-right: 5px;
}
.alt_menu ul li a
{
    color:#FFF;
	font-family: 'dinprobold';
    font-size:15px;
    text-decoration:none;
}
.alt_menu ul li a:hover
{
    color:#FFCCCC;
	font-family: 'dinprobold';
    font-size:15px;
    text-decoration:none;
}
.language_div
{
height: 20px;
float: left !important;
position: absolute;
margin-left: 13px;
width: 117px;
}
.language_div a
{
    color:#FFCCCC  !important;
    font-family:Arial  !important;
    font-size:11px  !important;
    text-decoration:none  !important;
}
.language_div .active
{
    color:#fff !important ;
    font-family:Arial  !important;
    font-size:11px  !important;
    text-decoration:none  !important;
}

.slider_div
{
    width:100%;
    height:430px;
    background-image:url('../images/slider-bg.jpg');
    background-position:0px 0px;
    background-repeat:repeat-x;
    margin-top:-16px;
}
.slider
{
width: 1030px;
height: 430px;
margin-left: auto;
margin-right: auto;
padding-top:55px;
}
.next
{
    width:25px;
    position:relative;
    height:30px;
    float:right;
    top: -38px;
    right: 241px;
    background-image:url('../images/DB-sprite.png');
    background-position: -117px -194px;
    background-repeat:repeat-x;
    cursor:pointer;
    z-index:3;
}
.prev
{
    width:25px;
    position:relative;
    height:30px;
    float:left;
    top: -38px;
    left: 221px;
    background-image:url('../images/DB-sprite.png');
    background-position:9px -194px;
    background-repeat:repeat-x;
    cursor:pointer;
    z-index:3;
}
.content
{
    width:980px;
    background-color:#fff;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:2;
    padding-top:20px;
    box-shadow: 1px 1px 9px 0px #666;
    -moz-box-shadow:    1px 1px 9px 0px #666;
    -webkit-box-shadow: 1px 1px 9px 0px #666;
    /*behavior:url(border-radius.htc);*/
}
.content_alt
{
    width:980px;
    margin-left:auto;
    margin-right:auto;
    margin-top: -170px;
    position: relative;
    z-index: 1;
}
.content_header
{
    width:1011px;
    height:94px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -252px;
    background-repeat:repeat-x;
    margin-left:-16px;
}
.content_ust_bg
{
    width:100%;
    height:227px;
    background-image:url('../images/ust_bg_anasayfa.png');
    background-position:0px 0px;
    background-repeat:repeat-x;
    margin-top:-16px;
    position: relative;
    z-index: 1;
    margin-bottom: -182px;
}
.content_ust_bg_alt
{
    width:100%;
    height:227px;
    background-image:url('../images/ust_bg_anasayfa.png');
    background-position:0px 0px;
    background-repeat:repeat-x;
    margin-top:-16px;
    position: relative;
    z-index: 1;
}
.tanitim
{
    width:100%;
    height:42px;
}
.tanitim span
{
    width:25px;
    position:relative;
    height:30px;
    float:left;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -381px;
    background-repeat:repeat-x;
    margin-left:25px;
    margin-right:25px;
}
.tanitim ul
{
    width:100%;
    padding:0;
    margin:0;
    margin-left:35PX;
}
.tanitim ul li
{
    float:left;
    list-style:none;
    color:#A6A6A6;
    font-family: 'dinpromedium';
    font-size:30px;
}
.tanitim_text
{
    width:922px;
    font-family:Arial;
    font-size:12px;
    color:#666;
    text-align:center;
    margin-left: 27px;
    line-height:2;
    margin-top :20px;
	margin-bottom:20px;
}
.tanitim_line
{
    width:100%;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -442px !important;
    background-repeat:repeat-x;
}
.tanitim_line_click
{
    width:100%;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -1444px;
    background-repeat:repeat-x;
}
.news
{
    width: 100%;
    padding-left:33px;
    height:520px;
}
.news_header
{
    width:100%;
    height:40px;
    float:left;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -533px;
    background-repeat:repeat-x;
    font-family: 'dinprolight';
    font-size:30px;
    color:#ccc;
    padding-left: 35px;
    padding-top: 3PX;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:-33px;
}
.news_box
{
    width:275px;
    height:205px;
    float:left;
    margin-bottom:20px;
}
.news_box_hederimg
{
    float:left;
    width:100%;
}
.news_box_header
{
    float:left;
    width:100%;
    font-family: 'dinpromedium';
    font-size:18px;
    color:#CC3333;
	height:50px;
}
.news_box_header1
{
    float:left;
    width:100%;
    font-family: 'dinpromedium';
    font-size:18px;
    color:#F85F2C;
    margin-top:10px;
	height:45px;
}
.news_box_header a
{
    text-decoration:none;
    color:#CC3333;
}
.news_box_header1 a
{
    text-decoration:none;
    color:#F85F2C;
}
.news_box_header2 a
{
    text-decoration:none;
    color:#999900;
}
.news_box_header6 a
{
    text-decoration:none;
    color:#CC0066;
}

.news_box_header2
{
    float:left;
    width:100%;
    font-family: 'dinpromedium';
    font-size:18px;
    color:#999900;
    margin-top:10px;
	height:45px;
}
.news_box_header6
{
    float:left;
    width:100%;
    font-family: 'dinpromedium';
    font-size:18px;
    color:#CC0066;
    margin-top:10px;
	height:45px;
}
.news_box_icerik_img
{
    width:100px;
    height:100px;
    float:left;
    margin-right:10px;
}
.news_box_icerik_text
{
    width:165px;
    float:right;
	height:90px;
}
.news_box_icerik_img1
{
    width:100px;
    height:100px;
    float:right;
    margin-right:10px;
}
.news_box_icerik_text1
{
    width:165px;
    float:left;
	height:90px;
}
.news_box_icerik_text1 a
{
    font-family:Arial;
    font-size:12px;
    color:#666;
    line-height:1.5;
    text-decoration:none;
}
.news_box_icerik_tarih1
{
    padding-left:18px;
    background-image:url('../images/tarih_bg.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
    font-family:Arial;
    font-size:12px;
    color:#ccc;

}
.news_box_icerik
{
    margin-top:5px;
    float:left;
}
.news_box_icerik_text a
{
    font-family:Arial;
    font-size:12px;
    color:#666;
    line-height:1.5;
    text-decoration:none;
}
.news_box_icerik_tarih
{
    padding-left:18px;
    background-image:url('../images/tarih_bg.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
    font-family:Arial;
    font-size:12px;
    color:#ccc;

}
.news_line
{
    width:38px;
    height:208px;
    background-image:url('../images/news_line.png');
    background-position:0px 0px;
    background-repeat: no-repeat;
    float:left;
    margin-left: 10px;
    margin-right: 10px;
}
.clear
{
    clear:both;

}
.app
{
    width:100%;
    height:400px;
    background-color:#333;
    margin-top:100px;
    box-shadow: 1px -11px 65px -6px #ccc;
    -moz-box-shadow:  1px -11px 65px -6px #ccc;
    -webkit-box-shadow:  1px -11px 65px -6px #ccc;
}
.app .videolist_box_kutu
{
    width:1000px;
    margin-top:40px;
    padding:0;
    margin:0;
    margin-left: auto;
    margin-right: auto;
    padding-top:50px;
    height:400px;
}
.app .videolist_box
{
    width:215px;
    list-style:none;
    float:left;
    margin-left: 30px;
    height:350px;
}
.app_icon
{
	background-image:url('../images/app_icon.png');
    background-position:center;
	background-repeat:no-repeat;
	margin-left:80px;
    width:40px;
    height:40px;
    float:left;
    text-align:center;
    margin-top:10px;
	cursor:pointer;
}
.app_icon:hover
{
	background-image:url('../images/app_icon_hover.png');
    background-position:center;
	background-repeat:no-repeat;
	margin-left:80px;
    width:40px;
    height:40px;
    float:left;
    text-align:center;
    margin-top:10px;
}
.app_img
{
    width:180px;
    height:180px;
    float:left;
}
.app_img img
{
    width:100%;
    height:100%;
    border:5px solid #999;
    box-shadow: 1px 1px 20px 3px #000;
    -moz-box-shadow: 1px 1px 20px 3px #000;
    -webkit-box-shadow: 1px 1px 20px 3px #000;
    margin-left:13px;
}
.app_text
{
    width:99%;
    font-family: 'dinpromedium';
    font-size:20px;
    color:#fff;
    text-align:center;
    margin-top: 20px;
    float: left;
    text-shadow: black 0.1em 0.1em 0.2em;
    height:72px;
}
.app_text a
{

    font-family: 'dinpromedium';
    font-size:20px;
    color:#fff;
    text-align:center;
    text-decoration:none;
}
.sitemap
{
    width:100%;
    background-image:url('../images/sitemap_bg.png');
    background-position:0px 0px;
    background-repeat: repeat-x;
    margin-top:90px;
    float:left;
    height:435px;
}
.sitemap_colon1
{
    width:195px;
    padding:0;
    margin:0;
    float:left;
    margin-right:10px;
}
.sitemap_colon1 li
{
    list-style:none;
    font-family:Arial;
    font-size:11px;
    color:#999;
    background-image:url('../images/sitemap_arrow.png');
    background-position:left;
    padding-left:15px;
    background-repeat:no-repeat;
    line-height:1.5;

}
.sitemap_colon1 li a
{
    text-decoration:none;
    color:#999;
}
.sitemap_colon1 li a:hover
{
    text-decoration:none;
    color:#cc0000;
}
.sitemap_baslik
{
    font-family: 'dinpromedium' !important;
    font-size:15px !important;
    background:none !important;
    margin-bottom:5px;
    margin-left:-15px;
    width:100%;

}
.sitemap_baslik1
{
    font-family: 'dinpromedium' !important;
    font-size:15px !important;
    background:none !important;
    margin-bottom:5px;
    width:100%;

}
.sitemap_colon
{
    width:390px;
    padding:0;
    margin:0;
    float:left;
    margin-right:10px;
}
.sitemap_colon li
{
    list-style:none;
    font-family:Arial;
    font-size:11px;
    color:#999;
    background-repeat:no-repeat;
    line-height:1.5;
    float:left;
    margin-right:5px;

}
.sitemap_colon li a
{
    text-decoration:none;
    color:#999;


}
.sitemap_div
{
    width:1030px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    }
.gonder_anasayfa
{
    width: 60px;
    height: 18px;
    background-color: #ccc;
    font-size: 11px;
    margin-left:45px;
    border:none;
	cursor:pointer;
}
.ebulten_text
{
    width: 120px;
    height: 20px;
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    margin-left:-15px;
    margin-bottom:5px;
	padding-left:10px;
	font-size:11px;
}
.sitemap_colon2
{
    width:195px;
    padding:0;
    margin:0;
    float:left;
    margin-right:10px;
}
.sitemap_colon2 li
{
    list-style:none;
    font-family:Arial;
    font-size:11px;
    color:#999;
    padding-left:15px;
    background-repeat:no-repeat;
    line-height:1.5;

}
.sitemap_colon2 li a
{
    text-decoration:none;
    color:#999;


}
.sitemap_colon3
{
    width:390px;
    padding:0;
    margin:0;
    float:left;
    margin-right:10px;
    background-image:url('../images/u_bg.png');
    margin-top:-65px;
	padding-top:15px;
	background-repeat:no-repeat;

}
.sitemap_colon3 li
{
    list-style:none;
    font-family:Arial;
    font-size:11px;
    color:#999;
    background-repeat:no-repeat;
    line-height:1.5;
    float:left;
    margin-right:5px;

}
.sitemap_colon3 li a
{
    text-decoration:none;
    color:#cc0000;
}
.sitemap_colon3 li a:hover
{
    text-decoration:none;
    color:#999;
}
footer
{
    background-image:url('../images/footer_bg.png');
    background-repeat:repeat-x;
    width:100%;
    height:183px;
    float:left;
}
.footer_div
{
    width:1030px;
    margin-left:auto;
    margin-right:auto;
    font-size:11px;
    font-family:Arial;
    padding-top:30px;
    color:#ccc;
}
.footer_link ul{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    margin:0;
    padding:0;
}
.footer_link ul li{
	float: left;
	list-style: none;
	margin-right: 5px;
}
.footer_link ul li a{
   text-decoration:none;
   color:#ccc;
}
.footer_link ul li a:hover{
   text-decoration: underline;
   color:#333;
}
.footer_link
{
    margin-top:20px;
}
.yayinlarimiz_header
{
    width:100%;
    height:122px;
    background-image:url('../images/yayinlar_headerbg.png');
    background-repeat:repeat-x;

}
.yayinlarimiz_header span
{
    font-family: 'dinpromedium';
    font-size: 50px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-top: 30px;
    float: left;
    width: 830px;
    text-align: right;
}
.yayinlarimiz_menubox
{
    width:210px;
    background-image:url('../images/yayinlar_detay_menu1.png');
    background-repeat:no-repeat;
    background-color:#fff;
    box-shadow: 1px 1px 9px 0px #ccc;
    -moz-box-shadow:  1px 1px 9px 0px #ccc;
    -webkit-box-shadow:  1px 1px 9px 0px #ccc;
    float:left;
    border-radius: 5px;
    background-position: 1px 1px;
}
.yayinlarimiz_detay_menubox
{
    width:210px;
    height:168px;
    background-image:url('../images/yayinlar_detay_menu.png');
    background-repeat:no-repeat;
    background-color:#fff;
    box-shadow: 1px 1px 9px 0px #ccc;
    -moz-box-shadow:   1px 1px 9px 0px #ccc;
    -webkit-box-shadow: 1px 1px 9px 0px #ccc;
    float:left;
    border-radius: 5px;
    background-position: 1px 1px;
}
.menu_header
{
    font-size:14px;
    font-family: 'dinpromedium' !important;
    border-bottom:1px dotted #ccc;
    margin-left:15px;
    width:85% !important;
    padding-bottom:3px;
    padding-top:10px;
    margin-bottom:10px;
}
.filtreleme
{
    list-style:none;
    padding:0;
    margin:0;
    padding-top:10px;
}
.filtreleme li
{
    width:100%;
    text-align:center;
    font-family: 'dinprolight';
}
.select_filtre
{
     width:184px;
    height:35px;
    background-image:url('../images/select_bg.png');
    background-repeat:no-repeat;
    overflow:hidden;
    margin-left:15px;
}
.select_filtre select
{
width: 210px;
height: 27px;
background: transparent;
background-repeat: no-repeat;
border: none;
padding-top: 10px;
padding-left: 5px;
outline: none;
margin-left: 5px;
cursor:pointer;
    font-family: 'dinprolight';
    font-size:15px;
    color:#333;
}
.tum_yayinlar
{
    width:85%;
    margin-left:15px;
    padding:0;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    font-family: 'dinpromedium';
}
.tum_yayinlar li
{
    list-style:none;
    border-bottom:1px dotted #ccc;
    font-size:14px !important;
    
}
.tum_yayinlar li a
{
	text-decoration:none;
	color:#999;	
    cursor:pointer;
}
.tum_yayinlar li a:hover
{
	text-decoration:none;
	color:#f33000;	
}
.tum_yayinlar_baslik1
{
    color:#CC0000;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom:10px;
}
.tum_yayinlar_baslik2
{
    color:#333;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom:10px;
}
.tum_yayinlar_icon1
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -621px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon2
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -662px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon3
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -701px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon4
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -741px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon5
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -776px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon6
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -818px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon7
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -861px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon8
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -897px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon9
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -942px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.tum_yayinlar_icon10
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -980px;
    background-repeat:no-repeat;
    margin-bottom:10px;
    font-size:14px;
}
.tum_yayinlar_icon11
{
    color:#333;
    padding-left:27px;
    padding-bottom: 10px;
    background-image:url('../images/DB-sprite.png');
    background-position:0px -1017px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.yayinlarimiz_gorseller
{
width: 770px;
background-image: url('../images/yayinlarimiz_gorseller_bg.png');
background-repeat: no-repeat;
background-color: #fff;
box-shadow: 1px 1px 9px 0px #ccc;
-moz-box-shadow:  1px 1px 9px 0px #ccc;
-webkit-box-shadow: 1px 1px 9px 0px #ccc;
float: right;
padding-left: 20px;
margin-left: -34px;
padding-top: 20px;
border-radius: 5px;
background-position: 1px 1px;
position: relative;
top: -35px;
z-index: 99;
min-height:800PX;
}
.yayinlarimiz_bilgiler
{
width: 770px;
background-image: url('../images/yayinlarimiz_gorseller_bg1.png');
background-repeat: no-repeat;
background-color: #fff;
box-shadow: 1px 1px 9px 0px #ccc;
-moz-box-shadow:   1px 1px 9px 0px #ccc;
  -webkit-box-shadow: 1px 1px 9px 0px #ccc;
float: right;
padding-left: 20px;
margin-left: -34px;
padding-top: 20px;
border-radius: 5px;
background-position: 1px 1px;
}
.yayinlarimiz_gorseller ul
{
    padding:0;
    margin:0;
    float:left;
}
.yayinlarimiz_gorseller ul li
{
    float:left;
    list-style:none;
    width:133px;
    height:175px;
    overflow:hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

#vertical li img  {
/*-webkit-filter: grayscale(1);*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	
}
#vertical li img:hover {
    /*-webkit-filter: grayscale(0);*/
   filter:none;
    -webkit-filter: grayscale(0%); 
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
 #horizontal a{
	position:absolute;
}
.yayinlar_detay_menu 
{
    padding:0;
    margin-top:20px;
    float:left;
    width:100%;
}
.yayinlar_detay_menu li
{
    list-style:none;
    font-family: 'dinprolight';
    font-size:14px;
    color:#333;
    border-bottom:1px dotted #ccc;
    width:76%;
    margin-left :15px;
    padding-left:20px;
    padding-bottom:10px;
    margin-bottom:10px;

}

.yayinlar_detay_menu li a
{
    text-decoration:none;
    color:#333;
}
 .yayinlar_detay_menu li .active
{
    font-family: 'dinpromedium';
    color:#CC0000;
}
.yayinlar_aboneol
{
 margin-left: -8px;
margin-bottom: -60px;
margin-top: 20px;
}
.yayinlar_detay_logo
{
    width:100%;
    float:left;
    text-align:center;
}
.yayinlar_detay_bilgi
{
    width:100%;
    float:left;
    margin-top:20px;
    background-image:url('../images/detayli_bilgi_bg.png');
    background-position: -22px -29px;
    background-repeat:no-repeat;
    padding-bottom:35px;
}
.yayinlar_detay_bilgi table
{
    /*width: 475px;*/
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-family:Arial;
    font-size:12px;
}
.yayinlar_detay_bilgi  table span
{
    font-weight:bold;
}
.yayinlar_detay_bilgi_td
{
    padding-right:20px;
}
.yayinlar_detay_social
{
    width:100%;
    float:left;
    margin-top:20px;
}
.yayinlar_detay_social ul
{
    width:160px;
    margin-top:-20px;
    margin-right:auto;
    margin-left:auto;
}
.yayinlar_detay_social ul li
{
    list-style:none;
    float:left;
    margin-right:10px;
}
.fb
{
    width:30px;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position: 0px -1100px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.fb:hover
{
    background-position: 0px -1165px;
}
.tw
{
    width:30px;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position: -42px -1100px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.tw:hover
{
    background-position: -42px -1165px;
}
.ins
{
    width:30px;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position: -85px -1100px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.ins:hover
{
    background-position: -85px -1165px;
}
.pin
{
    width:30px;
    height:30px;
    background-image:url('../images/DB-sprite.png');
    background-position: -128px -1100px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.pin:hover
{
    background-position: -128px -1165px;
}
.yayinlar_detay_gorsel
{
    width:100%;
    float:left;
    margin-top:30px;
    text-align:center;
}
.yayinlar_detay_app
{
    width:100%;
    float:left;
}
.yayinlar_detay_app ul
{
    width: 295px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.yayinlar_detay_app ul li
{
    background-image:url('../images/DB-sprite.png');
    background-position: 0px -1243px;
    background-repeat:no-repeat;
    height:72px;
    width:72px;
    list-style:none;
    float:left;
    margin-right:25px;
    cursor:pointer;
}
.yayinlar_detay_app ul li img
{
    opacity:0.5;
}
 .yayinlar_detay_app ul li img:hover
{
    opacity:1;
}
.yayinlar_detay_text
{
    width:100%;
    float:left;
    font-family: 'dinprolight';
    margin-top:20px;
}
.yayinlar_detay_text_header
{
    width:100%;
    float:left;
    font-size:26px;
    color:#990000;
}
.yayinlar_detay_text_yazi
{
    width:97%;
    float:left;
    font-size:14px;
    color:#666;
    font-family:Arial;
    margin-top:10px;
    margin-bottom:20px;
    text-align:center;
    line-height:1.5;
}
.yayinlar-detay-yazar
{
    width:200px;
    float:right;
    text-align:right;
    font-family: 'dinprolight';
    color:#333;
    font-size:14px;
    margin-right:50px;
}
.yayinlar-detay-yazar span
{
    width:200px;
    float:right;
    text-align:right;
    font-family: 'dinprolight';
    color:#333;
    font-size:18px;
}
.yayinlar_detay_table
{
    width:100%;
    float:left;
    font-family:Arial;
}
.yayinlar_detay_table ul
{
    padding:0;
    width:347px;
    float:left;
    border:5px solid #efefef;
    padding-top:10px;
    margin-top:60px;
    margin-right:15px;
    margin-bottom:40px;
}
.yayinlar_detay_table ul li
{
    padding:0;
    width:90%;
    border-bottom:1px solid #ebebeb;
    padding-bottom:5px;
    font-size:11px;
    color:#666;
    margin-left:15px;
    list-style:none;
    margin-bottom:10px;
}

.right
{
    float:right;
}
#baslik
{
    color:#990000;
    font-weight:bold;
}
.yayinlar_detay_table_header
{
    border:none;
    font-family: 'dinprolight'  !important;
    font-size:22px !important;
    color:#999 !important;
    margin-top: -50px !important;
    margin-left: -5PX !important;
    border-bottom: 0px solid #ccc !important;
    margin-bottom: 20px !important;

}
.tum_yayinlar_icon_arrov
{
    color:#999;
    padding-left: 25px;
    padding-bottom: 10px;
    background-image:url('../images/menu-ok1.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    margin-bottom:10px;
    font-family: 'dinpromedium';
    font-size:14px;
    
}
.tum_yayinlar_icon_arrov a
{
    color:#999;
    text-decoration:none;   
}
.tum_yayinlar_icon_arrov .active
{
    color:#f33000;
    text-decoration:none;   
}
.tum_yayinlar_icon_arrov a:hover
{
    color:#f33000;
    text-decoration:none;   
}
.tum_yayinlar_baslik3
{
    color:#333;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom:10px;
    font-size:14px;
}
.yayinlarimiz_menubox_kurumsal
{
    width:210px;
    background-image:url('../images/yayinlar_detay_menu1.png');
    background-repeat:no-repeat;
    background-color:#fff;
    box-shadow: 1px 1px 9px 0px #ccc;
    -moz-box-shadow:   1px 1px 9px 0px #ccc;
  -webkit-box-shadow: 1px 1px 9px 0px #ccc;
    float:left;
    border-radius: 5px;
    background-position: 1px 1px;
}
.kurumsal_text_header
{
    width:100%;
    float:left;
    font-size:26px;
    color:#990000;
    font-family: 'dinpromedium';
    margin-top:20px;
}
.kurumsal_text_yazi
{
    width:97.5%;
    float:left;
    font-size:13px;
    color:#666;
    font-family:Arial;
    margin-top:10px;

}
.clearfix
{
    clear:both;
    margin-bottom:40px;
}
.main_menu{
  list-style:none;
}
.main_menu li{
    float:left; 
    margin:5px;
    padding:3px;
}
.main_menu li ul{
    display:none;
    width:202px;
    background-image:url('../images/menu_bg.png');
    background-repeat:no-repeat;
    padding-top:40px;
    margin-top:-8px;
    position:relative;
    z-index:9999;
    padding-bottom:20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left:-50px;
    box-shadow: -1px 3px 52px -17px;
    -moz-box-shadow:  -1px 3px 52px -17px;
  -webkit-box-shadow: -1px 3px 52px -17px;
}
.abonelik_menu{
    display:none;
    width:254px !important;
    height:257px;
    background-image:url('../images/abonelik.png') !important;
    background-repeat:no-repeat;
    padding-top:40px;
    margin-top:-8px;
    position:relative;
    z-index:5;
    padding-bottom:20px;
    margin-left:-155px !important;
    box-shadow:none !important;
}
.abonelik_menu li{
    border:none !important;
}
.main_menu li ul a{
    color:#999;
    font-size:16px;
    font-family: 'dinpro-regularregular';
}
.main_menu li:hover > ul{
    display:block;
    position: absolute;
}
.main_menu li ul li{
    float:none;
    width:82%;
    position:relative;
    border-bottom:1px dotted #ccc;
}
.main_menu li ul li:hover > ul{
    position:absolute;
    left:50px;
    top:0;
    width:50px;
}
.abonelik_menu_textbox
{
    width: 160px;
    height: 29px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-left: 23px;
    padding-left: 10px;
    font-family:Arial;
    font-size:11px;
    color:#ccc;
    background:transparent;
}
.abonelik_menu_button
{
    margin-left: 90px;
	cursor:pointer;
}

#musicinfo {
    display: none;
}
#music{ cursor:pointer;}
.sitemap_icon{
width: 100%;
height: 50px;
float: left;
background-image: url('../images/sitemap_text.png') !important;
background-repeat: no-repeat;
background-position: 147px 0px;
margin-top: -37px;
margin-bottom: 30px;
margin-left: -164px;}


.view {
   width: 133px;
   height: 175px;
   float: left;
   overflow: hidden;
   position: relative;
   cursor: default;
}
.view .mask, .view .content {
   width: 133px;
   height: 175px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
	-webkit-filter: sepia(100%) brightness(100%);
}
.view img:hover {
   display: block;
   position: relative;
	-webkit-filter:none !important;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.fourth-effect .mask {

	top:50px;
	left:15px;
	cursor:pointer;
    border-radius: 50px;
    border-width: 50px;
    display: inline-block;
    height: 100px;
    width: 100px;
	border:50px solid rgba(250, 117, 138, 0.5);
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	opacity:1;
	visibility:visible;
	-moz-transform:scale(4);
	-webkit-transform:scale(4);
	-o-transform:scale(4);
	-ms-transform:scale(4);
	transform:scale(4);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.fourth-effect:hover .mask {
   opacity: 0;
   border:0px solid rgba(250, 117, 138, 0.5);
   visibility:hidden;
}
.kurumsal_header
{
    margin-left:-20px;
    margin-top:-20px;
    overflow:hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.kurumsal_headertxtbox
{
   background-color:#333;
   min-width:232px;
   font-family: 'dinprolight';
   color:#fff;
   font-size:26px;
   padding: 5px 10px 5px 20px;
   float:left;
   top: -46px;
    position: relative;
    margin-left:20px;
}
.kurumsal_headertxtbox1
{
 background-color: #ddd;
min-width: 180px;
font-family: 'dinprolight';
color: #666;
font-size: 22px;
padding: 5px 10px 5px 20px;
float: left;
margin-left: 20px;
margin-top: -46px;
}
.Kurumsal_divbox
{
width: 768px;
background-image: url('../images/yayinlarimiz_gorseller_bg.png');
background-repeat: no-repeat;
background-color: #fff;
box-shadow: 1px 1px 9px 0px #ccc;
-moz-box-shadow:   1px 1px 9px 0px #ccc;
-webkit-box-shadow: 1px 1px 9px 0px #ccc;
float: right;
padding-left: 20px;
padding-top: 20px;
border-radius: 5px;
background-position: 1px 1px;
position: relative;
left: -4px;
z-index: 6;
top: -30px;
min-height:530px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=0,strength=5);
}
.kurumsal-yonetim-isim
{
    width:100%;
    background-image: url('../images/kurul-bg-ad.jpg');
    font-family: 'dinpromedium';
    color:#990000;
    font-size:18px;
    padding: 10px 0px 10px 10px;
    border-bottom:1px solid #ccc;
}
.kurumsal-yonetim-isim a
{
    color:#666;
    text-decoration:none;
}
.kurumsal-yonetim-aciklama
{
    width:100%;
    background-color:#f7f7f7;
    font-family: Calibri;
    color:#666;
    font-size:17px;
    padding: 10px 0px 10px 10px;
    height:62px;
}
.kurumsal-yonetim-aciklama a
{
    color:#666;
    text-decoration:none;
}
.subMenus li a
{
    color:#999;
} 
.subMenus li { 
    position: relative;
    background-image: url('../images/menu-ok.png');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 12px;
    border:none !important;
    font-family:Arial;
    font-weight:bold;
    font-size:12px !important;
    color:#999;
    margin-bottom:10px;
}
.subMenusalt a
{
    color:#999;
}
.subMenusalt{ 
    position: relative;
    background-image: url('../images/menu-ok3.png');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 12px !important;
    border:none !important;
    font-family:Arial;
    font-weight:normal;
    color:#999;
    margin-top:10px;
}

  
.subMenus { 
display: none; 
left: 120px;
margin-top: 20px;
margin-bottom: 10px;
line-height: 1.3;
margin-left:25px;
}
.subMenus .active
{
    color:#f33000;
}
.yayin_ilkeleri_text
{
    font-family:Arial;
    font-size:14px;
    color:#666;
    width:98%;
    line-height:1.5;
    margin-top:30px;
    margin-bottom:30px;

}
.yayin_ilkeleri_pdfbox
{
    width:730px;
    background-image: url('../images/pdf-bg.png');
    height:93px;
    margin-bottom:30px;
}
.yayin_ilkeleri_pdfbg
{
width: 97.5%;
background-color: #fff;
float: left;
margin: 10px;
height:73px;
border: 1px solid #ddd;
}
.yayin_ilkeleri_pdfico
{
    width:45px;
    height:48px;
    float:left;
    margin-top: 12px;
    margin-left: 12px;
}
.yayin_ilkeleri_pdftext
{
    font-size: 16px;
    color: #666;
    font-family: 'dinpromedium';
    float: left;
    margin-top: 22px;
    margin-left: 20px;
    width:495px;
}
.yayin_ilkeleri_pdfincele
{
    float:right;
    margin-top: 25PX;
    margin-right: 20px;
    -webkit-filter: grayscale(1);
    opacity:0.3;
}
.yayin_ilkeleri_pdfincele:hover
{
    float:right;
    margin-top: 25PX;
    margin-right: 20px;
    -webkit-filter: none;
    opacity:1;
}

.yatirimci_iliskileri_list ul
{
    padding:0;
    margin:0;
    width:335px;
    margin-top:30px;
    margin-bottom:30px;
    float:left;
    margin-right: 40px;
}
.yatirimci_iliskileri_list ul li
{
    list-style: none;
    width: 330px;
    border-bottom: 1px solid #dddddd;
    background-image: url('../images/yatirimci-arrow.png');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    background-position: 0px 12px;
}
.yatirimci_iliskileri_list ul li a
{
    color:#666;
    font-family: 'dinpromedium';
    font-size:16px;
    text-decoration:none;
}
.yatirimci_iliskileri_list ul li a:hover
{
    color:#cc0000;
}
.yatirimci_iliskileri_list ul li .active
{
    color:#cc0000;
    font-family: 'dinpromedium';
    font-size:18px;
}
.faaliyet_raporlari_list ul
{
    padding:0;
    margin:0;
    width:710px;
    margin-top:30px;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
    float:left;
}
.faaliyet_raporlari_list ul .tarih
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    font-family: 'dinpromedium';
    font-size:35px;
    color:#ccc;
    margin-top: 16px;
    margin-left:-25px;
}
.faaliyet_raporlari_list ul .icerik
{
    background-image: url('../images/zip_bg.png');
    background-repeat: no-repeat;
    width: 154px;
    min-height: 73px;
    margin-right:14px;
    border:1px solid #ddd;
}
.faaliyet_raporlari_list ul .icerik1
{
    background-image: url('../images/adobe_bg.png');
    background-repeat: no-repeat;
    width: 154px;
    height: 73px;
    margin-right:14px;
}
.faaliyet_raporlari_list ul .baslik1
{
    font-family: 'dinpromedium';
    font-size: 16px;
    color: #cc0000;
    width: 93px;
    float: right;
    text-align: left;
    padding-right: 10px;
    padding-top:5px;
}
.faaliyet_raporlari_list ul .baslik1 a
{
    text-decoration:none;
    color: #ccc;
}
.faaliyet_raporlari_list ul .baslik1 a:hover
{
    text-decoration:none;
    color: #cc0000;
}
.faaliyet_raporlari_list ul .baslik
{
    font-family: 'dinpromedium';
    font-size: 20px;
    color: #cc0000;
    width: 93px;
    float: right;
    text-align: left;
    padding-right: 10px;
    padding-top:5px;
}
.faaliyet_raporlari_list ul .baslik a
{
    text-decoration:none;
    color: #ccc;
}
.faaliyet_raporlari_list ul .baslik a:hover
{
    text-decoration:none;
    color: #cc0000;
}
.faaliyet_raporlari_list ul .yazi
{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-align: left;
    float: right;
    width: 93px;
    padding-right: 10px;
    margin-top: 5px;
}
.faaliyet_raporlari_list ul .yazi a
{
    text-decoration:none;
    color: #333;

}
.faaliyet_raporlari_list ul li
{
    float:left;
    list-style:none;
}
.yatirimci_bilgilendirme_box 
{
    width: 710px;
    background-image: url('../images/pdf-bg.png');
    padding:10px;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
}
.bilgilendirme_pdfbox
{
    width:690px;
    height:93px;
    background-color:#fff;
    border:1px solid #ddd;
    padding-top:10px;
    margin-bottom:-2px;
}
.bilgilendirme_pdfbox .yayin_ilkeleri_pdftext
{
    font-size:14px;
}
.bilgilendirme_raporu_text
{
    font-family:Arial;
    font-size:14px;
    color:#666;
    margin-top: 30px;
    margin-bottom: -10px;
    width:97.5%;
    line-height:1.3;
}
.bilgilendirme_raporu_text
{
    font-family:Arial;
    font-size:14px;
    color:#666;
    margin-top: 30px;

    width:97.5%;
    line-height:1.3;
}
.denetim_raporu_text table
{
    margin-top: 30px;

}
.yatirimci_iliskileri_iletisim
{
    width:690px;
    background-color:#fff;
    border:1px solid #ddd;
    float:left;
}
.yatirimci_iliskileri_text1
{
    width:25%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#990000;
    font-family: 'dinpromedium';
    font-size:15px;
}
.yatirimci_iliskileri_text2
{
    width:75%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#333;
    font-family:Arial;
    font-size:13px;
    border-left:1px solid #eee;
}
.yatirimci_iliskileri_box
{
    width:100%;
    border-bottom:1px solid #eee;
    float:left;
}
.bilgilendirme_politikasi_baslik
{
    width:100%;
    font-family: 'dinpromedium';
    font-size:18px;
    color:#990000;
    margin-bottom:20px;
    margin-top:20px;

}
.yatirimci_iliskileri_text3
{
    width:40%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#990000;
    font-family: 'dinpromedium';
    font-size:15px;
}
.yatirimci_iliskileri_text6
{
    width:60%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#990000;
    font-family: 'dinpromedium';
    font-size:15px;
    border-left:1px solid #eee;
}
.yatirimci_iliskileri_text5
{
    width:40%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#333;
    font-family:Arial;
    font-size:15px;
}
.yatirimci_iliskileri_text4
{
    width:60%;
    float:left;
    padding: 10px 10px 10px 20px;
    color:#333;
    font-family:Arial;
    font-size:14px;
    border-left:1px solid #eee;
}
.iletisim_text1
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#990000;
    width:280px;
    float:left;
    padding-left:20px;


}
.iletisim_text7
{
    font-family: 'dinpromedium';
    font-size:14px;
    color:#990000;
    width:280px;
    float:left;
    padding-left:20px;


}
.iletisim_text2
{
    font-family: 'dinpromedium';
    font-size:16px;
    color:#990000;
    width:165px;
    float:left;
    padding-left:15px;

}
.iletisim_text3
{
    font-family: 'dinpromedium';
    font-size:16px;
    color:#990000;
    width:180px;
    float:left;

}
.iletisim_text4
{
    font-family: 'dinpromedium';
    font-size:16px;
    color:#990000;
    width:60px;
    float:left;

}
.iletisim_icerik_box
{
    width:100%;
    border-bottom:1px solid #ccc;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
}
.iletisim_text_black
{
    color:#333 !important;
}
.iletisim_text_black1
{
    color:#333 !important;
    font-family:Arial !important;
    font-size:11px !important;
}
.text_iletisim
{
    font-family:Arial;
    font-size:12px;
    color:#666;
    float:left;
    width:97.5%;
}
.text_iletisim span
{
    font-family: 'dinpromedium' !important;
}
.denetim_raporu_text
{
    font-family:Arial;
    font-size:14px;
    color:#666;
    float:left;
    line-height:1.3;
    margin-top:20px;
}
.denetim_raporu_text
{
    font-family:Arial;
    font-size:14px;
    color:#666;
    float:left;
    line-height:1.3;
    width:97.5%;
}
.iletisim_text5
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#666;
    float:left;

}
.hisseler_text1
{
    font-family: 'dinpromedium';
    font-size:16px;
    color:#333;
    width:80px;
    float:left;
    padding-left:10px;
    text-align:center;
    min-height:18px;
}
.hisseler_text2
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    width:65px;
    float:left;
    text-align:center;
    min-height:18px;
}
.hisseler_text3
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    width:90px;
    float:left;
    text-align:center;
    min-height:18px;
}
.hisseler_text4
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    width:145px;
    float:left;
    text-align:center;
    min-height:18px;
}
.hisseler_text5
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    width:165px;
    float:left;
    text-align:center;
    min-height:18px;
}

.hisseler_text6
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    width:130px;
    float:left;
    text-align:center;
    min-height:18px;
}
.color_red
{
    color:#990000;
}
.hakkimizda_Div
{
width: 982px;
background-color: #fff;
box-shadow: 1px 1px 9px 0px #ccc;
-moz-box-shadow:   1px 1px 9px 0px #ccc;
  -webkit-box-shadow: 1px 1px 9px 0px #ccc;
padding-left: 20px;
margin:0 auto;
    margin-top: -200px;
    position: relative;
    z-index: 99;
}
.hakkimizda_Div_header
{
    width: 100%;
    float: left;
    margin-top: -20px;
}
.hakkimizda_menu
{
    float:left;
    width:102%;
    border-bottom:1px solid #E9F0F2;
    padding-bottom:15px;
    margin-bottom:2px;
    margin-left:-20px;
    
}
.hakkimizda_menu ul
{
    padding:0;
    width:960px;
    padding-top:10px;
    margin-bottom:20px;
    padding-left:20px;
}
.hakkimizda_menu ul li
{
    float:left;
    list-style :none;
    margin-right:26px;
}
.hakkimizda_menu ul li a
{
    text-decoration:none;
    color:#999;
    font-family: 'dinpromedium';
    font-size:14px;
}
.hakkimizda_menu ul li a:hover
{
    text-decoration:none;
    color:#CC0000;
}
.hakkimizda_menu ul li .active
{
    color:#CC0000;
}
.hakkimizda_dergi_itembox
{
    width:384px;
    height:192px;
    float:left;
    
}
.hakkimizda_dergibox
{
    width:192px;
    height:192px;
    float:left;
    background-image: url('../images/hakkimizda_dergibg.png');
}
.hakkimizda_dergibox img
{
    position: relative;
    margin-left: 25px;
    float:left;
    bottom:-27px;
    width:135px;
    height:162px;
    overflow:hidden;
}
.hakkimizda_dergiadbox
{
    width:192px;
    height:192px;
    float:left;
    background-image: url('../images/hakkimizda-dergiadi.png');
    color:#94B0B6;
    font-family: 'dinpromedium';
    font-size:15px;
    background-color:#D5E0E2;
}
.colorblue
{
    background-color:#F2F6F6 !important ;
     background-image: url('../images/hakkimizda-dergiadi2.png')  !important ;
}
    .hakkimizda_dergiadbox span
    {
        position: relative;
        margin-left: 20px;
        margin-top: 163px;
        float: left;
    }
.hakkimizda_orta_textbox
{
    width:245px;
    height:135px;
    float:left;
    background-image: url('../images/hakkimizda_line.png');
    background-position:bottom;
    background-repeat:repeat-x;
    line-height: 1.4;
    margin-left: 15px;
}
.hakkimizda_orta_textbox1
{
    font-family: 'dinprolight';
    font-size:30px;
    color:#92B0B6;
    opacity: 0.3;
}
.hakkimizda_orta_textbox1 span
{
    color:#666;
}
.hakkimizda_orta_textbox2
{
    font-family: 'dinprolight';
    font-size:20px;
    color:#92B0B6;
    opacity: 0.3;
}
.hakkimizda_orta_textbox2 span
{
    color:#666;
}
.hakkimizda_dergi_textitem
{
    font-family: 'dinprolight';
    font-size:37px;
    color:#92B0B6;
    float:left;
    width:384px;
    height:191px;


}
.hakkimizda_dergi_textitem2
{
    font-family: 'dinprolight';
    font-size:35px;
    color:#cc0000;
    float:left;
    margin-left:30px;
    margin-top: 20px;

}
.hakkimizda_dergi_textitem span
{
    font-family: 'dinprolight';
    font-size:45px;
    color:#92B0B6;

}
.hakkimizda_aciklamatext
{
    font-family:Arial;
    font-size:14px;
    float:left;
    color:#666;
    background-image: url('../images/hakkimizda_line.png');
    background-position:bottom;
    background-repeat:repeat-x;
    width:93%;
    line-height:1.5;
    padding-bottom: 40px;
    margin-bottom:20px;
}
.hakkimizda_aciklamatext3
{
    font-family:Arial;
    font-size:14px;
    float:left;
    color:#666;
    width:93%;
    line-height:1.5;
    margin-top: 20px;
    margin-bottom:20px;
}
.hakkimida_textbox2
{
     font-family:Arial;
    font-size:14px;
    float:left;
    color:#666;
    width:98%;
    line-height:1.5;
    margin-left:30px;

}
.hakkimida_textbox2 div
{
    width:92%;

}
.hakkimida_textbox2 .baslik1
{
     font-family: 'dinprolight';
     font-size:24px;
    float:left;
    color:#666;
    padding-bottom:20px;
        width:98%;


}
.hakkimida_textbox3
{
     font-family:Arial;
    font-size:14px;
    float:left;
    color:#666;
    width:330px;
    line-height:1.5;
    margin-top:20px;
    margin-right:10px;
    margin-left:30px;

}
.hakkimida_textbox3 .baslik1
{
    font-family: 'dinprolight';
    font-size:20px;
    float:left;
    color:#990000;
    padding-bottom:20px;
    width:98%;
}
.hakkimida_textbox3 div
{
    text-align:justify;
}
.hakkimizda_table
{
    width:92%;
    margin-left:30px;
}
.hakkimizda_table1
{
    width:100%;
}
.hakkimizda_dergi_lisansor
{
    width:330PX;
    float:left;
    padding:0;
    margin-top:20px;
    margin-right:10px;
    margin-bottom:20px;
    margin-left:30px;
}
.hakkimizda_dergi_lisansor li
{
    width:330PX;
    list-style:none;
    font-family: 'dinpromedium';
    font-size:16px;
    color:#666;
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #ddd;

}
.hakkimizda_dergi_lisansor .red
{
    color:#CC0000;
    font-size:18px;
}
.detay_pdf_width
{
    width:730px;
}
.detay_pdf_width1
{
    width:710px;
}
.hakkimizda_aciklamatext1
{
    font-family:Arial;
    font-size:14px;
    float:left;
    color:#666;
    background-image: url('../images/hakkimizda_line.png');
    background-position:bottom;
    background-repeat:repeat-x;
    width:98%;
    line-height:1.5;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom:-10px;
}
.kunye_name
{
        font-family: 'dinprolight';
        font-size:22px;
        color:#CC0000;
        text-align:center;
}

.yayinlar_kunye_icerik_logo
{
    float: left;
    text-align: center;
    width: 100%;
    font-family:Arial;
    font-size:14px;
    color:#666;
    margin-bottom:20px;
}
.yayinlar_kunye_textbox
{
    width: 97.5%;
    font-family:Arial;
    font-size:14px;
    color:#666;
    margin-bottom:7px;
    float:left;
}
.yayinlar_kunye_textbox .text1  
{
    float:left;
    text-align:right;
    width:50%;
}
.yayinlar_kunye_textbox .text2
{
    float:right;
    text-align:left;
    width:48%;

}
.yayinlar_kunye_icerik_yazi1
{
    float: left;
    text-align: center;
    width: 100%;
    font-family: 'dinprolight';
    font-size:18px;
    color:#666;
    margin-bottom:20px;
    margin-top:20px;
}
.yayinlar_kunye_icerik_yazi2
{
    float: left;
    text-align: center;
    width: 95%;
    font-family: Arial;
    font-size:14px;
    color:#666;
    margin-bottom:20px;

}
.orta_kisa_cizgi
{
    width:300px;
    height:1px;
    margin:0 auto;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    margin-top:10px;
}
.donemsel_yayinlar_item
{
    width:133px;
    float:left;
    margin-right: 16px;
    margin-bottom: 60px;
}
.donemsel_yayinlar_itemimg
{
    width:133px;
    height:175px;
    float:left;
}
.donemsel_yayinlar_itembaslik
{
    font-family: 'dinprolight';
    font-size:16px;
    color:#999;
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
}
.donemsel_yayinlar_itembaslik a
{
    color:#999;
    text-decoration:none;
}
.donemsel_yayinlar_itemyil
{
    width:95px;
    border-bottom:1px solid #ededed;
    float:left;
    padding-bottom:5px;
    font-family:Arial;
    font-size:12px;
    color:#999;
}
.donemsel_yayinlar_itemyil span
{
    float:right;
}
.donemsel_yayinlar_itemper
{
    width:95px;
    float:left;
    margin-top:5px;
    font-family:Arial;
    font-size:12px;
    color:#999;
}
.donemsel_yayinlar_itemper span
{
    float:right;
}
.yayinlar_detay_donemsel
{
    float:left;
}
.haber_detaypage
{
width: 770px;
background-image: url('../images/yayinlarimiz_gorseller_bg1.png');
background-repeat: no-repeat;
background-color: #fff;
box-shadow: 1px 1px 9px 0px #ccc;
-moz-box-shadow:   1px 1px 9px 0px #ccc;
-webkit-box-shadow: 1px 1px 9px 0px #ccc;
float: left;
padding-left: 20px;
padding-top: 20px;
border-radius: 5px;
background-position: 1px 1px;
position:relative;
margin-top:-30px;
margin-right:-2px;
}
.fontsize16
{
    font-size:16px !important;
}
.colorred
{
   color:#cc0000 !important ;
   margin-left:-18px;
}
.haberler_detay_header
{
    font-family: 'dinpromedium';
    font-size:36px;
    color:#990000;
    margin-bottom:30px;
    width:97%;
}
.haberler_detay_text
{
    font-family:Arial;
    font-size:13px;
    color:#666;
    line-height:1.5;
    width:97%;
    margin-bottom:30px;
}
.haberler_detay_text img
{
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.rediletisim
{
    color:#cc0000;
}
.iletisim_map
{
    margin-left:-20px;
    margin-top:-20px;
}
.iletisim_baslik
{
    background-color:#333;
    color:#fff;
    font-family: 'dinprolight';
    font-size:26px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:125px;
    margin-left:42px;
    margin-top:-41px;
    position:relative;

}
.iletisim_table_item_box
{
    min-width:240px;
    float:left;
    margin-right:40px;
    margin-bottom:20px;
    margin-left:20px;
}
.iletisim_table_item_box span
{
   font-family: 'dinprolight'; 
   font-size:16px;
   color:#999;
   margin-right:10px;
   float:left;
   padding-top:5px;
}
.iletisim_table_item_box div
{
   font-family:Arial; 
   font-size:12px;

   margin-right:10px;
   width:177px;
   height:31px;
   border:1px solid #ccc;
   overflow:hidden;
   float:left;
   background-image:url('../images/select1.png');
   background-repeat:no-repeat;
   background-position: 145px 10px;
   
}
.iletisim_table_item_box select
{
    width:205px;
    background:transparent;
    border:none;
    padding-top:5px;
    color:#999;
}
.iletisim_table
{
    margin-top:30px;

}
.iletisim_textbox
{
   width:177px;
   height:31px;
   border:1px solid #ccc;
}
.iletisim_textarea
{
    width:609px;
    height:101px;
    margin-top:10px;
   border:1px solid #ccc;
}
.btnFiltrele
{
    margin-bottom:20PX;
}
.organizasyonumuz_div
{
   float:left;
   margin-top:-40px;
}
.sosyalsorumluluk_div
{
    font-family: Arial;
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 1.3;
    width: 97.5%;
    margin-bottom:30px;
}
.sosyalsorumluluk_img
{
    width:170px;
    height:170px;
    border:1px solid;
    overflow:hidden;
}
.float-left
{
    float:left;
    margin-right:20px;
}
.float-right
{
    float:right;
    margin-LEFT:20px;
}
.sosyalsorumluluk_item
{
    margin-top:20px;
    float:left;
}
.tum_yayinlar_icon_arrov-sosyal
{
    color:#999;
    padding-left: 15px;
    padding-bottom: 10px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    margin-bottom:10px;
    font-family: 'dinpromedium';
    font-size:14px;
    
}
.tum_yayinlar_icon_arrov-sosyal a
{
    color:#999;
    text-decoration:none;   
}
.mkk
{
	width: 140px;
	float: right;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	margin-top: -37px;
	position: relative;
	right: -125px;
	text-align: right;
	padding: 3px;
}
.insankaynaklari_tb
{

}
.basvuru_btn
{
    float: right;
    margin-right: 20px;
    margin-top: -15px;
}
.Basin_bulteni_baslik
{
    font-family: 'dinpromedium';
    font-size:15px;
    color:#333;
    float:left;
    margin-left:10px;
    width:93%;
    height: 54px;
}
.Basin_bulteni_item
{
    width: 230px;
    min-height: 135px;
    float: left;
    border: 5px solid #f0f0f0;
    margin-top: 40px;
    margin-right: 20px;
}
.Basin_bulteni_icon
{
    margin-left: 10px;
    margin-top: -25px;
    margin-bottom:10px;
}
.Basin_bulteni_tarih
{
    background-color: #f5f5f5;
    color: #999;
    font-size: 11px;
    font-family: Arial;
    padding: 3px;
    top: 19px;
    position: relative;
    float: right;
    margin-right: 10px;
}
.icerigi_indir
{
    color: #666;
    font-size: 14px;
    font-family: 'dinprolight';
    margin-left: 10px;
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}
.icerigi_indir a
{
    color:#666;
    text-decoration:none;
}
.dosya_turleri
{
    font-size: 12px;
    float: left;
    margin-left: -30px;
    margin-top: 4px;
}
#ContentPlaceHolder1_fuCv
{
    float:left;
}
.bulten_box
{
    margin-bottom:30px;
    float:left;
}
.bulten_gallerybox
{
    width:728px;
    border:5px solid #f0f0f0;
    float:left;
    padding:15px;
    margin-top:20px;
}
.bulten_galler_img
{
    width:120px;
    height:105px;
    float:left;
}
.bulten_galler_baslik
{
font-family: 'dinpromedium';
color: #666;
float: left;
font-size: 22px;
width: 76%;
padding-left: 20px;
}
.bulten_galler_baslik a
{
color: #666;
text-decoration:none;

}
.bulten_galler_spot
{
    font-family:Arial;
    color: #666;
    float: left;
    font-size: 14px;
    width: 76%;
    padding-left: 20px;
    margin-top: 10px;
}
.link_style
{
    color:#666;
    text-decoration:none;
}
.haberler_detay_header1
{
    font-family: 'dinpromedium';
    font-size:18px;
    color:#666;
    margin-bottom:30px;
    width:97%;
}
.tumhaberlerbox
{
    width:97.5%;
    float:left;
}
.tumhaberler_text
{
    width: 140px;
text-align: center;
background-color: #f4f4f4;
float: right;
position: relative;
bottom: -13px;
font-family: 'dinpromedium';
color: #666;
padding-bottom: 3px;
padding-top: 3px;
} 
.tumhaberler_text  a
{
text-decoration:none;
color: #666;
}
.videohaber_text 
{
    width: 99%;
    font-family: 'dinpromedium';
    font-size: 17px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    float: left;
}
.videohaber_text  a
{
    text-decoration:none;
    color: #666;
}
.videohaber_img img
{
    border: 5px solid #999;
}
.videohaberbox
{
    width: 170px;
    float: left;
    height: 310px;
margin-left: 17px;
margin-right: 17px;
}
.VideoBox
{
width: 100%;
min-height: 900px;
position: fixed;
top: 0px !important;
z-index: 15;
background-image: url(../images/boxBackground.png);
display: none ;
}
.video_kutu
{
    width:500px;
    margin:0 auto;
    position:relative;
    z-index:16;
    top:210px;
}
.close_button
{
    position: relative;
    margin-left: 500px;
    margin-bottom: -26px;
    width: 23px;
    height: 26px;
    background-color: black;
    padding-left: 3px;
    padding-top: 3px;
    cursor:pointer;
}
.basindabiz_div
{
    width:200px;
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.basindabiz_div img
{
    border:5px solid #ededed;
    height:270px;
    float:left;
    margin-bottom:10px;
}
.basindabiz_div a
{
    color:#666;
    font-family:Arial;
    font-size:14px;
}
.basindabiz_trh 
{
float: left;
width: 100%;
font-size: 10px;
color: #ccc;
font-family: 'dinpromedium';
}
.basindabiz_trh1 
{
float: left;
width: 100%;
font-size: 11px;
color: #ccc;
font-family: 'dinpromedium';
}
.basindabiz_trh span
{
font-size:12px;
color:#990000;
font-weight:normal;
}
.basindabiz_tarihalani
{
    font-size:10px !important;
    color:#ccc !important;
    
}
.basindabiz_haftalar
{
    width: 218px;
    height: 32px;
    overflow: hidden;
    margin-left: -21px;
    padding-left: 20px;

}
.basindabiz_haftalar select
{
    width:215px;
    height:32px;
    border:none;
    -web-kit-appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    outline:none;
    background-color:#ddd;
    color:#666;
    font-family: 'dinprolight';
    font-size:22px;
    background: url('../images/arrow-select.png') transparent ;
    background-repeat:no-repeat;
    background-position: 158px 10px;
    cursor:pointer;
}
.basindabiz_images
{
    width:63px;
    height:85px;
    margin-left:2px;
    margin-top:2px;
    float:left;
}
.styled
{
    width:124px;
    height:32px;
}
.tarih_araligi
{
font: 12px 'dinpromedium';
color: #47556C;
padding-right: 20px;
min-width: 140px;
float: left;

}
.txtKelime
{
    width: 253px;
    height: 32px;
    background-color: #F7F8FB;
    color: #7c7c7c;
    padding: 3px 7px;
    border: 1px solid #F0F0F0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px;
}
#rdOzelAciklama
{
   font: 11px  'dinpromedium';
}

.arama_button
{
    border-style: none;
border-color: inherit;
border-width: 0px;
background: url('../images/btn_ara.gif') no-repeat center bottom;
margin: 0px 0px 0px 10px;
width: 85px;
height: 31px;
font-size: 0px;
line-height: 0px;
position: relative;
left: 430px;
top: -176px;
cursor:pointer;
}
.duyuru_sonuclari a
{
    font-size:14px;
    font-family:Arial;
    color:#666;
    text-decoration:none;
    background: url('../images/listarrow.png') no-repeat left bottom;
    padding-left:25px;
}
.duyuru_sonuclari a:hover
{
    text-decoration:underline;
}
.anasayfa_banner {
    position: relative;
    width: 992px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    border: 1px solid #ededed;
    padding-top: 5px;
    margin-bottom:-30px;
    cursor:pointer;
    clear:both;
    margin-top:30px;
}

/*EKLENEN HOVER*/

.yayinlarimiz_hover {
    height: 100%;width: 100%;position: relative;top: -176PX;z-index: 9999; bottom:0px;
}
.pc{background-image: url(../images/pc.jpg); background-repeat:no-repeat; width:45px; height:45px; margin-top:125px; float:left; margin-right:10px;}
.tablet{background-image: url(../images/tablet.jpg); background-repeat:no-repeat; width:45px; height:45px; float:left; margin-top:125px;  margin-right:10px;}
.mobil{background-image: url(../images/mo.jpg); background-repeat:no-repeat; width:45px; height:45px; margin-top:125px; float:left; margin-right:10px;}

.MecraHover{ width:133px; height:176px; overflow:hidden;}
.customSelectInner{background: url(/assets/images/bg_combo_ay.png) no-repeat center right !important;
height: 25px;
padding-top: 5px;}
.reklamsatisekibi_sbox{ border:5px solid #eee; width:730px; padding:10px; margin-top:30px; margin-bottom:30px;}
.reklamsatisekibi_sboxtxt{ color:#333; font-family:Arial; font-size:13px; width:295px; float:left; margin-right:10px;}
.reklamsatisekibi_select{width: 243px;float: left; margin-right:15px; font-family:'dinpromedium';}.faaliyet_raporlari_list .tarih
.reklamsatisekibi_select option{color:#ccc;}
.reklamsatisekibi_header{ color:#CC0000;font-family: 'dinprolight'; font-size:26px; padding-bottom:5px; border-bottom:1px solid #eee;}
.reklasatisekibi_list ul{padding:0; margin:0; font-family:Arial; font-size:12px; color:#666; width:100%; float:left;}
.reklasatisekibi_list ul li{ padding-bottom:20px; border-bottom:1px solid #ccc; width:360px; list-style:none; margin-bottom:10px; float:left; margin-right:10px;}
.reklasatisekibi_list ul .listheader{ background-color:#f4f4f4; color:#999;padding: 3px;border: none;margin-bottom: 10px;margin-top: 15px; font-size:11px;}
.reklamsatis_span1{float: left;margin-right: 0px;width: 100%;margin-bottom: 5px;font-size: 14px;font-weight: bold;}
.reklamsatis_span3 a{color:#666; text-decoration:none;}
.reklamsatis_span3{ float:right; }
.reklamsatis_span2{ float:left; }
.reklamsatisekibi_buton{ margin-left:60px;}
.reklamsatisekibi_iletisimdiv{ border-bottom:1px solid #ededed; padding-bottom:5px; font-family:Arial; font-size:13px;color:#333;}
.reklamsatisekibi_iletisimdiv a{ color:#333; text-decoration:none;}
.reklamsatisekibi_iletisimdiv span{ padding-right:10px; float:left;}
.reklamsatisekibi_iletisimdiv span b{ float:left; width:60px;}
.digitalyayinlar_icons {
    width:100%;
    display: flex;
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
       display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
       display: -ms-flexbox;      /* TWEENER - IE 10 */
       display: -webkit-flex;     /* NEW - Chrome */
       margin-left:auto !important;margin-right:auto !important;
}
.digitalyayinlar_icons_icerik {
display: flex;
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
       display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
       display: -ms-flexbox;      /* TWEENER - IE 10 */
       display: -webkit-flex;     /* NEW - Chrome */
margin-left:auto !important;margin-right:auto !important;}
    .digitalyayinlar_icons_icerik > div {
        float:left; margin-left:auto !important;margin-right:auto !important;
    
    }
#ContentPlaceHolder1_pnlBaslik div{font-family: 'dinpromedium' !important;}