body {
	font-family: 'Open Sans';
	color: #000;
	background: url(../i/header.jpg) center top no-repeat; 
	background-size: 100% auto;
	overflow-x: hidden;
	min-width: 768px;
}
body.audio {
	background-image:  url(../i/header-audio.jpg);
}
a { text-decoration: underline; }
a:hover { text-decoration: none; }

.header {
	/* height: 620px; */
}
.header-audio {
	/* height: 440px; */
	/* background: url(../i/header-audio.jpg) center top; */
}
.container {
	/* width: 1000px; */
	position: relative;
}
.logo {
	width: 40vw;
	height: auto;
	margin-top: 3vw;
	display: inline-block;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo-audio {
	width: 462px;
	height: 169px;
	background: url(../i/logo-audio.png);
	margin-top: 135px;
	display: inline-block;
	margin-left: 400px;
}
.social {
	margin-top: 30px;
}
.social > a {
	margin-left: 20px;
}
.social .vk {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-vk.png) top center no-repeat;
}
.social .fb {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-fb.png) top center no-repeat;
}
.social .ig {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-ig.png) top center no-repeat;
}
.social .tw {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-tw.png) top center no-repeat;
}
.social .yt {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-yt.png) top center no-repeat;
}
.social .vk:hover {
	background: url(../i/soc-vk.png) bottom center no-repeat;
}
.social .fb:hover {
	background: url(../i/soc-fb.png) bottom center no-repeat;
}
.social .ig:hover {
	background: url(../i/soc-ig.png) bottom center no-repeat;
}
.social .tw:hover {
	background: url(../i/soc-tw.png) bottom center no-repeat;
}
.social .yt:hover {
	background: url(../i/soc-yt.png) bottom center no-repeat;
}



.ledda-img {
	width: 80px;
	height: 80px;
	background: url(../i/ledda-img.png);
	float: left;
	margin-top: 30px;
}
.ledda-text {
	width: 231px;
	height: 62px;
	background: url(../i/ledda-text.png);
	float: left;	
	margin-top: 39px;
	margin-left: 20px;
}

.heading {
	font-size: 23px;
	font-weight: 600;
	color: #878787;
	text-align: center;
	width: 40vw;
	margin: 0 auto;
	margin-top: 10px;
}

.heading-audio {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	color: #878787;
	text-align: center;
	margin-top: 10px;
	margin-left: 320px;
}
.line {
	width: 650px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: rgba(55,55,55,0.05);
}
.subheading {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	color: #878787;
	width: 40vw;
	margin: 0 auto;
	margin-top: 10px;
}

.pre-footer {
}
.pre-footer img {
	width: 100%;
	height: auto;
}


.section-form {
	margin-top: 10vw;
	overflow: hidden;
	margin-bottom: 3vw;
}
.section-form .video {
	width: 100%;
	height: 424px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin-right: 20px;
	float: left;
	border: 2px solid #ffe234;
	margin-bottom: 20px;
}
.section-form .video iframe {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}
.section-form .form {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	width: 100%;
	float: left;
	position: relative;
	border: 2px solid #ffe234;
}
.section-form .form .req-text {
	font-size: 18px;
	color: #6a6a6a;
	line-height: 20px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
    padding-top: 10px;
}
.section-form .form .arrow {
	position: absolute;
	top: 210px;
	right: -100px;
	width: 85px;
	height: 112px;
	background: url(../i/arrow.png);
}

.section-form .form input {
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #ffe234;
	border-radius: 5px;
	line-height: 45px;
	height: 45px;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
}
.section-form .form p {
	margin-bottom: 10px;
	font-style: italic;
	font-weight: 400;
	color: #6a6a6a;
	font-size: 16px;
	padding-left: 15px;
}
.section-form .form button {
	height: 65px;
	border-radius: 65px;
	line-height: 65px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	display: block;
	width: 100%;
	background: #ffe234;
	border: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin-top: 25px;
}
.section-form .form button:hover {
	opacity: 0.9;
}
.section-form .form button:active {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	position: relative;
	top: 2px;
	left: 2px;
}
.section-form .yellow {
	color: #ffce08;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 15px;
}
.subtext {
	font-size: 13px;
	color: #333;
	font-style: italic;
	margin-top: 10px;
}


.section2 {
	background: url(../i/bg.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	line-height: 36px;
}


/* FOOTER */

.footer {
    height: 410px;
    background: url(../i/bg-footer.jpg) center top / cover;
    color: #fff;
}
.footer a {
	color: #fff;
}
.footer .container {
	position: relative;
	height: inherit;	
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(../i/logo-white.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */




.thanks .logo {
	margin-top: 20px;
}
.thanks .header {
	background: url(../i/header-thanks.jpg) center top; 	
	padding-top: 40px;
}
.thanks .header > div {
	padding-left: 335px;
}
.thanks .heading {
	font-size: 28px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.thanks .vertical-life {
	float: right;
	display: inline-block;
	width: 200px;
	height: 115px;
	background: url(../i/vertical-life.png);
}
.thanks .form button {
	line-height: 20px;
}
.section-stages {
	height: 850px;
	background: url(../i/bg-stages.jpg) center top no-repeat;
	overflow: hidden;
}
.section-stages .heading {
	color: #000;
	font-size: 26px;
	padding-bottom: 45px;
	position: relative;
}
.section-stages .heading:after {
	content: "";
	display: block;
	height: 4px;
	left: -20%;
	right: -20%;
	background: url(../i/heading-lines.png) center top no-repeat;
	position: absolute;
	bottom: 0;
}
.section-stages .col-xs-2 {
	padding: 0;
	width: 20%;
}
.stages .col-xs-2:nth-child(1) {
	padding-top: 180px;
}
.stages .col-xs-2:nth-child(2) {
	padding-top: 140px;
}
.stages .col-xs-2:nth-child(3) {
	padding-top: 100px;
}
.stages .col-xs-2:nth-child(4) {
	padding-top: 60px;
}
.stages .col-xs-2:nth-child(5) {
	padding-top: 20px;
}
.section-stages .stage-num {
	background: #fcef00;
	position: relative;
	margin-right: 15px;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	font-family: 'Open Sans';
	font-style: italic;
	margin-bottom: 15px;
}
.section-stages .stage-num:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 15px;
	border-color: transparent transparent transparent #fcef00;
}
.section-stages .stage-text {
	padding-left: 10px;
	font-size: 18px;
	line-height: 22px;
}
.section-stages .stage-text p {
	margin-bottom: 0;
}




.section-pdf  {
	height: 475px;
	background: url(../i/bg-pdf.jpg) center center no-repeat;
	padding-top: 45px;
	text-align: center;
}
.section-pdf .heading {
	color: #000;
	padding: 0;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 32px;
}
.section-pdf .pdf-icon {
	margin: 0 auto;
	width: 106px;
	height: 83px;
	background: url(../i/pdf-icon.png);
}
.section-pdf .btn-pdf-buy {
	width: 662px;
	background: url(../i/btn-pdf-buy.png) center top no-repeat;
	display: inline-block;
	height: 166px;
	line-height: 136px;
	font-size: 28px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.section-pdf .btn-pdf-buy:hover {
	background-position: bottom center;
}


.section-comments {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}
.section-comments .comments-icon {
	margin: 0 auto;
	width: 90px;
	height: 70px;
	background: url(../i/comments-icon.png);
}
.section-comments .heading {
	color: #000;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0;
}
.section-comments .subheading {
	color: #fff;
	padding: 15px 0px;
	font-size: 14px;
	font-weight: 600;
}
.section-comments .subheading.fb {
	background: #426baf;
}
.section-comments .subheading.vk {
	background: #577ba3;
}

.for-download-block .row + .row {
	margin-bottom: 35px;
}
.files .vertical-life {
	display: inline-block;
	width: 200px;
	height: 115px;
	background: url(../i/vertical-life.png);
	position: absolute;
	right: 0;
	top: 25px;
}

.files .for-download {
	padding-top: 25px;
	padding-bottom: 45px;
	font-size: 16px;
}
.files .btns {
	margin-top: 30px;
}
.padding-top-25 {
	padding-top: 25px;
}

.section-pdf-download {
	background: url(../i/bg-pdf-download.jpg) center top;
	height: 823px;
	margin-top: 150px;
	text-align: center;
}
.pdf-book {
	height: 684px;
	width: 724px;
	background: url(../i/pdf-book.png);
	display: inline-block;
	margin-top: -100px;
}
.btn-pdf-download {
	height: 133px;
	width: 718px;
	background: url(../i/pdf-book-btn.png) no-repeat;
	display: inline-block;
}

@media (max-width: 1199px) {
	
	.heading {
		font-size: 17px;
		font-weight: 500;
	}
	.subheading {
		font-size: 16px;
	}

}

@media (max-width: 991px) {
	
	.logo {
		width: 32vw;
	}
	.section-form .video {
		height: auto;
	}
	.section-form .video iframe {
		position: inherit;
		height: 332px;
	}
	.heading {
		font-size: 16px;
		font-weight: 500;
	}
	.subheading {
		font-size: 15px;
	}

}

@media (max-width: 767px) {

	body {
		background-size: 768px auto;
	}	
	.section-form .video {
		height: auto;
	}
	.section-form .video iframe {
		position: inherit;
		height: 390px;
	}
	.logo {
		width: 32vw;
		margin-top: 10px;
	}
	.heading {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
	}
	.subheading {
		font-size: 14px;
	}

}