/*!
 * Start Bootstrap - Full 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.
 */

html,
body {
    height: 100%;
	
}




/* Custom Button Styles */

.me-btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  
}

.me-btn-dark:hover,
.me-btn-dark:focus,
.me-btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}



/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}



#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 20px;
    left: 20px;
}





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

.carousel-inner {
    height: 100%;
	width: 100%;
    background-position: center;
	background-image: url('../images/material/Var1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
/*	background-color: #fff; */
	background-color: #bcb09a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.carousel-indicators{
  background-color: rgba(255,255,255,0	);
	width: 100%;
	left: 0%;
	margin-left: 0%;
	margin-bottom: -20px;
}

.carousel-indicators li,
.carousel-indicators .active {
    -webkit-filter: brightness(90%); /* Chrome, Safari, Opera */
    filter: brightness(90%);
	width: 40px;
    height: 40px;
	border-radius: 0px;	
    border: 0px solid white;
	margin: 12px 6px 10px 0px;
	box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	/*box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.9), 0 0px 20px 0 rgba(255, 255, 255, 0.19);*/
}
.carousel-indicators li:hover{
    -webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
}

.carousel-indicators img{
		border-radius: 0px;
}

.carousel-indicators .active{
	-webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
	box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, 0.9), 0 0px 20px 0 rgba(255, 255, 255, 0.19);
}

@media(max-width:991px) {
	
 .carousel-indicators li,
 .carousel-indicators .active {
 	width: 25px;
    height: 25px;
	margin: 0px 8px 8px 0px;
 }

}

.carousel-caption{
	text-align: right;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: .0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}







footer {
    margin: 50px 0;
}