/* Slideshow */
#slideshow-14 .slide-image {
	float: left !important;
}
#slideshow-14 .carousel-control {
	display: none;
}
.captionDesc-txt {
  text-transform: none!important;
}
.jssor-captionTitle {
  background: url('/images/design/front/bg-heading.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 5px 30px;
}
.jssor-captionTitle h3 a{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
}
.jssor-caption {
 	margin-top: 7%;
  	margin-left: 10%;
}
.jssor-captionTitle h3 a:hover{
	color: #fff;
}
.jssor-captionDesc {
  background: url('/images/design/front/bg-text.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
  top: 45%;
  left: 10%;
  margin: 0;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin-top: 50px;
}
#slideshow-3 .captionTitle,
#slideshow-3 .carousel-indicators {
  display: none;
}
#slideshow-3 .carousel-caption {
  margin-bottom: 0px;
  margin-left: -10px;
}
.jssor-captionLink {
  margin-bottom: -200px;
  margin-left: -47px;
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #FFF !important;
  outline: 0;
  white-space: nowrap;
  word-wrap: normal;
  cursor: pointer;
  background-color: #047;
  text-shadow: none !important;
  padding: 15px;
  border-radius: 6px!important;
}
.jssor-captionLink a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
}
.jssor-captionLink a:hover,
.jssor-captionLink:hover {
  background-color: #036;
  text-decoration: none;
}

/* Recent Projects CSS */
.recentProjects .captionTitle {
  display: none;
}
.recentProjects .carousel-indicators {
  top: 10%;
  display: none;
}
.carousel-control.right, .carousel-control.left {
  background-color: black!important;
  height: 30px;
  width: 30px;
  padding: 10px!important;
  margin-top: 25%;
  font-size: 30px;
}
.carousel-control.right span, .carousel-control.left span{
  margin-top: -25px;
}
.carousel-control.right span {
  padding-left: 25px;
}
.right .carousel-control {
   opacity: 1;
   font-size:30px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100% !important;
}
.tp-caption h3 {
  position: absolute;
  top: 25%;
  left:10%;
  font-size: 40px;
  font-weight: 600;
  color: ##fff;
  margin: 0;
  padding: 15px 32px;
  text-rendering: none;
  background: url(assets/img/bg-heading.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.tp-caption h5 {
  background: url(assets/img/bg-text.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 45%;
  left:10%;
  margin: 0;
  padding: 5px 10px;
  font-size: 20px;
  color: ##fff;
}
.categoryNews h3, .more-link, .newsDateWrap, .categoryNews h4 {
  display: none;
}
.captionLink a {
  color: white;
  text-decoration: none;
}
.picBox img {
  height: 62px !important;
}
.captionLink {
  margin-top: -20px;
}

/* Footer CSS */
ul.social.pull-left {
  padding-left: 0px;
}
#newsList .more-link {
	float: right;
}
#newsList .newsDate,
#newsList .news-intro a {
	display: none;
}
#newsList .picBox img{
	width: 62px;
}
@media (max-width: 991px) {
  .newsFooter {
    margin-top: 80px;
  }
}
@media (max-width: 770px) {
  .jssor-captionTitle, .jssor-captionDesc { display: none;}
}

@-moz-document url-prefix() {
  .jssor-captionLink {
    margin-bottom: -200px;
  }

}