/* carousel */

/*carousel-caption*/
.carousel-caption {
  top: 0;
  bottom:auto;
  padding:0;
  padding-top:60px;
  text-shadow:none;
  font-size: 22px;
}

@media (min-width: 480px) {  
  .carousel-caption { 
    font-size: 27px;
  }
}

@media (min-width: 992px) {  
  .carousel-caption { 
    padding-top:120px;
  }
}

.carousel-caption span {
  font-size: 24px;
  text-transform:uppercase;
}

@media (min-width: 480px) {  
  .carousel-caption { 
    font-size: 30px;
  }
}


@media (min-width: 992px) { 
  .carousel-caption { 
    font-size: 44px;
  }
  
  .carousel-caption span {
    font-size: 48px;
  }
}

/*carousel-control*/
.carousel-control {
  top: 50%;
  bottom: auto;
  height: 64px;
  width: 64px;
  text-align:center;
  color: #1660bf;
  border: 1px solid #1660bf;
  margin-top: -32px;
  text-shadow:none;  
}

.carousel-control:hover {
  background-color: #1660bf;  
}

.carousel-control:hover .icon-left, 
.carousel-control:hover .icon-right {
  color: #fff;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-control.left  {
  left: 5%;
}

.carousel-control.right {
  right: 5%;  
}

.carousel-control .icon-left, 
.carousel-control .icon-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
    color: #1660bf;
    line-height: 62px;
    margin-top:-31px;
    margin-left:-6px;
}

.carousel-control .icon-right {
  margin-left:-3px;
}

/*carousel-indicators*/
.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin:0 3px;
}

.carousel-indicators li.active {
  background-color: #1660bf;
  border-color: #1660bf;
}

/*carousel-inner*/
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img {
  margin:0 auto;
}

.carousel-inner>.item>img {
  width: 100%;
}


/*#carousel-gallery*/
#carousel-gallery .carousel-caption { 
  color: #000;
}

@media (min-width: 768px) {  
  #carousel-gallery .carousel-caption { 
    color: #4d3569;
  }
}

#carousel-gallery .carousel-caption p {
  margin:0;
}


/*owl carousel */
.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -29px;
  display: none;
}

@media (min-width: 440px) and (max-width: 767px) {  
  .owl-nav { 
    display: block;
  }
}

.owl-prev,
.owl-next {
  height: 58px;
  width: 58px;
  text-align: center;
  color: #1660bf;
  font-size: 26px;
  line-height:58px;
  border: 1px solid #1660bf;  
  text-shadow: none;
  position: absolute;
  top:0;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #1660bf;
  color: #fff;
}

.owl-prev:before,
.owl-next:before {
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-prev {
  left:0;
}

.owl-next {
  right:0;
}

.owl-prev:before {
  content: "\e905";
}

.owl-next:before {
  content: "\e906";
}