.main-header {
  height: auto;
  left: 0;
  position: relative;   /* Take space */
  /*position: absolute;*/   /* on top */
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main-header .top-bar {
  background: #FFFFFF;
  line-height: 50px;

  font-size: 17px;
  border-top: 3px solid #229954;
}
.main-header .top-bar i {
  color: orange;
  /* margin-right: 5px; */
  display: inline-block;
}
.main-header .top-bar a {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  margin-right: 10px;
}
.main-header .top-bar a:hover {
  color: orange;
}
.main-header .top-bar .language {
  background-color: #14284b;
  color: white;
  font-weight: bold;
  font-size: 20px;
  /* text-transform: uppercase; */
}

.main-header .top-phone-no {
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
}

.main-header .sticky-wrapper {
  background: #14284b;
}
.main-header .navgiation-wrapper {
  /* background: rgba(0, 0, 0, 0.6); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-container {
  border-bottom: 0px solid #EEEEEE;
  padding-bottom: 0px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

a.logo {
  display: inline-block;
  margin-right: -135px;
}
a.logo img {
  display: block;
  max-width: 90%;
}
.navbar-default {
  border: none;
  background: transparent;
  margin-bottom: 0px;
  padding: 12px 0;
}

.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #14284b;
  width: 100%;
  padding: 0px;
  margin: 0 !important;
}

.navbarsFT {
  display: none;  /* do not display by default */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 991px) {
  .navbarsFT {
    display: block; /* display when window shrink */
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  
  .main-header {
    background: #2C2C2C;
    position: relative;
  }  

  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }  
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }  
  .main-header .top-bar span {
    display: none;
  }


  
}
