@media (max-width: 1585px) {


}
@media (max-width: 1300px) {

	
}
@media (max-width: 768px) {

	.container-fluid {
		max-width:calc(100vw - 0px);	
	}

		
	.btn {
		height:35px;
		line-height:30px;
		padding:0px 20px;
		font-size:16px;
	}



	#bloklar {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:inherit;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
	}
	#bloklar .sol {
		position:relative;
		width:100%;
		height:inherit;
		min-height:50vh;
		background:#000;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		padding-top:20px;
		padding-bottom:120px;
	}
	#bloklar .sol .logo {
		width:100%;
		height:70px;
		margin-bottom:10px;
		text-align:center;
	}
	#bloklar .sol .logo img {
		height:100%;
	}
	#bloklar .sol .yuzuk {
		width:100%;
		height:100px;
		margin-bottom:10px;
		text-align:center;
	}
	#bloklar .sol .yuzuk img {
		height:100%;
	}
	#bloklar .sol .yazi1 {
		width:100%;
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 2.4827585px;
		text-align:center;
		margin-bottom:10px;
	}
	#bloklar .sol .yazi2 {
		position:relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		display:inline-flex;
		align-items:center;
	}
	#bloklar .sol .yazi2 i {
		font-size: 26px;
	}
	#bloklar .sol .yazi2:before {
		position:absolute;
		content:"";
		top:-20px;
		right:-65px;
		width:73px;
		height:61px;
		background:url('../img/icon/arrow1.png');
		background-repeat:no-repeat;
	}
	#bloklar .sol .alt {
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		padding:10px 10px;
		display:flex;
		align-items:center;
		flex-wrap:wrap;
		border-top:1px solid rgba(255,255,255,0.13);
	}
	#bloklar .sol .alt .adres {
		width:100%;
		color: #ffffff;
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		text-align:center;
		margin-bottom:15px;
	}
	#bloklar .sol .alt .teldiv {
		width:50%;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		text-align:center;
		margin-bottom:15px;
	}
	#bloklar .sol .alt .buton {
		width:50%;
		text-align:center;
	}
	#bloklar .sag {
		position:relative;
		width:100%;
		height:inherit;
		min-height:50vh;
		background:#e9e186;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		padding-top:20px;
		padding-bottom:120px;
	}
	#bloklar .sag .logo {
		width:100%;
		height:70px;
		margin-bottom:10px;
		text-align:center;
	}
	#bloklar .sag .logo img {
		height:100%;
	}
	#bloklar .sag .yuzuk {
		width:100%;
		height:100px;
		margin-bottom:10px;
		text-align:center;
	}
	#bloklar .sag .yuzuk img {
		height:100%;
	}
	#bloklar .sag .yazi1 {
		width:100%;
		color: #53575a;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 2.4827585px;
		text-align:center;
		margin-bottom:10px;
	}
	#bloklar .sag .yazi2 {
		position:relative;
		color: #53575a;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		display:inline-flex;
		align-items:center;
	}
	#bloklar .sag .yazi2 i {
		font-size: 26px;
	}
	#bloklar .sag .yazi2:before {
		position:absolute;
		content:"";
		top:-20px;
		right:-65px;
		width:73px;
		height:61px;
		background:url('../img/icon/arrow1.png');
		background-repeat:no-repeat;
	}
	#bloklar .sag .alt {
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		padding:10px 10px;
		display:flex;
		align-items:center;
		flex-wrap:wrap;
		border-top:1px solid rgba(255,255,255,0.13);
	}
	#bloklar .sag .alt .adres {
		width:100%;
		color: #53575a;
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		text-align:center;
		margin-bottom:15px;
	}
	#bloklar .sag .alt .teldiv {
		width:50%;
		color: #53575a;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		text-align:center;
		margin-bottom:15px;
	}
	#bloklar .sag .alt .buton {
		width:50%;
		text-align:center;
	}
}