/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.navbar {
   
    min-height: 70px;
    margin-bottom: 0px;
}
.navbar-toggle {
    margin-top: 18px;
    border: 0px solid transparent;
   
}
.navbar-default {
    background-color: #fff;
    border-color: #E7E7E7;
}
.navbar-brand {
    float: left;
    height: 70px;
    padding: 24px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
	font-size: 12px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #A0CE4E;
    background-color: transparent;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #A0CE4E ;
    background-color: transparent;
}
@media(min-width:767px) {
    .navbar {
        padding: 15px 0;
		
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
