nav a {
  text-decoration: none;
  display: inline-block;
}
span.bar {
  display: block;
  width: 35px;
  height: 3px;
  margin-top: 8px;
  background: #fff;
}
span.bar.navigateBar {
  background: #2EB4B0;
}
#togg_menu {
  border: none;
  cursor: pointer;
  text-align: right;
  right: 20px;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: 10px;
}
.faStyle{
  position: absolute;
  right: 30px;
  z-index: 0;
  color: #5ABEE3;
  top: 19px;
}
.faStyle.navFa{
  color:#5ABEE3;
}
#togg_menu:focus ~ header > .megaMenu {
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
header .megaMenu {
  transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
  width: 250px;
  height: 100%;
  padding-top: 50px;
  z-index: 100;
  box-shadow: 0px 5px 10px rgba(0,0,0,.3);
}
header .megaMenu li {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border-left: 5px solid transparent;
}
header .megaMenu li a {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
header .megaMenu li a:hover {
  color: #3e98db;
}
header .megaMenu li:hover {
  border-left: 5px solid #2EB4B0;
}
header .biggie {
  transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  list-style-type: none;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  padding-top: 50px;
  background: #fff;
  z-index: -1;
}
.stuff:hover > .biggie {
  transform: translateX(252px);
  -ms-transform: translateX(252px);
  -o-transform: translateX(252px);
  -webkit-transform: translateX(252px);
  -moz-transform: translateX(252px);
}
main {
  margin: 50px auto;
  width: 60%;
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  text-align: center;
}
.btn-language{
  position: relative;
  right: 60px;
  z-index: 0;
  height: 46px;
  line-height: 40px;
  border: none;
  width: 59px;
  color: #fff;
}
.dropdown-menu {
  right: 58px;
  left: auto;
  text-align: center;
}
.posDesktop{
right: 0;
left: auto;
}