/** SA Font **/
	@font-face {font-family: 'GenialFatExpanded';src: url('../2014/fonts/1C0E0C_0_0.eot');src: url('../2014/fonts/1C0E0C_0_0.eot?#iefix') format('embedded-opentype'),url('../2014/fonts/1C0E0C_0_0.woff') format('woff'),url('../2014/fonts/1C0E0C_0_0.ttf') format('truetype'), url('../2014/fonts/1C0E23_0_0.svg#wf') format('svg');}
	 .sa_font { font-family: 'GenialFatExpanded' !important; }

img {
vertical-align: middle;
}

p {
	margin-bottom: 10px;
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
float: left;
width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img {
	max-width: 100%;
}

/* =General
-------------------------------------------------------------- */
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
}

a {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

a:hover {
	text-decoration: none;
}

iframe {
	max-width: 100% !important;
}

.parallax {
background-attachment: fixed !important;
background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;

}

input.button,
a.button,
.book_coach_form2 button.coach_submit {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #2bb3dd;
	color: #ebf3f6;
	padding: 11px 18px;

	opacity: 1;
	text-transform: uppercase;
}

.book_coach_form2 button.coach_submit {
	width: 100%;
	margin: 10px 0 0 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

a.button:hover{
	background: #3d91aa;
	background: #222;
}

a.button-2 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 2px #2bb3dd;
	color: #2bb3dd;
	font-weight: bold;
	background: rgba(255,255,255,.5);
	padding: 9px 15px;
	opacity: 1;
	text-transform: uppercase;
}

a.button-2:hover{
	border-color: #185e6b;
	color: #185e6b;
}

.button-wide {
	padding: 8px 24px;
}

/* =Front Page
-------------------------------------------------------------- */
.home-section {
	padding: 40px 0;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	background: #fff;
}

.home-section h2 {
	font-size: 40px;
}

.home-section p {
	font-size: 20px;
	line-height: 28px;
}

	/** Hero Section **/
		#home-hero {
			position: relative;
		}

		.hero {
			background: url('../2014/images/hero2.jpg') center center fixed;
			background-size: cover;
			background-repeat: no-repeat;
			max-height: 620px;
			position: relative;
			min-height: 600px;
		}

		.test-hero {
			background: url('../2014/images/toby_test.jpg') center center fixed;
			background-size: cover;
			background-repeat: no-repeat;
		}

		.hero-face {
			background: url('../2014/images/hero_face.png') no-repeat;
			width: 550px;
			height: 475px;
			z-index: 50;
			position: absolute;
			bottom: 0;
			right: 30px;
		}

		.hero-text {
			z-index: 50;
			padding-right: 20px;
			text-shadow: 0 0 10px #ffffff;
			color: #353b3c;
			display: block;
			margin-top: 275px;
		}


		.hero-text p span {
			display: inline;
		}

		.hero-text p span span {
			font-size: 12px;
			margin-right: 0;
			text-align: center;
			float: none;
		}


		.hero-text h1,
		.hero-text h4 {
			font-family: 'Alegreya Sans', sans-serif;
			text-transform: uppercase;
			color: #333;
			/**text-shadow: 0 0 10px #000000; **/
		}

		.hero-text h1 {
			font-size: 34px;
			margin-bottom: 2px;
			font-weight: 700;
			line-height: 36px;
			padding-bottom: 8px;
		}

		.hero-text h4 {
			font-size: 24px;
			margin-top: 2px;
			margin-bottom: 60px;
		}

		.hero-text a {
			text-shadow: none;
			display: inline-block;
			float: left;
			text-decoration: none;

		}

		.hero-text a.home-button {
			margin-bottom: 5px;
			font-weight: bold;
		}

		.hero-text p span {
			float: left;
			margin-right: 20px;
			text-align: center;
		}

		.hero-text span {
			text-align: center;
		}

		.hero-text span span a {
			float: none;
		}



	/** About Section **/
		#home-about {
			background: #2bb3dd;
			color: #fcfcfc;
			margin-top: -25px;
			position: relative;
			text-align: center;
			font-size: 16px;
			line-height: 24px;
		}

		#about_arrow {
			width: 100px;
			height: 50px;
			background: url('../2014/images/about_arrow.png') no-repeat;
			position: relative;
			left: 50%;
			margin-left: -50px;
			z-index: 100;
			top: -65px;
			margin-bottom: -65px;
			display: none;
		}


	/** Home Experts **/
		#home-experts {
			text-align: center;
			padding-top: 10px;
		}

		.home-expert-image {
			display: block;
			width: 200px;
			margin: 0 auto;
			border:solid 8px #ebf3f6;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			overflow: hidden;
			height: 200px;
		}

		.home-expert-image img{
			width: 200px;
			height: 200px;
		}

		.home-expert-text h3 {
			margin-bottom: 0px;
			font-weight: 400;
			font-size: 22px;
			line-height: normal;
			text-transform: uppercase;
		}

		.home-expert-text p {
			font-size: 14px;
			line-height: normal;
		}

		.home-expert-text span {
			color: #2bb3dd;
			display: none;
		}


	/** Home Videos **/
		#home-videos {
			background-image: url('../2014/images/home_video.jpg');
			background: url('../2014/images/bg_pattern.jpg') repeat;
			text-align: center;
			padding-bottom: 0px;
			padding-top: 120px;
		}

		#home-videos h2 {
			margin-top: 70px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}

	/** Home Blog **/
		#home-blog {
			padding: 50px 0;
		}

		#home-blog h2 {
			margin-top: 0px;
			margin-bottom: 0px;
			font-size: 30px;
			text-transform: uppercase;
		}

		.home-blog-text h5 {
			font-weight: 400;
			font-size: 20px;
			margin: 10px 0;
		}
		.home-blog-text p{
			font-size: 15px;
			line-height: 20px;
		}

		.home-blog-title {
			margin-bottom: 20px;
			text-align: left;
		}

	/** Home Features **/
		#home-features {
			background: url('../2014/images/home_features.jpg') no-repeat center top;
			background: url('../2014/images/bg_pattern.jpg') repeat;
			padding-bottom: 0px;
			border-bottom: solid 1px #dfdfdf;
			text-align: center;
		}

		#home-features h2 {
			margin-bottom: 0px;
			text-transform: uppercase;
		}

		#home-features p {
			margin-bottom: 0px
		}

	/** Home Testimonials **/
		#home-testimonials {
			text-align: center;
		}

		.home-testimonial {
			text-align: left;
			margin-top: 20px;
		}

		.home-testimonial p {
			font-style: italic;
			color: #888;
			font-weight: 400;
		}

		.home-testimonial p.home-testimonial-name {
			text-align: left;
			font-size: 20px;
			color: #2bb3dd;
		}
		.home-testimonial-image {
			display: inline-block;
			width: 70px;
			margin: 0 10px -30px 0;
			border:solid 2px #ebf3f6;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			overflow: hidden
		}

		.home-testimonial-image img{
			width: 100%;
		}

		.home-media h5 {
			font-weight: 400;
			color: #999;
			font-size: 20px;
			padding: 10px 0;
		}

/* =Header
-------------------------------------------------------------- */
#site-menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	margin-bottom: -60px;
	line-height: 40px;
	z-index: 1000000;
	font-size: 13px;

}

#site-menu .container {
		padding-top: 8px;
		padding-bottom: 8px;
}

.has_notice #site-menu,
.admin-bar #site-menu {
	top: 30px;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.has_notice #site-menu.sticky {
	top: 0px;
}

#site-menu ul {
	list-style: none;
	text-align: right;
}

#site-menu li {
	display: inline-block;
	margin: 0px 0 0px 28px;
}

#site-menu a {
	color: #2bb3dd;
	opacity: 1;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}



#site-menu .boxed_menu_item a,
#site-menu .free_trial a {
	background: transparent;
	border: solid 3px #2bb3dd;
	padding: 8px 10px;
	opacity: 1;
	color: #2bb3dd;
}

#site-menu a:hover {
	color: #485052;
}

#site-menu .free_trial a:hover {
	color: #2bb3dd;
	background: #ebf3f6;
}

#site-menu.sticky {
	background: rgba(255,255,255,.8);
	position: fixed;
	width: 100%;
	left: 0px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
}

#site-menu.sticky a {
	color: #2bb3dd;

}

#site-menu.sticky .free_trial a {
	color: #ebf3f6;
}

#site-menu.sticky a:hover {
	color: #626c70;
}

#site-menu.sticky .free_trial a:hover {
	color: #fff;
	background: #626c70;
}


#site-menu h1 {
	line-height: 36px;
	font-size: 30px;
	margin: 0px;
}
#site-menu a.site_logo {
	text-transform: none;
	font-weight: 700;
	text-shadow: 1px 1px 2px #ffffff;
	color: #2bb3dd;
    letter-spacing: -1px;	
}

#site-menu a.site_logo span {
	letter-spacing: -4px;
}

#site-menu.sticky a.site_logo {
	color: #2bb3dd;
}

html {
	background: #485052;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	background: #4e5759;
	padding: 50px 0 40px;
	color: #9ea6a8;
	font-weight: 300;
	clear: both;
}

#copyright {
		width: 100%;
		line-height: normal;

}

#colophon a,
#copyright a {
	color: #bcc1c1;
}

#colophon a:hover,
#copyright a:hover {
	color: #e0e5e5
}

#colophon h1,
#colophon h2,
#colophon h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.footer-box {
	color: #7e8789;
	text-align: right;
}

.footer-box p {
	line-height: 16px;
	font-size: 13px;
}

#colophon .footer-box a.button {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	float: right;
	padding: 12px 0;
	text-align: center;
	background: #2bb3dd;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 12px;
}

#copyright {
	padding: 8px 0;
	background: #2d3233;
	color: #888e8f;
	font-size: 12px;
}

.footer-menu h3 {
	font-size: 12px;
	text-transform: uppercase;
}

.footer-menu ul {
	padding-left: 0px;
	font-size: 15px;
}

.footer-menu li {
	list-style: none;
	line-height: 30px;
	text-transform: uppercase;
}

.footer-menu li span {
	font-weight: bold;
}

.designaco-footer {
	text-align: right;
}

#copyright .designaco-footer a {
	font-weight: 700;
	text-transform: uppercase;
	color: #87989d;
}

#copyright .designaco-footer a:hover {
	color: #e0e5e5
}

#page-container {
	margin-top: 0px;
}
#site-menu h1 {
	position: static;
	left: auto;
	padding: 0px;
}

body {
	min-width: inherit;
}

.hero-face .bx-worked-container{
opacity: 0;
position: absolute;
top: 105px;
left: 273px;
margin: 0px;
width: 209px;

}

#worked-with img {
	max-width: 100%;
}

.hero-face .bx-worked-container li {
	position: absolute;
}

.hero-face .bx-worked-container .bx-pager {
	top: -35px;
}

.bx-wrapper script {
	display: none !important;
}

.home-blog-image {
	width: 100%;
}

.home-blog-image img{
	width: 100%;
	height: auto;
}

.home-blog-text p a {
	color: #428bca;

}

.footer-social-links a{
	font-size: 24px;
	margin-left: 10px;
}

#features-slide-container {
	position: relative;
}

#feature-screen {
margin: 0 auto;
float: left;
width: 100%;
display: block;
position: absolute;
bottom: 0px;
}

.slide {
	position: relative;
}

.slide .image {
}

.slide .layer {
position: absolute;
top: 0px;
z-index: 2;
max-width: 50%;
margin-left: 20px;
margin-top: 20px;
}

#feature-screen .bx-wrapper {
	margin: 0 auto;
}

#feature-screen p {
	margin-bottom: 15px;
}

#feature-screen h2 {
	font-size: 32px;
}
#feature-screen p {
	font-size: 15px;
}


.layer1 h2,
.layer1 p {
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.layer3 h2,
.layer3 p {
	text-align: left;
	color: #333;
	text-shadow: none;
}

.layer3 .after_button_text {
	color: #000;
}

.slide .layer2 {
position: absolute;
top: 0px;
right: 0px;
text-align: left;
z-index: 2;
max-width: 50%;
margin-right: 20px;
margin-left: 0px;
margin-top: 20px;

}

#feature-screen .bx-wrapper .bx-controls-direction a {
	-webkit-transition: all 0ms ease;
-moz-transition: all 0ms ease;
-ms-transition: all 0ms ease;
-o-transition: all 0ms ease;
transition: all 0ms ease;
}

/*** IE & FIXES ***/
#home-hero {
	position: relative;
}
.ie8 #site-menu  {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0px;
	height: 60px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
}

.ie8 .parallax {
	background-attachment: inherit !important;
	background-size: cover !important;
	background-repeat: repeat !important;
}

#feature-screen .bx-wrapper .bx-prev{
	left: -115px;
}

#feature-screen .bx-wrapper .bx-next{
	right: -115px;
}

.home-media img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    height: 40px;
    width: auto;
    margin: 5px 0;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

.home-media img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.menu-modal-right {
	width: 50%;
}

.modalNav {
	width: 50%;
}

#page-container {
	padding-top: 60px;
}

.page-template-template-21tips-php #page-container,
#home #page-container {
	/* padding-top: 0px !important; */
}

.page-template-template-21tips-php #site-menu.sticky,
#home #site-menu.sticky,
#site-menu {
	border-bottom: solid 3px #eee;
	z-index: 999999;
	background: rgba(255,255,255,.8);
}

.page-template-template-21tips-php #site-menu,
#home #site-menu {
	background: rgba(255,255,255,.8);
}

.trial_faqs_container .faqCategories a {
	width: 17.33%;
	margin-left: 8%;
	margin-right: 8%;
	text-transform: uppercase;
}

.page-template-template-21tips-php #page-container>.container,
#home #page-container>.container {
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;

  /* Set width to your desired site width */
  width: 1000px;
}

.expert_rates {
	font-size: 15px;
	/*color: #2bb3dd;*/
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 3px !important;
}

.tips-text {
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
}

.tips-text ol {
	list-style: decimal;
	margin-left: 80px;
}

.tips-text ol li {
	margin-bottom: 10px;
}

.tips-note {
	font-size: 20px;
	font-style: italic;
	color: #777;
	margin-top: 10px;
}

.tips-signature {
	font-size: 20px;
	margin-top: 14px;
	color: #999;
}

.tips-signature span {
	font-family: 'GenialFatExpanded' !important;
	color: #2bb3dd;
}

.free-video {
	position: relative;
}

.free-video img {
	position: absolute;
	left: 0;
	top: 0;
}

.free-video-iframe {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 64px;
	overflow: hidden;
}

.tips-gift p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.tips-gift {
	float: left;
	width: 86%;
	display: block;
	margin: 0 10%;
	padding: 20px 7%;
	border-top: solid 3px #eee;


}


.tips-gift-2 p {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 1;
}

.tips-gift-2 {
	float: left;
	width: 86%;
	display: block;
	margin: 0 10%;
	padding: 20px 7%;
	border-bottom: solid 3px #eee;


}

.sale_qty {
	width: 36px;
height: 36px;
margin-right: 10px;
color: #000;
padding: 0px;
line-height: 36px;
text-align: center;
}

.home-button {
	float: left;
	padding: 10px;
	text-align: center;

	line-height: 1;
}

.home-button:hover {
	background: #222 !important;
}

.home-button span {
	font-size: 13px;
	text-transform: none;
}

#top-trial {
	text-align: center;
	color: #fff;
	margin-top: -20px;
	padding-bottom: 140px;
}

#top-trial h1 {
	padding-top: 85px;

	padding-bottom: 5px;
}
#top-trial h3 {
	font-weight: normal;
	font-size: 24px;
	color: #bde8f5
}

.top-trial-readmore {
	color: #2bb3dd;
	background: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}

.top-trial-readmore:hover {
	opacity: .9;
}

#top-trial .alexia_trial_letter {
	background: #ffffff !important;
	text-align: left;
}

.home-section .alexia_trial_letter p {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 12px;
}

#price-boxes {
	padding-top: 0px;
	margin-top: -120px;
	background: transparent;
}

.trial-price-box {
	text-align: center;
	padding: 0px 2px;
}

.price-box-top {
	background: #2f6381;
	color: #fff;
	padding: 10px 0;

}

.price-box-top h3 {
	font-size: 30px;
	padding: 5px 5px 0 5px;
	text-transform: uppercase;
}

.price-box-top p {
	margin-top: 0px;
	font-size: 20px;
	color: #d0dde4
}

.price-box-pricing {
	background: #95bdcd;
	color: #fff;
}

.price-box-pricing p {
	padding-bottom: 15px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
	margin-top:-5px;
}

.price-box-pricing h4 {
	font-size: 40px;
	font-weight: 600;
	font-family: Helvetica, sans-serif;
	margin-top: -5px;
	padding-top: 12px;
}

.price-box-pricing h4 sup {
	font-size: 20px;
	top: -14px;
	font-weight: 500;
}

.price-box-pricing h4 span {
	font-size: 20px;
	font-weight: 500;
	padding-left: 5px;
}

.price-box-features .features li {
	padding: 14px 8px;
	border-bottom: solid 1px #eee;
	font-size: 16px;
	color: #45626b
}

.price-box-features {
	background: #f4f8fa;
}

.price-box-button {
	background: #e9f3f7;
}

.price-box-button a {
margin-top: 10px;
margin-bottom: 10px;
width: 90%;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 16px;
text-decoration: none;
display: inline-block;
color: #fff;
	background: #95bdcd;
	background: #2bb3dd;

}


.price-box-button a.premium {
	background: #2bb3dd;
}

.price-box-button a.other {
	background: #2f6381;
	background: #2bb3dd;

}


.price-box-button a:hover{
	background: #77c9e2;
	background: #222;
}

.price-box-button p{
	font-size: 13px;
	color: #2f7184;
	margin-bottom: 15px;
}

.price-box-pricing p.pricing-box-tagline {
	padding-top: 15px;
	font-size: 18px;
	color: #daecf3;
	padding-bottom: 0px;
	margin-top: 0px;
}

.trial_get_involved {
	clear: both;float: left;display: block;width: 100%;
}

.trial_get_involved h4 {
	text-transform: uppercase;
}

.trial_get_involved h2 {
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}

.trial_get_involved img {
	float: left;
	margin-right: 10px;
	border: solid 1px #dfdfdf;
	padding: 4px;
	width: 95px;
	height: auto
}

.scroll-down {
	color: #0c4b70;
}

#sa_notice {
	background: #252525;
	color: #fff;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999999;
	font-size: 16px;
}

#sa_notice p {
	margin: 0px;
	padding: 6px 0;
	text-align: center;
}

#sa_notice sup {
	top: 0px;
}

#sa_notice a {
	color: #fff;
}

#footer_tail {
	margin: -59px 0 52px;
	text-align: center;
	z-index: 99;
	position: relative;
}

#footer_tail .button {
	color: #fff;
	padding: 10px 25px;
}

#footer_tail .button:hover {
	background: #000;
}

.chitchat {
	background: url('../2014/images/chitchat.jpg') no-repeat center top;
	padding: 40px 0;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	border-bottom: solid 1px #dfdfdf;
	text-align: center;
	height: 500px;
	display: table;
	width: 100%;
	background-color: #181818;
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 2px 2px #000;
}

.chitchat .chitchat-container {
	display: table-cell;
	vertical-align: middle;
}

.chitchat a {
-webkit-transition: all 0ms ease;
-moz-transition: all 0ms ease;
-ms-transition: all 0ms ease;
-o-transition: all 0ms ease;
transition: all 0ms ease;
}

.chitchat .bx-wrapper .bx-next {
	right: 0;
}

.chitchat .bx-wrapper .bx-prev {
	left: 0;
}

.top_tab {
	background: rgba(25,25,25,1);
	position: relative;
	text-align: center;
}

.top_tab_text {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 28px;
	position: relative;
	top: 3px;
}

#site-menu .top_tab .container{
	padding-top: 0px;
	padding-bottom: 0px;
}

#site-menu .top_tab a.dismiss-click {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
}

#site-menu .top_tab_link a {
	background: #2bb3dd;
	padding: 8px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

#what_learn h3 {
	margin-top: 0px;
	font-size: 24px;
}

#what_learn p {
	font-size: 18px;
}

.coach_block {
	padding: 0;
	margin-bottom: 10px;
	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.coach_block:hover {
}

.coach_block .home-expert-image {
float: left;
width: 100px;
height: 100px;
border-width: 3px;
margin: 0 10px 0 0;
}

.coach_block .home-expert-image img {
	width:100px;
	height: 100px;
}

.coach_block .details {
	background: #2bb3dd;
	color: #fff;
	margin-left: 40px;
	padding: 4px 0;
	margin-top: 5px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px 10px 10px 0;
	border-radius: 0px 10px 10px 0;
}

.coach_block h3 {
	margin-bottom: 5px;
}

.coach_block .coach_excerpt {
	font-size: 14px;
}

.coach_booking {
	text-align: center;
	border: solid 1px #dfdfdf;
	position: relative;

}

.coach_avail {
	font-weight: 300;
	font-size: 15px;
	line-height: normal;
	padding: 26px 10px;
	color: #888;
	min-height: 110px;
}

.coach_avail.first {
	padding: 6px 10px;
	min-height: 70px;
}

.coach_price {
	background: #2bb3dd;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
		padding: 10px;
}

.coach_submit_open,
.coach_booking .coach_submit {
	background: #2bb3dd;
	width: 100%;
	text-align: center;
	color: #fff;
	border: none;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 15px;
}

.coach_submit_open {
	position: relative;
	z-index: 100;
}

.coach_booking .coach_submit:hover,
.coach_booking .coach_submit_open:hover {
	background: #222;
}

.coach_booking .coach_submit_box {
	position: absolute;
	width: 100%;
	background: #fff;
	border: solid 1px #dfdfdf;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	display: none;
	z-index: 9999999;
}

#coach_submit_bg {
	background: rgba(0,0,0,.4);
	display: none;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.coach_booking .coach_submit_box input[type="text"],
.coach_booking .coach_submit_box select,
.coach_booking .coach_submit_box textarea {
	width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
padding: 6px 6px;
line-height: 1.2;
height: auto;
font-size: 12px;
border-radius: 0px;
-webkit-border-radius: 0px;
margin-top: 0px;
margin-bottom: 8px;
background: #fff;
border: solid 1px #eee;;
}

.coach_booking .coach_submit_box select {
background: url('../images/select-arrow.png') no-repeat center right;
background-color: #fff;
padding-right: 30px;
}

.coach_price span {
	font-size: 14px;
	font-weight: 400;
}

.coach_price_half:after {
	     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;

}

.coach_expertise,
.coach_expertise_2 {
	padding: 10px 10px;
	margin-right: 10px;
	float: left;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.coach_expertise {
	background: #333;
}

.coach_expertise_2 {
	background: #333
}

.smartexpert header h1 {
	margin-bottom: 0px;
	padding: 0px;
	float: none;
	font-size: 26px;
	line-height: 1;
	text-transform: uppercase;
}

.smartexpert header h2 {
	font-size: 16px;
	margin: -4px 0 4px;
	padding: 0px;
	text-transform: uppercase;
}

.smartexpert .attachment-coach-thumb {
	height: auto;
}

.coach_box_circle {
	display: block;
	width: 100px;
	margin: 0 auto;
	border: solid 6px #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	height: 100px;
	position: relative;
	top: -35px;
}

.coach_box_circle img {
	width: 100%;
	height: auto;
	min-height: 100px;
}

.coach_box {
	background: #f1f1f1;
	padding: 0;
	margin: 40px 15px 15px 15px;
	position: relative;
	min-height: 215px;
}

.coach_box_title {
	width: 100%;
	font-size: 16px;
	background: #333;
	padding: 7px 10px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.coach_box_title a {
	color: #fff;
}
.coach_box_content_container {
	text-align: center;
	padding: 10px 10px 60px 10px;
	margin-top: -30px;
	height: 80px;
	overflow: hidden;
}
.coach_box_content {
overflow: hidden;
}

.coach_hubba_hubba h3,
.coach_chit_chat h3 {
	font-size: 26px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.smartexpert {
	margin-bottom: 30px;
}

.coach_boxes_hidden {
	display: none;
	width: 100%;
}

.coach_category_box_less,
.show_coach_boxes,
.coach_content_more {
	color: #2bb3dd;
	opacity: .7;
	text-align: center;
	cursor: pointer;
}

.show_coach_boxes:hover {
	opacity: .9;
}

.coach_content h3 {
	display: none;
}

.coach_content {
	position: relative;
	height: 173px;
}

.coach_content_full {
	position: absolute;
	top: 60px;
	background: #fff;
	z-index: 999;
	display: none;
	padding: 10px;
	border: solid 1px #dfdfdf;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}

.coach_box_title:after {
	     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.secondary {
	opacity: .7;
}

.coach_website,
.coach_imdb {
	color: #2bb3dd;
}

.coach_contact {
	background: #2bb3dd;
	padding: 10px 20px;
	margin-bottom: 3px;
	margin-top: 9px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

.coach_contact:hover {
	background: #000;
}

.smartexpert_well {
	width: 80%;
	margin: 20px 10% 60px 10%;
	background: #f1f1f1;
	padding: 50px;
	text-transform: uppercase;
}


.smartexpert_well h3 {
	font-size: 28px;
	font-weight: 300;
	margin: 0px;
}

.smartexpert_well p {
	margin: 0px;
}

.smartexpert_well a {
	padding: 15px 25px;
	background: #2bb3dd;
	color: #fff;
}

.smartexpert_well:after {
	     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}


.vcenter {
	display:table-cell;
    vertical-align:middle;
    float: none;
    text-align: right;
    }

.coach_box_social {
	position: absolute;
	top: 17px;
	right: 10%;
}

.coach_tab_title {
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
}

.coach_tab_details {
	display: inline;
	color: #2bb3dd; float: right; text-decoration: none; margin-top:5px; font-size: 14px;
	text-align: right;
}

#coach_box_container {
	padding: 60px 0 0 35px;
}

#coach_box_container .col-sm-6 {
	padding: 0px;
}

#coach_box_container .coach_box_0 {
	margin-left: 0px;
}

#coach_box_container .coach_box_1 {
	margin-right: 0px;
}

.sa_coaches_content li.terms_list {
	display: block;
}

.terms_list li {
	font-size: 11px;
	padding-bottom: 3px;
}

.terms_list li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #aaa;
	padding: 0 10px;
}

.price-box-features .features .premium_extra {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #2f6381;
}

.quoteSlider {
	visibility: hidden;
}

#home-experts-slider {
	visibility: hidden;
}

#features-slide-container .bx-wrapper .bx-pager {
	position: absolute;
	top: -45px;
}

#home-about {
	background: #222;
}

#home-breakdown {
	background: #fff;
}

#home-breakdown h5 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#home-breakdown h5 span {
	padding: 5px 10px;
	background: #222;
}

.breakdown_box {
	width: 31%;
	margin: 5px 1%;
	float: left;
	display: inline;
	position: relative;
}

.breakdown_box img {
	border: solid 10px #2bb3dd;
	width: 100%;
	height: auto;
	margin-bottom: 5px;

}

.breakdown_box h3 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 40px;
	font-size: 20px;
}

.breakdown_box h5 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.breakdown_boxes {
	padding: 0 50px;
}
.breakdown_box .breakdown_tooltip {
	min-width: 100%;
	text-align: center;
	display: block;
	position: relative;
	right: 0;
	background-color: rgba(0,0,0,.9);
	color: #fff;
	padding: 12px 17px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-font-smoothing: antialiased;
}
.breakdown_box .breakdown_tooltip:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 11px 11px;
	bottom: -22px;
	border-color: transparent;
	border-top-color: rgba(0,0,0,.8);
}

.breakdown_tooltip_container {
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: 1000;
	opacity: 0;
	/*top: 100%;*/
	-webkit-transition: all .3s cubic-bezier(0,0,.4,1);
	-o-transition: all .3s cubic-bezier(0,0,.4,1);
	transition: all .3s cubic-bezier(0,0,.4,1);
	-webkit-transition: all .3s cubic-bezier(0 0 .4 1);
	-moz-transition: all .3s cubic-bezier(0 0 .4 1);
	-o-transition: all .3s cubic-bezier(0 0 .4 1);
	-ms-transition: all .3s cubic-bezier(0 0 .4 1);
	transition: all .3s cubic-bezier(0 0 .4 1);
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	pointer-events: none;
	padding-left: 15px;
	padding-right: 15px;
}

.breakdown_box:hover .breakdown_tooltip_container {
	opacity: 1;
	bottom: 80px;
}

.breakdown_box:hover img {
	opacity: .6;
	transition: all 600ms ease;
}

#gform_submit_button_3 {
	color: #333;
}

.askSA input {
	width: 790px !important;
	height: 58px;
	margin-top: -27px;
}

#home-breakdown h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 300;
}

#home-breakdown h4 {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 40px;
}


.coach_footer {
	margin-bottom: 80px;
}

.coach_category_box {
	position: relative;
}

.coach_category_box .terms_list{
	position: absolute;
z-index: 999;
background: #fff;
padding: 5px;
border: solid 1px #dfdfdf;
display: none;
}

#field_12_27 .gfield_required,
#field_12_31 .gfield_required {
	display: none;
}

.first_time_text {
	background: #333;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}

.wp-pagenavi {
	margin: 40px 0 100px;
}

.sa_invite_friends {
	font-size: 12px;
	position: absolute;
	top: 3px;
	font-weight: 700 !important;
	margin-left: 40px;
}

.gift-cert {
	width: 100%;
	max-width: 700px;
	margin: 40px auto;
	clear: both;
	padding: 60px 0;
}

.gift-cert img {
	float: left;
	margin-right: 20px;
}

.gift-cert p {
	margin-bottom: 25px;
	font-size: 20px;
}

.gift-cert h3 {
	font-size: 22px;
	padding-top: 60px;
	text-transform: uppercase;
}


.gift-cert a {
	padding: 15px 25px;
background: #2bb3dd;
color: #fff;
}

.home_count span {
	font-size: 36px;
	font-weight: bold;
	padding-left: 15px;
	display: inline-block;
}

.footer_verified img {
	height: 40px !important;
}

.features li i {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

.bestvalue {
background: url(../images/bestvalue.png) no-repeat;
width: 74px;
height: 83px;
margin: 0;
position: absolute;
top: -1px;
right: 0;
}

.trial_numbers {
	text-align: center;
	margin: 20px 0;
}

.trial_number {
	display: inline-block;
	width: 220px;
	margin: 0 1%;
	text-align: left;

}

.trial_number .tnum{
	font-size: 80px;
	float: left;
	display: inline;
	width: 60px;
	font-weight: 500;
	padding-top: 3px;

}

.trial_number .tdesc {
	float: left;
	display: inline;
	width: 160px;
	min-height: 50px;
	line-height: 1.3;
}

#annual-boxes,
#monthly-boxes {
	display: none;
}

#annual-boxes.active,
#monthly-boxes.active {
	display: block;
}

#box-price-toggle {
	text-align: center;
	margin-bottom: 20px;
}

#annual-toggle,
#monthly-toggle {
	background: #2f6381;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border: solid 1px #2f6381;
	text-align: center;
	display:inline-block;
	padding: 5px;
	cursor: pointer;
	width: 200px;
}

#annual-toggle {
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;

}

#monthly-toggle {
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	border-left: none;
}

#annual-toggle.active,
#monthly-toggle.active,
#annual-toggle:hover,
#monthly-toggle:hover {
	background: #fff;
	color: #2bb3dd;
	display: inline-block !important;
}

.small_top_tab {
	
	position: relative;
	text-align: center;
	height: 40px;
}

.small_top_tab .top_tab_text {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	top: 0px;
	line-height: 40px;
	font-weight: bold;
	position: static;
}


#site-menu .small_top_tab a.dismiss-click {
	color: #fff;
	position: absolute;
	top: 0px;
	right: 14px;
	font-size: 14px;
	line-height: 40px;
}

#site-menu .small_top_tab .top_tab_text a.free_trial {
	color: #fff;
	font-size: 13px;
	margin-left: 18px;
	padding: 5px 10px;
	border: solid 1px #fff;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;
}

#site-menu .top_tab_text a.free_trial:hover {
	opacity: .8;
}

.small_top_tab #what_learn h3 {
	margin-top: 0px;
	font-size: 12px;
	line-height: 40px;
}

.small_top_tab #what_learn p {
	font-size: 12px;
}



.footer_2015 .footer-social-links {
	line-height: 65px;
	margin-bottom: 0px;
}

.footer_2015 .footer_verified {
	margin-left: 10px;
}

.footer_2015 a.sa_font span {
	letter-spacing: -4px;
}


.footer_2015 h1 {
	font-size: 40px;
	line-height: 65px;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#footer_row {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}

#footer_row h1,
#footer_row a,
#footer_row div {
	display: inline-block;
	margin: 0 5px;
	line-height: 70px;
	padding: 0px;
}

#footer_row .footer_social {
	font-size: 24px;
}

#footer_row h1 {
	margin: 0px 5px;
	line-height: inherit;
	padding: 0px;
}

#footer_row .footer_verified img {
	margin-top: -6px;
	margin-left: -10px;
	height: 38px !important;
}

.footer-copyright {
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
	back
}

.footer_2015 .footer-menu {
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px;
}

ul#menu-2015-footer-menu {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

#menu-2015-footer-menu li {
	display: inline-block;
	padding: 0 12px;
	font-size: 18px;
}

#menu-2015-footer-menu .sub-menu {
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;	
	visibility:hidden;
	opacity: 0;
	background: #4e5759;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	z-index: 999;
}

#menu-2015-footer-menu > li:hover .sub-menu {
	  visibility:visible;
	opacity: 1;
}

#menu-2015-footer-menu .sub-menu li {
	font-size: 14px;
}

#menu-2015-footer-menu li a,
#menu-2015-footer-menu .sub-menu li a {
	color: #d1d1d1;
	cursor: pointer;
}

#menu-2015-footer-menu li a:hover,
#menu-2015-footer-menu .sub-menu li a:hover {
	color: #fff;
}


#home-media-logos {
	padding: 0px;
	background: rgba(255,255,255,.7);
	margin-top: -70px;
	height: 70px;
	z-index: 999;
	text-align: center;
}

#home-media-logos .home-media p { margin: 0px;}

.tp-bullets {
	bottom: 80px !important;
}

.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
	background-image: url('../2014/images/bullet.png');
}

#home-media-logos .home-media img,
#home-media-logos .home-media img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    height: auto;
    max-height: 40px;
    width: auto;
    margin: 5px 0;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
max-width: 16%;
}

#home-media-logos .home-media .media-color img {
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); */
}

#celebrity_2015 {
	/*background: #e7e7e7;*/
	padding-bottom: 30px;
}


#celeb_boxes .celeb_box {
	width: 25%;
	height: auto;
	padding: 10px;
	float: left;
	position: relative;
}

.hover_box {
	width: 33.33%;
	height: auto;
	padding: 2px;
	float: left;
	position: relative;
}

.hover_box img,
#celeb_boxes .celeb_box img {
	width: 100%;
	height: auto;
}

#celeb_boxes .celeb_box .celeb_details {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(220,220,220,.8);
	color: #222;
	margin: auto;
		opacity: 0;
	cursor: pointer;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

.hover_box .hover_box_details {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: rgba(43,179,221,.8);
	color: #fff;
	margin: auto;
		opacity: 0;
	cursor: pointer;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
font-size: 24px;
}

.hover_box_2 .hover_box_details {
	background: rgba(97,200,233,.8);

}

.hover_box_3 .hover_box_details {
	background: rgba(154,224,246,.8);

}


.hover_box:hover .hover_box_details,
.hover_box:hover .hover_box_center,
#celeb_boxes .celeb_box:hover .celeb_details,
#celeb_boxes .celeb_box:hover .celeb_details_center {
	opacity: 1;
}

#celebrity_2015 h3 {
	text-align: center;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
}

#celebrity_2015 h5 {
	text-align: center;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 30px;
}

#quotes_2015 {
	text-align: center;
}

#quotes_2015 i {
	font-style: normal;
}

#quotes_2015 h3 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#quotes_2015 h3 span {
	border-bottom: solid 2px #2bb3dd;
	padding: 0px 10px;
}

#quotes_2015 .quote_author {
	margin-top: 30px;
	line-height: 20px;
}

#quotes_2015 .quote_about {
	font-size: 14px;
}

.hover_box_center,
.celeb_details_center {
	text-align: center;
	width: 100%;
	display: table;
	margin: auto;
  position: absolute;
  opacity: 0;
    -webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
  
  top: 0; left: 0; bottom: 0; right: 0;
}

.celeb_name {
	font-size: 22px;
}

#main_menu_mobile {
	position: fixed;
	overflow-y: scroll;
	z-index: 9999999;
	right: -285px;
	top: 0;
	height: 100%;
	width: 275px;
	padding: 20px;
	background: #53565a;
	-webkit-box-shadow: -5px 0 3px 3px rgba(0,0,0,.2);
		box-shadow: -5px 0 3px 3px rgba(0,0,0,.2);	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-transform: uppercase;
	
}

#main_menu_mobile.active {
	right: 0px;
}

.mobile_menu_top {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px #666;
}

#main_menu_mobile li a {
	color: #ced1d8;
	font-size: 18px;
}

#main_menu_mobile li {
	padding: 5px 0;
}

#main_menu_mobile .mobile_menu_bottom li a {
	font-size: 18px;
}

#main_menu_mobile .mobile_menu_bottom .sub-menu li a {
	font-size: 16px;
}

#main_menu_mobile .mobile_menu_bottom .sub-menu {
	margin-left: 20px;
}

#mobile_menu_close {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 18px;
}

#main_menu_mobile_background {
	background: rgba(0,0,0,.5);
	z-index: 9999998;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

#main_menu_mobile_background.active {
	visibility: visible;
	opacity: 1;
	
}

.menu_bars {
	cursor: pointer;
	float: right;
	display: none;
	position: absolute;
	top: -3px;
	right: 0px;
}

#site-menu.site-menu-2015 li {
	margin-left: 10px;
	font-size: 12px;
}

#site-menu.site-menu-2015 #main_menu_left ul li {
	margin-left: 0px;
	margin-right: 10px;
}

#site-menu.site-menu-2015 h1 {
	text-align: center;
}

#site-menu #main_menu_left ul {
	text-align: left;
}

.menu_search {
	background: transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px;
	float: right;
	line-height: 30px;
	color: #999;
	font-size: 12px;
	overflow: hidden;
	width: 42px;
	position: absolute;
	right: -22px;
	top: 2px;
	height: 35px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */	
	
}

.menu_search:hover,
.menu_search.focused {
	width: 200px;
	outline: solid 1px #efefef;
	overflow: visible;	
	background: #fff;
}

.menu_search_wrapper {
	width: 200px;
	position: absolute;
	right: 0px;
}

.menu_search input[type="text"] {
	  background: none!important;
  border: none!important;
  box-shadow: none!important;
  border-radius: 0!important;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  padding: 0px;
  z-index: 2;
  margin: 0px;
  font-size: 12px;
  height:30px;
  padding-left: 10px;
  float: left;
  max-width: 96px;
}

.inline_search_dropdown {
	display: none;
  position: absolute;
  background: #fff;
  border: solid 1px #dfdfdf;
  top: 20px;
  border-top: none;
  right: -2px;
  text-align: left;
}

.inline_search_dropdown .item {
		border-bottom: solid 1px #efefef;
	padding: 5px 10px;
		cursor: pointer;
		width: 100px;
		border-top: solid 1px #fafafa;
}

.inline_search_dropdown .item:hover {
	background: #fafafa;
	opacity: .9;
}

.inline_dropdown_result {
	float: right;
	border-right: solid 1px #efefef;
	padding: 0 3px;
	margin: 5px 3px 5px 0;
	line-height: 20px;
	font-size: 12px;
	position: relative;
	cursor: pointer
}

.inline_dropdown_result .result_item {
	min-width: 40px;
	width: 40px;
	padding: 5px;
}

.inline_dropdown_result i {
	float: right;
	line-height: 20px;
	margin-left: 5px;
}

.inline_dropdown_result:hover {
	outline: solid 1px #efefef;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: .9;
}

.inline_dropdown_result:hover .inline_search_dropdown {
	display: block;
}

.inline_search_button {
	float: right;
}

.inline_search_button button {
	background: none;
	padding: 0px 8px;
	border: none;
	margin: 0px;
	line-height: 30px;
	font-size: 14px;
	width: 35px;
}

ul#menu-desktop-menu {
	padding-right: 25px;
}

.slide-1 h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.slide-1 h4 {
	font-size: 26px;
	margin-bottom: 20px;
}

.slide-1 h1 {
	margin-bottom: 30px;
}

.tp-caption.slide-1 a {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	border: none;
	color: #ec5446;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 48px;
	margin-top: 25px;
}

.tp-caption.slide-1 a:hover {
	opacity: .8;
	color: #ec5446;
}

.tp-caption.slide-2 {
	text-shadow: 1px 1px 1px black;	
}


.tp-caption h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 500;
}

.tp-caption h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 35px 0;
	padding: 0px;
}

.tp-caption.slide-2 a {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #ec5446;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 48px;
	margin-top: 25px;
}

.tp-caption.slide-2 a:hover {
	opacity: .8;
	color: #fff;
}

#top-trial-2015 {
	background-image: url('../2014/images/trial_top.jpg');
	background-position: center center;
	background-size: cover;
	/*background-color: rgba(236,84,70,.5);*/
	color: #fff;
	text-align: center;
}

#top-trial-2015 h2 {
	margin-top: 180px;
	font-weight: 300;
	font-size: 46px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#top-trial-2015 h3 {
	margin: 0 0 140px;
	font-weight: 300;
	font-size: 36px;
}

#mid-trial {
	text-align: center;

	padding-bottom: 140px;
}

#mid-trial h1 {
	padding-top: 25px;

	padding-bottom: 5px;
}
#mid-trial h3 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 35px;
}

.top-trial-readmore {
	color: #2bb3dd;
	background: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}

.top-trial-readmore:hover {
	opacity: .9;
}

#mid-trial .alexia_trial_letter {
	background: #ffffff !important;
	text-align: left;
	border: none;
}

.trial_letter_image {
	margin-top: 0px;
}

.pricing_testimonial img {

}

.disclaimer-membership {
	padding-top: 30px;
	clear: both;
}

.disclaimer-membership p {
	font-size: 15px;
	line-height: 15px;
}

.disclaimer-membership hr {
	margin: 30px 20%;
	width: 60%;
	height: 3px;
}

.get_invovled {
	text-align: center;
}

.get_invovled img {
	width: 100%;
	padding: 10px;
	border: solid 1px #dfdfdf;
}

.get_invovled h4 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.price-boxes-2015 .price-box-top {
	background: #2bb3dd;
}

.price-boxes-2015 .price-box-features .features .premium_extra {
	background: #2bb3dd;
}

.price-boxes-2015 .price-box-button a,
.price-boxes-2015 .price-box-button a.premium {
	background: #ec5446;
}

.price-boxes-2015 #annual-toggle, 
.price-boxes-2015 #monthly-toggle {
	background: #ffffff;	
	color: #2bb3dd;	
}

.price-boxes-2015 #annual-toggle.active, 
.price-boxes-2015 #monthly-toggle.active, 
.price-boxes-2015 #annual-toggle:hover, 
.price-boxes-2015 #monthly-toggle:hover {
	background: #2bb3dd;
	color: #fff;
}

.price-boxes-2015 .price-box-top p {
	color: #fafafa;
}

#hiw_2015 {
	text-align: center;
	padding: 40px 0;
}

#hiw_2015 h1 {
	font-weight: 300;
	font-size: 65px;
	text-transform: uppercase;
}

#hiw_2015 hr {
	width: 40%;
	margin: 0 30% 30px 30%;
	height: 2px;
	color: #2bb3dd;
	background: #2bb3dd;
	border-color: #2bb3dd;
}

#hiw_2015 h3 {
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 20px;
}

#hiw_2015 p {
	font-size: 16px;
	line-height: 16px;
	min-height: 70px;
}

#hiw_2015 p span.bold {
	font-size: 13px;
	font-weight: bold;
}

#hiw_2015 a {
	color: #2bb3dd;
}

#hiw_2015 a:hover {
	opacity: .8;
}

.start_now,
#hiw_2015 a.mentor_link {
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	background: #2bb3dd;
	margin-top: 25px;
	margin-bottom: 25px;
}

#hiw_2015 h4 {
	font-weight: 300;
	font-size: 20px;
}

.hidden_more_text {
	display: none;
}

.view_more_text,
.view_less_text {
	text-decoration: none;
	color: #2bb3dd;
	cursor: pointer;
}

#top-mentor-2015 {
	background-image: url('../2014/images/top_mentor.jpg');
  background-position: center top;
	background-size: cover;
	/*background-color: rgba(236,84,70,.5);*/
	color: #fff;
	text-align: center;
	min-height: 500px;	
}

#top-mentor-2015 h2 {
	margin-top: 160px;
	font-weight: 300;
	font-size: 46px;
	margin-bottom: 160px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px black;		
}

#top-classes-2015 {
  background-image: url('../2014/images/classes.jpg');
  background-position: center top;
  background-size: cover;
  /* background-color: rgba(236,84,70,.5); */
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  min-height: 550px;
}

#top-classes-2015 h2 {
	margin-top: 220px;
	font-weight: 700;
	font-size: 46px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px black;		
}


#top-classes-2015 p {
	text-shadow: 0px 0px 3px black;		
	font-weight: 400;
	font-size: 20px;
	max-width: 850px;
	margin: 0 auto;
	
}

#top-classes-2015 a {
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	background: #2bb3dd;
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;

}

#top-classes-2015 a:hover {
	opacity: .8;
}

#coach_image_thirds img {
	width: 33.33%;
	padding: 2px;
	box-sizing: border-box;	
	float: left;
}

#coach_filter_options.filter_2015 {
	border: none;
	background: rgba(255,255,255,.8);
	height: 130px;
	margin-top: -70px;
	margin-bottom: 0px;
	padding: 0px;
}

#coach_filter_options.filter_2015 p {
	margin: 0px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
}

#coach_filter_options.filter_2015 select.term_values,
#coach_filter_options.filter_2015 select,
#coach_filter_options.filter_2015 .book_coach_form select {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	background-image:url('../2014/images/select-arrow-dark-thin.png');
	margin: 0 35px;
	padding-right: 30px;
}

#coach_filter_options.filter_2015 span.button {
	border: solid 2px #444 !important;
	color: #444;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	width: 160px;
	height: 29px;
	line-height: 27px;
	padding: 0px;
	margin: 0 35px;
}

.term_values,
.term_values-length,
.term_values-price {font-size: 13px; text-transform: uppercase;
padding: 3px;
background: #fff;
border: solid 1px #ddd;
color: #222;
width: 160px;
margin: 10px 10px 0 10px;
text-align: center;
}

.filter_2015 .reset_terms {
	position: relative;
}


.filter_2015 .coach_filter_success {
	  margin-top: 0;
  left: 100%;
  right: 0px;
  top: 0px;
  color: #444;
  font-weight: 700;
}

#bac_icons {
	text-align: center;
}

#bac_icons img {
	display: inline-block;	
  margin: 30px 20px 70px 20px;
  width: 220px;
  height: auto;
}


#mentor-content {
	text-align: center;
}

.footer_2015 #footer_row a.footer_social i {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #bcc1c1;
	color: #4e5759;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0px;
	font-size: 20px;
-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;	
}

.footer_social .fa-youtube {
	margin-left: 1px;
}

.footer_2015 #footer_row a.footer_social:hover i {
	background: #fff;
}

.footer_2015 #footer_row {
	padding-bottom: 30px;
}

ul#menu-2015-footer-menu {
	margin-bottom: 14px;
}

.footer_2015 #footer_row {
	margin-top: 8px;
}

.footer_2015 #footer_row a {
	line-height: 36px;
}

#colophon.footer_2015 {
	padding-bottom: 0px;
	text-align: center;
}

#home-hero .tp-rightarrow.default {
	background: url('../2014/images/slider_right.png') no-repeat 0 0;
	background-position: bottom left;
	height: 65px;
	width: 35px;
}

#home-hero .tp-leftarrow.default {
	background: url('../2014/images/slider_left.png') no-repeat 0 0;
	background-position: bottom left;
	height: 65px;
	width: 35px;
}

#home-hero .tp-rightarrow.default:hover,
#home-hero .tp-leftarrow.default:hover {
	/*background-position: bottom left;*/
}

.coach_booking .coach_submit_box *::-webkit-input-placeholder {
   color: #555;
}

.coach_booking .coach_submit_box *:-moz-placeholder { /* Firefox 18- */
   color: #555;  
}

.coach_booking .coach_submit_box *::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}

.coach_booking .coach_submit_box *:-ms-input-placeholder {  
   color: #555;  
}

.tp-caption.slide-2 *,
.layout2015 .home-section * {
}

.sa_error {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: rgb(179, 38, 38);
}


#mentor-2015 {
	position: relative;
}

#mentor-2015 img {
	width: 100%;
}

#mentor-2015-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#mentor-2015-table {
	display: table;
	width: 100%;
	height: 100%;
}

#mentor-2015-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#mentor-2015 h2 {
	font-weight: 300;
	font-size: 46px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px black;		
	color: #fff;

}


#classes-2015 {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

#classes-2015-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#classes-2015-table {
	display: table;
	width: 100%;
	height: 100%;
}

#classes-2015-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#classes-2015 h2 {
	font-size: 46px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px black;		
	color: #fff;
	margin: 0px;

}

#classes-2015 p {
  text-shadow: 0px 0px 3px black;
  font-weight: 400;
  font-size: 22px;

  margin: 0 auto;
  text-transform: uppercase;
  
}

#classes-2015 a {
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	background: #2bb3dd;
	margin-top: 25px;
	margin-bottom: 0px;
	text-shadow: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;

}

#classes-2015 img {
	width: 100%;
}


h2.top_trial {
	font-weight: 300;
	font-size: 46px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h3.top_trial {
	margin: 0;
	font-weight: 300;
	font-size: 36px;
}


.home-section .pricing_testimonial p {
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}

.home-section .pricing_testimonial p .genial {
	display: inline-block;
	margin: 5px 0 0;
	clear: both;
	width: 100%;
}

.home-section .pricing_testimonial img {
	border: solid 3px #ddd;
}

.tp-caption.slide-2, .slide-2 {
	left: 80px !important;
}

.rev_slider_wrapper {
	margin-top: -60px;
}

.tp-caption.arrowicon2 {
  right: 10px !important;
  bottom: 90px !important;
  height: auto;
  top: initial !important;
  left: initial !important;
}

.home .home-section h3 {
	color: #2bb3dd;
}