
@media only screen and (min-width: 959px) and (max-width: 1231px) {

	.container {
		width: 100%;
		padding: 0 10px;
	}


}


/* tablet dikey */

@media only screen and (min-width: 768px) and (max-width: 979px) {

	.container {
		width: 100%;
		padding: 0 10px;
	}

	.sc-info,
	.sc-map {
		width: 50%;
	}

	.sc-form,
	.sc-form ul,
	.salb-t {
		width: 100%;
	}

	footer {

	}

}


/* mobile yatay */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container {
		width: 100%;
		padding: 0 10px;
	}

	.sc-info,
	.sc-map,
	.sc-form,
	.sa-left,
	.sa-right,
	.sc-form ul,
	.salb-t,
	.f-copyright,
	.f-development,
	.sp-menu,
	.sp-right {
		width: 100%;
	}

	.sc-info {
		height: auto;
	}

	.sc-map {
		height: 200px;
	}

	.swfll-w {
		width: 33.3%;
	}

	footer {
		height: 110px;
	}

	.h-wrap {
		margin-bottom: -110px;
	}

}


/* mobile dikey */

@media only screen and (max-width: 479px) {

	.container {
		width: 100%;
		padding: 0 10px;
	}

	nav ul li {
		width: 100%;
		display: block;
		padding: 0 0 5px 0;
	}

	.sc-info,
	.sc-map,
	.sc-form,
	.sa-left,
	.sa-right,
	.sc-form ul,
	.sc-form ul li,
	.salb-t,
	.f-copyright,
	.f-development,
	.sp-menu,
	.sp-right {
		width: 100%;
	}

	.sc-map {
		height: 250px;
	}

	.sc-info {
		height: auto;
	}

	.swfll-w {
		width: 50%;
	}

	footer {
		height: 130px;
	}

	.h-wrap {
		margin-bottom: -130px;
	}

	.fancybox-close {
		right: 0 !important;
	}

}
