@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.6)
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 255, 0, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0)
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.6);
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.6)
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(0, 255, 0, 0);
		box-shadow: 0 0 0 20px rgba(0, 255, 0, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0)
	}
}
@keyframes blink {
	50% {
		opacity: 0
	}
}
header #header-content .title-inline, .title-inline, header #header-content .subscribe-box, .sm-rounded, .card, .card .card-number, .card .card-fb-avatar, .img-intro, .img-intro img, .countdown-wrap, .full-preview, img.infographic-headline-image, #testimonial .testimonial-photo, #member-testi .testimonial-photo, #reason .reason .reason-img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#reason .reason .reason-img, #investment .title-block, #ironclad .title-block, #steps .title-block, #buy .pricing, #buy .option, #helps .help, #benefits .benefit, #faq .faq, #comments img, #comments .comment-wrapper, .module .module-number, .module .module-img.module-vid img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.module .module-img.img-sm img, .module .module-img.full img, .module .module-preview img, #levidio-personal-branding-download #download .download-wrapper, #levidio-personal-branding-download #download .download-wrapper .download-bonus, #claim .step-number, #claim .step {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
header #header-content .video, #challenge .challenge-video, #challenge .challenge-video a img, #reason .reason, .module .module-img, .module .module-img img,.module .module-title.red {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
.card.multiple:before, #testimonial .testi-vid, #member-testi .testi-vid, #testimonial .testi-vid img, #member-testi .testi-vid img {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px
}
.card .card-header, .card .card-img.img-top, .card .card-img.img-fb-cover {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}
nav.navbar-levidio .nav-link .active, #ecover .benefits li:before {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}
a {
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease
}
.font-1 {
	font-family: "PT Sans"
}
.font-2 {
	font-family: "Montserrat"
}
h1.text-md{
	font-size: 40px;
}
h1.text-lg{
	font-size: 50px;
}
h1.text-xlg{
	font-size: 70px;
}
h2 {
	font-size: 29px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 22px;
	line-height: 1.4em
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 17px;
	line-height: 1.5em;
}
p {
	line-height: 1.8em;
	font-size: 15px
}
.text-med{
	font-size: 20px
}
.text-red {
	color: #AF2131;
}
.text-orange {
	color: #FFB43C
}
.text-yellow {
    color: #FFDD7E
}
.text-blue {
	color: #0B3789;
}
.text-darkgray {
	color: #777
}
.text-medwhite {
	color: #DDD;
}
.text-mint{
	color: #7DC383;
}
.size-big {
	display: inline-block;
	line-height: 1.45em;
	font-size: 40px
}
.size-small {
	display: inline-block;
	line-height: 1.45em;
	font-size: 13px
}
.font-regular {
	font-weight: 400
}
.font-medium {
	font-weight: 500
}
.font-semibold {
	font-weight: 600
}
.font-bold {
	font-weight: 700
}
.font-extrabold {
	font-weight: 800
}
.underlined{
	text-decoration: underline;
}
body {
	position: relative;
	min-height: 100%;
	color: #999;
	letter-spacing: .01em;
	line-height: 1.6em;
	font-family: "PT Sans";
	font-weight: 400;
	background-color: #EAEBEC;
	font-size: 14px
}
a:hover {
	text-decoration: none;
	color: #AF2131;
	opacity: .8
}
.container {
	width: 1000px;
	max-width: 100%
}
.container-fluid {
	/*width: 1000px;*/
	max-width: 90%;
}
.container.pull-top {
	margin-top: -120px
}
.pull-bottom{
	margin-bottom: -70px;
}
header {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75)), url("../img/bg/bg-header.jpg") center center no-repeat;
	background-size: cover
}
header #header-content {
	padding-top: 120px;
	padding-bottom: 0px
}
header #header-content h1 {
	font-weight: 800
}
header #header-content .title-inline {
	display: inline-block;
	background-color: #FFB43C;
	color: #2D2D2D;
	padding: 10px 15px;
	margin: 20px auto 50px;
	font-size: 16px;
	font-weight: 600
}
.title-inline {
	display: inline-block;
	background-color: #FFB43C;
	color: #2D2D2D;
	padding: 10px 15px;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 600
}
header #header-content .video {
	height: 350px;
	box-shadow: 0px 35px 150px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 35px 150px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 35px 150px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 35px 150px rgba(0, 0, 0, 0.4)
}
header #header-content ul.features {
	margin-top: 10px
}
header #header-content ul.features li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	background: url("../img/icons/check.png") no-repeat left top;
	padding: 0px 0px 0px 35px;
	list-style: none;
	margin-bottom: 20px
}
.subscribe-box {
	/* background-color: #AF2131; */
	background-color: #EFEBE0;
	color: #0B3789;
	padding: 30px 25px;
	position: relative;
}
.subscribe-box p {
	line-height: 1.4em;
	font-weight: 600;
}
.subscribe-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url('../img/postcard.jpg')repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.subscribe-box:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url('../img/postcard.jpg')repeat-x;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
header #header-content .btn-get, header #header-content .countdown-wrap {
	margin-bottom: -30px
}
nav {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease
}
nav.navbar-levidio {
	padding: 20px 0;
	background-color: transparent
}
nav.navbar-gradient{
	background: -webkit-linear-gradient(to right, rgba(175, 33, 49, 1), rgba(11, 55, 137, 1))!important;
	background: -o-linear-gradient(to right, rgba(175, 33, 49, 1), rgba(11, 55, 137, 1))!important;
	background: linear-gradient(to right, rgba(175, 33, 49, 1), rgba(11, 55, 137, 1))!important;
	box-shadow: 0 15px 60px rgba(0,0,0,.2)!important;
}
nav.navbar-levidio .navbar-brand {
	font-size: 12px;
	font-family: "Montserrat";
	color: #FFB43C;
	font-weight: 600
}
nav.navbar-levidio .nav-link {
	font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat";
	color: rgba(255, 255, 255, 0.8)
}
nav.navbar-levidio .nav-link:hover {
	cursor: pointer
}
nav.navbar-levidio .nav-link .nav-icon {
	margin-right: 5px
}
nav.navbar-levidio .nav-link .active {
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: lime;
	position: relative;
	margin-left: 10px;
	top: -1px;
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 8px rgba(0, 255, 0, 0.2);
	-moz-box-shadow: 0 0 0 8px rgba(0, 255, 0, 0.2);
	-webkit-box-shadow: 0 0 0 8px rgba(0, 255, 0, 0.2);
	-o-box-shadow: 0 0 0 8px rgba(0, 255, 0, 0.2)
}
nav.navbar-levidio .nav-link .btn-get-nav {
	background-color: #FFB43C;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer
}
nav.navbar-red {
	background: rgba(46, 45, 94, 0.985);
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1)
}
nav.navbar-levidio-red {
	background: rgba(89,16,14, 0.985);
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.3)
}
nav.navbar-levidio .logo-center{
	height: 43px;
	margin: 0 auto;
}
section {
	padding: 80px 0
}
section.sm {
	padding: 50px 0
}
section.md {
	padding: 65px 0
}
section.space-top {
	padding-top: 100px
}
section.space-bottom {
	padding-bottom: 100px
}
section.full-top {
	padding-top: 0
}
footer {
	padding: 20px 0;
	background-color: #202635
}
footer img {
	margin-right: 10px
}
img {
	max-width: 100%
}
.link{
	cursor: pointer;
}
.soft {
	opacity: .6
}
.soft-md {
	opacity: .8
}
.rel {
	position: relative
}
.bg-white {
	background-color: #fff !important
}
.bg-softwhite {
	background-color: #FAFAFA !important
}
.bg-medwhite {
	background-color: #EAEBEC !important
}
.bg-blue {
	background-color: #0B3789!important;
	color: #fff
}
.bg-dark{
	background-color: #202635!important;
}
.bg-mint{
	background-color: #7DC383!important;
	color: #2D2D2D;
}
.bg-orange {
	background-color: #FFB43C !important;
	color: #2D2D2D
}
.bg-midnight {
	background-color: #202635 !important;
	color: rgba(255, 255, 255, 0.8)
}
.bg-red-img {
    color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(rgba(175, 33, 49, 0.95), rgba(175, 33, 49, 0.95)), url("../img/bg/bg-buy.jpg") center center no-repeat;
    background-size: cover
}
.bg-blue-img {
    color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(rgba(46, 45, 94, 0.95), rgba(46, 45, 94, 0.95)), url("../img/bg/bg-buy.jpg") center center no-repeat;
    background-size: cover
}
.bg-blue-img2 {
    color: rgba(255, 255, 255, 0.95);
	background: linear-gradient(rgba(11, 55, 137, 0.9), rgba(11, 55, 137, 0.9)), url("../img/bg/bg-step.jpg");
	background-size: cover
}
.bg-red-blue{
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-ecover.jpg") center center no-repeat;
	background-size: cover
}
.shadow {
	box-shadow: inset 0 15px 100px -15px rgba(11, 55, 137, 0.05), inset 0 15px 100px -15px rgba(11, 55, 137, 0.05);
	-moz-box-shadow: inset 0 15px 100px -15px rgba(11, 55, 137, 0.05), inset 0 15px 100px -15px rgba(11, 55, 137, 0.05);
	-webkit-box-shadow: inset 0 15px 100px -15px rgba(11, 55, 137, 0.05), inset 0 15px 100px -15px rgba(11, 55, 137, 0.05);
	-o-box-shadow: inset 0 15px 100px -15px rgba(11, 55, 137, 0.05), inset 0 15px 100px -15px rgba(11, 55, 137, 0.05)
}
.btn-get {
	background-color: #FFB43C;
	color: #2D2D2D;
	font-size: 20px;
	padding: 20px;
	font-weight: 700;
	border: 0;
	box-shadow: inset 0 -10px 0px -5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -10px 0px -5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -10px 0px -5px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -10px 0px -5px rgba(0, 0, 0, 0.15);
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.btn-get:hover {
	cursor: pointer;
	background-color: #faa51c;
	transform: translateY(3px);
	box-shadow: inset 0 -10px 0px -9px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -10px 0px -9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -10px 0px -9px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -10px 0px -9px rgba(0, 0, 0, 0.15);
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease
}
.btn-get.btn-get-blue {
	background-color: #6EB6FF;
	color: #FFF;
}
.btn-get.btn-get-blue:hover {
	background-color: #7098DA;
}
.btn-get .logo-btn {
	height: 30px
}
.btn-blue {
	color: #fff;
	font-weight: 400;
	padding: 20px 30px;
	letter-spacing: 0.05em;
	background-color: #0B3789;
	font-family: "Montserrat";
	font-size: 13px;
	box-shadow: 0 30px 60px rgba(11, 55, 137, 0.3);
	-moz-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.3);
	-webkit-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.3);
	-o-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.3)
}
.btn-blue:hover {
	cursor: pointer;
	box-shadow: 0 30px 60px rgba(11, 55, 137, 0.4);
	-moz-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.4);
	-webkit-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.4);
	-o-box-shadow: 0 30px 60px rgba(11, 55, 137, 0.4)
}
.input-btn-lg{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
.input-lg{
	padding: 12px;
}
.video {
	height: 0;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 56.25%;
	overflow: hidden
}
.video iframe {
	background: #AF2131;
	position: absolute;
	top: 0;
	left: 0;
	border: 0 !important;
	width: 100%;
	height: 100%
}
.title {
	margin-bottom: 50px
}
.title.title-xs {
	margin-bottom: 20px
}
.title.title-sm {
	margin-bottom: 30px
}
.title.title-md {
	margin-bottom: 40px
}
.title.title-lg {
	margin-bottom: 100px
}
.card {
	border: 0;
	position: relative;
	margin-bottom: 20px
}
.card .card-header {
	padding: 15px;
	font-size: 13px;
	border-bottom: 0;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(11, 55, 137, 0.07);
	-moz-box-shadow: 0 15px 30px rgba(11, 55, 137, 0.07);
	-webkit-box-shadow: 0 15px 30px rgba(11, 55, 137, 0.07);
	-o-box-shadow: 0 15px 30px rgba(11, 55, 137, 0.07)
}
.card .card-img.img-top img {
	height: 130px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 130px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}
.card .card-img.img-fb-cover img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 220px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.card .card-content {
	padding: 15px;
	position: relative
}
.card .card-content.lg {
	padding: 25px
}
.card .card-content.no-padding {
	padding: 0
}
.card .card-number {
	font-size: 18px;
	padding: 8px 10px;
	background-color: #FFB43C;
	color: #2D2D2D;
	display: inline-block;
	top: -30px;
	position: absolute;
	font-family: "Montserrat";
	font-weight: 700
}
.card .card-fb-avatar {
	font-size: 18px;
	padding: 0px;
	color: #2D2D2D;
	display: inline-block;
	top: -70px;
	position: absolute;
	font-family: "Montserrat";
	font-weight: 700
}
.card .card-fb-avatar img {
	object-fit: cover;
	object-position: center;
	width: 100px;
	height: 100px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.card.multiple {
	margin-bottom: 50px;
	box-shadow: 0 20px 50px rgba(11, 55, 137, 0.2);
	-moz-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.2);
	-webkit-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.2);
	-o-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.2)
}
.card.multiple:before {
	content: '';
	width: 80%;
	height: 12px;
	bottom: -12px;
	left: 50%;
	margin-left: -40%;
	position: absolute;
	opacity: .7;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 25px 30px rgba(11, 55, 137, 0.1);
	-moz-box-shadow: 0 25px 30px rgba(11, 55, 137, 0.1);
	-webkit-box-shadow: 0 25px 30px rgba(11, 55, 137, 0.1);
	-o-box-shadow: 0 25px 30px rgba(11, 55, 137, 0.1)
}
.card.soft-shadow {
	box-shadow: 0 20px 50px rgba(11, 55, 137, 0.06);
	-moz-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.06);
	-webkit-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.06);
	-o-box-shadow: 0 20px 50px rgba(11, 55, 137, 0.06)
}
.card.lg-shadow {
	box-shadow: 0 20px 100px rgba(11, 55, 137, 0.18);
	-moz-box-shadow: 0 20px 100px rgba(11, 55, 137, 0.18);
	-webkit-box-shadow: 0 20px 100px rgba(11, 55, 137, 0.18);
	-o-box-shadow: 0 20px 100px rgba(11, 55, 137, 0.18)
}
.img-intro {
	position: absolute;
	top: -100px;
	bottom: -100px;
	width: 100%;
	box-shadow: 0 30px 80px rgba(11, 55, 137, 0.4);
	-moz-box-shadow: 0 30px 80px rgba(11, 55, 137, 0.4);
	-webkit-box-shadow: 0 30px 80px rgba(11, 55, 137, 0.4);
	-o-box-shadow: 0 30px 80px rgba(11, 55, 137, 0.4)
}
.img-intro.left {
	left: -50px
}
.img-intro.right {
	right: -50px
}
.img-intro.top {
	bottom: 0
}
.img-intro.bottom {
	bottom: -120px
}
.img-intro img {
	height: 100%;
	object-fit: cover;
	object-position: center
}
.divider {
	height: 50px
}
.divider-sm {
	height: 30px
}
.divider-lg {
	height: 80px
}
hr.lg {
	margin: 50px 0
}
.cookies{
	position: fixed;
	bottom: 5px;
	left: 5px;
	background-color: #2D2D2D;
	border-radius: 3px;
	padding: 5px 5px 5px 10px;
	color: #CCC;
}
.countdown-wrap {
	background-color: #FFB43C;
	color: #2D2D2D;
	font-size: 16px;
	padding: 30px;
	font-weight: 700;
	box-shadow: 0 30px 60px rgba(255, 180, 60, 0.3);
	-moz-box-shadow: 0 30px 60px rgba(255, 180, 60, 0.3);
	-webkit-box-shadow: 0 30px 60px rgba(255, 180, 60, 0.3);
	-o-box-shadow: 0 30px 60px rgba(255, 180, 60, 0.3)
}
.full-preview {
	padding: 40px 20px;
	color: #fff;
	background: linear-gradient(rgba(175, 33, 49, 0.9), rgba(175, 33, 49, 0.9)), url("../img/bg/bg-buy.jpg") center center no-repeat;
	background-size: cover
}
.hover-zoom{
	transition: transform .3s;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
}
.hover-zoom:hover{
	transform: scale(1.05)
}

.hover-text-orange{
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.hover-text-orange:hover{
	color: #FFB43C;
}
#get {
	background: #EAEBEC url("../img/bg/bg-get.jpg") bottom center no-repeat;
	background-size: cover
}
#steps {
	color: #fff;
	background: linear-gradient(rgba(11, 55, 137, 0.9), rgba(11, 55, 137, 0.9)), url("../img/bg/bg-step.jpg");
	background-size: cover
}
#steps .step{
	position: relative;
	text-align: center;
	background-color: #AF2131;
	border-radius: 5px;
	padding: 20px 30px;;
	padding-top: 130px;
}
#steps .step p{
	line-height: 1.5em;
}
#steps .step .step-img{
	position: absolute;
	top: -150px;
	width: 300px;
	height: 300px;
	margin-left: -150px;
	left: 50%;
}
#era{
	background-color: #0B3789;
	padding: 30px;
}

#problem {
	color: #777;
	background: #EAEBEC url("../img/bg/bg-problem.jpg") center center no-repeat;
	background-size: cover
}
#howto {
	color: #777;
	background: #EAEBEC url("../img/bg/bg-how.jpg") center center no-repeat;
	background-size: cover
}
#ecover {
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-ecover.jpg") center center no-repeat;
	background-size: cover
}
#ecover .benefits li {
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7em;
	font-size: 15px;
	margin-bottom: 20px;
	list-style-type: none
}
#ecover .benefits li:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 4px solid #FFB43C;
	position: absolute;
	left: -40px;
	top: 7px;
	box-shadow: 0 0 0px 15px rgba(255, 180, 60, 0.1);
	-moz-box-shadow: 0 0 0px 15px rgba(255, 180, 60, 0.1);
	-webkit-box-shadow: 0 0 0px 15px rgba(255, 180, 60, 0.1);
	-o-box-shadow: 0 0 0px 15px rgba(255, 180, 60, 0.1)
}
#challenge {
	padding-bottom: 0
}
#challenge .challenge-video {
	position: relative;
	top: -130px;
	margin-bottom: -70px;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75))
}
#challenge .challenge-video a img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: top;
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	box-shadow: 0 20px 100px rgba(175, 33, 49, 0.3);
	-moz-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.3);
	-webkit-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.3);
	-o-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.3);
}
#challenge .challenge-video a img:hover {
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	box-shadow: 0 20px 100px rgba(175, 33, 49, 0.5);
	-moz-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.5);
	-webkit-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.5);
	-o-box-shadow: 0 20px 100px rgba(175, 33, 49, 0.5)
}
#challenge .challenge-video a:hover {
	opacity: 1;
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out
}
#challenge .challenge-video:before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -21px;
	animation: blink 1s linear infinite;
	pointer-events: none;
	background: transparent url("../img/icons/play.png")
}
#testimonial, #member-testi {
	background: #EAEBEC url("../img/bg/bg-testi.jpg") center center no-repeat;
	background-size: cover
}
#testimonial .testimonial-name, #member-testi .testimonial-name {
	display: block
}
#testimonial .testimonial-photo, #member-testi .testimonial-photo {
	height: 45px;
	width: 45px;
	object-fit: cover;
	object-position: center
}
#testimonial .testi-vid, #member-testi .testi-vid {
	position: relative;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75))
}
#testimonial .testi-vid a, #testimonial .testi-vid:hover, #member-testi .testi-vid a, #member-testi .testi-vid:hover {
	opacity: 1
}
#testimonial .testi-vid img, #member-testi .testi-vid img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 260px;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in
}
#testimonial .testi-vid img:hover, #member-testi .testi-vid img:hover {
	opacity: .1;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in
}
#testimonial .testi-vid:before, #member-testi .testi-vid:before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -21px;
	animation: blink 1s linear infinite;
	background: transparent url("../img/icons/play.png")
}
#testimonial .testi-vid:hover:before, #member-testi .testi-vid:hover:before {
	opacity: 1;
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out
}
#member-testi {
	background: #fff !important
}
#reason {
	background: #AF2131 url("../img/bg/bg-reason.jpg") center center no-repeat;
	background-size: cover;
	color: #fff
}
#reason .reason {
	color: #777;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 50px
}
#reason .reason .reason-content {
	padding: 50px 0
}
#oto-reasons .reason{
	position: relative;
	background-color: #FFFFFF;
	padding: 35px;
	box-shadow: 0 20px 50px rgba(0,0,0,.08);
	-moz-box-shadow: 0 20px 50px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 20px 50px rgba(0,0,0,.08);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 40px;
}
#oto-reasons .reason .reason-number{
	position: absolute;
	top: 30px;
	color: #FFB43C;
	left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background-color: #AF2131;
	box-shadow: 0 0 50px rgba(175,33,49,.5);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#oto-reasons .reason .reason-img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin-bottom: 30px;
	margin-top: -60px;
	box-shadow: 0 15px 50px rgba(175, 33, 49, 0.2);
	-moz-box-shadow: 0 15px 50px rgba(175, 33, 49, 0.2);
	-webkit-box-shadow: 0 15px 50px rgba(175, 33, 49, 0.2);
	-o-box-shadow: 0 15px 50px rgba(175, 33, 49, 0.2)
}

#reason .reason .reason-img {
	position: absolute;
	width: 90%;
	top: -15px;
	height: 115%;
	right: 12px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0 100px rgba(175, 33, 49, 0.5);
	-moz-box-shadow: 0 0 100px rgba(175, 33, 49, 0.5);
	-webkit-box-shadow: 0 0 100px rgba(175, 33, 49, 0.5);
	-o-box-shadow: 0 0 100px rgba(175, 33, 49, 0.5)
}
#reason .reason .reason-img.img-left {
	left: 12px
}
#investment {
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-investment.jpg") center center no-repeat;
	background-size: cover
}
#investment .title-block {
	background-color: #AF2131;
	padding: 40px 20px;
	position: relative;
	top: -60px;
	margin-bottom: -30px;
	box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3)
}
#investment .description {
	margin-top: -40px
}
#buy {
	color: #fff;
	background: linear-gradient(rgba(175, 33, 49, 0.9), rgba(175, 33, 49, 0.9)), url("../img/bg/bg-buy.jpg") center center no-repeat;
	background-size: cover
}
#buy .pricing {
	margin-bottom: 20px;
	padding: 50px 25px 30px;
	background-color: rgba(255, 255, 255, 0.8)
}
#buy .pricing .price {
	margin-bottom: 30px
}
#buy .pricing .price h1 {
	letter-spacing: -1px;
	font-size: 54px !important
}
#buy .pricing .price h1 sub {
	bottom: 0;
	letter-spacing: 0;
	font-size: 14px !important
}
#buy .pricing .price h1 sub.left {
	right: 7px
}
#buy .pricing .price h1 sub.right {
	left: -3px
}
#buy .pricing ul.whatyouget {
	margin-top: 40px
}
#buy .pricing ul.whatyouget li {
	color: #2D2D2D;
	font-size: 15px;
	background: url("../img/icons/check-2.png") no-repeat left top;
	padding: 0px 0px 0px 35px;
	list-style: none;
	font-weight: 600;
	margin-bottom: 20px
}
#buy .option {
	position: relative;
	color: #2D2D2D;
	font-weight: 600;
	line-height: 1.3em;
	padding: 10px 20px 10px 30px;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid transparent;
	margin-bottom: 5px;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease
}
#buy .option:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease
}
#buy .option .option-img {
	left: 2px;
	top: 12px;
	position: absolute;
	width: 20px
}
#infographic img.svg {
	height: 60px;
	margin-bottom: 20px;
}
#helps {
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-investment.jpg") center center no-repeat;
	background-size: cover
}
#helps.bg-white{
	background-image: none;
	background-color: #fff!important;
}
#helps.bg-white .help{
	padding: 25px;
}
#helps .help {
	position: relative;
	padding: 50px;
	color: #777;
	font-size: 15px;
	line-height: 1.4em;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 30px;
	box-shadow: 0 8px 50px rgba(28, 38, 47, 0.1);
	-moz-box-shadow: 0 8px 50px rgba(28, 38, 47, 0.1);
	-webkit-box-shadow: 0 8px 50px rgba(28, 38, 47, 0.1);
	-o-box-shadow: 0 8px 50px rgba(28, 38, 47, 0.1);
}
#helps .help .svg {
	height: 60px;
	margin-bottom: 30px;
}
#helps .help:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	background-color: rgba(46, 45, 94, 0.985);
	width: 30px;
	height: 4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#benefits .benefit {
	color: rgba(255, 255, 255, 0.75);
	background-size: cover;
	margin-bottom: 10px;
	background: linear-gradient(to bottom, rgba(175, 33, 49, 0.75) 10%, #0b3789), url("../img/bg/levidio.jpg") center center no-repeat;
	box-shadow: 0 20px 50px 0 rgba(45, 45, 45, 0.4);
	-moz-box-shadow: 0 20px 50px 0 rgba(45, 45, 45, 0.4);
	-webkit-box-shadow: 0 20px 50px 0 rgba(45, 45, 45, 0.4);
	-o-box-shadow: 0 20px 50px 0 rgba(45, 45, 45, 0.4)
}
#benefits .benefit .benefit-img {
	padding: 60px 20px 30px;
	text-align: center;
}
#benefits .benefit .benefit-img img{
	height: 100px;
}
#benefits .benefit .benefit-img .ecover{
	margin-left: -20px;
}
#benefits .benefit .benefit-img .support{
	margin-right: -20px;
}
#benefits .benefit .benefit-content {
	padding: 30px
}
#benefits .benefit.tutorial {
	background: linear-gradient(to bottom, rgba(175, 33, 49, 0.75) 10%, #0b3789), url("../img/bg/tutorial.jpg") center center no-repeat !important
}
#benefits .benefit.support {
	background: linear-gradient(to bottom, rgba(175, 33, 49, 0.75) 10%, #0b3789), url("../img/bg/support.jpg") center center no-repeat !important
}
#steps.bg-gradient-red {
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-ecover.jpg") center center no-repeat;
	background-size: cover;
}
.bg-gradient-red {
	color: #fff;
	background: #EAEBEC url("../img/bg/bg-ecover.jpg") center center no-repeat;
	background-size: cover;
}
#steps .title-block {
	background-color: #AF2131;
	padding: 40px 20px;
	margin-top: 55px;
	box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3)
}
#ironclad {
	color: #fff;
	background-color: #202635;
}
#ironclad .title-block {
	background-color: #AF2131;
	padding: 40px 20px;
	position: relative;
	top: -20px;
	margin-bottom: -30px;
	box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 36px 109px 0px rgba(0, 0, 0, 0.3)
}
#ironclad .description {
	margin-top: -40px
}
#faq {
	background-color: #2E2D5E
}
#faq .faq-img img {
	margin-top: 30px;
	width: 40px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
#faq .faq {
	padding: 30px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 0, 0, 0.4)
}
#comments {
	background-color: #2E2D5E
}
#comments img {
	width: 450px;
	max-width: 98%;
	margin: 15px auto;
	box-shadow: 0 20px 55px rgba(32, 38, 53, 0.5);
	-moz-box-shadow: 0 20px 55px rgba(32, 38, 53, 0.5);
	-webkit-box-shadow: 0 20px 55px rgba(32, 38, 53, 0.5);
	-o-box-shadow: 0 20px 55px rgba(32, 38, 53, 0.5)
}
#comments .comment-wrapper {
	background-color: #fff;
	padding: 20px
}
.ig-stories {
	height: 346px!important;
}
.ig-stories.big {
	height: 430px!important;
}
.ig-mockups {
	margin-bottom: -230px!important;
}
.ig-mockups img.ig-mockup {
	margin-left: 50px;
	height: 500px;
}
.module-ig {
	margin-left: 50px;
	position: relative;
	top: -410px!important;
	left: -1px!important;
	width: 283px!important;
}
.module-ig img {
	width: 306px!important;
	height: 267px!important;
}
.module .module-title {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(45, 45, 45, 0.1)
}
.module .module-title.red {
    color: #fff;
    padding: 20px;
    background-color: rgba(175, 33, 49, 0.9);

}
.module .module-number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
	font-size: 19px;
	font-weight: 800;
	color: #FFB43C;
	font-family: "Montserrat";
	text-align: center;
	background-color: #AF2131
}
.module .module-img {
	position: relative;
	margin-bottom: 15px !important;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75))
}
.module .module-img a, .module .module-img:hover {
	opacity: 1
}
.module .module-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in
}
.module .module-img img:hover {
	opacity: .1;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in
}
.module .module-img.module-vid img {
	height: 220px;
}
.module .module-img.module-vid-lg img {
	height: 330px!important;
}
.module .module-img.img-sm img {
	height: 100px
}
.module .module-img:before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -21px;
	animation: blink 1s linear infinite;
	background: transparent url("../img/icons/play.png")
}
.module .module-img:hover:before {
	opacity: 1;
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out
}
.module .module-img.full:before {
	opacity: 0
}
.module .module-img.full img {
	height: auto
}
.module .module-img.full img:hover {
	opacity: 1
}
.module .module-img.full:hover:before {
	opacity: 0;
	transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out
}
.module .module-img.full.module-video:before {
	opacity: 1
}
.module .module-img.full.module-video img:hover {
	opacity: .1
}
.module .module-preview img {
	height: 200px
}
.module .module-preview.shorter img {
	height: 130px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.module .module-preview.module-vid-thumb img{
	height: 220px;
	object-fit: cover;
	object-position: center;
}
.module .module-preview.longer img {
	height: 330px!important;
}
.module .module-preview.longer .mini-pref {
	width: 100%;
	height: 330px!important;
	object-fit: cover;
	background-position: top;
}
.module .module-wrap{
	background-color: #fff;
	border-radius: 5px;
	padding: 50px 30px 10px;
	margin-bottom: 30px;
	box-shadow: 0 20px 35px rgba(0,0,0,.05);
}
.module .module-wrap.module-wrap-sm{
	padding: 10px;
}
.module .module-explainer{
	background-color: #0B3789;
	padding: 20px;
	border-radius: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.module .module-explainer.platinum{
	background-color: #59100E;
}
.module .module-explainer img{
	box-shadow: 0 15px 30px rgba(0,0,0,.4);
}
.bg-gradient{
	background: -webkit-linear-gradient(top left, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75));
	background: -o-linear-gradient(top left, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75));
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75));
}
.bg-gradient .img-preview{
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}
.bg-gradient .img-preview:hover{
	cursor: pointer;
	opacity: .1;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}
.radius{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.with-play:after{
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -21px;
	pointer-events: none;
	animation: blink 1s linear infinite;
	background: transparent url("../img/icons/play.png")
}
.with-play.hide-play:after{
	display: none;
}
.mobile-view-sm.with-play:after{
	top: 55%;
	background: transparent url("../img/icons/play.png")no-repeat center center;
	background-size: 75%;
}

.phone{
	display: block;
	margin-bottom: 20px;
}
.phone .phone-screen{
	position: relative;
	padding: 0 10px;
	height: 350px;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75));
}
.phone.phone-sm .phone-screen{
	padding: 0 5px!important;
	height: 200px;
}
.phone .phone-screen .story-user{
	position: absolute;
	left: 15px;
	top: 5px;
}
.phone .phone-screen .ig-story-thumb{
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.phone .phone-screen:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 350px;
	left: -5px;
	background: url('../img/phone-body-left.png')no-repeat;
}
.phone .phone-screen:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 350px;
	right: 0;
	top:0;
	background: url('../img/phone-body-right.png');
}
.phone:after{
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -21px;
	pointer-events: none;
	animation: blink 1s linear infinite;
	background: transparent url("../img/icons/play.png")
}
.phone.hide-play:after{
	display: none;
}
.phone .img-video{
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}
.phone .img-video:hover{
	cursor: pointer;
	opacity: .1;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}
.phone.phone-sm .phone-screen .ig-story-thumb{
	height: 200px;
}
.phone.phone-sm .phone-screen:before{
	height: 200px;
	left: 0;
	width: 7px;
	background-image: none;
	background-color: #070808;
}
.phone.phone-sm .phone-screen:after{
	height: 200px;
	right: 0;
	width: 7px;
	background-image: none;
	background-color: #070808;
}

.fb-wrap{
	position: relative;
	margin-bottom: 50px;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75));
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fb-wrap.fb-lg{
	background: #fff!important;
}
.fb-wrap.fb-lg .fb-profile{
	width: 156px;
	height: 156px;
}
.fb-wrap.fb-lg .fb-profile img{
	width: 150px;
	height: 150px;
}
.fb-wrap.fb-lg .fb-cover-video{
	height: 405px;
	width: 100%;
}

.mobile-view{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 15px 35px rgba(0,0,0,.07);
	-moz-box-shadow: 0 15px 35px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 15px 35px rgba(0,0,0,.07);
	margin-bottom: 30px;
}
.mobile-view .mobile-header{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mobile-view .mobile-footer{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mobile-view .mobile-footer.fb{
	margin-top: -12px;
}
.fb-wrap.cover-video:after{
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	pointer-events: none;
	margin-left: -21px;
	animation: blink 1s linear infinite;
	background: transparent url("../img/icons/play.png")
}
.fb-wrap .fb-cover-img{
	position: relative;
	height: 180px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	box-shadow: 0 10px 35px rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 35px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.2);
}
.fb-wrap .fb-cover-img:hover{
	opacity: .3;
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}
.fb-wrap .fb-profile{
	width: 86px;
	height: 86px;
	position: absolute;
	bottom: -15px;
	left: 20px;
	padding: 3px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -10px 0 30px rgba(0,0,0,.2);
}
.fb-wrap .fb-profile img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
}
.fb-wrap .fb-name{
	position: absolute;
	left: 125px;
	bottom: 8px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.fb-wrap.fb-wrap-sm{
	background: transparent;
}
.fb-wrap.fb-wrap-sm .fb-cover-img{
	height: 110px;
	margin-top: -2px;
}
.fb-wrap.fb-wrap-sm .fb-profile{
	width: 54px;
	height: 54px;
	padding: 2px;
	left: 15px;
}
.fb-wrap.fb-wrap-sm .fb-profile img{
	width: 50px;
	height: 50px;
}
.ig-video, .ig-video-thumb{
	width: 100%;
	height: 300px;
}
.ig-video{
	margin-bottom: -5px;
}
.ig-video-thumb.ig-video-thumb-sm{
	width: 100%;
	height: 153px;
}
.ig-video-sm{
	width: 100%;
	height: 153px;
	margin-bottom: -7px;
}
.ig-video-thumb{
	object-position: center;
	object-fit: cover;
}
.ig-story{
	width: 100%;
	height: 350px;
}
.ig-story-sm{
	width: 100%;
	height: 200px;
}

.download-img{
	height: 25px;
}
.launch-date{
	margin-bottom: 20px
}

/* Tabs */
.nav-tabs{
	border-bottom: 0;
}
.nav-tabs .nav-link{
	font-weight: bold;
	color: #fff;
	padding: 15px 30px;
}
.nav-tabs .nav-link.active{
	color: #AF2131!important;
}
.nav-tabs .nav-link:hover{
	background-color: rgba(255,255,255,.2);
	color: #eee;
}
.tab-content{
	background-color: #fff;
	color: #5d5d5d;
	padding: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

#funnels .funnel{
	position: relative;
	width: 250px;
	height: 250px;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-family: 'Montserrat';
	line-height: 1.2em;
}
#funnels .funnel.funnel-1{
	background: url('../img/funnel-1.svg')no-repeat center center;
}
#funnels .funnel.funnel-2{
	background: url('../img/funnel-2.svg')no-repeat center center;
}
#funnels .funnel.funnel-3{
	background: url('../img/funnel-3.svg')no-repeat;
}
#funnels .funnel.funnel-4{
	background: url('../img/funnel-downsell.svg')no-repeat;
}
#funnels .funnel.funnel-2:before, #funnels .funnel.funnel-2:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 65px;
	height: 50px;
	margin-top: -25px;
}
#funnels .funnel.funnel-2:before{
	left: -75px;
	background: url('../img/funnel-arrow.png')no-repeat center;
	background-size: 60%;
}
#funnels .funnel.funnel-2:after{
	right: -75px;
	background: url('../img/funnel-arrow.png')no-repeat center;
	background-size: 60%;
}
#funnels .funnel.funnel-4:before{
	content: '';
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 65px;
	background: url('../img/funnel-arrow-down.png')no-repeat center;
	background-size: 100%;
}
#funnels .funnel .funnel-content{
	display: table-cell;
	vertical-align: middle;
}
#funnels .funnel .funnel-price{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
#funnels .funnel-name{
	padding: 10px 15px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 20px 0;
	font-weight: bold;
}

#levidio-personal-branding-early header #header-content{
	padding-top: 100px;
}

#levidio-personal-branding-platinum header{
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(175, 33, 49, 0.95), rgba(89,16,14, 0.95)), url("../img/bg/bg-buy.jpg") center center no-repeat;
	background-size: cover
}

#levidio-personal-branding-download header {
	min-height: 100vh;
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, rgba(175, 33, 49, 0.75), rgba(11, 55, 137, 0.75)), url("../img/bg/bg-header.jpg") center center no-repeat fixed;
	background-size: cover
}
#levidio-personal-branding-download header .active {
	background-color: #FFB43C;
	margin-right: 10px;
	animation: none;
	box-shadow: 0 0 0 8px rgba(255, 180, 60, 0.2);
	-moz-box-shadow: 0 0 0 8px rgba(255, 180, 60, 0.2);
	-webkit-box-shadow: 0 0 0 8px rgba(255, 180, 60, 0.2);
	-o-box-shadow: 0 0 0 8px rgba(255, 180, 60, 0.2)
}
#levidio-personal-branding-download #download {
	padding-bottom: 0
}

#levidio-personal-branding-download #upgrade{
	margin-top: 40px;
	margin-bottom: -40px;
	background: rgba(46, 45, 94, 0.9);
	padding: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#levidio-personal-branding-download #header-content ul.features {
	margin-left: -40px;
}
#levidio-personal-branding-download #header-content ul.features li{
	margin-bottom: 10px;
}

#levidio-personal-branding-download #download .download-wrapper {
	padding: 60px 40px;
	background: rgba(32, 38, 53, 0.8)
}
#levidio-personal-branding-download #download .download-wrapper .btn-get {
	font-size: 15px;
	text-align: left;
	padding-left: 60px;
	position: relative
}
#levidio-personal-branding-download .btn-get.no-download {
	font-size: 16px;
	padding-left: 15px;
}
#levidio-personal-branding-download #download .download-wrapper .btn-get.no-download:before {
	background: transparent
}
#levidio-personal-branding-download #download .download-wrapper .btn-get:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	background: transparent url("../img/download.png");
	background-size: 20px 20px
}
#levidio-personal-branding-download #download .download-wrapper .btn-get.bonus:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	background: transparent url("../img/download-2.png");
	background-size: 20px 20px
}
#levidio-personal-branding-download #download .download-wrapper .btn-get.bonus {
	background-color: lime;
	margin-bottom: 10px
}
#levidio-personal-branding-download #download .download-wrapper .btn-get.tutorial {
	margin-bottom: 10px
}
#levidio-personal-branding-download #download .download-wrapper .download-bonus {
	padding: 60px 0px;
	background-color: rgba(175, 33, 49, 0.5)
}
#levidio-personal-branding-download #download .download-wrapper .download-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

#levidio-personal-branding-bonus .container{
    width: 1200px;
    max-width: 100%;
}
#levidio-personal-branding-bonus section{
	    background-color: #F0F0F0;
	    padding: 80px 60px
}
#levidio-personal-branding-bonus section.sm{
    padding: 50px 60px
}
#levidio-personal-branding-bonus footer{
	padding: 20px 60px;
}

#levidio-personal-branding-bonus section.md {
	padding: 65px 60px
}
#levidio-personal-branding-bonus #claim{
	background-color: #2E2D5E
}

#levidio-personal-branding-bonus #claim .step-number {
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.4)
}

#levidio-personal-branding-bonus #claim .step {
	padding: 30px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 0, 0, 0.4)
}

#levidio-personal-branding-early #invites .invite {
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 60px 50px 50px;
	z-index: 1;
	-webkit-border-radius: 5px;
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}
/* #levidio-personal-branding-early #invites .invite::before {
	content: '';
	position: absolute;
	left: -80px;
	top: -80px;
	width: 500px;
	height: 500px;
	z-index: 0; */
	/* background: transparent url('../img/bg/bg-invite-subscribe.svg')no-repeat center center; */
	/* background-color: #000; */
/* } */
#levidio-personal-branding-early #invites .invite.invite-subscribe:before {
}
#levidio-personal-branding-early #invites .invite.invite-subscribe {
	box-shadow: 0 25px 50px rgba(175,33,49, 0.2);
	-moz-box-shadow: 0 25px 50px rgba(175,33,49, 0.2);
	-webkit-box-shadow: 0 25px 50px rgba(175,33,49, 0.2);
	background: url('../img/bg/bg-subscribe.svg')no-repeat bottom right;
	background-size: 60%;
}
#levidio-personal-branding-early #invites .invite.invite-affiliate {
	box-shadow: 0 25px 50px rgba(11,55,137, 0.2);
	-moz-box-shadow: 0 25px 50px rgba(11,55,137, 0.2);
	-webkit-box-shadow: 0 25px 50px rgba(11,55,137, 0.2);
	background: url('../img/bg/bg-aff.svg')no-repeat bottom right;
	background-size: 60%;
}
#levidio-personal-branding-early #invites .invite.invite-subscribe:hover {
	box-shadow: 0 40px 80px rgba(175,33,49, 0.3);
	-moz-box-shadow: 0 40px 80px rgba(175,33,49, 0.3);
	-webkit-box-shadow: 0 40px 80px rgba(175,33,49, 0.3);
}
#levidio-personal-branding-early #invites .invite.invite-affiliate:hover {
	box-shadow: 0 40px 80px rgba(11,55,137, 0.3);
	-moz-box-shadow: 0 40px 80px rgba(11,55,137, 0.3);
	-webkit-box-shadow: 0 40px 80px rgba(11,55,137, 0.3);
}
#levidio-personal-branding-early #invites .invite .number {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}


.xxs-show {
	display: none
}
@media (max-width: 768px) {
	.sm-left {
		text-align: left !important
	}
	.lg-none {
		display: none
	}
	body {
		font-size: 13px
	}
	.live-chat {
		margin-right: 20px
	}
	.img-intro {
		position: relative;
		height: 300px;
		top: 0px;
		bottom: 0px
	}
	.img-intro img {
		width: 100%;
		object-position: top
	}
	.img-intro.left {
		left: 0
	}
	.img-intro.right {
		right: 0
	}
	.img-intro.top {
		bottom: 0
	}
	.img-intro.bottom {
		bottom: 0
	}
	.img-intro.space-bottom {
		margin-bottom: 30px
	}
	.challenge-video {
		top: 0 !important
	}
}
@media (max-width: 630px) {
	.profile-contact {
		position: relative !important;
		margin-top: 25px;
		margin-bottom: -50px;
		top: 0 !important;
		right: 0;
		padding: 30px !important;
		width: 100%;
		border-radius: 0 !important
	}
}
@media (max-width: 575px) {
	.xs-left {
		text-align: left !important
	}
	.xs-center {
		padding-top: 3px;
		text-align: center !important
	}
	.xs-none {
		display: none
	}
	nav {
		margin-top: -1px
	}
	.school {
		margin-bottom: 15px
	}
	.school.right {
		margin-left: 15px
	}
	.school.left {
		text-align: left !important;
		margin-right: 15px
	}
	.portfolio-wrapper .pl-5 {
		padding-left: 15px !important
	}
	.says {
		margin-top: 20px
	}
	.step-img {
		margin-top: 50px
	}
	.step-img.top {
		margin-top: 0
	}
	.reason-content {
		padding: 20px !important
	}
	.reason-content.icon.top {
		padding-top: 30px !important;
		padding-bottom: 0 !important
	}
	.reason-content.icon.bottom {
		padding-top: 0 !important;
		padding-bottom: 30px !important
	}
	.reason-img {
		display: none
	}
	.btn-get {
		padding: 15px;
		font-size: 11px !important
	}
	.btn-get .logo-btn {
		height: 20px
	}
	.phone .phone-screen, .phone .phone-screen .ig-story-thumb, .ig-story, .phone .phone-screen:before, .phone .phone-screen:after{
		height: 270px;
	}
}
@media (max-width: 480px) {
	.xxs-none {
		display: none !important
	}
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 20px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 16px
	}
	h6 {
		font-size: 14px
	}
}
@media (max-width: 400px) {
	.testi-photo {
		width: 45px !important;
		height: 45px !important
	}
}
@media (max-width: 376px) {
	.xxs-none {
		display: none
	}
	.xxs-show {
		display: block
	}
	.xxs-full {
		flex: 0 0 100%;
		max-width: 100%
	}
	.xxs-clear-left {
		margin-left: 0
	}
}
/*# sourceMappingURL=styles.min.css.map */
