﻿.navbar .navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar .navbar-header img {
    height: 38px;
}

@media (min-width:768px) {
    .navbar .navbar-header img {
        height: 77px;
    }
}

/*.navbar .nav > li > a {
    line-height: 95px;
}*/

.navbar {
    background-color: #fff !important;  /**#2d2d2d !important;*/
    z-index: 100;
    border-bottom: 1px solid #a2a2a2;
    /*-webkit-box-shadow: 0 0 5px 0 #ccc !important;
    -moz-box-shadow: 0 0 5px 0 #ccc !important;
    box-shadow: 0 0 5px 0 #ccc !important;*/
}

.nav {
    font-family: 'GTAMERICA';
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky .navbar-header img {
        height: 95px;
    }

    .sticky .nav > li > a {
        line-height: 75px;
    }

.header-title {
    background-color: #fff;/*#2d2d2d;*/
}

.navbar .navbar-nav > .active > a {
    color: #ff4501;
}

.btn {
    background-color: #fff;
}

.btn--primary:before, .btn--primary:after {
    background-image: none !important;
}

.link {
    background-image: linear-gradient(90deg,#ff4501 0,#ff4501 50%,#000 50.001%,#000 100%);
}

div.copy {
    padding: 0.875rem 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -45px;
}
