@charset "utf-8";

/* Menu */

#menu {
  font-family: verdana,arial,sans-serif;
  font-size: 15px;
  background-color: #7E021C;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 1;
  border-bottom: solid #A6A397 1px;
  -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.4);
}

#menu h1, #menu ul, #menu p, #menu img {
  margin: 0;
  padding: 0;
  border: 0;
}

#menu h1 {
  font-weight: normal;
}

#menu ul {
  list-style: none;
}

#menu a {
  text-decoration: none;
  color: #FFF;
  cursor:pointer;
  }

.menu-label {
  font-weight: normal;
  cursor:pointer;
}

/* Top buttons */

#menu .menu-top > li {
  border: solid transparent 1px;
  float: left;
  position: relative;
  text-align: center;
  cursor:pointer;
}

#menu .menu-top > li:hover {
  border: solid #000 1px;
  background-color: #303030;
}


#menu .menu-top .menu-right {
  float: right;
}

#menu .menu-top .login {
  float: right;
  background-color: transparent!important;
  border: solid transparent 1px !important;
  margin-top: 10px;
}

#menu .menu-top .search {
  float: right;
  background-color: transparent!important;
  border: solid transparent 1px !important;
}

#menu .menu-button {
  display: block;
  line-height: 30px;
  padding: 4px 14px;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.80);
}

#menu li:hover .menu-button {
  color: #FFF;
}

#menu .menu-drop {
  padding-right: 15px;
}

#menu .menu-drop .menu-label {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.80);
}

#menu .menu-drop .menu-label::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  display: inline-block;
  postition:relative;
  padding-left:10px;
  -webkit-font-smoothing: antialiased;
}

#menu li:hover .menu-drop .menu-label::after {
  content: "\f0d8";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  display: inline-block;
  postition:relative;
  -webkit-font-smoothing: antialiased;
}

/* Dropdown */

#menu .menu-dropdown {
  border-left: solid #000 1px;
  border-right: solid #000 1px;
  border-bottom: solid #000 1px;
  margin: 0 0 0 -1px;
  text-align: left;
  background-color: #FFF !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  left: -5000px;
  z-index: 400;
  padding:6px 0 6px 0;
}

#menu .menu-dropdown:last-child {
  padding:6px 0 0 0;

}

#menu li:hover .menu-dropdown {
  left: 0;
  opacity: 1;
}

#menu .menu-right:hover .menu-dropdown {
  left: auto;
  right: 0;
}

#menu .menu-sub {
  margin: 5px 0;
}

/* FontAwesome */

.fa-space{
margin-right:23px;
}

.fa-fw {
font-size:18px;
margin-right:13px;
}

.fas[data-type] {
  position: relative;
}

.fas[data-type]:after {
  position: absolute;
  right: -1.25em;
  top: -.35em;
  content: attr(data-type);
  padding: .15em;
  border-radius: 1.2em;
  line-height: 1.5em;
  color: white;
  background: rgba(160, 130, 130, .99);
  
  text-align: center;
  min-width: 1.5em;
  font: bold .70em sans-serif;
}

    .numberCircle {
    font: 16px arial, sans-serif;
    font-weight:bold;
    width: 1.5em;
    height: 1.5em;
    box-sizing: initial;
    background: #fff;
    border: 0.1em solid #CCC;
    color: #d14401;
    text-align: center;
    border-radius: 50%;
    line-height: 1.5em;
    box-sizing: content-box;
    }

/* Dropdown content */

#menu .menu-sub li {
  white-space: nowrap;
}

#menu .menu-sub li:hover {
}

#menu .menu-subbutton {
  display: block;
  padding: 7px 20px;
  line-height: 1.3;
  color: #303030 !important;
}

#menu .menu-sub li:hover .menu-subbutton {
  background-color: #ececec;
  color: #fff;
}

#menu .menu-sub li:hover:last-child .menu-subbutton {
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 6px;0px 0px 6px 6px;6px;
  border-radius: 0px 0px 6px 6px;
}

#menu .menu-sub li:hover .menu-modal {
  background-color: #ececec;
  color: #fff;
}

#menu .menu-sub li:hover:last-child .menu-modal {
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 6px;0px 0px 6px 6px;6px;
  border-radius: 0px 0px 6px 6px;
}

#menu .icon {
vertical-align:middle;
margin-right:10px;
}

#menu .menu-row {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#menu .menu-row .menu-sub {
  margin: 0;
}

 .triangle-with-shadow {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -72px;
    overflow: hidden;
}
 .triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
    top: 75px;
    left: 25px;
}


