*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body{
	background: #fff url('../images/22437980_l-edit-2.png') no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.42857143;
}
body::before{
	content: '';
	background-color: rgba(255, 255, 255, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.container{max-width: 960px;}


/* *** HEADER *** */
.header{
	background: #fff url('../images/flipping-mastery-white-logo-small-grey-2-darker.png?v=1.1') no-repeat 15px center;
	background-size: 269px 58px;
	border-bottom: 1px solid #ddd;
	height: 76px;
	margin: 20px auto 0;
}
	.header h3{
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 21px;
		font-weight: 700;
		letter-spacing: -0.02em;
		color: #999;
		text-align: right;
		line-height: 60px;
		padding-right: 15px;
	}
		.header h3 i{
			font-size: 28px;
			vertical-align: text-top;
			padding-right: 2px;
		}


/* *** CONTENT *** */
.content{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
}

.form-container{
	width: 60%;
	float: left;
}
.sidebar-container{
	width: 100%;
	max-width: 360px;
	float: left;
	padding: 20px;
}


/* *** INVISIBLE CONTENT *** */
#tobeshown{
	display: none;
	margin-top: 0;
}
	.under-video-content{margin-top: 25px;}
.padded-area{height: 55px;}


/* *** COLORS *** */
.med-red{color: #e00e08 !important;}

a.order-now-link{display: none !important;}


/* *** MISC *** */
.select_box::after{display: none !important;}