/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  background-color: #EFEFEF;
  height: 300px;
  margin-bottom: 40px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-inner {
	background-size: cover;
    max-width: 1600px;
    margin: 0 auto;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
  background-size: cover;
}
.mpshome .carousel , .mpshome .carousel .item {
  height: 400px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.banner-default.carousel, .banner-default.carousel .item{
/*height: 375px;*/
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4, .marketing .col-sm-4, .marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.ctasbelow #breadcrumb {
display:none;
}



.bodywrap {
    z-index: 9999;
    position: relative;
    background-color: white;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 992px) {
	div.ctas-container p {
		display:none;
	}
	.page-information div.ctas-container p {
		display:block;
	}
}
@media (min-width: 769px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
.lead {
  font-size: 16px;
}
}




/* changes aug 2015 */

.carousel .caption {
top: 20px;
}
.navbar-wrapper { 
position: initial;
}
.page-index .container.marketing {
    
	
}
.page-index .container.marketing .motto h2 {
	color: #222;
}
.page-index .container.marketing .motto h3 {
	color: #444 !important;
}
.featurette-divider {
	margin-top: 10px;
	margin-bottom: 10px;
}
.featurette-heading {
    margin-top: 20px;
}
.motto {
	/*margin-bottom: 40px;*/ 
}
.motto h2 {
	color:#222; font-size: 40px; text-align:center;
}
.motto h3 {
	font-size: 20px; text-align:center; color:#222
}
.mps-template-inside .carousel-caption h1 {
	display:none;
}
#myCarousel.carousel .item {
    background-position: center;
    background-size: cover;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    margin-top: 160px;
    position: inherit;
	display:none;
}
.motto center h1{
	font-size: 40px;
    color: black;
    padding-top: 10px;
}
@media (max-width: 768px) {
	.carousel-caption {
		margin-top: 0px;
	}
	.motto center h1{
		font-size: 24px;
		color: black;
		padding-top: 10px;
	}
	.motto {
		position: relative;  margin-bottom: 30px;
	}
	.motto h2 {
		font-size: 24px; text-align:center;
	}
	.motto h3 {
		font-size: 16px; text-align:center; color:#222
	}
	.mpshome.page-index .carousel-caption img {
	    max-width: 350px;
		margin: 0 auto;
		position: relative;
		top: 42px;
		width: 100%;
	}
	.mpshome .ctas-container {
		text-align: center;
	}
	.mpshome .ctas-container div.col-xs-6 {
		float:none;
		margin: 0 auto;
		width: 80%;
		margin-bottom:40px;
	}
	.mpshome .ctas-container div.col-xs-6 .img-circle {
		width: 200px;
		height: 200px;
	}
	.mpshome .ctas-container div p {
		display:block;
	}
	.mpshome .ctas-container .btn {
		display:none;
	}
	.mpshome .bodywrap {
		margin-top: 0px;
	}
	.mpshome .featurettes { 
		
	}
	#footer .fb-like {
		bottom: 60px;
		left: 40px;
		overflow: hidden;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.bodywrap {
		margin-top: 0px;
	}
	 #myCarousel.carousel .item {
		height: 250px;
	}
	.mpshome .carousel, .mpshome .carousel .item {
		height: 250px;
		margin-top: 25px;
	}
	.carousel {
   	 height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.motto h2 {
		padding-top: 14px;
		font-size: 24px; text-align:center;
	}
	.motto h3 {
		font-size: 16px; text-align:center; color:#222
	}
	.mpshome.page-index .carousel-caption img {
	    max-width: 800px;
		margin: 0 auto;
		position: relative;
		top: 42px;
		width: 80%;
	}
	
	.navbar-nav a {
		font-size: 0.8em
	}
	
	#myCarousel.carousel .item {
		height: 300px;
	}
	.mpshome .carousel, .mpshome .carousel .item {
		height: 400px;
	}
	.mpshome #myCarousel.carousel .item {
		height: 400px;
	}
	/*.navbar-brand { display:none; }*/
}
@media (max-width: 1200px) {
	/*.navbar-brand { display:none; }*/
}
@media (min-width: 1200px) {

}
.mpshome #myCarousel.carousel .item {
	background-position: top !important;
}
@media (min-width: 1200px) {
	#myCarousel.carousel .item {
		height: 350px;
	} 
	.bodywrap {
    margin-top: 350px;
	}
.mpshome .bodywrap {
    margin-top: 470px;
}
	.mpshome #myCarousel.carousel .item {
		background-position: center !important;
	}
	.mpshome #myCarousel.carousel .item {
		height: 400px;
	}
	#myCarousel {
		margin: 0 auto;
		position: fixed;
		width: 100%;
		top:50px;
		z-index: 10;
	}
	.container.introtext {
	}
}


.bodywrap {
	
}
s.bodywrap {
}


