/* CSS Document */.item{	width:100%;		}.carousel-inner{	width:100%;	background-color:#fff;	}.carousel-inner img{	width:100%;		}/* Carousel Fading slide */.carousel-fade .carousel-inner { background: #000; }.carousel-fade .carousel-control { z-index: 2; }  .carousel-fade .item {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  }  .carousel-fade .next.left,  .carousel-fade .prev.right,  .carousel-fade .item.active { opacity: 1; }  .carousel-fade .active.left,  .carousel-fade .active.right {    left: 0;    opacity: 0;    z-index: 1;    }/* Safari Fix */@media all and (transform-3d), (-webkit-transform-3d) {    .carousel-fade .carousel-inner > .item.next,    .carousel-fade .carousel-inner > .item.active.right {      opacity: 0;      -webkit-transform: translate3d(0, 0, 0);              transform: translate3d(0, 0, 0);    }    .carousel-fade .carousel-inner > .item.prev,    .carousel-fade .carousel-inner > .item.active.left {      opacity: 0;      -webkit-transform: translate3d(0, 0, 0);              transform: translate3d(0, 0, 0);    }    .carousel-fade .carousel-inner > .item.next.left,    .carousel-fade .carousel-inner > .item.prev.right,    .carousel-fade .carousel-inner > .item.active {      opacity: 1;      -webkit-transform: translate3d(0, 0, 0);              transform: translate3d(0, 0, 0);    }}/* Carousel Control custom */.carousel-control .control-icon {  font-size: 48px;  height: 30px;  margin-top: -15px;  width: 30px;  display: inline-block;  position: absolute;  top: 50%;  z-index: 5;  }  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next *//* Removing BS background */.carousel .control-box { opacity: 0; }a.carousel-control.left  { left: 0; background: none; border: 0;}a.carousel-control.right { right: 0; background: none; border: 0;}/* Animation */.control-box, a.carousel-control, .carousel-indicators li {  -webkit-transition: all 250ms ease;  -moz-transition: all 250ms ease;  -ms-transition: all 250ms ease;  -o-transition: all 250ms ease;  transition: all 250ms ease;     /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */  /* Assigning animation to indicator li will make slides flicker */  } /* Hover animation */.carousel:hover .control-box { opacity: 1; }.carousel:hover a.carousel-control.left { left: 15px; }.carousel:hover a.carousel-control.right { right: 15px; }  /* Carouse Indicator */.carousel-indicators li.active,.carousel-indicators li { border: 0; }.carousel-indicators li {  background: #666;  margin: 0 3px;  width: 12px;  height: 12px;  }.carousel-indicators li.active {  background: #fff;  margin: 0 3px;  }.carousel-caption {    position: absolute;    right: 15%;    bottom: 20%;    left: 15%;    z-index: 10;    padding-top: 20px;    padding-bottom: 20px;    color: #fff;    text-align: center;    text-shadow: 0 1px 2px rgba(0,0,0,.6);    font-size: 80px;}.btn-discover{	border: 1px solid #fff!important;	background-color: #FF4500;	border-radius: 5px;	padding: 5px 10px;	font-size: 22px;	color: #fff;}.btn-discover:hover{	background-color: #0083eb;		color: #fff;}