/* head */
.module-login .dropdown-menu {
  z-index: 10000;
}
.module-login {
  text-align: right;
}
.module-login .dropdown {
  background-color: #0099ff;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 10px;
  text-align: right;
}
#user_info {
  color: #fff;
  font-size: 12px;
  font-weight: bold; text-align: 
}
#user_info .caret {
  border-color: #fff transparent -moz-use-text-color;
  margin-left: 4px;
}
.module-login .dropdown-menu {
  font-size: 12px;
  text-align: left;
  z-index: 10000;
  border: 1px dashed;
  top: 34px;
  background: #fff
}
/* banner */
.head-banner{  
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;  
}
.bx-caption h1, .bx-caption h2, .bx-caption h3, .bx-caption h4, .bx-caption h5, .bx-caption h6{
font-family: Oswald,sans-serif;
}
.bx-wrapper .bx-caption {
  color: #4b5668!important;
  font-size:16px;
}
.bx-caption h2, .bx-caption h1, .bx-caption h3 {
  color: #4b5668;
  font-size: 42px;
  padding-bottom: 22px;
}
.bx-caption > ul {
  list-style: outside none none;
  padding: 0;
}
.bx-caption li {
  line-height: 30px;
  padding-left: 6px;
}
.bx-wrapper .bx-controls .bx-pager {
  bottom: 10px; 
  left: 10px;  
  right: auto;
}

/* search */
.module-search .has-feedback {
  margin-bottom: 0;
  position: relative;
}
.module-search .has-feedback {  
  margin-bottom: 0px;
}
.menu-gecko{
  background-color: #fff;
  border: none;
}
.menu-gecko-new{
  border-bottom: 2px solid #0099ff !important;
   background-color: #fff; 
  background-repeat: repeat;
      padding: 10px 0;
}
.top-menu-gecko-new{
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  color: #999999;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 480px){
  .top-menu-gecko-new{
    padding: 5px;
  }
  .menu-gecko-new{
    padding-top: 0 !important;
  }
  .top-menu-gecko-new{
    margin-bottom: 0px !important;
  }
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
 color: #0099ff;
 background: none;
}

.module-menu .menu-content ul{
    color: #0099ff;
    float: left;
    /* border: 1px dashed #0099ff; */
    /* padding: 20px; */
}
.module-menu .menu-content ul li{
  padding: 0 20px;
}
.module-menu .menu-content ul li:hover{
  background: #f5f5f5;
}
@media (max-width: 480px){
  .module-menu .menu-content ul li{
    float: none !important;
  }
}

.gecko-slide .container{
  width: 100% !important;
  text-align: center;
}
.gecko-slide{
  margin: 0 auto;
  padding: 0 !important;
}
.gecko-slide .container .col-elment{
  padding: 0 !important;
}
.gecko-support{
  float: right;
}
.dropdown-menu{
  border: none;
  border-radius: 0;
  top: 61px;
  box-shadow: none;
  background: none;
}