@import url("bootstrap.min.css");

/*----Useful----*/
.clear {
	clear: both;
	height: 0;
}

.sameLine label { display: inline; }
.yellow { color: #febe10; }
.blue { color: #003f69; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }

.font-alt {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.glow {
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .1);
}

.dropdown-backdrop { position: static; }
.nowrap { white-space: nowrap; }

/*----Main Sections----*/
#top-bar, #top-bar-members { padding-bottom: 20px; }
#front-welcome { }

#front-welcome-message.well {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #efcd3c;
	background: #FFF url(../img/front-welcome.png) no-repeat 20px center;
	font-size: 12px;
	padding: 15px 19px 16px 250px;
}

#anonymous-hotline.well {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003f69;
	padding: 14px 19px 13px;
	background: #FFF;
}

#front-carousel {
	margin-bottom: 20px;
	background: #003f69;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003f69;
	position: relative;
}

#front-content { margin-bottom: 20px; }
#front-news { }

#front-events {
	background: #003f69;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
}

#inside-left { }
#inside-right { }
#ctl00_ContentPlaceHolder1_gvEvents, #ctl00_ContentPlaceHolder1_gvNews { width: 100%!important; }

/*----Bootstrap overrides----*/
body {
	color: #58595b;
	background: #FCFCFC url(../img/bg/cream_dust_light.png) repeat;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.container-wide {
    width: 1300px;
}

.container-wide .span9 {
    width: 1060px;
}

.well-blue {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #003f69;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.well-yellow {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #efcd3c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion { margin-bottom: 0px; }

.accordion-group {
	margin-bottom: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
	border-left: none;
}

.collapse { overflow: hidden !important; }

code {
	white-space: normal;
	padding: 0;
	color: #111;
}

/*----Extending base bootstrap functionality----*/

@media (min-width: 980px) and (max-width: 9999px) {
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}
	
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
		display: block;
	}
	
	#top-bar .navbar .sub-menu:before {
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
		left: -7px;
		top: 10px;
	}
	
	#top-bar .navbar .sub-menu:after {
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
		top: 11px;
		left: -6px;
	}
	
	ul.nav li.dropdown:hover ul.dropdown-menu { display: block; }
	a.menu:after,
			.dropdown-toggle:after { content: none; }
	
	.nav-tabs > li > a,
			.nav-pills > li > a {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*-----Navbar----*/
#top-bar .navbar {
	min-width: 960px;
	margin-bottom: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#top-bar .navbar-inner {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #bdb6ae;
	background-image: none;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: none;
}

.navbar-form .input-append,
.navbar-form .input-prepend,
.navbar-form .input-append input,
.navbar-form .input-prepend input,
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .input-append .btn { margin-top: 1px; }

#top-bar .container {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*----Navigation----*/

@media (min-width: 980px) and (max-width: 9999px) {
	#nav-member-settings {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		padding: 7px 15px;
		float: left;
		background: #a9a39c;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#nav-member-settings a {
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		text-decoration: underline;
	}
	
	#nav-member-settings a:hover {
		color: #eee;
		text-decoration: none;
	}
	
	#nav-wrapper .dropdown-menu a {
		border-bottom: 1px solid #D5D5D6;
		font-size: 12px;
		padding: 4px 15px;
		white-space: normal;
		font-weight: bold;
	}
	
	#nav-wrapper ul.dropdown-menu {
		border-top: 10px solid #003f69;
		border-right: 3px solid #003f69;
		border-bottom: 10px solid #003f69;
		border-left: 3px solid #003f69;
	}
	
	#nav-wrapper ul.dropdown-menu.sub-menu {
		border-top: 10px solid #75a1cf;
		border-right: 3px solid #75a1cf;
		border-bottom: 10px solid #75a1cf;
		border-left: 3px solid #75a1cf;
	}
	
	#nav-wrapper ul.dropdown-menu.sub-menu li a { color: #75a1cf; }
	#nav-wrapper ul.dropdown-menu.sub-menu li a:hover { color: #fff; }
	#nav-wrapper .dropdown-menu a.last { border-bottom: none; }
	
	#nav-wrapper .dropdown-menu {
		width: 180px;
		margin: -4px 0px 0px;
		-moz-border-radius: 0px 6px 6px 6px;
		-webkit-border-radius: 0px 6px 6px 6px;
		border-radius: 0px 6px 6px 6px;
	}
	
	/*need to apply the top-level class to every top-level menu item*/
	a.top-level {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		line-height: 15px;
		height: 28px;
	}
	
	li.top-level {
		display: table;
		margin-right: 0px;
		padding-right: 0px;
	}
	
	ul#nav-main.nav-pills > .active > a,
			.nav-pills > .active > a:hover,
			ul#nav-main.nav-pills .open .dropdown-toggle { background-color: #fff; }
	
	#nav-main .nav>li>a, #nav-members .nav>li>a {
		color: #fff;
		text-shadow: none;
		padding: 11px;
	}
	
	#nav-members.nav-pills > li > a,
			#nav-producers.nav-pills > li > a {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	#nav-members.nav-pills > li > a.first,
			#nav-producers.nav-pills > li > a.first {
		-moz-border-radius: 4px 0px 0px 4px;
		-webkit-border-radius: 4px 0px 0px 4px;
		border-radius: 4px 0px 0px 4px;
	}
	
	#nav-members.nav-pills > li > a.last,
			#nav-producers.nav-pills > li > a.last {
		-moz-border-radius: 0px 4px 4px 0px;
		-webkit-border-radius: 0px 4px 4px 0px;
		border-radius: 0px 4px 4px 0px;
	}
	
	.nav > li > a.top-level {
		display: table-cell;
		vertical-align: middle;
	}
	
	#nav-members.nav > li > a.top-level #nav-producers.nav > li > a.top-level {
		background-color: #B2B5B4;
		color: #FFF;
	}
}

/*Left Side Nav*/
#nav-side {
	background: #FFF;
	margin-bottom: 20px;
}

ul.nav-left-sub {
	margin: 0;
	border-bottom: 3px solid #75a1cf;
}

ul.nav-left-sub li a {
	color: #75a1cf;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px 4px 35px;
}

ul.nav-left-sub li a:hover { color: #fff; }

.nav-left-group {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 4px solid #003f69;
	border-right: 4px solid #003f69;
	border-bottom: 12px solid #003f69;
	border-left: 4px solid #003f69;
}

/*
#members-page .nav-left-group {
  border-top: 4px solid #febe10;
  border-right: 4px solid #febe10;
  border-bottom: 12px solid #febe10;
  border-left: 4px solid #febe10;
}
#members-page .nav-left-heading { background: #febe10; }

*/

.nav-left-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background: #003f69;
	padding: 10px 15px;
}

.nav-left-heading a { color: #fff; }

ul.nav-left-inner {
	margin: 0px;
	padding: 0px;
}

ul.nav-left-inner li { list-style: none; }

.nav-left-inner a {
	display: block;
	padding: 6px 15px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: normal;
	border-bottom: 1px solid #D5D5D6;
	font-size: 13px;
}

.nav-left-inner li > a:hover,
.nav-left-inner li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.nav-left-inner .active > a,
.nav-left-inner .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

}

/*----Subnav----*/


.subnav { }

@media (min-width: 980px) {
	.subnav {
		width: 100%;
		background: linear-gradient(to bottom, rgba(25,82,120,1) 0%,rgba(56,94,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195278', endColorstr='#385e77',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom: 30px;
		height: 50px;
	}
	
	.subnav .nav { margin-bottom: 0; }
	
	.subnav .nav > li > a {
		margin: 0;
		padding-top: 11px;
		padding-bottom: 11px;
		border-right: 1px solid #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.subnav .nav > li:last-child > a { border-right: none; }
	
	.subnav .nav > .active > a,
		.subnav .nav > .active > a:hover {
		padding-left: 13px;
		color: #FFF;
		background-color: #003f69;
		border-right-color: #ddd;
		border-left: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	}
	
	.subnav .nav > li:first-child > a,
		.subnav .nav > li:first-child > a:hover {
		border-left: 0;
		padding-left: 12px;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
	}
	
	.subnav .dropdown-menu {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	
	.subnav > .nav > li > a:hover { background: #003f69; }
}

/*----Misc front styles----*/
#main-login a {
	font-size: 11px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	color: #FFF;
}

#top-bar form { margin-bottom: 0; }

#top-bar-members form {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.front-news-item,
.front-events-item { padding-bottom: 0px; }
#front-news p,
#front-events p { margin-bottom: 0; }

#front-events h2 {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
}

#front-events-inner {
	background: #FFF;
	padding: 5px;
	margin: 3px;
	overflow-y: hidden;
}

.small-grey {
	font-size: 11px;
	color: #8a8c8e;
	text-transform: uppercase;
}

.small-white {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
}

a.small-white:hover { color: #fff; }

#front-social > div {
	height: 50px;
	margin-bottom: 9px;
	background-color: #fff;
	border: 1px solid #efcd3c;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../img/front-social4.png);
	background-repeat: no-repeat;
}

@media (min-width: 980px) and (max-width: 9999px) {
	#front-social > div {
		width: 140px;
		display: inline-block;
	}
	
	#front-social > div:nth-child(odd) { margin-right: 9px; }
}

#front-facebook { background-position: 10px 5px; }
#front-twitter { background-position: 10px -95px; }
#front-linkedin { background-position: 10px -195px; }
#front-instagram { background-position: 10px -295px; }

#front-facebook a,
#front-twitter a,
#front-linkedin a,
#front-instagram a {
    display: block;
    height: 50px;
}

#front-facebook a:hover,
#front-twitter a:hover,
#front-linkedin a:hover,
#front-instagram:hover {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
}

#print-logo {
	width: 220px;
	display: none;
}

/*----Misc Members Styles----*/
.pager a {
	border: 1px solid #EDF5FF;
	color: #0067A5;
	margin: 5px;
	padding: 2px 5px;
}

.pager span {
	background-color: #0067A5;
	border: 1px solid #DBEAFF;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 3px;
}

.pager a:hover { color: #1E90FF; }
.pager:before, .pager:after { content: normal; }

table.member-info {
	border: 1px solid #febe10;
	width: 100%;
	margin-bottom: 20px;
}

.highlightRed { color: #B94A48; }
.highlightGreen { color: #468847; }
table.member-info.table-bordered th,
table.member-info.table-bordered td { border-left: none; }

table.member-info thead tr th {
	background-color: #febe10;
	color: #fff;
	text-align: left;
}

table.member-info thead tr th a {
	color: #fff;
	text-decoration: underline;
	display: block;
	text-align: right;
}

table.member-info thead tr th a:hover {
	color: #fff;
	text-decoration: none;
}

table.member-info td.last-child { width: 90px; }

/*----Carousel----*/
.carousel-inner {
	width: 700px;
	height: 315px;
	float: left;
}

#front-carousel .item > img {
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

#carousel-controls {
	float: left;
	width: 237px;
	max-height: 310px;
	color: #FFF;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
}

#carousel-controls a { color: #FFF; }

a.accordion-toggle {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
}

#carousel-controls .accordion-inner {
	max-height: 185px;
	overflow: hidden;
}

#carousel-controls .accordion-inner:hover {
	background: #004F82;
	cursor: pointer;
}

/*----Left column misc styles----*/
/*----Footer----*/
#footer {
	border: 1px solid #003f69;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 50px;
	margin-right: -1px;
	margin-left: -1px;
	padding: 15px;
	background: #FFF;
	color: #757575;
	text-align: center;
}

#footer-left {
	font-size: 12px;
	line-height: 20px;
}

#footer-left h2 {
	font-size: 14px;
	margin: 5px 0 10px 0;
}

#footer-left address {
	display: inline;
	margin-bottom: 0;
	line-height: 17px;
}

a#footer-logo-bccfu {
	background: url(../img/footer-logos.jpg) no-repeat 0px 0px;
	height: 60px;
	width: 105px;
	display: inline-block;
}

a#footer-logo-iatse {
	background: url(../img/footer-logos.jpg) no-repeat 0px -60px;
	height: 60px;
	width: 65px;
	display: inline-block;
}

a#footer-logo-bcfed {
	background: url(../img/footer-logos.jpg) no-repeat 0px -120px;
	height: 60px;
	width: 65px;
	display: inline-block;
}

a#footer-logo-clc {
	background: url(../img/footer-logos.jpg) no-repeat 0px -180px;
	height: 60px;
	width: 105px;
	display: inline-block;
}

a#footer-logo-mppia {
	background: url(../img/footer-logos.jpg) no-repeat 0px -240px;
	height: 60px;
	width: 65px;
	display: inline-block;
}

a#footer-logo-realgreen {
	background: url(../img/footer-logos.jpg) no-repeat 0px -300px;
	height: 60px;
	width: 60px;
	display: inline-block;
}

#logos > p { margin: 0; }

/*----Slogan----*/
#front-slogan {
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 100;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#left-slogan {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.slogan {
	color: #FFF;
	background: #febe10;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-word;
	text-align-last: justify;
	/* text-transform: uppercase;  */
	padding: 10px;
}

/*----Base Styles----*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #003f69;
	line-height: 1.1;
}

h1, h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2, h3 { margin-top: 20px; }
h1 { font-size: 40px; }
.highlightRed { color: #CC0000; }
.highlightGreen { color: #008800; }

.highlightBlack {
	color: #000000;
	azimuth font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.image-small {
	width: 330px;
	float: right;
	margin-left: 20px;
}

.thumbnail {
	width: 200px;
	float: right;
	margin-left: 20px;
}

.thumbnail p {
	padding: 9px;
	color: #555555;
	margin-bottom: 0;
}

/*----Responsive Styles----*/

@media (max-width: 979px) {
	#nav-wrapper {
		background: #003f69;
		margin-bottom: 20px;
	}
	
	.navbar img {
		height: 50px;
		width: auto;
	}
	
	#logo-home { float: left; }
	#nav-search, #nav-user { float: right; }
	.navbar { margin-bottom: 0; }
	
	.subnav {
		border-top: solid 1px #ccc;
		margin-top: 10px;
	}
	
	.navbar .nav>li>a {
		color: #fff;
		text-shadow: none;
	}
	
	.navbar .btn-navbar {
		margin-right: 0;
		background-color: transparent;
		background-image: none;
	}
	
	.navbar .btn-navbar:hover { background-color: transparent; }
	
	.navbar .btn-navbar .icon-bar {
		width: 30px;
		height: 5px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.btn-navbar .icon-bar+.icon-bar { margin-top: 4px; }
	li.active > .dropdown-menu { display: block; }
	
	#footer .span6 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	/*temp formatting for submenu */
	.dropdown-submenu.active { background: #2673a6; }
	
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		color: #fff;
		border-radius: 0;
		-webkit-border-radius: 0px;
	}
	
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background-color: #fff;
		color: #003f69;
	}
	
	.subnav { font-size: 13px; }
	
	.subnav li.top-level {
		font-size: 15px;
		border-top: solid 1px #aaa;
	}
	
	.subnav .form-search { margin: 5px; }
	
	/* have submenus open in mobile */
	ul.dropdown-menu.sub-menu { display: block; }
	
	/* make thirld-level anchor a bit tighter */
	.dropdown-menu.sub-menu li a { padding: 5px 15px; }
	
	/*make the arrows point down*/
	.dropdown-submenu>a:after {
		border-width: 5px 5px 0 5px;
		border-top-color: #cccccc;
		border-left-color: transparent;
	}
	
	.dropdown-submenu:hover>a:after {
		border-top-color: #ffffff;
		border-left-color: transparent;
	}
	
	#carousel-controls { width: auto; }
	#carousel-controls > div:last-child { border: none; }
	#front-welcome > div > div.span9 { width: auto; }
	#front-slogan { left: -24px; }
	#nav-main br { display: none; }
}

@media (max-width: 767px) {
	#front-welcome-message.well {
		background: none repeat scroll 0% 0% #FFF;
		padding: 19px;
		font-size: 14px;
	}
	
	#front-events h2 { padding-top: 10px; }
	.image-small, .image-large { display: none; }
	
	/*keep all accordion parts open on small screens.*/
	.accordion-body { height: auto!important; }
	
	/*make sure text fits*/
	#carousel-controls { max-height: 800px; }
}

@media (max-width: 479px) {
	.thumbnail {
		width: auto;
		float: none;
		margin-left: 0;
	}
	
	body { padding: 0; }
	
	#nav-wrapper {
		margin-left: -10px;
		margin-right: -10px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.well-blue.glow {
		padding: 0;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#footer .span6 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#footer {
		text-align: center;
		border: none;
		border-top: 1px solid #003f69;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	#footer-left {
		font-size: inherit;
		line-height: 24px;
	}
	
	#footer-left h2 {
		font-size: inherit;
		line-height: 24px;
		margin: 0;
	}
	
	.glow {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	body { font-size: 16px; }
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 21px; }
}

@media (min-width: 980px) and (max-width: 9999px) {
	#nav-wrapper { margin-bottom: 10px; }
	
	#nav-main, #nav-members, #nav-producers {
		margin-top: 0px;
		width: 700px;
		float: right;
	}
	
	#logo-home {
		float: left;
		margin-top: -10px;
	}
	
	#logo-home a {
		width: 220px;
		height: 71px;
		display: block;
		background: url(../img/logo-home-big.png) 0 0 no-repeat;
		background-size: 220px 200px;
	}
	
	#logo-home a:hover {
		background: url(../img/logo-home-big.png) 0 -100px no-repeat;
		background-size: 220px 200px;
	}
	
	#logo-home.container {
		padding-left: 0;
		padding-right: 0;
	}
	
	#inside-right .span3 { width: 200px; }
	#inside-right .span4 { width: 280px; }
	#inside-right .span5 { width: 360px; }
	#inside-right .span6 { width: 440px; }
	#footer .span6 { width: 450px; }
	#ctl00_navMembersWrapper > img, #ctl00_navProducerWrapper > img { margin-top: 20px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	#logo-home { margin-left: 20px; }
	.navbar .btn-navbar { margin-right: 20px; }
	#inside-right { width: auto; }
	#inside-right .span3 { width: 30%; }
	#inside-right .span4 { width: 40%; }
	#inside-right .span5 { width: 50%; }
	#inside-right .span6 { width: 60%; }
	
	#front-carousel {
		width: 700px;
		margin-left: 24px;
	}
}

@media (max-width: 979px) {
    .container-wide .navbar {
        max-width: 320px;
    }
}


@media (min-width: 980px) and (max-width: 9999px) {
    .container-wide #ctl00_navMembersWrapper > img {
        margin-top: 85px;
        margin-left: 150px;
    }
}

/*----Print Styles----*/

@media print {
	/*Supress printing URL in links*/
	a[href]:after { content: none !important; }
	
	/*Breathing room for headers & footers*/
	
	@page {
			margin: 2cm 0.5cm;
			}
	
	.well-blue { border: none; }
	
	.glow {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#footer { border: none; }
	
	.span9 {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		float: none;
	}
	
	#print-logo {
		display: block;
		margin-left: 20px;
	}
	
	#top-bar,
			#inside-left,
			#nav-wrapper,
			#nav-members-wrapper,
			#nav-producers-wrapper { display: none!important; }
}