@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 992px) {
	.mb-xl-40{margin-bottom:40px;}
	.mt-xl-40{margin-top:40px;}
}
@media only screen and (max-width : 991px) {
	.mb-lg-40{margin-bottom:40px;}
	.mt-lg-40{margin-top:40px;}
	.atf-ticket1 .form-group input, #ticket .form-group input {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.atf-width-area {
		height: 1000px;
	}
	.atf-ticket1{
		margin-top:30px;
	}

}
