/*-----------------------------------------------------------------------------
	Framework CSS Overrides
-----------------------------------------------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
	background-image: url("../../common/images/glyphicons-halflings.png");
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: url("../../common/images/glyphicons-halflings-white.png");
}
.icon-googleplus {
	background: url("../../common/images/icons/glyphicons-googleplus.png") center center no-repeat;
}
.icon-facebook {
	background: url("../../common/images/icons/glyphicons-facebook.png") center center no-repeat;
}
.icon-video {
	background: url("../../common/images/icons/icon-video.gif") center center no-repeat;
}
.pagination {
	margin: 0;
}
.thumbnails-tight li {
	margin-bottom: 0;
}
.thumbnails a.bfw-block-level {
	position: relative;
}
	.thumbnails a.bfw-block-level .label {
		position: absolute;
		top: 0;
		left: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
.btn-link {
	color: #F04E37;
}
.btn-no-link {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	cursor: auto;
	color: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-no-link:hover,
.btn-no-link:focus {
	color: inherit;
	background: transparent;
}
.lt-ie8 .form-inline label,
.lt-ie8 .form-inline input,
.lt-ie8 .form-inline select,
.lt-ie8 .form-inline .bfw-spacer {
	display: inline;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}
.lt-ie8 .form-inline label {
	height: 30px;
	line-height: 30px;
}
.popover-content {
	font-size: 12px;
	line-height: 1.5em;
}
	.popover-content h5 {
		font-size: 16px;
	}
	.popover-content h6 {
		font-size: 14px;
	}
.carousel-indicators {
	top: auto;
	bottom: 15px;
}
	.carousel-indicators li {
		border: 1px solid #cccccc;
		cursor: pointer;
		background: #ffffff;
	}
body {
	font-family: 'Source Sans Pro', 'Helvetica Nue', Helvetica, Arial, sans-serif;
	padding-bottom: 30px;
	color: #363940;
	line-height: 1.5em;
}
a {
	color: #F04E37;
}
a:hover {
	color: #860100;
}
hr {
	border-top-color: #e1e1e1;
}
hr.small {
	margin: 10px 0;
}
hr.double {
	margin: 40px 0;
}
hr.dashed {
	border-style: dashed;
}
.muted {
	color: #575757;
}
.affix-detach {
    position: absolute !important;
    top: auto !important;
    bottom: auto !important;
}

/*-----------------------------------------------------------------------------
	Typography
-----------------------------------------------------------------------------*/

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.4em;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hgroup {
	margin-bottom: 1.5em;
	padding: 5px 0;
}
	hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
		margin: 0 0 5px;
	}
	hgroup .bfw-sub-head {
		font-weight: normal;
	}
h4 small {
	padding-left: 5px
}
blockquote {
	font-size: 20px;
	border: none;
	padding-left: 0;
}
	blockquote p {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
blockquote.bfw-small {
	font-size: 16px;
}
	blockquote.bfw-small p {
		font-size: 16px;
	}


/*-----------------------------------------------------------------------------
	Classes
-----------------------------------------------------------------------------*/

/* Text Colors */
.bfw-orange {
	color: #F04E37;
}

/* Paddings */
.bfw-padding-left {
	padding-left: 20px;
}
.bfw-padding-right {
	padding-right: 20px;
}
.bfw-padding-top {
	padding-top: 20px;
}
.bfw-padding-bottom {
	padding-bottom: 20px;
}
.bfw-padding {
	padding: 20px;
}
.bfw-padding-small {
	padding: 10px;
}
.bfw-padding-xsmall {
	padding: 5px;
}
.bfw-padding-x {
	padding-left: 20px;
	padding-right: 20px;
}
.bfw-padding-y {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Borders */
.bfw-border {
	border: 1px solid #E6E6E6;
}
.bfw-border-top {
	border-top: 1px solid #E6E6E6;
}
.bfw-border-bottom {
	border-bottom: 1px solid #E6E6E6;
}
.bfw-border-top-bottom {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.bfw-border-left {
	border-left: 1px solid #E6E6E6;
}
.bfw-border-right {
	border-right: 1px solid #E6E6E6;
}
.bfw-border-x-center {
	background: url("../../common/images/border-x.gif") center center repeat-x;
}
.bfw-border-y-center {
	background: url("../../common/images/border-y.gif") center center repeat-y;
}
.bfw-round-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.bfw-dashed-divider {
	border-top: 1px dashed #D5D5D5;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Other Classes */
.bfw-middot {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 18px;
	color: #B7B9B5;
}
.bfw-inline-space {
	width: 20px;
}
.bfw-inline-space-left {
	margin-left: 10px;
}
.bfw-inline-space-right {
	margin-right: 10px;
}
.bfw-space-small {
	height: 1em;
}
.bfw-space {
	height: 2em;
}
.bfw-space-large {
	height: 4em;
}
.bfw-margin-bottom {
	margin-bottom: 20px;
}
.bfw-margin-bottom-small {
	margin-bottom: 10px !important;
}
.bfw-margin-none {
	margin: 0 !important;
}
.bfw-img-align {
	margin: 10px 0;
}
.bfw-header-content-divider-small {
	height: 20px;
	background: url("../../common/images/header-content-divider-small.gif") left top no-repeat;
	margin: 15px 0 5px;
}
.bfw-content-divider {
	height: 20px;
	background: url("../../common/images/content-divider.gif") center top no-repeat;
	margin: 30px 0 10px;
}
.bfw-block-level {
	display: block;
}
.bfw-position-relative {
	position: relative;
	z-index: 1;
}
.bfw-hide {
	display: none;
}
.bfw-clickable {
	cursor: pointer;
}
.bfw-link-main {
	color: #F04E37;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
.bfw-link-sub {
	color: #860100;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
.bfw-link-main:hover {
	color: #F04E37;
	text-decoration: underline;
}
.bfw-link-sub:hover {
	color: #F04E37;
	text-decoration: underline;
}
.bfw-link-in-copy {
	color: #4D4D52;
	text-decoration: underline;
}
.bfw-link-in-copy-muted {
	color: #676D75;
	text-decoration: underline;
}
.bfw-link-shortcuts a {
	display: block;
	color: #4D4D52;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #858A91;
	padding-bottom: 5px;
}
.bfw-link-shortcuts-home a {
	display: block;
	color: #4D4D52;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #858A91;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bfw-txt-xsmall {
	font-size: 11px;
	line-height: 1.2em;
}
.bfw-txt-small {
	font-size: 13px;
	line-height: 1.3em;
}
.bfw-txt-large {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.bfw-txt-xlarge {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.bfw-txt-left {
	text-align: left;
}
.bfw-txt-center {
	text-align: center;
}
.bfw-txt-right {
	text-align: right;
}
.bfw-txt-bold {
	font-weight: bold;
}
.bfw-txt-normal {
	font-weight: normal;
}
.bfw-head {
	font-weight: bold;
	color: #363940;
}
.bfw-meta {
	color: #676D75;
	font-style: italic;
}
.bfw-blt-arrow-right-light {
	background: url("../../common/images/blt-arrow-right-light.gif") left center no-repeat;
	padding-left: 13px;
}
.bfw-blt-arrow-right-dark {
	background: url("../../common/images/blt-arrow-right-dark.gif") left center no-repeat;
	padding-left: 13px;
}
.bfw-no-bg {
	background: none !important;
}
.bfw-author-portrait {
	width: 190px;
}
.bfw-price-display {
	font-size: 18px;
	line-height: 26px;
	padding: 0 4px;
	font-weight: bold;
	color: #3E3E3E;
	-moz-box-shadow: 1px 1px 1px #B7B9B5;
	-webkit-box-shadow: 1px 1px 1px #B7B9B5;
	box-shadow: 1px 1px 1px #B7B9B5;
}
.bfw-price-display-disabled {
	font-size: 18px;
	line-height: 26px;
	padding: 0 4px;
	font-weight: bold;
	color: #676D75;
}
.bfw-look-inside-small {
	display: block;
	width: 34px;
	height: 28px;
	float: right;
	text-indent: -9999px;
	background: url("../../common/images/icons/look-inside.png") center center no-repeat;
}
.bfw-modal-large {
	width: 744px;
	margin-left: -372px;
}




