@media only screen and (min-width: 1200px){
#app-store-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	height:51px;
	width:192px;
	margin:0 auto;
	margin-top:5px;
}

#app-store-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: 0 -51px;
}

#google-play-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	background-position: -191px 0;
	height:51px;
	width:192px;
	/*float:left;*/
	/*margin: 2px;*/
	margin:0 auto;
}

#google-play-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: -191px -51px;
}
}
/******RESPONSIVE LAYOUTS******/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
/*iPad - Landscape*/
#app-store-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	height:51px;
	width:192px;
	margin:0 auto;
	margin-top:5px;
}

#app-store-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: 0 -51px;
}

#google-play-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	background-position: -191px 0;
	height:51px;
	width:192px;
	margin:0 auto;
}

#google-play-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: -191px -51px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*iPad - Portrait*/
#app-store-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	height:51px;
	width:192px;
	margin:0 auto;
	margin-top:5px;
}

#app-store-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: 0 -51px;
}

#google-play-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	background-position: -191px 0;
	height:51px;
	width:192px;
	margin:0 auto;
}

#google-play-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: -191px -51px;
}
}
/*Phone - Landscape*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
#app-store-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	height:51px;
	width:192px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
}

#app-store-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: 0 -51px;
}

#google-play-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	background-position: -191px 0;
	height:51px;
	width:192px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
}

#google-play-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: -191px -51px;
}
}
/*Phone - Portrait*/
@media only screen and (max-width: 480px) {
#app-store-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	height:51px;
	width:192px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
}

#app-store-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: 0 -51px;
}

#google-play-download{
	display:block;
	text-decoration:none;
	background-image:url(../images/downloadbuttons.png);
	background-repeat:no-repeat;
	background-position: -191px 0;
	height:51px;
	width:192px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
}

#google-play-download:hover{
	background-image:url(../images/downloadbuttons.png);
	background-position: -191px -51px;
}
}