* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	font-size:12px;
	font-family: Arial, Tahoma, Sans Serif, Verdana;
	height:100%;
	position:relative;
	margin:0;
	padding:0;
	background: #dff8fc;
}

#splash-wrapper {
	margin:auto;
	height:100%;
}

#title-effects, #title-other-apps {
	background: #84b4f1;
}

#download-button {
	display:block;
	background:url(/img/mobile-splash/download-button.png);
	width:335px;
	height:52px;
	margin:0 auto;
	text-indent:-99999px;
	overflow:hidden;
}

#go-to-site {
	display:block;
	background:url(/img/mobile-splash/no-thanks-bg.png);
	width:109px;
	height:23px;
	text-indent:-99999px;
	overflow:hidden;
	margin:0 auto;
	margin-top: 15px;
}

.frame-app {
	display: block;
	float: left;
	/*border: 1px solid red;*/
	margin: 0 3px;
	margin-top: 3px;
	text-indent:-99999px;
	overflow:hidden;
}

/************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* for IE 7 */
html>body .clearfix {
    overflow: hidden;
}

/************************************************/

/*styles for iPad and other tablets*/
/*@media (min-width: 600px) and (max-width: 1024px) and (min-device-height:600px), (min-width:1025px) {
	.frame-app {
		width: 300px;
		height: 135px;
		background: url(/img/mobile-splash/frame-apps-banner-xl-col-bg.png) no-repeat;
		margin-top: 5px;
	}

	.app-splash #splash-wrapper {
		border: 1px solid purple;
	}

	#love-app-wrapper {background-position: 0px 0px;}
	#kids-app-wrapper {background-position: 0px -135px;}
	#wedding-app-wrapper {background-position: 0px -270px;}
	#christmas-app-wrapper {background-position: 0px -405px;}
}
@media (orientation: portrait), (max-width: 800px) {
	.app-splash #splash-wrapper {
		width:737px;
		border: 1px solid blue;
	}

	.frame-app {
		width: 300px;
		height: 135px;
		background: url(/img/mobile-splash/frame-apps-banner-xl-col-bg.png) no-repeat;
		margin-top: 5px;
	}

	#love-app-wrapper {background-position: 0px 0px;}
	#kids-app-wrapper {background-position: 0px -135px;}
	#wedding-app-wrapper {background-position: 0px -270px;}
	#christmas-app-wrapper {background-position: 0px -405px;}

}
@media (orientation: landscape), (max-width: 1024px) and (min-width: 769px), (min-width:1025px) {
	.app-splash #splash-wrapper {
		min-width:1024px;
		border: 1px solid red;
	}
}*/

@media screen and (min-device-width : 320px) and (max-device-width : 800px) {
	.frame-app {
		width: 225px;
		height: 100px;
		background: url(/img/mobile-splash/frame-apps-banner-col-bg.png) no-repeat;
		margin-top: 5px;
	}

	#love-app-wrapper {background-position: 0px 0px;}
	#kids-app-wrapper {background-position: 0px -100px;}
	#wedding-app-wrapper {background-position: 0px -200px;}
	#christmas-app-wrapper {background-position: 0px -300px;}

	#title-effects {
		height: 40px;
		padding-top: 10px;
	}

	#effects-slogan {
		background: url(/img/mobile-splash/top-title.png) no-repeat;
		width: 420px;
		height: 34px;
		margin: 0 auto;
		text-indent:-99999px;
		overflow:hidden;
	}

	#promo-banner {
		background: url(/img/mobile-splash/banner-effects.jpg) no-repeat;
		width: 350px;
		height: 124px;
		text-indent:-99999px;
		overflow:hidden;
		margin: 0 auto;
		margin-top: 10px;
	}

	#title-other-apps {
		height: 40px;
		margin-top: 25px;
		padding-top: 10px;
	}

	#other-apps-slogan {
		background: url(/img/mobile-splash/other-title.png) no-repeat;
		width: 400px;
		height: 29px;
		margin: 0 auto;
		text-indent:-99999px;
		overflow:hidden;
	}

	#download-button {
		margin-top: 25px;
	}
}

@media screen and (min-device-width : 321px) and (max-device-width : 800px) {
	.app-splash #splash-wrapper {
	}

	#other-apps-wrapper {
		width: 470px;
		margin: 0 auto;
	}
}

@media screen and (max-device-width : 320px) {
	.app-splash #splash-wrapper {
	}
}

/*styles for iPod, iPhone and other phones*/
@media (max-width: 480px) and (max-height:800px), (max-width: 800px) and (max-height:480px) {
	.frame-app {
		width: 225px;
		height: 100px;
		background: url(/img/mobile-splash/frame-apps-banner-col-bg.png) no-repeat;
		margin-top: 5px;
	}

	#love-app-wrapper {background-position: 0px 0px;}
	#kids-app-wrapper {background-position: 0px -100px;}
	#wedding-app-wrapper {background-position: 0px -200px;}
	#christmas-app-wrapper {background-position: 0px -300px;}
	
	#title-effects {
		height: 40px;
		padding-top: 10px;
	}

	#effects-slogan {
		background: url(/img/mobile-splash/top-title.png) no-repeat;
		width: 420px;
		height: 34px;
		margin: 0 auto;
		text-indent:-99999px;
		overflow:hidden;
	}

	#promo-banner {
		background: url(/img/mobile-splash/banner-effects.jpg) no-repeat;
		width: 350px;
		height: 124px;
		text-indent:-99999px;
		overflow:hidden;
		margin: 0 auto;
		margin-top: 10px;
	}

	#title-other-apps {
		height: 40px;
		margin-top: 25px;
		padding-top: 10px;
	}

	#other-apps-slogan {
		background: url(/img/mobile-splash/other-title.png) no-repeat;
		width: 400px;
		height: 29px;
		margin: 0 auto;
		text-indent:-99999px;
		overflow:hidden;
	}

	#download-button {
		margin-top: 25px;
	}
}
/*---- in portrait orientation*/
@media (max-width: 480px) {
	.app-splash #splash-wrapper {
		width: 480px;
		min-height:800px;
	}

	/*.banner #content {
		height:348px;
		padding:25px 0 235px 0;
	}
	.banner #photo-lab-slogan {
		margin-top:20px;
	}
	.banner #download-button {
		margin-top:45px;
	}
	.banner #go-to-site {
		margin-top:45px;
	}*/
}
/*---- in landscape orientation*/
@media (max-width: 800px) and (min-width:481px) and (max-height:500px), (max-width:480px) and (max-height:320px) {
	
	.app-splash #splash-wrapper {
		min-width:800px;
		height: 480px;
	}

	/*.banner #content {
		height:342px;
		padding:27px 0 0 202px;
	}
	.banner #photo-lab-slogan {
		margin-top:21px;
	}
	.banner #download-button {
		margin-top:42px;
	}
	.banner #go-to-site {
		margin-top:41px;
	}*/
}