.navbar-nav > li > a {
    color: #222 !important;
    font-family: "Big Caslon", serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding-top: 25px;
}

li.dropdown {
    margin-left: 31px;
}

.navbar-nav > li > a {
    line-height: 20px;
}

.dropdown-1:after {
  position: absolute;
  top: -16px;
  left: 18px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-2:after {
  position: absolute;
  top: -16px;
  left: 150px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-3:after {
  position: absolute;
  top: -16px;
  left: 320px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-4:after {
  position: absolute;
  top: -16px;
  left: 480px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-5:after {
  position: absolute;
  top: -16px;
  left: 560px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-6:after {
  position: absolute;
  top: -16px;
  left: 640px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.dropdown-7:after {
  position: absolute;
  top: -16px;
  left: 700px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #b9a149;
  border-left: 16px solid transparent;
  content: '';
}

.fc-gradient-4 {
    background: #fff;
}

.fc-nav-wrap {
background-color: #fafafa;
border-top: 1px solid #b8a149;
border-bottom: 1px solid #b8a149;
}

.navbar-inverse .navbar-nav > li > a > span.active {
border-bottom: none;
}

    ul .fc-3-col-dropdown {
      height: 120px;
    }

    ul .fc-4-col-dropdown {
      height: 120px;
    }

.navbar-header-two {
    background-repeat: no-repeat;
    background-color: #fafafa;
    text-align: center;
    border-top: 1px solid #d7c681;
    padding: 5px;
}

@media (max-width: 480px) {
.dropdown-1:after, .dropdown-2:after, .dropdown-3:after, .dropdown-4:after, .dropdown-5:after, .dropdown-6:after {
display: none; 
}

}



@media (min-width: 480px) {

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #b9a149;
}

.navbar-header-two {
    background-repeat: no-repeat;
    background-color: #fafafa;
    text-align: center;
    border-top: 1px solid #d7c681;
    padding: 5px;
}

}

