/* PRC STYLES
-------------------------------------------------- */
/* Main Contnt */

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

/*PRC

body {
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-family: Helvetica LT Std, Helvetica, Arial, sans-serif;
	background-color: #25AAE3;
}
*/

.header1 {
	position: relative;
	clear: both;
	background-color: #034694;
	margin-bottom: 1em;
}



/* 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;
}


/* THE Slideshow
-------------------------------------------------- */

/* Carousel base class */

.carousel {
	margin-bottom: 2em;
	margin-top: 2em;
}

/* Since positioning the image, we need to help out the caption */

/*
.carousel-caption { position:absolute; 
                    left:15%; 
					right:15%; 
					bottom:20px; z-index:10;
					padding-top:20px;
					padding-bottom:20px;
					color:#fff;
					text-align:center;
					text-shadow:0 1px 2px rgba(0,0,0,.6)}
*/

.carousel-caption { z-index: 10;
                    color:#fff;
					text-align:center;
					text-shadow:0 1px 2px rgba(0,0,0,.6)
}

/* Declare heights because of positioning of img element */

.carousel .item {
	/* height: 500px; */
	max-height: 500px;
	min-height: 200px;
	background-color: #034694;
	padding: 5px;
	clear: both;
	text-align: center;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 500px;
}


.carousel-caption1 {  z-index: 10;
}

.carousel-control.left { background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 
	max-height: 500px;
	min-height: 200px;}

.carousel-control.right { left:auto;right:0; background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 
	max-height: 500px;
	min-height: 200px;
	}

.carousel-caption> img {
	max-width: 600px;
	max-height: 420px;
	width:100%;
}

.carousel-caption {
	z-index:10;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	clear: both;
	margin-right: auto;
	height: 100%;
	max-width: 600px;
	margin-left: auto;
}

			
@media (min-width:768px){.container{width:750px}}

@media (min-width:992px){.container{width:970px}}

@media (min-width:1200px){.container{width:1170px}}

.container {
	margin-right:auto;
	margin-left:auto;
	background-color: #034694;
	background-image: linear-gradient(left, #034694 20%, #E1E1FF 30%, #E1E1FF 70%, #034694 80%);
	position: relative;
	padding: 15px;
	text-align: center;
	clear: both;
	max-width: 780px;
	max-height: 480px;
}

.carousel-caption> img {
	max-width: 600px; 
           max-height: 420px; 
		   width:100%;
}
			

/*.carousel {
	height: 500px;
	margin-bottom: 2em;
	margin-top: 2em;
}
*/


.carousel-caption {
  z-index: 10;
}


/*
.carousel .item {
	height: 500px;
	background-color: #034694;
}
*/

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* The CONTENT
-------------------------------------------------- */

/* Pad mobile views*/
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Feature
------------------------- */

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

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



/* RESPOND CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* 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: 50px;
  }
}

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

/* PRC*/

.content2 {
	background-color: #034694;
	margin-top: 1em;
	position: relative;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
	margin-bottom: 2em;
}

.content2 h1, h2 {
	font-size: large;
	color: #C5E8FB;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	margin-bottom: 0.75em;
	padding-top: .25em;
	padding-right: .25em;
	padding-bottom: .25em;
	padding-left: .5em;
}

.content2 p {
	color: #C5E8FB;
	padding-left: 1.25em;
}

.footer1 {
	background-color: #D3DEF8;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	color: #25AAE3;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 2em;
	border-radius:6px;
	border: 1px solid #333;
	text-align: center;
}
