/* Hero Section
======================================================== */
/* Defaults */

/* 2013 iPhone 5 */
.hero .box-content .iphone-2012-12 a.block {
	min-height: 425px;
}
.iphone-2012-12 {
	position: relative;
}

.iphone-2012-12 .hero {
	position: absolute;
	bottom: 0;
	left: 60px;
}

.iphone-2012-12 .info {
	position: absolute;
	top: 115px;
	right: 25px;
	text-align: center;
	width: 350px;
}

.iphone-2012-12 .info p.tagline {
	padding: 10px 0 30px 0;
	font-size: 20px;
	line-height: 28px;
	color: #999;
}

.iphone-2012-12 .info p.price {
	font-size: 18px;
	padding-bottom: 5px;
}

/* 2013 iPad 4th Gen */
.hero .box-content .ipad-2012-12 a.block {
	min-height: 425px;
}
.ipad-2012-12 {
	position: relative;
	overflow: hidden;
}

.ipad-2012-12 .hero {
	position: absolute;
	bottom: -18px;
	left: -70px;
}

.ipad-2012-12 .info {
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: center;
	width: 350px;
}

.ipad-2012-12 .info p.tagline {
	padding: 10px 0 15px 0;
	font-size: 17px;
	line-height: 22px;
	color: #999;
}

.ipad-2012-12 .info p.price {
	font-size: 14px;
	padding-bottom: 0;
}

.hero.box .ipad-2012-12 span.button {
	margin-top: 7px;
}

/* 2013 MacBook Pro with Retina display */
.macbookprord-2013-02 {
	position: relative;
	text-align: center;
}

.macbookprord-2013-02 .info {
	padding: 30px 30px 20px 30px;
}

.macbookprord-2013-02 .info p.tagline {
	font-size: 18px;
	line-height: 22px;
	color: #888;
	padding: 5px 0 7px 0;
}


/* Product Tiles
======================================================== */
/* Defaults */
.product-tiles {

	
}
.product-tiles .left-tile {
	float: left;
	width: 49%;
}
.product-tiles .right-tile {
	float: right;
	width: 49%;
}
.product-tiles p {
	font-size: 14px;
	line-height: 1.4em;
}
.product-tiles p.tagline {
	color: #999;
}

/* Left Tiles
======================================================== */
/* 2013 iPhone 5 */
.left-tile.iphone5-2013 {
	position: relative;
	
	/* until better method is achieved */
	height: 201px;
	overflow: hidden;
}

.left-tile.iphone5-2013 .information {
	margin-left: 50px;
	margin-top: 15px;
	width: 200px;
	text-align: center;
}

.left-tile.iphone5-2013 p.tagline {

}
.left-tile.iphone5-2013 p.price {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 35px;

}
.left-tile.iphone5-2013 img.hero {
	position: relative;
	left: -18px;
}


/* Right Tiles
======================================================== */

/* 2013 iPod Nano */
.right-tile.ipodnano-2013 {
	position: relative;

	/* until better method is achieved */
	height: 201px;
}

.right-tile.ipodnano-2013 .information {
	margin-left: 20px;
	margin-top: 15px;
	width: 270px;
	text-align: center;
}

.right-tile.ipodnano-2013 p.tagline {

}
.right-tile.ipodnano-2013 p.price {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 35px;

}
.right-tile.ipodnano-2013 img.hero {
	position: relative;
	left: 42px;
}

/* 2013 iPad Retina */
.right-tile.ipadretina-2013 {
	position: relative;

	/* until better method is achieved */
	height: 201px;
}

.right-tile.ipadretina-2013 .information {
	margin-top: 50px;
	margin-left: 15px;
}

.right-tile.ipadretina-2013 p.tagline {
	width: 120px;

}
.right-tile.ipadretina-2013 p.price {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 35px;

}
.right-tile.ipadretina-2013 img.hero {
	position: absolute;
	top: 12px;
	right: 0;
}




