﻿/* Add here all your css styles (customizations) */

.shadow {
	box-shadow: 6px 6px 8px #888888;}
	
	
	

 .carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
 
 
 .carousel-caption {
    position: absolute;
    right:0;
    top: 25%;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;;
    text-align: center;
}
 

		a:focus, a:hover {
    color: #fff;
}

.uline a:hover {
	color:gray;text-decoration:underline
}


.col-md-10 input, textarea {
	width:90%
}

