/********** 991 - 1200 *************/
@media (min-width: 991px) and (max-width: 1200px) {
	
	.fbox img.ficon{
		display: none;
	}

	.fbox span{
		padding-left:10px;
	}
}

/********** 768 - 991 *************/
@media (min-width: 768px) and (max-width: 991px) {

	a.logo{

	}

	a.logo img{
		width:170px;
	}

}	

@media (max-width: 767px) {
	a.logo{
		bottom:10px;
		position: relative;
	}

	a.logo img{
		width:130px;
		margin-top:20px;
	}

	.navbar-header button{
		margin-top:40px;
		border-radius:0px;
		background: #AB9347;
		border:1px solid #8E7A48 !important;
	}

	.navbar-header button span.icon-bar{
		background: #fff !important;
	}

	.navbar-header button:active , .navbar-header button:focus{
		background: #333 !important;
	}

	#menu{
		background: rgba(0,0,0,0.8);
		border:0px;
	}

	#menu ul{
		float:none;
	}

	#menu ul li a{
		padding: 5px 15px;
	}

	.footer .fbox{
		margin-top:5px;
		height:auto;
		padding:0px;
	}

	.fbox img.ficon{
		display: none;
	}

	.fbox span{
		padding:10px 0px;
		padding-left:10px;
		font-size:15px;
		line-height:18px;
	}

	.fbox a.detay{
		top:15px;
		width: 90px;
		height:30px;
		line-height:30px;
		font-size:13px;

	}

	.videoPlayer{
		bottom:135px;
	}
	
	.yorumlar p{
		width: calc(100%);
		padding-right:10px;
	}
	
	#player1{
			height:250px;
		}
}

@media (max-width: 480px) {

}