
.bjqs-wrapper{margin-top:-19px;}
/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
li.bjqs-slide {
  display: none;
  position: absolute;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}
ol.bjqs-markers {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}
ol.bjqs-markers li {
  float: left;
}
p.bjqs-caption {
  display: block;
  width: 97%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
/* Basic jQuery Slider - Main page slider styles */
#feature-slideshow {
  height: 340px;
  width: 940px;
  margin: 0 0 0px;
  position: relative;
  background:url(../images/slider_bottome_bg.jpg) no-repeat bottom; 
}
#fade-example,
#slide-example {
  height: 310px;
  width: 620px;
  position: relative;
  margin: 0px 0px 110px;
}
#feature-slideshow,
#slide-example,
#fade-example {
  /* Basic Slider Controls */

}
#feature-slideshow ul.bjqs li.bjqs-slide,
#slide-example ul.bjqs li.bjqs-slide,
#fade-example ul.bjqs li.bjqs-slide {
	
  
}
#feature-slideshow ul.bjqs .video-wrapper,
#slide-example ul.bjqs .video-wrapper,
#fade-example ul.bjqs .video-wrapper {
  position: absolute;
  top: 40px;
  left: 40px;
}
#feature-slideshow ul.bjqs .video-description,
#slide-example ul.bjqs .video-description,
#fade-example ul.bjqs .video-description {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 380px;
  padding: 0 10px;
}
#feature-slideshow ul.bjqs .featured-post,
#slide-example ul.bjqs .featured-post,
#fade-example ul.bjqs .featured-post,
#feature-slideshow ul.bjqs .video-post,
#slide-example ul.bjqs .video-post,
#fade-example ul.bjqs .video-post {
  width: 960px;
  height: 340px;
  position: relative;
}
#feature-slideshow ul.bjqs .featured-post span,
#slide-example ul.bjqs .featured-post span,
#fade-example ul.bjqs .featured-post span {
  position: absolute;
  left: 300px;
  top: 10px;
  width: 600px;
}
#feature-slideshow ul.bjqs .featured-post img,
#slide-example ul.bjqs .featured-post img,
#fade-example ul.bjqs .featured-post img {
  position: absolute;
   left: 40px;
   top:0px;
}
#feature-slideshow ul.bjqs h3,
#slide-example ul.bjqs h3,
#fade-example ul.bjqs h3 {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 10px;
  letter-spacing: -1px;
}
#feature-slideshow ul.bjqs-controls li a,
#slide-example ul.bjqs-controls li a,
#fade-example ul.bjqs-controls li a {
  width: 32px;
  height: 32px;
  background: url(../images/left_arrow.png) no-repeat;
  position: absolute;
  bottom: -60px;
  width:21px;
  position:absolute;
  height:47px;
  top:169px;
}
#feature-slideshow ul.bjqs-controls li a i,
#slide-example ul.bjqs-controls li a i,
#fade-example ul.bjqs-controls li a i {
  position: absolute;
  top: 4px;
  left: 6px;
  color: #fff;
}
#feature-slideshow ul.bjqs-controls li a:hover,
#slide-example ul.bjqs-controls li a:hover,
#fade-example ul.bjqs-controls li a:hover {
  background: url(../images/left_arrow.png) no-repeat;

}
#feature-slideshow ul.bjqs-controls li a:active,
#slide-example ul.bjqs-controls li a:active,
#fade-example ul.bjqs-controls li a:active {
  background: url('../img/trans-orange-dark.png');

}
#feature-slideshow p.bjqs-caption,
#slide-example p.bjqs-caption,
#fade-example p.bjqs-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#feature-slideshow ol.bjqs-markers,
#slide-example ol.bjqs-markers,
#fade-example ol.bjqs-markers {
  position: absolute;
  bottom: -60px;
  right: 0;
  display:none;
  
}
#feature-slideshow ol.bjqs-markers li,
#slide-example ol.bjqs-markers li,
#fade-example ol.bjqs-markers li {
  float: left;
  margin: 0 3px;
}
#feature-slideshow ol.bjqs-markers li a,
#slide-example ol.bjqs-markers li a,
#fade-example ol.bjqs-markers li a {
  display: block;
  height: 32px;
  width: 32px;
  color: #fff;
  text-align: center;
  border: none;
  background: url(../images/right_arrow_hover.png);
  background: rgba(60, 60, 60, 0.4);
}
#feature-slideshow ol.bjqs-markers li a span,
#slide-example ol.bjqs-markers li a span,
#fade-example ol.bjqs-markers li a span {
  position: relative;
  top: 4px;
}
#feature-slideshow ol.bjqs-markers li a:hover,
#slide-example ol.bjqs-markers li a:hover,
#fade-example ol.bjqs-markers li a:hover {
  background: url(../images/right_arrow_hover.png);
  background: rgba(60, 60, 60, 0.8);
  color: #fff;
  text-decoration: none;
}
#feature-slideshow ol.bjqs-markers li a:active,
#slide-example ol.bjqs-markers li a:active,
#fade-example ol.bjqs-markers li a:active {
  background: url('../img/trans-orange-dark.png');
  background: rgba(255, 102, 0, 0.8);
}
#feature-slideshow ol.bjqs-markers li.active-marker a,
#slide-example ol.bjqs-markers li.active-marker a,
#fade-example ol.bjqs-markers li.active-marker a {
  background: url('../img/trans-orange.png');
  background: rgba(255, 102, 0, 0.4);
}
#feature-slideshow ul.bjqs-controls li a.bjqs-next,
#slide-example ul.bjqs-controls li a.bjqs-next {
  left: 936px;
  top:169px;
  position:absolute; 
  width:21px;
  height:47px;
  background: url(../images/right_arrow.png) no-repeat;
}
#fade-example ul.bjqs-controls li a.bjqs-next {
  right: 0;
}
#fade-example {
  margin-bottom: 20px;
}
.influads_block {
  margin: 0 auto;
}
body .influads_text,
body .influads_text_a,
body .influads_text_a:visited,
body .influads_powered_link {
  color: #e06e0c !important;
}
/* Syntax Highlighter Overrides */
body .syntaxhighlighter {
  margin: 20px 0 !important;
  width: 600px!important;
  padding: 10px;
  background: url('../img/trans-gray.png');
}
body .syntaxhighlighter .gutter {
  display: none!important;
}
body .syntaxhighlighter .plain {
  color: #f5f5f5;
}
body .syntaxhighlighter .comments {
  color: #d5d5d5;
}
body .syntaxhighlighter .code {
  font-size: 14px!important;
}
body .syntaxhighlighter table td.code .line {
  padding: 0!important;
}
body .syntaxhighlighter .line.alt1,
body .syntaxhighlighter .line.alt2 {
  background: none!important;
}
body .syntaxhighlighter .toolbar {
  display: none!important;
}
/* \o/ LOL HI */
.trans-gray {
  background: url('../img/trans-gray.png');
  background: rgba(60, 60, 60, 0.4);
}
.trans-gray-dark {
  background: url('../img/trans-gray-dark.png');
  background: rgba(60, 60, 60, 0.8);
}
.trans-orange {
  background: url('../img/trans-orange.png');
  background: rgba(255, 102, 0, 0.4);
}
.trans-orange-dark {
  background: url('../img/trans-orange-dark.png');
  background: rgba(255, 102, 0, 0.8);
}
.btn{ width:214px; height:62px;position:absolute; margin:0px; top:175px; left:40px; background:url(../images/start_application_btn.jpg) no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#fff; text-decoration:none; text-align:center; line-height:60px; font-weight:bold; }

.slider_ok{display: block; float: right; color:#E72D6A;  margin:75px 0 0;  width: 562px; font-family: Verdana,Geneva,sans-serif;  font-size: 25px; font-weight:bold;}
.slider_ok em {color:#2082C1; font-size:19px;}

#feature-slideshow ul.bjqs .deepak img, #slide-example ul.bjqs .deepak img, #fade-example ul.bjqs .deepak img{border:1px red; margin: 169px 0 0 650px;}

.slider_ok_bottom_text{display: block; float: right; color:#000;  margin: 160px 0 0;  width: 562px; font-family:Arial, Helvetica, sans-serif;  font-size: 13px; font-weight:bold;text-align:justify;}

.btn_1{ width:214px; height:62px;position:absolute; margin:0px; top:212px; left:49px; background:url(../images/start_application_btn.jpg) no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#fff; text-decoration:none; text-align:center; line-height:60px; font-weight:bold; }

.other_state_text{display: block; float: right; color:#000;  margin: 330px 0 0;  width:543px; font-family:Arial, Helvetica, sans-serif;  font-size: 13px; font-weight:bold;text-align:justify; padding-right:68px;}
.free_deta_plan_img{position:absolute; margin: 25px 0 0 767px;}