@charset "utf-8";

body { background-color: #ffffef }


.YoutubeWrapper{
	position: relative ;
	margin-top: 1.2em ;
	margin-bottom: 1.2em ;
	padding-top: 69px ;
	padding-bottom: 50% ;
	overflow: hidden ;
}

.YoutubeWrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 100% ;
}





.about-text {
	line-height: 10;
}

.box-item {
	background-color: #efefef;
}

.box-item:hover {
	background-color: #efefff;
}

.title {
	background-color: #efefef;
}

.title-logo {
	background-color: #ffffff;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}
 
.carousel-indicators .active {
  background-color: #444;
}
