/* Features Layout CSS */
.yellowArea {
    background-size: 50% !important;
    background-position: right 65px !important;
}

.hero {
	background-size: cover;
}

.download-btn {
    border: 3px solid #FFF;
    border-radius: 3px;
    font-size: 17px;
    letter-spacing: 2px;
    transition: all 0.5s ease 0s;
    padding: 15px 70px;
    display: inline-block;
    color: #FFF;
    margin-bottom: 185px;
}
.download-btn:hover, .download-btn:focus {
    text-decoration: none;
    border-color: #A58347;
    color: #A58347;
}
.try-btn {
    background-color: #F69679;
    border-radius: 3px;
    font-size: 17px;
    color: #FFF;
    transition: all 0.5s ease 0s;
    display: inline-block;
    padding: 15px 50px;
    margin: 70px 0px;
}
.try-btn:hover, .try-btn:focus {
    background-color: #E37857;
    color: #FFF;
    text-decoration: none;
}
.get-started-btn {
    background-color: #7ACCC8;
    padding: 20px 80px;
    border-radius: 3px;
    font-size: 22px;
    letter-spacing: 2px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
    transition: all 0.5s ease 0s;
    display: inline-block;
	color: #fff !important;
	margin-top: 80px;
}
.get-started-btn:hover, .get-started-btn:focus {
    text-decoration: none;
    background-color: #E8B968;
}



.flexslider {
    background: none !important;
	background-color: transparent !important;
}
.flexslider li {
	text-align: center;
	
}
.flexslider .slides img {
    width: 132px;
	height: 132px;
	float: none !important;
	margin: 0px auto 20px auto !important;
}
.flexslider .slides p {
    color: #FFF;
    font-size: 43px;
	line-height: 55px;
    font-weight: 100;
    margin: 20px 0px 80px;
    font-style: italic;
}


#logo-container {
    margin-left: 16.6667%;
    width: 66.6667%;
	text-align: center;
}

/*menu*/
.navbar-fixed-top {
    background-color: rgba(122,204,200,0.8);
}
.logged-in .navbar-fixed-top {
    top: 32px;
}