/* FOR IN CSS */
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a{
	color: #f4a814;
    font-size: 17px;
    font-weight: bold;
}

.messageHolder > li {
    list-style: none outside none;
    margin-left: -39px;
}
.navbar-inverse .navbar-nav > .active > a{ color: white!important;}
.nav li a{ color: #FFFFFF;}


.orange{
	color: #f76d2e;
	font-size: 26px;
}

.seperator{
	color: #f4a814;
}

.highlight .caption
{ 
   	background: none repeat scroll 0 0 rgba(244, 168, 20,  0.8);
    color: white;
    display: none;
    font-size: 16px;
    padding: 0 10px 10px;
    position: absolute;
    top: 0;
    z-index: 99;
	
}

.slide img{
	width: 100%;
	position: absolute;    
	z-index: -1;
}

.slide{ min-height:520px;
	position: relative;
	overflow: hidden;
}
.slide .row{
	text-align: center;
	padding-top: 240px;
}
	
	@media(max-width: 764px){
		.slide{
			margin-top: -60px;
		}
	}
/* Header */
#head { background-size: cover; min-height:520px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }

#head.secondary {
	height:100px; 
	min-height: 100px; 
	padding-top:0px; 
	background: url("../images/branding.png") no-repeat scroll 0 -42px / cover  #181015; 
	background-size:cover; 
}

	#head .lead 
	{ 
		font-family:"Open sans", 
		Helvetica, Arial; 
		font-size:44px; 
		margin-bottom:6px; 
		color:#f4a814; 
		line-height:1.15em; 
		text-shadow: 1px 1px 2px black;
	} 
	#head .tagline { color:#fff; margin-bottom:25px; font-size: 20px;}
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background: rgba(145, 31, 21, 0.7); transition: background-color 200ms linear 0s; color: #fff; -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5);  }
		#head .btn-default:hover,
		#head .btn-default:focus { color: #fff; background: rgba(145, 31, 21, 0.9); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}
.navbar-brand img{
	margin-top: -33px !important;
	position: absolute;
	width: 160px;
}

/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; font-size: 16px;}
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 0; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: #911F15; padding: 30px 0 0 0; font-size: 12px; color: #f7f5f4; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title 
	{ 
		font-size: 17px; 
		font-weight: bold; 
		color: #f4a814; 
		margin: 0 0 20px; 
	}
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #7B0900; padding: 15px 0; color: #F7F5F4; font-size: 12px; }
	.footer2 a { color: #f4a814; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }	

	.fa-twitter, .fa-facebook, .fa-linkedin { font-size:30px!important; margin:0 10px 20px 0; }
	
@media (max-width: 450px) {
 .caption h3{
	font-size: 20px;
    margin: 0 0 3px;
    padding: 10px 0 !important;
 }
 
 .caption p{
	font-size:15px!important;
 }
}

@media (max-width: 390px) {
 .caption h3{
	font-size: 15px;
    margin: 0 0 3px;
    padding: 10px 0 !important;
 }
 
 .caption p{
	font-size:12px!important;
 }
}

@media (max-width: 250px) {
 .caption h3{
	font-size: 12px;
    margin: 0 0 3px;
    padding: 10px 0 !important;
 }
 
 .caption p{
	font-size:10px!important;
 }
}





/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}



