/*==========================*/
/*      Thor-carousel       */
/*==========================*/

#thor-carousel .col-md-6,
#thor-carousel .col-sm-6,
#thor-carousel .col-xs-6 {
  padding: 0;
}

#thor-carousel .carousel {
  position: relative;
}

#thor-carousel .carousel-inner {
  background-color: #f0f0f0;
  min-height: 400px;
}

#thor-carousel .img-loaded {
  background-size: cover;
  height: 400px;
}
#thor-carousel .img-loaded.slide-1 {
  background-image: url(../images/1.jpg);
}
#thor-carousel .img-loaded.slide-2 {
  background-image: url(../images/5.jpg);
}

#thor-carousel .img-loaded.slide-3 {
  background-image: url(../images/1.jpg);
}

#thor-carousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 50px 50px 20px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  text-shadow: none;
}

#thor-carousel .carousel-caption p.lead {
  font-size: 20px;
  margin-bottom: 40px;
}

#thor-carousel .carousel-control {
  position: absolute;
  top: 20px;
  left: 90%;
  z-index: 15;
  width: 30px;
  height: 30px;  
  padding: 0;
  font-size: 20px;
  color: #7f9293;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #7f9293;
  opacity: 1;
}

#thor-carousel .carousel-control.left {
  margin-left: -29px;
}

#thor-carousel .carousel-control.left,
#thor-carousel .carousel-control.right {
  background-image: none;
}

#thor-carousel .carousel-indicators {
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 15;
  width: auto;
  height: 20px;
  padding-top: 3px;
  margin: 0;
  list-style: none;
  text-align: center;
}

#thor-carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -999px;
  border: 1px solid #7f9293;
  border-radius: 0;
  cursor: pointer;
  background-color: #95a5a6;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#thor-carousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: transparent;
}