/*
Theme Name: YourCharismaCoach
Theme URI: http://www.yourcharismacoach.com/
Description: Wordpress theme for YourCharismaCoach.com
Version: 1.2
Author: Kieran King
Author URI: http://www.yourcharismacoach.com/
*/

/***************************/
/***************************/
/********** Reset **********/
/***************************/
/***************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************/
/****************************/
/********** Global **********/
/****************************/
/****************************/

/************/
/*** Body ***/
/************/
body {
	background:				#F4F4F4;
	background-image: url('images/background_global.png');
	background-repeat: repeat-x;
	font:					14px Arial,Helvetica,sans-serif;
	cursor:					default;
}

/******************/
/*** Bold tags. ***/
/******************/
b,
strong {
	font-weight:			bold;
}
i,
italic {
	font-style:				italic;
}
.highlight_yellow {
	background-color:		#FFE599;
}

/********************/
/*** Default Link ***/
/********************/
a {
	color:					#37A;
	font-weight:			bold;
	text-decoration:		none;
}
a:hover {
	color:					#4AE;
}

/********************/
/*** Block Quotes ***/
/********************/
blockquote {
	margin-left:			40px;
	margin-right:			40px;
}

/**************************/
/*** Default Box Sizing ***/
/**************************/
* {
	box-sizing:				border-box;
}

/************************************/
/*** Header and Footer Navigation ***/
/************************************/
header li,
footer li {
	display:				inline;
}
header {
	position:				relative;
	height:					100px;
	background-color:		#000;
	box-shadow:				0px 4px 0px rgba(0,0,0,0.15);	
	z-index:				9999;
	line-height:			105px;
}
header .logo {
	display:				inline-block;
	margin:					12px;
	width:					273px;
	height:					77px;
	background:				url('images/sprite_navigation.png') -1px -48px;
}
footer #above {
	line-height:			65px;
	height:					60px;
	background-color:		#000;
	overflow:				hidden;
}
footer #above .logo,
footer #above .logo_static {	/* Static version used for sales funnels. */
	display:				inline-block;
	margin:					8px 55px 8px 12px;
	width:					163px;
	height:					46px;
	background:				url('images/sprite_navigation.png') -1px -1px;
}
footer #above .logo:hover {
	background-position:	-165px -1px;
}
footer #above .facebook,
footer #above .twitter,
footer #above .youtube,
footer #above .feed {
	display:				inline-block;
	margin:					12px 6px;
	width:					35px;
	height:					35px;
	background:				url('images/sprite_navigation.png');
}
footer #above .facebook 		{background-position: -1px -126px;}
footer #above .facebook:hover	{background-position: -289px -90px;}
footer #above .twitter			{background-position: -37px -126px;}
footer #above .twitter:hover	{background-position: -325px -90px;}
footer #above .youtube			{background-position: -73px -126px;}
footer #above .youtube:hover	{background-position: -289px -126px;}
footer #above .feed			{background-position: -109px -126px;}
footer #above .feed:hover		{background-position: -325px -126px;}
footer #below {
	margin:					20px 0px;
	color:					#777;
	font-size:				12px;
	line-height:			17px;
	text-align:				center;
}
footer #below a {
	color:					#777;
}
footer #below a:hover {
	color:					#000;
}
.training,
.blog,
.about,
.contact {
	font:					bold 16px "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	padding:				18px 25px;
	color:					#FFF;
	text-decoration:		none;
}
.training:hover {
	color:					#B9D;
}
.blog:hover {
	color:					#F59;
}
.about:hover {
	color:					#FD3;
}
.contact:hover {
	color:					#8C4;
}
.inactive {
	font:					bold 16px "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	padding:				18px 25px;
	color:					#999;
}

/****************/
/*** Floating ***/
/****************/
.float_left {
	float:					left;
}
.float_right {
	float:					right;
}
.float_clear {
	clear:					both;
}

/****************/
/*** Wrappers ***/
/****************/
.wrapper {
	margin:					0px auto;
	width:					960px;
}

/**************/
/*** Shadow ***/
/**************/
.shadow {
	/* Currently only used for vault related video thumbnails. */
	box-shadow:				2px 2px 3px #AAA;
}

/*******************************/
/*** Flow Removing Container ***/
/*******************************/
.absolute_container {
	position:				relative;
	width:					0;
	height:					0;
}

/**************************/
/*** Disclaimer Padlock ***/
/**************************/
.padlock_light,
.padlock_dark {
	display:				inline-block;
	position:				relative;
	top:					3px;
	width:					12px;
	height:					16px;
	margin:					0px 5px;
}
.padlock_light {
	background:				url('images/sprite_landing.png') -859px -304px;
}
.padlock_dark {
	background:				url('images/padlock.png');
}

/*************************/
/*** Linkable Elements ***/
/*************************/
.div_link {
	position:				absolute;
    width:					100%;
    height:					100%;
    top:					0;
    left:					0;
    z-index:				1;						/* Makes sure the link doesn't get underlined. */
    opacity:				0;						/* Workaround to make clickable in IE. */
    filter:					alpha(opacity=0);		/* Workaround to make clickable in IE. */
	cursor:					pointer;
}

/********************/
/*** Testimonials ***/
/********************/
.testimonial .border_none {
	width:					460px;
	margin-top:				60px;
}
.testimonial .border_dotted {
	padding:				25px;
	margin-bottom:			30px;
	border:					4px dashed #CCC;
}
.testimonial .products {
	background-color:		#FFFFE8;
}
.testimonial .landing .photo			{background: url('images/sprite_landing.png');}
.testimonial .masterclass .photo		{background: url('images/sprite_masterclass.png');}
.testimonial .products .photo		{background: url('images/sprite_products.png');}
.testimonial .youtube .photo			{background: url('images/sprite_youtube.png');}
.testimonial .photo {
	width:					100px;
	height:					100px;
	border:					3px solid #FFF;
	box-shadow:				2px 2px 1px rgba(0,0,0,0.2);
	margin-right:			20px;
}
.testimonial .comment {
	color:					#666;
	text-align:				justify;
	font-style:				italic;
	font-size:				14px;
	line-height:			22px;
}
.testimonial .masterclass .comment	{width:	440px;}
.testimonial .products .comment		{width:	355px;}
.testimonial .youtube .comment		{width:	440px;}
.testimonial .name {
	color:					#333;
	font-size:				18px;
	font-weight:			bold;
	margin:					20px 0px 5px 122px;
}
.testimonial .landing .name {
	margin:					20px 0px 5px 35px;
}
.testimonial .credentials {
	color:					#666;
	font-size:				15px;
	margin-left:			160px;
}
.testimonial .landing .credentials {
	margin-left:			70px;
}
.testimonial .quotes {
	position:				absolute;
	width:					66px;
	height:					41px;
	top:					-20px;
	left:					80px;
	background:				url('images/sprite_landing.png') -894px -304px;
}
.testimonial .landing .igor_ledochowski		{background-position: -760px -1px;}
.testimonial .landing .david_wygant			{background-position: -861px -1px;}
.testimonial .landing .adam_lyons			{background-position: -760px -102px;}
.testimonial .landing .rintu_basu			{background-position: -861px -102px;}
.testimonial .landing .anthony_johnson		{background-position: -760px -203px;}
.testimonial .landing .andy_moore			{background-position: -861px -203px;}
.testimonial .landing .james_marshall		{background-position: -558px -243px;}
.testimonial .landing .james_tripp			{background-position: -659px -243px;}
.testimonial .masterclass .joe_homs			{background-position: -147px -1px;}
.testimonial .masterclass .graham_lee		{background-position: -248px -1px;}
.testimonial .masterclass .jachym_jerie		{background-position: -349px -1px;}
.testimonial .products .paul_puckridge		{background-position: -1px -364px;}
.testimonial .products .bob_cobb				{background-position: -1px -465px;}
.testimonial .youtube .scott_mckay			{background-position: -380px -610px;}
.testimonial .youtube .sasha_daygame			{background-position: -481px -610px;}

/****************/
/*** Layering ***/
/****************/
.above {
	position:				relative;
	z-index:				1;
}

/*****************/
/*** Input Box ***/
/*****************/
label {
	display:				block;
	font-size:				15px;
	font-weight:			bold;
	color:					#222;
	margin-bottom:			3px;
}
.input {
	color:					#777;
	font-size:				15px;
	font-family:			inherit;
	resize:					none;
	padding:				0px 15px;
	height:					48px;
	width:					280px;
	background-color:		#FFF;
	border:					2px solid #999;
	box-shadow:				2px 2px 0px #DDD inset;
	display:				block;
	margin:					0px 0px 25px 0px;
}
.textarea {
	padding:				15px;
	width:					620px;
	height:					140px;
}

/******************/
/*** Button Box ***/
/******************/
.button {
	display:				inline-block;
	padding:				0px 25px;
	text-decoration:		none;
	font:					18px/45px 'Helvetica Neue','Segoe UI',Segoe,Helvetica,Arial,'Lucida Grande',sans-serif;
	border:					none;
	border-bottom:			3px solid #000;
	border-radius:			5px;
}
.button:focus {
    outline:				0;						/* Hide the focusing border when clicking buttons. */
}
.green {
	color:					#FFF;
	background-color:		#76BA3E;
	border-bottom-color:	#578307;
}
.green:hover {
	cursor:					pointer;
	color:					#FFF;
	background-color:		#88C701;
	border-bottom-color:	#6BA109;
	box-shadow:				inset 0 0 6px 3px #BDDE00;
}
.yellow {
	color:					#FFF;
	background-color:		#FFA125;
	border-bottom-color:	#C0812f;
}
.yellow:hover {
	cursor:					pointer;
	color:					#FFF;
	background-color:		#FFB447;
	border-bottom-color:	#CF8B33;
}
.grey {
	color:					#EFEFEF;
	background-color:		#999;
	border-bottom-color:	#666;
	text-decoration:		line-through;
}
.red {
	font-size:				20px;
	font-weight:			bold;
	color:					#FFF;
	background-color:		#E00;
	border-bottom-color:	#900;
}
.red:hover {
	cursor:					pointer;
	background-color:		#88C701;
	border-bottom-color:	#6BA109;
	box-shadow:				inset 0 0 6px 3px #BDDE00;
}

/***********************/
/*** Content Section ***/
/***********************/
section {
	background-color:		#FFF;
	width:					680px;
	padding:				60px 30px;
}
section h1 {
	margin-bottom:			60px;
	color:					#222;
	font-size:				42px;
	text-align:				center;
}
section h2 {
	margin-top:				60px;
	font-size:				18px;
	font-weight:			bold;
	text-align:				center;
}
section h6 {
	margin-top:				-50px;
	font-size:				26px;
	font-weight:			bold;
	text-align:				center;
}
section p,
section img,
section ul,
section iframe {
	display:				block;
	margin-top:				30px;
}
section p {
	line-height:			20px;
}
section ul {
	margin-left:			50px;
}
section li {
	margin-top:				5px;
	display:				list-item;
	list-style-type:		disc;
	line-height:			20px;
	padding-left:			5px;
}
section #video {
	display:				block;
	margin-bottom:			40px;
	background-color:		#000;
}

/********************/
/*** Aside Layout ***/
/********************/
#layout {
	background-color:		#FFF;
	color:					#222;
}
#layout aside {
	width:					280px;
	border-left:			2px solid #EEE;
}
#layout aside h6 {
	color:					#111;
	font-size:				18px;
	font-weight:			bold;
}
#layout aside .container {
	padding:				20px;
	border-bottom:			2px solid #EEE;
}
#layout aside .container .ebook_side {
	width:					240px;
	height:					750px;
	background:				url('images/sidebar.png') no-repeat;
	padding:				0px 15px;
}
#layout aside .container .ebook_side form {
	position:				relative;
	top:					352px;
}
#layout aside .container .ebook_side input[type=text] {
	width:					210px;
	height:					35px;
	margin-bottom:			10px;
	border:					none;
}
#layout aside .container .ebook_side input[type=submit] {
	width:					210px;
	margin-top:				38px;
}
#layout aside .container .ebook_side #disclaimer {
	color:					#888;
	font-size:				11px;
	margin:					10px 0px 20px 0px;
	text-align:				center;
}
#layout aside .container .ebook_side #disclaimer a {
	color:					#777;
}
#layout aside .container .ebook_side #disclaimer a:hover {
	color:					#444;
}
#layout aside .container .ebook_side li {
	position:				relative;
	margin:					12px 0px 12px 20px;
	font-size:				12px;
	color:					#333;
	font-style:				italic;
	font-weight:			bold;
	list-style-image:		url('images/bullet_tick.png');
}
#layout aside .container .search {
	background-color:		#E9E9E9;
	box-shadow:				2px 2px 0px #AAA inset;
	width:					240px;
	height:					40px;
	border-radius:			5px;
	overflow:				hidden;
}
#layout aside .container .search input[type=text] {
	padding:				0px 15px;
	width:					200px;
	height:					40px;
	background-color:		transparent;
	color:					#666;
	resize:					none;
	border:					none;
}
#layout aside .container .search input[type=submit] {
	position:				relative;
	top:					4px;
	right:					3px;
	width:					33px;
	height:					33px;
	cursor:					pointer;
	background:				url('images/sprite_navigation.png') -291px -52px;
	border:					none;
}
#layout aside .container .search input[type=submit]:hover {
	background-position:	-325px -52px;
}
#layout aside .container .social a {
	line-height:			35px;
	padding:				10px 0px;
}
#layout aside .container .social a:before {
	vertical-align:			middle;
	content:				"";
	display:				inline-block;
	margin:					10px 20px 10px 6px;
	width:					35px;
	height:					35px;
	background:				url('images/sprite_navigation.png');
}
#layout aside .container .social .facebook:before 				{background-position: -145px -126px;}
#layout aside .container .social .facebook:hover:before		{background-position: -289px -90px;}
#layout aside .container .social .facebook:hover				{color:#3C599F}
#layout aside .container .social .twitter:before				{background-position: -181px -126px;}
#layout aside .container .social .twitter:hover:before			{background-position: -325px -90px;}
#layout aside .container .social .twitter:hover				{color:#5EAADE}
#layout aside .container .social .youtube:before				{background-position: -217px -126px;}
#layout aside .container .social .youtube:hover:before			{background-position: -289px -126px;}
#layout aside .container .social .youtube:hover				{color:#D62424}
#layout aside .container .social .feed:before					{background-position: -253px -126px;}
#layout aside .container .social .feed:hover:before			{background-position: -325px -126px;}
#layout aside .container .social .feed:hover					{color:#F77D10}
#layout aside .container .subscribe {
	cursor:					pointer;
	display:				block;
	width:					240px;
	height:					60px;
	background:				url('images/youtube.png') no-repeat 10px 12px;
	background-color:		#D62424;
	border:					none;
	border-bottom:			3px solid #900;
	border-radius:			5px;
}
#layout aside .container .subscribe:hover {
	background-color:		#f14c4c;
	border-bottom-color:	#bc2b2b;
}
#layout aside .container .popular li {
	margin:					20px 0px 0px 10px;
	color:					#666;
	font-size:				13px;
}
#layout aside .container .testimonials li {
	margin:					20px 0px 0px 10px;
}
#layout aside .container .testimonials .comment {
	color:					#777;
	font-size:				13px;
	font-style:				italic;
}
#layout aside .container .testimonials .name {
	margin:					6px 0px 3px 25px;
	color:					#333;
	font-size:				14px;
	font-weight:			bold;
}
#layout aside .container .testimonials .credentials {
	margin-left:			50px;
	color:					#777;
	font-size:				13px;
}

/****************/
/*** Checkout ***/
/****************/
.credit_cards {
	display:				block;
	width:					108px;
	height:					48px;
	background:				url('images/sprite_checkout.png') -102px -1px;
}
.cvv {
	display:				block;
	width:					84px;
	height:					48px;
	background:				url('images/sprite_checkout.png') -102px -50px;
}
.guarantee {
	display:				block;
	position:				relative;
	top:					-103px;
	left:					88px;
	width:					100px;
	height:					100px;
	background:				url('images/sprite_checkout.png') -1px -1px;
}

/**************************/
/**************************/
/********** Home **********/
/**************************/
/**************************/

/*************/
/*** eBook ***/
/*************/
#top {
	background:				#37A url('images/background_landing.png') repeat-x;
}
#top .wrapper {
	overflow:				hidden;		/*** Prevent spinning glow from pulsating the page on mobile devices. ***/
	padding:				50px 0px;
}
#top .wrapper #video {
	width:					460px;
	height:					259px;
	background-color:		#000;
	box-shadow:				2px 2px 0px #2A5A80;
}
#top .wrapper #banner {
	width:					487px;
	height:					260px;
	background:				url('images/sprite_landing.png') -1px -1px;
	border:					none;
}
#top .wrapper #glow {
	position:				absolute;
	left:					730px;
	top:					-50px;
	width:					350px;
	height:					350px;
	background:				url('images/glow.png') 0px 0px;
}

/********************/
/*** Subscription ***/
/********************/
#subscribe {
	height:					100px;
	background-color:		#24658F;
	padding:				15px 0px;
	overflow:				hidden;
}
#subscribe input {
	width:					290px;
	height:					50px;
	border:					none;
}
#subscribe input[type=text] {
	padding:				15px;
	font-size:				16px;
	color:					#777;
	background:				url('images/sprite_landing.png') -583px -384px;
	box-shadow:				2px 2px 0px #1B4B6B;
}
#subscribe input[type=submit] {
	cursor:					pointer;
	background:				url('images/sprite_landing.png') -1px -384px;
	box-shadow:				2px 2px 0px #1B4B6B;
}
#subscribe input[type=submit]:hover {
	background-position: 	-292px -384px;
}
#subscribe .arrow {
	margin:					13px 8px;
	width:					28px;
	height:					24px;
	background:				url('images/sprite_landing.png') -760px -304px;
}
#subscribe #disclaimer {
	font-size:				13px;
	color:					#CCC;
	text-align:				center;
	margin-top:				6px;
}
#subscribe #disclaimer a {
	color:					#CCC;
}
#subscribe #disclaimer a:hover {
	color:					#FFF;
}

/**************/
/*** Browse ***/
/**************/
#browse {
	/* background:			#EEE url('###') no-repeat 50% 50%; background-size:	cover; */
	background-color:		#FFF;
	padding-bottom:			60px;
}
#browse #cities {
	width:					960px;
	height:					50px;
	margin-bottom:			60px;
	background:				url('images/sprite_landing.png') -1px -435px;
}

#browse .border {
	padding:				10px;
	width:					290px;
	box-shadow:				0px 0px 10px #DDD;
	background-color:		#FFF;
}
#browse .border .panel {
	position:				relative;				/* Required for div_link. */
	background-color:		#EBECE6;
	overflow:				hidden;
}
#browse .border .panel:hover {
    background-color:		#D8D9D2;
}
#browse .border .panel .header_live_training {
	background-color:		#9C8F74;
}
#browse .border .panel .header_product {
	background-color:		#A082B2;
}
#browse .border .panel .header_vault {
	background-color:		#E96246;
}
#browse .border .panel h1 {
	color:					#FFF;
	font-size:				20px;
	font-weight:			bold;
	padding:				8px 0px 5px 15px;
}
#browse .border .panel .pic_live_training,
#browse .border .panel .pic_product,
#browse .border .panel .pic_vault {
	width:					290px;
	height:					130px;
	border-top:				5px solid #000;
	border-bottom:			5px solid #000;
	background:				url('images/sprite_landing.png');
}
#browse .border .panel .pic_live_training		{background-position: -489px -1px;}
#browse .border .panel .pic_product				{background-position: -489px -122px;}
#browse .border .panel .pic_vault				{background-position: -1px -263px;}
#browse .border .panel h2 {
	color:					#37A;
	font-size:				15px;
	font-weight:			bold;
	margin:					15px;
}
#browse .border .panel .description {
	font-size:				14px;
	line-height:			20px;
	color:					#333;
	margin:					15px;
}
#browse .border .panel .forward {
	font-weight:			bold;
	color:					#222;
	margin:					15px;
}

/********************/
/*** Testimonials ***/
/********************/
#testimonials {
	background-color:		#EBECE6;
	padding-bottom:			60px;
}
#testimonials #arrow_white {
	width:					34px;
	height:					20px;
	margin:					0px auto 40px auto;
	background:				url('images/sprite_landing.png') -824px -304px;
}
#testimonials h1 {
	font-size:				34px;
	font-weight:			bold;
	color:					#333;
}

/*************************/
/*** Recent Blog Posts ***/
/*************************/
#recent_blog_posts {
	background-color:		#333;
	padding-bottom:			60px;
}
#recent_blog_posts #arrow_grey {
	width:					34px;
	height:					20px;
	margin:					0px auto 40px auto;
	background:				url('images/sprite_landing.png') -789px -304px;
}
#recent_blog_posts h1 {
	font-size:				34px;
	font-weight:			bold;
	color:					#EBECE6;
	margin-bottom:			60px;
}
#recent_blog_posts .border {
	padding:				10px;
	width:					290px;
	box-shadow:				0px 0px 10px #111;
	background-color:		#FFF;
}
#recent_blog_posts .border .panel {
	position:				relative;				/* Required for div_link. */
	background-color:		#EBECE6;
	overflow:				hidden;
}
#recent_blog_posts .border .panel:hover {
    background-color:		#D8D9D2;
}
#recent_blog_posts .border .panel img {
	width:					290px;
	height:					auto;
	border-top:				5px solid #000;
	border-bottom:			5px solid #000;
}
#recent_blog_posts .border .panel .header_recent_posts {
	color:					#37A;
	font-size:				15px;
	font-weight:			bold;
	margin:					15px;
}
#recent_blog_posts  .border .panel .description {
	font-size:				14px;
	line-height:			20px;
	color:					#333;
	margin:					15px;
}
#recent_blog_posts .border .panel .forward {
	font-weight:			bold;
	color:					#333;
	margin:					15px;
}

/******************************/
/******************************/
/********** Training **********/
/******************************/
/******************************/
#training {
	width:					100%;
}
#training h1 {
	font-size:				28px;
	font-weight:			bold;
	color:					#B00;
	text-align:				center;
	margin-bottom:			30px;
}
#training h2 {
	font-size:				18px;
	font-weight:			bold;
	text-align:				center;
	color:					#B00;
	margin:					30px 130px 50px 130px;
}
#training table {
	width:					100%;
	text-align:				center;
	font-size:				15px;
	border:					4px solid #333;
}
#training table tr {
	height:					60px;
	border-bottom:			2px solid #CCC;
	background-color:		#EFEFEF;
}
#training table .sold_out {
	color:					#666;
}
#training table .limited {
	border:					4px solid #6A9D53;
}
#training table .limited:hover,
#training table .available:hover {
	background-color:		#DDD;
	cursor:					pointer;
}
#training table .last_chance {
	background-color:		#6A9D53;
	font-weight:			bold;
	color:					#FFF;
	height:					30px;
	border:					4px solid #6A9D53;
}
#training table th {
	vertical-align:			middle;
	font-size:				18px;
	font-weight:			bold;
	color:					#FFF;
	background-color:		#333;
}
#training table td {
	vertical-align:			middle;
}
#training table .flag {
	display:				inline-block;
	position:				relative;
	top:					1px;
	width:					16px;
	height:					11px;
	margin-right:			8px;
	background: 			url('images/sprite_flags.png');
}
#training table .canada					{background-position: -1px -1px;}
#training table .united_states 			{background-position: -18px -1px;}
#training table .sweden					{background-position: -35px -1px;}
#training table .australia				{background-position: -1px -13px;}
#training table .united_kingdom			{background-position: -18px -13px;}
#training table .india					{background-position: -1px -25px;}
#training table .japan					{background-position: -18px -25px;}
#training table .france					{background-position: -35px -25px;}
#training table .germany					{background-position: -1px -37px;}
#training table .italy					{background-position: -18px -37px;}
#training table .hong_kong				{background-position: -35px -37px;}
#training table .scotland					{background-position: -1px -49px;}
#training table .hungary					{background-position: -18px -49px;}
#training table .indonesia				{background-position: -35px -49px;}
#training table .poland					{background-position: -1px -61px;}
#training table .russia					{background-position: -18px -61px;}
#training table .new_zealand				{background-position: -35px -61px;}
#training table .switzerland				{background-position: -1px -73px;}
#training table .south_africa				{background-position: -18px -73px;}
#training table .ireland					{background-position: -35px -73px;}
#training table .grey_canada				{background-position: -52px -1px;}
#training table .grey_united_states 		{background-position: -69px -1px;}
#training table .grey_sweden				{background-position: -86px -1px;}
#training table .grey_australia			{background-position: -52px -13px;}
#training table .grey_united_kingdom		{background-position: -69px -13px;}
#training table .grey_india				{background-position: -52px -25px;}
#training table .grey_japan				{background-position: -69px -25px;}
#training table .grey_france				{background-position: -86px -25px;}
#training table .grey_germany				{background-position: -52px -37px;}
#training table .grey_italy				{background-position: -69px -37px;}
#training table .grey_hong_kong			{background-position: -86px -37px;}
#training table .grey_scotland			{background-position: -52px -49px;}
#training table .grey_hungary				{background-position: -69px -49px;}
#training table .grey_indonesia			{background-position: -86px -49px;}
#training table .grey_poland				{background-position: -52px -61px;}
#training table .grey_russia				{background-position: -69px -61px;}
#training table .grey_new_zealand			{background-position: -86px -61px;}
#training table .grey_switzerland			{background-position: -52px -73px;}
#training table .grey_south_africa		{background-position: -69px -73px;}
#training table .grey_ireland				{background-position: -86px -73px;}
#training table .details {
	font-size:				14px;
	line-height:			25px;
	border-bottom-width:	2px;
	padding:				0px 15px;
}
#training #subheader {
	position:				relative;
	top:					-12px;
	left:					730px;
	width:					131px;
	height:					76px;
	background: 			url('images/find_out_more.png');
}
#training #infield {
	border:					4px solid #333;
	width:					900px;
	height:					608px;
	background: 			url('images/training.png');
	margin-top:				60px;
}
#masterclass {
	width:					100%;
	padding:				60px 170px;
}
#masterclass h1 {
	font-size:				30px;
	font-weight:			bold;
	color:					#B00;
	text-align:				center;
}
#masterclass h2 {
	margin:					60px 0px 20px 0px;
}
#masterclass center {
	margin-top:				60px;
}
#masterclass #video {
	display:				block;
	margin:					60px 0px 0px 0px;
	background-color:		#000;
}
#masterclass #continue {
	margin-top:				60px;
}
#masterclass #continue input[type=text] {	
	position:				relative;
	top:					2px;
	width:					290px;
}
#masterclass #continue input[type=submit] {
	width:					290px;
}
#masterclass #phone_instructions {
	margin:					-20px 0px 25px 0px;
}
#masterclass #highlight {
	position:				absolute;
	width:					280px;
	height:					80px;
	top:					-16px;
	left:					-143px;
	background:				url('images/sprite_masterclass.png') -147px -102px;
}
#layout section #sam {
	display:				block;
	position:				relative;
	top:					-253px;
	left:					460px;
	width:					145px;
	height:					192px;
	background:				url('images/team/marcus_oakey.png');
	background-repeat: no-repeat;
}
	
/******************************/
/******************************/
/********** Products **********/
/******************************/
/******************************/
#products {
	width:					100%;
	padding:				60px 170px;
}
#products h1 {
	font-size:				30px;
	font-weight:			bold;
	color:					#C00;
	text-align:				center;
	margin:					60px 0px 40px 0px;
}
#products h2 {
	font-size:				20px;
	color:					#C00;
	margin:					0px 0px 40px 0px;
}
#products h3 {
	font-size:				16px;
	font-weight:			bold;
	color:					#222;
	margin-top:				20px;
}
#products ul {
	margin-left:			0px;
}
#products li {
	list-style:				none;
	margin:					15px 0px 15px 20px;
	padding:				5px 0px 5px 40px;
	background:				url('images/bullet_tick_red.png') no-repeat 0px 5px;
}
#products #inner_content {
	margin-top:				20px;
	padding:				0px 40px;
	background-color:		#FFC;
	border:					2px solid #FFE4AE;
}
#products .product_sweettalk {
	display:				block;
	margin:					40px auto;
	width:					126px;
	height:					200px;
	background:				url('images/sprite_products.png') -102px -364px;
}
#products .product_audiobook {
	display:				block;
	margin:					40px auto;
	width:					190px;
	height:					190px;
	background:				url('images/sprite_products.png') -292px -364px;
}
#products .product_sweettalk_audiobook,
#checkout .product_sweettalk_audiobook {
	display:				block;
	margin:					40px auto;
	width:					381px;
	height:					200px;
	background:				url('images/sprite_products.png') -102px -364px;
}
#products .marcus_igor {
	display:				block;
	margin:					40px auto;
	width:					536px;
	height:					362px;
	background:				url('images/sprite_products.png') -1px -1px;
}
#products .buy {
	display:				block;
	margin:					40px auto;
	width:					368px;
	height:					127px;
	background:				url('images/sprite_products.png') -1px -566px;
}

/******************************/
/******************************/
/********** Checkout **********/
/******************************/
/******************************/
#checkout {
	width:					100%;
	padding:				60px 170px;
}
#checkout h1,
#checkout h2 {
	font-size:				30px;
	font-weight:			bold;
	color:					#C00;
	text-align:				center;
}
#checkout h2 {
	font-size:				16px;
	font-weight:			bold;
	color:					#222;
	margin-top:				20px;
}
#checkout ul {
	margin-left:			0px;
}
#checkout li {
	list-style:				none;
	margin:					15px 0px 15px 20px;
	padding:				5px 0px 5px 40px;
	background:				url('images/bullet_tick_red.png') no-repeat 0px 5px;
}
#checkout .input {
	color:					#222;
}
#checkout .input_container {
	width:					280px;
}
#checkout #overview {
	padding:				5px 25px;
	width:					620px;
	background-color:		#FFC;
	border:					2px dashed #E4BB14;
	border-radius:			10px;
}
#checkout #total {
	color:					#222;
	padding:				10px 0px;
	margin:					40px 0px;
	font-size:				24px;
	border-top:				2px solid #CCC;
	border-bottom:			2px solid #CCC;
}
#checkout #error {
	color:					#C00;
	font-size:				16px;
	margin-bottom:			30px;
}
#checkout #guarantee {
	width:					280px;
	margin-top:				65px;
	padding-top:			50px;
	background-color:		#FFC;
	border:					2px dashed #E4BB14;
	border-radius:			10px;
}
#checkout #guarantee p {
	margin:					15px;
	color:					#555;
	font-size:				14px;
	line-height:			20px;
}
#checkout .disclaimer {
	text-align:				center;
}
#checkout .disclaimer h2 {
	margin:					60px 0 10px 0;
}
#checkout .disclaimer p {
	margin-top:				10px;
	font-size:				12px;
}
#checkout .disclaimer .trustwave {
	width:					130px;
	height:					20px;
	background:				url('images/sprite_checkout.png') -1px -102px;
	margin:					10px auto 0 auto;
}

/**************************/
/**************************/
/********** Blog **********/
/**************************/
/**************************/
#layout section article {
	padding-bottom:			40px;
	margin-bottom:			40px;
	border-bottom:			8px solid #EEE;
}
#layout section article .vertical_outer {
	display:				table;
    height:					78px;
    width:					535px;
	margin:					0px 0px 20px 0px;
}
#layout section article .vertical_inner {
	display:				table-cell;
	vertical-align:			middle;
}
#layout section article .photo {
	position:				relative;
	width:					70px;
	height:					70px;
	top:					5px;
	margin:					0px 15px 25px 0px;
}
#layout section article h1 {
	margin:					0px;
	font-size:				28px;
	text-align:				left;
	color:					#37A;
	font-weight:			bold;
}
#layout section article h2 {
	margin-top:				2px;
	font-size:				13px;
	text-align:				left;
	color:					#222;
	font-weight:			normal;
}
#layout section article .attachment-post-thumbnail {
	margin:					0px 0px 12px 0px;
	width:					620px;
	height:					310px;
	background-color:		#444;
	border-radius:			10px;
	-webkit-filter:			brightness(85%);
	/* Fading */
	-webkit-transition:		all 0.3s ease;
	-moz-transition:		all 0.3s ease;
	-o-transition:			all 0.3s ease;
	-ms-transition:			all 0.3s ease;
	transition:				all 0.3s ease;
}
#layout section article .attachment-post-thumbnail:hover {
	-webkit-filter:			brightness(100%);
}

#layout section article p {
	margin:					0px;
}
#layout #post p,
#layout #post li {
	/* New Formatting */
	font-family:			Georgia, Times, 'Times New Roman', serif;
	font-size:				18px;
	line-height:			28px;
}
#layout #post .cap:first-letter {
	float:					left;
	font-size:				83px;
	line-height:			60px;
	margin-top:				5px;
	padding-right:			7px;
}
#layout #post h1 {
	font-size:				36px;
	font-family:			'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:				left;
}
#layout #post h2 {
	text-align:				left;
	margin-top:				30px;
	/* New Formatting */
	-webkit-font-smoothing:	antialiased;
	font-family:			'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:				22px;
	line-height:			22px;
}
#layout #post .author {
	font:					16px Arial,Helvetica,sans-serif;
	margin-top:				-80px;
}
#layout #post .author img {
	display:				inline-block;
	position:				relative;
	top:					8px;
	margin-right:			5px;
}
#layout #post .sources {
	margin-top:				60px;
	background-color:		#EEE;
	padding:				20px;
}
#layout #post .sources h2 {
	margin-top:				0px;
}
#layout #post #related_posts {
	margin-top:				30px;
}
#layout #post #related_posts a {
	display:				block;
	width:					186px;
}
#layout #post #related_posts img {
	margin:					0px 0px 5px 0px;
	width:					186px;
	height:					100px;
	background-color:		#000;
}
#layout #post .fb-comments {
	margin-bottom:			20px;
}

/*********************************/
/*********************************/
/********** Video Vault **********/
/*********************************/
/*********************************/
#layout #vault h2 {
	margin-top:				40px;
}
#layout #vault .episode {
	position:				relative;				/* Required for div_link. */
	width:					295px;
	background-color:		#EBECE6;
	box-shadow:				2px 2px 0px #BBB;
	margin-top:				40px;
	color:					#EBECE6;				/* Inherited by H1, used for hover effect. */
}
#layout #vault .episode:hover {
    cursor:					pointer;
    background-color:		#D8D9D2;
	color:					#FFF;					/* Inherited by H1, used for hover effect. */
}
#layout #vault .episode h1 {
	color:					inherit;
	font-size:				20px;
	font-weight:			bold;
	padding:				8px 0px 5px 15px;
	background:				#222 url('images/background_vault.png') repeat-x;
	margin:					0px;
	text-align:				left;
}
#layout #vault .episode h2 {
	color:					#37A;
	font-size:				16px;
	font-weight:			bold;
	margin:					15px;
	text-align:				left;
}
#layout #vault .episode .thumbnail {
	margin:					0px;
	border-top:				5px solid #000;
	border-bottom:			5px solid #000;
}
#layout #vault .episode .description {
	font-size:				14px;
	line-height:			20px;
	color:					#333;
	margin:					15px;
}
#layout #vault .episode .forward {
	font-weight:			bold;
	color:					#222;
	margin:					15px;
}

/*****************************/
/*****************************/
/********** Contact **********/
/*****************************/
/*****************************/
#contact {
	margin:					40px 0px;
}
#contact iframe {
	margin:					0px;
}
#contact #captcha {
	display:				inline-block;
}

/***************************/
/***************************/
/********** About **********/
/***************************/
/***************************/
#layout section .ebook_mini {
	margin-top:				30px;
	width:					620px;
	height:					136px;
	background:				url('images/sprite_about.png') -622px -1px;
}
#layout section .ebook_mini .container {
	position:				relative;
	top:					64px;
}
#layout section .ebook_mini input[type=text] {
	position:				relative;
	padding:				15px;
	top:					2px;
	width:					168px;
	height:					48px;
	margin:					0px 10px 0px 0px;
}
#layout section .ebook_mini input[type=submit] {
	margin-top:				2px;
	width:					169px;
}
#layout section .ebook_mini #disclaimer {
	color:					#888;
	text-align:				center;
	font-size:				12px;
	line-height:			10px;
	margin-top:				3px;
}
#layout section .ebook_mini #disclaimer a {
	color:					#888;
}
#layout section .ebook_mini #disclaimer a:hover {
	color:					#555;
}
#layout section .about_1 {
	position:				relative;
	margin-left:			40px;
	left:					-5px;
	float:					right;
	width:					250px;
	height:					320px;
	background:				url('images/sprite_about.png') -622px -445px;
}
#layout section .about_2 {
	width:					620px;
	height:					381px;
	margin-top:				20px;
	background:				url('images/sprite_about.png') -1px -1px;
}
#layout section .about_3 {
	width:					620px;
	height:					306px;
	margin-top:				20px;
	background:				url('images/sprite_about.png') -622px -138px;
}
#layout section .about_4 {
	width:					620px;
	height:					398px;
	margin-top:				20px;
	background:				url('images/sprite_about.png') -1px -383px;
}

/************************************/
/************************************/
/********** YouTube Funnel **********/
/************************************/
/************************************/
#youtube {
	width:					100%;
	padding:				60px 170px;
}
#youtube h1 {
	margin-bottom:			40px;
	font:					35px Impact,Charcoal,sans-serif;
	text-align:				center;
}
#youtube h2 {
	margin-top:				20px;
	font-size:				18px;
	font-weight:			bold;
	text-align:				center;
}
#youtube h3 {
	margin:					40px 0px;
	font:					bold 16px Rockwell,'Courier Bold',Courier,Georgia,Times,'Times New Roman',serif;
}
#youtube p {
	color:					#222;
	line-height:			20px;
	margin:					20px 0px 20px 0px;
}
#youtube form {
	margin-top:				40px;
}
#youtube input[type=text] {
	position:				relative;
	padding:				15px;
	top:					2px;
	width:					200px;
	height:					48px;
	margin:					0px 10px 0px 0px;
}
#youtube input[type=submit] {
	width:					200px;
}
#youtube #video {
	display:				block;
	margin:					40px 0px;
	background-color:		#000;
}
#youtube #disclaimer {
	color:					#888;
	text-align:				center;
	font-size:				12px;
	line-height:			10px;
	margin-top:				10px;
}
#youtube #disclaimer a {
	color:					#888;
}
#youtube #disclaimer a:hover {
	color:					#555;
}
#youtube footer {
	margin-top:				60px;
	text-align:				center;
}
#youtube footer p{
	color:					#777;
	margin-top:				5px;
	line-height:			17px;
	font-size:				12px;
}
#youtube .thumbnail {
	width:					620px;
	height:					366px;
	background:				url('images/sprite_youtube.png') -1px -1px;
}
#youtube .marcus {
	margin-left:			40px;
	width:					241px;
	height:					241px;
	background:				url('images/sprite_youtube.png') -380px -368px;
}
#youtube .ebook {
	display:				block;
	margin:					0px auto;
	width:					378px;
	height:					420px;
	background:				url('images/sprite_youtube.png') -1px -368px;
}
#youtube .footer {
	margin:					0px auto;
	width:					163px;
	height:					46px;
	background:				url('images/sprite_youtube.png') -380px -711px;
}

/***************************/
/***************************/
/********** eBook **********/
/***************************/
/***************************/
#ebook {
	width:					100%;
	padding:				60px 170px;
}
#ebook #download {
	margin:					60px 0px;
	width:					620px;
	height:					214px;
	background:				url('images/download.png');
}
#ebook #download a {
	position:				relative;
	top:					83px;
	left:					440px;
}
#ebook .colour_bullets {
	font-size:				16px;
	font-weight:			bold;
	color:					#333;
	margin:					10px 0px;
}
#ebook .colour_bullets:before {
	content:				"";
	display:				inline-block;
	position:				relative;
	top:					13px;
	width:					107px;
	height:					37px;
	background:				url('images/bullets_ebook.png');
}
#ebook .bullet_1:before {
	background-position:	0px 0px;
	margin:					0px 20px 0px 0px;
}
#ebook .bullet_2:before {
	background-position:	0px -37px;
	margin:					0px 20px 0px 30px;
}
#ebook .bullet_3:before {
	background-position:	0px -74px;
	margin:					0px 20px 0px 60px;
}
#ebook .bullet_4:before {
	background-position:	0px -111px;
	margin:					0px 20px 0px 90px;
}

/*****************************************/
/*****************************************/
/********** Homework Interviews **********/
/*****************************************/
/*****************************************/
.interview_info {
	margin:					20px 0px 60px 0px;
	width:					620px;
}
.interview_info .description {
	display:				block;
	text-align:				center;
	margin:					0px;
	padding:				10px 13px 0px 20px;
	width:					400px;
}
.interview_info img {
	margin:					0px;
}

/*************************/
/*************************/
/********** 404 **********/
/*************************/
/*************************/
.paragraph_404 {
	font:					bold 20px Rockwell,'Courier Bold',Courier,Georgia,Times,'Times New Roman',serif;
	text-align:				center;
	margin:					30px 30px;
}

/**************************/
/**************************/
/********** Team **********/
/**************************/
/**************************/
#layout section .team {
	border-bottom:			8px solid #EEE;
	padding:				35px 0px;
}
#layout section .team .photo {
	margin:					0px;
}
#layout section .team .details {
	width:					445px;
}
#layout section .team .name {
	font-size:				18px;
	font-weight:			bold;
	color:					#222;
	margin-bottom:			5px;
}
#layout section .team .role {
	font-size:				16px;
	color:					#888;
	margin-bottom:			5px;
}
#layout section .team .biography {
	font-size:				13px;
	color:					#444;
	text-align:				justify;
	margin-bottom:			10px;
}
#layout section .team a {
	position:				relative;
	top:					-10px;
	font-size:				13px;
	font-weight:			bold;
	color:					#000;
	text-decoration:		none;
	padding-right:			10px;
	margin-right:			10px;
}
#layout section .team a:hover {
	color:					#4AE;
}
#layout section .team .email,
#layout section .team .website {
	display:				inline-block;
	position:				relative;
	top:					8px;
	width:					25px;
	height:					25px;
	margin-right:			8px;
}
#layout section .team .email {
	background:				url('images/email.png') 
}
#layout section .team .website {
	background:				url('images/website.png') 
}

/* Richards beautiful fixes */

header {
	line-height: 0;
	height: auto;
	background-color: #fff;
	box-shadow: none;
	border-bottom: 5px solid #195074;
}
.flex-header {
	max-width: 1156px;
	padding: 10px 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.flex-header a {
	font-family: 'Roboto', sans-serif!important;
	color: #888888;
	font-size: 20px!important;
	font-weight: 300!important;
	padding: 0 13px;
}
.flex-header a:hover {
	font-family: 'Roboto', sans-serif!important;
	color: #666666;
	font-size: 20px!important;
	font-weight: 300!important;
	text-decoration: underline;
	padding: 0 13px;
}

.flex-header .inactive {
	font-family: 'Roboto', sans-serif!important;
	color: #666666;
	font-size: 20px!important;
	font-weight: 300!important;
	text-decoration: underline;
	padding: 0 13px;
}

.flex-header img {
	width: 210px;
}

@media only screen and (max-width: 880px) {
	.flex-header {
		flex-direction: column;
	}

.flex-header a {
	font-size: 18px;
}
.flex-header ul {
	text-align: center;
}


	.our-sidebar {
		display: none;
	}
  }


  /* About page */
