@charset "UTF-8";
/* CSS Document */
.carousel-inner > .item {
    -webkit-transition: 20s linear left;
    -moz-transition: 20s linear left;
    -o-transition: 20s linear left;
    transition: 20s linear left;
}
.carousel-indicators > li,
.carousel-indicators > li.active{
    width: 15px;
    height: 15px;
    border-radius: 35px;
    border: solid 0.5px black;
    background: black;
    text-indent: 0;
}
.carousel-indicators > li.active {
    background: rgba(100, 194, 158, 0.8);
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  
  
}

h2 { font-size: 15px; color: black; text-transform: uppercase; font-weight: light; }
h1.arrow1 { font-size: 20px; text-transform: uppercase; color: rgba(61, 201, 179, 1); letter-spacing: 1px; padding-bottom: 30px; font-weight: light; text-align: center;}


.navbar-brand {
  float: rigth;
  height:40px;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 25px;
  font-family:'Varela Round', sans-serif;
  font-weight:bold;

  
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 30px;
    margin-top: -80px;
    font-size: 70px;
	color:black;
  }
  
  .ratio {
  position:relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border .6s ease-in-out;
       -o-transition: border .6s ease-in-out;
          transition: border .6s ease-in-out;
}

.thumbnail1 {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border .6s ease-in-out;
       -o-transition: border .6s ease-in-out;
          transition: border .6s ease-in-out;
}

.preload{ display: none;}