@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'BergamoStd', Georgia, serif;
	font-size: 1em;
	line-height: 2em;
	background-color: #333;
}
#toTop {
	width: 100px;
	z-index: 10;
	border: 1px solid #333;
	background: #121212;
	text-align: center;
	opacity: .5;
	padding: 1px 4px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	display: none;
	color: #fff;
	text-transform: lowercase;
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #E26B3B;
}
a:hover {
	color: #647A0B;
}
.clearFloat {
	clear: both;
}
.jicons-icons {
	display: none;
}
.row-fluid .span9 {
	margin: 0px;
	padding: 0px;
	width: 75%;
}
.row-fluid .span3 {
	margin: 0px;
	padding: 0px;
	width: 25%;
}
img {
	border: 0 none;
	height: auto;
	width: 100%;
	max-width: inherit;
	vertical-align: middle;
}
iframe {
/* 	border: none; */
	margin: 0 auto;
}

.iframeContainer{
position: relative;
  overflow: hidden;
  width: 80%;
  padding-top: 80%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 20px;
}

.responsive-iframe{
position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/*  Fonts   */



@font-face {
	font-family: 'OFLSortsMillGoudyItalic';
	src: url('fonts/OFLGoudyStM-Italic-webfont.eot');
	src: local('☺'), url('fonts/OFLGoudyStM-Italic-webfont.woff') format('woff'), url('fonts/OFLGoudyStM-Italic-webfont.ttf') format('truetype'), url('fonts/OFLGoudyStM-Italic-webfont.svg.html#webfontRrg0pQHE') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'BergamoStd';
	src: url('fonts/bergamostd-bold-webfont.eot');
	src: local('☺'), url('fonts/bergamostd-bold-webfont.woff') format('woff'), url('fonts/bergamostd-bold-webfont.ttf') format('truetype'), url('fonts/bergamostd-bold-webfont.svg.html#webfontjdzDol2o') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'BergamoStd';
	src: url('fonts/bergamostd-italic-webfont.eot');
	src: local('☺'), url('fonts/bergamostd-italic-webfont.woff') format('woff'), url('fonts/bergamostd-italic-webfont.ttf') format('truetype'), url('fonts/bergamostd-italic-webfont.svg.html#webfontOUmPpskr') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'BergamoStd';
	src: url('fonts/bergamostd-regular-webfont.eot');
	src: local('☺'), url('fonts/bergamostd-regular-webfont.woff') format('woff'), url('fonts/bergamostd-regular-webfont.ttf') format('truetype'), url('fonts/bergamostd-regular-webfont.svg.html#webfont1jb3qGK8') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BergamoStd';
	src: url('fonts/bergamostd-bolditalic-webfont.eot');
	src: local('☺'), url('fonts/bergamostd-bolditalic-webfont.woff') format('woff'), url('fonts/bergamostd-bolditalic-webfont.ttf') format('truetype'), url('fonts/bergamostd-bolditalic-webfont.svg.html#webfontmGVHnP4l') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* -------------------------- */



/*  Header   */

header {
	background-color: #F7F4E5;
	border: none;
}
.logo {
	padding: 1em 0 .7em 1em !important;
}
.logo img {
	max-width: 100%;
	width: auto;
}
.search form {
	margin: 0 2em 0 0;
	float: right;
}
.search input, .search button {
	margin: 2em 0 0 0;
}
.search .btn-primary {
	background-color: #333;
	background-image: linear-gradient(to bottom, #444444, #333333);
	background-image: -moz-linear-gradient(top, #444444, #333333);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#333333));
	background-image: -webkit-linear-gradient(top, #444444, #333333);
	background-image: -o-linear-gradient(top, #444444, #333333);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff333333', GradientType=0);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}
input.search-query {
	border-radius: 5px 5px 5px 5px;
	padding-left: 14px;
	padding-right: 14px;
}
/*Nav styling  */

nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 80%;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inner .btn-navbar {
	background-color: #647A0B;
	background-image: linear-gradient(to bottom, #546609, #647A0B);
	background-image: -moz-linear-gradient(top, #546609, #647A0B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#546609), to(#647A0B));
	background-image: -webkit-linear-gradient(top, #546609, #647A0B);
	background-image: -o-linear-gradient(top, #546609, #647A0B);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff546609', endColorstr='#ff647A0B', GradientType=0);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #647A0B;
	float: right;
	margin: 5px;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inner .btn-navbar:hover, .navbar-inner .btn-navbar:active, .navbar-inner .btn-navbar.active, .navbar-inner .btn-navbar.disabled, .navbar-inner .btn-navbar[disabled] {
	background-color: #647A0B;
	color: #000;
}
.navbar-inner .btn-navbar .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
}
.navbar-inner {
	margin-bottom: 0px;
	overflow: visible;
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #039E9E;
	background-image: -moz-linear-gradient(top, #039E9E, #039E9E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#039E9E), to(#039E9E));
	background-image: -webkit-linear-gradient(top, #039E9E, #039E9E);
	background-image: -o-linear-gradient(top, #039E9E, #039E9E);
	background-image: linear-gradient(to bottom, #039E9E, #039E9E);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff039E9E', endColorstr='#ff039E9E', GradientType=0);
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
	float: none;
	padding: 10px 15px 10px;
	display: block;
}
.navbar-inner .nav > li > a {
	float: none;
	text-shadow: 0 0px 0;
	color: #F7F4E5;
	font-weight: normal;
}
.navbar-inner .nav > .active > a, .navbar-inner .nav > .active > a:focus {
	background-color: #333333;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #F7F4E5;
	text-shadow: 0 0px 0;
}
.navbar-inner .nav > li > a:focus, .navbar-inner .nav > li > a:hover {
	background-color: #E26B3B;
	color: #F7F4E5;
	text-decoration: none;
	text-shadow: 0 0px 0;
}
.navbar-inner .nav > .active > a:hover {
	background-color: #E26B3B;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #F7F4E5;
	text-decoration: none;
	text-shadow: 0 0px 0;
}
.nav-collapse .nav > li > a {
	border-radius: 2px 2px 2px 2px;
	font-size: 1.5em;
	font-weight: normal;
	padding: 9px 15px;
	margin-bottom: 2px;
	color: #F7F4E5;
	text-shadow: 0 0px 0;
}
/*   Breadcrumbs   */


.breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 65%;
	letter-spacing: .3em;
	margin: 0;
	padding: 0 0 0 3em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-color: #333;
}
.breadcrumb li {
	text-shadow: 0 0px 0;
	color: #F7F4E5;
}
.breadcrumb .active {
}
/*   Carousel   */

.colorBox {
	background-color: #CE9108;
	margin: 0px;
	padding: 0px;
}
.carousel {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: .1em;
	background-color: #CE9108;
	position: relative;
	margin-bottom: 0px;
	line-height: 1;
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel .item > img {
	display: block;
	line-height: 1;
	max-width: 100%;
	width: auto;
}
.carousel .active, .carousel .next, .carousel .prev {
	display: block;
}
.carousel .active {
	left: 0;
}
.carousel .next, .carousel .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel .next {
	left: 100%;
}
.carousel .prev {
	left: -100%;
}
.carousel .next.left, .carousel .prev.right {
	left: 0;
}
.carousel .active.left {
	left: -100%;
}
.carousel .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-control:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
	color: #ffffff;
	line-height: 20px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
/*======= BT CONTENT SLIDER ========*/
.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
}
/*
	Handles - Next/prev buttons
*/
.bt-cs .next, .bt-cs .prev {
	display: none;
	width: 40px;
	height: 100%;
	top: 0;
	opacity: 0.7;
}
.bt-cs:hover .next, .bt-cs:hover .prev {
	display: block;
}
.bt-cs .next:hover, .bt-cs .prev:hover {
	opacity: 1;
}
.bt-cs a.next {
	background: url("http://www.homefolkloredesign.com/templates/designhf/images/re-right.png") right center no-repeat !important;
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	right: 0;
}
.bt-cs a.prev {
	background: url("http://www.homefolkloredesign.com/templates/designhf/images/re-left.png") left center no-repeat !important;
	text-indent: -9999px;
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 0;
	left: 0;
}
/*bullet */
.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index: 101;
}
.bt-cs .bt_handles li {
	float: left;
	margin: 0 !important;
	list-style: none;
	padding: 0px!important;
	background: none!important;
}
.bt_handles li a {
	display: block !important;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url("http://www.homefolkloredesign.com/templates/designhf/images/pagination.png");
	background-position: 0 0;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}
.bt_handles li.current a {
	background-position: 0;
}
/*numbering */
.bt-cs .bt_handles_num {
	position: absolute;
	z-index: 101;
	background-color: #E26B3B;
	border: 1px solid blue;
	width: inherit;
	padding: 0;
	margin: 0;
	width: 100%;
	top: 0px;
	right: 0px;
}
.bt-cs .bt_handles_num li {
	float: left;
	margin: 0;
	list-style: none;
	padding: .2em !important;
	background: none !important;
}
.bt-cs .bt_handles_num li a {
	display: block !important;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	background-color: #333;
	float: left;
	padding: 0em!important;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	font-family: "Courier New", Courier, monospace;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bt-cs .bt_handles_num li a:hover {
	opacity: 0.8;
}
.bt-cs .bt_handles_num li.current a {
	background: orange;
	color: #333;
	font-weight: bold;
}
/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
	float: none;
	position: relative;
	overflow: hidden;
	padding: 1.8em 0 0 0;
	font-family: "Courier New", Courier, monospace;
	color: #fff;
}
.bt-cs .bt-inner {
	margin: 0;
	padding: 0;
	position: relative;
}
.bt-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em .5em 1em;
	margin: 0;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.bt-cs .bt-inner .bt-title {
	clear: both;
	text-transform: lowercase;
	font-size: 80%;
	letter-spacing: .3em;
	color: #fff;
	line-height: 50%;
}
.bt-cs .bt-inner .bt-category {
	clear: both;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
.bt-cs .bt-center {
	text-align: center;
	padding: 0 0 0 0;
}
.bt-cs .bt-inner a {
	text-decoration: none;
	color: #fff;
}
.bt-cs .bt-inner a:hover {
	border-bottom: 1px dotted #E26B3B;
	color: #E26B3B;
}
.bt-introtext {
	line-height: normal;
	font-size: 80%;
	color: #fff;
}
.bt-inner .readmore a {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	line-height: normal;
	font-size: 80%;
	letter-spacing: .3em;
}
.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}
.bt-cs .bt-date, .bt-cs .bt-author {
	font-weight: normal;
	font-size: 80%;
}
.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}
.bt-cs .bt-inner img {
	outline: 0px solid #b5b5b5;
	border: 0px solid #fff;
	max-width: 100%;
	margin: .2em 0 0 0;
}
/*  Component Styling   */


.contentArea {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.contentArea:after {
	clear: both;
}
.contentArea .span9 {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background-color: #F7F4E5;
}
.custompano {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.customImage {
	overflow: hidden;
	max-width: 600px;
	position: relative;
	margin: 0;
	padding: 0;
}
/*   Sidebar Left Styling    */


.contentArea .span3 {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background-color: #CE9108;
}
.sidebarpano {
	height: 200px;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}
.contactInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-size: 80%;
	background-color: #333;
	color: #fff;
	padding: 2.2em;
}
.contactInfo ul {
	list-style: none;
	padding: 1em 1em 1.5em 2em;
	margin: 0;
	background-color: #E26B3B;
	background-color: rgba(226, 107, 59, 0.5);
	border: 2px dotted #E26B3B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	;
}
/*  Sidebar Menu    */


.articleMenu h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .3em;
	font-size: 70%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: .5em 2em .5em 0;
	text-align: right;
}
.navigate {
	margin-bottom: 0px;
	overflow: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	letter-spacing: .2em;
	padding: 1em 0 1.5em 0;
	background-color: #647A0B;
	text-align: right;
}
ul.navigate {
	display: list-item;
	background-color: #333;
	margin: 0 2em 2em 2em;
	border: 2px dotted #E26B3B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navigate li {
}
.navigate li a {
	padding: .1em 1em .2em 1em;
	margin: 0 .5em;
	text-decoration: none;
	color: #fff;
}
.navigate .active > a, .navigate .active > a:focus {
	background-color: #CE9108;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.navigate li a:focus, .navigate li a:hover {
	background-color: #E26B3B;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.navigate .active a:hover {
	background-color: #E26B3B;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #333;
	text-decoration: none;
}
/*   Article Styling     */


.category-list, .blog, .item-page {
	padding: 2em 4em 3em 3em;
	border: 0 none;
}
.custompano {
	width: auto;
	margin: 0 auto;
}
.custompano .caption {
	width: 500px;
	margin: .5em auto 1em auto;
}
.epub {
	background-color: #F7F4E5;
	margin: 2em auto;
	padding: 3em 2em 4em 2em;
	width: 75%;
	height: 100%;
	overflow: visible;
}
.epub .link {
	text-align: center;
}
img.hide {
	display: none;
}
.subheading-category, .item-page h2 {
	font-weight: normal;
	padding: .2em 0 .3em 0;
	margin: 0;
	line-height: 100%;
}
.category-list h4, .blog h4, .item-page h4 {
	padding: 0;
	margin: 0;
	line-height: 120%;
}
.item-page p, .blog p {
	font-size: 125%;
	line-height: 135%;
}
.category-list p {
	font-size: 120%;
	line-height: 150%;
}
.category-desc {
	padding-top: 2em;
}
.initial {
	font-style: italic;
	font-size: 5em;
	letter-spacing: -0.3em;
	color: #E26B3B;
	margin: 0 0 0 -10px;
	vertical-align: -40%;
	font-weight: normal;
}
.intro {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	font-family: 'OFLSortsMillGoudyItalic', Georgia, serif;
	line-height: 150%;
	letter-spacing: .07em;
	margin: 0 0 1em 0;
}
.caption {
	font-size: 90%;
	line-height: 90%;
	font-weight: normal;
	font-style: italic;
	font-family: 'OFLSortsMillGoudyItalic', Georgia, serif;
	letter-spacing: .07em;
	padding: .3em 0;
	margin: 0;
}
.caption a {
	float: right;
}
/* Accordion Dropdown  */

.accordion {
	width: 80%;
	margin: 0 auto;
	background: #fff;
}
.accordion-group {
	border: 0 none;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 2px;
}
.accordion-heading {
	border-bottom: 0 none;
}
.accordion-heading {
	display: block;
	padding: 0;
}
.accordion-toggle {
	cursor: pointer;
	letter-spacing: .2em;
	font-size: 120%;
	background-color: #333;
	color: #FFFFFF;
}
a.accordion-toggle:hover {
	text-decoration: none;
	background-color: #647A0B;
	color: #fff;
}
.accordion-inner {
	border-top: 0 none;
	padding: 0 .5em;
	margin: 0;
}
/*  Contact Page   */

.contact {
	padding: 0;
	width: 100%;
	margin: .2em auto;
}
fieldset {
	margin-top: 1em;
	padding-bottom: 1em;
}
.hasTip {
}
.contact-form {
	padding: 0;
}
.contact-form legend {
	font-size: 80%;
	line-height: normal;
	text-align: center;
}
.contact-form form {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
input, button, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.control-label label, .controls input {
	font-size: 110%;
}
.form-actions {
	background-color: transparent;
	border-top: 0 none;
	width: 100%;
	text-align: center;
}
.form-horizontal .form-actions {
	padding: 0;
}
.form-horizontal .control-label {
	width: 37%;
	padding: .6em 1em 0 0;
}
.btn-primary {
	background-color: #333;
	background-image: linear-gradient(to bottom, #444444, #333333);
	background-image: -moz-linear-gradient(top, #444444, #333333);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#333333));
	background-image: -webkit-linear-gradient(top, #444444, #333333);
	background-image: -o-linear-gradient(top, #444444, #333333);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff333333', GradientType=0);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
	color: #FFFFFF;
}
/*   Search Form   */

.search {
	padding: 0;
	width: 100%;
	margin: .2em auto;
}
#searchForm {
	float: none;
	margin: 0;
	padding: 0;
	width: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#searchForm .btn-toolbar {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}
#searchForm .btn-toolbar:after {
	clear: both;
}
.searchintro {
}
.badge-info {
	padding: .5em .5em .5em .5em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #039E9E;
}
.searchSpecs {
	margin: 0 auto;
	position: relative;
	width: 90%;
	zoom: 1;
}
.phrases, .only {
	float: left;
	width: 200px;
	padding: 0 1em;
	margin: 1em 0 0 0;
}
.phrases legend, .only legend {
	padding: 0;
	margin: 0;
	line-height: 100%;
}
.phrases .radio input, .only .checkbox input {
	margin: .2em .5em 0 0;
	padding: 0;
}
select {
	width: 150px;
}
#searchForm select #ordering {
	width: 100px;
}
.searchSpecs:after {
	clear: both;
}
.searchNumber {
	float: none;
	padding: 1em 0 0 0;
}
.searchResults {
	padding: 1em 2em;
}
dd.result-text {
	margin: 0 0 .5em 0;
}
/*   Search Results   */





/*  Footer Menu   */


.footerCopyright {
	background-color: #333;
	font-size: 70%;
}
.footerCopyright .moduletable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .4em;
	color: #F7F4E5;
	margin: 0;
	padding: 0 0 0 1em;
}
footer {
	background-color: #647A0B; padding: 0; margin: 0;
}
.footerMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: .1em;
	background-color: #647A0B;
}
.footerMenu ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.footerMenu li {
float: left;
width: 33.33%;
text-align: center;
}

.footerMenu li a {
	display: block;
	padding: .5em 0;
	text-decoration: none;
	color: #F7F4E5;
}
.footerMenu li a.active, .footerMenu .active > a:focus {
	background-color: #039E9E;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #F7F4E5;
}
.footerMenu li a:focus, .footerMenu li a:hover {
	background-color: #E26B3B;
	color: #F7F4E5;
	text-decoration: none;
}
.footerMenu .active a:hover {
	background-color: #E26B3B;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
	color: #F7F4E5;
	text-decoration: none;
}


/*  Tablet and Phone   */

@media (min-width: 768px) and (max-width: 1025px) {
.visible-tablet {
	display: inherit !important;
}
}
 @media (max-width: 767px) {
body {
	margin: 0;
	padding: 0;
}
.epub {
	background-color: #F7F4E5;
	margin: 2em auto;
	padding: 3em 2em 4em 2em;
	width: 75%;
	height: 100%;
	overflow: visible;
}
.row-fluid .span9 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.contact {
	border: 0 none;
}
.accordion {
	width: 90%;
}
.form-horizontal .control-label, .form-horizontal .controls {
	padding: 0;
	float: none;
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
}
footer .footerMenu li a {
	float: none;
	/* padding: .5em 0 .5em 4em; */
}
footer .footerMenu ul {
	display: block;
}

.iframeContainer{
position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}

/*  Horizontal Smartphone   */

@media (min-width: 350 px max-width: 767px) {
.category-list, .blog, .item-page {
	padding: 1em .5em 1em 1em;
	max-width: 100%;
}
.epub {
	background-color: #F7F4E5;
	margin: 2em auto;
	padding: 3em 2em 4em 2em;
	width: 75%;
	height: 100%;
	overflow: visible;
}
.breadcrumb {
	padding: 0 0 0 .7em;
}
.accordion {
	width: 100%;
	background: none;
}
.accordion-inner {
	padding: 0 2em;
}
.accordion-heading .accordion-toggle {
	padding: .3em 1.7em;
}
.bt-caption {
	position: relative;
}
footer .footerMenu li a {
	padding: .5em 0 .5em 2.5em;
}
}


/*  Vertical Smartphone   */

@media (min-width: 340px) {
.logo {
	padding: 0;
}
.logo img {
	max-width: 100%;
	width: auto;
}
.epub {
	background-color: #F7F4E5;
	margin: 2em auto;
	padding: 3em 2em 4em 2em;
	width: 75%;
	height: 100%;
	overflow: visible;
}
.breadcrumb {
	font-size: 55%;
	letter-spacing: .15em;
	margin: 0;
	padding: 0;
}
.carousel-caption {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333333;
	background: rgba(55, 55, 55, 1.0);
}
.accordion-heading .accordion-toggle {
	padding: .3em 1.3em;
}
.accordion-inner {
	padding: 0 1.3em;
}
.bt-caption {
	position: relative;
}
footer .footerMenu li a {
	float: none;
	/* padding: .5em 0 .5em 2em; */
}
.footerCopyright .moduletable {
	padding: 0;
	font-size: 70%;
	text-align: center;
}
#recaptcha_area, td.recaptcha_image_cell {
	width: 100px !important;
	margin-left: -40px !important;
}
}
