html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";	
	image-rendering: -webkit-optimize-contrast; 
}

p{
	margin-bottom: 25px;
}

.title{
	margin-bottom: 40px;
}

.zigzag-list > div{
	background-position: right -20%;
	background-repeat: no-repeat;
	background-size: contain;
}

.right-splash{
	background-image: url( images/right-splash.png );
}

.right-splash .image{
	text-align: right;
}

div.left-splash{
	background-position: left -20%;
	background-image: url( images/right-splash.png );	
}

.left-splash .image{
	order: 1;
}
.left-splash .text{
	order: 2;
}

h1, h2, h3, h4, h5, h6{	
	margin: 15px 0px;
	color: #202020;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	line-height: 1.4;
	font-weight: 700;
}

.header-alike{
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #888;
}

.hero .header-alike{
	font-size: 16px;
}

strong{
	color: #000;
	font-weight: 700;
}

.flex-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-wrap.flex-start-v{
	align-items: flex-start;
}

.flex-wrap.flex-start-h{
	justify-content: flex-start;
}


.list-unstyled{
	padding-left:0;
	list-style:none;
}

.list-inline{
	padding-left:0;
	list-style:none;
	margin-left: -5px;
}

.list-inline > li{
	float: left;
	padding-left:5px;
	padding-right:5px
}

.list-inline:after{
	content: ' ';
	display: table;
	clear: both;
}

h1{
	font-size: 45px;
	line-height: 60px;
}

h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

@media (max-width: 768px){
	h1{
		font-size: 30px;
		line-height: 40px;
	}
	h2{
		font-size: 25px;
		line-height: 35px;
	}
}

header{
	padding: 20px 50px;
	margin-bottom: 100px;
}

@media (max-width: 1024px){
	header{
		padding: 15px;
	}
}


@media (max-width: 412px){
	header.flex-wrap{
		padding-top: 30px;
		display: block;
		text-align: center
	}

	header ul{
		display: inline-block;
		margin-top: 50px;
	}
}

.navigation a,
.navigation a:hover,
.navigation a:active,
.navigation a:focus{
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	color: #202020;
	font-size: 14px;
	margin-left: 15px;
	font-weight: 600;
	text-decoration: none;
	line-height: 45px;
}


a.big-btn-green,
a.big-btn-white,
.navigation a.btn-small-green{
	display: inline-block;
	border-radius: 50px;
	background: #00a591;
	padding: 0px 40px;
	color: #fff;
	font-weight: 700;
}

a.big-btn-green:hover,
a.big-btn-white:hover,
a.btn-small-green:hover{
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

.bg-float{
	position: absolute;
	z-index: -1;
	top: -60px;
	left: 0px;
}

a.big-btn-green{
	line-height: 55px;
	padding: 0px 70px;
}

a.big-btn-white{
	line-height: 55px;
	padding: 0px 70px;	
	background: #fff;
	color: #202020;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

@media (max-width: 1024px){
	a.big-btn-white,
	a.big-btn-green{
		padding: 0px 50px;
	}
}

@media (max-width: 768px){
	a.big-btn-green,
	a.big-btn-white{
		line-height: 45px;
		padding: 0px 30px;
	}
}

a.big-btn-white:hover{
	background: #00a591;
	color: #fff;
}

.btns{
	margin-top: 60px;
}

.btns a:first-child{
	margin-right: 30px;
}

.btns a{
	display: inline-block;
}

a,
a:hover{
	text-decoration: none;
}

a{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.hero{
	background-image: url(images/hero-bg.png);
	background-size: 100% 95%;
	background-repeat: no-repeat;	
	padding-bottom: 100px;
}

.hero h1{
	margin-bottom: 60px;
	margin-top: 0px;
}

.hero .left-side{
	width: calc(50% - 100px);
	margin-right: 100px;
	position: relative;
}

.hero .right-side{
	width: 50%;
}

@media (max-width: 768px){
	.hero .left-side{
		width: 50%;
		margin-right: 50px;
	}

	.hero .right-side{
		width: calc(50% - 50px);
	}

	.hero h1{
		margin-bottom: 40px;
	}

	.btns{
		margin-top: 40px;
	}
}

@media (max-width: 412px){
	.hero .left-side,
	.hero .right-side{
		width: 100%;
		margin: 0px;
	}

	.hero .left-side{
		margin-bottom: 30px;
	}

	.hero .flex-wrap{
		flex-wrap: wrap;
		text-align: center;
	}
}

img{
	max-width: 100%;
}

.zigzag-list > div{
	margin-bottom: 100px;
}

.zigzag-list{
	padding: 0px 15%;
}

@media (max-width: 768px){
	.zigzag-list{
		padding: 0px 15px;
	}
}


.zigzag-list .text{
	width: 40%;
}

.zigzag-list .image{
	width: 20%;
}

.zigzag-list .image img{
	width: 150px;
	height: auto;
}

@media (max-width: 412px){
	
	.zigzag-list .flex-wrap{
		flex-wrap: wrap;
	}

	.zigzag-list .text{
		width: 100%;
		order: 2;
	}

	.zigzag-list .image{
		order: 1;
	}
}

.section-title{
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 45px;
	margin-top: 100px;
	margin-bottom: 75px;
}

.demos{
	background: #fcfcfc;
	padding-bottom: 100px;
}

.demo-list{
	flex-wrap: wrap;
}

.demos .af-item{
	display: block;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
	position: relative;
}

.demos .af-item:after{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

.demos .af-item:hover:after{
	opacity: 1;
}

.features{
	padding-bottom: 100px;
}

.features .af-item{
	text-align: center;
	padding: 50px 0px;
}

.features .af-item img{
	width: 50px;
	margin-bottom: 20px;
}

.features .af-item h4{
	margin: 0px;
	font-size: 17px;
	font-weight: 400;
}

.features .big-btn-green{
	margin-top: 75px;
}

.features .af-item{
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

.align-center{
	text-align: center;
}


.explanation{
	padding: 100px 0px;
	background: #f5f5f5;
}

.explanation .left-side{
	width: calc(50% - 100px);
	margin-right: 100px;
	position: relative;
}

.explanation .right-side{
	width: 50%;
}

@media (max-width: 768px){
	.explanation .left-side{
		width: 50%;
		margin-right: 50px;
	}

	.explanation .right-side{
		width: calc(50% - 50px);
	}

	.explanation h1{
		margin-bottom: 40px;
	}

	.btns{
		margin-top: 40px;
	}
}


.explanation .section-title{
	text-align: left;
	margin: 0px;
	margin-bottom: 30px;
}

@media (max-width: 412px){
	.explanation .left-side,
	.explanation .right-side{
		width: 100%;
		margin: 0px;
	}

	.explanation .left-side{
		margin-bottom: 30px;
	}

	.explanation .flex-wrap{
		flex-wrap: wrap;
		text-align: center;
	}

	.explanation .section-title{
		text-align: center;
	}
}

@media (max-width: 412px){
	.explanation{
		text-align: center;
	}
}



.explanation a{
	margin-top: 20px;
}

.af-items{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.af-items .af-item{
	margin-bottom: 30px;
}

.af-items-3 .af-item{
	width: calc(33.33% - 15px);
	margin-right: 15px;
}

.af-items-4 .af-item{
	width: calc(25% - 15px);
}
@media (max-width: 768px){
	.af-items-4 .af-item{
		width: calc(33.33% - 15px);
	}
}

.reviews{
	background: #fcfcfc;
	padding-bottom: 100px;
}

.reviews p{
	margin: 0px;
	margin-top: 20px;
}

p.review-for{
	line-height: 1;
	font-size: 16px;
	margin-top: 10px;
}

.by-reviewer{
	line-height: 1;
}

.review-comment{
	font-style: italic;
}

.reviews .avatar{
	width: 40px;
	margin-top: 10px;
	flex-shrink: 0;
	margin-right: 15px;
}

.reviews .big-btn-green{
	margin-top: 75px;
}

@media (max-width: 412px){
	.af-items .af-item{
		width: 100%;
		margin-right: 0px;
	}
}