/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 350px;
}


.carousel-inner .active, .carousel-inner .item, .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 32px;
  height: 104px;
  margin-top: -52px;
  font-size: 60px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url('../images/slider_left.png') no-repeat center;
}

.carousel-control.right {
  right: 15px;
  left: auto;
  background: url('../images/slider_right.png') no-repeat center;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
position: absolute;
bottom: 15px;
right: 50%;
z-index: 5;
margin: 0;
margin-left: -43px;
list-style: none;
cursor: pointer;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  text-indent: -999px;
background: url('../images/bullets.png') no-repeat top center;
  }

.carousel-indicators .active {
background: url('../images/bullets.png') no-repeat bottom center;  
}

.carousel-caption {
  position: absolute;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.45);
}


.carousel-caption.cap1 {
width: 380px;
height: 190px;
top: 50px;
left: 50%;
padding: 25px 50px;
}

.carousel-caption.cap2 {
width: 380px;
top: 100px;
left: 55%;
padding: 25px 50px;
}

.carousel-caption.cap3 {
top: 60px;
left: 54%;
padding: 25px 50px;
}


.carousel-caption p {
font-size: 30px;
font-weight: 600;
color: #FFF;
margin: 0 0 10px 0;
line-height: 35px;
}

.carousel-caption a {
height: 33px;
width: 130px;
border: 1px solid #14608e;
border-bottom: 4px solid #14608e;
color: #FFF;
font-weight: normal;
text-align: center;
text-decoration: none;
background: #007ea3;
float: left;
font-size: 13px;
line-height: 33px;
}

.carousel-caption a:active {
margin-top: 3px;
border-bottom-width: 1px;
}



.carousel-caption h4 {
  margin: 0 0 5px;
}



#myCarousel {
float: left;
width: 100%;
}

