/* WEBFONT LOADERS */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

@font-face {
    font-family: "Manus";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/manus-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/manus-webfont.woff") format("woff"), url("/fonts/manus-webfont.ttf") format("truetype"), url("/fonts/manus-webfont.svg#Manus") format("svg");
}
.corsivaFont {
	font-family: "Corsiva", "Monotype Corsiva Regular", "Georgia", serif;
}
.arialFont {
	font-family: Arial, sans-serif;
}
.cambriaFont {
	font-family: 'Cambria', 'Droid Serif', Georgia, serif;
}
/* BOOTSTRAP OVERRIDES */
@media (min-width: 992px) {
	.container {
		width: 990px;
	}
	.container.container-full {
		width: 970px;
	}
}
@media (min-width: 1170px) {
	#footer .container {
		width: 1170px;
	}
}
@media (min-width: 1200px) {
	.container.container-full {
		width: 1170px;
	}
}
.btn-block{
	white-space:normal;
	word-wrap: break-word;
}

.hide{display:none;}
.time_options{
	margin:10px 0 0 0;
	display:block;	
}
.time_options li{
	float:left;	
	padding: 14px 0;
	cursor: pointer;
}
.time_options li:hover{
	list-style-type:circle;
}


.ategoogle,.ateappleical,.ateoutlook,.ateyahoo{

	width:18%;
	margin:0 15px;
	color: white;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

@media(max-width:768px){
	.ategoogle,.ateappleical,.ateoutlook,.ateyahoo{
		width:auto;
		display:block;
		margin-bottom:5px;	
	}
}

.ategoogle:hover,.ateappleical:hover,.ateoutlook:hover,.ateyahoo:hover{
	background-color: white;
	color: #2D3030;
	text-decoration: none;
}
.addthisevent-drop:hover,.addthisevent-drop:hover,.addthisevent-drop:hover,.addthisevent-drop:hover{
	text-decoration: none;
}
.green {
	color: #38761d;
}
.copyx{ display:none;}

.img-circle{
	border:5px solid #cccdcd;	
}
blockquote.bubble-top{
	border:5px solid #f2f2f2;
	padding:25px;
	background:white;	
	position:relative;
	margin-top:30px;
	color:#7b7a7a;
}
blockquote.bubble-top:after{
	content:' ';
	z-index:10;
	position:absolute;
	background:url(../images/ftf-quote-arrow.png) no-repeat top center;
	height:	30px;
	width:53px;
	top:-30px;
	margin-left:-27px;
	left:50%;
}
blockquote p{
	font-weight:normal;	
}
.lead{	
	font-weight:normal;
}
blockquote.bubble-top p.lead {
	font-size: 16px;
}
blockquote.bubble-top p.lead strong {
	font-size: 18px;
}

/* Begin Orange Button*/
.btn-orange {
    background-color: #ffbe08;
    border: 0 none;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 4px 0 #b58118;
    color: white;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.focus {
    background-color: #d9a30c;
    color: white !important;
    transition: all 0.2s ease 0s;
}

.btn-orange.btn-lg {
    padding: 10px 43px;
}
.btn-orange.btn-hg {
    padding: 20px 43px;
}
.btn-orange:active {
    bottom: -4px;
}
/*End Orange Button*/

/* Begin Green Button*/
.btn-green {
    background-color: #74a499;
    border: 0 none;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 4px 0 #4c7a6f;
    color: white;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green.focus {
    background-color: #74a499;
    color: white !important;
    transition: all 0.2s ease 0s;
}

.btn-green.btn-lg {
    padding: 10px 43px;
}
.btn-green.btn-hg {
    padding: 20px 43px;
}
.btn-green:active {
    bottom: -4px;
}
/*End Green Button*/

@media(max-width:400px){
	.btn{
		display:block;	
		white-space:normal;
		word-wrap: break-word;
	}
	.btn-orange.btn-lg, .btn-orange.btn-hg{
		padding:10px 12px;	
	}
	.btn-green.btn-lg, .btn-green.btn-hg{
		padding:10px 12px;	
	}
}


.btn-outlined{
	color:white;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 10px;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn-outlined:hover, .btn-outlined:active {
    background-color: white;
    color: #2D3030;
}


/* LAYOUT */


/* TYPOGRAPHY */




.text-uppercase{
	text-transform:uppercase;	
}

a{
	color:#C67F07;
}
a:hover, a:active{
	color:#C67F07;
}
a.subtle-link{
	color:inherit;
	text-decoration:underline;	
}

body{
	font-family: 'Raleway', sans-serif;	
	font-size:18px;	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Raleway', sans-serif;	
}

.weight-300{
	font-weight:300 !important;
}

.weight-600{
	font-weight:600 !important;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
	color:inherit;	
}
/* MODULES */
.ftf-logo .img-responsive {
	position: relative;
	display: inline;	
	margin-bottom: -70px;
	z-index: 2;
}
@media (max-width:767px) {
	.ftf-logo .img-responsive {
		margin-bottom: -40px;
	}
}

.ftf-logo {
	padding:0;	
}
.ftf-thanks{
	padding:3% 0;	
}
.ftf-hero{
	position: relative;
	z-index: 1;
	background:url('../images/hero.jpg') #E2240A;
	background-size:cover;
	color:white;
	padding: 60px 0 50px;
	/*margin-top: -40px;*/
}
@media (max-width:767px) {
	.ftf-hero {
		padding: 30px 0 20px;
		/*margin-top: -20px;*/
	}
}
.ftf-thanks-video{
	background: url('../images/hero.jpg') #E2240A top center;
	background-size:cover;
	color:white;
	padding: 30px;
}
.ftf-thanks-video .embed-responsive, .ftf-thanks-video .video-frame {
	border:8px solid black;
	border-radius:8px;	
}

.ftf-countdown{
	background:#efefef;
	padding:2% 0;
}
.shadowed-b, .shadowed-2-b, .shadowed-t, .shadowed-2-t{
	position:relative;
}
.shadowed-b:after{
	content:' ';
	width:100%;
	bottom:-12px;
	height:12px;
	background:url(../images/ftf-shadow-b.png) no-repeat top center;	
	position:absolute;
	left:0;
	z-index:10;
}
.shadowed-t:before{
	content:' ';
	width:100%;
	top:-12px;
	height:12px;
	background:url(../images/ftf-shadow-t.png) no-repeat top center;	
	position:absolute;
	left:0;
	z-index:10;
}
.shadowed-2-b:after{
	content:' ';
	width:100%;
	bottom:-50px;
	height:50px;
	background:url(../images/ftf-shadow-2-b.png) no-repeat top center;	
	position:absolute;
	left:0;
	z-index:10;
}
.shadowed-2-t:before{
	content:' ';
	width:100%;
	top:-50px;
	height:50px;
	background:url(../images/ftf-shadow-2-t.png) no-repeat top center;	
	position:absolute;
	left:0;
	z-index:10;
}

.ftf-social{
	padding:3% 0;	
}
@media (min-width:768px) {
	.ftf-countdown h2{
		/*margin-top:38px;*/
	}
}

.counter-group {
    margin: 0 auto;
    text-align: center;
}
.counter-group::before, .counter-group::after {
    content: " ";
    display: table;
}
.counter-group::after {
    clear: both;
}
.counter-block {
    display: inline-block;
    margin: 0 1%;
    position: relative;
    width: 21.55%;
}
.counter-block .counter::before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #c1c1c1 51%, #b3b3b3 75%, #e3e3e3 93%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    content: " ";
    height: 20px;
    left: -5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 111;
}
.counter-block .counter::after {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #c1c1c1 51%, #b3b3b3 75%, #e3e3e3 93%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    content: " ";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    z-index: 112;
}
.counter-block .counter {
    border: 2px solid #222222;
    border-radius: 6px;
    font-family: "Open Sans Condensed","Arial Narrow","Nimbus Sans L",sans-serif;
    font-weight: 700;
    height: 97px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.counter-block .counter .number {
    background-color: #ffffff;
    color: #444444;
    font-size: 65px;
    height: 98%;
    line-height: 89px;
    padding: 1%;
    position: absolute;
    text-align: center;
    top: -10000px;
    width: 49%;
}
.counter-block::before {
    background: none repeat scroll 0 0 #555555;
    content: " ";
    height: 1px;
    left: 0;
    margin-left: 2px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 92.5%;
    z-index: 110;
}
.counter-block .counter .tens {
    padding-left: 11%;
}
.counter-block .counter .units {
    padding-right: 11%;
}
.counter-block .counter .number.tens {
    left: 0;
}
.counter-block .counter .number.units {
    left: 50%;
}
.counter-block .counter .number.hundreds {
    display: none;
}
.counter-block .counter .number.show {
    top: 0;
    z-index: 2;
}
.counter-block .counter .number.hidden-down {
    top: 100%;
}
.counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100;
}
.counter-block .counter.with-hundreds {
    width: 300px;
}
.counter-block .counter.with-hundreds .number {
    width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
    left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
    left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
    display: block;
    left: 0;
}
.counter-block .counter-caption {
    color: #949494;
    font-size: 100%;
    text-align: center;
}
@media (max-width: 768px) {
.counter-block .counter {
    height: 73px;
}
.counter-block .counter .number {
    font-size: 40px;
    line-height: 72px;
}
}

.sharrre{
	margin-top:3%;	
}
.sharrre .button{
	margin-bottom:20px;	
}
@media (min-width: 520px) {
	.sharrre .button {
		display:inline-block;
		width: 15%;
		vertical-align:top;
		margin-bottom:0px;
	}
}
.sharrre .buttons{
	text-align:center;	
}

@media (min-width: 992px) {
	.ftf-learn .row{
		background:url(../images/harv.png) no-repeat center right;	
		padding:5% 0 0;
	}
}
.ftf-learn ol{
	margin:9.5% 0;
}
.manus-list{
	list-style:none;
	padding:0 0 0 45px;	
	counter-reset: section;
}
.manus-list li{
	margin-bottom:1em;
	position:relative;	
}
ol.manus-list li:after{
	counter-increment: section;
	content: counters(section, ".") " ";
	position:absolute;
	left:-45px;
	top:-24px;
	color:#fea919;
	font-size:74px;
	font-family: "Manus" !important;
}
ul.manus-list li:after{
	/*content: "";*/
	content: "\f138";
	position:absolute;
	left:-45px;
	top:4px;
	color:#fea919;
	font-size:31px;
	font-family: FontAwesome !important;
}
.ftf-learn ul{
	margin-top:15px;	
}
.ftf-learn .copy{
	margin:5% 0 9% 0;	
}
/*
@media (min-width: 1056px) {
	.manus-list{
		list-style:none;
		padding:0 ;	
		counter-reset: section;
	}	
}
*/
.text-light-grey{
	color:#606060;	
}

.ftf-quotes{
	background:#f8f8f8;
	padding: 3% 0 7% 0;	
}
.ftf-brochure{
	margin:15px auto;
}
@media (min-width: 768px) {
	.ftf-brochure{
		margin:-40px auto 40px auto;
	}
}
.ftf-final-cta{
	background:#2d3030;	
	color:white;
}
.ftf-final-cta .copy{
	padding:3% 0;	
}

.ftf-training-header{
	padding:3% 0;	
}

.ftf-event-details{
	background:url(../images/ftf-cta-arrow.png) no-repeat top center #2d3030;
	color:white;
	padding:4% 0;
}
.ftf-free-gift{
	padding:3% 0;
}
html .gs-buttons {
	text-align: center !important;
}
#ibacor_shareawesome{
	margin-top:20px;	
}

.sh_btn{
	font-size:25px;
	padding:15px 25px;
	margin:3px;
	border-radius:9px;
	display:block;
}

.sh-total, .sh-reddit, .sh-pinterest {
	display:none;	
}
div#ibacor_shareawesome p{
	margin:0px;	
}

.video-half-section-adjust{
	margin-top:23%;
}
.video-half-section{
	margin-bottom: -34%;
    position: relative;
    z-index: 100;	
}

/* SHARED */

.text-orange{
	color:#f1ad0b;	
}

#footer {
    background-color: #060606;
    color: #ffffff;
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer a {
    color: #cccccc;
    padding: 0.6em;
    text-decoration: none;
}
.form-horizontal .control-label.text-left {
	text-align: left !important;
}
#footer a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    padding-bottom: 1px;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial #join {
    vertical-align: text-top;
}
#footer .footerSocial a {
    padding-bottom: 4px;
}
#footer .footerSocial a:hover {
    padding-bottom: 3px;
}
.disclaimer {
    color: #cccccc;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}
.disclaimer sup {
    font-size: 7px;
}

#footer .nav-tabs > li, .nav-pills > li {
    display: inline-block;
    float: none;
}
@media (max-width: 400px) {
	#footer .nav-pills > li {
		display: block;
		width: 100%;
	}
	#footer .nav-pills a {
		padding-bottom: 0.6em;
		padding-top: 0.6em;
	}
}
.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
}
.nomargin-b {
	margin-bottom: 0px;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.font51 {
	font-size: 51px !important;
}
.font52 {
	font-size: 52px !important;
}
.font53 {
	font-size: 53px !important;
}
.font54 {
	font-size: 54px !important;
}
.font55 {
	font-size: 55px !important;
}
.font56 {
	font-size: 56px !important;
}
.font57 {
	font-size: 57px !important;
}
.font58 {
	font-size: 58px !important;
}
.font59 {
	font-size: 59px !important;
}
.font60 {
	font-size: 60px !important;
}
.font61 {
	font-size: 61px !important;
}
.font62 {
	font-size: 62px !important;
}
.font63 {
	font-size: 63px !important;
}
.font64 {
	font-size: 64px !important;
}
.font65 {
	font-size: 65px !important;
}
.font66 {
	font-size: 66px !important;
}
.font67 {
	font-size: 67px !important;
}
.font68 {
	font-size: 68px !important;
}
.font69 {
	font-size: 69px !important;
}
.font70 {
	font-size: 70px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.line51 {
	line-height: 51px !important;
}
.line52 {
	line-height: 52px !important;
}
.line53 {
	line-height: 53px !important;
}
.line54 {
	line-height: 54px !important;
}
.line55 {
	line-height: 55px !important;
}
.line56 {
	line-height: 56px !important;
}
.line57 {
	line-height: 57px !important;
}
.line58 {
	line-height: 58px !important;
}
.line59 {
	line-height: 59px !important;
}
.line60 {
	line-height: 60px !important;
}
.line61 {
	line-height: 61px !important;
}
.line62 {
	line-height: 62px !important;
}
.line63 {
	line-height: 63px !important;
}
.line64 {
	line-height: 64px !important;
}
.line65 {
	line-height: 65px !important;
}
.line66 {
	line-height: 66px !important;
}
.line67 {
	line-height: 67px !important;
}
.line68 {
	line-height: 68px !important;
}
.line69 {
	line-height: 69px !important;
}
.line70 {
	line-height: 70px !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.text-center-sm{ text-align:center;	}
	.text-right-sm{ text-align:right; }
	.text-left-sm{ text-align:left; }
	.pull-right-sm{ float:right; }
	.pull-left-sm{ float:left; }
	.pull-none-sm{ float:none; }
	.center-block-sm{ margin-left:auto; margin-right:auto; float:none; }
	.center-none-sm{ margin-left:inherit; margin-right:inherit; float:none; }
	.text-white-sm{ color:white; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.text-right-md{ text-align:right; }
	.text-center-md{ text-align:center;	}
	.text-left-md{ text-align:left;	}
	.pull-left-md{ float:left; }
	.pull-right-md{ float:right; }
	.pull-none-md{ float:none; }
	.center-block-md{ margin-left:auto; margin-right:auto; float:none; }
	.center-none-md{ margin-left:inherit; margin-right:inherit; float:none; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.pull-right-lg{ float:right; }
	.pull-left-lg{ float:left; }
	.pull-none-lg{ float:none; }
	.center-block-lg{ margin-left:auto; margin-right:auto; float:none; }
	.text-center-lg{ text-align:center;	}
	.text-left-lg{ text-align:left; }
	.text-right-lg{ text-align:right; }
	.center-none-lg{ margin-left:inherit; margin-right:inherit; float:none; }

}