@charset "utf-8";
/* CSS Document */
html,body{
	background:#000;	
}
/*.navbar{
	margin-top:20px;
 	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;	
}*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  margin-top:14px;
}
.navbar-inverse .navbar-toggle{
	background-color:#d3b329;	
}
.navbar-inverse .navbar-toggle:hover{
	background-color:#00682d;	
}
.navbar-inverse .navbar-toggle:focus{
	background-color:#00682d;	
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar{
	background-image:url(../images/menu_bg1.jpg);
	background-repeat:repeat-x;	
}
.logo-img{
	width:100%;
	background:url(../images/logo-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.site-body{
	background:#3b3b3b;background-image:url(../images/woodgrad.jpg);
	background-repeat:no-repeat;
	margin-top:68px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-moz-border-bottom-right-radius:15px;
}
/*SETTING FOR NAVE BAR INVERSE*/
.panel-body{
	padding:0px;	
}
.panel h4{
	color:#ffbd10;
}

.panel-default .panel-heading{
	cursor:pointer;
	background-color:#000;
	opacity:.85;
}
.panel-body .list-group-item:hover{
	background-color:#d3b329;
}
.panel-body .list-group-item:hover h4{
	color:#333;
}
.panel-body .list-group-item img{
	max-width:75px;
	max-height:75px;
}
.panel-heading p{
	color:#c3c3c3;
}
h1{
	color:#ffbd10;	
}
/*======SIDEBAR LIST GROUP======*/
#sidebar{
	position:relative;
	z-index:10;
	box-shadow:5px 0px 10px #000;	
}
#sidebar a{
	color:#333;
	font-weight:bold;
	font-size:12px;
}
#sidebar a {
	text-align:right;
	padding-right:30px;	
}
#sidebar a:hover{
	background-color:#00682d;
	color:#fff;
}
.navbar-right{
	padding-right:25px;	
}
.brand-logo{
	position:relative;left:8px;
	box-shadow:	0px 4px 15px #000;
	-moz-box-shadow:	0px 4px 15px #000;
	-webkit-box-shadow:	0px 4px 15px #000;
}

.nav{
	margin-top:15px;	
}

.navbar-inverse .nav li a{
	padding:10px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
.dropdown-menu a{
    color: #000 !important;
}
.dropdown-menu a:hover{
    color: #fff !important;
}
/*=====Bottom Nav=====*/
@media(min-width:1201px){
	.test{
		background:url(../images/bottom-nav-bg.jpg);
		width:1170px;
		height:100px;
		position:relative;left:-15px;
		text-align:right;
		border-bottom-left-radius:15px;
		border-bottom-right-radius:15px;
		-webkit-border-bottom-left-radius:15px;
		-webkit-border-bottom-right-radius:15px;
		-moz-border-radius-bottomleft:15px;
		-moz-border-radius-bottomright:15px;
	}
}
@media(max-width:1200px){
	.test{
		background:url(../images/bottom-nav-bg.jpg);
		width:970px;
		height:100px;
		position:relative;left:-15px;
		text-align:right;
		border-bottom-left-radius:15px;
		border-bottom-right-radius:15px;
		-webkit-border-bottom-left-radius:15px;
		-webkit-border-bottom-right-radius:15px;
		-moz-border-radius-bottomleft:15px;
		-moz-border-radius-bottomright:15px;	
	}
}
@media(max-width:990px){
	.test{
		display:none;	
	}
}

.bottom-links{
	padding-top:40px;
	padding-right:15px;
}
.bottom-links a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:0px 10px;
	
}
.bottom-links a:hover{
	color:#FC6;	
}
/*=====END BOTTOM NAV=====*/
@media(max-width:991px){
	.navbar-inverse ul{
		background:#d3b329;
	}
	.navbar-inverse .nav li a{
	border-bottom:solid 1px #cd9d21;	
	}
}


.phonebar{
	position:absolute;top:-14px;right:0px;background:#ffbd10;width:327px;height:70px;
	border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	box-shadow:0px 8px 20px #000;
}
.phonenumber{
	display:block;
	background:#fff;
	text-align:center;
	font-size:12px;color:black;font-weight:bold;
}
.phonenumber b{
	font-size:24px;	
}
@media (min-width: 768px) {
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  
}

@media(max-width:767px){
	h1{
		font-size:24px;	
	}
}
@media(min-width:992px){
	.navbar-nav span{
		display:none;	
	}
}
.nav-tabs-justified li{
	margin-bottom:5px;	
}
.nav-tabs-justified li a, .nav-tabs-justified li a:focus{
	color:#000;	font-weight:bold;
	background-color:#d3b329;	
}
.nav-tabs-justified li a:hover{
	background-color:#666;
}