* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 1.8em;
	line-height: 1.4;
	color: #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
a {
	color: #000000;
	transition: all 0.3s ease;
}
h1 {
	margin: 0px;
}
video {
	width: 50%;
}
a:hover {	
    /*opacity: 0.6;
    filter: alpha(opacity=60);*/
}
.content {
	margin-top: 80px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
}
.title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.tel {
	font-size: 32px;
	font-weight: bold;
	padding: 0px 6px;
}
.logo {
	position: absolute;
	z-index: 10;
	width: 24%;
	left: 40px;
	bottom: 40px;
}
.ruler {
	height: 30px;
	width: 100%;
	clear: both;
	background-image: url(../images/bjw23.ruler.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.respimg img {
	width: 100%;
	margin-bottom: 40px;
	/*border: 1px solid #FFFFFF;*/
}
.frame {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	color: #17232A;
}
.mobile {
	display: none;
}
.rowheight {
	height: 54px;
}
.note {
	font-style: italic;
	font-size: 14px;
}
/*--------------------LANGUAGE------------------------------------------------*/
.lang {
	text-align: center;
}
.lang a {
	margin-top: 150px;
	margin-bottom: 200px;
	border: 2px solid #000000;
	padding: 8px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.lang a:hover {
	background-color: #000000;
	color: #DBCCA3;
}
.langtxt {
	font-size: 16px;
	text-transform: uppercase;
}