.head {
	margin-top: 40px;
	margin-bottom: 40px;
}
.nav {
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	margin-bottom: 40px;
	box-shadow: 0px 2px 5px #CCCCCC;
	font-size: 1.5rem; line-height: 1.2;  letter-spacing: -.05rem;
}
.nav a{
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	padding: 30px;
	display: inline-block;
}
.navon {
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	padding: 30px;
	display: inline-block;
	background: rgba(0,0,0,0.3);
}
.nav a:hover{
	color: #ffffff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
}
.navcontact {
	color: #999999;
	padding-top: 15px;
}
.navcontact img{
	width: 25px;
	height: auto;
	margin-top: 5px;
	border: 0px;
	margin-left: 10px;
	box-shadow: none !important;
}
.mobnav {
	display: none;
}
.mobnavitem a{
	color: #ffffff;
	text-decoration: none;
}
.mobnavitem a:hover{
	color: #ffffff;
}
.mobnavitem {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	text-shadow: 0px -1px #666666;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.logo {
	 font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;
	 font-weight: 200;
	 color: #666666;
	 text-shadow: 0px -1px #ffffff;
}
.sublogo {
	 font-size: 2.0rem; line-height: 1.2;  letter-spacing: -.05rem;
	 font-weight: 300;
	 color: #999999;
	 text-shadow: 0px -1px #ffffff;
}
.box {
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #999999;
	padding: 10px;
}
.testimonial {
	display: none;
	min-height: 170px;
}
.message {
	height: 150px;
}
.footer {
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 40px;
	line-height: 22px;
	box-shadow: 0px -2px 5px #333333;
}
.footer img{
	width: 25px;
	height: auto;
	margin-top: 15px;
	box-shadow: 0px 0px 2px #ffffff;
	margin-right: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}