/* bootstrap query MAX 767 */

@media (max-width: 767px) {

#instructions-mobilenav {
	color: #ffffff;
	display: block;
	font-size: 1.5em;
	-moz-transition: right 1500ms ease-in-out;
	-webkit-transition: right 1500ms ease-in-out;
	transition: right 1500ms ease-in-out;
	right: 100px;
}

#instructions-mobilenav.slidein {
	right: 60px;
}

#nav .nav-collapse {
	width:100%;
}
#nav .navbar-inner a.btn-navbar {
	background-color: #045c7c;
	background-image: none;
}
#nav .navbar-inner a.btn-navbar:hover {
	background-color: #333333;
	background-image: none;
}
#nav .navbar-inner a {
	color: #ffffff;
	text-shadow:none;
}
#nav .navbar-inner a:hover {
	color: #000000;
}
#nav-tip {
	background-color: transparent;
	background-image: none;
	border: 0 solid transparent;
	box-shadow: none;
	margin-top:3px;
	outline: medium none;
}


#brand {
	margin-top: 0px;
	padding-top: 0px;
}
#logo {
	margin-bottom: 20px;
	text-align: center;
}

#intro-video img, #spotlight-video img, #spotlight-area img {
	display:block;
	margin:0 auto;
	width:460px;
	cursor: pointer;
}

.section {
	margin:20px 0 40px 0;
}
.section:last-child {
	margin-bottom:0px;
}
.sections {
	margin-bottom:0px;
}

.webfair_question, .webfair_answer {
	margin:0 auto;
	width:94%;
}

}