/* Diaper Options Pages */

.diaper-choices {}

.diaper-choices .choices-page-header { text-align:center; background: #f2f2f2; }
.diaper-choices .choices-page-header .crest { color: #30802C;  }
.diaper-choices .choices-page-header h1 { font-weight: 600; margin-top: 10px; }
.diaper-choices .choices-page-header p.intro { max-width: 500px; margin-left:auto; margin-right:auto; }


.diaper-choices .choices-section { 
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, #fcf7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#fcf7f7));
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 75%,#fcf7f7 100%);
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 75%,#fcf7f7 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 75%,#fcf7f7 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 75%,#fcf7f7 100%); }


.choices-section {}
.choices-section h3 {}
.choices-section p.diaper-info { font-size: 1.2em; }

.diaper-info-pic-nest { display: block; position: relative; background: url("/diaperservice/images/choices/nest_large.png") no-repeat; width: 400px; height: 324px; background-size: 400px 324px; margin: 50px 0 0 50px; }
.diaper-info-pic-bambo { display: block; position: relative; background: url("/diaperservice/images/choices/bambo_large.png") no-repeat; width: 400px; height: 310px; background-size: 400px 310px; margin: 40px 0px 0px 0px; left: -50px; }
.diaper-info-pic-naty { display: block; position: relative; background: url("/diaperservice/images/choices/naty_large.png") no-repeat; width: 400px; height: 294px; background-size: 400px 294px; margin: -20px 0 0 40px; }

/*Retina Full Size*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 144dppx) {
	
	.diaper-info-pic-nest { display: block; position: relative; background: url("/diaperservice/images/choices/nest_large_2x.png") no-repeat; width: 400px; height: 324px; background-size: 400px 324px; margin: 50px 0 0 50px; }
.diaper-info-pic-bambo { display: block; position: relative; background: url("/diaperservice/images/choices/bambo_large_2x.png") no-repeat; width: 400px; height: 310px; background-size: 400px 310px; margin: 40px 0px 0px 0px; left: -50px; }
.diaper-info-pic-naty { display: block; position: relative; background: url("/diaperservice/images/choices/naty_large_2x.png") no-repeat; width: 400px; height: 294px; background-size: 400px 294px; margin: -20px 0 0 40px; }
	
	}

/*Medium*/
@media only screen and (max-width: 1069px) { 
	
	.choices-section p.diaper-info { font-size: 1.1em; }
	.diaper-info-pic-bambo { left: -150px; }
	
	}
	
/*Retina Medium*/
@media only screen and (max-width: 1069px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1069px) and (min-resolution: 144dpi), only screen and (max-width: 1069px) and (min-resolution: 144dppx) {

	}

/*Small*/
@media only screen and (max-width: 735px) {
	
	.choices-section p.diaper-info { font-size: 1em; }
	
	.diaper-info-pic-nest { display: block; position: relative; background: url("/diaperservice/images/choices/nest_small.png") no-repeat; width: 265px; height: 215px; background-size: 265px 215px; margin: 0px 0px 20px 0px; }
	.diaper-info-pic-bambo { display: block; position: relative; background: url("/diaperservice/images/choices/bambo_small.png") no-repeat; width: 300px; height: 220px; background-size: 300px 220px; margin: 0px 0px 20px 0px; left: 0px; }
	.diaper-info-pic-naty { display: block; position: relative; background: url("/diaperservice/images/choices/naty_small.png") no-repeat; width: 285px; height: 205px; background-size: 285px 205px; margin: 0px 0px 20px 0px; }
	
	}

/*Retina Small*/
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
	
	.diaper-info-pic-nest { display: block; position: relative; background: url("/diaperservice/images/choices/nest_small_2x.png") no-repeat; width: 265px; height: 215px; background-size: 265px 215px; margin: 0px 0px 20px 0px; }
	.diaper-info-pic-bambo { display: block; position: relative; background: url("/diaperservice/images/choices/bambo_small_2x.png") no-repeat; width: 300px; height: 220px; background-size: 300px 220px; margin: 0px 0px 20px 0px; left: 0px; }
	.diaper-info-pic-naty { display: block; position: relative; background: url("/diaperservice/images/choices/naty_small_2x.png") no-repeat; width: 285px; height: 205px; background-size: 285px 205px; margin: 0px 0px 20px 0px; }
	
	}
	
