
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;

  font-family:"Arial","Times New Roman","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #325cc7;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #325cc7;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: #5385c1; */
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: #5385c1;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 25px;
  }
}

@media (min-width: 769px) {
  #header #logo img {
    max-height: 45px;
  }
}

.chs{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background-color: #325cc7;
}
.top {
    color: white;
    height: 100vh;
    text-align: center;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.center-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hp #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5385c1;
    background-image: url('../../images/banner.jpg');
    top: 0;
    left: 0;
    overflow: hidden;
}
.hp .top .power {
    height: 100vh;
}
.hp .top .power .hpExp {
    margin: 0 auto;
    position: relative;
    width: 230px;
    height: 220px;
    transition: top 1s;
}
.hp .top .power .powerClaim {
    opacity: 0;
    font-size: 35px;
    position: relative;
    top: -30px;
	line-height:25px
}
.hp .top .power .hpExp .power-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: calc(50% - 100px);
    background: url(../../images/power-anim.png) no-repeat center center;
}


#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
 #nav-menu-container {
	height: 30px;
line-height: 35px;
	 }
@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  /* color: #a8e841; */
  color: #ffffff;
}

.nav-menu > li {
  margin-left: 0.5rem;
}

.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {

  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 40px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
.down {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../../images/down.png);
    position: absolute;
    bottom: 10%;
    left: calc(50% - 26px);
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 35px;
  color: #325cc7;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.section-header h3:hover { color:#9fca2f;transition: 0.5s;}
.section-header p {
  text-align:left;
  color: #627792;
  letter-spacing:0.5px;
  font-family:"Arial","Times New Roman";
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #131c25;
  padding: 100px 0 40px 0;


}
#featured-services .featured-header{ margin:50px 0 100px 0;}
#featured-services .featured-header h3{ color:#fff}
#featured-services .featured-header h3:hover { color:#9fca2f;transition: 0.5s;}
#featured-services .featured-header p{ font-size:16px;}
#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
	text-align:center
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
  border:2px solid #fff;
  border-radius:100%;
}
#featured-services i:hover{ background:#20499d;border:2px solid #20499d;  transition: 0.3s;}
#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
  color:#fff; border:2px solid #fff; border-radius:100px; margin:50px auto; height:80px; padding-top:15px;  
}
#featured-services h4:hover{border:2px solid #20499d;  transition: 0.3s;}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #f5f9fc;
  background-size: cover;
  padding: 60px 0;
  margin-top:50px;
}
#call-to-action ul{ margin:0; padding:0;}
#call-to-action ul li{ list-style:none}
#call-to-action .l-right ul li{ list-style:none; border-bottom:1px dashed #b1c5ed; margin-bottom:20px; padding-bottom:20px;}
#call-to-action .l-right ul li p{margin-bottom:1px;}
#call-to-action h3 {
  color: #325cc7;
  font-size: 28px;
  font-weight: 700;
  text-align:left;
}
#call-to-action h3:hover { color:#9fca2f;transition: 0.5s;}
#call-to-action .l-left h1{ font-size:18px; font-weight:700; color:#325cc7; margin:0; text-align:left}
#call-to-action .l-right h1{ font-size:18px; font-weight:700; color:#a9bfeb; margin:0; text-align:left}
#call-to-action .l-left{ position:relative; min-height:400px}
#call-to-action .l-left .top-l{ position:absolute; bottom:40px; width:10px;font-size:30px;letter-spacing:1em;word-break:break-all; }
#call-to-action .l-left .call-line{ float:left; border-left:2px solid #b1c5ed;padding-right:20px; padding-left:30px; padding-top:40px; margin-left:52px; bottom:0px;} 

#call-to-action .l-right{border-left:2px solid #b1c5ed; padding-left:30px;} 
#call-to-action .l-right img,#call-to-action .l-left .call-line img{
margin-left: -39px;
margin-right: 25px;
}
@media (max-width: 800px) {
  #call-to-action .l-right{ display:none}
}
@media (min-width: 800px) {
	  #call-to-action .l-left .call-line{position:absolute;}
	
	
}
#call-to-action .l-left .call-line li{}
#call-to-action p {
  color: #a9bfeb; text-align:left; font-size:15px; 
}
#call-to-action .counters{ border-bottom:2px solid #b1c5ed}
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background:#f5f9fc;
  padding: 60px 0 60px 0;
  position: relative;
}


#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
 font-family: "Oaza","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 108px;
  color: #325cc7;
  line-height: 1em;
}

#facts .counters p {
  padding: 0;
  font-size: 20px;
   color: #325cc7;
   line-height:20px;

}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}
#facts  .text-center{ margin-bottom:40px;}
circle {
    -webkit-transition: stroke-dasharray 1.5s;
    transition: stroke-dasharray 1.5s;
}
.circleWrap svg
{

    -webkit-transform: rotate(-351deg);
    transform: rotate(-351deg);}
.circleWrap {
    margin: 0 auto;
    max-width: 220px;
    max-height: 220px;
    text-align: center;
    color: #325cc7;
    position: relative;
}

.circleWrap .textraoun {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    position: absolute;
    top: calc(50% - 65px);
    width: 100%;
}



/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}
#team .container{ margin-bottom:5rem}
#team .container .row .col-lg-4{ text-align:center}
#team .section-header{ text-align:center}
#team .member {
	width:190px; margin:0 auto;
  margin-bottom: 20px;text-align:center; padding-right:0px;
  position: relative;
}
#team .member-det {}
#team .member-det p{ text-align:left; margin-top:30px; color:#70839b;line-height: 1.4rem;}
#team .member-det h2{ font-size:16px;}
#team .member-det .portfolio-info{color:#325cc7; text-align:center}
#team .member-det .portfolio-info p{ margin-bottom:10px;}
@media (min-width: 1024px) {
  #team .member-det h4{ margin-bottom:0px; margin-top:10px;}
}

@media (max-width: 768px) {
  #team .member-det h4{ margin-bottom:0px; margin-top:0px;}
}

@media (min-width: 1024px) {
  .emetdet{ width:60%; margin:0 auto;}
}

@media (max-width: 768px) {
  .emetdet{ width:100%; margin:0 auto;}
}

#team .member img{-webkit-box-shadow: 0 12.38px 24.75px rgba(0,0,0,.3);
    -moz-box-shadow: 0 12.38px 24.75px rgba(0,0,0,.3);
    box-shadow: 0 12.38px 24.75px rgba(0,0,0,.3); width:190px;}
#team .team-txt-l{ text-align:left}
#team .member:hover{ border:4px solid #9fca2f;  transition: 0.3s;}

#team .team-top{margin:20px auto;}



#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
  margin-top:20px;
  color:#000000
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#line .facts-img{ text-align:center}
@media (min-width: 1024px) {
#line .facts-img img{ width:80%}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 130px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {

  padding: 100px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top  h3 {
  font-size: 28px;
  margin: 20px 0 10px 0;
  text-align:center;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;

}
#footer .footer-top .gettxt{ text-align:center; margin:50px 0;}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}
#footer .footer-top .social-links{ text-align:center}
#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 11px  0;
  margin-right: 2%;
  margin-left:2%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #224f9d;
  color: #fff;
}


#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="text"] {
  border: 0;
  padding: 12px 8px;
  width: 65%;
  background:#3c454d;
  color:#d7d8d9

}
.footer-top input{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
}

 #footer .footer-top form{ border-radius:10px; border:1px solid #131c25;overflow: hidden;}
#footer .footer-top .footer-newsletter{ margin:0 auto;}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #325cc7;

  border: 0;
  width: 35%;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #12408e;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

 #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
	margin-top:10px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#footer #sendmessage.show, #footer #errormessage.show, #footer .show {
  display: block;
}

.overlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	background: #000;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: none;
}

.jd_wx_b
{
	display: none;
	overflow: auto;
	z-index: 99999;
	position: fixed;
	width: 290px;
	height: 290px;
	background: url(../img/wxcode.jpg) no-repeat;
}

.jd_wx_b .closeBtn
{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	cursor: pointer;
}