/* CAPTURE PAGE */
.logos {
    margin-top: 1px;
    opacity: .7;
    margin-bottom: 30px;
}
.logos img {
	padding: 8px;
}
.logos h4 {
	text-align: right;
	font-weight: 700;
	line-height: 20px;
	color: #a5a5a5;
	font-size: 16px;
	margin-top: 23px;
}
 @media (max-width: 767px) {
.logos h4 {
	text-align:center;
}
}
@media (max-width: 480px) {
	.logos img {
	max-width:100% !important;
	}
}
#sales p.check {background: url(https://secure1.mlspcdn.net/themes/topearnerstrategy/img/icon-check-green.jpg);
				background-repeat: no-repeat;
				padding-left: 41px;}
body {
	background-color: #f1f1f3;
}
.page1 {
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	position: relative;
}
.page2 {
	position: relative;
	top: 6px;
	left: -8px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	margin-bottom: 20px;
}
.page-main {
	position: relative;
	top: 6px;
	left: 16px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	padding: 25px 25px 0;
}
#sales .page-main {left: 0;
    margin-top: 50px;
	padding-top:0px;
}
h4.subheadline {
	line-height: 26px;
}
.container-white {
	background: #fff;
	margin-top: 20px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
}
.feature-wrap {
	text-align: center;
	padding: 0 50px;
	margin-top: 20px;
}
.feature-wrap h4 {
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
	text-align: center;
	padding-top: 12px;
}
.number {
	color: #333;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.1;
	display: inline-block;
	padding: 7px 12px;
	text-transform: uppercase;
	position: relative;
	background: #e9ebee;
}
.number:before {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent;
	border-left-color: #e9ebee;
}
hr.small {
}
.highlight {
	color: #f57300;
}
.uppercase {
	text-transform:uppercase;
}
a.link {
	color: #018aff;
	text-decoration: underline !important;
}
a.link:hover {
	color: #81c5ff;
}
.img-center {
	margin-left:auto;
	margin-right:auto;
}
.margin-bottom {
	margin-bottom:25px;
}
.margin-top {
	margin-top:25px;
}
.bonus-content {
	background: #f6f7f9;
	padding: 20px;
	border: 3px dashed #c5cedf;
}
.bonus-content h4 {
	margin-top: 0px;
	text-align: center;
	font-size: 44px !important;
	font-family: 'Kalam' !important;
	margin-bottom: 0px !important;
}
.bonus-content p {
	font-size: 22px;
	line-height: 42px;
}
.bonus-content p em {
}
.callout-warning {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-bottom:50px;
	display:block;
}
.overflow {
	overflow: hidden;
}
.capture .header {
	padding: 20px 0px 0px;
	margin-bottom: 15px;
	height: auto;
	overflow: visible;
}
.capture h1 {
	font-size: 48px !important;
	margin-bottom: 30px !important;
	font-weight: bold;
	font-family: 'Open Sans Condensed';
	letter-spacing: 0px;
	line-height: 60px !important;
}
.capture h2 {
	font-size: 19px;
	font-weight: 600;
}
.capture h3 {
	color: #fff;
	font-size: 18px;
	background: rgba(0,0,0,.5);
	padding: 14px 10px 20px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #000;
}
.capture h3 strong {
	display: block;
	margin-bottom: 4px;
	font-family: courier;
	font-size: 23px;
}
.form-content {
	background: #f7f7f7;
	padding: 23px;
}
.capture .btn-sales {
	display: block;
	margin-bottom:30px;
}
p.large {
	font-weight: 600;
	font-size: 18px;
}
p.arrow {
	background: url(img/icon-check.png) no-repeat left 3px;
	padding-left: 28px;
	font-size: 17px;
	line-height: 23px;
	margin-top: 17px;
}
body, input, select, textarea, button {
	font: 16px/1.75em 'Open Sans', Helvetica, Arial;
	color:#000000;
}
.btn-sales, .modal-content input.inputSubmit {
	color: #ffffff;
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right),#ff6a5b 0%,#ff4d7e 100%);
    background: -webkit-gradient(linear,left top,right top,from(#ff6a5b),to(#ff4d7e));
    background: -webkit-linear-gradient(left,#ff6a5b 0%,#ff4d7e 100%);
    background: -o-linear-gradient(left,#ff6a5b 0%,#ff4d7e 100%);
    background: linear-gradient(to right,#ff6a5b 0%,#ff4d7e 100%);
    border-radius: 5em;
    font-size: 20px;
    padding: 19px 40px;
    font-weight: 700;
    max-width: 100%;
    margin: 10px auto 60px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(9, 10, 11, 0.35);
    box-shadow: 0px 5px 30px 0px rgba(9, 10, 11, 0.35);
    /*transition: all 0.3s ease;*/
    white-space: inherit;
}
.btn-sales span {display: block;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #810000;}
.btn-sales:hover, .btn-sales:focus, .modal-content input.inputSubmit:hover, .modal-content input.inputSubmit:focus {
    background: #ff6a5b;
    color: #ffffff;
    box-shadow: none;
}
.header, .testimonials {
}
.copyright, .copyright a {
	text-align: center;
	color: #ccc;
	background: none !important;
	font-size: 10px;
	margin-top: 50px !important;
	margin-bottom: 50px;
	line-height: 10px;
}
hr.small {
	width: 20%;
}
/* SALES PAGE SPECIFIC */
/* body#sales {background:#f7f7f7;} */
body#sales .header {
	margin-bottom: 10px;
}
.video-wrap {
	padding: 5px;
    background: #000;
    border: 1px solid #eee;
}
.preview-wrap {
	background: #fff;
	padding-bottom: 15px;
	margin-top: 24px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.vidtimeheader {
	background: #000;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
.vidtime {
	margin-bottom: 15px;
}
.vidtimeheader h6 {
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
}
.vidtime p {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 22px;
}
.vidtime p span {
	display: block;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
	opacity: .3;
}
#sales .squeeze {
	padding: 0 20px;
}
/* MODAL */
.modal-content {
	background: #f7f7f7;
}
.modal-header {
}
.modal-header .progress {
	margin: 10px auto;
	height: 35px;
	max-width: 400px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ddd;
}
.modal-header .progress .progress-bar {
	width: 60%;
	background-color: #12131d;
	font-size: 15px;
	padding-top: 6px;
	font-weight: 600;
}
.modal-body {
	padding: 15px 30px;
	background: #fff;
}
.modal-body p {
	font-size: 22px;
	line-height: 32px;
}
.modal-footer {
	text-align: center;
	font-size: 12px;
	padding: 10px 15px 0px;
}
.modal-content label {
	display: inline-block;
	max-width: 100%;
	/* margin-bottom: 5px; */
    font-weight: 700;
	padding-top: 10px;
}
.modal-content input {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 1.42857;
	padding: 14px 12px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
}
.modal-content input.inputSubmit {
	margin-bottom: 10px;
	border: 1px solid;
	border-color: transparent;
	margin-top: 14px;
}
.moda-footer p.antispam {
}
.modal-content table {
	width:100%;
}
.modal-content table tr td:first-child {
	width: 64px;
}
/* ABSOLUTE */
.absolute {
	color: #fff;
	background: #4b63b1;
	text-align: center;
	padding: 12px 15px;
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid rgba(250,250,250,.2);
}
/* HEADER */
.header h1 {
	font-size: 42px;
	line-height: 51px;
	margin-bottom: 40px;
}
.header .video-wrap {
	max-width: 800px;
	margin: 0 auto 40px;
	padding:18px;
	box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.25);
	background: #0685c9; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #0685c9 0%, #3190d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #0685c9 0%, #3190d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #0685c9 0%, #3190d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0685c9', endColorstr='#3190d8', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* ICONS */
.icons {
	text-align:center;
	padding: 50px 0;
}
.icons .icon-image {
	max-height: 94px;
	display: inline;
	margin-bottom: 10px;
}
.icons .icon-title {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 12px;
}
.icons .icon-content {
}
.head-testimonial {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 32px;
}
.head-testimonial:after {
	height: 1px;
	display: block;
	width: 100px;
	background: #eee;
	border-right: 1px white;
	content: '';
	margin: 32px auto;
}
.head-testimonial span {
	display: block;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
}
.icons .btn-sales {
	margin-top:50px;
}
/* FEATURES */
.features {
}
 @media (min-width: 768px) {
.modal-dialog.modal-capture  {
	width: 640px;
	margin: 30px auto;
}
}

/* EXIT INTENT */
/* MODAL */
#sales .modal-backdrop { background: -moz-linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(102,199,214,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,102,204,1) 0%,rgba(102,199,214,1) 100%);
    background: linear-gradient(45deg, rgba(0,102,204,1) 0%,rgba(102,199,214,1) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#52b5d5',GradientType=1 )";
	opacity:1 !important;}
#sales .modal-content {    background: #fff;
    border-radius: 0px;}

#sales .modal-body {padding: 15px 30px;}
#sales .modal-body img {display:inline;}
#sales .modal-body p {font-size: 17px;
    line-height: 25px;}
#sales .modal-body h4 {    
	font-weight: 400;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 28px;}
#sales .modal-body p.testimonial { font-size: 16px;
    font-style: italic;
    margin-top: 28px;
    line-height: 22px;
    color: #515151;
    background: #eee;
    padding: 13px;
    border: 1px solid #e5e5e5;}
#sales .modal-body p.testimonial strong {    display: block;
    font-style: normal;
    margin-top: 6px;
}
#sales .modal-body p.testimonial strong span {    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;}
#sales .modal-footer {text-align: center;
    font-size: 12px;
    padding: 10px 15px 0px;
	background:#eee;}

#sales .btn-modal {white-space: normal;
    color: #fff;
    background: #ff6200;
    border-radius: 50px;
    font-size: 20px;
    padding: 14px 40px;
    font-weight: 700;
    max-width: 100%;
    margin: 10px auto 25px;
    box-shadow: 0px 3px 0px #b84802;
    transition: all 0.3s ease;
    border-color: transparent;
	cursor:pointer;}
#sales .btn-modal span {
       display: block;
    font-size: 16px;
    margin-top: 1px;
    font-style: italic;
    color: #a24104;}
#sales .btn-modal:hover {border: 1px solid #b84802;
    background: #fff;
    color: #ff6200;
    box-shadow: none;}

/* TESTIMONIALS */
.testimonials {}
.testimonial-card {
	/* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    position: relative;
    background: #f7f7f7;
	border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
	margin-top:20px;
	}
.testimonial-card .card-up {
	overflow: hidden;
    height: 120px;}
.testimonial-higdon {background: url(img/higdon-background.jpg);
    background-size: cover;
    background-position: center;}
.testimonial-hochman {background: url(img/hochman-background.jpg);
    background-size: cover;
    background-position: top;}
.testimonial-card .avatar {    
    width: 120px;
    margin: -65px auto 0;}
.testimonial-card .avatar img {
	width: 100%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	border: 5px solid #fff;
	}
.testimonial-card .card-block {
	text-align: center;     
	position: relative;   
	padding: 1.25rem;}
.testimonial-card .card-title {    
	font-weight: 600;}
.testimonial-card hr {}
.testimonial-card p {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body.capture h1, .header h1 {
	font-size: 42px !important;
	line-height: 48px !important;
}
}
 @media (max-width: 992px) {
.capture .btn-sales {
	margin-top:30px;
}
.icons .icon-image {
	margin-top: 30px !important;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	body.modal-open {
  position: fixed;
}
}