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

	.height450 img {
	    height: 350px;
	}

	.topHeader .float-right, .topHeader .float-left {
		padding-top: 0 !important;
	}

	.productBG .cWidth {
		width: 50%;
		text-align: center;
	}

	.tagline {
		height: 55px;
	}

	.productBG .buyNow {
		padding-top: 10px !important;
	}

	.eventPanel .cWidth {
		width: 50%;
	}

	.w-15 {
	    width: 8%;
	}

	.footer1 .tagline {
		height: inherit !important;
	}

	.footer1 .container {
		text-align: center;
		width: 75%;
		margin: auto;
	}
	
	.footer1 .addressWidth {
		width: 100% !important;
		padding-bottom: 10px;
	}

	.footer1 .addressWidth svg {
		font-size: 20px;
	}

	.footer2 {
		font-size: 12px;
	}

	.contactPanel .w-15 {
		width: 20%;
	}

	.contactPanel .w-75 {
		width: 80%;
	}

	.mobileSocial img {
		width: 22px;
	}

	.mobileSocial {
		width: 42px !important;
	}

	#buyNow {
		left: 15%;
		right: 15%;
	}

	


}