/* main styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	overflow: visible;
}

.body {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	overflow:hidden;
}
.header {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	min-height: 101px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.header-placeholder {
	margin: 0 auto;
	padding: 25px 30px 0 30px;
	width: 1060px;
}

.header-placeholder:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 100%;
}
.header-placeholder:before {
	/* background: url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png') 0 0; logo */
	background: url('/live/oe_/https://cybersecuritycourse.co/img/new_heimdal_logo.svg') center center no-repeat; /*logo*/
	content: '';
	float: left;
	height: 50px;
	width: 150px;
}
.header-nav {
	font-weight:500;
}

.header-nav li {
	display: inline-block;
	padding: 0 0 0 25px;
	vertical-align: middle;
}
.header-nav li:first-child {
	padding-left: 50px;
}

.header-nav-item {
	color: #004c7f;
	text-decoration: none;
}

.header-nav-item:hover {
	text-decoration: underline;
}

.header-nav-item.active {
	color: #666666;
}
.header-nav-button {
	background: #e93848;
	color: #f5f5f5;
	display: inline-block;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 40px;
	position: relative;
	float: right;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.header-nav-button:hover {
	background: #ff0000;
}
.header:after {
	background: url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png') center -256px no-repeat;
	bottom: -40px;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.header-form {
	display: inline-block;
}
.header-input {
	height:36px;
	width: 186px;
	background-color: #f7f7f7;
	color: #666666;
	border: 1px solid #dddddd;
	padding-left:20px;
	padding-right:20px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.mobile-form {
		display: none !important;
	}
.banner {
	margin: 0 auto;
	margin-top: 101px;

	text-align: center;
	width:100%;
	background-color:#5ab5ff;
	color:#fff;
}
.banner {
	background: url('/live/oe_/https://cybersecuritycourse.co/img/banner-background.png');
	min-height: 610px;
	margin-top: 101px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.banner-title {
	font-size: 96px;
	font-weight: 900;
	line-height: 94px;
	padding: 100px 20%;
}
.banner-subtitle {
	font-size:21px;
	width:100%;
	margin:0 auto;
	font-weight:900;
	line-height:30px;
}
.banner-description {
	width:40%;
	margin:0 auto;
	font-size:16px;
	padding-top:25px;
	padding-bottom:25px;
	line-height:25px;
	color:#cccccc;
}
.banner-description span {
	font-weight:700;
	color:#FFFFFF;
}
.banner-subscription {
	width:100%;
	margin:0 auto;
}
.banner-form {
	display: inline-block;
	margin-bottom:20px;
}
.banner-subscription p {
	color:#cccccc;
	padding-bottom:70px;
}
.banner-input {
	height:48px;
	width: 372px;
	background-color: #f7f7f7;
	color: #666666;
	border:none;
	padding-left:20px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.banner-button {
	background: #e93848;
	color: #f5f5f5;
	display: inline-block;
	padding: 15px 18px;
	text-align: center;
	text-decoration: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 50px;
	position: relative;
	float: right;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	/*width:222px;*/
	font-size:16px
}

.banner-button:hover {
	background: #ff0000;
}
.why {
	margin: 0 auto;
	padding-top:100px;
	position: relative;
	text-align: center;
	overflow: hidden;
	width:960px;
}
.why-title {
	font-size:32px;
	font-weight:900;
	color: #002943;
	line-height:32px;
}
.why-placeholder {
	left:0;
	overflow:hidden;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin:0 auto;
	width: 300%;
	padding-top:70px;
}
.why-item {
	float: left;
	width: 33.33%;
}
.why-item-30 {
	width:33.33%;
	float:left;
	color:#002843;
}
.why-item-image {
	margin: 0 auto;
	/*width: 110px;*/
	height: 110px;
	font-size: 16px;
	font-weight:900;
	margin-bottom:27px;
}
.item2 .why-item-image, .item3 .why-item-image {
	background: url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png');
}
.item2 .inside-item1 .why-item-image {
	background-position: -257px 0;
	width:125px;
}
.item2 .inside-item2 .why-item-image {
	background-position: -383px 0;
	width:132px;
}
.item2 .inside-item3 .why-item-image {
	background-position: -516px 0;
	width: 143px;
}
.item3 .inside-item1 .why-item-image {
	background-position: -661px 0;
	width:195px;
}
.item3 .inside-item2 .why-item-image {
	background-position: -858px 0;
	width:109px;
}
.item3 .inside-item3 .why-item-image {
	background-position: -381px -111px;
	width:203px;
}
.why-item-description {
	width:80%;
	margin:0 auto;
	padding-bottom:18px;
	min-height:75px;
}
.why-item-source {
	color:#aaaaaa;
}
.why-bullets {
	padding-top:40px;
	padding-bottom:40px;
}
.why-bullets-item {
	background: #e93848;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	width: 10px;
}
.why-bullets-item.selected,
.why-bullets-item:hover {
	background: #dddddd;
}
.ready {
	margin: 101px auto;
	text-align: center;
	width:60%;
	color: #002943;
}
.ready-title {
	font-size:32px;
	font-weight:900;
	line-height:40px;
}
.ready-subtitle {
	font-size:16px;
	padding-top:30px;
	padding-bottom:50px;
}
.ready-item {
	width:33.33%;
	float:left;
	color:#002843;
}
.ready-item-image {
	background: url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png');
	margin: 0 auto;
	/*width: 110px;*/
	height: 92px;
	margin-bottom:32px;
}
.item1 .ready-item-image {
	background-position: -1152px 0;
	width: 87px;
}
.item2 .ready-item-image {
	background-position: -1241px 0;
	width: 107px;
}
.item3 .ready-item-image {
	background-position: -1350px 0;
	width: 104px;
}
.ready-item-title {
	font-size:21px;
	padding-bottom:20px;
}
.ready-item-description {
	font-size:13px;
	color:#666666;
}
.lessons {
	margin: 0 auto;
	padding-top:101px;
	text-align: center;
	width:60%;
	color: #002743;
}
.lessons-title {
	font-size:32px;
	font-weight:900;
	line-height:32px;
	padding-bottom:50px;
}
.lessons-item {
	width:33.33%;
	float:left;
	position:relative;
}
.lessons-item.last {
	padding-bottom:100px;
}
.lessons-item-last {
	width:40%;
	float:left;
	position:relative;
}
.lessons-item-last-center {
	width:20%;
	height:25px;
	float:left;
	position:relative;
}
.lessons-item-number {
	width: 25px;
	height: 25px;
	background-color: #ccb737;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	margin: 20px auto;
	color: #ffffff;
	font-size: 10px;
	font-weight: 900;
}
.lessons-item-number.active {
	background-color:#e93848;
}
.lessons-item.middle:before,
.lessons-item.middle:after,
.lessons-item-last-center:before,
.lessons-item-last-center:after,
.lessons-item-last.left:after,
.lessons-item-last.right:before {
	content: '';
	background-color: #dddddd;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	line-height: 0;
	top: 30px;
}
.lessons-item.middle:before {
	left: 1em;
}
.lessons-item.middle:after
 {
	right: 1em;
}
.lessons-item-last.right:before {
	left:0;
}
.lessons-item-last.left:after {
	right:0;
}
.lessons-item-last-center:before {
	left:5em;
}
.lessons-item-last-center:after {
	right:5em;
}
.lessons-item-title {
	margin: 0 auto;
	width:85%;
	font-weight:700;
}
.lesson-item-text {
	margin:0 auto;
	width:85%;
	min-height:90px;
}
.course {
	margin: 0 auto;
	padding-top:101px;
	text-align: center;
	color: #002743;
	background: url('/live/oe_/https://cybersecuritycourse.co/img/background-course.png');
	background-repeat: no-repeat;
	background-position: center -50px;
}
.course-title {
	font-size:32px;
	width:100%;
	margin:0 auto;
	font-weight:900;
	line-height:30px;
	padding-bottom:10px;
}
.course-subtitle {
	font-size:16px;
	width:100%;
	margin:0 auto;
	line-height:30px;
	padding-bottom:25px;
}
.course-container {
	max-width:900px;
	width:100%;
	min-height: 300px;
	margin:0 auto;
	padding-top:60px;
}
.course-container div {
	width:50%;
	float:left;
	
}
.course-container div:first-child {
	text-align:right;
	padding-right: 25px;
	font-size:16px;
	line-height:19px;
	padding-left:25px;
}
.course-container div:first-child p:first-child {
	padding-bottom: 60px;
}
.course-container div:first-child p:last-child {
	padding-bottom:90px;
	font-weight:700;
}
.course-container div:last-child {
	text-align:left;
	padding-left:25px;
	padding-right:25px;
}
.course-container div:last-child p {
	padding-bottom:20px;
}
.middle-cta {
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	width:100%;
	background-color:#5ab5ff;
	color:#fff;
	background: url('/live/oe_/https://cybersecuritycourse.co/img/subscribe-background.png');
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.middle-cta .subscribe-form {
	margin-bottom:0;
}
.subscribe {
	margin: 0 auto;
	padding-top:101px;
	text-align: center;
	width:100%;
	background-color:#5ab5ff;
	color:#fff;
	background: url('/live/oe_/https://cybersecuritycourse.co/img/subscribe-background.png');
	min-height: 330px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.subscribe-title {
	font-size:32px;
	width:100%;
	margin:0 auto;
	font-weight:900;
	line-height:30px;
	padding-bottom:10px;
}
.subscribe-subtitle {
	font-size:16px;
	width:100%;
	margin:0 auto;
	line-height:30px;
	padding-bottom:25px;
}
.subscribe-form-container {
	width:100%;
	margin:0 auto;
}
.subscribe-form {
	display: inline-block;
	margin-bottom:20px;
}
.subscribe-input {
	height:48px;
	width: 372px;
	background-color: #f7f7f7;
	color: #666666;
	border:none;
	padding-left:20px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.subscribe-button {
	background: #e93848;
	color: #f5f5f5;
	display: inline-block;
	padding: 15px 18px;
	text-align: center;
	text-decoration: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 50px;
	position: relative;
	float: right;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	/*width:222px;*/
	font-size:16px
}

.subscribe-button:hover {
	background: #ff0000;
}
.featured-forbes {
	background-color:#f3f3f3;
}
.featured-forbes-placeholder {
	max-width:200px;
	width:100%;
	padding-top:35px;
	padding-bottom:35px;
	text-align:center;
	margin:0 auto;
	font-size:10px;
	font-weight:700;
	display:table;
}
.featured-forbes-placeholder div {
	display:table-cell;
	vertical-align:middle;
}
#ldsc-container{
	max-width: 560px;
}
#ldsc-endorsed{
	padding-left: 185px;
}
#ldsc-img{
	width: 290px;
    padding-left: 7px;
}
.testimonials {
	padding-top: 100px;
	padding-bottom:50px;
	margin:0 auto;
	text-align:center;
	max-width:700px;
	width:100%;
	background-color:#FFFFFF;
	overflow:hidden;
}
.testimonials-title {
	font-size:32px;
	line-height:38px;
	font-weight:900;
	color:#002843;
	margin-bottom:100px;
	letter-spacing: -0.2px;
}
.testimonials-placeholder {
	width:600%;
	left:0;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin:0 auto;
}
.testimonials-item {
	position:relative;
	min-height:300px;
	width:16.66%;
	float:left;
}
.testimonials-item:before {
	position:absolute;
	/* background:url('/live/oe_/https://cybersecuritycourse.co/img/heimdal.png'); */
	background:url('/live/oe_/https://cybersecuritycourse.co/img/separator.svg') center center no-repeat;
	width: 231px;
	height: 290px;
	content:'';
	left:0;
	top:0;
}
.testimonials-item:after {
	position: absolute;
    left: 200px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e93848;
    color: #FFFFFF;
    content: '1';
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 900;
    top: 20px;
}
.testimonials-item.item1:after {
	content:'1';
}
.testimonials-item.item2:after {
	content:'2';
}
.testimonials-item.item3:after {
	content:'3';
}
.testimonials-item.item4:after {
	content:'4';
}
.testimonials-item.item5:after {
	content:'5';
}
.testimonials-item.item6:after {
	content:'6';
}
.testimonials-item-text {
	float:right;
	padding-left:300px;
	color: #002643;
	font-style:italic;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}
.testimonials-item-text p {
	padding-bottom:20px;
}
.testimonials-item-text .bold {
	font-weight:bold;
}
.testimonials-item-text p.name {
	font-size: 21px;
	line-height: 25px;
	color: #e93848;
	font-style:normal;
}
.testimonials-bullets {

}
.testimonials-bullets-item {
	background: #e93848;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	width: 10px;
}
.testimonials-bullets-item.selected,
.testimonials-bullets-item:hover {
	background: #dddddd;
}
.instructors {
	margin:0 auto;
	color: #002943;
	padding-top:101px;
	width:100%;
	text-align:center;
	padding-bottom:50px;
}
.instructors-title {
	font-size:32px;
	width:100%;
	margin:0 auto;
	font-weight:900;
	line-height:30px;
	padding-bottom:10px;
}
.instructors-description {
	width:60%;
	margin: 0 auto;
}
.instructors-left, .instructors-right {
	width:50%;
	margin: 0 auto;
	position:relative;
}
.instructors-left {
	float:left;
}
.instructors-right {
	float:right;
}
.instructors-left:after,
.instructors-left:before {
	content: '';
	background-color: #dddddd;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	line-height: 0;
	top: 100px;
	right:-7px;
}
.instructors-left:before {
	top: 125px;
	right:-7px;
}
.instructors-image {
	background:url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png');
	width: 125px;
	height: 142px;
	margin: 50px auto 30px auto;
}
.instructors-left .instructors-image {
	background: url(/live/oe_/https://cybersecuritycourse.co/img/miriam_img.png);
    width: 160px;
    height: 160px;
}
.instructors-right .instructors-image {
	background: url(/live/oe_/https://cybersecuritycourse.co/img/bianca_img.png);
    width: 160px;
    height: 160px;
	margin: 50px auto 30px auto;
}
.instructors-name {
	font-size: 21px;
	font-weight: 900;
	line-height:30px;
	padding-bottom:20px;
}
.instructors-name span {
	font-weight:normal;
	color:#aaaaaa;
}
.instructors-motto {
	font-size:16px;
	line-height:20px;
	width:70%;
	margin:0 auto;
	padding-bottom:20px;
}
.instructors-text {
	color: #666666;
	width:80%;
	margin:0 auto;
}
.footer {
	min-height: 470px;
	width: 100%;
	background: #7a8ba5;
	position:relative;
	color:#002943;
	text-align:center;
}
.footer-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 500px 0 500px;
	border-color: #ffffff transparent transparent transparent;
	content:'';
}
.footer-top:after {
	/* background:url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png') -254px -111px; */
	background: url('/live/oe_/https://cybersecuritycourse.co/img/separator.svg') center center no-repeat;
	width:125px;
	height:143px;
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:0;
}
.footer-title {
	padding-top:120px;
	padding-bottom:30px;
	font-size: 32px;
	font-weight:900;
	line-height:40px;
	margin:0 auto;
	width:50%;
}
.footer-description {
	font-size: 16px;
	width:50%;
	margin:0 auto;
	line-height:20px;
	padding-bottom:100px;
}
.footer-description a {
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
}
.footer-description a:hover {
	text-decoration:underline;
}
input.error, input:focus.error {
	border-color: rgba(255, 0, 0, 0.8);
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
	outline: 0 none;
	color: #ff0000;
}
input.error::-webkit-input-placeholder {
	color: #ff0000;
}
input.error::-moz-input-placeholder {
	color: #ff0000;
}
input.error:-moz-input-placeholder {
	color: #ff0000;
}
input.error:-ms-input-placeholder {
    color: #ff0000;
}
input:focus {
	border-color: rgba(170, 170, 170, 0.8);
	box-shadow: 0 1px 1px rgba(170, 170, 170, 0.075) inset, 0 0 8px rgba(170, 170, 170, 0.6);
	outline: 0 none;
}
.clear {
	clear: both;
	height: 0;
	width: 100%;
}
.separator {
	clear: both;
	content: '';
	cursor: pointer;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}
.separator.grey {
	border-bottom:1px solid #dddddd;
}
.separator:before {
	background: url('/live/oe_/https://cybersecuritycourse.co/img/sprite.png');
	background-position:  -238px 0;
	bottom: -7px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	z-index: 500;
	width: 17px;
    height: 17px;
}
.separator:hover:before {
	background-position: -238px -19px;
}
/* loading */
#loading {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#loading:before {
	content: url('/live/oe_/https://cybersecuritycourse.co/img/heimdal-logo.png');
	left: 50%;
	margin: -35px 0 0 -103px;
	position: absolute;
	top: 50%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#loading.done {
	opacity: 0;
}

#loading.done:before {
	top: -50%;
}
/* animations */
.banner, .why, .ready, .lessons, .course, .subscribe, .footer {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.banner-title, .banner-subtitle, .banner-description, .banner-subscription, .why-title, .why-placeholder, .ready-title, .ready-subtitle , .lessons-title, .course-title, .course-subtitle, .course-container, .subscribe-title, .subscribe-subtitle, .subscribe-form-container, .instructors-left, .instructors-right, .ready-item, .lessons-item, .lessons-item-last, .footer-top:after {
	-webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
}
.visible .instructors-left:before,
.visible .instructors-left:after {
	-webkit-animation: blink 1s;
    -webkit-animation-iteration-count: 5;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: 5;
    -o-animation: blink 1s;
    -o-animation-iteration-count: 5;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.banner, .why, .ready, .lessons, .subscribe, .instructors, .footer {
	opacity:0;
}
.banner.visible, .why.visible, .ready.visible, .lessons.visible, .subscribe.visible, .instructors.visible, .footer.visible {
	opacity: 1;
}
.visible .banner-title, .visible .why-title , .visible .ready-title, .visible .ready-subtitle, .visible .lessons-title, .visible .subscribe-title, .visible .subscribe-subtitle, .visible .course-title, .visible .course-subtitle {
	-webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}
.visible .instructors-left {
	-webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
.visible .instructors-right {
	-webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}
.visible .banner-subtitle, .visible .banner-description, .visible .banner-subscription, .visible .why-placeholder,  .visible .subscribe-form-container, .visible .ready-item, .visible .lessons-item, .visible .lessons-item-last, .visible .footer-top:after, .visible .course-container {
	-webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}
/* responsive */
@media (max-width: 1059px) {
	.header {
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		padding-bottom: 25px;
	}

	.header-placeholder {
		width: 100%;
	}

	.header-nav {
		clear: both;
		height: 0;
		overflow: hidden;
		padding-top: 0;
		top: 0 !important;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header-nav.visible {
		height: 200px;
	}

	.header-nav li, .header-nav li:last-child, .header-nav li:first-child {
		padding: 0;
		width: 100%;
		text-align:center;
	}
	.header-nav li:last-child {
		padding-top:10px;
		text-align:center;
	}
	.header-nav li a {
		display: block;
		padding: 10px 0;
		
	}
	.header-nav .desktop-form a {
		padding: 10px 18px;
	}
	.header:after {
		background-position: -152px 0;
		bottom: auto;
		content: '';
		font-size: 60px;
		height: 45px;
		line-height: 40px;
		position: absolute;
		right: 30px;
		top: 25px;
		width: 42px;
		cursor:pointer;
	}
	.header:hover:after, .header.open:after {
		background-position: -196px 0;
	}

	.banner {
		padding-right:30px;
		padding-left:30px;
		min-height:500px;
	}
	.banner-title {
		font-size: 50px;
		line-height: 55px;
		padding: 100px 0;
	}
	.banner-description {
		width:90%;
	}
	.why {
		width:100%;
	}
	.why-item-description {
		width:90%;
	}
	.ready {
		width:100%;
	}
	.lessons {
		width:100%;
	}
	
	.instructors-description {
		width:100%;
	}
	.footer-title {
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.footer-description {
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 850px) {
	.testimonials-item {
		padding-right:30px;
		padding-left:30px;
	}
	.testimonials-item:before {
		position: relative;
		display: block;
		margin: 0 auto;
		background-size: cover;
		height: 145px;
		width: 115px;
	}
	.testimonials-item:after {
		left: 120px;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonials-item-text {
		float:none;
		width:100%;
		margin:0 auto;
		padding-bottom:0;
		padding-left:0;
		text-align:center;
	}
	.testimonials-bullets {
		padding-top:20px;
	}
	.testimonials-title {
		padding-left:30px;
		padding-right:30px;
		margin-bottom:20px;
	}
}
@media (max-width: 749px) {
	body {
		min-width: 320px;
	}
	.header-nav.visible {
		height: 200px;
	}
	.desktop-form {
		display:none !important;
	}
	.mobile-form {
		display: block !important;
	}
	.header-nav li:last-child {
		padding-top:0;
	}
	.banner-title {
		font-size: 40px;
		line-height: 45px;
	}
	.banner-description, .banner-subscription {
		width:100%;
		padding:20px 30px;
	}
	.banner-form {
		display:block;
		width:100%;
	}
	.banner-button {
		width:90%;
		display:block;
		margin: 0 auto;
		float:none;
		margin-top:10px;
		border-radius:2px;
	}
	.banner-input {
		width:80%;
		display:block;
		margin: 0 auto;
		padding: 0;
		padding-left:5%;
		padding-right:5%;
		border-radius:2px;
	}
	.why-item-30 {
		width:100%;
		padding-bottom:30px;
	}
	.why-item-description {
		min-height:0;
	}
	.why-placeholder {
		padding-top:30px;
	}
	.why-bullets {
		padding-top:0;
	}
	.ready {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom:50px;
	}
	.ready-title {
		font-size: 25px;
		font-weight: 900;
		line-height: 30px;
	}
	.ready-item {
		width:100%;
		padding-bottom:30px;
	}
	.lessons {
		padding-bottom:50px;
	}
	.lessons-item, .lessons-item-last {
		width:100%;
	}
	.lesson-item-text {
		min-height:0;
	}
	.lessons-item.middle:before, 
	.lessons-item.middle:after, 
	.lessons-item-last-center:before, 
	.lessons-item-last-center:after, 
	.lessons-item-last.left:after, 
	.lessons-item-last.right:before,
	.lessons-item-last-center	{
		display:none;
	}
	.lessons-item.last {
		padding-bottom:0;
	}
	.course {
		width:85%;
		margin-bottom:30px;
		background:none;
	}
	.course-container {
		
		padding-top:0;
	}
	.course-container div {
		width:100%;
	}
	.course-container div:first-child {
		padding-left:0;
		text-align:center;
		padding-right:0;
	}
	.course-container div:last-child {
		padding-right:0;
		text-align:center;
		padding-left:0;
	}
	.course-container div:first-child p:first-child,
	.course-container div:first-child p:last-child	{
		padding-bottom:20px;
	}
	.subscribe {
		padding-left:30px;
		padding-right:30px;
		padding-bottom:100px;
	}
	.subscribe-title {
		font-size: 25px;
		line-height:30px;
		font-weight:bold;
	}
	.subscribe-form, .header-form {
		display:block;
		width:100%;
	}
	.subscribe-button, .header-nav-button {
		width:90%;
		display:block;
		margin: 0 auto;
		float:none;
		margin-top:10px;
		border-radius:2px;
	}
	.subscribe-input, .header-input {
		width:80%;
		display:block;
		margin: 0 auto;
		padding: 0;
		padding-left:5%;
		padding-right:5%;
		border-radius:2px;
	}
	.instructors {
		padding-bottom: 50px;
	}
	.instructors-left,
	.instructors-right {
		width:100%;
	}
	.instructors-left:after,
	.instructors-left:before {
		display:none;
	}
	.instructors-motto, .instructors-text {
		width:90%;
	}
	.footer-title {
		font-size: 25px;
		line-height:30px;
		font-weight:bold;
	}
	.banner-subtitle {
		font-weight:bold;
	}
	
}