/*# CUSTOM */

body { font-size:16px; }
.navbar-toggler { font-size:14px; background-color:#d39e00; }
 
@media (min-width: 768px) {
	.navbar { padding:0; }
	.navbar-brand { padding-top:0; }
}
@media (max-width: 768px) {
	.navbar-brand img { width:120px; }
	.tarihsaat { text-align:center; }
}

.img-fluid { width:100% !important; }

.currency-widget {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background: #1f3473;
}
.currency-item {
    width: 25%;
    float: left;
    background-color: #fff;
	text-align:center;
	border-right:1px solid #1f3473;
	font-size:14px;
}

.currency-item_name {
    color: #687b66;
}
.currency-item_value {
    color: #344557;
		font-weight:bold;
}
.currency-item_change {
    color: #838383;
}

.arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 10px solid #56c695;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    margin: 5px 2px 0;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 10px solid #CC2B1B;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    margin: 5px 2px 0;
}

@media (max-width: 768px) {
	.currency-item {
		width: 25%;
		float: left;
		background-color: #fff;
	}
	.currency-item_value {
		color: #344557;
	}
	.currency-item_change {
		color: #838383;
	}
	.arrow-up {
    margin: 2px 2px 0;
	}
	.arrow-down {
		margin: 2px 2px 0;
	}
}

/*Haber Detay*/

.ybaslik h1 { margin-top:0; margin-bottom:15px; font-size:2rem; line-height:120%; }
.yozet { font-size:20px; margin-bottom:15px; }
.ypaylas { margin-bottom:15px; }
.yresim { margin-bottom:15px; }
.yicerik { font-size:18px; line-height:28px; }
.ybaslika { text-align:center; margin:5px; font-size:16px; }
.tarih { text-align:center; color:#B08B06; }
.list-group h2 { font-size:1.6rem; }
.list-group .list-group-item { padding:0; }
.puandurumu td, .puandurumu th { font-size:14px; }

.mpyazar img { border-radius:50%; border:1px solid silver; }

.galeriadi h1 { font-size:2rem; line-height:120% }
.gresim { position:relative; }
.gresimkontrol { position: absolute; width: 100%; top: 40%; left:0; }
.gresimkontrol i { font-size:70px; }
.gresimkontrolnext { right:20px;	position:absolute;	cursor:pointer; color:white; }
.gresimkontrolprev{	left:20px;	position:absolute;	cursor:pointer; color:white; }

#newsticker .owl-nav{
	position: absolute;
	top: -22px;
	right: -105px;
}
@media only screen and (max-width: 768px) {
	.ntheader { display:none; }
	.ntbody { float:left; width:100%; color:white; height:50px; padding:0; overflow:hidden; }
	#newsticker .item { height:50px; }
}
@media only screen and (min-width: 768px) {
	.ntheader { float:left; width:10%; background:black; color:white; text-align:center; padding:10px; }
	.ntbody { float:left; width:65%; color:white; padding:10px; }
}
.ntbody .item a { color:white; }
.sd { background:#ca2026; }

#newsticker .item { 
  display: table !important;
  width: 100% !important;
}

#newsticker .item .cell {
	vertical-align:middle !important;
  	display: table-cell !important;
}


