@charset "utf-8";
body {
    background-color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  text-decoration: none;
}
.fluid img {
  width: 100%;
  height: auto;
}
.oh {
  overflow: hidden;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-color{
	background-color:#a32104;
}
.bg-color2{
	background-color:#000;
}
.bg-color3{
	background-color:#be3e1f;
}
.bg-a{
  width: 100%;
  background-image: url("bg.jpg");
  background-size:  cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.theater-bg {
  background-color: #be3e1f;
  color: #fff;
}
#theaterLink {
  margin: 0 auto;
  max-width: 100%;
}