.navbar-transparent {
	background-color: transparent;
	border-color: transparent;
}
.navbar-transparent a, .navbar-transparent .dropdown-menu>li>a {
	color: #fff;
}
.navbar-transparent a:hover, .navbar-transparent .open>a, .navbar-transparent .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.full {
	height:100%;
}
.full div {
	height: 100%;
}
.vImage {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.vImage td {
   vertical-align: middle;
}
.textA, .textA span, .textB, .textB span {
	color: white;
	font-family: 'Source Sans Pro', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-moz-text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	-webkit-text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}
.textA {
	font-size: 54px;
	font-weight: 200;
	line-height: 1.1em;
}
.textA span {
	font-size: 90px;
	font-weight: 400;
	position: relative;
	left: -3px;
}
.textB {
	font-size: 42px;
	font-weight: 200;
	line-height: 0.9em;
}
.textB span {
	font-size: 80px;
	font-weight: 400;
	line-height: 0.7em;
	position: relative;
	left: -3px;
}
.modal-content {
	background-color: rgba(255, 255, 255, 0.85);
}
.box {
	padding: 10px;
}
.box .col-xs-5, .box .col-xs-4, .box .col-xs-3 {
	padding-right: 5px;
	padding-left: 5px;
}
.form_error {
	color: #fe0c0c;
	font-weight: normal;
	font-style: normal;
}
#intro { 
	background: url(../img/home.jpg) center top / 100% auto no-repeat fixed #525252;
	background-position-y: -100px;
	height: auto;
	margin: 0 auto;
	display: block;
  width: 100%; 
  position: relative; 
  box-shadow: 0 0 50px rgba(0,0,0,0.8);
  padding: 20px 0;
}
#home { 
	background: url(../img/intro.png) 50% 0 fixed; 
	height: auto;  
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 20px 0;
}
#about, .about { 
	background: url(../img/about.png) 50% 0 fixed; 
	height: auto;
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 20px 0;
    color: #fff;
}
@media (min-width: 1170px) {
	#intro { background-position-y: -200px; }
}

@media (max-width: 970px) {
	#intro { background-position-y: top; }
}

@media (max-width: 320px) {
	#intro {
		background: url(../img/home-sm.jpg) center 0 no-repeat fixed;
		background-size: 100% auto;
	}
	.box {
		padding: 5px 10px;
	}
	.modal-body, .box .col-xs-6 {
		padding: 5px;
	}
}

/* Non-essential demo stuff */
.hero-unit {
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.media-object { width: 64px; height: 64px; padding-bottom: 30px }