/*
Theme Name: Coaches
*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue_0-webfont.eot');
    src: url('fonts/bebasneue_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_0-webfont.woff') format('woff'),
         url('fonts/bebasneue_0-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_0-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo900';
    src: url('fonts/museo900-regular-webfont.eot');
    src: url('fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo900-regular-webfont.woff') format('woff'),
         url('fonts/museo900-regular-webfont.ttf') format('truetype'),
         url('fonts/museo900-regular-webfont.svg#museo900') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans900';
    src: url('fonts/museosans_1-webfont.eot');
    src: url('fonts/museosans_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_1-webfont.woff') format('woff'),
         url('fonts/museosans_1-webfont.ttf') format('truetype'),
         url('fonts/museosans_1-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background:#fcfdfd;
}

a {
	color: #6f1c36;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #727272;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: bebas_neueregular;
	line-height: 1.3;
	font-weight:normal;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	
}

blockquote:before {

	margin-left: -.8em;
	font-size:20px;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.wrapper { width:982px; margin:0 auto; }
.home-banner .wrapper { height: 100%; width:982px; margin:0 auto; position: relative; }
.home-banner .wrapper > .tnl-logo { position: absolute; left: 0px; bottom: 1px; }
.home-banner .inner-wrapper { height: 100%; margin: auto; position: relative; width: 982px; }
.home-banner .inner-wrapper > .tnl-logo { position: absolute; right: 6px; bottom: -1px; }
#masthead { background:url('img/top_bg.png') repeat-x transparent; height:54px; z-index:300; position:relative;}
.home-link { float:left;margin-right:50px;margin-top:2px;}
#navbar{ float:left; }
.nav-menu li { display:inline; margin-left:20px;}
.nav-menu li a{  font:24px/26px bebas_neueregular; color:#474747; text-transform:uppercase; text-decoration:none; }
.nav-menu li a:hover, .current-menu-item a{   color:#6f1c36!important; }
.social-buttons { float:right; margin-top: 14px; margin-right: 7px; }
.social-buttons a { display:inline; margin:3px; text-decoration:none; }
.social-buttons a:hover { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

/*homepage*/
.home-banner { position: relative; z-index: 1; margin-top: -52px;  }
.banner-block ul li {list-style:none;}
.banner-block  { background:url('img/home-banner-sticker.png') no-repeat; position:relative; float:right; width:388px; height:290px;margin-top: 24px; margin-right: 35px;}
#home-slider {width:388px; height:290px;}
.home-slider-title {background:#6f1c36; min-width:359px; height:56px; position:absolute;top:0; left:0; z-index:2;}
.home-slider-title  h2 { font:36px bebas_neueregular; color:#fff; text-transform:uppercase;margin:9px 0 0 21px;}
#home-slider  img { position:absolute; top: 27px; left: 29px; z-index:1;}
.find-out-more{ background: #6f1c36 /*url('img/find-out-btn.png') no-repeat */; width: 142px; height: 34px; font:24px/26px bebas_neueregular; color:#fff!important; text-transform:uppercase; text-decoration:none; text-align:center; z-index:3; position:absolute; bottom:15px; right:15px; padding:4px; }
.find-out-more:hover { background: #595959; color:#fff!important; text-decoration:none; }
.pre-content-bg{ background:#f2f2f2; height:40px; display:block; }

#content h2 { background:url('img/title-dots.png') repeat-x center; display:block;text-align: center; margin-bottom:38px;}
#content h2 span { background:#fcfdfd; padding:0 15px; font:29px bebas_neueregular; color:#7a7a7a; }

#primary { float:left; width:640px; margin-bottom: 40px; }
.sidebar-container {
	float:right;
	width:300px;
	margin-right:5px;
	margin-bottom: 30px;
}

.home-articles { width:300px; float:left; margin-right:40px; margin-bottom:50px; cursor:pointer; }
.home-page-image { width:300px; position:relative; border-bottom:5px solid #6f1c36;  }
.home-page-image img {}
.home-page-image h3 { position:absolute; top:0; left:0; width:300px; min-height:40px;
background:url('img/home-title-bg.png') repeat; font:20px/22px bebas_neueregular; text-transform:uppercase ; color:#fff; margin-top: 0px; padding: 12px 17px; text-align: center; text-shadow: 1px 1px #000000;}
.video-icon{ position:absolute; bottom:80px; left:126px;}
.home-content{ border:1px solid #cfdede; background:#fff; width:300px; padding:5px 0 30px; position:relative; min-height:250px;-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); }
.home-content span { font:14px/18px Arial, helvetica, sans-serift; border-bottom:1px solid #b4b4b4; color:#7a7a7a; margin-bottom:16px; display:block;  padding:0 16px 5px;}
.home-content h3 { margin:15px 0 5px; font:bold 14px/18px Arial, helvetica, sans-serift; color:#5a5a5a;   padding:0 16px;}
.home-content p { margin:0px 0 10px; font: 16px/17px Arial, helvetica, sans-serift; color:#7a7a7a;  padding:0 16px;word-wrap: break-word;}
.home-content a { position:absolute; bottom:-23px; left:90px; background:#595959;  font:24px/26px bebas_neueregular; color:#fff; text-decoration:none; text-transform:uppercase; padding:10px 15px;}
.home-content a:hover{ background:#656565; }
.sidebar-form { border:1px solid #cfdede;  background:#fff; position:relative; text-align:center; margin-top:28px;-webkit-box-shadow: 0px 
1px 4px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1);}
.sidebar-form > span { background: url('img/sign-up-for-free.png'); position:absolute; top:-7px; left:47px; font:36px/40px bebas_neueregular; color:#fff;  text-transform:uppercase;text-shadow: 1px 1px #333333; width:209px; height:55px; padding-top: 10px; letter-spacing: 0px;}
.sidebar-form h3{font:20px/24px museo_sans900; color:#6f1c36; margin: 63px 0 14px;}
.sidebar-form label { padding-left:25px; font: bold 12px/16px Arial, Helvetica, sans-serif; color:#333333;}
.sidebar-form label  span{ color:#d94949;}
.sidebar-form label, .sidebar-form input{display:block; text-align:left; margin-top:5px;}
.sidebar-form input { border:1px solid #cfdede; background:#f9f9f9; width:260px; height:30px; padding:5px 0 5px 15px; margin-left: 17px; margin-bottom:8px;}
.sidebar-form input[type="submit"] { background: url('img/instant-access.png') no-repeat; width:172px; height:47px;  font:24px/28px bebas_neueregular; color:#fff;  text-transform:uppercase;text-shadow: 1px 1px #000000; text-align:center; border:none; padding:0; margin: 20px auto; border:none; }
.sidebar-form input[type="submit"]:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }
.sidebar-form p { font:  15px/16px "Source Sans Pro", Helvetica, sans-serif, sans-serif; color:#6f1c36; margin:13px 0;}
 .sidebar-form ul li { list-style: initial;}
 .blue_arrow{position:absolute; right:-12px; bottom: 25px;}

.sidebar-calendar { width:100%; margin-top:50px; margin-bottom: 50px; }
.event{ border:1px solid #cfdede; width:298px; display: table;background:#fff; position:relative; margin-bottom:30px; -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1); box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1);}
.event .date { width:90px; float: left; background:#6f1c36;}

.date .from , .date .to  { float: left; min-width: 20px; margin-top:13px; margin-bottom:5px; text-align: center; color:#fff; font:36px/22px bebas_neueregular; text-transform:uppercase;}
.date .from { margin-left:9px;}
.date .to{ margin-right: 9px; margin-left:2px; }
.date > span { float:left; margin-left:2px; margin-top:7px; color:#fff; font:36px/36px bebas_neueregular; text-transform:uppercase;}
.date .from span , .date .to  span { font:20px/30px bebas_neueregular; text-transform:uppercase;}

.title { float: right; width: 200px;} 
.title h3 { font:20px/24px bebas_neueregular; text-transform:uppercase; color:#727272; margin-right:8px; margin-top: 6px; }
.event a.book-now {  position:absolute; bottom:-13px; right:10px; background: url('img/book-now.png') no-repeat; width:70px; height:28px; color:#fff; font:16px/18px bebas_neueregular; text-transform:uppercase;text-align:center; padding-top:6px; cursor:pointer;}
.event a.book-now:hover { text-decoration:none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }
.sidebar-banner { margin-top:30px; }


.pre-footer{ background:#333333; height:45px; width:100%; clear: both;}
.site-footer { background:url('img/footer-pattern.jpg'); display: table; width: 100%;}
.site-footer h3.widget-title{ color:#cdcdcd; font:24px/28px bebas_neueregular; text-transform:uppercase; padding:30px 0 20px; text-align:center; margin:0 auto; background:url('img/footer-line.png') repeat-x bottom left;}
aside {width:300px; float:left; margin-right:40px;}
.site-footer ul { padding: 0; }
.site-footer ul li { list-style: none;color:#cdcdcd; font:24px/25px bebas_neueregular; text-transform:uppercase; margin: 8px 0;width: 100%; display: table; }
.site-footer ul li img{ float:left; }
.site-footer ul li a{ color:#cdcdcd; font:18px/22px bebas_neueregular; text-transform:uppercase; margin-left:10px;float: right; width: 240px;}
#nav_menu-2 {text-align:center;}
#nav_menu-2 ul { padding:0;}
#nav_menu-2 ul  li  { margin: 0;}
#nav_menu-2 ul  li a { color:#909090; font:18px/22px bebas_neueregular; margin-left: 0; float:none; width:auto; }
#reallysimpletwitterwidget-2 { margin-right: 0;}

.testimonial_page .entry-thumbnail { margin-bottom:40px; }

 .testimonial_page h1{color:#7a7a7a;  font:26px/30px bebas_neueregular; text-transform:uppercase;padding-bottom:3px; margin:20px 0 5px;}
h1.entry-title, h1.archive-title  { color:#7a7a7a;  font:24px/28px bebas_neueregular; text-transform:uppercase; border-bottom:1px solid #cfdede; padding-bottom:3px; margin:20px 0 5px; }
h2.entry-title, h2.archive-title, .testimonial_page h2  { color:#7a7a7a;  font:24px/28px bebas_neueregular; text-transform:uppercase; border-bottom:1px solid #cfdede; padding-bottom:3px; margin:20px 0 5px!important; background:none!important;text-align:left!important; }
h1.entry-title a, h1.archive-title a { color:#7a7a7a;}
h2.entry-title a, h2.archive-title a { color:#7a7a7a;}

.category  article, .page  article , .author article {margin:15px 0; display:table;width: 100%;}
.category .entry-thumbnail, .page .entry-thumbnail, .author  .entry-thumbnail {float:left; width:270px;}
.category .entry-summary , .page .entry-summary,  .author .entry-summary     {float:right; width:360px;}
.category .entry-summary  p, .page .entry-summary  p, .author .entry-summary  p, .testimonial_page p { font:16px/18px Arial, Helvetica, sans-serif; color:#7a7a7a; margin:13px 0; word-wrap: break-word;}
.read-full-article { background: #6f1c36; color:#fff!important; font:18px/22px bebas_neueregular; text-transform:uppercase; padding:5px 8px; text-align:center; width:auto; height:auto; }
.read-full-article:hover { background: #595959; color:#fff!important; text-decoration:none; }

.read-full-article.read-full-article-wide { float: left; font-size: 24px; line-height: 48px; margin: 40px 0px; padding: 0px; text-align: center; text-transform: uppercase; width: 100%; }

.entry-meta, .author, .entry-meta a {  color:#7a7a7a;  font:14px/16px Arial, Helvetica, sans-serif; text-transform:normal; }
.entry-meta { margin:10px 0; }
.single #main, .page #main  { margin-top:20px; }
.single .entry-content, .page .entry-content{ margin-top:20px; border-bottom:1px solid #cfdede; padding-bottom:3px; }
.single .entry-content p, .page .entry-content p { font:16px/18px Arial, Helvetica, sans-serif; color:#7a7a7a; margin:13px 0; }


h3#reply-title, #content  .comments-title,  #content  .comments-title span  { color:#616161; font:24px/28px bebas_neueregular; margin:20px 0 10px;background:none; }
#commentform input { background:#fcfcfc; border: 1px solid #ececec; width:270px; height:28px; padding:4px 8px;}
#commentform textarea{ background:#fcfcfc; border: 1px solid #ececec; width:500px; height:100px; padding:4px 8px;}
#commentform p {margin:8px 0;}
.comment-body { color: #7A7A7A; font: 14px/18px Arial,Helvetica,sans-serif; margin: 13px 0; padding: 13px 0; ; } 
.comment-list { border-bottom: 1px solid #7A7A7A;color: #7A7A7A; font: 14px/18px Arial,Helvetica,sans-serif;  }
.comment-list li{ border-bottom: 1px dashed #999;}
.comment-body a { color: #7A7A7A; font: 14px/18px Arial,Helvetica,sans-serif; }
.comment-body a:hover { color: #E25A5A; }
.comment-author img {display:block;}
#commentform p > span.required { color:red;}
#commentform #submit { background: url('img/book-now.png') no-repeat; width:70px; height:28px; color:#fff; font:16px/18px bebas_neueregular; text-transform:uppercase;text-align:center; padding-top:6px;border:none; letter-spacing:0.7px; }
#commentform #submit:hover { text-decoration:none;}
.comment-author { float: left; }
.comment-metadata, .comment-awaiting-moderation, .comment-content, .reply {   padding-left: 90px;}
.social-share{display:block;}
.social-share > div{display: inline-block; margin:10px; width:90px;}

.pod-page-work-shop-w .sidebar-form { margin-top: 48px; }
.single-events { margin:40px 0 0; }
.single-events p { font:15px/20px Arial, Helvetica, sans-serif; color:#7a7a7a; margin:13px 0; }
.single-events ul li {  font:14px/18px Arial, Helvetica, sans-serif; color:#7a7a7a; }
.single-events h2,.single-events h2 strong {font:18px/24px bebas_neueregular; text-transform:uppercase; color:#616161;margin:20px 0 10px!important; background:none!important; display: block;text-align: left;}
.single-events h3, .single-events h3 strong { font:18px/24px bebas_neueregular; color:#616161;margin:10px 0 5px; }

#inquiryform p { margin:20px 0 6px; }
.inquiry-form h3, .single-events  .events-title  { color:#7a7a7a; font:24px/28px bebas_neueregular; margin:20px 0; text-transform:uppercase; }
#inquiryform input, #inquiryform select { background:#fcfcfc; border: 1px solid #ececec; width:270px; height:28px; padding:4px 8px; font:14px/18px Arial, Helvetica, sans-serif; color:#7a7a7a;}
 #inquiryform select  {height:34px;}
 #inquiryform textarea { background:#fcfcfc; border: 1px solid #ececec; width:450px; height:180px; padding:4px 8px; font:14px/18px Arial, Helvetica, sans-serif; color:#7a7a7a;}
#inquiryform  .button_send { background: url('img/book-now.png') no-repeat; width:70px; height:28px; color:#fff; font:16px/18px bebas_neueregular; text-transform:uppercase;text-align:center; padding-top:6px;border:none; letter-spacing:0.7px; }
input.error, textarea.error, select.error{ border:1px solid #D94949!important; }
label.error{ display:none!important;}
.content-text-img img { -moz-box-shadow: 0px 0px 2px #141414; -webkit-box-shadow: 0px 0px 2px #141414; box-shadow: 0px 0px 2px #141414; }

#testimonials{margin-top:30px;}
#testimonials h3, .sidebar-calendar h3.calendar-title {
background: #6f1c36;
color: #fff!important;
font: 24px/30px bebas_neueregular;
text-transform: uppercase;
padding: 5px 11px;
text-align: center;
width: auto;
height: auto;
display: inline-block;
margin: 0 0 15px;
}
#testimonials .testimonial { margin: 0; }
#testimonials .testimonial p { 
font: 14px/18px Arial, Helvetica, sans-serif;
color: #7a7a7a;
margin: 7px 0;
}
#testimonials .testimonial h4{ 
font: 16px/18px Arial, Helvetica, sans-serif;
color: #333;
margin:  0;
text-transform:uppercase;
}
#testimonials .testimonial blockquote { line-height: 1.25; margin:20px;font: italic 13px/17px arial, helvetica, sans-serif; min-height: 68px;}
#testimonials .testimonial .text { border:1px solid #CFDDDE;  background:#fff;padding:20px; -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1);
box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.1);}
#testimonials .testimonial .read-full-article{float:right; margin-top:10px;}

.footer_line{ background:url("img/footer-line.png") repeat-x scroll left bottom;height: 2px;clear: both;}
.copyright p{ color:#8c8c8c; font:12px Arial, Helvetica, sans-serif;text-align:center; margin:22px 0 20px;}

.home-text { margin: 24px 0 24px; font: 17px/20px Arial, Helvetica, sans-serif; color: #7a7a7a; }
.fancybox-media img {width:300px;}
.fancybox-media{display: block;}

#text-3{margin-right:0;}
.services-all h3 a {color: #7a7a7a;}

.services-all { display:table; width:100%;}
.services-all p{font: 14px/18px Arial, Helvetica, sans-serif; color: #7a7a7a; margin: 13px 0;}
.couching{}
.couching  h2 { margin-bottom: 0!important;margin-top: 40px;}

/* Popups */
.facebook-overlay { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; }
.facebook-overlay-bg { background: #e8e8e8; opacity: 0.9; filter: alpha(opacity=90); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1100; }
.popup-box { background: #ffffff; border-top: 5px solid #f15e1c; display: none; margin: auto; margin-top: 50px; position: relative; width: 500px; z-index: 1200; }
.popup-box .popup-tnl-logo { height: 35px; margin: auto; margin-top: 60px; width: 294px; }
.popup-box .pseudo-form { display: block; margin-top: 40px; text-align: center; }
.popup-box .pseudo-form input { background: #fbfbfb; border: 1px solid #d6d6d6; color: #333333; font-size: 14px; font-style: italic; height: 40px; line-height: 40px; margin-bottom: 20px; padding-left: 10px; width: 250px; }
.popup-box .pseudo-form button { background: #0074bb; border: none; color: #ffffff; cursor: pointer; font-size: 18px; font-style: italic; height: 40px; margin-bottom: 20px; margin-bottom: 10px; width: 180px; }
.popup-box .pseudo-form .alert { background: #ffd6d6; border: 1px solid #ff4444; color: #ff0000; display: none; font-size: 14px; font-style: italic; /*height: 40px;*/ line-height: 40px; margin: 0px 50px; margin-bottom: 20px; padding-left: 10px; /*width: 250px;*/ }
.popup-box .pseudo-form .success { background: #d6ffd6; border: 1px solid #44ff44; color: #009900; display: none; font-size: 14px; font-style: italic; /*height: 40px;*/ line-height: 40px; margin: 0px 50px; margin-bottom: 20px; padding-left: 10px; /*width: 250px;*/ }
.popup-box .bottom-link { color: #c6c6c6; cursor: pointer; font-size: 14px; font-style: italic; line-height: 14px; padding: 0px; text-align: center; }
.popup-box .back-link { padding: 20px 0px; }
.popup-box .forgot-link { padding-top: 20px; }
.fb-login-wrapper { background: #fff; border-top: 5px solid #f15e1c; /*height: 450px;*/ width: 730px; }
.popup-box .fb-login-title { color: #585858; display: block; font-size: 18px; font-family: 'Tahoma' sans-serif; line-height: 30px; margin: auto; padding-top: 35px; text-align: center; }
.fb-login-options-wrapper { height: 170px; margin-top: 70px; width: 730px; }
.fb-login-options-wrapper > div { float: left; height: 100%; text-align: center; width: 364px; }
.fb-login-options-wrapper .email-registration { border-right: 1px solid #ebebeb; }
.fb-login-options-wrapper .email-icon { cursor: pointer; height: 30px; margin: auto; padding-left: 50px; text-align: left; width: 230px; }
.fb-login-options-wrapper .email-login-option { background: url('img/email_icon_blue.png') 0 0 transparent no-repeat; margin-bottom: 10px; }
.fb-login-options-wrapper .email-register-option { background: url('img/email_icon_pink.png') 0 0 transparent no-repeat; }
.fb-login-options-wrapper .email-icon span { border-left: 1px solid #989898; color: #989898; font-size: 14px; line-height: 30px; padding-left: 20px; }
.fb-login-options-wrapper .fb-login-button-wrapper {  }
.fb-login-options-wrapper .title-2 { color: #7c7c7c; font-size: 16px; margin: auto; padding-bottom: 40px; }
.fb-login-rerequest-wrapper { background: url('img/login_popup_bg.jpg') #fff 0 0 no-repeat; display: none; height: 450px; margin: auto; margin-top: 100px; position: relative; width: 730px; z-index: 1200; }
.fb-login-rerequest-wrapper span { color: #585858; display: block; font-size: 18px; font-family: 'Tahoma' sans-serif; line-height: 24px; margin: auto; padding-top: 30px; text-align: center; }
.fb-like-wrapper { background: url('img/like_popup_bg_3.jpg') #fff 0 0 no-repeat; display: none; height: 510px; margin: auto; margin-top: 100px; position: relative; width: 450px; z-index: 1200; }
.fb-like-wrapper span { color: #585858; display: block; font-size: 18px; font-family: 'Tahoma' sans-serif; line-height: 24px; margin: auto; padding-top: 30px; text-align: center; }
.fb-like-button-wrapper { text-align: center; padding-bottom: 45px; }
.fb-like-box.fb_iframe_widget { display: block; position: initial; margin: auto; text-align: center; }
.popup-box .close-popup { background: url('img/close_button.png') transparent 0 0 no-repeat; border: 0px; color: #fff; cursor: pointer; height: 14px; position: absolute; right: 10px; top: 10px; width: 14px; }
.email-register-wrapper, .forgot-password-wrapper, .email-register-wrapper { /*width: 500px;*/ }
.fb_iframe_widget iframe { position: inherit; }
	/*Home page popup*/
.home .popup-box { height: 500px; width: 850px; }
.email-signup-inner { clear: both; padding-top: 50px; }
.email-signup-inner > div { float: left; }
.email-signup-form-wrapper { text-align: center; width: 450px; }
.email-signup-inner h2 { background: #157aad; color: #fff; font-size: 24px; line-height: 40px; margin: 0px 0px 40px 0px; padding: 0px 10px; }
.email-signup-inner h3 { color: #585858; font-size: 21px; margin: 0px 0px 35px 0px; }
.email-signup-inner p, .email-signup-inner-thanks p { box-sizing: content-box; font-size: 18px; line-height: 22px; margin: 0px; }
.email-signup-inner p.disclaimer { color: #b7b7b7; font-size: 12px; font-weight: normal; line-height: 12px; }
.email-signup-inner .plus-icon { height: 27px; padding: 10px 0px; }
.email-signup-inner .plus-icon img { display: initial; }
.email-signup-inner input { text-align: center; }
.email-signup-inner input.error { border-color: #f00; color: #f00; display: inline-block; }
.popup-box .email-signup-inner .button { background: #f15e1c; border: none; color: #fff; cursor: pointer; font-weight: bold; }
.email-signup-inner-thanks { text-align: center; }
.email-signup-inner-thanks .popup-tnl-logo { margin: 180px auto 25px auto; }
.email-signup-inner-thanks p { line-height: 45px; }

/* WP-Paginate style rules */
 .navigation{ text-align: center;}
.navigation > ul {padding:0; margin: 50px auto 30px;}
.navigation > ul li {display:inline; list-style:none;}
.navigation > ul a {background:#404040;color:#fff; margin:6px; padding: 6px 10px; text-align:center; text-decoration:none;}
.navigation > ul a:hover, .navigation > ul a:active {background:#6f1c36; color:#fff;}
.navigation > ul .title {color:#555; }
.navigation > ul .gap {color:#999;}
.navigation > ul .active a {color:#fff; background:#6f1c36;  padding: 6px 10px;}
.navigation > ul .page {}
.navigation > ul .pagination-previous a:hover, .navigation > ul .pagination-next a:hover {background:#f47777;}
.navigation > ul .pagination-previous a, .navigation > ul .pagination-next a {background: #6f1c36;
color: #fff; font-weight: bold; border: none; padding: 6px 10px;}
.navigation > ul .pagination-previous a{margin-right:20px;}
.navigation > ul .pagination-previous a{margin-left:20px;}
/* style overrides for comments pagination */
.navigation > ul-comments {}
.navigation > ul-comments li {}
.navigation > ul-comments a {}
.navigation > ul-comments a:hover, .navigation > ul-comments a:active {}
.navigation > ul-comments .title {}
.navigation > ul-comments .gap {}
.navigation > ul-comments .active a {}
.navigation > ul-comments .page {}
.navigation > ul-comments .prev, .navigation > ul-comments .next {}