body {
	background: #343839;
	color: #f0f0f0;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;	
	font-weight: 600;
	font-size: 40px;
}
a {
	color: #f0f0f0;
}
a:hover {
	color: #c0c0c0;
	text-decoration: none;
}
p {
	font-size: 16px;
	line-height: 28px;
	padding: 10px 0;
}
hr {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.navbar-brand {
	display: block;
	float: none;
	height: auto;
    padding: 18px;
} 
.navbar-brand>img {
	max-width: 260px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.nav>li>a {
	color: #f0f0f0;	
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
	color: #c0c0c0;
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	background-color: #f0f0f0;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
/*#video {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	background: rgba(240,240,240,.15);
	padding: 2px;
}*/
/*#video {
    max-width: 940px !important;
    max-height: 720px !important;
	width: 100%    !important;
    height: auto   !important;
    background: rgba(240,240,240,.15);
    padding: 3px;
}*/	
#video {
    position:relative;
    max-width: 900px !important;
    max-height: 540px !important;
	width: 100%    !important;
    height: auto   !important;
    background: rgba(240,240,240,.15);
    padding: 3px;
    border: none;
    margin: 0 auto;
}	
/*#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/
/* --- 以下這兩段 video 設定是 for 使用 HTML5 的 <video> tag 時使用 (Added by Tom Liao) --- */
/*video {
    max-width: 905px !important;
	width: 100%    !important;
    height: auto   !important;
    background: rgba(240,240,240,.15);
    padding: 3px;
    position: relative;
}
video[poster]{
    resize: both;
}*/
/* ---  End of HTML5 <video> tag setting  --- */
.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main img {
	max-width: 940px;
	width: 100%;
	height: auto;
	background: rgba(240,240,240,.15);
	padding: 3px;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
	color: #3b3b3b
}
footer p {
	font-size: 14px;
	text-align: center;
}

.logo-lg {
    font-size: 3.5em;
    font-weight: bold;
    font-style: italic;
    font-family: 'Lucida Handwriting';
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 15px;
}

.logo-sm {
    font-size: 2.5em;
    font-weight: bold;
    font-style: italic;
    font-family: 'Lucida Handwriting';
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.companyName {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1px;
}

.companyInfo {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
	.navbar-collapse hr {
		display: none;
	}
}
