/* ---------------------------------------- */
/* BannerOS Default Styles - CSS 3			*/
/* FILE IS DYNAMICALLY UPDATED - DON'T EDIT	*/
/* ---------------------------------------- */

/* ----------------------------------------- Bootstrap Supplements */

.visible-phone-inline {
  display: none !important;
}

.visible-tablet-inline {
  display: none !important;
}

.hidden-desktop-inline {
  display: none !important;
}

.visible-desktop-inline {
  display: inline !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop-inline {
    display: inline !important;
  }
  .visible-desktop-inline {
    display: none !important ;
  }
  .visible-tablet-inline {
    display: inline !important;
  }
  .hidden-tablet-inline {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop-inline {
    display: inline !important;
  }
  .visible-desktop-inline {
    display: none !important;
  }
  .visible-phone-inline {
    display: inline !important;
  }
  .hidden-phone-inline {
    display: none !important;
  }
}

.dropdown-menu > li > a {
	text-decoration: none;
}

/* ----------------------------------------- Legacy Styles */

table.bodyContents { width: 100%; }

table.mainTable{
	width: 100%;
	border: none;
}

table.mainTable td {
	padding: 8px;
}

table.mainTableBorder {
	width: 100%;
	border: #ccc solid 1px;
	border-spacing: 0;
}

table.mainTableBorder td,
table.mainTableBorder .tableRowHeader td,
table.mainTableBorder .tableRow1 td,
table.mainTableBorder .tableRow2 td {
	padding: 8px;
}

table.mainTableBorder .tableRowNav td {
	text-align: center;
	padding: 8px;
}

td.labelColumn {
	width: 30%;
}

.divRow1, .divRow2, .divRowHeader, .divRowFooter, .divRowNav {
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.divCell {
	width: 150px;
	float: left;
	clear: none;
	padding: 8px;
}

.divRowNav {
	text-align: center;
}

table.optionBox {
	width: 150px;
	height: 50px;
	border: #ccc solid 1px;
	margin: 20px auto;
	text-align: center;
	background: #efefef;
}

.tableRowWarning { background: #F3FFB9; }

.tableRowTotal { background: #e3e3e3; font-weight: bold; }
.tableRowTotal td { border-top: 1px solid #999; }

.alignCenter { margin-left: auto; margin-right: auto; }

.alignLeft { margin-left: 0px; margin-right: auto; }

.alignRight { margin-left: auto; margin-right: 0px; }

div.scrollRegion {
	height: 200px;
	overflow: scroll;
	padding: 1px;
}

iframe[seamless] {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

/* ----------------------------------------- Page Nav Styles */

table.mainPagination {
	width: 60%;
	border-spacing: 0px;
	border: none;
	margin: auto;
}

table.mainPagination td.tableCellPagination {
	padding: 0;
	width: 100px;
	text-align: center;
}

.pageNavTable {
	width: 100%;
	border: none;
}

.pageNavBackCell, .pageNavCell, .pageNavNextCell, .pageNavPageCell {
	text-align: center;
}

.pageNavBackCell, .pageNavNextCell { width: 150px; }

/* ----------------------------------------- Form Base Styles */

.bos-manage-controls {
	clear: both;
	margin-bottom: 5px;
}

.bos-form-row select,
.bos-form-row textarea,
.bos-form-row input[type="text"],
.bos-form-row input[type="password"],
.bos-form-row input[type="datetime"],
.bos-form-row input[type="datetime-local"],
.bos-form-row input[type="date"],
.bos-form-row input[type="month"],
.bos-form-row input[type="time"],
.bos-form-row input[type="week"],
.bos-form-row input[type="number"],
.bos-form-row input[type="email"],
.bos-form-row input[type="url"],
.bos-form-row input[type="search"],
.bos-form-row input[type="tel"],
.bos-form-row input[type="color"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	min-height: 30px;
	width: 100%;
}

.bos-form-row input.input-qty, input.input-qty,
.bos-form-row input.input-date-month, input.input-date-month,
.bos-form-row input.input-date-day, input.input-date-day,
.bos-form-row input.input-time-hours, input.input-time-hours,
.bos-form-row input.input-time-minutes, input.input-time-minutes,
.bos-form-row input.input-time-seconds, input.input-time-seconds,
.bos-form-row input.input-phone1, input.input-phone1,
.bos-form-row input.input-phone2, input.input-phone2,
.bos-form-row input.cvv-input, input.cvv-input {
	width: 50px;
}

.bos-form-row input.input-phone3, input.input-phone3 {
	width: 70px;
}

.bos-form-row input.input-date-year, input.input-date-year,
.bos-form-row input.input-price, input.input-price,
.bos-form-row input.input-percent, input.input-percent,
.bos-form-row input.note-input, input.note-input {
	width: 90px;
}

.bos-form-row input.input-date-full, input.input-date-full,
.bos-form-row input.input-time-full, input.input-time-full,
.bos-form-row input.input-phone-full, input.input-phone-full,
.bos-form-row input.input-price-full, input.input-price-full,
.bos-form-row input.promo-input, input.promo-input {
	width: 140px;
}

.bos-form-row input.cc-amount-input, input.cc-amount-input,
.bos-form-row input.amount-percard-input, input.amount-percard-input {
	width: 180px;
}

.bos-form-row select.select-time-hours, select.select-time-hours,
.bos-form-row select.select-time-minutes, select.select-time-minutes,
.bos-form-row select.select-time-seconds, select.select-time-seconds,
.bos-form-row select.select-time-ampm, select.select-time-ampm,
.bos-form-row select.select-date-month, select.select-date-month,
.bos-form-row select.select-date-day, select.select-date-day,
.bos-form-row select.select-date-year, select.select-date-year,
.bos-form-row select.cc-month-select, select.cc-month-select,
.bos-form-row select.cc-year-select, select.cc-year-select,
.bos-form-row select.select-auto, select.select-auto {
	width: auto;
}

.bos-form-row .bos-captcha {
	margin-bottom: 10px;
}

.bos-form-row .bos-captcha-audio {
	font-size: 13px;
}

.bos-form-row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 0 2px 5px 2px;
}

.bos-form-row:before,
.bos-form-row:after,
.bos-form-actions:before,
.bos-form-actions:after {
	content: " ";
	display: table;
	line-height: 0;
}

.bos-form-row:after,
.bos-form-actions:after {
	clear: both;
}

.bos-form-field-header ~ .bos-form-inner-row {
	padding-left: 8px;
}

.bos-form-label-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	padding-right: 10px;
	text-align: left;
}

.bos-form-label {
	display: block;
	margin-bottom: 0;
}

.bos-form-field-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bos-form-field-container .input-append,
.bos-form-field-container .input-prepend {
	margin-bottom: 0;
}

.bos-field-extra-content {
	margin-top: 5px;
}

.bos-form-field-header {
	background-color: #eaeaea;
	font-weight: bold;
	padding-left: 10px;
}

.bos-form-divider,
.bos-form-field-group-container {
	background-color: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px;
}

.bos-form-divider h1,
.bos-form-divider h2,
.bos-form-divider h3,
.bos-form-divider h4,
.bos-form-divider h5,
.bos-form-divider h6 {
	margin: 0;
	line-height: normal;
}

.bos-form-actions {
	background-color: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.bos-form-actions form {
	margin-bottom: 0;
}

.bos-form-btn-container {
	float: left;
	margin-right: 20px;
}

.bos-form-section {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.bos-form-field-group-container .bos-form-actions {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

.bos-form-field-group-container .bos-form-btn-container {
	float: right;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 40px;
}

.bos-form-section .bos-form-actions {
	text-align: right;
}

.bos-form-field-group {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.bos-form-field-group-delete {
	text-align: right;
}

.bos-form-static-text {
	margin-bottom: 10px;
}

.bos-scrollbox {
	color: #555;
	background-color: #ffffff;
	border: 1px solid #dedede;
	height: 144px;
	overflow: auto;
}

.bos-noscrollbox {
	color: #555;
	background-color: #ffffff;
	border: 1px solid #dedede;
}

.bos-form-static-text.bos-scrollbox {
	padding: 10px;
}

.bos-label-notes,
.bos-field-notes-leading,
.bos-field-notes-trailing{
	color: #999;
	display: block;
	font-size: 85%;
	font-style: italic;
	line-height: normal;
}

.bos-form-error {
	color: #ff0000;
	display: block;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}

img.ui-datepicker-trigger {
	margin: 0 2px;
	vertical-align: middle;
	cursor: pointer;
}

/* --------------------------------- scrollable checklist */

.bos-scrollable-container {
	-moz-box-shadow: 0 0 8px 0 #ccc inset;
	-webkit-box-shadow: 0 0 8px 0 #ccc inset;
	box-shadow: 0 0 8px 0 #ccc inset;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.bos-scrollable-container.has-directive {
	padding-bottom: 24px;
}

.bos-scrollbox-directive {
	background-color: #eaeaea;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 -2px 8px 0 #ccc;
	-webkit-box-shadow: 0 -2px 8px 0 #ccc;
	box-shadow: 0 -2px 8px 0 #ccc;
	color: #999;
	font-style: italic;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bos-scrollable-checklist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bos-scrollable-checklist > li {
	line-height: 24px;
}

.bos-scrollable-checklist > li > label {
	line-height: 24px;
	margin-bottom: 0;
	padding-left: 30px;
}

.bos-scrollable-checklist > li > label:hover {
	background-color: #f4f4f4;
}

/* --------------------------------- left / right label alignment, responsive form styles */

.bos-label-align-left .bos-form-label-container {
	float: left;
	width: 25%;
}

.bos-label-align-left .bos-form-field-container {
	float: left;
	margin-top: 10px;
	width: 75%;
}

.bos-label-align-right .bos-form-label-container {
	float: left;
	text-align: right;
	width: 25%;
}

.bos-label-align-right .bos-form-field-container {
	float: left;
	margin-top: 10px;
	width: 75%;
}

.bos-label-align-above .bos-form-label-container {
	float: none;
	text-align: left;
	width: auto;
}

.bos-label-align-above .bos-form-field-container {
	float: none;
	margin-top: 0;
	width: auto;
}

@media (max-width: 480px) {
	.bos-label-align-left .bos-form-label-container {
		float: none;
		width: auto;
	}

	.bos-label-align-left .bos-form-field-container {
		float: none;
		margin-top: 0;
		width: auto;
	}

	.bos-label-align-right .bos-form-label-container {
		float: none;
		text-align: left;
		width: auto;
	}

	.bos-label-align-right .bos-form-field-container {
		float: none;
		margin-top: 0;
		width: auto;
	}
}

@media(max-width: 767px) {
	.bos-scrollable-container {
		padding-bottom: 0;
	}

	.bos-scrollbox {
		height: auto;
	}
	.bos-scrollbox-directive {
		display: none;
	}
}

/* ----------------------------------------- Text Styles */

.textWarning, .bos-text-warning { color: #ff0000; font-weight: bold; }

.errorText, .bos-text-error, .textDiscount, .bos-text-discount { color: #ff0000; }

.bosTotalDue, .total-text, .bos-text-total, .textEmphasis, .textRequiredField, .bos-text-required, .subtotal-text, .bos-subtotal-text { font-weight: bold; }

.textSmallerFont { font-size: 0.85em; }

.balance-due-text, .bos-balance-due-text { font-weight: bold; font-size: 120%; }

.negative-num-text, .bos-negative-num-text { color: #ff0000; }


/* ----------------------------------------- Utility Classes */

.bos-hidden-ajax-content {display: none;}
.c, .table td.c, .table th.c, .center {text-align: center;}
.l, .table td.l, .table th.l {text-align: left;}
.r, .table td.r, .table th.r {text-align: right;}
.fl {float: left;}
.fr {float: right;}
.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w34 {width: 34%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w66 {width: 66%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
/* approximate golden ratio widths */
.w38 {width: 38%;}
.w62 {width: 62%;}

.swap-align-right { text-align: right;}

@media (max-width: 767px){ .swap-align-right { text-align: left;} }


/* ----------------------------------------- Modern Clearfix */

.bos-group:before, .bos-group:after, .cf:before, .cf:after { content:""; display:table; line-height: 0; }
.bos-group:after, .cf:after { clear:both; }

/* ----------------------------------------- Progress Bar */

ul.bos-progress-bar {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	background: #eeeeee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    overflow: hidden;
}

ul.bos-progress-bar li {
	display: block;
	float: left;
	color: #aaa;
    font-size: 90%;
    text-align: center;
    white-space: nowrap;
}

ul.bos-progress-bar li > span {
	display: block;
	padding: 0.1em 0.3em;
   /* border-right: 1px solid #ddd; */
}

ul.bos-progress-bar li.progress-active {
	/* background: #CEFFCE; */
    color: #009900;
    font-weight: bold;
}

ul.bos-progress-bar li.progress-complete {
    font-weight: bold;
}

/* ----------------------------------------- Site Search */

.bos-sitesearch-summary-title {font-weight: bold}
.bos-sitesearch-summary,
.bos-sitesearch-section {
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}
.bos-sitesearch-all-results {
	display: none;
	margin-top: 10px;
}
.bos-sitesearch-toplink {
	margin: 10px 0;
}
.bos-search-result-row1,
.bos-search-result-row2 {
	margin-bottom: 10px;
	padding: 2px;
}
.bos-search-result-num,
.bos-search-result-title,
.bos-search-result-url-label,
.bos-search-result-url {
	display: inline-block;
}
.bos-search-result-desc {
	display: block;
	color: #333;
}
.bos-search-result-num {
	min-width: 24px;
}
.bos-search-result-desc,
.bos-search-result-url-label {
	margin-left: 28px;
}
.bos-search-result-url-label,
.bos-search-result-url {
	font-style: italic;
	color: #999;
}

/* ----------------------------------------- Search Refinement */

#bos-refinement-response {
	position: relative;
}
.bos-refinement-container {
	background-color: #f5f5f5;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.bos-category-breadcrumbs,
.bos-category-breadcrumbs-m
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.bos-category-breadcrumbs-m {
	border-bottom: none;
}
.bos-refinement-overlay img{
	display: block;
	margin: 40% auto;
}
.bos-category-breadcrumbs .breadcrumb,
.bos-category-breadcrumbs-m .breadcrumb{
	margin-bottom: 0;
	background-color: transparent;
}
.bos-refinement-overlay {
	background: #fff;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
}
.bos-search-sort-bar {
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}
.bos-refinement-heading {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bos-refinement-title {
	margin-bottom: 10px;
}
.bos-refinement-group {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px;
}
.bos-search-sorter {
	text-align: right;
}
.bos-search-sort-choice {
	margin-bottom: 0;
	width: auto;
}
ul.bos-refinement-top-list,
ul.bos-refinement-more-list,
ul.bos-refinement-filters-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.bos-refinement-top-list ul,
ul.bos-refinement-more-list ul,
ul.bos-refinement-filters-list ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.bos-refinement-top-list ul.bos-refinement-sub-list {
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}
.bos-refinement-sub-item {
	padding-left: 1em;
}
ul.bos-refinement-top-list li.active {
	font-weight: 700;
}
ul.bos-refinement-top-list li.active ul.bos-refinement-sub-list {
	font-weight: normal;
}
ul.bos-refinement-more-list {
	display: none;
}
.bos-refinement-group-toggle {
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 24px;
}
.bos-refinement-more-toggle {
	cursor: pointer;
}
.bos-refinement-form {
	margin: 0;
}

/* ----------------------------------------- Search Refinement Text Styles */

.bos-refinement-heading {
	font-size: 150%;
}
.bos-refinement-title,
.bos-refinement-subtitle {
	font-size: 125%;
	margin-bottom: 10px;
}
.bos-refinement-group a {
	text-decoration: none;
}
.bos-refinement-list label {
	font-size: 90%;
}
.bos-refinement-more-toggle {
	font-size: 90%;
}
.bos-refinement-count {
	color: #999;
	font-weight: normal;
}
ul.bos-refinement-filters-list > li {
	padding-right: 10px;
	overflow: hidden;
}
ul.bos-refinement-filters-list > li a{
	display: block;
	color: inherit;
}
ul.bos-refinement-filters-list > li a span {
	display: block;
	float: right;
	font-weight: bold;
	color: #990000;
}
ul.bos-refinement-filters-list > li > a:hover{
	text-decoration: line-through;
	color: #990000;
}
ul.bos-refinement-filters-list > li > a:hover span{
	text-decoration: none;
}

@media (max-width: 767px) {
	.bos-search-sorter {text-align: left;}
}

/* ----------------------------------------- BOS Modal */

.bos-body-locked {
    overflow: hidden;
}

.bos-modal-container {
	background: transparent;
	display: none;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1052;
}

.bos-modal-close-area {
	background: transparent;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1051;
}

.bos-modal-backdrop {
	background-color: #000000;
	display: none;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
}

.bos-modal-loading {
	background-color: #ffffff;
	background-image: url('/os/resources/images/loading-bar-000000.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	box-sizing: border-box;
	display: none;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
}

.bos-modal-close {
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-shadow: 0 1px 0 #ffffff;
}

.bos-modal-close:hover,
.bos-modal-close:focus {
	color: #000000;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
}

button.bos-modal-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
}

.bos-modal {
	background-color: transparent;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	outline: none;
	margin: 5% 15% 5% 15%;
	width: 70%;
	position: absolute;
	z-index: 1052;
}

.bos-modal-opened {
    display: block !important;
}

.bos-modal-header {
	background-color: #f5f5f5;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	padding: 9px 15px;
}

.bos-modal-header:before,
.bos-modal-header:after {
  display: table;
  line-height: 0;
  content: "";
}

.bos-modal-header:after {
  clear: both;
}

.bos-modal-header .bos-modal-close {
	color: #990000;
	margin-top: 2px;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: 0 1px 0 #000;
}

.bos-modal-header .bos-modal-close:hover,
.bos-modal-header .bos-modal-close:focus,
.bos-modal-header .bos-modal-close:active {
	color: #ff0000;
	margin-top: 2px;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: 0 1px 0 #000;
}

.bos-modal-header h3 {
	line-height: 30px;
	margin: 0;
}

.bos-modal-body-container {
	position: relative;
}

.bos-modal-body {
	background-color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	min-height: 100px;
	overflow-x: auto;
	padding: 15px;
	position: relative;
}

.bos-modal-form {
	margin-bottom: 0;
}

.bos-modal-error {
	display: none;
	float: left;
	margin: 0;
}

.bos-modal-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	margin-bottom: 0;
	padding: 14px 15px 15px;
	*zoom: 1;
}

.bos-modal-footer:before,
.bos-modal-footer:after {
	content: "";
	display: table;
	line-height: 0;
}

.bos-modal-footer:after {
	clear: both;
}

.bos-modal-footer-close {
	float: right;
}

.bos-modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.bos-modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.bos-modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media (max-width: 767px) {
	.bos-modal {
		margin: 5%;
		width: 90%;
	}
}

/* ----------------------------------------- Star Ratings */
.bos-rating-star-lrg,
.bos-rating-star-sml,
.bos-star-rating{
	background-image: url('/os/resources/images/bos-star-ratings-sprite.png');
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
}
.bos-rating-picker {
	height: 54px;
	width: 270px;
}
.bos-rating-star-lrg {
	height: 54px;
	width: 54px;
}
.bos-rating-star-sml {
	height: 27px;
	width: 28px;
}
.bos-rating-picker .bos-rating-star-lrg,
.bos-rating-picker .bos-rating-star-sml{
	cursor: pointer;
}
.bos-star-rating-display {
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 27px;
	margin-bottom: 20px;
	width: 116px;
}
.bos-star-rating {
	height: 27px;
	width: 116px;
}
.bos-rating-star-lrg > span,
.bos-rating-star-sml > span,
.bos-star-rating > span{
	text-indent: -9999px;
	position: absolute;
}
/* the priority of these classes must be retained in this order: (highest priority at the bottom)
	.bos-rating-star-unchosen
	.bos-rating-star-empty
	.bos-rating-star-half
	.bos-rating-star-full
	.bos-rating-star-selected
*/
.bos-rating-star-lrg.bos-rating-star-unchosen {
	background-position: -108px -108px;
}
.bos-rating-star-lrg.bos-rating-star-empty {
	background-position: -108px 0;
}
.bos-rating-star-lrg.bos-rating-star-half {
	background-position: -54px 0;
}
.bos-rating-star-lrg.bos-rating-star-full {
	background-position: 0 0;
}
.bos-rating-star-lrg.bos-rating-star-selected {
	background-position: 0 -54px;
}
.bos-rating-star-sml.bos-rating-star-unchosen {
	background-position: -116px -162px;
	/* for dark: background-position: -116px -189px; */
}
.bos-rating-star-sml.bos-rating-star-empty {
	background-position: -56px -107px;
}
.bos-rating-star-sml.bos-rating-star-half {
	background-position: -28px -107px;
}
.bos-rating-star-sml.bos-rating-star-full {
	background-position: 0 -107px;
}
.bos-rating-star-sml.bos-rating-star-selected {
	background-position: 0 -134px;
}
/* end priority requirements */
.bos-star-rating-50 {
	background-position: 0 -162px;
}
.bos-star-rating-45 {
	background-position: 0 -189px;
}
.bos-star-rating-40 {
	background-position: 0 -216px;
}
.bos-star-rating-35 {
	background-position: 0 -243px;
}
.bos-star-rating-30 {
	background-position: 0 -270px;
}
.bos-star-rating-25 {
	background-position: 0 -297px;
}
.bos-star-rating-20 {
	background-position: 0 -324px;
}
.bos-star-rating-15 {
	background-position: 0 -351px;
}
.bos-star-rating-10 {
	background-position: 0 -378px;
}
.bos-star-rating-05 {
	background-position: 0 -405px;
}
.bos-star-rating-00 {
	background-position: 0 -432px;
}
.bos-star-rating-unrated {
	background-position: 0 -459px;
	/* for dark: background-position: 0 -486px; */
}

/* ----------------------------------------- Reviews */

.bos-product-review,
.bos-product-review-summary,
.bos-reviews-listing .bos-reviews-listing-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.bos-reviews-sorter {
	clear: both;
	text-align: right;
}
.bos-reviews-sorter select {
	width: auto;
}
@media(max-width: 767px) {
	.bos-reviews-sorter {
		text-align: left;
	}
}
.bos-star-rating-average,
.bos-reviews-count {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #ddd;
	color: #666;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 20px;
	padding: 0 5px;
}
.bos-product-review-summary .bos-star-rating-display,
.bos-product-review-summary .bos-star-rating-average,
.bos-product-review-summary .bos-reviews-count,
.bos-product-review-summary .bos-reviews-all-link{
	float: left;
	margin-right: 4px;
}
.bos-reviews-listing-item .bos-reviewed-item-details {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 20px 20px 20px 0;
	width: 25%;
}
.bos-reviews-listing-item .bos-reviewed-item-img img{
	border: 1px solid #333;
}
.bos-reviews-listing-item .bos-reviewed-item-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 20px 0;
	width: 70%;
}
.bos-reviews-listing-item .bos-reviews-comment {
	margin-bottom: 20px;
}
.bos-review-author {
	font-style: italic;
	margin-bottom: 20px;
}
h4.bos-reviews-title {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.bos-reviews-listing-item .bos-reviewed-item-details,
	.bos-reviews-listing-item .bos-reviewed-item-content {
		float: none;
		margin: 20px 0;
		width: auto;
	}
}

/* ----------------------------------------- Other */

span.bos-tagline img {vertical-align: middle;}

.bos-loading-overlay {
	background-color: #fff;
	background-image: url('/os/resources/images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: .9;
}
/* ----------------------------------------- BannerBeat Styles */

h2.bos-blog-title {font-weight: normal; margin-bottom: 10px;}

.bos-blog-info, .bos-blog-summary, .bos-blog-entry {margin-bottom: 10px;}

.bos-blog-info {font-size: 90%;}

.bos-blog-media img {float: left; margin-right: 20px; margin-bottom: 20px; border: 1px solid #ddd;
}

.bos-blog-controls {text-align: right;}

.bos-blog-controls .dropdown-menu {min-width: 0}

.bos-blog-controls .dropdown-menu a {text-decoration: none;}

.bos-comment-controls {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 20px 0; padding: 10px 0; text-align: center;}

table.bos-comment-nav {width:100%;}

.bos-comment-container {margin-bottom: 20px;}

.bos-comment {border: 1px solid #ddd; -moz-border-radius: 4px -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 10px; padding: 5px 16px;}

.bos-comment-author {float: left;}

.bos-comment-date {float: right; font-size: 90%;}

.bos-comment-title {font-weight: bold; margin-bottom: 5px;}

.bos-blog-row { margin-bottom: 25px; }
.bos-blog-row:before,
.bos-blog-row:after {
	display: table;
	line-height: 0;
	content: "";
}
.bos-blog-row:after {
	clear: both;
}
.bos-blog-one-col,
.bos-blog-two-col,
.bos-blog-three-col,
.bos-blog-four-col,
.bos-blog-five-col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 5px;
}
.bos-blog-one-col { width: 100%; }
.bos-blog-two-col { width: 50%; }
.bos-blog-three-col { width: 33.3%; }
.bos-blog-four-col { width: 25%; }
.bos-blog-five-col { width: 20%; }

@media (max-width: 480px) {
	.bos-comment-author {display: block; float: none;}
	.bos-comment-date {display: block; float: none; font-size: 90%;}
	.bos-blog-row { margin-bottom: 0; }
	.bos-blog-one-col,
	.bos-blog-two-col,
	.bos-blog-three-col,
	.bos-blog-four-col,
	.bos-blog-five-col {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
}
/*//---------------------------------------------*/
	/*// BannerForms Poll Module Default Styles		 */
	/*//---------------------------------------------*/

	div.bannerForms .pollResultsBar {
		background: #000;
		height: 12px;
	}

	div.bannerForms .pollChoiceCell {
		width: 30%;
	}

	div.bannerForms .pollResultsBarCell {
		width: 50%;
	}

	div.bannerForms .pollPercentCell {
		width: 20%;
	}

	div.bannerForms .pollResultsBarBG {
		background: #fff;
	}

	input.groupAddBtn {
		background: none repeat scroll 0 0 #7AC12B;
		border: 0 none;
		border-radius: 5px 5px 5px 5px;
		color: #FFFFFF;
		display: block;
		float: right;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		width: 100px;
	}

	#groupResponse td {
		vertical-align: top;padding: 10px 0;
	}

	table.groupClonedFields {
		border: 1px solid #000;border-radius: 5px;
	}

	tr.groupTableRowHeader {
		background: #ccc

	}
	#groupResponse td table.clonedFields td {
		padding: 5px;
	}

	a.groupRemoveMeLink {
		background: #c00;
		display: block;
		color: #fff;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		border-radius: 5px;
		float: right;
	}

	a.groupRemoveMeLink:hover {
		background: #000;
	}

	input.groupAddBtn {
		background: #7AC12B;
		display: block;
		color: #fff;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		border-radius: 5px;
		border: 0;
		float:
		right;
	}

	input.groupAddBtn:hover {
		background: #000;
	}

	td.labelColumn {
		width: 30%;
	}

	.bos-field-group-btn {
		overflow: hidden;
	}/* ----------------------------------------- BannerMailer Styles */

	.bos-mailer-subscribe, .bos-mailer-unsubscribe, .bos-mailer-unsubscribe-list, .bos-mailer-sendtofriend {max-width: 400px;}
	.bos-mailer-subscribe .bos-form-label-container,
	.bos-mailer-sendtofriend .bos-form-label-container {
		float: left;
		width: 30%;
	}
	.bos-mailer-subscribe .bos-form-field-container,
	.bos-mailer-sendtofriend .bos-form-field-container{
		float: left;
		margin-top: 10px;
		width: 69%;
	}
	@media (max-width: 480px) {
		.bos-mailer-subscribe .bos-form-label-container,
		.bos-mailer-sendtofriend .bos-form-label-container{
			float: none;
			width: auto;
		}
		.bos-mailer-subscribe .bos-form-field-container,
		.bos-mailer-sendtofriend .bos-form-field-container{
			float: none;
			margin-top: 0;
			width: auto;
		}
	}/* ------------------------------------- Checkout Shipping & Address */

.bos-checkout-container {
	max-width: 432px;
	margin: auto;
	position: relative;
}

#existing-member-response {
	display: none;
}

#show-hide-links {
	position: absolute;
	right: 0;
	line-height: 36px;
}

#existing-member-link {
	text-align: right;
	padding: 0 23px;
}

#non-member-link {
	text-align: right;
	padding: 0 23px;
	display: none;
}

#existing-member-message {
	color: #009900;
	display: none;
	font-size: 12px;
	text-align: right;
}

#gift-option {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.bos-checkout-container .bos-form-label {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 160px;
}

.bos-checkout-container .bos-form-field {
	float: left;
}

.bos-checkout-container label.checkbox,
.bos-checkout-container label.radio {
	display: inline-block;
}

/* ------------------------------------- Checkout Cart & Final Cart */

.bos-finalcart-container,
.bos-cart-container{
	margin: 0 20px;
}

.checkout-list-container,
.checkout-final-container,
#checkout-totals-container {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.bos-cart-list-container {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

#checkout-payment-container {
	background-color: #eee;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #666;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}

.checkout-item-heading {
	background-color: #ddd;
	font-weight: bold;
	*zoom: 1;
	padding: 5px;
	font-size: 14px;
	margin-top: 0;
}

.checkout-item-heading:before,
.checkout-item-heading:after {
	display: table;
	line-height: 0;
	content: "";
}

.checkout-item-heading:after {
  clear: both;
}

.checkout-item-heading > a {
	font-weight: normal;
}

.item-description-heading {
	width: 57%;
	float: left;
}

.item-qty-heading {
	width: 15%;
	text-align: center;
	float: left;
}

.item-total-heading {
	width: 28%;
	text-align: right;
	float: left;
}

.checkout-item{
 	border-top: 1px solid #ccc;
 	padding: 10px 0;
	*zoom: 1;
}

.checkout-item:before,
.checkout-item:after {
	display: table;
	line-height: 0;
	content: "";
}

.checkout-item:after {
  clear: both;
}

.item-image {
	box-sizing: border-box;
	padding-right: 10px;
	width: 22%;
	float: left;
}

.item-image img {
	border: 1px solid #999;
}

.item-details {
	width: 35%;
	float: left;
}

.item-qty {
	width: 15%;
	text-align: center;
	float: left;
}

.item-qty .btn {
	margin-bottom: 2px;
}

.item-btns {
	font-size: 11px;
}

.item-status,
.item-recurring-status {
	font-size: 12px;
}

.item-total {
	width: 28%;
	text-align: right;
	float: left;
}

#quicklook {
	width: 800px;
	margin-left: -400px;
}

.quicklook-img,
.quicklook-details {
	margin-bottom: 10px;
}

.bos-cart-subtotal-table {
	float: right;
	width: auto;
	margin-right: 15px;
}

#split-payment-badge,
#gift-order-badge,
#prepaid-balance-badge,
#cvv-badge{
	cursor: pointer;
	font-style: normal;
}

.bos-finalcart-container .badge {
	background-color: transparent;
	border: 1px solid #999;
	color: #666;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.75);
}

.bos-finalcart-container #payment-helpers .badge {
	background-color: #D3D3D3;
}

#payment-methods-toggle {
	margin-bottom: 24px;
}

#visa-balance-check {
	font-style: italic;
	font-size: 90%;
	text-align: right;
}

.btn-group-tab {
	display: none;
	/* min-height: 225px; */
}

.btn-group-tab-container > .active {
	display: block;
}

#balanceResponse {
	margin-top: 10px;
	min-height: 24px;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}

#shippingAsBillingResponse {
	margin-bottom: 13px;
	padding-left: 20px;
}

.bos-cart-container .bos-form-actions,
.checkout-final-container .bos-form-actions,
#checkout-totals-container .bos-form-actions {
	text-align: right;
}

#checkout-payment-container .bos-form-actions {
	text-align: right;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#payment-helpers {
	border: 1px solid #ccc;
	background-color: #E0E0E0;
	padding: 3px 2px 2px 2px;
	margin: 5px 0 20px 0;
}

.bos-multi-payment #payment-helpers {
	margin: 13px 0 20px 0;
}

#billingAddressResponse {
	margin-bottom: 13px;
}

#cards-tab {
	position: relative;
}

#validation-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=80);
	background-color: rgba(0,0,0,0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 100;
	display: none;
}

#validation-overlay .overlay-content {
  	padding-top: 100px;
  	text-align: center;
  	color: #fff;
  	font-size: 120%;
 }

.bos-final-payment-form-container {
	position: relative;
}

#bos-final-payment-form-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	opacity: .95;
	padding-top: 24px;
}

 #multiCardResponse {
 	border-top: 1px solid #ccc;
 }

#checkout-payment-container label.checkbox,
#checkout-payment-container label.radio,
.bos-finalcart-container label.checkbox,
.bos-finalcart-container label.radio,
.bos-cart-container label.checkbox,
.bos-cart-container label.radio{
	display: inline-block;
}

input.qty-input {
	width: 40px;
}

.input-append .tooltip {
	white-space: normal;
	text-shadow: none;
}

.tooltip-inner {
	text-align: left;
}

/* ------------------------------------- Checkout Print Gift Card Settings */

.bannerCharge .gift-card {
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
	background-color: #f4f4f4;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

.bannerCharge .gift-card h1 {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 10px;
}

.bannerCharge .gift-card .code {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.bannerCharge .gift-card .value {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ------------------------------------- Checkout Table Settings */

#checkout-totals-container table td{
	text-align: right;
	vertical-align: bottom;
}

#checkout-totals-container table .totals-row td{
	font-weight: bold;
}

/* ------------------------------------- Checkout Link / Btn / Text Settings */

.apply-promo-btn {
	margin-bottom: 5px;
}

.bos-cart-container .bos-form-heading,
.bos-checkout-container .bos-form-heading,
.bos-finalcart-container .bos-form-heading {
	margin-bottom: 0;
	margin-left: 13px;
	margin-right: 13px;
	line-height: normal;
	font-size: 24.5px;
}

.bos-cart-container .bos-form-sub-heading,
.bos-checkout-container .bos-form-sub-heading,
.bos-finalcart-container .bos-form-sub-heading {
	font-size: 17.5px;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 12px;
}

.multicard-section .bos-form-sub-heading {
	font-size: 14px;
	border: none;
}

#checkout-payment-container .bos-form-sub-heading {
	color: #000;
}

.instock-text {
	color: #009900;
}

.outstock-text {
	color: #990000;
}

td.money-column {
	text-align: right;
}

#credit-balance-text {
	font-weight: bold;
	font-size: 90%;
	padding-top: 5px;
}

#shipping-message {
	margin-bottom: 12px;
	font-style: italic;
}

#processing-order .modal-header {
	text-align: center;
}

/* ------------------------------------- Checkout Img Settings */

#visa-balance-logo {
	width: 32px;
	height: auto;
}

.payment-logos {
	float: right;
	overflow: hidden;
	display: block;
}

.payment-logos img {
	max-width: none;
}

.payment-logo-img {
	width: 32px;
	height: auto;
	margin: 0 2px 5px 0;
	float: right;
}

.bos-loading-animation {
	width: 120px;
	height: 90px;
	background-image: url('../images/load.gif');
	background-repeat: no-repeat;
	margin: auto;
}

/* ------------------------------------- progress bar settings */

ul.progress-bar {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	background: #eeeeee;
	border: 1px solid #ddd;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

ul.progress-bar li {
	display: block;
	float: left;
	width: 25%;
}

ul.progress-bar li > span {
	display: block;
	padding: 0.1em 0.3em;
    color: #aaa;
    font-size: 90%;
    text-align: center;
    border-right: 1px solid #ddd;
}

ul.progress-bar li.progress-active > span {
	background: #CEFFCE;
    color: #009900;
    font-weight: bold;
}

ul.progress-bar li.progress-complete > span {
    font-weight: bold;
}


/* ------------------------------------- Checkout Responsive Settings */

@media (max-width: 767px){
	.bos-cart-list-container input.qty-input {
		width: 25px;
	}

	#checkout-totals-container table td{
		text-align: left;
	}

	#checkout-totals-container table td.money-column {
		text-align: right;
	}

	.bos-cart-container .bos-form-sub-heading,
	.bos-checkout-container .bos-form-sub-heading,
	.bos-finalcart-container .bos-form-sub-heading {
		margin-top: 10px;
	}

	h4.checkout-item-heading {
		margin-top: 10px;
	}

	#payment-methods-toggle {
		display: inline-block;
		*display: inline;
		/* IE7 inline-block hack */
		*zoom: 1;
	}

	#payment-methods-toggle > .btn {
		width: 100%;
		display: block;
		float: none;
		max-width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#payment-methods-toggle > .btn + .btn {
		margin-top: -1px;
		margin-left: 0;
	}

	#payment-methods-toggle > .btn:first-child {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	#payment-methods-toggle > .btn:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}

	#payment-methods-toggle > .btn-large:first-child {
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}

	#payment-methods-toggle > .btn-large:last-child {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

	#visa-balance-check {
		text-align: left;
	}
}

@media (max-width: 480px){

	#quicklook {
		top: 10px;
   		right: 10px;
   		left: 10px;
   	}

	.bos-cart-list-container input.promo-input {
		width: 60px;
	}

	.bos-cart-list-container .item-image,
	.checkout-list-container .item-image{
		display: none;
	}

	.bos-cart-list-container .item-details,
	.checkout-list-container .item-details{
		width: 55%;
	}
}

/* ----------------------------- Specification: CSS3 */
/* ----------------------------- Body & Content Settings */

	body {
		background-color: #ffffff;
		color: #333333;
		font-size: 14px;
		font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
	
	#bos-site-footer {background: #000000;}
	
	#bos-header-container {
	    min-height: 114px;
	}

	#bos-header-container,
	#bos-topnav-container,
	#bos-slider-container,
	#bos-content-container,
	#bos-footer-container,
	#bos-copyright-container {
		box-sizing: border-box;
		margin: auto;
		max-width: 980px;
	}
	
	#bos-spacer {
	    margin-top: 30px;
	}

/* ----------------------------- Header Settings */

	#bos-header {
		padding-top: 10px; padding-bottom: 10px; 
	}

	#bos-site-logo {
		padding-bottom: 1px;
	}

	#bos-site-logo a {
		background: #000000;
		display: block;
		border-radius: 50%;
		width: 150px;
		height: 150px;
		vertical-align: middle;
		position: absolute;
		z-index: 1000;
		margin-top: -20px;
		margin-left: 20px;
	}

	#bos-site-logo a:hover {
		color: #333333;
	}

	#bos-site-logo a img{
		border: none;
		max-width: 150px;
		padding-top: 45px;
	}

/* ----------------------------- Navigation Settings */
	
	#bos-topnav .navbar {
		font-family: "Enriqueta", serif;
		margin-bottom: 0;
	}

	#bos-topnav .navbar a {
		text-decoration: none;
	}

	#bos-topnav .navbar-inner {
		background-color: transparent;
		background-image: none;
		background-repeat: repeat;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

	#bos-topnav .navbar .nav > li > a {
		border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; 
		color: #000000;
		font-size: 12px;
		padding-top: 10px; padding-right: 7px; padding-bottom: 10px; padding-left: 7px; 
		margin-top: 10px;margin-right: 2px;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: none;
	}

	#bos-topnav .navbar .btn-navbar {
		margin: 5px;
		background-color: transparent;
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		background-image: url('../../os/resources/media/images/solid20px-000000-10.png');
		background-repeat: repeat;
		background-position: left top;
		background-color: transparent;
		color: #333333;
	}

	#bos-topnav .navbar .nav > li > a:focus,
	#bos-topnav .navbar .nav > li > a:hover,
	#bos-topnav .navbar .btn-navbar:focus,
	#bos-topnav .navbar .btn-navbar:hover{
		background-image: url('../../os/resources/media/images/solid20px-000000-10.png');
		background-repeat: repeat;
		background-position: left top;
		background-color: transparent;
		color: #333333;
		text-decoration: none;
	}

	#bos-topnav .navbar .nav > .active > a,
	#bos-topnav .navbar .nav > .active > a:hover,
	#bos-topnav .navbar .nav > .active > a:focus {
		background-image: url('../../os/resources/media/images/solid20px-000000-10.png');
		background-repeat: repeat;
		background-position: left top;
		background-color: transparent;
		color: #333333;
		text-decoration: none;
	}

	#bos-topnav .dropdown-menu {
		background-color: #fff;
	}

	#bos-topnav .nav > li > .dropdown-menu {
		left: auto;
	}

	#bos-topnav .dropdown-menu > li > a {
		color: #333;
	}

	#bos-topnav .navbar .nav > li > .dropdown-menu:after {
		border-bottom: 6px solid #fff;
	}

	#bos-topnav .dropdown-submenu > a:after {
		border-left-color: #333;
	}

	#bos-topnav .dropdown-menu > li > a:hover,
	#bos-topnav .dropdown-menu > li > a:focus,
	#bos-topnav .dropdown-submenu:hover > a,
	#bos-topnav .dropdown-submenu:focus > a {
		background-color: transparent;
		background-image: url('../../os/resources/media/images/solid20px-000000-05.png');
		background-repeat: repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		color: #505050;
		text-decoration: none;
	}

	#bos-topnav .navbar .nav li.dropdown > a:hover .caret,
	#bos-topnav .navbar .nav li.dropdown > a:focus .caret {
		border-top-color: #000000;
		border-bottom-color: #000000;
	}

	#bos-topnav .navbar .nav li.dropdown.open > .dropdown-toggle,
	#bos-topnav .navbar .nav li.dropdown.active > .dropdown-toggle,
	#bos-topnav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
		background-image: url('../../os/resources/media/images/solid20px-000000-10.png');
		background-repeat: repeat;
		background-position: left top;
		background-color: transparent;
		color: #333333;
	}

	#bos-topnav .navbar .nav li.dropdown > .dropdown-toggle .caret {
		border-top-color: #000000;
		border-bottom-color: #000000;
		margin-top: 10px;
	}

	#bos-topnav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
	#bos-topnav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
	#bos-topnav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
		border-top-color: #333333;
		border-bottom-color: #333333;
	}
	
	#bos-sidenav .nav > li > a{
		color: #000000;
		line-height: 24px;
		padding: 10px 24px 10px;
		text-decoration: none;
		text-shadow: none;
	}

	#bos-sidenav .nav > li > a:before {
		content: '\25B6';
		padding-right: 5px;
	}

	#bos-sidenav .nav > li > a:hover,
	#bos-sidenav .nav > li > a:focus {
		background-color: transparent;
		background-image: url('../../os/resources/media/images/solid20px-000000-05.png');
		background-repeat: repeat;
		color: #333333;
		text-decoration: none;
	}

	#bos-sidenav .nav > li.active > a,
	#bos-sidenav .nav > li.active > a:hover,
	#bos-sidenav .nav > li.active > a:focus {
		background-color: transparent;
		background-image: url('../../os/resources/media/images/solid20px-000000-05.png');
		background-repeat: repeat;
		-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		color: #333333;
		text-decoration: none;
	}

	.nav-list {
		margin-bottom: .8em;
	}

	.nav-list > li > a {
		color: #000000;
		text-shadow: none;
	}

	.nav-list > li > a:hover,
	.nav-list > li > a:focus {
		background-color: transparent;
		background-image: url('../../os/resources/media/images/solid20px-000000-05.png');
		background-repeat: repeat;
		color: #333333;
		text-shadow: none;
	}

	.nav-list > .active > a,
	.nav-list > .active > a:hover,
	.nav-list > .active > a:focus {
		background-color: transparent;
		background-image: url('../../os/resources/media/images/solid20px-000000-05.png');
		background-repeat: repeat;
		color: #333333;
		text-shadow: none;
		text-decoration: none;
	}

/* ----------------------------- Slider Settings */

	#bos-slider {
		margin-bottom: 20px;
		position: relative;
	}

	.theme-custom .nivoSlider {
		position:relative;
		background:#fff url(/os/resources/nivoSlider/themes/default/loading.gif) no-repeat 50% 50%;
		margin-bottom:10px;
		border: 1px solid #000000;
	}
	.theme-custom .nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}
	.theme-custom .nivoSlider a {
		border:0;
		display:block;
	}
	
	.theme-custom .nivo-controlNav {
		text-align: center;
		padding: 20px 0;
	}
	.theme-custom .nivo-controlNav a {
		display:inline-block;
		width:22px;
		height:22px;
		background:url(/os/resources/nivoSlider/themes/default/bullets.png) no-repeat;
		text-indent:-9999px;
		border:0;
		margin: 0 2px;
	}
	.theme-custom .nivo-controlNav a.active {
		background-position:0 -22px;
	}
	
	.theme-custom .nivo-directionNav a {
		display:block;
		width:30px;
		height:30px;
		background:url(/os/resources/nivoSlider/themes/default/arrows.png) no-repeat;
		text-indent:-9999px;
		border:0;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.theme-custom:hover .nivo-directionNav a { opacity: 1; }
	.theme-custom a.nivo-nextNav {
		background-position:-30px 0;
		right:15px;
	}
	.theme-custom a.nivo-prevNav {
		left:15px;
	}
	
	.theme-custom .nivo-caption {
		background: #000 none repeat scroll 0 0;
		bottom: 2%;
		box-sizing: border-box;
		color: #fff;
		display: none;
		left: 50%;
		opacity: 0.8;
		overflow: hidden;
		padding: 5px 10px;
		position: absolute;
		width: 40%;
		height: 96%;
		z-index: 8;
		font-family: "Enriqueta", serif;
		border-radius: 50%;
		text-align: center;
		box-sizing: border-box;
	}
	.theme-custom .nivo-caption a {
		color:#fff;
		border-bottom:1px dotted #fff;
	}
	.theme-custom .nivo-caption a:hover {
		color:#fff;
	}
	
	.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
		width: 100%;
	}
	.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}
	.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		width: 120px;
		height: auto;
	}

	#bos-slidersub {
		background-color: #dddddd;
		padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; 
		margin-bottom: 20px;
	}

/* ----------------------------- Content Settings */

	#bos-content {
		line-height: 22px;
		padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; 
	}

	#bos-content > .row-fluid [class*="span"] {
		min-height: 1px;
	}

	.bos-content {padding: 20px;}

	#bos-sidebar-container {
		background-color: #bbbbbb;
	}

/* ----------------------------- Footer Settings */

	#bos-footer {
		border-top: 1px dotted #000000;
		color: #cfcfcf;
		margin-top: 20px;
		padding: 20px 0;
	}

	#bos-footer > .row-fluid > div { padding: 10px; }
	
	#bos-footer a {
	    color: #cccccc;
	    text-decoration: none;
	}

	.copyright {
		border-top: 1px dotted #929292;
		font-size: 11px;
		margin-top: 20px;
	}

	.copyright .bos-tagline img {
		max-width: 50px;
	}

/* ----------------------------- Title Settings */

	h1,h2,h3,h4,h5,h6 {
		color: #000000;
		font-family: "Josefin Slab", serif;
		font-weight: normal;
		line-height: normal;
		margin-top: 0;
		margin-bottom: .8em;
	}

	h1 { font-size: 400%; font-family: Impact,Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif; border-bottom: 2px solid #000000; margin-bottom: 2px; }

	h2 { font-size: 200%; color: #000000; border-bottom: 1px dotted #000000; border-top: 1px dotted #000000; padding: 6px 0; text-transform: uppercase; }

	h3 { font-size: 140%; color: #929292;border-bottom: 1px dotted #cfcfcf; text-transform: uppercase; }
	h3.bigger { font-size: 170%; color: #000000;border-bottom: 1px dotted #000000; }

	h4 { font-size: 130%; font-weight: bold; color: #DD3782; }
	
	h5, h6 { font-size: 100%; }
	
	.circle-title {
	    position: relative;
	    height: 165px;
	    margin-bottom: 20px;
	}
	
	.green-circle h2,
	.orange-circle h2 {
	    color: #ffffff;
	    border-color: #ffffff;
	}
	
	#bos-footer h3 {margin-bottom: 5px;}
	
	h2.circle-one,
	h2.circle-two {
	    font-size: 60px;
	    font-weight: normal;
        font-family: "Enriqueta", serif;
	    position: relative;
	    text-transform: none;
	}
	
	.circle-behind {
	    width: 100px;
	    height: 100px;
	    position: absolute;
	    z-index: -1;
	    border-radius: 50%;
	    display: block;
	}
	
	.circle-one .circle-behind {
	    background: #f3c000;
	}
	
	.circle-two .circle-behind {
	    background: #70AF18;
	}

/* ----------------------------- Text Settings */

	p { margin-bottom: 1em; }

	ul, ol { margin-bottom: 1em; }

	.btn {font-size: 1em;}
	
	.circle-text {
        font-family: "Enriqueta", serif;
        font-size: 20px;
	    width: 165px;
	    height: 105px;
	    border-radius: 50%;
	    position: absolute;
	    background: #000000;
	    text-align: center;
        z-index: 10;
        padding-top: 60px;
        color: #ffffff;
	}
	
	.circle-text strong,
	.circle-text b {
	    color: #f3c000;
	}
	
	.green-circle .initials {
	    font-size: 70px;
	    font-weight: 300;
	    margin-bottom: 10px;
	    line-height: normal;
	}
	
	.highlight {
	    color: #f3c000;
	}
	
	.welcome {
	    font-size: 60px;
	    display: block;
	    text-transform: uppercase;
	    line-height: normal;
	}
	
	.v-letter {
	    font-family: "Lobster", cursive;
	    color: #f3c000;
	}
	
	.text-phone {
		color: #a6ca73;
		font-family: "Josefin Slab", serif;
		font-size: 22px;
		font-weight: bold;
	}
	
	.text-glight {
		color: #4b7510;
	}
	
	.text-plight {
	    color: #8c3696;
	}
	
	.text-mono {
		font-family: "Josefin Slab", serif;
		font-size: 22px;
	}
	
	.text-large {
	    font-size: 30px;
	}
	
	.number-circle {
	    display: block;
	    float: left;
	    margin-right: 10px;
	    height: 80px;
	    width: 80px;
	    background: #f3c000;
	    border-radius: 50%;
	    color: #ffffff;
	    line-height: 80px;
	    text-align: center;
	}
	
	.two-circle {
	    background: #70AF18;
	}
	
	.three-circle {
	    background: #FFA805;
	}
	
	.cline {
	    color: #000000;
		font-family: "Enriqueta", serif;
		font-size: 18px;
	    height: 80px;
	    line-height: 80px;
		text-transform: none;
	}
	
	.dline {
	    color: #000000;
		font-family: "Enriqueta", serif;
		font-size: 18px;
	    height: 80px;
	    line-height: 40px;
		text-transform: none;
	}
	
	.tline {
	    color: #000000;
		font-family: "Enriqueta", serif;
		font-size: 18px;
	    line-height: 26px;
	    height: 80px;
		text-transform: none;
	}
	
	.slab-text {
		font-family: "Josefin Slab", serif;
		font-size: 120%;
	}

/* ----------------------------- Link Settings */

	a {
		color: #000000;
		text-decoration: underline;
	}

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

	.btn { text-decoration: none; }
	
	.social-media a.sicon {
	    color: #ffffff;
	    text-decoration: none;
	    background: #000000;
	    width: 34px;
	    height: 34px;
	    line-height: 34px;
	    border-radius: 50%;
	    display: inline-block;
	    text-align: center;
	    font-size: 20px;
	}
	
	.footer-social a.sicon {
	    color: #ffffff;
	    font-size: 30px;
	    text-decoration: none;
	}
	
	.donate-button {
	    color: #DD3782;
		font-family: "Enriqueta", serif;
		display: block;
		border-top: 6px solid #DD3782;
		text-align: center;
		text-decoration: none;
	}
	
	.main-btn {
		display: inline-block;
		*display: inline;
		padding: 4px 12px;
		margin-bottom: 0;
		*margin-left: .3em;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		vertical-align: middle;
		background-color: #000000;
		text-decoration: none;
	}
	
	.main-btn:hover {color: #70AF18;}
	
	.round-btn {
		display: inline-block;
		*display: inline;
		padding: 15px 30px;
		margin-bottom: 0;
		*margin-left: .3em;
		line-height: 20px;
	    color: #f3c000;
		text-align: center;
		vertical-align: middle;
		background-color: #000000;
		border-radius: 50%;
		text-decoration: none;
	}
	
	.round-btn:hover {
	    color: #666666;
	}
	
	.orange-circle a {color: #5d2464;}

/* ----------------------------- Image Settings */

	.bos-img-border {
		box-sizing: border-box;
		border-bottom: 3px solid #000000;
	}

	.bos-social-media { margin-bottom: 10px; }

	.bos-social-media img {
		display: inline-block;
		margin-right: 2px;
		margin-bottom: 4px;
	}

	img.fl {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	img.fr {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	.circle-image {
	    width: 165px;
	    height: 165px;
	    border-radius: 50%;
	    overflow: hidden;
	    position: absolute;
	    right: 0;
	}
	
	.circle-image img {
	    height: 165px;
	    width: auto;
	}
	
	.over-circle {
	    height: 300px;
	    width: 300px;
	    border-radius: 50%;
	    overflow: hidden;
	}
	
	.over-circle img {
	    height: 300px;
	    width: auto;
	}
	
	.circled-image {
	    height: 450px;
	    width: 450px;
	    border-radius: 50%;
	    overflow: hidden;
        z-index: 1;
        position: relative;
        margin-top: -40px;
        margin-left: -120px;
	}
	
	.circled-image img {
	    height: 450px;
	    width: auto;
	}

/* ----------------------------- Form Settings */

	table.mainTableBorder { border: 0; }

	.bos-search-bar { margin-bottom: .8em; }

	.bos-search-bar form { margin: 0; }

	.search-query {
		min-width: 100px;
		width: auto;
	}
	
	.footer-subscribe input {
	    max-width: 100%;
	}
	
	.btn-form {
	    background: #5D2464;
	    border: 0;
	    color: #ffffff;
	    float: right;
	    padding: 2px 5px;
	    text-align: center;
	}

/* ----------------------------- Other Settings */

    hr {border: 0;border-bottom: 1px dotted #ffffff;height:1px;background:transparent;}

    hr.double-line {
        border-top: 3px solid #000000;
        border-bottom: 1px solid #000000;
        height:6px;
        background:transparent;
        margin: 4px 0;
    }

    hr.double-dots {
        border-top: 3px solid #000000;
        border-bottom: 1px dotted #000000;
        height:6px;
        background:transparent;
        margin: 4px 0;
    }

    .orange-circle hr.double-line,
    .green-circle hr.double-line,
    .welcome-content hr.double-line,
    .welcome-box hr.double-line {
        border-top: 3px solid #CFCFCF;
        border-bottom: 1px solid #CFCFCF;
    }
    
    .join-circle hr {
        border-color: #dddddd !important;
        margin: 4px 0;
    }
    
    .orange-circle {
        font-family: "Josefin Slab", serif;
        font-size: 18px;
        width: 340px;
        height: 334px;
        background: #f3c000;
        border-radius: 50%;
        text-align: center;
        padding: 100px 47px 0;
        margin-top: -120px;
        margin-bottom: 10px;
        z-index: 1000;
        position: relative;
    }
    
    .orange-circle.pushed-down {
        margin-top: 20px;
        width: 500px;
        height: 380px;
        font-size: 90px;
        font-weight: bold;
        color: #ffffff;
        line-height: normal;
        padding-top: 160px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .join-circle {
        font-family: "Josefin Slab", serif;
        font-size: 100px;
        background: #70AF18;
        border-radius: 50%;
        color: #ffffff;
        text-align: center;
        padding: 90px 20px 0;
        margin-bottom: 10px;
        line-height: 100px;
    }
    
    .signup-circle {
        font-family: "Josefin Slab", serif;
        font-size: 70px;
        background: #f3c000;
        border-radius: 50%;
        color: #ffffff;
        text-align: center;
        padding: 45px 20px;
        margin-bottom: 10px;
        line-height: 100px;
        text-transform: uppercase;
    }
    
    .green-circle {
        font-family: "Josefin Slab", serif;
        width: 235px;
        height: 316px;
        color: #ffffff;
        background: #70AF18;
        border-radius: 50%;
        text-align: center;
        margin: 30px 0 10px 130px;
        padding: 49px 65px 0;
    }
    
    .text-circle {
        font-family: "Josefin Slab", serif;
        width: 300px;
        height: 210px;
        color: #ffffff;
        background: #70AF18;
        border-radius: 50%;
        text-align: center;
        padding: 90px 0 0;
        line-height: normal;
    }
    
    .photoCaption {
		text-align: center;
		font-size: 0.7em;
		font-style: bold;
	}
    
    .welcome-content {
        margin-top: 80px;
        padding: 0 30px;
        font-size: 20px;
    }
    
    .welcome-box {
        margin-top: 10px;
		padding: 40px 10px;
        background: #000000;
        border-radius: 50%;
        color: #ffffff;
        text-align: center;
    }
    
    .welcome-box .welcome {
        font-size: 30px;
    }
    
    .social-media {
        float: right;
        margin-top: -30px;
    }
    
    .self-help {
        float: left;
        min-height: 200px;
        width: 32%;
        margin: 0 .5% 20px;
    }
    
    .self-help h4 {
        height: 50px;
    }
    
    .self-help hr {
        border-color: #000000;
        margin: 4px 0;
    }
    
    .ministry {
        box-sizing: border-box;
        float: left;
        padding: 10px;
        width: 50%;
    }
    
    .ministry-top {
        border: 1px solid #CFCFCF;
		font-family: "Josefin Slab", serif;
		font-size: 30px;
    }
    
    .ministry-title {
        display: inline-block;
        width: 60%;
    }
    
    .ministry-top img {
        width: 131px;
        height: 131px;
        border: 2px solid #DD3782;
        margin-right: 20px;
        display: inline-block;
    }
    
    .ministry-text {
        padding: 20px 0;
    }
    
    .special-content {
        text-align: center;
    }
    
    .special-content h2 {
        border: 0;
        color: #cc0000;
        font-size: 82px;
        margin: 10px 0;
    }
    
    .special-content h3 {
        border: 0;
        color: #000;
        font-size: 24px;
        margin: 10px 0;
        position: relative;
        text-transform: capitalize;
    }
    
    .special-content h3 small {
        color: #cc0000;
    }
	
	.special-content .circle-behind {
	    right: 0;
	}

	.bos-content:before,
	.bos-group:before,
	.bos-content:after,
	.bos-group:after { content:""; display:table; line-height: 0;}

	.bos-content:after,
	.bos-group:after { clear:both; }

	.swap-align-right {text-align: right}
	.swap-align-right-center {text-align: right}
	.swap-align-left-center {text-align: left}

	@media (max-width: 767px) {
		a#bos-site-logo {font-size: 150%;}
		.swap-align-right {text-align: left;}
		.swap-align-right-center {text-align: center}
		.swap-align-left-center {text-align: center}
		
		.orange-circle,
		.green-circle,
		.orange-circle.pushed-down {
		    width: 100%;
		    margin-top: 0;
		    margin-right: 0;
		    margin-left: 0;
		    height: auto;
		    padding: 40px 10px;
		}
    
        .social-media {
           float: none;
           margin-top: 0;
           margin-bottom: 20px;
        }
        
        .self-help {
            float: none;
            width: 100%;
            margin: 0 0 20px;
        }
    
        .ministry {
            width: 100%;
            float: none;
        }
        
	    .nivo-caption {display:none !important;}
	    
	    a.donate-button {text-align: right;}
	    
	    h1 { font-size: 200%;}
	}