@charset "UTF-8";
 @import url("http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");
html, body {
	height: 100%;
	background-color: transparent;
}
html {
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-overflow-scrolling: touch;
}
html.non-mobile {
	overflow-y: scroll;
}
html.is-mobile {
	overflow-y: auto;
}
body {
	-webkit-font-smoothing: antialiased;
}
.icons {
	display: inline-block;
}
::-moz-selection {
 background-color: #333333;
 color: #ffffff;
}
::selection {
 background-color: #333333;
 color: #ffffff;
}
/*==================================================
helper class
==================================================*/
/* gpu acceleration */
.3d {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bf {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
#overlay {
	background-color: #0f1217;
	opacity: .6;
}
.green .color {
	color: #27c8a3;
}
/* anti-flash */
.af {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.tb {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.tb-cell {
	display: table-cell;
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fn {
	float: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.shadow {
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-mox-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.color {
	color: #ffffff;
}
/* for mixins */
.over-full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pseudo-full {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.img-responsive {
	/* image responsive */
  display: block;
	max-width: 100%;
	height: auto;
}
.list-none {
	/* list unstyled */
  list-style: none;
	padding: 0;
	margin: 0;
}
/*==================================================
typography
==================================================*/
body {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 44px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
p {
	margin-bottom: 0;
	line-height: 1.6;
}
/*==================================================
section common
==================================================*/
body {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#bg, #video, #overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
section {
	height: 100%;/* default height */
}
.inner {
	padding: 140px 0;/* section inner padding */
}
.section-title {
	position: relative;
}
.letter {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 50%;
	height: 120px;
	line-height: 120px;
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	font-size: 120px;
	color: #c7c8c9;
	z-index: -1;
	opacity: .2;
}
.sub-title {
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 3.5px;
	font-weight: 400;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 0;
}
.section-content {
	margin-top: 40px;
}
 @media (max-width: 767px) {
 #intro .section-content {
 margin-top: 20px;
}
 h1,  h2 {
 font-size: 40px;
}
}
