@CHARSET "UTF-8";

html, body {
	font-family: 'Raleway', sans-serif;
	background: #fff;
}

/* === CSS defaults for JavaScript nav scroller === */
img.nav-scroll {
	width: 373px;
	height: 143px;
	border: none;
	margin-top: 20px;
	margin-left: 50px;
}

nav.navbar {
	height: 200px;
	background-image: linear-gradient(to bottom, rgba(2, 2, 2, 1) 0%,
		rgba(2, 2, 2, 0) 100%);
	border: none;
}

ul.navbar-nav {
	margin-right: 50px;
}

ul.navbar-nav li {
	font-size: 30px;
	margin-top: 80px;
	margin-right: 30px;
}

ul.navbar-nav li.social {
	margin-right: 0px;
}

/* === */
nav.navbar {
	background: transparent top left no-repeat;
}

.navbar-inverse .navbar-nav>li.active>a, .navbar-inverse .navbar-nav>li.active>a:link,
	.navbar-inverse .navbar-nav>li.active>a:active, .navbar-inverse .navbar-nav>li.active>a:visited,
	.navbar-inverse .navbar-nav>li.active>a:hover {
	background: transparent;
	color: #fe771d;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:link,
	.navbar-inverse .navbar-nav>li>a:active, .navbar-inverse .navbar-nav>li>a:visited,
	.navbar-inverse .navbar-nav>li>a:hover {
	background: transparent;
	color: #fff;
}

.navbar-collapse.collapsing>ul, .navbar-collapse.collapse.in>ul {
	
}

.navbar-inverse .navbar-nav>li>a:hover {
	background: transparent;
	color: #fe771d;
}

.content-bg a, .content-bg a:hover, .content-bg a:link, .content-bg a:active,
	.content-bg a:visited {
	color: #fe771d;
	text-decoration: none;
}

.content-bg a:hover {
	text-decoration: underline;
}

/* Carousel base class */
.carousel {
	width: 100%;
	height: 1080px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-control {
	z-index: 999;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 1080px;
	background-color: #777;
}

.carousel-inner>.item>div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

#content {
	position: absolute;
	top: 385px;
	width: 100%;
	color: #fff;
}

#content-margin {
	margin: 0 15%;
}

#content a.btn-warning, #content a.btn-warning:active, #content a.btn-warning:link,
	#content a.btn-warning:visited {
	background: #fe771d;
	color: #fff;
	border-color: #fff;
}

#content a.btn-warning:hover {
	color: #fe771d;
	background: #fff;
	border-color: #fe771d;
}

.content-bg {
	background: rgba(0, 0, 0, .4);
	font-size: 14pt;
	padding: 1em;
	margin: 15px 0;
}

.content-bg li, #fold li {
	display: block;
}

ul.check li:before {
	font-family: 'Glyphicons Halflings';
	font-size: .9em;
	color: #fe771d;
	background: transparent;
	content: "\e013";
	float: left;
	margin-top: 1px;
	margin-left: -1.4em;
	content: "\e013";
}

ul.faq li:before {
	font-family: 'Glyphicons Halflings';
	font-size: .9em;
	color: #fe771d;
	background: transparent;
	content: "\e085";
	float: left;
	margin-top: 1px;
	margin-left: -1.4em;
	background: transparent;
}

ul.gigs li:before {
	font-family: 'Glyphicons Halflings';
	font-size: .9em;
	color: #fe771d;
	background: transparent;
	content: "\e002";
	float: left;
	margin-top: 1px;
	margin-left: -1.4em;
	background: transparent;
}

/* FAQ */
h4.faq {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

p.faq {
	margin-bottom: 2em;
}

/* FOLD SCROLLER */
#fold-scroller .scroll-down-link {
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 40px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
	animation: avia_fade_move_down 2s ease-in-out infinite;
}

#fold-scroller .scroll-down-link:hover {
	color: #fe771d;
}

/* FOLD */
#fold {
	position: absolute;
	background: #fff;
	color: #000;
	z-index: 9999;
	width: 100%;
}

#fold .title {
	background: #fe771d;
	color: #fff;
}

#fold h1 {
	text-align: center;
}

#fold h1 a, #fold h1 a:active, #fold h1 a:link, #fold h1 a:visited,
	#fold h1 a:hover {
	color: #fff;
	background: #fe771d;
	text-decoration: none;
}

#fold-content {
	margin: 0 15%;
}

.fold-content-bg {
	font-size: 14pt;
	padding: 1em;
	margin: 15px 0;
}

#fold-content a, #fold-content a:visited, #fold-content a:link,
	#fold-content a:active, #fold-content a:hover {
	background: #fff;
	color: #fe771d;
	text-decoration: none;
}

#fold-content a:hover {
	background: #fff;
	color: #fe771d;
	text-decoration: underline;
}

/* TAGLINE */
#tagline {
	position: absolute;
	top: 385px;
	width: 100%;
	color: #fff;
	font-size: 24pt;
	padding: 1em;
	text-align: center;
	padding: 1em;
}

#tagline.home {
	top: 200px;
}

#tagline p {
	text-shadow: .05em .05em #666;
}

#tagline-margin {
	margin: 0 15%;
}

#tagline a, #tagline a:active, #tagline a:link, #tagline a:active,
	#tagline a:visited, #tagline a:hover {
	background: transparent;
	color: #fe771d;
	text-shadow: .05em .05em #333;
}

#tagline a.btn-warning, #tagline a.btn-warning:active, #tagline a.btn-warning:link,
	#tagline a.btn-warning:active, #tagline a.btn-warning:visited, #tagline a.btn-warning:hover
	{
	background: #fe771d;
	color: #fff;
	border-color: #fff;
	text-shadow: none;
}

#tagline a.btn-warning:hover {
	background: #fff;
	color: #fe771d;
	border-color: #fe771d;
}