@charset "UTF-8";
/* CSS Document */

/* medium-large width desktops */
/* main nav collapses here */
@media all and (max-width: 979px) {
	.navbar ul.menu.nav > li > a {
	border-left: none;
	}
	body {
	 /*background:red;   testing */
	}
	/* layout changes */
.front .region-sidebar-first {
	padding-left:5px;
	padding-top:50px;
}
.front .region-sidebar-second {
	padding-right:5px;
	padding-top:20px;
}
.front .home-center {
	padding-top:50px;
}
.front .main-container {
	padding-bottom:50px;
}

.not-front .region-sidebar-first {
	padding-left:5px;
	padding-top:50px;
}
.not-front .region-sidebar-second {
	padding-right:5px;
	padding-top:20px;
}
.not-front .main-container .span9 {
	padding-top:50px;
	padding-left:5px;
}
.not-front .main-container {
	padding-bottom:50px;
}

.navbar-inner {
    background-color: #fff;
    background-image: none;
}
.navbar .nav > li.active-trail.active:after,
.navbar .nav > li.active-trail:after,
.navbar .nav > li.active:after {
	display:none;
	content:" ";
  height:0px; 
  position:relative;
  overflow:hidden;
  width:100%; 
	background: none;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	border-top:0;
}


/* small width */
@media all and (min-width:10px) and (max-width: 480px) {
	body {
	/* background:green;   testing */
	}
	

}