#main_menu_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  display: none;
}
#uo_head .uo_type {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-left: -15px;
}
#uo_head .uo_type a {
  position: relative;
  padding: 5px 15px;
  margin: 0;
}
#uo_head .uo_type a.active:after, #uo_head .uo_type a:after {
  content: "";
  display: block;
  border-bottom: 3px solid black;
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 5px);
  -webkit-transition: 0.13s ease;
  transition: 0.13s ease;
}
#uo_head .uo_type a:after {
  width: 0;
}
#uo_head .uo_type a:hover:after {
  width: 75%;
}
#uo_head .uo_type a:hover {
  color: black;
}
#uo_head .uo_type:hover a.active:after {
  width: 0;
}
#uo_head .uo_type:hover a.active:hover:after {
  width: 75%;
}
@media (min-width: 961px) {
  #uo_head .uo_main_menu_inner {
    margin-top: 12px;
    position: relative;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 79%;
    font-weight: 400;
    white-space: nowrap;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu .menuimg {
    height: 40px;
    width: auto;
    margin-right: 4px;
    vertical-align: middle;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu label.menu-toggle, #uo_head .uo_main_menu_inner .uo_main_menu input {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
    position: relative;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul i[class*="chevron"] {
    color: black;
    font-size: 0.8em;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .uo_main_menu_header {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul > li:last-child {
    margin-right: 30px;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li {
    display: inline-block;
    position: relative;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li:hover > .menu {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li a, #uo_head .uo_main_menu_inner .uo_main_menu ul li label {
    white-space: nowrap;
    padding: 12px 10px;
    display: inline-block;
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li a:hover, #uo_head .uo_main_menu_inner .uo_main_menu ul li label:hover {
    color: #aaa;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li a.link_header + label {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li.text-b a {
    font-weight: 700;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li.uo_red_link > label, #uo_head .uo_main_menu_inner .uo_main_menu ul li.uo_red_link > a {
    font-weight: bold;
    color: #EC4440;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li:first-child a, #uo_head .uo_main_menu_inner .uo_main_menu ul li:first-child label {
    padding-left: 0;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li:nth-child(2) a, #uo_head .uo_main_menu_inner .uo_main_menu ul li:nth-child(2) label {
    padding-left: 0;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu {
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
    list-style: none;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 20px 0px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    transition: visibility 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul {
    display: block;
    position: relative;
    width: 33%;
    padding-bottom: 15px;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul:after {
    content: "";
    position: absolute;
    height: 30%;
    width: 2px;
    background: #aaa;
    top: 50%;
    left: 99%;
    transform: translateY(-50%);
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    float: none;
    width: 100%;
    text-align: left;
    position: static;
    display: block;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li .menu {
    position: static;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    box-shadow: none;
    top: 0;
    padding: 0;
    transform: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li .menu ul {
    width: 100%;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li .menu ul:after {
    content: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li .angle {
    float: right;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li a, #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li label {
    padding: 12px 15px;
    font-weight: 500;
    display: block;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li label.menu-toggle {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li a.link_header + label {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li:hover > .menu {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li:hover > a, #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul li:hover > label {
    background: #f5f5f5;
    border-radius: 4px;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul .menu ul .back_header {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul.uo_menu_typed {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul.uo_menu_typed.active {
    display: flex;
  }
  #uo_head .uo_main_menu_inner .main_menu_left, #uo_head .uo_main_menu_inner .main_menu_right {
    background: white;
    position: absolute;
    padding: 7px 17px;
    display: none;
    z-index: 9;
  }
  #uo_head .uo_main_menu_inner .main_menu_left .fa, #uo_head .uo_main_menu_inner .main_menu_right .fa {
    color: black;
  }
  #uo_head .uo_main_menu_inner .main_menu_left {
    left: 0;
  }
  #uo_head .uo_main_menu_inner .main_menu_right {
    right: 21%;
  }
  #uo_head .uo_main_menu_inner .uo_search {
    width: 20%;
    /*input {
					font-size: 1em;
					border: none;
					padding: 8px 10px;
					border-radius: 6px;
					width: 305px;
					max-width: 100%;
					min-width: auto;
					box-shadow: inset 0 0 0 1px $semigray;
					border-radius: 5px;
					transition: ease 0.4s all;
					&:hover,
					&:active,
					&:focus {
						background: white;
						box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
						color: $black;
						border: none;
						outline: none;
					}
				}*/
  }
}
@media (min-width: 1281px) {
  #uo_head .uo_main_menu_inner .uo_main_menu ul li .menu {
    padding: 20px calc((100vw - 1280px) / 2 + 0px);
  }
}
@media (min-width: 1441px) {
  #uo_head .uo_type {
    padding-left: 0;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu {
    width: 79%;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li .menu {
    padding: 20px calc((100vw - 1280px) / 2 + 0px);
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul li a {
    font-size: 16px;
  }
  #uo_head .uo_main_menu_inner .uo_search {
    width: 21%;
  }
}
@media (max-width: 960px) {
  #uo_head {
    position: fixed;
    z-index: 8;
    /* fade in checked menu */
  }
  #uo_head .uo_type_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    background: white;
    z-index: 10;
    transform: translate3d(-280px, 0, 0);
    padding-top: 14px;
    padding-bottom: 14px;
    transition: transform 0.55s;
    padding-left: 15px;
  }
  #uo_head .uo_type_inner.uo_type_mobile_mode {
    transition: transform 0.55s;
    transform: translate3d(0, 0, 0);
  }
  #uo_head .uo_type_inner .uo_type {
    margin-left: -10px;
  }
  #uo_head .uo_type_inner .uo_type a {
    line-height: 1;
    position: relative;
    padding: 11px;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
  }
  #uo_head .uo_type_inner .uo_type a.active:after, #uo_head .uo_type_inner .uo_type a:after {
    width: 80%;
  }
  #uo_head .uo_type_inner .uo_type a:after {
    width: 0;
  }
  #uo_head .uo_type_inner .uo_type a:hover:after {
    width: 80%;
  }
  #uo_head .uo_type_inner .uo_type:hover a.active:after {
    width: 0;
  }
  #uo_head .uo_type_inner .uo_type:hover a.active:hover:after {
    width: 80%;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul.uo_menu_typed {
    display: none;
  }
  #uo_head .uo_main_menu_inner .uo_main_menu ul.uo_menu_typed.active {
    display: block;
  }
  #uo_head .uo_main_menu {
    margin-top: 59px;
    padding-top: 10px;
    position: fixed;
    height: calc(100vh - 59px) !important;
    z-index: 9;
  }
  #uo_head .uo_main_menu .menuimg {
    height: 46px;
    width: auto;
    margin-right: 6px;
    vertical-align: middle;
  }
  #uo_head .uo_main_menu .text-b a {
    font-weight: 700;
  }
  #uo_head .uo_main_menu .uo_red_link > label, #uo_head .uo_main_menu.uo_red_link > a {
    font-weight: bold;
    color: #EC4440;
  }
  #uo_head .uo_main_menu ul > li:last-child {
    margin-right: 0;
  }
  #uo_head label {
    cursor: pointer;
  }
  #uo_head label:focus {
    outline: none;
  }
  #uo_head .menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 280px;
    overflow-x: hidden;
    white-space: nowrap;
    height: 100%;
    transform: translate3d(-280px, 0, 0);
    transition: transform 0.55s;
    z-index: 9;
  }
  #uo_head .menu .fa {
    display: none;
  }
  #uo_head .menu label.menu-toggle {
    position: absolute;
    right: -60px;
    width: 60px;
    height: 60px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
  }
  #uo_head .menu ul li > label {
    background: url("/skin/img/eicons/chevron-right.svg") 95% 50%/16px 16px no-repeat;
  }
  #uo_head .menu ul li a {
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 50px;
    text-decoration: none;
    color: #000;
  }
  #uo_head .menu ul li a:hover {
    color: #666;
  }
  #uo_head .menu ul li a.link_header {
    display: none;
  }
  #uo_head .menu ul li .back_header a {
    text-transform: uppercase;
  }
  #uo_head .menu ul li label {
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 50px;
    text-decoration: none;
    color: #000;
  }
  #uo_head .menu ul li label:hover {
    background-color: #f5f5f5;
  }
  #uo_head .menu .menu label.menu-toggle {
    background: none;
  }
  #uo_head input.menu-checkbox {
    display: none;
  }
  #uo_head input.menu-checkbox:checked + .menu {
    transform: translate3d(0, 0, 0);
  }
  #uo_head input.menu-checkbox:checked + .menu label.menu-toggle {
    padding: 0 20px;
    display: block;
    text-indent: 0;
    background: none;
    position: static;
    right: auto;
    width: auto;
    height: auto;
    line-height: 50px;
    z-index: 99;
    background: url("/skin/img/eicons/chevron-left.svg") 5% 50%/16px 16px no-repeat;
  }
  #uo_head input.menu-checkbox:checked + .menu label.menu-toggle span {
    padding-left: 20px;
  }
  #uo_head input.menu-checkbox:checked + .menu label.menu-toggle:hover {
    background-color: #f5f5f5;
  }
  #uo_head .mobile_menu_active {
    transform: translate3d(0, 0, 0);
  }
  #uo_head .uo_main_menu_login_wrapper {
    line-height: 1;
    width: 100%;
    display: block;
    padding: 30px 0;
  }
  #uo_head .uo_main_menu_login_wrapper b {
    font-weight: 700;
    line-height: 50px;
    padding: 0 20px;
    line-height: 50px;
  }
  #uo_head .uo_main_menu_login_wrapper .region {
    padding: 0 20px;
    line-height: 50px;
    display: block;
    text-transform: uppercase;
    background: url("/skin/img/eicons/chevron-right.svg") 95% 50%/16px 16px no-repeat;
  }
  #uo_head .uo_main_menu_login_wrapper .btn {
    max-width: 100%;
    display: block;
    background: #151515;
    outline: none;
    border-radius: 5px;
    color: white;
    padding: 6px 25px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin: 15px 20px;
    font-weight: 700;
    transition: ease 0.4s all;
  }
  #uo_head .uo_main_menu_login_wrapper .btn:hover {
    color: white;
    background: #555;
  }
  #uo_head .uo_main_menu_login_wrapper .btn:active {
    color: white;
    background: #aaa;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-transparent {
    background: none;
    box-shadow: inset 0 0 0 1px #151515;
    color: #151515;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-transparent .fa, #uo_head .uo_main_menu_login_wrapper .btn-transparent .far, #uo_head .uo_main_menu_login_wrapper .btn-transparent .fab {
    color: #151515;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-transparent:hover {
    box-shadow: none;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-transparent:active {
    box-shadow: none;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-transparent:active .fa, #uo_head .uo_main_menu_login_wrapper .btn-transparent:active .far, #uo_head .uo_main_menu_login_wrapper .btn-transparent:active .fab, #uo_head .uo_main_menu_login_wrapper .btn-transparent:hover .fa, #uo_head .uo_main_menu_login_wrapper .btn-transparent:hover .far, #uo_head .uo_main_menu_login_wrapper .btn-transparent:hover .fab {
    color: #fff;
  }
  #uo_head .uo_main_menu_login_wrapper .btn-lg {
    padding: 13px 45px;
  }
}
