@charset "UTF-8";
/* CSS Document */
h1, .h1, h2, .h2, h3, .h3
{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
}

/* Heading and Nav styling */

.navbar{
	background: #e28943;
	border: none;
	margin-top: 8px;
}

.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.navbar-nav{
	float:right;
}
.backing {
background:rgb(255, 165, 45);
width: 220px;
height: 89px;
position: absolute;
left: -28px;
top: -11px;
}
a.navbar-brand {
	display: block;
	background: url(images/logo.png) no-repeat center 13px #ffffff!important;
	text-indent: -1000px;
	overflow: hidden;
	height: 100px;
	width: 194px;
	position: absolute;
	top: -8px;
	background-size: 114px!important;
}
.navbar-inverse .navbar-nav>li>a:hover {
text-decoration: underline;
}
.navbar-brand:hover{
	background: url(images/logo.png) no-repeat center 23px #ffffff;
}
.carousel {
	height: 65%!important;
}

header#myCarousel {
padding-bottom: 7px;
border-bottom: 1px solid green;
}

.panel-body li {
color: #8E8E8E;
}
img.contact-card {
width: 100%;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 60px;
	left: 50%;
	z-index: 10;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background: #e28943;
	width: 320px;
	margin-left: -160px;
}
.carousel-caption .palm{
	background: url(images/palm.png) no-repeat;
	height: 58px;
	width: 135px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -68px;
}

#myCarousel h2 {
	font-size: 17px;
	padding: 12px 1px;
	margin: 4px 0;
	letter-spacing: 6px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-shadow: none;
}

#myCarousel p {
	text-shadow: none;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .5px;
	margin: 20px;
}

#myCarousel a {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 11px;
	text-shadow: none;
}

.panel-default{
	border: 0;
	
}

h3 {
	color: #145228;
	letter-spacing: 8px;
	font-size: 17px;
}

h3#p {
	background: url(images/icons.png) no-repeat 180px -2px;
	background-size: 19px;
}

h3#l {
	background: url(images/icons.png) no-repeat 165px -31px;
	background-size: 23px;
}

h3#s {
	background: url(images/icons.png) no-repeat 165px -56px;
	background-size: 23px;
}


.panel-body p {
	font-size: 12px;
	color: #8E8E8E;
}

.btn-default {
	color: #e28943;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	border: 1px solid;
}
.bc{
	width: 100%;
	margin:0 auto;
}
.bc img{
	width: 100%;
	max-width: 585px;
	margin-bottom: 35px;
}

.ct strong{
	color:#105326;
}

input, select, textarea {
width: 100%;
margin: 5px;
border-radius: 3px;
border: 1px solid #D2D2D2;
padding: 5px 10px;
}

/*About home */

div#abt-txt {
	height: 200px;
background: rgb(16, 83, 38);
color: #ffffff;
font-weight: 100;
padding: 27px 33px;
letter-spacing: 1px;
font-size: 13px;
}

div#abt-txt h2 {
margin: 0;
margin-bottom: 5px;
font-size: 17px;
}
#abt-txt .btn-default {
background: transparent;
color: #fff;
font-size: 11px;
}
div#abt-img {
height: 200px;
background:url(images/aboutbg.jpg) no-repeat;
background-size: 100%;
}

/*Footer*/
footer{
	margin:0!important;
}

.foot {
background: #3f3f3f;
color: #A0A0A0;
margin-top: 15px;
}

.foot p {
margin: 13px;
font-size: 11px;
}