.navbar-default {
	background: transparent;
	border-color: transparent;
	padding-top: 20px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
}

.navbar-default .navbar-nav > li:hover {
	background: #87bb3f;
	border-radius: 5px;
}

.navbar-default .navbar-nav > li:hover a {
	color: #fff;
}

ul.social li {
    display: inline-block;
    text-indent: -99999px;
    margin: 0 10px 0 0;
    cursor: pointer;
    vertical-align: bottom;
    position: relative;
}

ul.social li.linkedin {
    background: url(/wp-content/themes/wpbootstrap/img/linkedin-27.png) no-repeat right bottom;
    height: 30px;
    width: 30px;
}

ul.social li.twitter {
    background: url(/wp-content/themes/wpbootstrap/img/twitter-30.png) no-repeat right bottom;
    height: 30px;
    width: 30px;
}

ul.social li {
    display: inline-block;
    text-indent: -99999px;
    margin: 0 10px 0 0;
    cursor: pointer;
    vertical-align: bottom;
    position: relative;
}

.container.home, .container.about {
	overflow: initial;
}

.navbar-brand {
	padding: 0 15px;
}

.navbar-default {
	box-shadow: none;
	-webkit-box-shadow: none;
}

header {
	position: relative;
	
}

header .container {
	width: 90%;
	background: transparent;
	overflow: initial;
}

.logo-tagline {
	position: relative;
	top: 0;
}

.ftld-logo {
	position: absolute;
	bottom: 10px;
}

.navbar-toggle {
	background: #87bb3f;
	color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color: #87bb3f !important;
	color: #fff;
	border-color: #87bb3f;
}

.navbar-toggle .icon-bar {
	width: 100%;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff !important;
}

.small {
	display: none;
}

ul.site-nav li.current-menu-item {
	background: #87bb3f;
	border-radius: 3px;
}








@media (max-width: 900px) 
{ 
	.navbar-nav > li {
		font-size: 13px;;
	}
}

@media (max-width: 785px) 
{ 
	.navbar-nav > li {
		font-size: 13px;;
	}
}


@media (max-width: 1160px) 
{ 
	.navbar-brand {
		display: none;
	}
	.container.home, header .container, .container.about{
		width: 100%;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-size: 13px;
	}
	
	.ftld-logo {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.navbar-default {
			background: transparent;
			z-index: 999999;

		}
	
	.navbar-collapse {
		background: #fff;
		width: 100%;
		padding-left: 0;
		padding-right: 0;	
	}
	
	.navbar-default .navbar-nav > li > a{
		color: #fff;
		font-size: 14px;
	}
	
	.navbar-nav {
		margin: 0;
		background: #87bb3f;
		color: #fff;
	}
	
	
	
	.ftld-logo {
		right: 0;
		left: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home-box {
		width: 100%;
		margin: 0;
	}
	
	.home-box div {
		margin-bottom: 0;
	}
	
	header .container {
		overflow: hidden;
	}
	
}

@media (max-width: 550px){
	.logo-tagline {
		font-size: 1em;
	}
	
}

@media (max-width: 540px){
	.large {
		display: none;
	}
	
	.small {
		display: block;
		padding: 0 5%;
	}
	
}

@media (max-width: 497px){
	.ftld-logo img{
		width: 60%;
	}
	
}