@charset "UTF-8";
/* CSS Document */


#header_main {border: 0px solid #f09; margin: 0px 240px 10px ; padding: 0px; height: 100px; position: relative; z-index: 300; }

#header_inner {border: 0px solid var(--main); border-bottom: 2px solid var(--secondary); margin: 0px  ; padding: 0px; height: 80px; position: relative; z-index: 300}


.mainlogo {border: 0px solid var(--main); position: absolute; bottom: 10px; z-index: 20 }
.mainlogo img {height: 60px; }
.mobilelogo {border: 0px solid var(--main); position: absolute; bottom: 0px; z-index: 20; display: none}


/********* home page header *********/

.button_m {font-weight: 400; padding: 0px 20px!important; border-radius: 300px;color: #fff!important; background: var(--main);text-shadow: 1px 1px 2px rgba(0,0,0,0.1); white-space: nowrap; }

#header_main ul {
  margin: 0px 0px 0px -10px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 0px solid #f09;
    background: #f1f1f1;
    width: calc(100% + 0px);
    position: absolute; top: 70px
}

#header_main li a {
  padding: 5px 20px;
  border: 0px solid #f4f4f4;
    color: #444;
    font-size: 1.1em; font-weight: 500;
    line-height: 30px;
    display:inline-block;
    
}

#header_main li a:hover {
  color: var(--main);
}

.login {margin: 0px; min-width: 160px; background: var(--secondary); color: var(--white)!important}
.signin {margin: 0px; min-width: 160px; margin-left: 15px;}
.signin:hover {color: var(--secondary)!important;}

.login:hover {color: var(--main80)!important; background: var(--secondary)!important}

.link_owner {position: absolute; right: 380px; bottom: 20px; font-size: 1.2em; font-weight: 250; color: var(--secondary80)}
.link_owner:hover {color: var(--main)}

#header_main .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 10px solid #f09;
}


/* menu icon */

#header_main .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 10px;
  position: relative;
  user-select: none;
}

#header_main .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

#header_main .menu-icon .navicon:before,
#header_main .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

#header_main .menu-icon .navicon:before {
  top: 8px;
}

#header_main .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

#header_main .menu-btn {
  display: none;
}

#header_main .menu-btn:checked ~ .menu {
  max-height: 440px;
}

#header_main .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#header_main .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#header_main .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#header_main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#header_main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/********* other page header *********/
.header_inside {border: 0px solid var(--main); margin: 0px ; padding: 0px; height: 100%; position: relative; z-index: 200;}


.header_inside .mainlogo {border: 0px solid var(--main); position: absolute; bottom: 10px; z-index: 20 }
.mainlogo img {height: 55px; }
.mobilelogo {border: 0px solid var(--main); position: absolute; bottom: 0px; z-index: 20; display: none}



.header_inside .user_desk {position: absolute; right: 50px; top: 45px}
.header_inside .user_desk i {font-size: 20px; margin: 0px 0px 0px 10px}
.header_inside .user_desk a i {color: #444}
.header_inside .user_desk a i:hover {color: var(--main)}
.header_inside .user_desk span {font-size: 0.9em; font-weight: 200; margin: 0px 0px 0px 10px}


.header_inside ul {
  margin: 0px 0px 0px 0px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 0px solid var(--secondary);
    width: auto;
    position: absolute; top: 71px; right: 0px;
}

.header_inside li {  background: var(--secondary80);}

.header_inside li:first-child:after {
    content:"";
    position: absolute;
    right: 0px;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color: transparent transparent var(--secondary80) transparent;
    z-index:401!important;
    display: block
}


.header_inside li:first-child {padding-top: 9px; background: none; border: 0px solid var(--main); border-bottom: 2px solid var(--secondary)}

.header_inside ul:after {
    content:"";
    position: absolute;
    right: 0px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color: transparent transparent var(--secondary) transparent;
    z-index:400!important;
    display: block
}

.header_inside li a {
  padding: 5px 50px 5px 10px;
  border: 0px solid #f4f4f4;
    color: var(--white);
    font-size: 0.95em; font-weight: 300;
    line-height: 26px;
    display:inline-block;
}

.header_inside li a:hover {
  color: var(--main);
}

/* menu */

.header_inside .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid var(--main);
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 52px 0px 0px 0px;
  position: relative;
  user-select: none;
}

.header_inside .menu-icon .navicon {
  background: var(--main);
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before,
.header_inside .menu-icon .navicon:after {
  background: var(--main);
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before {
  top: 8px;
}

.header_inside .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header_inside .menu-btn {
  display: none;
}

.header_inside .menu-btn:checked ~ .menu {
  max-height: 440px;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* languages */
.langs { background: var(--secondary); height: 24px; position: relative; }

.l_select {display: table; position: absolute; right: 10px; bottom: 0px}
 .vline { font-size: 0.5em; font-weight: 200; color: var(--secondary60); display: inline-block; transform: translateY(-2px); margin: 0px 3px; }

.l_select input {line-height: 26px; font-size: 0.6em; font-weight: 550; color: var(--secondary20)}
.l_select input:hover {color: var(--secondary20)}
.selected_lang input, .mob_lang .selected_lang input {color:var(--secondary80)!important; pointer-events: none}

.mob_langs {display: none}

.mob_langs input , .l_select input {margin: 0px; background: none; border: none; display: inline-block; cursor: pointer}
.mob_langs form , .l_select form {display: inline-block}

.mob_langs input {line-height: 22px; font-size: 0.8em; font-weight: 550; color: var(--secondary20)}   


/********************************************general mobile settings**********************************************************/
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    
.langs { display: none}
    
.mob_langs {border-top: 1px solid var(--secondary40); padding: 5px 10px; background: var(--secondary)!important; display: block}
.do_show {display: block}
.dont_show {display: none!important}
    
#header_main, .header_inside {border: 0px solid var(--main); margin: 0px; padding: 0px 10px; height: 50px; position: relative; z-index: 300; background: var(--main); top: 0px}
    
#header_inner { height: 60px; border-bottom: 0px solid var(--secondary)}

.mainlogo {border: 0px solid var(--main); position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid var(--main); position: absolute; bottom: 5px; z-index: 20; display: block}
.mobilelogo img {height: 40px; }
.nav-wrapper {  right: 10px;
}
      
 #header_main ul {margin: 0px 0px 0px 0px;}    

.link_owner {position: absolute; right: 60px; bottom: 24px; font-size: 1.1em; font-weight: 200; color: var(--white)}
    .link_owner:hover {color: var(--secondary)} 
/********* other page header *********/
.header_inside {border: 0px solid var(--secondary); margin: 0px; padding: 0px 10px!important; height: 60px; position: relative; z-index: 300; background: var(--main); top: 0px}

.mainlogo {border: 0px solid var(--main); position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid var(--main); position: absolute; bottom: 5px; z-index: 20; display: block}
.mobilelogo img {height: 35px; }
.nav-wrapper {  right: 10px;
}
      
.header_inside .user_desk {position: absolute; right: 50px; top: 27px}
.header_inside .user_desk i {font-size: 20px; margin: 0px 0px 0px 10px}
.header_inside .user_desk span {font-size: 0.8em; font-weight: 200; margin: 0px 0px 0px 10px}


.header_inside ul {
  margin: 0px 0px 0px 0px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 0px solid green;
    width: 100%;
    position: absolute; top: 51px; right: 0px;
}

.header_inside li {}

.header_inside li:first-child:after {
    content:"";
    position: absolute;
    right: 10px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px;
    border-color: transparent transparent transparent transparent;
    z-index:401!important;
    display: block
}


.header_inside li:first-child {padding-top: 9px; background: rgba(255,255,255,0); border: 0px solid var(--main); border-bottom: 0px solid var(--main)}

.header_inside ul:after {
    content:"";
    position: absolute;
    right: 0px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px;
    border-color: transparent transparent transparent transparent;
    z-index:400!important;
    display: block
}

.header_inside li a {
  padding: 5px 20px 5px 10px;
  border: 0px solid #f4f4f4;
    font-size: 1.0em; font-weight: 400;
    line-height: 25px;
    display:inline-block;
}

.header_inside li a:hover {
  color: var(--main);
}

.login {margin: 10px 0px 0px}
.signin {margin: 5px 0px 10px 10px}
/* menu */

.header_inside .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid var(--main);
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 0px 0px 0px;
  position: relative;
  user-select: none;
}

.header_inside .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before,
.header_inside .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before {
  top: 8px;
}

.header_inside .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header_inside .menu-btn {
  display: none;
}

.header_inside .menu-btn:checked ~ .menu {
  max-height: 340px;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}    

    
    }

/********************************************tablet settings**********************************************************/
@media screen and (max-width: 1300px) {

#header_main, .header_inside { margin: 0px 0px 0px; padding: 0px 0px; height: 70px; position: relative; z-index: 300; background: var(--main)}

.mainlogo {border: 0px solid var(--main); position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid var(--main); position: absolute; bottom: 10px; z-index: 20; display: block; left: 10px}
.mobilelogo img {height: 40px; }

#header_main ul {margin: 0px 0px 0px 0px; }   
}

#header_main .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid #f09; text-align: center;  
}

.login, .signin {margin: 10px;}

/********************************* header responsive desktop  *****************************/

@media (min-width: 1300px) {
    
#header_main {border: 0px solid #f09; margin: 0px ; padding: 0px; height: 100px; position: relative; z-index: 300; }

#header_main ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
    background: none;
    width: auto; right: 0px;
    position: absolute; top: 55px;  border: 0px solid #f90!important;
}   
    
.login {margin: 0px; min-width: 160px; background: var(--secondary); color: var(--white)!important}
.signin {margin: 0px; min-width: 160px; margin-left: 15px; color: var(--white)!important}

    
  #header_main li {
    float: left;
      margin: 0px 0px 0px 20px;
    line-height: 0px;
    display:block;
  }

  #header_main li a {
    padding: 0px;
  }
  #header_main .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  #header_main .menu-icon {
    display: none;
  }
}