body {
	background: url('../img/background.png') no-repeat center top;
	background-size: contain;
}

h2,
h3,
h4,
h5, {
	color: #1f3349;
}

input {
	background: #eaedf2!important;
	border: 0!important;
}

.text-success {
	color: #33c377!important;
}

.navbar {
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05);
}

.form-register,
.video-wrap {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	background: white;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 35px;
}

.btn-special {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 30px;
	margin: 30px 0;
	white-space:normal !important;
    word-wrap: break-word;
}

.btn-special small {
	opacity: 0.6;
	font-size: 12px;
	display: block;
}

.browser {
	border: 1px solid #eaedf2;
	border-bottom: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	min-height: 500px;
	display: inline-block;
}

.browser .browser-header {
	background: #eaedf2;
	padding: 10px;
	height: 28px;
}

.browser .browser-header span {
	display: inline-block;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 4px;
	border-radius: 50%;
	background: #c6d2e1;
}

.section {
	padding: 65px 0;
}

.section-hero {
	border-bottom: 1px solid #eaedf2;
	height: 600px;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 992px) { 
	.section-hero .image {
		display: none;
	}

	.section-hero .content {
		text-align: center;
	}
}

.section-hero img {
	min-width: 650px;
}

.section-hero .btn-special {
	margin-top: 60px;
}

.section-video {
	background: #10b191;
	background: -moz-linear-gradient(left, #10b191 0%, #42b3ca 100%);
	background: -webkit-linear-gradient(left, #10b191 0%, #42b3ca 100%);
	background: linear-gradient(to right, #10b191 0%, #42b3ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b191', endColorstr='#42b3ca',GradientType=1 );
}

.section-content {
	border-top: 1px solid #eaedf2;
	padding: 65px 0;
}

.section-content:last-child {
	border-bottom: 1px solid #eaedf2;
}

.section-content:nth-child(2n + 2) {
	background: rgba(234, 237, 242, 0.25);
}

.section-content img,
.section-content video {
	max-width: 600px;
	width: 600px;
	display: inline-block;
}

.section-content:nth-child(2n + 2) img,
.section-content:nth-child(2n + 2) video {
	margin-left: -155px;
}

@media (min-width: 992px) { 
	.section-content:nth-child(2n + 2) .row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
}

@media (max-width: 768px) {
	.section-hero {
		height: auto;
	}

	.section-content .row {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.section-content img {
		margin-bottom: 50px;
	}
}

.section-content:nth-child(2n + 2) .browser {
	margin-left: -247px;
}

.section-content:last-child {
	padding-bottom: 120px;
}

.section-content p,
.section-content ul li {
	font-size: 19px;
}

.section-howtoworks .item {
	margin: 20px 0;
}

.section-highlights {

}

@media (max-width: 992px) { 
	.section-highlights .item {
		margin-top: 50px;
		text-align: center;
	}
}

.section-howtoworks .item svg,
.section-highlights .item svg {
	font-size: 34px;
}

.section-footer {
	padding: 0;
}

.section-footer ul {
	margin: 0;
}

.section-footer .links a {
	display: block;
	padding: 0 10px;
}

