/* RESPONSIVE  */

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

}

@media only screen and (min-width: 992px){

	.hizmetler2 .col-lg-6 { padding-left: 150px; }
}

@media only screen and (max-width: 991px){
	.hide-sm, .main-header .header-top, .main-header .main-box{ display: none !important; }
	.main-header{ position: relative; }
	.mobile-header{ position: relative; display: block; width: 100%; background-color: #ffffff; margin: 0; padding: 20px 15px; }
	.nav-outer .mobile-nav-toggler{ display: block; }
	.main-header .nav-outer .main-menu{ display: none; }
	.nav-outer .mobile-nav-toggler{ padding: 5px 0; }
	.mobile-header.fixed-header{ position: fixed; top: 0; width: 100%; }

	.prosav {
		font-size: 48px;
		text-align: center;
		padding-bottom: 0px;
		letter-spacing: 14px;
		color: var(--text-color);
		font-weight: 400;
	}

	.mobile-header .logo a { margin-top:60px }
}

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

}

@media only screen and (max-width: 767px){
	.main-header .logo img { max-width:200px; }
}	

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

}

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

}

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

}

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

}

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

}
