body {
  
}

h1{
	font-family:"Gill Sans","Tahoma";
	color:#411002;
	font-weight: bold;
	border-bottom:2px solid #e97736;
}

h4{
	 font-family:"Gill Sans","Tahoma";
	 color:#411002;	
	  text-align:justify;	
      text-justify:auto;
}
p{

	text-align:justify;	
      text-justify:auto;
}

.container.jumbo{
	width:100%;
	background-color: #411002;
}
.container.j{
	width:100%;
	background-color: #411002;
	margin-bottom: -1px;
}
.glyphicon-chevron-left:before {
	color: #e97736;
   /* -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0; */
}
.glyphicon-chevron-right:before {
	color: #e97736;
   /* -moz-border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px; */
}
.carousel-control{
	opacity: 1;
	
}
.carousel-control.left{
	background-image: none;
}
.carousel-control.right{
	background-image:none;
		
}
/*.fake-menu{
	background-image: url(images/menu_background_longer.png);
	background-repeat:no-repeat;
	height:118px;*/	
}
/*nav*/
.glyphicon{
	top: 4px

}
 .navbar{
 	margin-top: 30px;
 	margin-bottom: 0px;
 	border-radius: 0px;
 }

.navbar-default{
	background-color: #e97736;
	border-color: #e97736;
	font-size: 16px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{

	background-color: #f1a57a;
}
.navbar-default .navbar-nav>li>a{
	color: white;
	font-family: "Gill Sans", "Tahoma";
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#411002;
	font-family: "Gill Sans", "Tahoma";
}
.navbar-right .dropdown-menu{
	right:auto;
	left:0;
}
/*ul.dropdown-menu{
	background: #72ca37;
	background: -moz-linear-gradient(top #8dc53e, #D5E9B8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dc53e), to(#D5E9B8));
}*/
.thumbnail{
	border:0;
	margin-top: 10px;
}
a{
	color:#ffffff;
}
/* mouse over link */
a:hover {
    color: #fda334;
}
.footer{
	background-color:#411002; 
	text-align: center;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fb-like-box .fb_iframe_widget{
width: 100% !important;
height: 100% !important;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
color:#411002;
background-color: #72ca37;
}


/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 98% !important;
    max-height:100% !important;
    padding-left: 6px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e5e5e5;
  }
