




a.links:link { color: #343410; font-weight: bold; text-decoration: none; background:transparent;}
a.links:visited { color: #343410; font-weight: bold; text-decoration: none; background:transparent;}
a.links:active { color: #343410; font-weight: bold; text-decoration: none; background:transparent;}
a.links:hover { color: #3C3C2B; font-weight: bold; text-decoration: none; background:transparent;}

a.foot:link { color: #f6f6f6; font-weight: bold; text-decoration: none; background:transparent;}
a.foot:visited { color: #f6f6f6; font-weight: bold; text-decoration: none; background:transparent;}
a.foot:active { color: #f6f6f6; font-weight: bold; text-decoration: none; background:transparent;}
a.foot:hover { color: #ffffff; font-weight: bold; text-decoration: none; background:transparent;}


a:hover { text-decoration: none;}

body {
	background-color: #b5b583;
}

.grey > li {
	color: #cabca3;
}

.heading-bg {
	/*background: #000000;*/
	background: rgba(0, 0, 0, 0.79);
	padding: 0px 10px;
	margin:10px 0px;
display: inline-block
}

p.header {
	color: #c6c6c6;
}
p.one {
	color: #cabca3;
}

.btn-default {
	width: 100%;
}

.title {
	width: 100%;
	height: 30px;
	padding-top: 4px;
	color: #ffffff;
	border: solid 1px #cccccc;
	background: #cabca3;
	margin: 10px 0px;
}

.page-title {
	height: 100px;
}


.dkbrown-bg {
	background-color: #505032;
}

.green-bg {
	background-color: #6a6a35;
}

.shadow {
	text-shadow: 0 0 15px #000;
	text-shadow: 0 0 15px #000;
	text-shadow: 0 0 15px #000;
}

.navbar {
	background-color: #6a6a35;
	border: #666666;
min-height: 44px; /* change value here*/

}


.navbar .nav > li > a:hover {
float: none;
padding: 27px 15px 27px; /* CHANGE HEIGHT HERE */
color: #ffffff; /* CHANGE COLOR HERE*/
text-decoration: none;
text-shadow: 0 0px 0 #ffffff;

}

.navbar .nav > li > a {
float: none;
padding: 27px 15px 27px; /* CHANGE HEIGHT HERE */
color: #cccccc; /* CHANGE COLOR HERE*/
text-decoration: none;
text-shadow: 0 0px 0 #ffffff;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.pad-top-30 {
	padding-top: 30px;
}

.mar-10 {
	margin: 10px 10px;
}

.mar-top-20 {
	margin: 20px 0px 0px 0px;
}

.mar-top-30 {
	margin: 30px 0px 0px 0px;
}

.mar-bot-20 {
	margin-bottom: 20px;
}

.logo-margin {
	margin: 10px 10px 10px 0px;
}

.dropdown-menu > li a:hover {
	background-color: #cccccc;
	color: #111111;
}


hr {
    border: none;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
}


.carousel-caption {
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;

}

/*carousel fade in override */

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
