/*
 * PCW Microsystems Front Page Style Sheet
 * --------------------------------------------------
 * Default setting for small screen
 */
body {
  padding-top: 70px;
}


.container {
	padding: 0px;
}

/* Change navbar text and background color
*/

.navbar-brand{
	float:left;
}
	
.navbar-inverse {
	background-color: #0171C5;
	
}

.navbar-inverse .navbar-brand {
	color: #FFF;
}


.navbar-inverse .navbar-nav > li > a {
  color: #050BD3;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 200px;
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
  background-color: transparent;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.footer-info-box {

	padding: 0px !important; 
	margin-tip: 0px !important;
	clear: both;  
	position: relative; 
	min-height: 300px; 
	box-shadow: inset 0px 4px 8px -8px rgba(0,0,0,0.2); 
	background-color: rgb(242, 241, 235); -webkit-box-shadow: 0 4px 8px -8px rgba(0, 0, 0, 0.2) inset;
}

.footer-info-box {
  margin-bottom: 20px;
  text-align: left;
}

.footer-info-box h3 {
  font-weight: bold;
  font-size:12px;
  padding-left:10px;
  color: #36C;
}

.footer-info-box a {
	color: #888;
}

.footer-info-box .col-sx-12 {
  margin-right: 10px;
  margin-left: 10px;
}

.footer-info-box ul {
	list-style: none; margin: 0px 0px 20px; padding-left: 15px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.footer-info-box ul.footer-list {
	padding-bottom: 0.4em;
}

.footer-info-box ul.footer-list li {
	line-height: 1.2; padding-bottom: 0.4em;
}

.footer-info-box #footer-content {
	padding: 5px 0px;
}




@media all and (max-width:991px) and (min-width:768px)
{


.navbar-brand {
	float: none;
}

.carousel {
  height: 250px;
  margin-bottom: 60px;
}


.carousel .item {
  height: 250px;
  background-color: transparent;
}

}



@media all and (max-width:1199px) and (min-width:992px)
{

.navbar-brand {
	float: none;
}

.carousel {
  height: 275px;
  margin-bottom: 60px;
}

.carousel .item {
  height: 275px;
  background-color: transparent;
}
		

}

/*
* This is for larger desktop screen setting.
*/

@media all and (min-width:1200px)
{


body {
  padding-top: 70px;
}
	

.navbar-brand {
	float: none;
}

.carousel {
  height: 300px;
  margin-bottom: 60px;
}

.carousel .item {
  height: 300px;
  background-color: transparent;
}


}


