@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 #f09; margin: 0px 0px 0px ; padding: 0px 0px 10px; height: 100px; position: relative; z-index: 300; box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.0); border-bottom: 2px solid var(--main)}



.underline {background: var(--main); height: 2px; position: absolute; bottom: 0px; width: 100%}
.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20 }
.mainlogo img {height: 55px; }
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}


/********* home page header *********/

/* langs*/
 .selected_lang {display: none}

.nav-wrapper {  z-index: 400;
  margin: 0px;
  text-align: center;
    position: absolute;
    top: 0px; right: 10px; 
}
  .sl-nav {
  display: inline; font-weight: 200; font-size: 0.8em;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding:0px 5px 0px 0px; 
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {border: 0px solid #f09;
  position: absolute;
  top:18px;
  right: 0px;
  display: block;
  background: rgba(255,255,255,0.85);
  width: auto;
  padding: 1px 13px 0px 3px;
  z-index: 1;
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 0px;
  padding-bottom:0;
  z-index: 2;
    line-height: 1.6em;
  font-size: 1em; font-weight: 400;
  color: var(--secondary);
}
.sl-nav li ul li:hover {color: #000}
.sl-nav li ul li:last-of-type {
  padding-bottom: 5px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}

.selected_lang {color: #f09}

/* end langs*/


.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: 10px 0px 0px; cursor: pointer}
.signin {margin: 5px 0px 10px 10px; cursor: pointer}
/* menu */

#header_main .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px 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 #f09; margin: 0px 240px 10px ; padding: 0px; height: 100%; position: relative; z-index: 200; background:none}


.header_inside .mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20 }
.mainlogo img {height: 55px; }
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}


.header_inside .user_desk {position: absolute; right: 50px; top: 53px}
.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 #f09;
    width: auto;
    position: absolute; top: 90px; right: 0px;
}

.header_inside li {  background: #f6f6f6; height: 40px}

.header_inside li:first-child:after {
    content:"";
    position: absolute;
    right: 0px;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color: transparent transparent #f6f6f6 transparent;
    z-index:401!important;
    display: block; 
}


.header_inside li:first-child {padding-top: 9px; background: rgba(255,255,255,0); border: 0px solid #f09; border-bottom: 1px solid var(--main); height: 0px}

.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(--main) transparent;
    z-index:400!important;
    display: block
}

.header_inside ul .special {border-top: 1px solid rgba(0,0,0,0.2)!important}
.header_inside ul .special i  {transform: translateY(-6px); margin:  0px -6px 0px 5px!important; display: inline-block; color: var(--secondary); font-size: 0.8em}

.header_inside ul .special1 {border-bottom: 1px solid rgba(0,0,0,0.2)!important; display: none}
.header_inside ul .special1 i  {transform: translateY(-6px); margin:  0px -6px 0px 5px!important; display: inline-block; color: var(--secondary); font-size: 0.8em}

.header_inside li a {
  padding: 5px 60px 5px 10px;
  border: 0px solid #f4f4f4;
    color: var(--secondary);
    font-size: 1em; font-weight: 550; transform: translateY(-7px);
    line-height: 40px;
    display:inline-block; opacity: 0.8; 
}

.header_inside li a:hover {
  color: var(--secondary); opacity: 1;
}

.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 #f09;
}

.createtop {display: inline-block; line-height: 30px; padding-left: 20px; padding-right: 5px}
.createtop i {margin: 0px; padding: 0px; color: var(--s50); font-size: 0.8em}
.createtop a {margin: 0px; padding: 0px; color: var(--secondary); line-height: 35px; font-weight: 500; text-transform: uppercase}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 67px 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: 500px;
}

.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;
}


/********************************* header responsive desktop  *****************************/

@media (min-width: 1451px) {
    
 /* langs*/
.nav-wrapper { right: 240px!important;}
    
  .sl-nav {
  display: inline; font-weight: 200; font-size: 0.8em; 
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;text-transform: uppercase
}
.sl-nav li {
  cursor: pointer;
  padding:0px 5px 0px 0px; 
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {border: 0px solid #f09;
  position: absolute;
  top:18px;
  right: 0px;
  display: block;
  background: rgba(255,255,255,0.85);
  width: auto;
  padding: 1px 13px 0px 3px;
  z-index: 1;
}

.sl-nav li ul li  {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 0px;
  padding-bottom:0;
  z-index: 2;
    line-height: 1.6em;
  font-size: 1em; font-weight: 500;
  color: var(--secondary);
  cursor: pointer;
}
.sl-nav li ul li input { cursor: pointer; border: none; background: transparent; }
    .sl-nav li ul li input:hover{color: var(--secondary);}
    
.sl-nav li ul li:hover {color: #000}
.sl-nav li ul li:last-of-type {
  padding-bottom: 5px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
/* end langs*/       
    

#header_main ul {
  margin: 60px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
    background: none;
    width: auto;
    position: relative; top: -5px; 
}    
  #header_main li {
    float: left;
      margin: 0px 0px 0px 20px;
    line-height: 0px;
    display:block;
  }

    #header_main .login {margin-left: 40px;}
  #header_main li a {
    padding: 0px;
  }
  #header_main .menu {
    clear: none;
    float: right;
    max-height: none; 
  }
  #header_main .menu-icon {
    display: none;
  }

.login {margin: 0px 0px 0px 40px!important}
.signin {margin: 0px 0px 0px 20px}
    
}
/********* end home page header *********/


/********************************************tablet settings**********************************************************/
@media screen and (max-width: 1450px) {
#header_main, .header_inside { margin: 25px 0px 0px; padding: 0px 0px; height: 70px; position: relative; z-index: 300; background: var(--main)}
    
#header_inner {height: 70px}
    
.nav-wrapper { right: 10px!important;border: 0px solid #f09} #langs
    
.mainlogo {display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 5px; left: 10px; z-index: 20; display: block}
.mobilelogo img {height: 40px; }   
    
    
/* menu icon */

#header_main .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 10px;
  position: relative;
  user-select: none;
}
    
 #header_main ul {margin: 0px 0px 0px 0px;   }
    
    
.createtop i {color: var(--secondary); font-size: 0.8em}
.createtop a {margin: 0px; padding: 0px; color: var(--white); line-height: 35px; font-weight: 500; text-transform: uppercase}  
    
 /* langs*/
.nav-wrapper {  z-index: 400;
  margin: 0px;
  text-align: center;
    position: absolute;
    top: 0px; right: 240px; 
}
  .sl-nav {
  display: inline; font-weight: 200; font-size: 0.8em; 
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;text-transform: uppercase
}
.sl-nav li {
  cursor: pointer;
  padding:0px 5px 0px 0px; 
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {border: 0px solid #f09;
  position: absolute;
  top:18px;
  right: 0px;
  display: block;
  background: rgba(255,255,255,0.85);
  width: auto;
  padding: 1px 13px 0px 3px;
  z-index: 1;
}

.sl-nav li ul li  {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 0px;
  padding-bottom:0;
  z-index: 2;
    line-height: 1.6em;
  font-size: 1em; font-weight: 500;
  color: var(--secondary);
  cursor: pointer;
}
.sl-nav li ul li input { cursor: pointer; border: none; background: transparent; }
    .sl-nav li ul li input:hover{color: var(--secondary);}
    
.sl-nav li ul li:hover {color: #000}
.sl-nav li ul li:last-of-type {
  padding-bottom: 5px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
/* end langs*/       
    
    
    
    
    
/********* other page header *********/
.header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 10px; height: 70px; position: relative; z-index: 300; background: var(--main); top: 0px}

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; 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: 30px}
.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 #f09;
    width: 100%;
    position: absolute; top: 60px; right: 0px;
}

.header_inside li {  background: #f1f1f1;}

.header_inside li:first-child:after {
    content:"";
    position: absolute;
    right: 10px;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color: transparent transparent #f1f1f1 transparent;
    z-index:401!important;
    display: block
}


.header_inside li:first-child {padding-top: 9px; background: rgba(255,255,255,0); border: 0px solid #f09; border-bottom: 1px solid var(--main)}

.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(--main) 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: 45px;
    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 #f09;
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 45px 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: 500px;
}

.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;
}    
        
    

}

/********************************************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) {
 
#header_main, .header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 10px; height: 70px; position: relative; z-index: 300; background: var(--main); top: 25px}
    
#header_inner { height: 70px; }

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 5px; z-index: 20; display: block}
.mobilelogo img {height: 40px; }
.nav-wrapper {  right: 10px;
}
      
 #header_main ul {margin: 0px 0px 0px -10px;}
    
#signup_dialog {width: 90%}
    
/********* other page header *********/
.header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 10px; height: 70px; position: relative; z-index: 300; background: var(--main); top: 0px}

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; 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: 37px}
.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 #f097;
    width: 100%;
    position: absolute; top: 60px; right: 0px;
}

.header_inside li {  background: #f1f1f1;}

.header_inside li:first-child:after {
    content:"";
    position: absolute;
    right: 10px;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color: transparent transparent #f1f1f1 transparent;
    z-index:401!important;
    display: block
}

.createtop {display: none}
  .header_inside ul .special1 {display: block}
.header_inside li:first-child {padding-top: 9px; background: rgba(255,255,255,0); border: 0px solid #f09; border-bottom: 1px solid var(--main)}

.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(--main) 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: 45px;
    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 #f09;
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 46px 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: 500px;
}

.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;
}    
    
.header_inside ul .special i  {transform: translateY(-8px);}

.header_inside ul .special1 i  {transform: translateY(-8px)}

    
    }