body {
	color: #FFF;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-weight: 400;
}

a {
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
}

a:hover,
#nav li a.active,
#footer a.active {
	color: #B9EBFF;
}

strong {
	font-weight: 400;
}

.inner {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

#header {
	background: #000;
	box-shadow: 0px 1px 7px #000;
	color: #FFF;
	height: 130px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 96;
}

#header #logo {
	float: left;
	height: 95px;
	margin-top: 29px;
	width: 262px;
}

#header #sub-contact {
	font-weight: 300;
	float: right;
	margin-top: 15px;
}

#header #social {
	clear: right;
	float: right;
	margin-top: 12px;
}

#header #social li {
	float: left;
	height: 28px;
	margin-left: 10px;
	width: 28px;
}

#header #social li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

#header #social li a:hover {
	background-position: 0 -28px;
}

#header #social li#fb a {
	background-image: url('/images/common/social/facebook.png');
}

#header #social li#tw a {
	background-image: url('/images/common/social/twitter.png');
}

#header #social li#ig a {
	background-image: url('/images/common/social/instagram.png');
}

#header #social li#gp a {
	background-image: url('/images/common/social/google-plus.png');
}

#header #nav {
	clear: right;
	float: right;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

#header #nav li {
	float: left;
}

#header #nav li a {
	font-weight: 400;
	display: block;
	padding: 15px 20px;
}

#header #nav li.last a {
	padding-right: 0;
}

#header #nav .hasSub {
	/*
	display: block;
	position: relative;
	*/
}

#header #nav .hasSub .sub {
	background: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 7px #000;
	display: none;
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
	padding-top: 2px;
	position: absolute;
	width: auto;
}

#header #nav .hasSub .sub li {
	display: block;
	float: none;
	line-height: 38px;
}

#header #nav .hasSub .sub li a {
	font-weight: 300;
	padding: 0 20px;
	transition: padding 125ms linear;
}

#header #nav .hasSub .sub li a:hover,
#header #nav .hasSub .sub li a.active {
	padding: 0 15px 0 25px;
}





#buffer {
	background-color: #000;
	display: inline-block;
	height: 130px;
	position: relative;
	width: 100%;
}



#content {
	background: #040607 url('/images/common/gradient2.jpg') no-repeat 50% 0;
	box-shadow: 0px -1px 7px #000;
	min-height: 700px;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

#content-wrap {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

#content h1 {
	color: #FFF;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}

#content h2 {
	color: #B9EBFF;
	font-weight: 400;
	font-size: 25px;
	text-align: left;
}

#content h3 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

#content h1,
#content h2,
#content h3 {
	letter-spacing: 1px;
}

#content h3.coming-soon {
	line-height: 200px;
}

#content #main,
#content .copy,
#content ul {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
}

#content .copy {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 40px;
	list-style-type: initial;
}

#content a {
	color: #B9EBFF;
}

#content a:hover {
	color: #FFF;
}

.barword {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.wordbar {
	margin: -15px 0 15px 0;
	width: 100%;
}

.wordbar .left { float: left }
.wordbar .right { float: right }

.wordbar .left,
.wordbar .right {
	height: 5px;
	background: #B9EBFF;
}

.barword h2 {
	font-weight: 300;
	line-height: 25px;
	margin-top: 30px;
	text-align: center;
}


.sect {
	height: auto;
	margin-bottom: 40px;
	overflow: hidden;
	width: auto;
}

.sect.bottomBorder {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 30px;
}

.sect h2 {
	margin-bottom: 10px;
}

#sidebar {
	display: none;
}

#footer {
	background: #000;
	box-shadow: 0px -1px 7px #000;
	font-weight: 300;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
	width: 100%;
}

#footer #company-info {
	float: left;
	line-height: 25px;
}

#footer ul {
	float: right;
	height: 40px;
	line-height: 40px;
}

#footer ul li {
	float: left;
	margin-left: 30px;
}

#footer ul li a {
	display: block;
	width: 100%;
}

#footer #plug {
	clear: right;
	color: #999;
	float: right;
	font-size: 14px;
	line-height: 40px;
}

#footer #plug a {
	color: #999;
}

#footer #plug a:hover {
	color: #F66;
}