@media (max-width: 991px) {
	.intro-text h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	#gmap {
		margin-bottom: 10px;
	}
}

/* ////// medium+ devices ////// */
@media (max-width: 768px) {
	header .schlnm h1 {
		font-size: 22px;
		/*padding-top: 5px;*/
	}
	.intro-text h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	/*.popover-btns {
		margin: 0;
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
	footer .copy {
		/*font-size: 10px;*/
		text-align: center;
	}
}

@media (max-width: 767px) {
	header .schlnm .hmeta ul li {
		display: block;
		margin-top: 7px;
	}
	
	/*.content {
		margin-top: 0;
	}*/
	
	.img-thumbnail {
		border: none;
		border-radius: 0;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	#photos {
		margin-bottom: 10px;
	}
	
	.hdrlogo {
		margin-left: 15px;
	}
	
	/*div.schlcolor {
		display: none;
		height: 0;
	}*/
	
	.schllogo_main img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}	
	
	.intro-text {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	
	.intro-text h2 {
		text-align: center;
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.navbar li {
		border-bottom: 1px solid #555555;
	}
	
	.navbar .nav > li > a, .navbar .nav > li > a:visited {
		color: #fff !important;
		padding:15px;
		font-size:14px;
		/*background: #999999;*/ /* Old browsers */
		/*background: -moz-linear-gradient(top, #999999 1%, #666666 100%);*/ /* FF3.6+ */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#999999), color-stop(100%,#666666));*/ /* Chrome,Safari4+ */
		/*background: -webkit-linear-gradient(top, #999999 1%,#666666 100%);*/ /* Chrome10+,Safari5.1+ */
		/*background: -o-linear-gradient(top, #999999 1%,#666666 100%);*/ /* Opera 11.10+ */
		/*background: -ms-linear-gradient(top, #999999 1%,#666666 100%);*/ /* IE10+ */
		/*background: linear-gradient(to bottom, #999999 1%,#666666 100%);*/ /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );*/ /* IE6-9 */
	}
	
	.navbar-nav {
		margin-bottom: 0;
	}

	.navbar button {
		margin-right: 5px;
	}
	
	#reg-banner {
		margin-top: 0;
		/*padding-bottom: 0;*/
	}
	
	#reg-banner {
		padding: 10px 0 20px 0;
	}
	
	.banner p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.banner p:last-child {
		margin-bottom: 10px;
	}
	
	#announcements, #comments, #events, #about {
		margin-top: 15px;
	}
	
	#announcements .panel-title {
		font-size: 18px !important;
		font-weight: 300 !important;
		line-height: 22px !important;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	/*#announcements .panel-group {
		margin-bottom: 10px;
	}*/
	
	/*#events .fc-header-title h2 {
		font-size: 20px !important;
	}
	
	#calendar {
		margin-top: 10px;
	}*/
	.services p.subhdr {
		margin-bottom: 10px;
	}
	
	#about .margin-top-30 {
		margin-top: 20px;
	}
	
	#about .subhdr {
		font-size: 18px;
		line-height: 26px;
	}
	
	#schoolid img {
		width: 70%;
		margin-bottom: 10px;
	}

	footer .copy-small {
		/*font-size: 9px;*/
		line-height: 14px;
		padding-top: 6px;
	}
	
	/*footer .copy {
		font-size: 0.6em;
		text-align: center;
	}*/
}

/* ////// extra small devices ////// */
@media (max-width: 736px) {
/*@media (max-width: 640px) {*/
	body {
		font-size: 13px;
		line-height: 18px;
	}	
	.navbar .dropdown-menu li:first-child {
		border-top: 0;
	}
	.navbar .dropdown-menu li {
		border-color: #ddd;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-collapse {
		border-top: 1px solid #555555;
	}
	/*.hdrlogo {
		margin-left: 15px;
	}
	header .schlnm {
		padding: 10px 15px;
	}*/
	header .schlnm h1 {
		font-size: 22px;
		/*line-height: 28px;*/
	}	
	.popover-btns {
		margin-bottom: 5px;
	}
	.content {
		margin-top: 15px;
		padding-bottom: 0;
	}
	.panel-alert {
		margin-bottom: 10px;
	}
	.intro-text h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.intro-text p {
		line-height: 18px;
		margin-bottom: 10px;
	}
	.col-name {
		padding-left: 15px;
	}
	.col-contact {
		padding-right: 15px;
		padding-top: 10px;
	}
	.list-inline > li {
		padding-right: 0;
	}
	.popover-btn ul {
		margin-top: 5px;
	}
	/*.ftr-padding-rt {
		padding-right: 7px;
	}
	.ftr-padding-lft {
		padding-left: 7px;
	}*/
	.social-links i {
		color: #888;
	}
	#announcements h3.panel-title {
		font-size: 16px !important;
		line-height: 20px !important;
		padding-right: 20px;
	}
	.features-four .f-block {
		width: 50%;
	}
	.border {
		margin: 10px 0 !important;
	}
	h4.title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	/*header .schlnm h1 {
		line-height: 34px;
	}*/
	
	.schllogo img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.schllogo_main img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	/*.intro-text h2 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}*/
	
	.centered {
		margin: 0 auto;
	}

	/*.border {
		margin: 10px 0 !important;
	}*/

	.banner p:last-child {
		margin-bottom: 10px;
	}
	
	.social-links {
		text-align: center;
	}

	/*.social-links i {
		color: #C0C0C0;
	}
	.social-links a:hover i {
		color: #444444;
	}*/
	
	/*footer .copy {
		font-size: .6em;
		text-align: center;
	}*/
	
}