@charset "utf-8";
/* CSS Document */
.main-navbar li
	{
		font-size: 13.5px;

	}
.bigger
{
	font-size: 17px;
	font-weight: 500;

}
.navbar-nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}

.navbar-brand {
  float: left;
  padding: 21.5px 5px;
  font-size: 20px;
  line-height: 22px;
}
body
{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 15px;
	background: grey !important;	
    background-image: url(../images/background.png) !important;
    height: auto !important;
    background-size: cover !important;
}

p
{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 15px;
}

.container
{
	
	background: white !important;
}

.form-horizontal .control-label
	{
		text-align:left;
	}
.notice
{
	color:#F00;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.noticeleft
{
	color:#F00;
	text-align:left;
	font-weight:bold;
}
.spacing
	
	{
		padding-top:10px;
		background: #FFF !important; 
	}
.padding
	
	{
		padding-top:30px;
	}	

#banner{
    background-image: url('../images/banner.jpg');
    height: auto;
    background-size: cover;
}
.light
{
	font-weight: normal;
}
.features 
		{
			text-align:left;
		}

.panel-text
{
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
}

h4, h3
{
	font-family: 'Acme', sans-serif;
}

.copyright
	{
	text-align:center;
	
	
	}
.footer
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}




/* --------------------------------------
   Carousel
   -------------------------------------- */
   
   .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
  color:#F00;
 }
   .carousel-control.left {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
  color:#F00;
 }
.carousel .carousel-control {
  visibility: visible;
  
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}

/* --------------------------------------
   Global Styles
   -------------------------------------- */



/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	
		#myCarousel .item { height: 340px; }
	
	#slide1 {
		background: url('../images/slide1-lg.png') top center no-repeat;

	}
	
	#slide2 {
		background: url('../images/slide2-lg.png') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide3-lg.png') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide4-lg.png') top center no-repeat;
	}

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
		#myCarousel .item { height: 311px; }
	
	#slide1 {
		background: url('../images/slide1-md.png') top center no-repeat;

	}
	
	#slide2 {
		background: url('../images/slide2-md.png') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide3-md.png') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide4-md.png') top center no-repeat;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
			#myCarousel .item { height: 240px; }
	
	#slide1 {
		background: url('../images/slide1-sm.png') top center no-repeat;

	}
	
	#slide2 {
		background: url('../images/slide2-sm.png') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide3-sm.png') top center no-repeat;
	}


}

/* Landscape phones and portrait tablets */
@media (max-width: 820px) {
				#myCarousel .item { height: 240px;}
	
	#slide1 {
		background: url('../images/slide1-sm.png') top center no-repeat;

	}
	
	#slide2 {
		background: url('../images/slide2-sm.png') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide3-sm.png') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide4-sm.png') top center no-repeat;
	}
	
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 7px;
}
.carousel-indicators .active {
  width: 11px;
  height: 11px;

}

}