#menu {
    width: 100px;
    height: 115px;
    position: fixed;
    top: 0;
    right: 0;
    /* background-color: rgba(200, 200, 200, 0.2); */
    z-index: 100;
    padding: 35px;
    /* display: flex; */
}

#newtec-logo-link {
  position: fixed;
  top: 35px;
  left: 35px;
  z-index: 100;
  height: 50px;
  transition: 200ms ease-in-out all;
}

.newtec-logo {
    float: left;
    height: 100%;
    width: auto;
}

.newtec-logo img {
    height: 100%;
    width: auto;
}

#gradient-background {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: linear-gradient(#2a2a2a75 0%, #a7a7a700 100%);
}

#gradient-background.active {
  /* opacity: 1; */
  transition: 200ms ease-in-out all;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#gradient-background.deactive {
  /* opacity: 0; */
  transition: 200ms ease-in-out all;
  background: rgba(44, 44, 44, 0.26);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: calc(100vw - 20px);
  margin: 10px;
  border-radius: 20px;
}

#newtec-logo-link.deactive  {
  transition: 200ms ease-in-out all;
}


/*
 *
 * Menu Box
 *
 */

.menu-box {
    padding-top: 70px;
    position: fixed;
    float: right;
    right: -450px;
    top: 0;
    z-index: 5;
    width: 450px;
    height: 100vh;
    background-color: rgba(246, 241, 238, 0.95);
    overflow-x: hidden;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.menu-show {
    right: 0px;
    transition: right 200ms ease-in-out;
}

.menu-hide {
    right: -450px;
    transition: right 200ms ease-in-out;
}

@media screen and (max-width: 450px) {
    .menu-box {
        width: 390px;
        right: -390px;
    }

    .menu-show {
        right: 0px;
        transition: right 200ms ease-in-out;
    }
}

/*
 * /Menu Box
 */


/*
 *
 * Menu Content
 *
 */

.menu-box .menu-content {
    width: 100%;
    height: 100%;
    padding: 15px 30px 15px 15px;
}

.menu-content .menu-list li {
    padding: 5px 0px 5px 20px;
}

.menu-content .menu-list li a span {
    color: #8B634B;
    font-size: 30px;
}

.menu-content .menu-list li a img {
    float: right;
}

.menu-content .menu-list li a:FOCUS {
    text-decoration: none;
}

.menu-content .menu-list li a:HOVER {
    text-decoration: none;
}

.menu-item a:HOVER {
    cursor: pointer;
}

.img-flag img {
    width: 26px;
    height: 20px;
}

.dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border-width: 0px;
    display: block;
    transition: max-height 200ms ease-in-out;
}

.dropdown-menu .dropdown-toggle img, .menu-item-sub img {
  border-radius: 50%;
  border: 2px solid #8B634B;
  width: 25px;
  height: 25px;
}

.menu-item-sub span {
    font-weight: 200;
    font-size: 25px !important;
    padding: 0 !important;
}

.open .dropdown-menu {
    transition: max-height 200ms ease-in-out;
}

.dropdown-menu-outer {
    max-height: 0px;
    overflow-y: hidden;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: transparent;
    background-color: #e8e8e8 !important;
}


/*
 * /Menu Content
 */


/*
 *
 * Menu Button
 *
 */

.menu-button {
    position: absolute;
    right: 45px;
    top: 45px;
    float: right;
    height: 45px;
    width: 45px;
    z-index: 10;

    transition: 200ms ease-in-out all;
}

.menu-button.deactive {
  transition: 200ms ease-in-out all;
}

.menu-button-toggle {
    /* top: 5px; */
    border-width: 0;
    position: relative;
    float: right;
    /* padding: 9px 10px; */
    /* margin-top: 10px; */
    margin-right: 2px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.menu-button-toggle {
    border: none;
    background: transparent !important;
}

.menu-button-toggle:hover {
    background: transparent !important;
}

.menu-button-toggle .icon-bar {
    width: 39px;
    height: 3px;
    transition: all 0.2s;
    display: block;
    border-radius: 1px;
}

.menu-button-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.menu-button-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 9% 8%;
    background-color: #2a2a2a;
}

.menu-button-toggle .middle-bar {
    opacity: 0;
}

.menu-button-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 9% 91%;
    background-color: #2a2a2a;
}

.menu-button-toggle.collapsed .top-bar {
    transform: rotate(0);
    background-color: black;
}

.menu-button-toggle.collapsed .middle-bar {
    opacity: 1;
    background-color: black;
}

.menu-button-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: black;
}

.menu-button-toggle:FOCUS {
    outline-width: 0;
    background-color: none;
}

.hide-trans {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.show-trans {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}


/*
 * /Menu Button
 */


/*
 *
 * Scroll bar
 *
 */

.dropdown-menu-outer::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background: transparent;
}

.dropdown-menu-outer::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.dropdown-menu-outer::-webkit-scrollbar-thumb {
    background: #8B634B;
    border: 1px solid #8B634B;
    /* border-radius: 50px; */
}

.dropdown-menu-outer::-webkit-scrollbar-thumb:hover {
    /* background: #8B634B; */
}

.dropdown-menu-outer::-webkit-scrollbar-thumb:active {
    /* background: #8B634B; */
}

.dropdown-menu-outer::-webkit-scrollbar-track {
    /* background: #e80000; */
    /* background: rgba(246, 241, 238, 0.8); */
    background: transparent;
    border: 0px none #666666;
    /* border-radius: 53px; */
}

.dropdown-menu-outer::-webkit-scrollbar-track:hover {
    background: #666666;
}

.dropdown-menu-outer::-webkit-scrollbar-track:active {
    background: #333333;
}

.dropdown-menu-outer::-webkit-scrollbar-corner {
    background: transparent;
}

#menu a span {
    font-family: "Source Sans Pro Light" !important;
}

/*
 *
 * Search bar
 *
 */

.search-bar {
  font-size: 30px;
  line-height: 30px;
  font-family: Source Sans Pro Light, sans;
  box-sizing: border-box;
}

.search-bar form {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.search-bar input {
  flex-shrink: 3;
  padding: 15px;
  height: 60px;
  background-color: rgba(246, 241, 238, 0.95);
  border: none;
  min-width: 0;
}

.search-bar input[type="image"] {
  width: 65px;
}

.search-bar input[type="text"] {
  width: 100%;
}

.search-header {
  display: flex;
}

.search-header h2 {
  line-height: 60px;
}

.search-header.search-bar form {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .search-header h2 {
    display: none;
  }

  .search-header {
    padding: 10px;
  }

  .search-header form {
    width: 100%;
  }
}

@media only screen and (min-width: 2560px) {

  .caret {
    margin-left: 15px;
    margin-top: -15px;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  /* Menu */
  #menu a span {
    font-size: 40px;
  }
  
  .menu-box {
    right: 0px;
    width: 666px;
  }

  .menu-hide {
    right: -666px;
  }

  .menu-item-sub span {
    font-size: 35px !important;
  }

  /* .menu-button-toggle .top-bar {
    transform-origin: 10% 10%;
  } */
}


@media only screen and (min-width: 3840px) {
  /* Menu */
  #menu a span {
    font-size: 75px;
  }
  
  .menu-box {
    right: 0px;
    width: 900px;
  }

  .menu-hide {
    right: -900px;
  }

  .menu-item-sub span {
    font-size: 50px !important;
  }

  /* .menu-button-toggle .top-bar {
    transform-origin: 10% 10%;
  } */
}

