@media screen and (max-width: 1024px) {
    .centered {
            padding-top:20px !important;
    }
}
@media screen and (max-width: 800px) {
    h1 {
        font-size: 54px !important;
    }
	.manchester_badges, .manchester_badges_new{width:90% !important;}
}
@media screen and (max-width: 768px) {
    /*iPad- Portrait*/
    #wrapper {
        padding: 26px 20px 10px !important;
    }
	#wrapper img {
		width:90% !important;;
		height:auto;
	}
	input.input_box {
		padding:15px 10px;
	}
	.logo{
		width:95% !important;
		/*height:100% !important;*/
	}
}
@media screen and (max-width: 700px) {
    /*Google Nexus6- Landscape*/
    #footer{
        width:auto !important;;
    }
}

@media screen and (max-width: 690px) {
	/*Google Nexus6- Landscape*/
	#text_wrapper {
		width: 100% !important;
	}
	#text_wrapper h1 {
		font-size: 7vw !important;
	}
	.mobile_hide {display:none;}
	#footer h4 {
		font-size: 2.6vw !important;
		letter-spacing: 2.3vw !important;
	}
}

@media screen and (max-width: 667px) {
	/*iphone6 - Landscape*/
    h1 {
        font-size: 48px !important;
    }
	.wrapper_map{
		width:595px !important;
		height:214px;
		background-image:url(img/dd-map595.jpg);
	}
}
@media screen and (max-width: 640px) {
    /*iphone6 - Landscape*/
	img.manchester_map{width:90% !important}/*
    h4 {
		letter-spacing:16px !important;
	}*/
	.wrapper_map{
		width:530px !important;
		height:191px;
		background-image:url(img/dd-map530.jpg);
	}
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 42px !important;
    }
}

@media screen and (max-width: 568px) {
	/*iphone5 - Landscape*/
	/*
	h4 {
		font-size:20px !important;
		letter-spacing:12px !important;
	}*/
	.wrapper_map{
		width:480px !important;
		height:173px;
		background-image:url(img/dd-map480.jpg);
	}
}

@media screen and (max-width: 480px) {
	/*iphone4 - Landscape*/
    h1 {
        font-size: 34px !important;
    }/*
	h4 {
		font-size:15px !important;
		letter-spacing:10px !important;
	}*/
	.wrapper_map{
		width:360px !important;
		height:130px;
		background-image:url(img/dd-map360.jpg);
	}
}

@media screen and (max-width: 414px) {
    /*iphone 8 plus */
    #wrapper {
        padding: 15px 20px 30px !important;
    }
    h1 {
        font-size: 28px !important;
    }/*
	h4 {
		font-size:15px !important;
    	letter-spacing:7px !important;
	}*/
    .blocklot{
		width:68% !important;
	}
}

@media screen and (max-width: 384px) {
	/*Google Nexus 4 - Portrait*/
    #wrapper {
        padding: 15px 20px 0px !important;
    }
	h1{
		font-size: 26px !important;
	}
	#footer h4 {
		letter-spacing: 2.0vw !important;
	}
	.wrapper_map{
		width:300px !important;
		height:108px;
		background-image:url(img/dd-map300.jpg);
	}
}
@media screen and (max-width: 375px) {
	/*iphone6 - Portrait*/
}

@media screen and (max-width: 360px) {
	/*Google Nexus 5 - Portrait*/
    #wrapper {
        padding: 38px 20px 0px !important;
    }
}
@media screen and (max-width: 320px) {
	/*iphone4 & iphone5 - Portrait*/
    #wrapper {
        padding: 4px 20px 22px !important;
    }
    .blocklot {
        padding: 0px 0px 22px 0px !important;
    }
    h1{
		font-size: 22px !important;
	}/*
	h4 {
		letter-spacing:4px !important;
	}*/
	.wrapper_map{
		width:260px !important;
		height:94px;
		background-image:url(img/dd-map260.jpg);
	}
	#footer{
		padding:2px !important;
	}

}
@media screen and (max-width: 240px) {
    /*Jio Phone*/
    #wrapper {
        padding: 2px 20px 10px !important;
    }
	.manchester_badges, .manchester_badges_new {
		padding-bottom: 0px !important;
	}
    h1 {
        font-size: 24px !important;
    }/*
    h4 {
		font-size:9px !important;
	}*/
	.wrapper_map{
		width:194px !important;
		height:70px;
		background-image:url(img/dd-map194.jpg);
	}
}