*:focus {
    outline: 0;
}
.fs11 { font-size:11px}
.mr3 {margin-right:3px }
.releative { position:relative;   }
.block { display:block }
.sag { position:absolute; top:210px; right:5px; z-index:1}
.sol { position:absolute; top:210px; left:5px; z-index:1}
a { color:#000; text-decoration:none }
a:hover {color:#de0703; text-decoration:none}
a.beyaz { color:#fff; text-decoration:none }
a.beyaz:hover {color:#de0703; text-decoration:none}
.numara_pos {display:block; top:10px; left:10px; position:absolute;}
.izlenme_pos {display:block; top:15px; left:10px; position:absolute;}
.izlenme_no {font-size:12px; background-color:#de0703; border-radius:5px; text-align:center; color:#fff; font-weight:bold; padding:5px}
.numara {font-size:24px; background-color:#de0703; width:30px; height:30px; border-radius:15px; text-align:center; color:#fff; line-height:30px; font-weight:bold}
.dahafazla_yukle { text-align:center; line-height:30px; height:30px; background-color:#000; color:#fff; margin:20px 10px; font-weight:bold;cursor:pointer}
.butonlar {
	
	visibility: hidden !important; 
	opacity: 0 !important; 
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
	
}
img.sicak-haber { width:50px; height:50px; margin:5px; float:left; }  
img.one-cikan { width:100%; height:110px}
.releative:hover .butonlar {
	
	visibility: visible !important; 
	opacity: 1 !important;
	
}
body { background-color:#f4f4f4; font-family:Arial, Helvetica, sans-serif}
header {
	/* [disabled]height:140px; */
	background-color:#2f2f2f
}
img.yazar_foto {width:100%}
.en-ust {height:40px; background-color:#de0703;}
a.ust-buton { background-color:#222; color:#fff; font-weight:bold; font-size:12px; padding:5px 10px; }
a.manset-buton { background-color:#000; color:#fff; font-weight:bold; font-size:11px; padding:5px 10px; }
/* SOSYAL */
ul.sosyal { list-style:none; margin:5px 0px 0px; padding:0 }
ul.sosyal li { float:right; margin-right:5px }
ul.sosyal li:first-child {margin-right:0px }
ul.sosyal li a.pinterest {width:28px;height:28px;background:url(../images/social.png) 0 28px;display:block}
ul.sosyal li a.pinterest:hover {width:28px;height:28px;background:url(../images/social.png) 0 0;display:block}

ul.sosyal li a.instagram {width:28px;height:28px;background:url(../images/social.png) -28px 28px;display:block}
ul.sosyal li a.instagram:hover {width:28px;height:28px;background:url(../images/social.png) -28px 0;display:block}

ul.sosyal li a.gplus {width:28px;height:28px;background:url(../images/social.png) -56px 28px;display:block}
ul.sosyal li a.gplus:hover {width:28px;height:28px;background:url(../images/social.png) -56px 0;display:block}

ul.sosyal li a.twitter {width:28px;height:28px;background:url(../images/social.png) -84px 28px;display:block}
ul.sosyal li a.twitter:hover {width:28px;height:28px;background:url(../images/social.png) -84px 0;display:block}

ul.sosyal li a.facebook {width:28px;height:28px;background:url(../images/social.png) -112px 28px;display:block}
ul.sosyal li a.facebook:hover {width:28px;height:28px;background:url(../images/social.png) -112px 0;display:block}

ul.sosyal li a.youtube {width:28px;height:28px;background:url(../images/social.png) -140px 28px;display:block}
ul.sosyal li a.youtube:hover {width:28px;height:28px;background:url(../images/social.png) -140px 0;display:block}


/* SOSYAL */
.logo {min-height: 90px; color:#333; padding-top:20px; background-color:#f2f2f2; padding-bottom:10px }
.logo-alt { height:75px; background-color:#de0703}
.navbar-default { margin:0px 0 0 0; padding:0; list-style:none; z-index:1000000}
.navbar-default .navbar-nav>li>a {color:#fff; text-decoration:none; display:block;padding:7px 12px; margin-right:3px;  font-weight:bold; font-size:13px  }
.navbar-default .navbar-nav>li>a.aktif, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active  {border:2px solid #fff;padding:5px 10px; text-shadow:none; color:#fff}
.navbar-default{background:none; background-color:transparent; border:none; border-color:transparent; -webkit-box-shadow:none; box-shadow: none; font-size:12px}
.dropdown-menu  { background-color:#000; font-size:12px   }
.dropdown-menu>li>a { color:#fff; font-weight:bold }
.dropdown-menu>li>a:hover { color:#fff; border:none; background-color:#de0703 ;background-image: -webkit-linear-gradient(top,#ff0000 0,#de0703 100%);  
    background-image: -o-linear-gradient(top,#ff0000 0,#de0703 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
    /* background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#de0703', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);} }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color:#C00; color:#fff }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	color:#fff; 
background-image: -webkit-linear-gradient(top,#ff0000 0,#de0703 100%);  
    background-image: -o-linear-gradient(top,#ff0000 0,#de0703 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
    /* background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#de0703', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);}
	
	ul.ust-menu { margin:7px 0px }
	.navbar-brand { padding:0px}
	.navbar-header button { margin-top:10px; background-color:#fff}
	.navbar-collapse { border:none; background-color:#none; webkit-box-shadow:none; box-shadow:none; padding-left:0px }
	.haber-ara { text-align:right }
 	.sicak-haber-basliklar {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:5px 0;
	height:30px;
	line-height:30px;
}
	.arama-cubuk { border:none;border-left:1px solid #fff; color:#fff; background-color:#de0703; height:30px; line-height:30px; font-size:14px; margin:5px auto; padding:5px; width:calc(100% - 50px) }
 
	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
	opacity:  0.8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.8;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   opacity:  0.8;
}
section.orta { margin-top:10px }
.haberkutu .bg { background-color:#fff }
.haberkutu { line-height:normal; color:#000; padding:0px 5px 0px 0px; border:1px dashed #333; }
ul.sicak-haberler1 li, ul.sicak-haberler2 li { padding-right:5px}
.pd5 { padding:5px}
.haberkutu .icbaslik { font-size:12px; color:#fff; font-weight:bold; margin-top:5px}
.haberkutu .kisi{color:#fff; font-weight:normal; font-size:11px; margin:5px 0px}
	.ara-buton {height:40px; line-height:40px; border:none; background-color:#000; color:#fff; font-weight:bold; text-align:center; width:50px }
.ust-serit-haber { margin:10px auto 0px;background-color:#fff; }
.ust-serit-haber .haber-kutu .bg{ background-color:#fff;  }
.ust-serit-haber .haber-kutu .baslik { padding:10px; font-weight:bold; font-size:12px; word-wrap: break-word; }
.ust-serit-haber .haber-kutu { padding-left:5px; padding-right:5px}
.flash-haber {background-color:#000; margin-top:10px }
.flash-haber .icon { background-color:#de0703;   text-align:center; padding:10px 0; width:60px; float:left }
.flash-haber .baslik {   text-align:center; margin:5px 0; width:calc(100% - 60px); float:left; height:40px; line-height:40px; font-weight:800; font-size:14px; color:#fff; border-right:1px solid #fff }
.flash-haber .haber-baslik { color:#fff; height:40px; line-height:40px; margin:5px 0;}
.manset { margin:10px auto 0px; background-color:#fff }
 .sadece-mobil { margin:10px 10px 0px 10px; background-color:#fff}
.manset .icerik, .sadece-mobil .icerik { margin:5px}
.manset .icerik .kisi, .sadece-mobil .icerik .kisi{color:#9d9d9d; font-weight:bold; font-size:12px; margin:5px 0px}
.manset .icerik .haber, .sadece-mobil .icerik .haber{ font-weight:normal; font-size:13px }
.manset .icerik .yazi-full, .sadece-mobil .icerik .yazi-full { font-weight:bold; font-size:14px }
.gal_blok { background-color:#FFF; padding-bottom:10px }
.gal_blok_orta { background-color:#FFF; padding-bottom:10px; margin:0 10px }
.blok { background-color:#FFF; margin:0 10px 10px 0; padding-bottom:10px }
.blok2 { background-color:#FFF; margin:0 10px 10px 10px  }
.blok3 { background-color:#FFF; margin:0  0 10px 10px}
.onecikan { background-color:#fff; }
.baslik-genel { background-color:#de0703 }
.baslik-genel .icon { background-color:#000;   text-align:center; padding:5px 0; width:60px; float:left }
.baslik-genel .baslik {   text-align:left; width:calc(100% - 60px); float:left; height:39px; line-height:39px; font-weight:bold; font-size:14px; color:#fff;   padding-left:15px }
ul.blok-liste { margin:0; padding:0; list-style:none}
ul.blok-liste li { margin:10px 10px 0px; padding-bottom:0px;  /* border-bottom:1px solid #eee;  height:71px  */}
ul.blok-liste li .border { height:1px; background-color:#eee }
ul.blok-liste li .resim { float:left; margin:5px 5px 15px; width:50px; }
ul.blok-liste li .yazi{ color:#000; font-size:12px; font-weight:bold; margin:5px 5px 15px; float:right;  width:calc(100% - 70px) }
ul.blok-liste li .yazi-full { color:#000; font-size:12px; font-weight:bold; margin:5px 5px 15px; float:right;   }
ul.blok-liste li .yazi-full .kisi{ color:#9d9d9d}

ul.blok-liste li .yazi .kisi { color:#9d9d9d}
ul.blok-liste li:last-child { border-bottom:none }


ul.kategori-liste { margin:0; padding:0; list-style:none}
ul.kategori-liste li .kutu { margin:0px 0px 5px 0px; padding-bottom:5px;   border-bottom:1px solid #eee; min-height:65px; clear:both  }
ul.kategori-liste li  .kutu .resim { float:left; margin:5px 5px 5px; width:50px; }
ul.kategori-liste li  .kutu .yazi{ color:#000; font-size:12px; font-weight:bold; margin:5px 5px 5px; float:right;  width:calc(100% - 70px) }
ul.kategori-liste li  .kutu .yazi-full { color:#000; font-size:12px; font-weight:bold; margin:5px 5px 5px; float:right;   }
ul.kategori-liste li  .kutu .yazi-full .kisi{ color:#9d9d9d}
ul.kategori-liste li  .kutu .yazi .kisi { color:#9d9d9d}
ul.kategori-liste li  .kutu:last-child { border-bottom:none }



.hava-bg2 { padding:10px; color:#fff; float:right; background-color:#03a8de; height:54px}
.hava-bg2 .hava-derece { font-size:36px; float:left; margin-left:10px; margin-top:-7px}
.hava-bg2 .hava-bolge {font-size:12px; float:left; line-height:16px; margin-top:0px; font-weight:bold }
 .hava-bg2 .hava-icon { font-size:36px; float:left; margin-top:-7px}
.hava-bg { background-color:#03a8de; padding:10px; color:#fff}
.hava-bg .hava-icon{ font-size:36px; float:left}
.hava-bg .hava-bolge { font-size:16px; float:left; line-height:16px; margin-top:10px}
.hava-bg .hava-durum { font-size:12px;}
.hava-bg2 .hava-durum { font-size:12px; font-weight:normal}
.hava-bg .hava-derece { font-size:36px; float:right}
.hava-bg .hava-derece .celcius, .hava-bg2 .hava-derece .celcius { font-size:16px }

.namaz-bg {background-color:#27ae60; padding:15px 10px; font-size:11px; color:#fff; font-weight:bold }
.namaz-bg ul { padding:0; margin:0; list-style:none}
.namaz-bg ul li { border-right:1px solid #FFF; text-align:center; float:left; width:16.66666667% }
.namaz-bg ul li:last-child { border-right:none}
.doviz-bg { background-color:#403f3e; padding:10px; color:#fff; font-size:12px; font-weight:bold}
.doviz-bg .glyphicon-triangle-top {color:#0C0; font-size:16px;   }
.doviz-bg .glyphicon-triangle-bottom {color:#F00; font-size:16px }
.doviz-bg .kur{ color:#8e8e8e }
.doviz-bg .border{ background-color:#464646;   height:1px; width:90%; margin:10px auto }
.anket { padding:10px }
.anket .soru { font-size:12px; font-weight:bold }
.anket ul.cevaplar { list-style:none; margin:0 0 10px; padding:0 }
.anket ul.cevaplar li { font-size:12px; padding:5px 0  0}
.btn { border-radius:0px}

.blok .baslik h2, .blok2 .baslik h2, .onecikan .baslik h2 {
	font-size:14px;
	font-weight: bold;
	float:left; 
	margin:7px 0 0; padding:0;
 }
  .haber-kategori-blok {margin:5px 10px ; padding:10px; border:1px solid #d2d2d2; font-size:12px }
 .haber-kategori-blok h3 { font-size:14px; font-weight:bold }
 .haber-kategori-blok .bilgi { font-size:12px; color:#999; padding:5px 0; margin:5px 0; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;  }
 .haber-kategori-blok img { width:100%; height:100px}
 .haber-ic {margin:0 10px }
.haber-ic h1{ font-size:18px }
.haber-ic .bilgi { font-size:12px; color:#999; padding:5px 0; margin:5px 0; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;  }
.yorumlar { margin:5px 10px; border:1px solid #d2d2d2; padding:10px ; font-size:12px;}
.yorumlar .bilgi {padding-bottom:5px; margin-bottom:5px; font-size:12px; border-bottom:1px solid #d2d2d2; }
.blok .baslik, .blok2 .baslik, .onecikan .baslik, .onecikan-mobil .baslik { padding:10px }
.yorumlar .begendim { background-color:#060;  color:#fff; padding:5px; font-size:12px; margin-right:5px}
.yorumlar .begendim span { padding:3px 5px; background-color:#fff; color:#000; font-weight:bold }
.yorumlar .begenmedim { background-color:#C00;  color:#fff; padding:5px; font-size:12px}
.yorumlar .begenmedim span { padding:3px 5px; background-color:#fff; color:#000; font-weight:bold }

.blok .baslik, .blok2 .baslik, .onecikan .baslik { padding:10px }
.blok .baslik a.tumu-buton, .blok2 .baslik a.tumu-buton { border:2px solid #de0703; padding:1px 2px 0px; color:#de0703; font-size:12px; font-weight:bold}
.cizgi { margin:5px 0 10px}
.cizgi .kirmizi{width:calc(100% - 50px); height:3px; float:left; background-color:#de0703 }
.cizgi .siyah{width:50px; height:3px; float:left; background-color:#000 }
.blok2 img.resim { width:100%; margin-bottom:10px }
.blok2 .yazi-full,.blok .yazi-full { padding:0px 10px 10px; font-size:12px; font-weight:bold; color:#000 }
.blok2 .yazi-full .kisi, .blok .yazi-full .kisi { color:#9d9d9d }

ul.blok-liste2 { margin:0; padding:0; list-style:none}
ul.blok-liste2 li { margin:10px 10px 0px; padding-bottom:0px;  /* border-bottom:1px solid #eee;  height:71px  */}
ul.blok-liste2 li .border { height:1px; background-color:#eee }
ul.blok-liste2 li .resim { float:left; margin:5px 5px 15px; width:50px; }
ul.blok-liste2 li .yazi{ color:#000; font-size:12px; font-weight:normal; margin:5px 5px 15px; float:right;  width:calc(100% - 70px) }
ul.blok-liste2 li .yazi-full { color:#000; font-size:12px; font-weight:normal; margin:5px 5px 15px; float:right;   }
ul.blok-liste2 li .yazi-full .kisi{ color:#9d9d9d}


.blok .mini-resim { width:80px; height:60px; float:left; margin:0 5px 0 10px}
.blok .mini-icerik { width:calc(100% - 95px); float:left; height:60px }
.blok .mini-icerik .yazi-full { margin:0 10px 0 0; padding:0}
.blok .border { height:1px; background-color:#eee; margin:10px auto; width:95% }
.alt-bg { background-color:#000; border-top:7px solid #353535; padding:10px 0 40px; color:#fff; font-size:12px }
footer h3 { font-size:14px; color:#de0703; font-weight:bold; padding:0; margin:20px 0 20px 0 }
footer .baslik { font-weight:bold }
footer .yorum { color:#9c9c9c }
footer .kisi { font-size:11px; color:#9c9c9c; margin-top:10px }
.pt20 { padding-top:20px}
footer ul.list { list-style:none; padding:0; margin:0; }
footer ul.list li { margin-bottom:8px; }
footer ul.list li a{ color:#fff; text-decoration:none; font-weight:bold }
footer .iletisim i { color:#de0703; font-size:13px }
footer .iletisim .icon { float:left; width:30px; margin-bottom:10px }
footer .iletisim .yazi{ float:left; width:calc(100% - 30px); font-weight:bold; margin-bottom:10px  }
footer .websitem{ height:50px; background-color:#353535 }
footer .websitem .design, footer .websitem .design a { height:50px; line-height:50px; color:#fff; font-size:12px;}


/*-------------------------------4lü gruplar--------------------------------------*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}
 

.slider-row {
	display: block;
	position: relative;
	background: #232323;
	font-size: 0;
}


.slider {
	display: block;
	height: 328px;
}

.slider .slider-image {
	display: block;
	float: left;
	width: 65%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.slider .slider-image a {
	display: block;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: left 0s;
	-moz-transition: left 0s;
	-webkit-transition: left 0s;
	-o-transition: left 0s;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}

.slider .slider-image a.active {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	transition: left 0.3s;
	-moz-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.slider-image2 .slider-overlay a { color:#fff; text-decoration:none }
.slider-image2 .slider-overlay {
display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left:5px;
	margin-bottom:5px;
	width: calc( 100% - 10px );
	background: rgba(222,7,3,0.7);
	z-index: 10;
	color: #fff;
	text-decoration:none	
}
.slider-image2 .slider-overlay strong {
	display: block;
 	font-weight: normal;
	padding: 10px 10px 0;
	font-size: 18px;
	line-height: 22px;
	text-decoration:none
}
.slider-image2 .slider-overlay span {
	display: block;
	font-weight: normal;
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	text-decoration:none
}

.slider .slider-image a .slider-overlay {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	color: #fff;
	text-decoration:none
}

.slider .slider-image a.active .slider-overlay {
	display: block;
	z-index: 10;
	text-decoration:none
}

.slider-navigation {
	display: block;
	float: left;
	width: 35%;
}

.slider-navigation li {
	display: block;
	margin-bottom: 1px;
}

.slider-navigation li a {
	display: block;
	background: #fff;
	border: 1px solid transparent;
	border-left: 0px;
	height: 79px;
}

.slider .slider-image a img {
	width: 100%;
}

.slider-navigation li:hover a {
	background: #e0e0e0;
}

.slider-navigation li.active a {
	display: block;
	background: #222;
	border: 1px solid transparent;
	border-left: 0px;
	height: 79px;
}

.slider .slider-image a .slider-overlay strong {
	display: block;
 	font-weight: normal;
	padding: 15px 20px 8px 20px;
	font-size: 19px;
	line-height: 22px;
	text-decoration:none
}

.slider .slider-image a .slider-overlay span {
	display: block;
	font-weight: normal;
	padding: 0px 20px 15px 20px;
	font-size: 13px;
	line-height: 150%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none
}
.slider-navigation li a { text-decoration:none}
.slider-navigation li a span {
	display: block;
	font-size: 12px;
	color: #828282;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0px 1px 0px #fff;
	height: 32px;
	overflow: hidden;
}

.slider-navigation li a strong {
	display: block;
	font-size: 14px;
	color: #232323;
	line-height: 20px;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-shadow: 0px 1px 0px #fff;
}


.slider-navigation li.active a span {
	color: #828282;
	text-shadow: none;
}

.slider-navigation li.active a strong {
	color: #fff;
	text-shadow: none;
}

/*-------------------------------4lü gruplar--------------------------------------*/
/* CSS Document */

.breakingNews{width:100%;  height:40px;  position:relative; overflow:hidden;}
.breakingNews>.bn-title{width:1px;  display:inline-block; background:#2096cd; position:relative; padding:0; margin:0}
 

.breakingNews>ul{padding:0; margin:0; list-style:none; position:absolute;   top:0; right:40px; height:30px; font-size:14px;}
.breakingNews>ul>li{position:absolute; height:30px; width:100%; line-height:30px; display:none;}
.breakingNews>ul>li>a{text-decoration:none; color:#fff; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>ul>li>a>span{color:#fff;}
.breakingNews>ul>li>a:hover{color:#fff;}

.breakingNews>.bn-navi{width:40px; height:30px; position:absolute; right:0; top:0; opacity:0;}
.breakingNews>.bn-navi>span{width:20px; height:30px; position:absolute; top:0; cursor:pointer; opacity:0.3; background-image:url(../images/bn-arrows.png); background-repeat:no-repeat;}
.breakingNews>.bn-navi>span:hover{opacity:1;}
.breakingNews>.bn-navi>span:first-child{background-position:left center; left:0;}
.breakingNews>.bn-navi>span:last-child{background-position:right center; right:0;}
.breakingNews:hover .bn-navi{opacity:1;}
 
/*renk ayarı -----------------------------*/
.bn-sicak{border-color:#f44a56;}
.bn-sicak>.bn-title{background:#f44a56;}
.bn-sicak>.bn-title>span{border-left-color:#f44a56;}
.bn-sicak>ul>li>a:hover,.bn-red>ul>li>a>span{color:#000;}
   
.bn-flash{border-color:#333; font-size:16px}
.bn-flash>.bn-title{background:#333;}
.bn-flash>.bn-title>span{border-left-color:#333;}
.bn-flash>ul>li>a:hover,.bn-flash>ul>li>a>span{color:#de0703;}
.bn-flash>ul { height:40px;  }
.bn-flash>ul>li {height:40px; line-height:40px}
.bn-flash>.bn-navi>span{width:20px; height:40px; position:absolute; top:0; cursor:pointer; opacity:0.3; background-image:url(../images/bn-arrows-byz.png); background-repeat:no-repeat;}
  
.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}
.nav-tabs>li>a:hover{ background-color:#999}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}
#flash {height:50px}
/*-------------------------SLİDER*/ 
 #numarator, #numarator_son_video, #pop_gal_num, #son_gal_num, #son_yrm_num, #byk_manset, .katlist-num, .hbr_dty_num { text-align:center }
#son_yrm_num { margin-top:10px}
#numarator a,#numarator_son_video a,#pop_gal_num a, #son_gal_num a, #byk_manset a, .katlist-num a, .hbr_dty_num a {color:#000}
#son_yrm_num a{ color:#fff }
#numarator a.active, #numarator a:hover,#numarator_son_video a.active, #numarator_son_video a:hover,#pop_gal_num a.active, #pop_gal_num a:hover,#son_gal_num a.active, #son_gal_num a:hover,#son_yrm_num a.active, #son_yrm_num a:hover, #byk_manset a.active, #byk_manset a:hover, .katlist-num a:hover, .katlist-num a.active, .hbr_dty_num a:hover, .hbr_dty_num a.active {color:#de0703}
ul.bxslider li {  width:198px}
ul.bxslider,
ul.gallery {
  margin:0; 
}
 
.bx-wrapper .meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  padding:0.5em 0;
}

.bx-controls {
  position:absolute;
  right:0;
  top:1px;
}

.bx-prev,
.bx-next {
  background:url("../images/bx-bg.png") no-repeat;
  display:inline-block;
  height:27px;
  width:30px;
}

.bx-next {
  background-position:-30px;
}

#sicak1-prev a.bx-prev,
#sicak1-next a.bx-next,
#sicak2-prev a.bx-prev,
#sicak2-next a.bx-next {
  background:url("../images/bn-arrows.png") no-repeat;
  display:inline-block;
  height:24px;
  width:20px;
  margin-top: 20px
}
.sicak-haber-basliklar .bx-viewport{ float:left}

#sicak1-next a.bx-next,#sicak2-next a.bx-next {
  background-position:-20px;
}

.bx-wrapper h4 {
  font-weight:normal;
}

#gallery {
  position:relative;
}

.post-icon {
  float:left;
  margin-right:10px;
}
.bx-prev:hover,
.bx-next:hover,
a.jp-previous:hover,
a.jp-next:hover {
  background:url("../images/bx-bg-hover.png") no-repeat !important;
}

.bx-next:hover,
a.jp-next:hover {
  background-position:-30px center !important;
}


#sicak1-prev a.bx-prev:hover,
#sicak1-next a.bx-next:hover,
#sicak2-prev a.bx-prev:hover,
#sicak2-next a.bx-next:hover {
  background:url("../images/bn-arrows-byz.png") no-repeat !important;
}

#sicak1-next a.bx-next:hover,
#sicak2-next a.bx-next:hover{
  background-position:-20px center !important;
}

/*****RESİMLERİ ZOOMLAMA ********/
.img-wrapper {
    display: inline-block;
    overflow: hidden;
	width:100%
}

.img-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrapper img:hover {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
}
.sadece-mobil{ display:none;  }
 
/*----BXSLİDER SON------------*/
.saat-takvim { background-color:#1c1c1c; width:100%; padding:3px 3px 2px}
.takvim {float:left; background-color:#de0703; border-radius:5px; padding:3px 5px; min-width:60px}
.gun { text-align:center; font-size:18px; font-weight:bold; color:#fff}
.ay { text-align:center; font-size:11px; color:#fff}
.saat { float:right; text-align:right; color:#fff}
.gun-yazi { font-size:11px}
.saat-yazi { font-size:24px}
 footer .iletisim ul.sosyal li{ float:left; margin-bottom:5px}
  footer .iletisim ul.sosyal li:first-child{ margin-right:5px}
    footer .iletisim ul.sosyal li:last-child{ margin-right:0px}

/*---PAYLAŞ BUTON ---- */
.share >a {
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  font-weight:normal;
  margin-bottom:5px
}
.share >a:last-child {
  margin-right: 0px;
}
.getshare input[type="checkbox"] { display: none; }
.share label {
  cursor: pointer;
  display: inline-block;
}
.share label:before {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 9px 0px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
 .twitter2 .getshare-counter {
  background: #0b89b7;
  font-weight:normal;
  margin-top:2px
}
 .twitter2 .getshare-counter:after {
  background: #0b89b7;
  font-weight:normal
}
 .twitter2 label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #00acee;
    padding-top:3px;

}
 .twitter2 label:before {
	font-family: FontAwesome;
	font-size:16px;
  content: '\f099';
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  width: 35px;
  height: 20px;
}
 .facebook2 .getshare-counter {
  background: #2c487f;
  font-weight:normal;
  margin-top:2px
}
 .facebook2 .getshare-counter:after {
  background: #2c487f;
}
 .facebook2 label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3b5998;
  padding-top:3px;
}
 .facebook2 label:before {
	font-family: FontAwesome;
	font-size:16px;
  content: '\f09a';
  background: #3b5998 ;
  -webkit-background-size: 8px;
  -moz-background-size: 8px;
  background-size: 8px;
  width: 30px;
  height: 20px;
}
 .google2 .getshare-counter {
  background: #b22d1e;
  font-weight:normal;
  margin-top:2px
}
 .google2 .getshare-counter:after {
  background: #b22d1e;
}
 .google2 label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #cd3c2b;
   padding-top:3px;
}
 .google2 label:before {
 	font-family: FontAwesome;
	font-size:16px;
  content: '\f0d5';
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  width: 40px;
  height: 20px;
}
 .linkedin2 .getshare-counter {
  background: #2c487f;
  font-weight:normal;
  margin-top:2px
}
 .linkedin2 .getshare-counter:after {
  background: #2c487f;
}
 .linkedin2 label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #4875B4;
  padding-top:3px;
}
 .linkedin2 label:before {
	font-family: FontAwesome;
	font-size:16px;
  content: '\f0e1';
  background: #4875B4 ;
  -webkit-background-size: 8px;
  -moz-background-size: 8px;
  background-size: 8px;
  width: 32px;
  height: 20px;
}

 .pinterest2 .getshare-counter {
  background: #9e151d;
  font-weight:normal;
  margin-top:2px
}
 .pinterest2 .getshare-counter:after {
  background: #9e151d;
}
 .pinterest2 label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #cd2028;
  padding-top:3px;
}
 .pinterest2 label:before {
	font-family: FontAwesome;
	font-size:16px;
  content: '\f231';
  background: #cd2028 ;
  -webkit-background-size: 8px;
  -moz-background-size: 8px;
  background-size: 8px;
  width: 33px;
  height: 20px;
}
 .getshare-counter {
  padding: 0px 8px;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  left: -3px;
  top: -3px;
  cursor: pointer;
}
 .getshare-counter:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  top: 7px;
}

.yazdir { display:none}
ul.sayfalama { list-style:none; float:right}
ul.sayfalama li.aktif { background-color:#de0703}
ul.sayfalama li { background-color:#000; margin-right:3px; float:left; margin-bottom:5px}
ul.sayfalama li a, ul.sayfalama li a:hover {color:#fff; font-weight:bold; text-decoration:none; display:block; padding:5px 10px;}
ul.sayfalama li:last-child { margin-right:10px }
.onceki {border:1px solid #f2f2f2; background-image:url("../images/sol.png"); margin-right:5px}
.dt_img {margin:5px; float:right; width:calc( 100% - 10px )}
.dtl_img { margin:5px; float:left; width:calc( 100% - 10px )}
.on_yazi { display: table-cell; height:75px; vertical-align:middle; font-weight:bold; font-size:12px; line-height:14px}
.sonraki {border:1px solid #f2f2f2; background-image:url("../images/sag.png"); margin-left:5px}
.yazar_ad { line-height:15px; padding:5px; background-color:#333; color:#fff; font-size:12px; font-weight:bold; text-align:center}
 	@media (max-width:767px) {
		.onceki { margin-right:0px }
		.sonraki {margin-left:0px}
		.mobilde-yok { display:none }
		ul.bxslider li { width:100% }
		.breakingNews>ul { height:40px}
		.breakingNews>ul>li { height:40px}
		ul.ust-menu {width:100%; margin-right:0px}
	ul.ust-menu li{  margin:5px auto; float:none;},
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color:#fff; background-color:#000 }
 	.logo-alt { height:auto}
	.navbar-collapse { background-color:#000 }
 	.sicak-haber-basliklar {height:auto; line-height:normal; float:left}
	header {height:auto}
	.ust-serit-haber .haber-kutu { margin:10px auto }
	.ust-serit-haber .haber-kutu { padding-left:15px; padding-right:15px}
	.flash-haber .haber-baslik {   height:auto; line-height:normal }
	.blok, .blok2, .blok3 { margin:10px}
.blok .mini-resim { margin:10px 5px 0 10px}
.blok .mini-icerik {margin-top:10px }
.blok .border { display:none }
.manset { display:none }
.sadece-mobil{ display:block; background-color:transparent}
footer .websitem { height:auto}
footer .websitem .design, footer .websitem .design a { height:auto; line-height:25px }
.en-ust { height:auto }
ul.sosyal li{ float:left }
ul.sosyal li:first-child{ margin-right:5px}
ul.sosyal li:last-child{ margin-right:0px}
.logo { height:auto }
img { max-width:100% }
 .bbs { width:calc( 100% - 40px ); float:left; margin-bottom:5px }
 .flash-haber .baslik { text-align:left; padding-left:10px; border-right:none}
 
 .navbar-default .navbar-nav>li>a {margin-left:15px }
.logom { margin:5px; text-align:center }
.logom img { max-height:75px }
img.one-cikan { height:auto}
.gal_blok { margin:10px 10px 0px }
.gal_blok_orta { margin:10px 10px 0px }
 	}
	@media (min-width: 992px) and (max-width:1200px) {
	.blok .mini-icerik { height:auto}	
	}
@media (min-width: 768px) and (max-width:1200px) { .blok {margin:0px; }
.hava-bg2 { height:auto }
.takvim { width:100%}
.sicak-haber-basliklar .bx-wrapper { float:left; width: calc( 100% - 50px ) }
.flash-haber .baslik {font-size:16px; line-height:18px}
}