/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#nav_link {
  padding-left: 0; }
  #nav_link .inner {
    float: left;
    background: #d3b32d; }
    #nav_link .inner a {
      display: inline-block;
      font-size: 12px;
      line-height: 1.25em;
      letter-spacing: 0.1em;
      font-weight: 500;
      color: #fff;
      padding: 5px 12px;
      text-transform: uppercase;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #nav_link .inner a:hover {
        color: #ac840a; }
      #nav_link .inner a.contact-link {
        position: relative; }
        #nav_link .inner a.contact-link:before {
          content: '';
          display: block;
          position: absolute;
          left: -2px;
          top: 48%;
          width: 1px;
          height: 12px;
          background: #fff;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (max-width: 1199px) {
    #nav_link {
      width: auto; } }
  @media (max-width: 991px) {
    #nav_link .inner a {
      font-size: 10px;
      line-height: 1.25em;
      letter-spacing: 0em;
      padding: 5px 8px; }
      #nav_link .inner a.contact-link:before {
        height: 10px; } }
  @media (max-width: 767px) {
    #nav_link .inner a {
      font-size: 9px;
      padding: 4px 8px; }
      #nav_link .inner a.contact-link:before {
        height: 8px; }
      #nav_link .inner a .contact-label {
        display: none; } }
