/* Custom CSS */



















#sliders .carousel-control.left, #sliders .carousel-control.right {
  background-image: none !important;
}

#sliders h3 {
  font-size: 36px;
}

#sliders .carousel-caption {
  text-align: center;
  height: auto;
  text-shadow: none !important;
  top: 0;
  bottom: 0;
  padding: 0;
}

.carousel-control {
  font-size: 40px;
  text-shadow: none;
  background-color: transparent;
}

.carousel-control .lnr-chevron-left {
  position: absolute;
  top: 50%;
  left: 15%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  float: left;
}

.carousel-control .lnr-chevron-right {
  position: absolute;
  top: 50%;
  right: 15%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

#sliders .slider-content {
  padding: 15% 0;
}

.slide-content .slide-title span {
  margin-bottom: 15px;
}

.slider-content .slide-text {
  margin-top: 15px;
}

.slider-content .btn {
  margin: 15px;
}

/* Light Slider */
#light-slider .item {
  min-height: 555px;
  height: auto;
}

#light-slider .slide1 {
  background-image: url("../images/light-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: contain;
}

#light-slider .slide2 {
  background-image: url("../images/light-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

#light-slider .slide-text {
  color: #222222;
  line-height: 1.5;
}

#light-slider p.caption {
  padding: 6px;
  color: #222222;
}

#light-slider .carousel-control {
  color: #222222;
  opacity: 0.8;
}

/* / Light Sliders */
/* Dark Slider */
#dark-slider .item {
  min-height: 555px;
  height: auto;
}

#dark-slider .slide1 {
  background-image: url("../images/dark-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: contain;
}

#dark-slider .slide2 {
  background-image: url("../images/dark-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

#dark-slider h3 {
  color: #cccccc;
}

#dark-slider .slide-text {
  color: #cccccc;
  line-height: 1.5;
}

#dark-slider p.caption {
  color: white;
  padding: 6px;
}

#dark-slider .carousel-control {
  color: #cccccc;
  opacity: 0.8;
}

/* / Dark Slider */
/* Carousels */
.owl-theme .owl-controls .owl-page span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px !important;
  background: #3eace2 !important;
}

#cards-carousel .card-block {
  margin: 0 10px;
  background: #f7f7f7;
}

#cards-carousel .card {
  background: transparent;
  margin-bottom: 0;
}

#image-carousel .item {
  margin: 10px;
}

#image-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}



/* Blog */
#blog {
  padding: 30px 0;
}

.carousel-post {
  padding: 0 15px;
}

#blog .owl-theme .owl-controls {
  margin-top: 20px;
}

#blog .padd15 {
  padding: 0 15px;
}

#blog .post-content-area p {
  margin-bottom: 20px;
}

#blog .post-category {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

#blog .post-category span {
  color: #777777;
}

#blog .blog-post-small {
  padding-bottom: 20px;
}

#blog .blog-post-small.first-post {
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}

#blog .blog-post-small.mid-post {
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
}

#blog .blog-post-small.last-post {
  margin-top: 25px;
  padding-bottom: 0;
}

#blog .blog-posts-small img {
  max-width: 66px;
  margin: 0 10px 0 0;
  float: left;
}

#blog .blog-posts-small a {
  font-size: 14px;
}

/* / End Blog */

