body {
    background-color: #ffffff;
    color: #555555;
    font-size: 14px;
}
#bgvid {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 100;
    background: url('../images/bg_video.jpg') no-repeat;
    background-size: cover;
}
h1 {
	font-size: 42px;
}

h2 {
	font-size: 22px;
	margin-bottom: 50px;
}
sup { 
  vertical-align: super; 
  font-size: 0.5em; 
}

.wood_bg {
	background:url('../images/bg_wood.jpg');
	background-size:100%;
}

.main_box {
	background:url('../images/bg_video.jpg') no-repeat;
	background-size:100%;
	height: 700px;
	display:block;
}

.menubar a {
	font-size: 18px;
	color: #ffffff;
}

.box_title {
	font-size: 18px;
	font-weight: bold;
}

.box_content {
	text-align: left;
}

.music_mini {
	background-color:#ffffff;
	max-width: 290px;
	height: 400px;
	text-align: left;
}
.music_mini .text {
	padding: 10px;
}

.photo_item {
	_width: 344px;
	_height: 236px;
	margin-bottom:20px;
}

.contact_box {
	background-color:#13a89e;
	color:#ffffff;
}
.contact_box a{
	color: #ffffff;
	text-decoration: none;
}
.row-buffer { 
	padding-top: 50px; 
	padding-bottom: 50px;
}
.col-buffer { 
	padding-bottom: 20px;
}
.btn-more {
	width: 200px;
	height: 60px;
	font-size: 26px;
	padding: 10px;
	background-color: #13a89e;
	border: 0px;
	color: #ffffff;
  letter-spacing: 0px;
}
.btn-more:hover {
  background-color:#f8b32d;
}
.navbar-nav a:hover,
.navbar-nav a:focus
{
	color: #f8b32d;
	background-color:transparent !important;
}




/* video style */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}


.headline {
	font-size: 36px;
  line-height: 62px;
  letter-spacing: 12px;
	color: #fefefe;
}

.video-container #topmenu {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container #toplogo {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  text-align: center;
}



@media(max-width:767px){
  h1 {
    font-size: 36px;
  }
  .headline {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #fefefe;
  }
  .video-container #toplogo {
    width: 100%;
    left: 0px;
  }
  .video-container #toplogo a {
    width: 100%;
  }
  .video-container #toplogo img {
    margin: 0 auto;
  }


}

@media(max-width:1024px){
  .headline {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #fefefe;
  }

}

