/*# CUSTOM */

body { font-size:16px; font-family: 'Manrope', serif; }

.navbar-toggler { font-size:18px; background:#0069d9; }
 
.img-fluid { width:100% !important; }

.manset1baslik { font-size:36px; }
.manset1tarih { font-size:14px; }
.manset1spot { font-size:16px; }
.manset2baslik { font-size:18px; }
.manset2tarih { font-size:14px; }

.haberbox {}
.haberfotograf { position:relative; }
.haberkategori { position:absolute;bottom:0;right:0;background:#a53f4c; }
.haberkategori a { font-size:14px; }
.habertext {}
.haberbaslik { font-size:22px; }
.habertarih { font-size:14px; }
.haberspot { font-size:16px; }

.manset1baslik a, .manset2baslik a, .haberbaslik a { color:black; }


.owl-nav {
	position:absolute;
	top:-65px;
	left:230px;
}

/* masaüstü  versiyon  */
@media (min-width: 768px) { 
	ul.navsol > li {
		border-right: 1px solid #888888;
	}
	ul.navsol > li:last-child {
		border-right: none;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.foothaber { width:30%; }
}

/* mobil versiyon */
@media (max-width: 768px) { 
	.manset1baslik { font-size:22px; }
	.navbar-brand img { width:120px; }
	.manset2baslik { font-size:14px; }
	.manset2tarih { font-size:12px; }
	.foothaber { width:45%; }
}

.footer_menu {
    list-style: none;
    padding: 0
}
.footer_menu li>a {
    color: #fff !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.footer_menu li>a:hover,
.footer_menu li>a:focus {
    color: #f5bc04 !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    margin-left: 5px
}





/***** sosyal medya share****************/

.prepbootstrap-sharing-container
{
		display: inline-block;
		margin-left: 50%;
		margin-top:100px;
		padding: 0;
		z-index: 11100;
		overflow: hidden;
		width: 64px;
}

.prepbootstrap-sharing-container .sharing-item
{
		width: 32px;
		height: 32px;
		text-align: center;
		cursor: pointer;
}
.prepbootstrap-sharing-container .sharing-item:hover
{
		width: 64px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.prepbootstrap-sharing-container .sharing-img
{
		display: inline-block;
		margin: auto;
		margin-top: 8px;
		width: 32px;
		height: 32px;
		background-image: url(/Content/images/sharing32x32.png);
}
.prepbootstrap-sharing-container .sharing-fb
{
		background-color: #305891;
}
.prepbootstrap-sharing-container .sharing-fb .sharing-img
{
		background-position: 0px 0px;
}
.prepbootstrap-sharing-container .sharing-gp
{
		background-color: #CE4D39;
}
.prepbootstrap-sharing-container .sharing-gp .sharing-img
{
		background-position: 0px -32px;
}
.prepbootstrap-sharing-container .sharing-tw
{
		background-color: #2CA8D2
}
.prepbootstrap-sharing-container .sharing-tw .sharing-img
{
		background-position: 0px -64px;
}
.prepbootstrap-sharing-container .sharing-li
{
		background-color: #4498C8;
}
.prepbootstrap-sharing-container .sharing-li .sharing-img
{
		background-position: 0px -96px;
}

.facebook-icon,.google-plus-icon,.twitter-icon,.linkedin-icon { color: #FFFFFF; font-size: 18px; padding-top: 0px; }

@media (max-width: 768px) { 

	.prepbootstrap-sharing-container
	{
			display: inline-block;
			margin: 0;
			padding: 0;
			z-index: 11100;
			overflow: hidden;
			width: 100%;
	}


	.prepbootstrap-sharing-container .sharing-item
	{
			width: 32px;
			height: 32px;
			text-align: center;
			cursor: pointer;
			display: inline-block;
	}
	.facebook-icon,.google-plus-icon,.twitter-icon,.linkedin-icon { color: #FFFFFF; font-size: 18px; padding-top: 0; }


}






/*****************************eski kodlar***********************************/


.currency-widget {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background: #e0c671;
}
.currency-item {
    width: 25%;
    float: left;
    background-color: #fff;
		text-align:center;
		border-right:1px solid #e0c671;
		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; 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; }
	.ntnav { display:none; }
	#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:90%; color:white; padding:10px; }
	.ntnav { display:none; float:left: width:8%; }
}
.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;
}
