/*****************************/
/***    Diamond.com CSS    ***/
/*****************************/
body {
	overflow-x: hidden; 
}

.subheader {
	padding: 30px 15px;
}

.img-responsive {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

#diamond-overlay { 
	position: absolute;
	display: none;
	opacity: 0;
}

#diamond-ribbons {
	position: absolute;
	top: -20%;
}

/***************************/
/***    Media Queries    ***/
/***************************/
@media only screen and (max-width: 1024px) {
	.mini-padding {
		margin-bottom: 15px;
	}
}

/********************************************/
/***    Tablet and Phone Media Queries    ***/
/********************************************/

/**********************/
/*** iPhone 2G - 4S ***/
/**********************/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	#configurator {
		padding-bottom: 13px;
	}
}

/*********************************/
/*** iPhone 2G - 4S (portrait) ***/
/*********************************/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	.three-img {
		width: 100%;
	}
}