/*
========================================================
Overall Font
*/
a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #585754;
	background-color: #000000;
}

a {
	color: #9d9573;
}

a:hover {
	color: #82725b;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Amatic SC', san serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h5 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

p.lead {
	margin-bottom: 1.1em;
	color: #585754;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0;
}

ul {
	list-style-type: none;
	list-style-image: url(../img/bullet.png);
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.5em;
}

/*
========================================================
Header & Nav
*/

#menu {
	float: right;
}

.navbar {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-inner {
	background: #000000;
	box-shadow: inset 0 -4px 8px -2px rgba(0, 0, 0, 0.2);
	height: 60px;

}

.navbar-fixed-top .navbar-inner, 
.navbar-fixed-bottom .navbar-inner {
	padding: 0;
}

.navbar-fixed-top {
	margin-bottom: -1px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width: 0px;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.navbar .nav > li > a {
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(102, 102, 102, 0.85);
	padding: 19px 15px 10px 10px;
	text-shadow: none;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: rgba(102, 102, 102, 0.85);
	border-bottom-color: rgba(102, 102, 102, 0.85);
}

.navbar .nav > li > a:hover {
	color: white;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
	color: white;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: rgba(102, 102, 102, 0.85);
	border-bottom-color: rgba(102, 102, 102, 0.85);
}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a,
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
    background-color: #666666;
    background-image: none;
    background-repeat: none;
    text-decoration: none;
}

.typeahead {
	margin-top: 15px;
}



/*
========================================================
Banner
*/

#banner {
	margin: 0 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);

	background-image: url(../img/bgrd.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */

	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#home #banner {
	background-image: url(../img/bgrd.jpg);height: 550px;
}

#about #banner {
	background-image: url(../img/bgrd.jpg);height: 275px;
}

#bbq #banner {
	background-image: url(../img/bgrd.jpg);height: 275px;
}

#videos #banner {
	background-image: url(../img/bgrd.jpg);height: 275px;
}

#skateparks #banner {
	background-image: url(../img/bgrd.jpg);height: 275px;
}

#archive #banner {
	background-image: url(../img/bgrd.jpg);height: 275px;
}







#name {
	margin-top: 60px;
}

h1 {
	margin: 0 0 5px 0;
	color: black;
	font-family: 'Amatic SC', san serif;
	font-weight: 700;
	text-transform: uppercase;
}

#title {
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: black;
	margin-bottom: 10px;
}

[class^="icon-"], [class*=" icon-"], li [class^="icon-"], li [class*=" icon-"] {
	width: 26px;
	color: white;
	font-size: 1em;
	line-height: 27px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.icon-background {
	width: 26px;
	height: 25px;
	background-color: #999999;
	border-radius: 13px;
}

#tools {
	float: right;
	margin-top: 20px;
}

#tools li {
	margin-right: 10px;
}

#tools [class^="icon-"], #email [class^="icon-"]{
	width: 20px;
	color: white;
	font-size: .8em;
	line-height: 22px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#tools a {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: .85em;
	letter-spacing: .5px;
}

#tools a:hover {
	color: white;
}

#tools li {
	float: left;
}

#tools .icon-background, #email .icon-background {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}


/*
========================================================
Home
*/

#home #menu {
	float: right;
}


#home h1 {
	font-family: 'Amatic SC', san serif;
	margin-top: 130px;
	font-weight: 700;
}

.homebody {
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
}


.homelead {color: #ffffff}
/*
========================================================
Section Menu - FlexNav
*/

.menu-button, 
[role="navigation"], 
[role="navigation"] .top-level a {
	background-color: #f2f1eb;
}

[role="navigation"] .top-level {
	display: table;
}

[role="navigation"] .top-level a {
	padding: 10px;
	height: 38px;
	display: table-cell;
}

.menu-button {
	color: #9d9573;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid #c7c1ad;
	border-left: 1px solid #c7c1ad;
	border-right: 1px solid #c7c1ad;
}

.menu-button a:hover {
	color: #82725b;
	background-color: #f2f1eb;
}

[role="navigation"] {
	border-top: 1px solid #c7c1ad;
	border-right: 1px solid #c7c1ad;
	/*margin-bottom: -1px;*/
	width: auto;	
}

[role="navigation"] li {
	width: 20%;
	background-color: #fbfbf9;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: table;
	line-height: 1em;	
}

[role="navigation"] li a {
	border-left: 1px solid #d5d0c0;
	border-bottom: none;
	color: #9d9573;
	margin-right: 0;
	display: table-cell;
	vertical-align: middle;
}

[role="navigation"] li a:hover {
	color: #82725b;
	background-color: #e9e6df;
}

[role="navigation"] .active {
	border-bottom: 1px solid white;
	margin-bottom:-1px;
}

[role="navigation"] .active a {
	background-color: white;
}

[role="navigation"] .active a:hover {
	color: #9d9573;
	background-color: white;
}


/*
========================================================
Content Modules
*/

.card {
	border-top: 1px solid #d5d0c0;
	border-right: 1px solid #c7c1ad;
	border-bottom: 1px solid #c7c1ad;
	border-left: 1px solid #c7c1ad;
	background-color: white;
	padding: 30px;
	float:left!important;
}

.content-module {
	margin-bottom: 30px;
}

.content-module ul {
	margin-bottom: 10px;
}

h3 {
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 10px;
	color: #ff0000;
}

.dash {
	width: 25px;
	border-bottom: 4px solid #ff0000;
	margin-bottom: 10px;
} 



h4 {
	font-weight: 400;
	color: #ff0000;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-module h4 {
	font-weight: bold;
	color: #585754;
	font-size: 1em;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.content-module li {
	line-height: 1.25em;
	margin-bottom: 5px;
}

.keywords a {
	font-size: .9em;
	background-color: #f2f1eb;

	padding: 1px 10px;
	border-radius: 10px;
	margin: 2px;
	float: left;

}


/*
========================================================
Sidebars
*/

.sidebar-module {
	margin-bottom: 20px;
}

.sidebar-module h3 {
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 10px;
	color: #ff0000;
}

.sidebar-module h4 {
	font-weight: 400;
	font-size: 1.5em;
	margin: 0;
}

#contact ul,
#downloads ul,
#social-media ul {
	margin-bottom: 20px;
		cursor: pointer;
}

#contact .collapse,
#downloads .collapse,
#social-media .collapse {
	margin-left: 32px;
}

#downloads .icon-background {
	background-color: #eaab00;
}

#social-media #twitter {
	background-color: #13acec;
}

#social-media #linkedin {
	background-color: #0a74b0;
}

/*
========================================================

*/



.subhead {
	text-transform: none;
	font-weight: 600;
	font-size: 1.25em;
	color: #ff0000;
	margin-bottom: 20px;
}




/*
========================================================
*/

#pm {
	margin-top: 10px;
}

#pm img {
	float: left;
	margin: 0 10px 0 0;
}

#pm p {
	text-transform: uppercase;
	font-size: .85em;
	letter-spacing: .5px;
	float: left;
	margin: 3px 0 0 0;
}




/*
========================================================
Videography results Page
*/

#home h1 {
	margin-top: 130px;
	font-weight: 700;
	font-size: 3em;
}


#results #banner {
	height: 100px;
}

.results-card {
	min-height: 100px;
	margin: 0 20px 30px 0px;
}

.results-card img {
	float: left;
	margin: 0 15px 5px 0;
}

.results-card h4 {
	text-transform: none;
	font-weight: 600;
	font-size: 2em;
	color: #585754;
}

#results .subhead {
	margin-bottom: 30px;
} 

.results-card .title {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

.results-card .title {
	line-height: 1.25
}

#results #filter .accordion-heading a {
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
}

#results .sidebar-module ul {
	margin-bottom: 10px;
}

#results .sidebar-module label {
	margin: 0px;
	/*color: #9d9573;*/
}

.accordion-group {
	background-color: #f2f1eb;
	border: 1px solid #c7c1ad;
}

.accordion-heading {
	background-color: #f2f1eb;
	border-radius: 4px;
}	

.accordion-heading a:hover{
	background-color: #e9e6df;
	border-radius: 4px;
}	




/*
========================================================
MEDIA QUERY -- PHONES
*/

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

	.navbar .container {
		padding: 0 20px 0 20px;
	}

	.navbar-inner {
	/*border-bottom: 1px solid black;*/
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
		background-color:  #9d9573;
	}

	#banner .container {
	
	}

	
	#banner {
		margin: 0 -20px 20px -20px;
		padding: 20px;
		border-bottom: 0 none;
	}

	#profile-image {
		margin: 0;
	}

	#name {
		margin: 0;
		padding: 15px 0 0 0;
	}

	h1 {
		font-size: 2em;
		text-transform: uppercase;
	}

	#title {
		font-size: .85em;
		line-height: 1.25em;
		text-transform: uppercase;
	}

	.row-fluid {
		width: auto;
	}

	#tools {
		float: left;
	}

	#profile-image {
		width: 100px;
		height: 100px;
		background-image: url(../img/profile-medium.png);
		float: left;
		margin-right: 20px;
	}

	#email {
		margin-bottom: 10px;
	}

	[role="navigation"] li {
		width: 100%;
		background-color: #fbfbf9;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
	}

	[role="navigation"] li a,  [role="navigation"] .active {
		border-bottom: 1px solid #e0dcd4;
		color: #9d9573;
		margin-right: 0;
	}

	h3 {
		font-weight: 400;
		font-size: 1.5em;
		margin-bottom: 10px;
		color: #ff0000;
	}

	.navbar .btn-navbar {
		margin: 10px 0px 0 0;
	}

	.icon-bar {
		margin-right: 0px;
	}

	#home .row-fluid .offset2:first-child {
		margin-left: 0;
	}

	#home #banner {
		height: 200px;
	}

	#home h1 {
		margin-top: 40px;
		font-weight: 300;
	}

	#results #banner,
	#browse #banner {
		padding: 0px
	}

	#results .sidebar-module,
	#browse .sidebar-module {
		display: none;
	}

	.nav-collapse.collapse  {
    		background-color:  white;
		left:  0px;
    		position:  absolute;
   		 top:  59px;
   		 width: 100%;
   		 z-index:  9;
   	}

   	.nav-collapse.collapse .dropdown-toggle {
   		color:  #ff0000;
   	}



}
@media (min-width: 320px) and (max-width: 320px) {
	.navbar .brand {
			background-position: 0 7px;
			background-size: 48%;
			padding-left: 110px;
	}
}
/*
========================================================
MEDIA QUERY -- TABLETS
*/

@media screen and (min-width: 768px) {

	.navbar .container {
		width: 724px;
	}

	.navbar .btn-navbar {
		margin: 10px 0px 0 0;
	}

	.icon-bar {
		margin-right: 0px;
	}

	#results #banner,
	#browse #banner {
		padding: 0px
	}

	.nav-collapse.collapse{
    		background-color:  white;
    }
    
    .navbar .nav-collapse.collapse .nav > li > a.dropdown-toggle{
		display: none;
	} 
	
	/* Prevent double background gradient */
	#global-footer .container {
		background:none;
		box-shadow:none;
	}

	#bottom-text {
		margin-top:2px;
	}

	/* Remove left padding */
	#brandbar .container img {
		padding:4px 0 0;
	}

	/* Bootstrap style */
	#brandbar .container,
	#global-footer .container {
		width:724px;
	}

	#global-footer .container .row {
		margin:30px 0 0 -20px;
	}

	/* Footer single column */
	#global-footer .span2 {
		float:left;
		width:104px;
		padding-left:8px; /* Prevent flush left */
	}

	/* Bootstrap style */
	#global-footer .span10 {
		width:600px;
		margin-left:20px;
		margin:0 12px 0 20px;
		float:left;
	}

	#global-footer img {
		margin:0 auto;
	}

	#global-footer ul li.alt {
		clear:right;
	}

	/* Footer two column */
	#global-footer ul {
		width:100%;
		float:left;
	}

	#global-footer ul li {
		width:auto;
		margin:0 13px 3px 0;
		padding:0;
		float:none;
		clear:left;
		display:inline-block;
	}

	#bottom-logo {
		margin:-5px 0 10px;
	}

	#global-footer .clear {
		clear:none;
	}

	p.copyright {
		text-align:left;
		padding-left:17%;
		padding-top:25px;
	}
}

/*
========================================================
MEDIA QUERY -- DESKTOP SMALL
*/

@media screen and (min-width: 980px) {
	/* Bootstrap style */
	
	.navbar .container {
		width: 940px;
	}

	.navbar .btn-navbar {
		margin: 10px 0px 0 0;
	}

	.icon-bar {
		margin-right: 0px;
	}

	#results .sidebar-module,
	#browse .sidebar-module  {
		display: auto;
	}

	#brandbar .container,
	#global-footer .container {
		width:940px;
	}
	#global-footer .span2 {
		width:140px;
	}
	#global-footer .span10 {
		width:780px;
	}
	.navbar .brand {
		margin: 12px 0 0 0px;
	}


}


/*
========================================================
MEDIA QUERY -- DESKTOP LARGE
*/

@media screen and (min-width: 1200px) {
	/* Bootstrap style */
	
	.navbar .container {
		width: 1170px;
	}

	#brandbar .container,
	#global-footer .container {
		width:1170px;
	}
	#global-footer .span2 {
		width:170px;
	}
	#global-footer .span10 {
		width:970px;
	}
	p.copyright {
		padding-left:16%;
	}
}



html, body {
	height: 100%;
}

#pm-wrap {
	min-height: 100%;
}

#pm-content {
	overflow:auto;
	padding-bottom: 120px; /* must be same height as the footer */
}

#global-footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
} 

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#global-footer {
	margin:  60px -20px 0 -20px;
}
