* {
    margin: 0;
}
html, body {
    height: 100%;
    //overflow-y: scroll;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.push {
    height: 200px; /* .push must be the same height as .footer */
}
.footer{
    height: 200px; /* .push must be the same height as .footer */
    background: #191919;
    color:#b0b0b0;
    padding-top:5px;
}
.nav li a {
	padding:2px;
	color: #333333;
}
.nav li a:hover {
	padding:2px;
	background:none;
	color:#f1f1f1;
}
.nav-justified{
	margin-top:3px;
	width:100%;
}
.nav-justified li {
	//width:100%;
	margin-left:0;
}
.nav-justified li a {
	line-height:29px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #FFFFff;
	background-color:#D9D9D9;
	color: #333333;	
	width:100%;
}
.nav-justified li a:hover {
	background:#f1f1f1;
	color:#b0b0b0;
}
a {
	color:#b0b0b0;
}
a:hover {
	color:#f1f1f1;
}
.footerlinks {
	color:#b0b0b0;
	text-decoration:none;
}
.logo1 {
	margin: 0 auto 0 auto;
	width:350px;
	max-width:100%;
	height:auto;
}
.logo2 {
	margin: 0 auto 0 auto;
	width:320px;
	max-width:100%;
	height:auto;
}

.carousel, .slide {
	max-width:720px;
	height:auto;
	margin:10px auto 40px auto; 
}
@media screen and (max-width: 767px) {
  .carousel {
    display:none;
  }
}
.carousel-caption {
	background:#b0b0b0;
	background: rgb(0, 0, 0) transparent;   /* Fallback for web browsers that doesn't support RGBa */
            background: rgba(0, 0, 0, 0.6);   /* RGBa with 0.6 opacity */
             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);  /* For IE 5.5 - 7*/
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";  /* For IE 8*/
	margin-right:0;
	margin-left:0;
	right:0;
	left:0;
}
.carousel-caption h3 {
	font-weight:bold;
}
.textlink {
	color:#090909;
	text-decoration:underline;
}
.textlink:hover {
	color:#000000;
}
.call {
	float:right;
	margin-top:5px;
}
@media screen and (max-width: 992px) {
	.call {
		float:left;
		margin: 5px auto 10px auto;
	}
}
.label-info {
	background:#EA3E00;
	font-size:14px;
}
.dropdown-menu {
	background:#f1f1f1;
	width:100%;
	max-width:385px;
	left:auto;
}
.dropdown-menu li{
	background:none;
	width:100%;
	border:0;
	margin-left:1px;
}
.dropdown-menu li a {
	background:none;
	width:100%;
	border:0;
	margin-left:-10px;
}
.dropdown-menu li a:hover {
	background:none;
	//margin-left:18px;
}
.nav-justified .dropdown-menu .menu li {
	list-style-type:none;
	background:none;
	border:0;
}
	
.breadcrumb li a {
	color:#00C000;
	font-weight:bold;
}
.breadcrumb {
	background-color:none;
}
.space {
	clear:both;
	height:40px;
}
.bottommenu li {
  list-style-type:none;
  width:100%;
}
.bottommenu li a {
	color:#b0b0b0;
	text-decoration:underline;
  display:block;
  font-weight:normal;
  line-height:1.42857143;
  text-decoration:none;
}
.bottommenu li a:hover {
	text-decoration:underline;
}

table { 
    border-spacing: 5px;
    border-collapse: separate;
}
