/* CSS */

/* - #3b6a4e - */
/* - #9fd658 - */

body
{
	float:left;
	font-family: "Hind";
    font-weight: 300;
    line-height: 24px;
    color: #868689;
}

body*
{
	font-family: 'Hind', sans-serif;
}


h1, h2, h3, h4, h5
{
	font-family: 'Montserrat', sans-serif;
	color:#3b6a4e;
}

h1
{	
	font-size: 30px;
	font-weight: 500;
}

h2
{	
	font-size: 22px;
	font-weight: 500;
}

h3
{
	font-size: 20px;
	font-weight: 400;
}

h4
{
	font-size: 18px;
	font-weight: 400;
}

p
{
	/* - */
}

hr
{
	float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
    border-top: 1px solid #e2e2e2;
}

a
{
	color:#3b6a4e;
	text-decoration: none;
	white-space: nowrap;
}

a:hover
{
	color:#9fd658;
	text-decoration: none;
	cursor:pointer!important;
		
}

section
{
	float: left;
	width: 100%;
}

.underlined
{
	border-bottom: 2px solid;
    padding-bottom: 8px;
	
	font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
	margin-top: 16px;
}

/* - */

.feature-text
{
	color: #555;
    font-weight: 400;
}

.feature-subheading
{
	font-size:20px;
	margin-top:16px;
	color: #555;
    font-weight: 400;
}

.feature-icon
{
	color: #3b6a4e;
	font-size: 40px;
	margin-top: 16px;
    margin-bottom: 16px;
	width: 100%;
    text-align: center;
}

.section-offset
{
	padding-top: 16px;
}

/* - Testimonials - */

.testimonial-icon
{
	color: #3b6a4e;
	font-size: 40px;
	margin-top: 16px;
    margin-bottom: 16px;
	margin-right:32px;
    text-align: left;
	float:left;
}


.testimonial-content
{	
    text-align: left;
}

/* - */

.choose-info
{
	width: 100%;
    text-align: center;
}

.center-text
{
	text-align: center;
}

/* - Topbar - */

#topbar
{
	position: relative;
	float:left;
	width:100%;
	margin:0;

	margin-top:16px;
	margin-bottom:0;
}

#topbar p, #topbar i
{
	font-size: 13px;
	color:#999;
	float:left;
	margin-right:8px;
	line-height:12px;
	letter-spacing: 1px;
	font-weight:lighter;
}

#topbar p
{
	margin-left: 16px;
}

@media (min-width:768px)
{
	#topbar p:first-child
	{
		margin-left: 0;
	}
}

/* - */

#topbar a
{
	color:#999!important;
}

@media (max-width:512px)
{
	#topbar p
	{
		width:90%;
	}
}

/* - */

/* - Header - */

#header-container
{
	position:relative;
	width:100%;
	float:left;
	margin-top:16px;
	margin-bottom:16px;
}

#main-logo
{
	float:left;
	position:relative;
	width:256px;
}

@media(min-width:769px)
{
	#main-logo
	{
	    position: absolute;
		
		width: auto;
		
		max-width: 300px;
		max-height: 150px;
		
		margin-top:-16px;
	}
}

@media (max-width:768px)
{
	#main-logo
	{
		left: 50%;
    	margin-left: -128px;
		margin-bottom: 32px;
	}
	
}

#header-contact
{
	width: 50%;
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-right: 0;
}

@media (max-width:768px)
{
	#header-contact
	{
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;	
	}
	
}

#nav-links
{
	position: relative;
    float: right;
    line-height: 30px;
    margin: 0;
	list-style: none;
	width:100%;
}

@media (max-width:768px)
{
	#nav-links
	{
		width:100%;
		padding:0;
	}
}

#nav-links li
{
	position: relative;
    float: right;
    width: auto;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 200;
    margin-right: 0px;	
}

@media (max-width:992px)
{
	#nav-links li
	{
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 8px;
		font-size: 16px;
	}
}

@media (max-width:768px)
{
	#nav-links li
	{
		padding: 0;
		font-size: 24px;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
		line-height: 46px;
		background-color: #f1f1f1;
	}
}

@media (max-width:768px)
{
	#nav-links a 
	{
		width:100%;
		float:left;
	}
}

#nav-links a 
{
	text-decoration: none!important;
	color:#3b6a4e;
	padding: 2px 4px;
}

#nav-links a:hover
{
	color:#9fd658;
	cursor:pointer;
	border-bottom: solid 1px;
}

@media (max-width:768px)
{
	#nav-links a
	{		
		border-bottom: none!important;
	}
}

.active a
{
	border-bottom: solid 1px;
}

#mobile-btn
{
	display:none;
}

@media (max-width:768px)
{
	#mobile-btn
	{
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		float: left;
		text-align: right;
		font-size: 32px;
		color: #616161;
		margin: 0;
		margin-bottom:16px;
		margin-top:16px;
		text-align: center;
	}
	
	#mobile-btn i:hover
	{
		cursor:pointer;
		color:#ccc;
	}
	
	#nav-links
	{
		overflow:hidden;
		height:0;
		
	}
	
	.mobile_menu_active
	{
		height:auto!important;	
		overflow:auto!important;
	}
	
}


/* - Main content - */

.main-section
{
	padding-bottom: 32px;
}


#home-main-title
{
	margin-bottom:16px;
}

#home-main-title h1
{
	text-align: center;
    font-size: 50px;
    margin-top: 32px;
}

@media(max-width:768px)
{
	#home-main-title h1
	{		
		font-size: 32px;
	}
}


#home-main-title p
{
	text-align:center;
}


@media (min-width:768px)
{
	.front-page-main
	{
		margin-top: -128px;
		background-color: #fff;
		position: relative;
	}
}

/* - */

.breadcrumbs p
{
	position: relative;
    margin-top: -50px;
    float: left;
    background-color: rgba(255,255,255,0.75);
    padding: 8px 16px;
}

/* - */

.banner-img
{
	float:left;
	width:100%;
	margin-top: 16px;
}

/* - */ 

#footer-content
{
	background-color: #0c0c0c;
	padding-top:64px;
}

.footer-inner i
{
	font-size:40px;
	color: #3b6a4e;
}


.footer-inner p {
	color: #ccc;
	font-size: 16px;
}

.footer-inner div
{
	margin-bottom:32px;
}

.footer-inner h5
{
	color:#fff;
}

#bottom-bar
{
	background-color:#000;
	text-align:center;
	padding:16px;
}

.cred
{
	height:64px;
	margin:16px;
	float:left;
}
