	@charset "UTF-8";
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;	
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
  display: block;
}

.sm a.disabled {
  cursor: default;
}


.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

.main-nav {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

.menu {
    z-index: 90;
    width: 50%; 
    height: 0vh;
    background: #504C9A;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	position:fixed;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.main-menu-btn {
  padding: 0.5rem 1rem 0.25rem 1rem;
  position: relative;
  display: inline-block;
  max-width: 3.75rem;
  height:3.75rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background:#EB5B25;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  right: 23px;
  height: 4px;
  width: 36px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -9px;
  left: 4px;
}

.main-menu-btn-icon:after {
  content: "";
  top: 9px;
  left: 4px;
}

/* 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);
  background:#222;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background:#222;
}

/* 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) ~ .menu .nav-menu-content-wrapper {
  display: none;
}

#main-menu-state:checked ~ .menu .nav-menu-content-wrapper {
  display: block;
}*/
#main-menu {display: none;}

#main-menu-state:not(:checked) ~ .menu > #main-menu {
  display: none;
}

#main-menu-state:checked ~ .menu > #main-menu {
  display: block;
}



/*
@media (min-width: 601px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }


  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
*/
#main-menu {
  clear: both;
}

@media (min-width: 601px) {
  #main-menu.justified > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }
}
.wrapper-topmenu {
}


@media screen and (min-width: 601px) and (max-width: 1334px) {
  #main-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 3840px) {
  .wrapper-topmenu {
    position: absolute;
    top: 3rem;
    z-index: 99;
    left: 0;
    right: 0;
    height: 0;
    background: transparent;
  }

  #main-menu {
    width: 75%;
	margin:2rem auto 0 auto;
	max-height:50%;
  }

  .main-menu-btn {
    top: -1rem;
    left: 10%; 
    z-index:100;
  }


  .sm {
    top: 6rem;
	box-sizing: border-box; 

  }
  
  .menu {
    z-index: 90;
    width: 50%;
    height: 0vh;
    background: #fff;
    position: fixed;
    top: 0%;
    bottom: 0%;
	left:0;
    right: 50%;
    position: fixed;
}

  .main-nav.menu-horizontal {
    height: 0;
  }

  .main-menu-btn-text {
    color: #222;
	font-size:1.25rem;
	display:none;
  }
}
.moremenu a b {
  line-height: 1;
  font-size: 1.333rem;
}

.sm-clean .mega-menu.sm-nowrap li.mega-flex > a,
.sm-clean .mega-menu.sm-nowrap li.mega-flex > :not(ul) a {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.sm-clean {
  border-radius: 0.125rem;
}
.sm-clean a {
  padding: 0.75rem 0.75rem;
  /* make room for the toggle button (sub indicator) */
  padding-right: 2.75rem;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  color: #222;
  font-family: "Barlow", verdana, arial, helvetica, sans-serif;
  text-transform:uppercase;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 3.25rem;
  text-decoration: none;
}
.sm-clean ul li a { line-height: 1.5rem;}

.sm-clean a.current, .sm-clean a.active {
  color: #333438;
}
.sm-clean a.disabled {
  color: #b2b3b8;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  left: auto;
  right: 0rem;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  font: bold 1rem/2rem monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.125rem;
}
.sm-clean a .sub-arrow::before {
  content: "+";
}
.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 0.125rem 0.125rem 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0.125rem 0.125rem;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > 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-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
 /* background: rgba(151, 153, 160, 0.1);*/
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 1.5rem;
  border-left: 0.75rem solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 1.5rem solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 2.25rem solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 3rem solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 3.75rem solid transparent;
}

@media (min-width: 601px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: relative;
    width: 12em;
  }

  .sm-clean li {
   width:100%;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 0;
    border-radius: 0;
  }
  .sm-clean a {
    padding: 0.25rem 12px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    color: #222;
    border-radius: 0 !important;
	display:inline-block;
  }

  
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #EB5B25;
  }
  .sm-clean > li > a:hover > span{
	 -webkit-animation: tracking-out-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	        animation: tracking-out-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards; 
  }
  
  .sm-clean > li > a > span{
	 webkit-animation: tracking-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	        animation: tracking-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			
  }
  
  @-webkit-keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: 0.25rem;
    opacity: 1;
  }
}
@keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: 0.25rem;
    opacity: 1;
  }
}



 @-webkit-keyframes tracking-in-expand {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: 0.25rem;
    opacity: 0;
  }
}
@keyframes tracking-in-expand {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: 0.25rem;
    opacity: 0;
  }
}



  
  .sm-clean a.current, .sm-clean a.active {
    color: #EB5B25;
  }
  .sm-clean a.disabled {
    color: #b2b3b8;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 2px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #222222 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
/*  .sm-clean > li > ul::before,
.sm-clean > li > ul::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #9799a0 transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #e7e7e9 transparent;
  }*/
  .sm-clean ul {
    padding: 5px 0;
  }
  .sm-clean ul a {
    padding: 0.25rem 0.75rem 0.25rem 1.5rem; 
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    color: #222222;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
   /* background: #fff; */
   line-height:1.5rem;
    color: #6C8A7E;
  }
  .sm-clean ul a.current, .sm-clean ul a.active {
    color: #6C8A7E; font-weight:500;
  }
  .sm-clean ul a.disabled {
    background: #e7e7e9;
    color: #cccccc;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #222222;
  }
  .sm-clean .scroll-up,
.sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #e7e7e9;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
.sm-clean .scroll-down:hover {
    background: #fff;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #333438 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #333438 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
.sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #0026a8 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #0026a8 transparent transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 0.75rem 0;
    border-radius: 0.125rem;
  }
  .sm-clean.sm-vertical a {
    padding: 0.75rem 0.75rem;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #e7e7e9;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0026a8;
  }
  .sm-clean.sm-vertical > li > ul::before,
.sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 0.75rem 0.75rem;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #e7e7e9;
  }
}
@media (max-width: 1280px) {
.main-menu-btn {
  max-width: 4.75rem;
  height:4.75rem;
  }
}

@media (max-width: 880px) {
.menu { width: 70%;  left: 30%; }

}

@media (max-width: 660px) {
.menu { width: 100%;  left: 0%; }

}

@media (max-width: 480px) {
.main-menu-btn {
  max-width: 3.5rem;
  height:3.5rem;
  left: 5%;
  } 
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  right: 19px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 4px;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 4px;
}  
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  font-size: 1.25rem;
  line-height: 1.25rem;
 }
#main-menu { width: 90%; }

}

