html, body {
	height: 100%;
}
body * {
	font-family: "Open Sans";
}

.responsive-img {
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.btn-green {
	color: #fff;
	background: #1db098;
	border-color: #1db098;
}
.btn-green:hover {
	color: #fff;
	background: #35ceb3;
	border-color: #35ceb3;
}
.img-circle {
	border:  #ccc 1px solid; 
}



.top-background{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
    z-index: -1;
	background-color: #3fa8b0;
	background-image: -webkit-linear-gradient(top, #3fa8b0, #1cb197); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #3fa8b0, #1cb197); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.top-section .logo {
	background: url(../img/logo-white.png) no-repeat;
	background-position: 40px 40px; 
	width:180px;
	height:85px;
	text-indent: -999999px;
}
.top-section .banner {
	text-align:center;
}
.top-section .banner h1 {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 600;
}
.top-section .banner .subtitle {
	color: #fff;
	opacity:0.79;
	margin: 0 auto;
	font-weight: 300;
	text-align:center;
	max-width:600px;
	font-family: "Open Sans";
}
.top-section .banner .btn {
}
.fb-like-my{
	display: block !important;
    margin-top: 10px;
}
.preview {
	text-align:center;
}
.preview img {
	padding: 0 40px;
}

.platforms-section {
	text-align:center;
}
.platforms-section  * {
	color: #1cb197;
}

.main-section .point {
	text-align:center;
}
.main-section .point h2 {
	font-weight:700;
	max-width: 300px;
	margin: 20px auto 0 auto;
}
.main-section .h2.subtitle {
	color: #777;
	max-width: 300px;
	margin: 10px auto 0 auto;
	line-height: 140%;
}
.main-section .action {
	text-align:center;
}

.footer {
	border-top: 1px solid #ddd;
}
.footer .logo {
	background: url(../img/logo-green.png) no-repeat;
	width:140px;
	height:45px;
	text-indent: -999999px;
}
.footer .left {
	color: #999;
}
.footer .right {
	text-align: right;
}
.footer .right a{
	color: #999;
}

@media (min-width: 768px) {
	.ph-badge {
		position: absolute;
		right:0;
		top:0;
		width:200px;
		height:200px;
	}

	.top-section .banner {
		margin-top: 70px;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		-moz-animation-duration: 1s;
		-moz-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: 1;
	}
	.top-section .banner h1 {
		font-size: 50px;
	}
	.top-section .banner .subtitle {
		font-size: 25px;
	}
	.top-section .banner .btn {
		margin-top:20px;
	}
	.preview {
		margin-top:40px;
		-moz-animation-duration: 1s;
		-moz-animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: 1;
	}
	.platforms-section .for-both {
		font-size: 20px;
		padding: 15px;
	}
	.main-section {
		margin-top:100px;
	}
	.main-section .point {
		margin-top: 30px;
	}
	.main-section .point h2 {
		font-size: 20px;
	}
	.main-section .h2.subtitle {
		font-size: 16px;
	}
	.main-section .action {
		margin-top: 60px;
	}

	h2.experts {
		margin:10px 0 40px 0;
		font-size: 40px;
	}
	
	.footer {
		margin-top: 90px;
		padding: 20px 0 100px 0;
	}
	.footer .left {
		font-size: 12px;
	}
	.footer .right a{
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.ph-badge {
		position: absolute;
		right:0;
		top:0;
		width:200px;
		height:200px;
	}
	.top-background { 
		max-height: 630px
	}
	.top-section .banner {
		margin-top: 60px;
		padding: 0 40px;
	}
	.top-section .banner h1 {
		font-size: 30px;
	}
	.top-section .banner .subtitle {
		font-size: 20px;
	}
	.top-section .banner .btn {
		margin-top:15px;
	}
	.preview {
		margin-top:20px;
	}
	.platforms-section  {
		font-size: 16px;
		padding: 0 40px;
	}
	.platforms-section .for-both {
		font-size: 16px;
		padding: 15px 0;
	}
	.main-section {
		margin-top: 50px;
	}
	.main-section .point {
		margin-top: 30px;
	}
	.main-section .point h2 {
		font-size: 20px;
	}
	.main-section .h2.subtitle {
		font-size: 16px;
	}
	.main-section .action {
		margin-top: 40px;
	}
	
	h2.experts {
		margin:10px 0 40px 0;
		font-size: 22px;
	}

	.footer {
		margin-top: 40px;
		padding: 20px 0 100px 0;
	}
	.footer .logo{
		margin: 0 auto;
	}
	.footer .left {
		text-align: center;
		font-size: 12px;
	}
	.footer .right .row div{
		text-align: center;
	}
	.footer .right a{
		text-align: center;
		font-size: 16px;
	}
}
