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

.clearfix::after, .container::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .row::after {
clear:none;
}

.container > .navbar-collapse {
width:auto;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: transparent;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

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

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

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

.navbar-custom a {
    color: #000;
}

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

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active,
.navbar-custom .nav li.active a {
    outline: 0;
    background-color: transparent;
}

@media(min-width:992px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 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;
    }
    
    .navbar-header {
    height:0;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(0,0,0,.3);
    }
}

a.nav-toggle {text-align:center;font-size:1.2em;}
#nav {border-top:0;}
#nav ul li {text-align:center;}


@media screen and (min-width: 992px) {
	.nav-collapse ul li.nav-item {display:inline;}
}

@media screen and (max-width: 991px) {
	a.nav-toggle {display:block;}
	#nav ul {display:block;}
	#nav ul li a {float:none;}
	a.nav-toggle:link, a.nav-toggle:focus {height:30px;color:transparent  !important;text-align:center;}
	a.nav-toggle.active, a.nav-toggle.active:focus {background-position: bottom center !important;}
}

@media screen and (max-width: 991px) {
}

@media(max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
        z-index:1;
    }
}

@media(max-width: 991px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        z-index:1;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}