#download-section{
	background: url(../images/app/bg-head-app.jpg) no-repeat center top;
	background-attachment: fixed;
	height: 600px;
	position: relative;
}
#download-section .container{
	position: relative;
	height: 100%;
}
#download-section .box-download{
	width: 550px;
	height: 420px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right:0;
}
#download-section .box-download .text-container{
		padding:50px 50px 20px;
}
#download-section .box-download .text-container h1{
	margin-top:0;
	font-size:25px;
	font-weight: bold;
	color:#3ba411;
	margin-bottom: 3px;
}
#download-section .box-download .text-container h2{
	margin-top: 0;
	font-size: 18px;
	color:#000;
}
#download-section .box-download p{
	color:#000;line-height: 18px;font-size: 13px;
}
#download-section .box-download .text-container h3{
	font-style: italic;
	font-size: 18px;color:#000;
	margin-top:40px;
	margin-bottom: 20px;
	font-weight: 600;
}

.app-store,.google-play{
	display: inline-block;
	margin-right: 10px;
	transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
}
.app-store:hover,.google-play:hover{
	opacity: 0.7;
}

#download-section .video-overview{
	background:#ebebeb;
    height: 110px;
    padding: 25px 50px;
}
#download-section .video-overview p{
	margin-top:10px;
	font-style: italic;
    font-weight: 600;
}
#download-section .play-video-btn{
 	background: none repeat scroll 0 0 #3ba411;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 60px;
    padding: 12px 10px 10px 23px;
    width: 60px;
    float: left;
    margin-right: 20px;
}


#step-to-obj{
	padding:50px 0;
	position: relative;
}
#step-to-obj .container{
	position: relative;
	z-index: 10;
}
#step-to-obj .bg-green{
	position: absolute;
	height: 50%;
	background: #44aa48;
	width: 100%;
	bottom: 0;
}

#step-to-obj h2{
	color:#44aa48;
	font-weight: bold;
	font-size:30px;
	margin-top:0;
	margin-bottom: 0;
}
#step-to-obj h3{
	font-size:18px;
	color:#000;
	margin-top:0;
	margin-bottom: 20px;
}
#step-to-obj .col-iphone{
	text-align: center;
	color:#fff;
}
#step-to-obj .col-iphone h4{
	font-weight: bold;
}
#step-to-obj .col-iphone .img-responsive{
	margin:0 auto;width: 75%
}


#your-perfect-plan{
	padding:50px 0;
	position: relative;
}
#your-perfect-plan h2{
	color:#44aa48;
	font-weight: bold;
	font-size:30px;
	margin-top:0;
	margin-bottom: 0;
}
#your-perfect-plan h3{
	font-size:18px;
	color:#000;
	margin-top:0;
	margin-bottom: 20px;
}



#your-goal{
	background: #44aa48;
	padding:50px 0;
	position: relative;
}
#your-goal h2{
	color:#fff;
	font-weight: bold;
	font-size:30px;
	margin-top:0;
	margin-bottom: 0;
}
#your-goal h3{
	font-size:18px;
	color:#000;
	margin-top:0;
	margin-bottom: 20px;
}
#your-goal .col-text{
	color:#fff;
}
.box-goal{
	background: #fff;
	display: block;
	padding: 5px;
	transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
}
.box-goal img{
	min-width: 100%;
}
.box-goal strong{
	display: block;
	color:#838080;
	text-transform: uppercase;
	text-align: center;
	padding:5px;
	font-weight: 600;
	font-size:15px;
	transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
}
.box-goal:hover{
	text-decoration: none;
	background: #eee;
	box-shadow: 0 0 10px #1d561f
}
.box-goal:hover strong{
	color:#000;
}



#brazia-expert{
	padding:50px 0;
	position: relative;
}
#brazia-expert h2{
	color:#44aa48;
	font-weight: bold;
	font-size:30px;
	margin-top:0;
	margin-bottom: 0;
}
#brazia-expert h3{
	font-size:18px;
	color:#000;
	margin-top:0;
	margin-bottom: 20px;
}


#a-goal{
	background: #44aa48;
	padding:50px 0;
	position: relative;
}
#a-goal h2{
	color:#fff;
	font-weight: bold;
	font-size:30px;
	margin-top:0;
	margin-bottom: 0;
}
#a-goal h3{
	font-size:18px;
	color:#000;
	margin-top:0;
	margin-bottom: 20px;
}
#a-goal p{
	color:#fff;
}


@media (max-width:768px){
	#download-section .box-download{width: 100%; position: static; }
	#download-section{height: auto; }
	.app-store, .google-play{margin-bottom: 10px; width: 40%; float: left; }
	#download-section .box-download .text-container{padding:15px; }
	#download-section .video-overview{padding: 30px 15px ; height: auto; }
	#step-to-obj .bg-green{height: 100%; }
	#step-to-obj .col-iphone .img-responsive{ width: 50%}
	#step-to-obj h2{color: #fff; text-align: center; font-size: 25px; margin-bottom: 5px; }
	#step-to-obj h3{color: #fff; text-align: center; }
	#step-to-obj .col-iphone{margin-bottom:80px; }
	#your-perfect-plan h2{text-align: center; font-size: 25px; }
	#your-perfect-plan h3{text-align: center; }
	#your-goal h2{text-align: center;}
	#your-goal h3{text-align: center;}
	.box-goal{margin-bottom: 20px; }
	.expert-thumb{margin-bottom: 20px;}
	#your-goal h2{text-align: center;}
	#your-goal h3{text-align: center;color: #fff;}
	#brazia-expert h2{text-align: center;}
	#brazia-expert h2{text-align: center;}
	#brazia-expert h3{text-align: center;}
	#a-goal h2{text-align: center;}
	#a-goal h3{text-align: center;color:#fff;}
}