.sm-menu {
	background: #DFD4A6;
}
.sm-menu a, .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active {
	padding: 10px 20px;
	padding-right: 58px;
	color: #8F141B;
	text-decoration: none;
}

/*
.sm-menu a.current {
	color: #fff;
	background: red;
}
.sm-menu a.disabled {
  color: #a1d1e8;
}
*/

.sm-menu a .sub-arrow {
	position: absolute;
	top: 45%;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;

  margin-top: 0;
  right: 8px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid dashed dashed dashed;
  border-color: #8F141B transparent transparent transparent;
  background: transparent;
  border-radius: 0;
}

.sm-menu a .sub-arrow::before{
  content: '+';
}
.sm-menu a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-menu > li:last-child > a.highlighted, .sm-menu > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-menu ul {
	background-color: #EFEAD3;
}
.sm-menu ul ul {
	background-color: #E5DDB8;
}
.sm-menu ul a, .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active {
  background: transparent;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-menu ul a.current {
  background: #006892;
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: #fff;
}
.sm-menu ul a.disabled {
  color: #b3b3b3;
}
.sm-menu ul ul a,
.sm-menu ul ul a:hover,
.sm-menu ul ul a:focus,
.sm-menu ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-menu ul ul ul a,
.sm-menu ul ul ul a:hover,
.sm-menu ul ul ul a:focus,
.sm-menu ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-menu ul ul ul ul a,
.sm-menu ul ul ul ul a:hover,
.sm-menu ul ul ul ul a:focus,
.sm-menu ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-menu ul ul ul ul ul a,
.sm-menu ul ul ul ul ul a:hover,
.sm-menu ul ul ul ul ul a:focus,
.sm-menu ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-menu ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-menu ul li:first-child {
  border-top: 0;
}


@media (min-width: 1100px){
  .sm-menu ul {
    position: absolute;
    width: 12em;
  }

  .sm-menu li {
    float: left;
  }

  .sm-menu.sm-rtl li {
    float: right;
  }
  .sm-menu ul li, .sm-menu.sm-rtl ul li, .sm-menu.sm-vertical li {
    float: none; /* none */
  }

  .sm-menu a {
    white-space: nowrap;
  }

  .sm-menu ul a, .sm-menu.sm-vertical a {
    white-space: normal;
  }

  .sm-menu .sm-nowrap > li > a, .sm-menu .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-menu a, .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted{
    padding: 10px 10px;
    color: #8F141B;
  }
  .sm-menu a.has-submenu{ padding-right: 24px; }

  .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
    background-color: #EFEAD3;
  }


  .sm-menu ul {
    padding: 7px 0 0 0;
    background: #EFEAD3;
    border: 1px solid #DFD4A6;
    border-top: none;
  }

  .sm-menu ul ul {
    padding: 0;
    background: #F9F6ED;
    border: 1px solid #DFD4A6;
  }

  .sm-menu ul a, .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active, .sm-menu ul a.highlighted {
    padding: 9px 10px 9px 0;
    color: #8F141B;
  }
  .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active, .sm-menu ul a.highlighted {
    background: #F9F6ED;
  }

  .sm-menu ul a .sub-arrow{
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 4px; /*10*/
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8F141B;
  }

  .sm-menu ul li {
    border: 0;
  }
  .sm-menu .scroll-up,
  .sm-menu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #DFD4A6;
    height: 20px;
  }
  .sm-menu .scroll-up-arrow,
  .sm-menu .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8F141B transparent;
  }
  .sm-menu .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8F141B transparent transparent transparent;
  }


  .sm-menu ul.doble {
	max-width: inherit !important;
    width: 500px !important;
  }
  .sm-menu ul.doble > li {
    float: left;
    width: 50%;
  }


  .sm-menu ul ul ul{
    background: #EFEAD3;
  }
  .sm-menu ul ul a:hover, .sm-menu ul ul a:focus, .sm-menu ul ul a:active, .sm-menu ul ul a.highlighted {
    background: #EFEAD3;
  }


  .sm-menu.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-menu.sm-rtl > li:first-child > a, .sm-menu.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
  }
  .sm-menu.sm-rtl > li:last-child > a, .sm-menu.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }
  .sm-menu.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-menu.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-menu.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-menu.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-menu.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-menu.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 20px; /*0*/
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-menu.sm-vertical > li:first-child > a, .sm-menu.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
  }
  .sm-menu.sm-vertical > li:last-child > a, .sm-menu.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
  }
  .sm-menu.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-menu.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-menu.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*# sourceMappingURL=sm-menu.css.map */

/*************************************************************************/
/*************************************************************************/

.main-nav {
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 1100px) {
  #main-menu {
    clear: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #8F141B;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1100px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
