/* START CUSTOM BUTTONS */
.custom_btn{
    background: #459243;
    width: 140px;
    text-align: center;
    /* font-family: "Josefin Sans", sans-serif; */
    text-transform: capitalize;
    padding: 22px 22px !important;
    color: white !important;
    cursor: pointer;
    display: inline-blockc !important;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    display: inline-block !important;
}
.custom_btn:hover{
  transform: scaleX(1);
  z-index:2;
  background: #a2bb3a;
  -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}
.custom_btn:hover::before{
  transform: scaleX(1);
}
.custom_btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background-image: -webkit-linear-gradient(left,#a2bb3a,#459243);
    z-index: -1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
  }



  .custom_btn_down{
      background: #164194;
      width: 140px;
      text-align: center;
      /* font-family: "Josefin Sans", sans-serif; */
      text-transform: capitalize;
      padding: 22px 22px !important;
      color: white !important;
      cursor: pointer;
      display: inline-blockc !important;
      font-weight: 500;
      border-radius: 5px;
      line-height: 1;
      -moz-user-select: none;
      letter-spacing: 1px;
      line-height: 0;
      margin-bottom: 0;
      cursor: pointer;
      transition: color 0.4s linear;
      position: relative;
      z-index: 1;
      border: 0;
      overflow: hidden;
      margin: 0;
      display: inline-block !important;
  }
  .custom_btn_down:hover{
    transform: scaleY(1);
    z-index:2;
    background: rgba(76, 175, 80, 0);
    -moz-transition: all 0.5s ease-in;
      /* WebKit */
      -webkit-transition: all 0.5s ease-in;
      /* Opera */
      -o-transition: all 0.5s ease-in;
      /* Standard */
      transition: all 0.5s ease-in;
  }
  .custom_btn_down:hover::before{
    transform: scaleY(1);
  }
  .custom_btn_down::before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 101%;
      height: 101%;
      background-image: -webkit-linear-gradient(left,#214493,#0b6e6c);
      z-index: -1;
      border-radius: 5px;
      transition: transform 0.5s;
      transition-timing-function: ease;
      transform-origin: 0 0;
      transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
      transform: scaleY(0);
      border-radius: 0px;
    }

  /* END CUSTOM BUTTONS */

  .menu_nav ul li{
    padding-left:10px;
  }
  .menu_nav ul li ul{
    padding-left:10px;
  }

.flyout-content *{
  color : #164194!important;
}
.flyout-alt a:hover {
  color: #c65094!important;
}
.flyout-alt li:hover {
  color: #c65094!important;
}
.flyout-content li:hover {
  color: #c65094!important;
}
.sticky-bar {
  position: fixed!important;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  animation: mymove 300ms cubic-bezier(.47,1.3,.41,1) 0s normal none 1 running;
  -webkit-animation: mymove 300ms cubic-bezier(.47,1.3,.41,1) 0s normal none 1 running;
  animation-duration: 0.7s;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

@keyframes mymove {
  from {top: -100px;}
  to {top: 0px;}
}

.meniu_master{
  z-index:99999;
  cursor: pointer;
  position: absolute;;
  height:100px;
  display:flex;
  align-items: center;
  background-color:rgba(255,255,255,1);
}
.culoare{
  -webkit-box-shadow: 0px 8px 13px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 13px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 8px 13px -5px rgba(0,0,0,0.75);
}
.logo{
  max-width:235px;
  margin:0.5rem;
}
@media only screen and (max-width: 1197px) {
  .rotate {
    position:relative;
    transform-origin:center;
    transform:rotateZ(45deg);
  }
  .hamburger_trigger{
    display: block!important;
    margin-left: auto!important;
  }
  .site_ul a{
    margin-right:100px;
    overflow-wrap: break-word;
    display: block;
  }
  .menu_nav{
    position: fixed;
    top: 100px;
    width:100%;
    z-index: 2;
    transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;

    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-duration:0.25s;

    transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  .has_submenu{
    background: rgba(0,0,0,0)!important;
    text-align: center;
    width:50px;
    position:absolute;
    top:0px;
    left:calc(100% - 50px);
    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-duration:0.25s;
  }
  .has_sub_menu_rotation{
    transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;

    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-duration:0.25s;

    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
  }
  .site_ul{
    position: relative;
    padding-left:0px;
    margin-top:0px;
    height:100%;

    -webkit-box-shadow: 0px 8px 13px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 13px -5px rgb(0 0 0 / 75%);
  }
  .site_ul *{
    font-size:1.4rem;
    list-style: none;
  }
  .site_ul  ul{
    border-left:2px white solid;
  }
  .site_ul  li{
    background-color:white;
      padding-left:1.6rem;
      padding-bottom:0.5rem;
  }

  .flyout,.flyout-alt,.flyout-alt-right{
    position:relative;
  }
.flyout-content,.flyout-content2,.flyout-content2-right{
  transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;

  transition-duration:0.25s;
  -o-transition-duration:0.25s;
  -moz-transition-duration:0.25s;
  -webkit-transition-duration:0.25s;

  transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  height:0px;
}
  .show_element{
    transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;

    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-duration:0.25s;
    transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);

    height:auto;
  }

}
@media only screen and (min-width: 1197px) {
  .hamburger_trigger{
    display:none!important;
  }
  .site_ul a{
    margin-right:25px!important;
  }
  .has_submenu{
    left:calc(100% - 50px)!important;
      display:none;
  }

  .flyout-content li,.flyout-content{
    padding-left:0px;
    margin-left: 0px;
  }
  .menu * {
    color: var(--acol2)!important;
  }
  .menu{
    display:flex;
    justify-content: flex-end;
    position:relative;
    width:100%;
    height:100%;
  }
  .site_ul{
    display:flex;
    justify-content: flex-end;
    align-items:center;
    height:100%;
  }
  /***        FLYOUT               ***/
  .flyout{
    position:relative;
  }
  .flyout-content{
    position:absolute;
    top:150%;
    left:0px;
    transform-origin: top center;
    transition-duration:0.25s;
    transform: scaleY(0); /* IE 9 */
  }
  .flyout:hover > .flyout-content{
    top:100%;
    left:0px;
    transform-origin: top center;
    transition-duration:0.25s;
    transform: scaleY(1); /* IE 9 */
  }
  .flyout-content2{
    position:absolute;
    top:0%;
    left:100%;
    padding-left:0px;
    transform-origin: left top;
    transition-duration:0.25s;
    transform: scaleY(0); /* IE 9 */
  }
  .flyout-content2-right{
    position:absolute;
    top:0%;
    left:-100%;
    padding-left:0px;
    transform-origin: left top;
    transition-duration:0.25s;
    transform: scaleY(0); /* IE 9 */
  }
  /***        FLYOUT             ***/
  /***        FLYOUT ALT              ***/
  .flyout-alt{
    position:relative;
  }
  .flyout-alt:hover > .flyout-content2{
    top:0px;
    left:100%;
    transform-origin: left top;
    transition-duration:0.25s;
    transform: scaleX(1); /* IE 9 */
  }
  .flyout-alt:hover{
  }
  /***        FLYOUT ALT              ***/
  /***        FLYOUT ALT    RIGHT          ***/
  .flyout-alt-right{
    position:relative;
  }
  .flyout-alt-right:hover > .flyout-content2-right{
    top:0px;
    left:-100%;
    transform-origin: left top;
    transition-duration:0.25s;
    transform: scaleX(1); /* IE 9 */
  }

  /***        FLYOUT ALT   RIGHT           ***/
  .flyout-content li:first-child,.flyout-content2 li:first-child{
    margin-top:0px;
  }
  /*  Design  */
  .site_ul{
    margin:0px;
  }
  .site_ul > li{
    list-style-type: none;
    padding: 20px 5px 20px 5px;
    font-size:1.2rem;
    margin:0px 4px 0px 4px;
    overflow-wrap: break-word;
    font-weight: bold;
    /* font-family: 'Open Sans Bold'; */
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
  }

  .flyout-content > li,.flyout-content2 > li,.flyout-content2-right > li{
    list-style-type: none;
    background-color: white;
    padding: 5px 2px 5px 10px;
    width:250px;
    font-size:1.2rem;
    color:black;
    font-weight: bold;
    /* font-family: 'Open Sans Bold'; */
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
  }

}
