
.nav-bg-color .page-center {
     float: none !important;
     max-width: 1220px;
     margin: 0 auto !important;
     padding:0 10px;
  display: flex;
  align-items: center;
   justify-content: space-between;
}

   
 .mobile-menu-container{
     display: none;
}
 .menu-container>span>div>ul{
     display: inline-flex;
    /* padding-left: 20px;
     */
     top: 30px;
     position: relative;
}
 .menu-container>span>div>ul>li{
     list-style: none;
     padding-right: 33px;
     height: 30px;
}
/* .menu-container li {
     list-style: none;
     padding-right: 33px;
     height: 30px;
}
 */
 .brand{
    
   max-width: 200px;
/*     margin: 0 auto; */
}

 .nav-container {
    /* display: inline-flex;
     */
     width: 100%;
}
 .menu-container {
    /* display: inline-flex;
     */
     max-width: 750px;
     top: -15px;
     float: right;
     position: relative;
     height: auto;
}
 .menu-container a {
     font-family: 'Museo', sans-serif;
}
/*  .nav-bg-color{
     background: #f0f2f4;
     height: 100px;
	 position:fixed;
	 width:100%;

} */
 .nav-bg-color{
    background: #f0f2f4;
     padding: 40px 0;
	 z-index:9;

}
.nav-bg-color.fixed-nav {
    position: fixed;
    width: 100%;
}
 .menu-container li>.hs-menu-children-wrapper {
     visibility: hidden;
     opacity: 0;
    /* width: auto;
     */
}
 .menu-container li:hover>.hs-menu-children-wrapper {
     visibility: visible;
     opacity: 1;
    /* width: auto;
     */
}
 .menu-container .hs-menu-children-wrapper {
     display: block ;
     background: white;
    /* padding: 0 !important;
     */
     width: auto;
     position: absolute !important;
     margin-left: -26px;
     visibility: hidden;
     z-index: 1;
     opacity: 0;
     border-radius: 10px;
     top: 34px;
     -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
     transition: all .5s ease-out;
     box-shadow: 0px 5px 18px rgb(203, 208, 212);
}
 .menu-container li.hs-menu-item.hs-menu-depth-2 a {
     display: block;
     padding: 10px 26px;
     text-decoration: none;
     transition: all 500ms ease-in-out;
}
 .menu-container .hs-menu-children-wrapper a:hover {
    /* color: #33c8e9 !important;
     */
     opacity: .8;
     -ms-transform: translate(6px,0px);
    /* IE 9 */
     -webkit-transform: translate(6px,0px);
    /* Safari */
     transform: translate(6px,0px);
    /* Standard syntax */
     position: relative;
     transition: all 500ms ease-in-out;
}
 .menu-container .hs-menu-item.hs-menu-depth-2:not(:last-child) {
     border-bottom: 1px solid #e6e7e8;
}
 .hs-menu-children-wrapper li{
}
 .menu-container ul.hs-menu-children-wrapper {
     min-width: 156px;
     max-width: 240px;
}
 .languagepicker {
     display: inline-block;
     padding: 0;
     height: 40px;
     min-height: 40px;
     overflow: hidden;
     transition: all .6s ease;
     vertical-align: top;

}
 .languagepicker:hover {
    /* don't forget the 1px border */
     height: 280px;
    /* max-height: 500px;
     transition: max-height 0.15s ease-out;
     */
}
 .languagepicker a{
     color: #000;
     text-decoration: none;
}
 .languagepicker li {
     display: block;
     line-height: 40px;
}
 .languagepicker img {
     vertical-align: middle;
     width: 26px;
	 height: 26px;
}



/* STARTING MAIN NAV */

/*      .menu-container{
         display: none;
    } */
    /* NEW */
     .mobile-menu-container{
         display: block;
    }
     ul.languagepicker.roundborders.mobile {
    position: relative;
    z-index: 5;
    top: -21px;
       left: 96%;
    /* margin: 10px; */
}
     .mobile-menu-container input#burger {
         display: none;
    }
label {
    left: -86px;
}
label span {
/*     margin-left: 76px; */
    position: relative;
}
.main-current-nav > span > div > ul {
  display: block !important;
}
.main-current-nav ul li.hs-menu-depth-1 {
  float: none !important;
}
.mobile-menu-container #burger + label {
    left: -65px;
    position: relative;
    top: 0 !important;
    width: 30px;
    height: 30px;
    display: block
}
     .mobile-menu-container > input + label span {
         position: absolute;
         width: 100%;
         height: 4px;
         top: 50%;
        /* margin-top: -1px;
         */
         right: 0;
         display: block;
         background: #777;
         border-radius: 4px;
         transition: .5s;
    }
     .mobile-menu-container input + label span:first-child {
         top: 0px;
       width: 30px;
    }
     .mobile-menu-container input + label span:nth-child(2) {
         width: 20px;
       top: 10px;
    }
     .mobile-menu-container input + label span:last-child {
         top: 20px;
         width: 10px;
    }
     label:hover {
         cursor: pointer;
    }
     .mobile-menu-container > input:checked + label span {
         opacity: 0;
         top: 50%;
    }
     .mobile-menu-container > input:checked + label span:first-child {
         opacity: 1;
         transform: rotate(405deg);
          width: 30px;
    }
     .mobile-menu-container > input:checked + label span:last-child {
         opacity: 1;
         transform: rotate(-405deg);
          width: 30px;
    }
     .mobile-menu-container > input ~ nav {
         background: #f0f2f4;
         position: fixed;
         top: 100px;
         left: 0;
         width: 100%;
         height: 0;
         z-index: 3;
         transition: .5s;
         transition-delay: .5s;
         overflow-y: scroll;
      -ms-overflow-style: scroll; 
    }
    
     .mobile-menu-container > input ~ nav ul {
         text-align: center;
         position: relative;
/*          top: 15%; */
        /* left: 20%;
         right: 20%;
         */
         font-size: 1.3em;
         color: #777;
    }
     ul#list{
        margin: 30px 0 ;
    }
     .mobile-menu-container > input ~ nav > span > div > ul > li > a {
         visibility: hidden;
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
       font-family: Museo-Bold;
    }
   .mobile-menu-container > input ~ nav .main-current-nav a{
     visibility: hidden;
         opacity: 0;
         transition: .3s;
         transition-delay: 0s;
   }
   .mobile-menu-container > input:checked ~ nav .main-current-nav a { 
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
/*          color:#777; */
         
    }
     .mobile-menu-container > input ~ nav > #list > li > a{
         visibility: hidden;
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
    }
     .mobile-menu-container > input ~ nav > ul > li > a {
         text-decoration: none;
         font-family: Museo-Bold; 
         color: #777;
         font-weight: ;
         
         display: block;
/*          padding: 5px; */
    }
     .mobile-menu-container > #burger:checked ~ nav {
         height: 100%;
/*          height: 1800px ; */
         transition-delay: 0s;
       overflow: scroll;
    }
     .mobile-menu-container > input:checked ~ nav > span > div > ul > li > a {
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
         color:#777;
         font-family: Museo-Bold;
    }
     .mobile-menu-container > input:checked ~ nav > #list > li > a{
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
         
       text-transform: capitalize;
    }
     .mobile-menu-container > input:checked ~ nav > .horizontal-separator-line {
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
         
         font-family: Museo-Bold;
    }
     .mobile-menu-container > input ~ nav > .horizontal-separator-line{
         visibility: hidden;
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
    }
   
   .mobile-menu-container > input ~ nav .return-to-main{
         visibility: hidden;
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
    }
    .mobile-menu-container > input:checked ~ nav .return-to-main  {
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
         color:#777;
         font-family: Museo-Bold;
    }
/*    A possible elegant solution */
/*    .mobile-menu-container input ~ *:not(label){
         visibility: hidden;
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
    }
    .mobile-menu-container input:checked ~ *:not(label)  {
         visibility: visible;
         opacity: 1;
         transition-delay: .3s;
         color:#777;
         font-family: Museo-Bold;
    } */
   
   nav > span > div > ul > li > a {
    padding: 5px 0;
}
  nav a {
         display: block;
           
      padding: 9px 0;
    }
/*     nav a:hover:not(.brand-logo) {
        
         color: #90C8F2 !important;
         -ms-transform: translate(6px,0px);
        
         -webkit-transform: translate(6px,0px);
       
         transform: translate(6px,0px);
      
         position: relative;
    } */
   
 nav a:hover:not(.brand-logo) {
        
         background: #7ED3F7 !important;
          color: #fff;
         
      
         position: relative;
    }
     .horizontal-separator-line {
         background: rgba(119, 119, 119, 0.11);
         max-width: 400px;
         height: 2px;
         position: relative;
         margin: 21px auto;
    }
   .return-to-main a {
    border-radius: 100px;
    font-size: 19px;
    font-family: Museo-Medium;
    background: #7ED3F7;
    padding: 14px 28px;
    position: relative;
    
    text-align: center;
    color: white;
    text-decoration: none;
     max-width: 200px;
    margin: 0px auto 30px auto;
		 transition: all 300ms ease;
}
  
.return-to-main a:hover {
    opacity:.8;
	transition: all 300ms ease;
}
   


nav ul.hs-menu-children-wrapper{
   background: #eaeaea;
     width: 100% !important;
   }
   .current-nav-header{
      text-align: center;
     font-family: Museo-Bold;
     font-size: 1.8em;
     
   }
   
.hs-menu-depth-2 a {
    font-size: .7em;
}
   
.main-current-nav {
    position: relative;
/*     margin-top: 140px; */
}
  .my-icons {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
   .rotate {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
     transition-duration: .4s;
}
/*    .child-trigger {
    width: 30px;
    position: absolute;
    top: 14px;
    right: 31%;
} */
.child-trigger {
      position: relative;
    /* text-align: center; */
    /* padding: 20px; */
    z-index: 999999;
    margin-top: -37px;
    padding: 9px 0;
/*     background: #ff00002b; */
    
}
   i.icon-thumbs-up {
    visibility: hidden;
}
.main-horizontal-nav {
    margin-right: 50px;
    z-index: 4;
}

.main-horizontal-nav > span > div > ul {
    flex-wrap: wrap;
   display: flex;
}
.main-horizontal-nav a {
  font-weight: 400;
  font-family: 'Museo', sans-serif;
}
.main-horizontal-nav span > div > ul >li {
    padding:10px 20px;
  font-family: 'Museo', sans-serif;
}
.main-horizontal-nav span > div > ul >li > a {
  padding: 0 !important;
  font-size: 17.6px;
}
.main-horizontal-nav span > div > ul >li:hover>a {
    
  color: #90c8f2;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
.main-horizontal-nav ul.hs-menu-children-wrapper>li{
    display: block;
    
}
.main-horizontal-nav ul.hs-menu-children-wrapper {
    display: block ;
  position: absolute;
      background: #fff;
  margin-left: -25px;
  border-radius: 10px;
/*      top: 34px; */
     -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
     transition: all .5s ease-out;
     box-shadow: 0px 5px 18px rgb(203, 208, 212);
}
 .main-horizontal-nav li>.hs-menu-children-wrapper {
/*    display:none; */
     visibility: hidden;
     opacity: 0;
   width: 200px;
   -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
     transition: all .5s ease-out;
    /* width: auto;
     */
}
 .main-horizontal-nav li:hover>.hs-menu-children-wrapper {
/*    display: block; */
     visibility: visible;
     opacity: 1;
   width: 200px;
   
   
}
 .main-horizontal-nav .hs-menu-children-wrapper > li > a {
   color: #777;
    
    display: block;
    padding: 13px 26px;
    font-size: .9em;
    font-family: 'Museo', sans-serif;
}
.main-horizontal-nav{
  
}
.main-horizontal-nav {
    
}


.main-horizontal-nav .hs-menu-wrapper > ul ul li:hover>a {
    color: #90c8f2;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}

.shit{
  visibility:hidden;
  
}

@media only screen and (max-width: 959px) {
  .main-horizontal-nav {
   visibility:hidden;
    display: none;
  }
}
@media only screen and (max-width: 516px) {
  .mobile-menu-container #burger + label {
    position: relative;
/*     top: -32px; */
    
}
}


@media only screen and (max-width:516px){ 
.main-horizontal-nav {
    visibility: hidden;
    display: none;
}
  .mobile-menu-container #burger + label {
   
    top: 12px;
    
}
  ul.languagepicker.roundborders.mobile {
    position: relative;
    z-index: 5;
    top: 0;
    left: 91%;
   
    
}
	.language {
  
   
   
    
}
}




@media only screen and (max-width:700px){ 

	.language {
  
   
    left: 89% !important;
    
}
	.main-current-nav{
		zoom:.9; /*Remove to go back to default size*/
	}
	ul#list {
   
    zoom: .7;
}
} 










.ab-switcher {
    /* height: 100px; */
    position: relative;
    display: flex;
    
    z-index: 9;
}


#language-input {
  display: none;
}
.language{
	    position: absolute;
    top: -35px;
    right: 0;
    left: auto !important;
    line-height: 15px;
    width: 20px;
    padding: 7px;
    border: solid 3px #bbb;
    border-radius: 7px;
    background-color: #ccc;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    opacity: 0.3;
    transition: 1s;
    /* animation: hide-language 7s forwards; */
    

}
/* .language {
    position: relative;
    
    left: 20px;
    line-height: 15px;
    width: 100px;
    padding: 7px;
    border: solid 3px #bbb;
    border-radius: 7px;
    background-color: #ccc;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    opacity: 0.3;
    transition: 1s;

    float: right;
} */

.language:hover {
  animation-play-state: paused;
  opacity: 0.7;
}

.language a {
  display: block;
  line-height: 15px;
  max-height: 0;
/*   width: 100px; */
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
	cursor: pointer;
    z-index: 4;
    position: relative;
}

#language-input:checked + .language:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 4;
  cursor: auto;
}

#language-input:checked + .language a {
  max-height: 15px;
  opacity: 1;
  padding: 14px 0 7px 0;
  pointer-events: all;
}

