/* 
.wf-loading * {
	visibility: hidden;
}

.wf-active * {
    visibility: visible;
}
 */

body {
	background: #000;
}

img {
	height: auto;
}

h2 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 22px;
	color: #fff;
}

h3 {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

h4 {
	margin: 10px 0 0 0;
	padding: 20px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #ccc;
}

video {
	width: 100%    !important;
	height: auto   !important;
}

.lead {
	color: #c0e4f9;
}

.btn {
	color: #fff;
 	padding: 0 30px;
	line-height: 30px;
	height: 30px;
	background: #f89200;
	font-size: 12px;
}

.btn:focus, .btn:hover {
	color: #fff;
	background: #f89200 url('../images/bg_submit.gif') bottom left repeat-x;
}

input, 
textarea {
	width: 100%;
	border: 1px solid #ededed;
	outline: none;
	background-color: #ededed;
	padding: 3px;
	font-style: italic;
/* 	padding-left: 3px; */
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #333;
	background-color: #fff;
	font-style: normal;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder{
    color: transparent!important;
}

mark {
	color: #F15A24;
	background: none;
}

.btn-primary {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #33ccff;
	border-color: #33ccff;
}


hr {
	border: 0;
	border-top: 1px solid #cccccc;
}

.navbar-default {
	opacity: 1;
}

.nav > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

.nav > li:nth-child(1) > a { color: #fff; }
.nav > li:nth-child(2) > a { color: #ccc; }
.nav > li:nth-child(3) > a { color: #bbb; }
.nav > li:nth-child(4) > a { color: #999; }
.nav > li:nth-child(5) > a { color: #888; }
.nav > li:nth-child(6) > a { color: #777; }
.nav > li:nth-child(7) > a { color: #666; }

.nav > li:first-child > a {
	padding-left: 0;
}

.nav > li.active a,
.nav > li > a:hover {
	color: #f00 !important;
}

.navbar-collapse {
	padding-left: 0px !important;
}

.navbar-default {
	/*max-height: 90px;*/
	background-color: #161616;
	border-bottom: 1px solid #1c1c1c; 

	-webkit-transition: max-height 250ms ease-out;
	   -moz-transition: max-height 250ms ease-out;
	    -ms-transition: max-height 250ms ease-out;
		 -o-transition: max-height 250ms ease-out;
			transition: max-height 250ms ease-out; /* ease-out */	
}

.navbar-default.active {
	max-height: 1000px; /* will need to be changed if the menu needs to expand */
}

.navbar-default .navbar-nav > .open > a {
    color: #fff;
    background-color: #222;
}

.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #f00;
	background-color: #111;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
    background-color: #eee;
    border-color: #f00;
}


.dropdown-menu {
	border: 1px solid #1c1c1c;
	border-top: none;
	background-color: #111;
}

.dropdown-menu > li > a {
    color: #f00;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f00;
    color: #000;
}

.navbar-brand .logo {
	display: block;
}
.navbar-brand:hover .logo {
	display: none;
}

.navbar-brand {
	overflow: auto;
	position: relative;
	display: block;
	padding: 0 !important;
	height: 49px;
	width: 171px;
	margin: 10px 0 !important;

/*	-webkit-transition: all 250ms 0s; 
	   -moz-transition: all 250ms 0s; 
		 -o-transition: all 250ms 0s; 
		-ms-transition: all 250ms 0s;
			transition: all 250ms 0s;*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#footer {
}

#footer p,
#footer a {
	font-size: 12px;
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}


@media (min-width: 480px) {

}

@media (min-width: 380px) {

}

@media (max-width: 767px) {
	.nav > li > a.ceiling,
	.nav > li > a.ceiling_1,
	.nav > li > a.ceiling_2,
	.nav > li > a.ceiling_3,
	.nav > li > a.ceiling_4,
	.nav > li > a.ceiling_5,
	.nav > li > a.ceiling_6,
	.nav > li > a.ceiling_7,
	.nav > li > a.ceiling_8,
	.nav > li > a.ceiling_9	{
		border-top: 1px solid #333; 
		padding: 10px 5px !important;
	}

	.nav > li:last-child > a	{
		border-bottom: none; 
	}

	.nav > li > a:hover	{
		background-color: #1d1d1d !important;
	}

	.nav {
		margin-left: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #f00;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #000;
		background-color: #f00;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.nav > li > a {
		font-size: 13px !important;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

/* Helper Classes	[added by @jon]
----------------------------------------------------------------------------------------------------*/

/* ======= Drop ======= */

.drop	{ margin-top: 0 !important; }
.drop_1 { margin-top: 5px; }
.drop_2 { margin-top: 10px; }
.drop_3 { margin-top: 15px; }
.drop_4 { margin-top: 20px; }
.drop_5 { margin-top: 25px; }
.drop_6 { margin-top: 30px; }
.drop_7 { margin-top: 35px; }
.drop_8 { margin-top: 40px; }
.drop_9 { margin-top: 45px; }
.drop_10 { margin-top: 50px; }
.drop_11 { margin-top: 55px; }
.drop_12 { margin-top: 60px; }
.drop_13 { margin-top: 65px; }
.drop_14 { margin-top: 70px; }
.drop_15 { margin-top: 75px; }
.drop_16 { margin-top: 80px; }
.drop_17 { margin-top: 85px; }
.drop_18 { margin-top: 90px; }
.drop_19 { margin-top: 95px; }
.drop_20 { margin-top: 100px; }
.drop_21 { margin-top: 105px; }
.drop_22 { margin-top: 110px; }
.drop_23 { margin-top: 115px; }
.drop_24 { margin-top: 120px; }
.drop_25 { margin-top: 125px; }
.drop_26 { margin-top: 130px; }
.drop_27 { margin-top: 135px; }
.drop_28 { margin-top: 140px; }
.drop_29 { margin-top: 145px; }
.drop_30 { margin-top: 150px; }

/* ======= Yank ======= */

.yank	{ margin-top: 0 !important; }
.yank_1 { margin-top: -5px; }
.yank_2 { margin-top: -10px; }
.yank_3 { margin-top: -15px; }
.yank_4 { margin-top: -20px; }
.yank_5 { margin-top: -25px; }
.yank_6 { margin-top: -30px; }
.yank_7 { margin-top: -35px; }
.yank_8 { margin-top: -40px; }
.yank_9 { margin-top: -45px; }
.yank_10 { margin-top: -50px; }

/* ======= Shove ======= */

.shove { margin-right: 0 !important; }
.shove_1 { margin-right: 5px; }
.shove_2 { margin-right: 10px; }
.shove_3 { margin-right: 15px; }
.shove_4 { margin-right: 20px; }
.shove_5 { margin-right: 25px; }
.shove_6 { margin-right: 30px; }
.shove_7 { margin-right: 35px; }
.shove_8 { margin-right: 40px; }
.shove_9 { margin-right: 45px; }
.shove_10 { margin-right: 50px; }

/* ======= Basement ======= */

.basement	{ margin-bottom: 0 !important; }
.basement_1 { margin-bottom: 5px; }
.basement_2 { margin-bottom: 10px; }
.basement_3 { margin-bottom: 15px; }
.basement_4 { margin-bottom: 20px; }
.basement_5 { margin-bottom: 25px; }
.basement_6 { margin-bottom: 30px; }
.basement_7 { margin-bottom: 35px; }
.basement_8 { margin-bottom: 40px; }
.basement_9 { margin-bottom: 45px; }
.basement_10 { margin-bottom: 50px; }
.basement_11 { margin-bottom: 55px; }
.basement_12 { margin-bottom: 60px; }
.basement_13 { margin-bottom: 65px; }
.basement_14 { margin-bottom: 70px; }
.basement_15 { margin-bottom: 75px; }
.basement_20 { margin-bottom: 100px; }

/* ======= Tug  ======= */

.tug { margin-left: 0 !important; }
.tug_1 { margin-left: -5px; }
.tug_2 { margin-left: -10px; }
.tug_3 { margin-left: -15px; }
.tug_4 { margin-left: -20px; }
.tug_5 { margin-left: -25px; }
.tug_6 { margin-left: -30px; }
.tug_7 { margin-left: -35px; }
.tug_8 { margin-left: -40px; }
.tug_9 { margin-left: -45px; }
.tug_10 { margin-left: -50px; }


/* ======= Ceiling  ======= */

.ceiling { padding-top: 0 !important }
.ceiling_1 { padding-top: 5px !important ; }
.ceiling_2 { padding-top: 10px !important ; }
.ceiling_3 { padding-top: 15px !important ; }
.ceiling_4 { padding-top: 20px !important ; }
.ceiling_5 { padding-top: 25px !important ; }
.ceiling_6 { padding-top: 30px !important ; }
.ceiling_7 { padding-top: 35px !important ; }
.ceiling_8 { padding-top: 40px !important ; }
.ceiling_9 { padding-top: 45px !important ; }
.ceiling_10 { padding-top: 50px !important ; }
.ceiling_11 { padding-top: 55px !important ; }
.ceiling_12 { padding-top: 60px !important ; }
.ceiling_13 { padding-top: 65px !important ; }
.ceiling_14 { padding-top: 70px !important ; }
.ceiling_15 { padding-top: 75px !important ; }
.ceiling_16 { padding-top: 80px !important ; }
.ceiling_17 { padding-top: 85px !important ; }
.ceiling_18 { padding-top: 90px !important ; }
.ceiling_19 { padding-top: 95px !important ; }
.ceiling_20 { padding-top: 100px !important ; }

/* ======= Floor ======= */

.floor { padding-bottom: 0 !important; }
.floor_1 { padding-bottom: 5px !important ; }
.floor_2 { padding-bottom: 10px !important ; }
.floor_3 { padding-bottom: 15px !important ; }
.floor_4 { padding-bottom: 20px !important ; }
.floor_5 { padding-bottom: 25px !important ; }
.floor_6 { padding-bottom: 30px !important ; }
.floor_7 { padding-bottom: 35px !important ; }
.floor_8 { padding-bottom: 40px !important ; }
.floor_9 { padding-bottom: 45px !important ; }
.floor_10 { padding-bottom: 50px !important ; }
.floor_11 { padding-bottom: 55px !important ; }
.floor_12 { padding-bottom: 60px !important ; }
.floor_13 { padding-bottom: 65px !important ; }
.floor_14 { padding-bottom: 70px !important ; }
.floor_15 { padding-bottom: 75px !important ; }
.floor_16 { padding-bottom: 80px !important ; }
.floor_17 { padding-bottom: 85px !important ; }
.floor_18 { padding-bottom: 90px !important ; }
.floor_19 { padding-bottom: 95px !important ; }
.floor_20 { padding-bottom: 100px !important ; }

/* ======= Bump ======= */

.bump { margin-left: 0 !important; }
.bump_1 { margin-left: 5px !important; }
.bump_2 { margin-left: 10px !important; }
.bump_3 { margin-left: 15px !important; }
.bump_4 { margin-left: 20px !important; }
.bump_5 { margin-left: 25px !important; }
.bump_6 { margin-left: 30px !important; }
.bump_7 { margin-left: 35px !important; }
.bump_8 { margin-left: 40px !important; }
.bump_9 { margin-left: 45px !important; }
.bump_10 { margin-left: 50px !important; }