/*!
 * 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.
 */

 .navbar {
    margin: 0;
    border-bottom: 0;
    height: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgb(7,22,137);
}

.top-nav-collapse .navbar {
    margin: 0;
    border-bottom: 0;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgb(7,22,137);
}

.navbar-nav {
    margin-top: 0;
    height: 100%;
}

.navbar-nav>li {
    text-align: center;
    position: relative;
    top: 50%;
    /*transform: translateY(-50%); This is somehow messing up the vertical allignment of the blue top nav li items*/
    margin-left: auto;
    margin-right: auto;
}

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

.navbar .navbar-brand {
    font-weight: 700;
    height: 100%;
}

.navbar .navbar-brand:focus {
    outline: 0;
}

.navbar .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}

.navbar .navbar-brand .navbar-toggle:focus,
.navbar .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar a {
    color: #000;
}

.navbar .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}

.navbar .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: relative;
    display: block;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.8);
}

.navbar .header-bar {
    background: transparent;
    position: relative;
    min-height: 22px;
    margin-bottom: 0;
    border: none;
}

 .navbar-toggle {
    background-color: rgb(255,255,255);
    border-color: rgb(255,255,255);
    color: rgb(7,22,137);
}

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

.navbar-inverse .header-links {
    background-color: #fff;
    height: 22px;
}

.navbar-inverse .header-links > li > a,
.navbar-inverse .header-links > li > a:focus,
.navbar-inverse .header-links > li > a:visited {
    color: rgba(7,22,137,.9);
    padding: 0 15px;
    line-height: 4px;
    text-transform: uppercase;
    font-family: "Gotham",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    font-weight: 700;
}

.navbar-inverse .header-links > li > a:hover {
    color: rgba(0,0,0,.6);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgb(196,189,188);
    border-color: rgb(255,255,255);
    color: rgb(255,255,255);
}

.header-links p, .header-search p {
}

@media screen and (max-width: 768px) {
    .navbar-inverse .header-links {
        height: 0;
    }
    .navbar-inverse .header-links > li {
        text-align: center;
        width: 100%;
    }
    .navbar-inverse .header-links > li > a {
        padding: 10px 15px;
        line-height: 10px;
        background-color: rgb(255,255,255);
        width: 100%;
    }
    .navbar-inverse .header-links > li > a:hover {
        background-color: #d4d4d4;
    }
}

nav.navbar.shrink { /* Shrinky top nav */
  min-height: 25px;
}

nav.shrink a {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  line-height: 25px;
}

nav.shrink .navbar-brand {
}

nav.shrink .navbar-toggle {
  padding: 0 5px;
  margin: 8px 15px;
}

@media(min-width:767px) {
    .navbar {
        letter-spacing: 1px;
        -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 {
    }
}

/* -- Header Search Styles --------------- */
#search-content {
    margin: -11px -15px 0 0;
}

#search-content .navbar-form {
    margin: 0;
}

#search-content form input {
	border: none;
	margin-top: 0;
}

#search-content form input#search-box {
	background-color: rgba(159,183,15,1);/*   rgba(196,189,188,1);  */
	color: #000;
	height: 22px;
	margin-right: 0;
	padding: 0 15px;
}

::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    font-style: italic;
}

:-ms-input-placeholder {  
    color: #fff;
    font-style: italic;
}

#search-content form input#search-btn {
	background: url(../images/search-btn.png) no-repeat;
	float: right;
	position: relative;
	left: 0;
	top: 0;
	border: none;
	font-size: 0;
	height: 22px;
	width: 23px;
}
#search-content form input#search-btn:hover {
	background: url(../images/search-btn-over.png) no-repeat;
	cursor:pointer;
}

@media(max-width:767px) {
    li #search-content {
        width: 100%;
    }
    #search-content {
        margin: 0 0 20px 0;
    }
    #search-content .navbar-collapse,
    #search-content .navbar-form {
        margin: 0;
        padding: 0;
        border: none;
        height: 22px;
        background-color: white;
    }
    
    #search-content form input {
    }
    #search-content form input#search-btn {
        float: none;
        position: relative;
        top: -5px;
        left: -4px;
    }
}

/* Scroll to Top Button */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: rgb(79,86,92);
	color: rgb(255,255,255);
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 15px;
	bottom: 80px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: rgb(7,22,137);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}