/*
 * Volodymyr Chornovol
 * http://helpforsite.com
*/

#top {padding: 0.1rem 1rem;} 
#top .fa {font-size:1.3rem;margin-right:0.2rem;}  
address {margin-bottom:0;}   
.navbar-nav .nav-link.telephone {display:inline-block;} 

#nav .fa {font-size:1.8rem;}     
#nav h1 {font-size:1.5rem;margin-bottom:0;}     

.form-group {margin-bottom: 0.8rem; }

.footer {
/*    position: absolute;
    bottom: 0;*/
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;     
    position:relative;
} 

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
  background-color: #fff;
  text-align:center;
}
/*.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%!important;
}*/
.carousel-item > img {
	max-height: 100%;
}

.carousel-indicators {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  width: 1rem;
  margin-left: 0;
}

.carousel-indicators > li {
  margin-bottom: .25rem; 
  border: 1px solid #999;
}
.carousel-indicators > li.active {
  background-color: #999;
}      

.carousel-control {background-image:none!important;}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;
}

