/*=================================================

		STRUCTURE
		
=================================================*/

/* Body
-------------------------------------------------*/

body { margin: 0; padding: 0; }

/* Columns
-------------------------------------------------*/

section.accordion {
	background: #232425;
	-webkit-transition: width .3s ease-out;
	color: #FFF;
	position: relative;
}

section.accordion:hover {
	color: #FFF;
}

/* Splash Page
-------------------------------------------------*/

.splash {
	margin-top: 100px;
}

.splash h1 {
	display: block;
	width: 104px;
	height: 104px;
	background: transparent url("../images/logo-lg.gif") no-repeat top left;
	text-indent: -9999px;
}

/* Wrapper
-------------------------------------------------*/

div#wrapper { 
	overflow: auto;
	position: relative;
	padding-top: 105px;
}

/* Navigation
-------------------------------------------------*/

nav.main {
	
}

nav.main ul {
	
}

nav.main ul li {
	
}

nav.main ul li a {
	
}

/* Header
-------------------------------------------------*/

header.main {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	z-index: 999999;
	background: #232425;;
}

header.main h1.logo {
	display: block;
	width: 75px;
	height: 75px;
	background: transparent url("../images/logo.gif") no-repeat top left;
	text-indent: -9999px;
	margin: 0;
	float: left;
}

header.main div.info {
	float: right;
	margin-top: 20px;
}

header.main div.info p {
	margin: 0 10px;
	padding: 0;
	font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

/* Body
-------------------------------------------------*/

section.main {
	position: relative;
	overflow: hidden;
	padding: 0;
}

section header.main {
	background: #1F2021;
	padding: 20px 0;
	position: relative;
	z-index: 999999;
}

section header.main.sticky {
	position: fixed;
	top: 105px;
}

section header.main h1 {
	font-family: 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0 0 0 0;
}

section header.main nav.subnav ul {
	margin: 0;
	padding: 0;
}

section header.main nav.subnav ul li {
	display: inline-block;
}

section header.main nav.subnav ul li a {
	font-family: 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 5px 20px 0 20px;
}

section header.main nav.subnav ul li a:first-child {
	padding: 5px 20px 0 0;
}

section header.main nav.subnav ul li a.current {
	color: #C2C500;
}

article {
	position: relative;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

article div.columns img {
	max-width: 100%;
}

div.section-nav {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

/* Tab
-------------------------------------------------*/

.tab {
	overflow: hidden;
	margin: 40px 0;
	height: 502px;
}

.tab.auto {
	height: auto;
}

.section-02 .gallery {
	height: 530px;
}

.section-02 .tab {
	height: 580px;
}

/* Image Gallery
-------------------------------------------------*/

div.columns {
	position: relative;
}

.gallery {
	overflow: visible;
	height: 452px;
}

.gallery-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
}

.gallery-nav li {
	display: inline;
}

.gallery-nav li a {
	display: block;
	float: left;
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.7);
	text-decoration: none;
	margin-left: 1px;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.gallery-nav li a:hover {
	background: rgba(0,0,0,.9);
}

/* Captions
-------------------------------------------------*/

.img-caption {
	position: relative;
}

.img-caption:hover > .caption {
	opacity: 1;
}

.caption {
	display: block;
	width: 100%;
	background: rgba(0,0,0,.9);
	position: absolute;
	bottom: 3px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease-out;
}

.caption p {
	font-size: 12px;
	padding: 20px;
	margin: 0;
	line-height: 16px;
}

/* Footer
-------------------------------------------------*/

footer.main {
	clear: both;
	padding: 20px 0;
	background: #1F2021;
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}