﻿@font-face {font-family: "TradeGothicLTBold";
  src: url("/fonts/cb7d0b0968943ceca839712e38df14c1.eot"); 
  src: url("/fonts/cb7d0b0968943ceca839712e38df14c1.eot?#iefix") format("embedded-opentype"), 
       url("/fonts/cb7d0b0968943ceca839712e38df14c1.woff2") format("woff2"), 
       url("/fonts/cb7d0b0968943ceca839712e38df14c1.woff") format("woff"), 
       url("/fonts/cb7d0b0968943ceca839712e38df14c1.ttf") format("truetype"), 
       url("/fonts/cb7d0b0968943ceca839712e38df14c1.svg#Trade Gothic LT Bold") format("svg");                                                                                                  
    font-weight: normal;
    font-style: normal;
    font-size-adjust: 0.5;
}
/*=================== nav bar ===================*/
.navbar-custom {
    background-color:#000;
    z-index: 1002;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(188, 143, 143, 0.5);
    text-transform: uppercase;
    font-family: "TradeGothicLTBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight:normal
}

    .navbar-custom .navbar-right {
        margin-right: -15px;
    }

    .navbar-custom .navbar-brand {
        color: rosybrown;
        font-size: 1.2em;
        text-transform: lowercase;
        line-height: 27px;
        margin: 0 0 10px 0;
    }

        .navbar-custom .navbar-brand span {
            color: rosybrown;
        }

    .navbar-custom a:focus,
    .navbar-custom a:focus,
    .navbar-custom a:active {
        outline: 0;
    }

    .navbar-custom .nav li a {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        color: rosybrown;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus,
        .navbar-custom .nav li a:active {
            background-color: transparent;
            opacity: 0.8;
        }

        .navbar-custom a:focus,
        .navbar-custom .nav li a:focus {
            opacity: 1;
        }


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        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-custom.top-nav-collapse {
            padding: 0;
            border-bottom: 1px solid rgba(188, 143, 143, 0.5);
            background: #000;
        }
}


