body{
	background:#f8f8f8;
	background-image: unset !important;
}
iframe{
	border:0px;
}
#breadcrumb ol{
    display: inline-block;
    margin: 0;
    padding: 0;
}
#breadcrumb li{
	display:inline-block;
    margin: 0;
    padding: 0;
}
#breadcrumb a{
	color:#000;
	margin:0;
}
#breadcrumb span{
	display:inline-block;
}
#breadcrumb a:hover{
	color:#FBA700;
}
#breadcrumb .active{
	color:#000;
}
.blog{
	font-family: Poppins,sans-serif;
	margin:0px auto 0px auto;
	overflow:hidden;
}

.blog-main .text{
	background:#fff;
	font-size:16px;
}
.blog h1{
    display: block;
	color:#000;
}
.headline{
    display: block;
    background: #fff;
    box-shadow: 0 0 3px #00000020;
	box-sizing:border-box;
}
.altBaslik{
	position:relative;
    margin: 30px  0 0 0;
	background:#f1f1f1;
	color:#000;
}
.altBaslik:before{
    content: "";
    position: absolute;
    display: block;
    height: 27px;
    width: 100%;
    top: -27px;
    background: #f1f1f1;
}
.altBaslik span{
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #FBA700;
    float: left;
    font-weight: bold;
}
.video{
	margin: 10px 0;
    box-shadow: 0 0 5px #00000020;
    position: relative;
    padding: 0;
	overflow: hidden;
}
.blog h2{
    display: block;
    background: #F3E2B8;
}

.blog p{
    padding: 0 10px;
}

.blog-other .benzer{
    font-size: 18px;
    color: #000;
    line-height: 45px;
    height: 45px;
    border-bottom: 5px solid #FBA700;
    padding-left: 5px;
	margin-top: 5px;
    font-weight: bold;
    background: #fff;
    box-shadow: 0 0 3px #00000020;
    box-sizing: border-box;
}
.blog-other ul{
	display: inline-block;
	text-align:center;
	margin: 0;
	padding: 0;
}
.blog-other li{
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
.blog-other ul li a{
	display: inline-block;
	color:#000;
}
.blog-other ul li a:hover{
	color:#FBA700;
}
.blog-other span{
    font-weight: bold;
    text-align: left;
}
.blog-other img{
    border-bottom: 1px solid #E2E2E2;
}

#blog-slider{
    padding: 2px;
    width: 1050px;
    height: 393px;
    box-sizing: border-box;
}

.blog .shadow{
	position: absolute;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
	bottom:0;
	left:0;
	right:0;
}
#blog-slider .box.box-0 a .box-text h2{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
#blog-slider .box.box-0 a:hover .box-text h2{
	color:#f00;
}

#blog-slider .box.box-1 a .box-text h2{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#blog-slider .box.box-1 a:hover .box-text h2{
	color:#f00;
}

#blog-slider .box.box-2 a .box-text h2{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#blog-slider .box.box-2 a:hover .box-text h2{
	color:#f00;
}
.box{
	overflow:hidden;
	float:left;
	box-shadow: 0 0 5px #00000020;
	border-radius: 5px;
}
.box-text{
	position:absolute;
}
.box-text span{
    font-size: 15px;
    color: #fff;
}

.box h2{
	display:block;
}
.box-0{
	position:relative;
	width: 688px;
	height:387px;
}
.box-1{
	position:relative;
	margin: 0 0 5px 20px;
	width:336px;
	height:189px;
}
.box-2{
	position:relative;
	margin: 5px 0 0 20px;
	width:336px;
	height:189px;
}
.box-3{
	position:relative;
	margin: 1px 0 0 3px;
	width:336px;
	height:189px;
}
.box-0 img{
	width: 688px;
	height:387px;
}
.box-1 img{
	width:336px;
	height:189px;
}
.box-2 img{
	width:336px;
	height:189px;
}
.box-3 img{
	width:336px;
	height:189px;
}
.box-img{
	position:absolute;
}
.blog .kategori{
	display: inline-block;
	font-weight: normal;
	color:#fff;
	text-transform: capitalize
}
	
.red{
	background: #f00;
}
.purple{
	background: #830555;
}
.brown{
	background: #98531b;
}
.blue{
	background: #19108d;
}

#blog-liste{
	margin: 10px auto;
	width: 100%;
	overflow: auto;
}
#blog-liste .resim-kucuk {
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
	background: #ccc;
}
#blog-liste .resim-kucuk img {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
#blog-liste .icerik {
	position:relative;
	box-sizing: border-box;
	overflow: auto;
	background: #fff;
}
#blog-liste .icerik a{ 
	display: inline-block;
	color: #000;
}
#blog-liste .icerik a:hover{ 
	display: inline-block;
	color: #ee9f00;
}
#blog-liste .icerik h3, #blog-liste .icerik h3 a {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}
.box:hover .slaty-baslik {
    color: #feab04 !important;
}
.icerik:hover .b {
    color: #feab04 !important;
}
/* ------------ blog end ------ */


/* Landscape */
@media (min-aspect-ratio: 1/1) {
	.content{
		width:1050px !important;
		float:left;
		margin: 0!important;
	}
	.main{
		width:1050px !important;
	}
	.blog{
		width:1050px;
		font-size:14px;
	}
	.blog .kategori{
		height: 14px;
		line-height: 14px;
		padding: 6px 10px;
		font-size: 15px;
		border-radius: 3px;
	}
	.icerik .kategori{
		margin: 15px 0;
	}
	.blog-main{
		padding:5px;
		width:800px;
		float:left;
	}
	.blog h1{
		font-size: 30px;
	}
	.headline{
		padding: 5px;
		width:800px;
		border-radius:5px;
	}
	#breadcrumb{
		font-size: 14px;
	}
	.video{
		margin: 10px 0;
		border-radius: 5px;
		height: 450px;
		width: 800px;
	}
	.video .frame{
		width:800px;
		height:450px;
	}
	.altBaslik span{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		border-top-left-radius: 5px;
	}
	.blog h2{
		padding-left: 65px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		border-radius: 5px 5px 0 0;
	}
	.blog-other{
		width:220px;
		float:right;
	}
	.blog-other .benzer{
		width: 210px;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 5px;
	}
	.blog-other li{
		width: 210px;
		height: 160px;
		margin: 5px 0;
		border-radius: 5px;
		box-shadow: 0 0 3px #00000020;
	}
	.blog-other span{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding-left: 6px;
	}
	#blog-liste .resim-kucuk {
		width: 336px;
		height: 189px;
		margin: 0 20px 0 0;
		border: 1px solid #f1f1f1;
		border-radius:8px;
	}
	#blog-liste .resim-kucuk img {
		width: 336px;
		height: 189px;
	}
	.blog .shadow{
		top: 30%;
	}
	.box-0 .slaty-baslik{
		font-size:25px;
		font-weight:bold;
	}
	.box-1 .slaty-baslik{
		font-size:20px;
		font-weight:bold;
	}
	.box-2 .slaty-baslik{
		font-size:20px;
		font-weight:bold;
	}
	.box-text{
		bottom:10px;
		left:10px;	
	}
	#blog-liste .icerik {
		padding: 5px;
		margin: 15px 3px;
		background: #fff;
		line-height: 20px;
		font-size:14px;
		border-radius:5px;
		box-shadow: 0 0 5px #00000020;
	}
	#blog-liste .b{
		color: #000;
		font-size: 24px;
		font-weight: bold;
		display: block;
		margin: 10px 0;
	}
	#blog-liste .tarih{
		position:absolute;
		bottom:5px;
		right:10px;
	}
	.icerik .detail{
		color:#000;
	}
}


/* Portrait */
@media (max-aspect-ratio: 1/1) {
	.content{
		margin: 0!important;
	}
	.main{
	}
	.blog{
		padding:1vw;
	}
	.blog-main{
		box-sizing: border-box;
	}
	.blog h1{
		font-size: 6vw;
	}
	.blog-main img{
		width:100%;
		height:auto;
	}
	.headline{
		padding: 2vw 1vw;
		border-radius:2vw;
	}
	#breadcrumb{
		font-size: 3vw;
	}
	#breadcrumb a{
		font-weight: normal;
	}
	.video{
		margin: 10px 0;
		border-radius: 2vw;
		width: 100%;		
		height: 56vw;
	}
	.video .frame{
		width: 100%;		
		height: 56vw;
	}
	.altBaslik span{
		width: 13vw;
		height: 13vw;
		line-height: 13vw;
		font-size: 8vw;
		border-top-left-radius: 2vw;
	}
	.blog h2{
		padding-left: 16vw;
		height: 13vw;
		line-height: 13vw;
		font-size: 4vw;
		border-radius: 2vw 2vw 0 0;
	}
	.blog-other{
		width:100%;
	}
	.blog-other .benzer{
		width: 100%;
		border-radius: 2vw;
	}
	.blog-other li{
		width: 47%;
		height: auto;
		margin: 5px 1vw;
		border-radius: 2vw;
		box-shadow: 0 0 1vw #00000020;
	}
	.blog-other span{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		padding-left: 6px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
		width: 85%;
	}
	.blog-other img{
		width:100%;
		height:auto;
	}
	#blog-liste .resim-kucuk {
		width: 100%;
		border: 1px solid #f1f1f1;
		border-radius:2vw;
	}
	#blog-liste .resim-kucuk img {
		width: 100%;
		height: auto;
	}
	#blog-liste .bottom{	
		position: absolute;
		bottom: 10px;
		left: 10px;
		right: 0;
		color: #fff;
		padding: 0 0 0 1vw;
		text-align:left;
		font-size: 20px;
	}
	#blog-liste .icerik {
		padding: 5px;
		margin: 15px 3px;
		background: #fff;
		line-height: 20px;
		font-size:14px;
		border-radius:2vw;
		box-shadow: 0 0 5px #00000020;
	}
	.blog .shadow{		
		top: 50%;
	}
	.blog .kategori{
		height: 14px;
		line-height: 14px;
		padding: 6px 10px;
		font-size: 15px;
		border-radius: 3px;
	}
	.icerik .kategori{
		margin: 15px 0;
	}
	.detail{
		font-size: 15px;
		line-height: 22px;
		color: #000;
		font-weight: normal;
		display: inline-block;
		margin: 8px 0;		
	}
}
