/*
Theme Name: SongBowden
Theme URI: http://digitalgas.com.au/
Description: Developed by Digial Gas
Author: Digial Gas
Author url: http://digitalgas.com.au/
Version: 1.0
Template: wordpress-bootstrap-master
*/
@import url('../wordpress-bootstrap-master/style.css');

body {
	padding-top: 0;
}

.container-fluid {
	/*width: 970px;*/
}

a {
	color: #f26722;
}

/*-- Header --*/

#header {
	/*min-width: 960px;*/
	background-color: #040707;
}

#header-cover {
	background: url(images/header-cover.png) no-repeat bottom center;
	width: 100%;
	min-width: 1000px;
	height: 300px;
	position: absolute;
	z-index: 9;
}

#inner-header {
	height: 300px;
}

#sbcarousel {
	padding-left: 170px;
	margin-bottom: 0;
}
#sbcarousel.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
#sbcarousel.carousel .active.left {left:0;opacity:0;z-index:2;}
#sbcarousel.carousel .next {left:0;opacity:1;z-index:1;}

/*-- Nav --*/

#menu-main {
	margin: 7px 0 0;
}
#menu-main li {
	margin-top: 3px;
}
#menu-main li a {
	text-transform: uppercase;
	color: #000;
	padding: 5px 25px;
	margin: 0 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 1.1em;
}
#menu-main li ul {
	margin-left: 30px;
}
#menu-main.nav-pills > .active > a, 
#menu-main.nav-pills > li > a:hover ,
#menu-main.nav-pills > .active > a:hover, 
#menu-main.nav-pills > .active > a:focus , 
#menu-main.nav-pills > .current-page-ancestor > a {
	color: #f26722;
	background-color: transparent;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret, .nav .dropdown-toggle .caret {
	border-top-color: #f26722;
	border-bottom-color: #f26722;
}
#menu-main .dropdown-menu {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#menu-main li li a {
	padding: 3px 15px;
	margin: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}
#menu-main li  li  a:hover {
	color: #000;
	background: #f26722;
}

/*-- Page --*/

.page-header h1{
	font-size: 25px;
}
.page-header {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.lead {
	font-size: 18px;
	color: #f26722;
	line-height: 26px;
}

.gal-menu {
	margin: 10px 0 0 11px;
}
.gal-menu ul {
	margin: 0;
	padding: 0;
}
.gal-menu li {
	float: left;
	display: block;
	margin: 0 0 10px 9px;
	padding: 0;
}
.gal-menu a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.gal-menu a.active img, .gal-menu li.selected a img, .gal-menu a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}

#hero-cover {
	background-position: top right;
	background-repeat: no-repeat;
}

/*-- Sidebar --*/

#hero-sidebar {
	text-align: right;
}

@media only screen and (max-width: 800px) {

	#main, #hero-sidebar {
		width: 100%;
	}
	#hero-sidebar > div {
		background-position-x: center;
		background-size: contain;
	}
	
	#header-cover {
		height: 200px;
		background-position-x: -100px;
		min-width: 0;
	}
	#inner-header {
		height: 200px;
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
	}
	
	#menu-main li a {
		padding: 15px 0px;
	}
	
	#people-hero {
		text-align: center;
	}

}