/* CSS Document */

body {
	
}

.well {
	
}

.navbar {
	border: none;
	background: #333;
	border-radius: 0;
}

.navbar-inverse {
	border: none;
	background: #333;
	border-radius: 0;
}

.navbar-collapse {
	border: none;
	background: #333;
	border-radius: 0;
}

.navbar-inverse .navbar-right a.active, .navbar-collapse a.active, .navbar-inverse .navbar-right a.active:hover, .navbar-collapse a.active:hover, .navbar-inverse .navbar-right a.active:focus, .navbar-collapse a.active:focus {
	background: #eee;
	color: #222;
}

.SR-inverse {
	background: #333;
	color: #eee;
	border-radius: 0;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=75);
  opacity: .75;
}

.carousel-control:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=99);
  opacity: 1;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .05) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .05) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .05)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.pageTitle {
	font-weight: 700;
	font-size: 1.1em;
}

.contactTitle {
	font-size: 1em;
	font-weight: 700;
	margin:0;
}

.telNumber {
	color: #222;
	text-decoration: none;
}