@charset "utf-8";
/* CSS Document */

.carousel {
	width:960px;
	margin : 0 auto;
	
	}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
	
	width:960px
}
.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 {
	
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 420px;
	line-height: normal;
}
.item:nth-child(1) {
	/*background-color: #939393;*/
}
.item:nth-child(2) {
	/*background-color: #939393;*/
}
.item:nth-child(3) {
	/*background-color: #939393;*/
}
.carousel-control.left, .carousel-control.right {
	position:absolute;
	z-index:100;
	background-image: none;
	padding-top:150px
	
}

#slider-container
{width : 100%;
	
	margin-top: 0px;
/*	width : 100%;
	margin-left: 25%;
	margin-top: 25px;
	background-color: #FFBE00;
	margin-bottom: 150px;
	/*padding-top: 10px;*/
	/*padding-bottom: 250px;
	opacity: 0.95;
	margin-top: 110px;
	margin-top: 109px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 0px;
	height: 370px;
	width: 950px;*/
	}
#slider-content
{
	position: relative;
	-webkit-animation: mymove 0.5s; /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: mymove 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	font-family: "Century Gothic";
	color: #000000;
	margin-left: 50px;
	margin-top: 33px;
	color: #FFFFFF;
	font-weight: 400;
	height: 10px;
}
#slider-button
{
	position: relative;
	-webkit-animation: mymove 0.5s; /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: mymove 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	font-family: "Century Gothic";
	/*margin-top: 41px;*/
	color: #FFFFFF;
	font-weight: 400;
	height: 45px;
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	margin-left: 435px;
	line-height: 30px;
}
#slider-content li ul
{}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
 	0%{opacity: 1;}
	0%{top: -200px;}
	1%{opacity:1;}
	100%{top: 0px;}
	100%{opacity: 1;}}
	
@keyframes mymove {
 	0%{opacity: 1;}
	0%{top: -200px;}
	1%{opacity:1;}
	100%{top: 0px;}
	100%{opacity: 1;}

}
	

@media screen and (max-width: 960px) {
	.carousel,.carousel-control {	
		display:none;
	}
}
